hixie: grammar (whatwg r4924)

hixie: grammar (whatwg r4924)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3944&r2=1.3945&f=h
http://html5.org/tools/web-apps-tracker?from=4923&to=4924

===================================================================
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 Thursday, 1 April 2010 05:45:40 UTC