[html5] r4923 - [e] (0) order consistency Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9153
whatwg at whatwg.org
whatwg at whatwg.org
Wed Mar 31 12:54:23 PDT 2010
Author: ianh
Date: 2010-03-31 12:54:21 -0700 (Wed, 31 Mar 2010)
New Revision: 4923
Modified:
complete.html
index
source
Log:
[e] (0) order consistency
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9153
Modified: complete.html
===================================================================
--- complete.html 2010-03-31 19:52:48 UTC (rev 4922)
+++ complete.html 2010-03-31 19:54:21 UTC (rev 4923)
@@ -53856,8 +53856,8 @@
<ul><li>The value of the <code title="">name</code> content attribute
for all <code><a href=#the-a-element>a</a></code>, <code><a href=#the-applet-element>applet</a></code>, <code><a href=#the-area-element>area</a></code>,
- <code><a href=#the-embed-element>embed</a></code>, <code><a href=#frame>frame</a></code>, <code><a href=#frameset>frameset</a></code>,
- <code><a href=#the-form-element>form</a></code>, <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, and
+ <code><a href=#the-embed-element>embed</a></code>, <code><a href=#the-form-element>form</a></code>, <code><a href=#frame>frame</a></code>,
+ <code><a href=#frameset>frameset</a></code>, <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, and
<code><a href=#the-object-element>object</a></code> elements in the <a href=#active-document>active document</a>
that have a <code title="">name</code> content attribute, and,</li>
Modified: index
===================================================================
--- index 2010-03-31 19:52:48 UTC (rev 4922)
+++ index 2010-03-31 19:54:21 UTC (rev 4923)
@@ -53757,8 +53757,8 @@
<ul><li>The value of the <code title="">name</code> content attribute
for all <code><a href=#the-a-element>a</a></code>, <code><a href=#the-applet-element>applet</a></code>, <code><a href=#the-area-element>area</a></code>,
- <code><a href=#the-embed-element>embed</a></code>, <code><a href=#frame>frame</a></code>, <code><a href=#frameset>frameset</a></code>,
- <code><a href=#the-form-element>form</a></code>, <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, and
+ <code><a href=#the-embed-element>embed</a></code>, <code><a href=#the-form-element>form</a></code>, <code><a href=#frame>frame</a></code>,
+ <code><a href=#frameset>frameset</a></code>, <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, and
<code><a href=#the-object-element>object</a></code> elements in the <a href=#active-document>active document</a>
that have a <code title="">name</code> content attribute, and,</li>
Modified: source
===================================================================
--- source 2010-03-31 19:52:48 UTC (rev 4922)
+++ source 2010-03-31 19:54:21 UTC (rev 4923)
@@ -60564,8 +60564,8 @@
<li>The value of the <code title="">name</code> content attribute
for all <code>a</code>, <code>applet</code>, <code>area</code>,
- <code>embed</code>, <code>frame</code>, <code>frameset</code>,
- <code>form</code>, <code>iframe</code>, <code>img</code>, and
+ <code>embed</code>, <code>form</code>, <code>frame</code>,
+ <code>frameset</code>, <code>iframe</code>, <code>img</code>, and
<code>object</code> elements in the <span>active document</span>
that have a <code title="">name</code> content attribute, and,</li>
More information about the Commit-Watchers
mailing list