Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) silence a regression warning in the build system
git-svn-id: http://svn.whatwg.org/webapps@7844 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 21, 2013
1 parent 3a110fb commit 429f821
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 @@ -11609,7 +11609,7 @@ <h4 id=wai-aria><span class=secno>3.2.7 </span><dfn>WAI-ARIA</dfn></h4>
painful reading of lots of punctuation. Using the 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-labelledby="fish-caption"</strong>&gt; <!-- that's "labelled" with TWO "l"s -->
<pre>&lt;figure <strong>role="img" aria-labelledby="fish-caption"</strong>&gt; <!-- that's "l a b e l l e d" with TWO "l"s -->
&lt;pre&gt;
o .'`/
' / (
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -11609,7 +11609,7 @@ plaintext = *( %x0000-2029 / %x202F-2065 / %x206A-10FFFF )
painful reading of lots of punctuation. Using the 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-labelledby="fish-caption"</strong>&gt; <!-- that's "labelled" with TWO "l"s -->
<pre>&lt;figure <strong>role="img" aria-labelledby="fish-caption"</strong>&gt; <!-- that's "l a b e l l e d" with TWO "l"s -->
&lt;pre&gt;
o .'`/
' / (
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -11792,7 +11792,7 @@ plaintext = *( %x0000-2029 / %x202F-2065 / %x206A-10FFFF )
painful reading of lots of punctuation. Using the 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-labelledby="fish-caption"</strong>> <!-- that's "labelled" with TWO "l"s -->
<pre>&lt;figure <strong>role="img" aria-labelledby="fish-caption"</strong>> <!-- that's "l a b e l l e d" with TWO "l"s -->
&lt;pre>
o .'`/
' / (
Expand Down

0 comments on commit 429f821

Please sign in to comment.