From 56ebad53f350b17645bf9ae57d4fcb3b58f09b1a Mon Sep 17 00:00:00 2001 From: JP DeVries Date: Sun, 7 Aug 2016 22:43:12 +0200 Subject: [PATCH 1/5] Labels for Inputs > Make sure placeholder attributes are NOT being used in place of label tags. Closes Thinkful-Ed/stackerAJAX#7 --- index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 17c6029..53931dc 100644 --- a/index.html +++ b/index.html @@ -20,12 +20,14 @@

StackOverflow Reputation Builder

Get Unanswered Questions

Find unanswered questions by tag. For multiple tags, use a semi-colon to separate.

- + +

View the Top Answerers for a Tag

- + +
From 61e9f1033c4273a535ba92660ef78e85c9f67c58 Mon Sep 17 00:00:00 2001 From: JP DeVries Date: Tue, 9 Aug 2016 15:53:26 +0200 Subject: [PATCH 2/5] more semantically hide templates --- css/main.css | 4 ++-- index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/main.css b/css/main.css index 0fedd8d..cca2baa 100644 --- a/css/main.css +++ b/css/main.css @@ -3,7 +3,7 @@ width: 600px; } -.hidden { +[hidden] { display: none; } @@ -31,7 +31,7 @@ clear: both; } -.inspiration { +.inspiration { margin-left: 3em; } diff --git a/index.html b/index.html index 53931dc..ab9299a 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@

StackOverflow Reputation Builder


-
+

Get Unanswered Questions

Find unanswered questions by tag. For multiple tags, use a semi-colon to separate.

@@ -36,7 +36,7 @@

View the Top Answerers for a Tag

- -