Skip to content

Commit

Permalink
Merge pull request #118 from carmacleod/issue117
Browse files Browse the repository at this point in the history
Fixes #117
  • Loading branch information
scottaohara authored Sep 29, 2019
2 parents e398a4e + d10d671 commit 6624325
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -679,9 +679,13 @@ <h2 id="docconformance">
</td>
<td>
If not a descendant of an <code>article</code>,
<code>aside</code>, <code>main</code>, <code>nav</code> -
<code>aside</code>, <code>main</code>, <code>nav</code>
<span class="changed-feature">(changed)</span> or
<code>section</code> element <code>role=<a href=
<code>section</code> element
or an element with <code>role=article</code>, <code>complimentary</code>,

This comment has been minimized.

Copy link
@mtrootyy

mtrootyy Sep 29, 2019

"complimentary" is misspelling.
The correct spelling is "complementary".

This comment has been minimized.

Copy link
@scottaohara

scottaohara Sep 29, 2019

Author Member

thanks. took care of this in another PR

<code>main</code>, <code>navigation</code>
<span class="changed-feature">(changed)</span> or <code>region</code>
then <code>role=<a href=
"#index-aria-contentinfo">contentinfo</a></code>, otherwise <a>No
corresponding role</a>
</td>
Expand Down Expand Up @@ -799,9 +803,13 @@ <h2 id="docconformance">
</td>
<td>
If not a descendant of an <code>article</code>,
<code>aside</code>, <code>main</code>, <code>nav</code> -
<code>aside</code>, <code>main</code>, <code>nav</code>
<span class="changed-feature">(changed)</span> or
<code>section</code> element <code>role=<a href=
<code>section</code> element
or an element with <code>role=article</code>, <code>complimentary</code>,

This comment has been minimized.

Copy link
@mtrootyy

mtrootyy Sep 29, 2019

"complimentary" is misspelling.
The correct spelling is "complementary".

<code>main</code>, <code>navigation</code>
<span class="changed-feature">(changed)</span> or <code>region</code>
then <code>role=<a href=
"#index-aria-banner">banner</a></code>, otherwise <a>No
corresponding role</a>
</td>
Expand Down

0 comments on commit 6624325

Please sign in to comment.