Skip to content

Commit

Permalink
[e] (0) xref fix
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8686

git-svn-id: http://svn.whatwg.org/webapps@4665 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 5, 2010
1 parent fcee6e1 commit c35151c
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 @@ -8391,7 +8391,7 @@ <h5 id=embedding-custom-non-visible-data><span class=secno>3.2.3.8 </span><dfn>E
<div class=example>

<p>If a Web page wanted an element to represent a space ship,
e.g. as part of a game, it would have to use the <code class=attr-class>class</code> attribute along with <code title=attr-data-*><a href=#attr-data-*>data-*</a></code> attributes:</p>
e.g. as part of a game, it would have to use the <code title=attr-class><a href=#classes>class</a></code> attribute along with <code title=attr-data-*><a href=#attr-data-*>data-*</a></code> attributes:</p>

<pre>&lt;div class="spaceship" data-id="92432"
data-weapons="laser 2" data-shields="50%"
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -8290,7 +8290,7 @@ background: transparent"&gt;blue&lt;/span&gt;.&lt;/p&gt;</pre>
<div class=example>

<p>If a Web page wanted an element to represent a space ship,
e.g. as part of a game, it would have to use the <code class=attr-class>class</code> attribute along with <code title=attr-data-*><a href=#attr-data-*>data-*</a></code> attributes:</p>
e.g. as part of a game, it would have to use the <code title=attr-class><a href=#classes>class</a></code> attribute along with <code title=attr-data-*><a href=#attr-data-*>data-*</a></code> attributes:</p>

<pre>&lt;div class="spaceship" data-id="92432"
data-weapons="laser 2" data-shields="50%"
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -8448,7 +8448,7 @@ background: transparent">blue&lt;/span>.&lt;/p></pre>

<p>If a Web page wanted an element to represent a space ship,
e.g. as part of a game, it would have to use the <code
class="attr-class">class</code> attribute along with <code
title="attr-class">class</code> attribute along with <code
title="attr-data-*">data-*</code> attributes:</p>

<pre>&lt;div class="spaceship" data-id="92432"
Expand Down

0 comments on commit c35151c

Please sign in to comment.