[html5] r4665 - [e] (0) xref fix Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8686
whatwg at whatwg.org
whatwg at whatwg.org
Fri Feb 5 15:09:56 PST 2010
Author: ianh
Date: 2010-02-05 15:09:54 -0800 (Fri, 05 Feb 2010)
New Revision: 4665
Modified:
complete.html
index
source
Log:
[e] (0) xref fix
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8686
Modified: complete.html
===================================================================
--- complete.html 2010-02-05 23:07:18 UTC (rev 4664)
+++ complete.html 2010-02-05 23:09:54 UTC (rev 4665)
@@ -8391,7 +8391,7 @@
<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><div class="spaceship" data-id="92432"
data-weapons="laser 2" data-shields="50%"
Modified: index
===================================================================
--- index 2010-02-05 23:07:18 UTC (rev 4664)
+++ index 2010-02-05 23:09:54 UTC (rev 4665)
@@ -8290,7 +8290,7 @@
<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><div class="spaceship" data-id="92432"
data-weapons="laser 2" data-shields="50%"
Modified: source
===================================================================
--- source 2010-02-05 23:07:18 UTC (rev 4664)
+++ source 2010-02-05 23:09:54 UTC (rev 4665)
@@ -8448,7 +8448,7 @@
<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><div class="spaceship" data-id="92432"
More information about the Commit-Watchers
mailing list