Skip to content

Commit 70e3d30

Browse files
momdoscottaohara
andauthored
Fix links (#487)
Some aria-hidden links refer to WAI-ARIA 1.1, not 1.2. Co-authored-by: Scott O'Hara <[email protected]>
1 parent 97a750f commit 70e3d30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,7 +1609,7 @@ <h2 id="docconformance">
16091609
</p>
16101610
<p>
16111611
<strong>No `aria-*` attributes</strong>
1612-
except <a data-cite="wai-aria-1.1#aria-hidden">`aria-hidden="true"`</a>.
1612+
except <a data-cite="wai-aria-1.2#aria-hidden">`aria-hidden="true"`</a>.
16131613
</p>
16141614
</td>
16151615
</tr>
@@ -1628,7 +1628,7 @@ <h2 id="docconformance">
16281628
</p>
16291629
<p>
16301630
<strong>No `aria-*` attributes</strong>
1631-
except <a data-cite="wai-aria-1.1#aria-hidden">`aria-hidden="true"`</a>.
1631+
except <a data-cite="wai-aria-1.2#aria-hidden">`aria-hidden="true"`</a>.
16321632
</p>
16331633
<p>
16341634
Otherwise, if the `img` has an author defined accessible name,

0 commit comments

Comments
 (0)