From 338821d0f037e230f70ea3324024377ff3ba4b5f Mon Sep 17 00:00:00 2001 From: Eric Eggert Date: Fri, 11 Sep 2015 10:00:43 +0200 Subject: [PATCH] =?UTF-8?q?Thou=20shalt=20not=20alter=20the=20form?= =?UTF-8?q?=E2=80=99s=20role?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See w3c/aria#85 (It’s complicated) Also, the search input missed an id attribute. --- source/developing.html.erb.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/source/developing.html.erb.md b/source/developing.html.erb.md index 4ea38e05..9e88a552 100644 --- a/source/developing.html.erb.md +++ b/source/developing.html.erb.md @@ -135,11 +135,13 @@ Use appropriate mark-up for headings, lists, tables, etc. HTML5 provides additio
<% html_example do %> -
- - -
Search records by customer id or name
- + +
+ + +
Search records by customer id or name
+ +
<% end %>
@@ -493,4 +495,4 @@ These tips are only a part of web accessibility. The following resources will he {::nomarkdown} <%= tip :end %> -{:/} \ No newline at end of file +{:/}