- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 31 Mar 2010 19:54:30 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5012
Modified Files:
Overview.html
Log Message:
order consistency (whatwg r4923)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3943
retrieving revision 1.3944
diff -u -d -r1.3943 -r1.3944
--- Overview.html 31 Mar 2010 19:52:55 -0000 1.3943
+++ Overview.html 31 Mar 2010 19:54:26 -0000 1.3944
@@ -40706,8 +40706,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>
Received on Wednesday, 31 March 2010 19:54:31 UTC