Skip to content

Commit

Permalink
Modify HTML5 techniques section for region and form to fix #636
Browse files Browse the repository at this point in the history
  • Loading branch information
jnurthen committed May 18, 2018
1 parent fbd468b commit 639b916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aria-practices.html
Expand Up @@ -3079,7 +3079,7 @@ <h4 class="widget-name">Form</h4>
<section class="notoc">
<h5>HTML5 Techniques</h5>

<p>The HTML5 <code>form</code> element that defines a <code>form</code> landmark when it has an accessible name (e.g. <code>aria-labelledby</code>, <code>aria-label</code> or <code>title</code>).</p>
<p>The HTML5 <code>form</code> element defines a <code>form</code> landmark when it has an accessible name (e.g. <code>aria-labelledby</code>, <code>aria-label</code> or <code>title</code>).</p>

<h5>ARIA Technique</h5>

Expand Down Expand Up @@ -3171,7 +3171,7 @@ <h4 class="widget-name">Region</h4>
<section class="notoc">
<h5>HTML5 Technique</h5>

<p>Use the HTML5 <code>section</code> element to define a <code>region</code> landmark.</p>
<p>The HTML5 <code>section</code> element defines a <code>region</code> landmark when it has an accessible name (e.g. <code>aria-labelledby</code>, <code>aria-label</code> or <code>title</code>).</p>

<h5>ARIA Technique</h5>

Expand Down

0 comments on commit 639b916

Please sign in to comment.