- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 31 Mar 2010 19:56:33 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5182
Modified Files:
Overview.html
Log Message:
grammar (whatwg r4924)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3944
retrieving revision 1.3945
diff -u -d -r1.3944 -r1.3945
--- Overview.html 31 Mar 2010 19:54:26 -0000 1.3944
+++ Overview.html 31 Mar 2010 19:56:30 -0000 1.3945
@@ -40704,14 +40704,14 @@
properties">supports named properties</span>. The <span>names of the
supported named properties</span> at any moment consist of:</p>
- <ul><li>The value of the <code title="">name</code> content attribute
+ <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="#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>
+ that have a <code title="">name</code> content attribute, and</li>
- <li>The value of the <code title="attr-id"><a href="#the-id-attribute">id</a></code> content
+ <li>the value of the <code title="attr-id"><a href="#the-id-attribute">id</a></code> content
attribute of any <a href="#html-elements" title="HTML elements">HTML element</a> in
the <a href="#active-document">active document</a> with an <code title="attr-id"><a href="#the-id-attribute">id</a></code> content attribute.</li>
Received on Wednesday, 31 March 2010 19:56:35 UTC