Skip to content

Commit

Permalink
[e] (0) oops, accidentally reverted earlier change
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5428 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 7, 2010
1 parent b430c05 commit 7cf8896
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -11018,7 +11018,7 @@ <h4 id=annotations-for-assistive-technology-products-(aria)><span class=secno>3.
features described in this section, one can instead make the ATs
skip the ASCII art and just read the caption:</p>

<pre>&lt;figure <strong>role="img" aria-labeledby="fish-caption"</strong>&gt;
<pre>&lt;figure <strong>role="img" aria-labelledby="fish-caption"</strong>&gt; <!-- that's "labelled" with TWO "l"s -->
&lt;pre&gt;
o .'`/
' / (
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -10995,7 +10995,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
features described in this section, one can instead make the ATs
skip the ASCII art and just read the caption:</p>

<pre>&lt;figure <strong>role="img" aria-labeledby="fish-caption"</strong>&gt;
<pre>&lt;figure <strong>role="img" aria-labelledby="fish-caption"</strong>&gt; <!-- that's "labelled" with TWO "l"s -->
&lt;pre&gt;
o .'`/
' / (
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -11375,7 +11375,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
features described in this section, one can instead make the ATs
skip the ASCII art and just read the caption:</p>

<pre>&lt;figure <strong>role="img" aria-labeledby="fish-caption"</strong>>
<pre>&lt;figure <strong>role="img" aria-labelledby="fish-caption"</strong>> <!-- that's "labelled" with TWO "l"s -->
&lt;pre>
o .'`/
' / (
Expand Down

0 comments on commit 7cf8896

Please sign in to comment.