html5/spec-author-view Overview.html,1.648,1.649 spec.html,1.653,1.654 text-level-semantics.html,1.564,1.565

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv12804

Modified Files:
	Overview.html spec.html text-level-semantics.html 
Log Message:
Correct the xrefs and update the IDL. (whatwg r4679)

[updated by splitter]


Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v
retrieving revision 1.564
retrieving revision 1.565
diff -u -d -r1.564 -r1.565
--- text-level-semantics.html	1 Feb 2010 23:27:21 -0000	1.564
+++ text-level-semantics.html	6 Feb 2010 02:37:04 -0000	1.565
@@ -320,6 +320,8 @@
            attribute DOMString <a href="#dom-a-hreflang" title="dom-a-hreflang">hreflang</a>;
            attribute DOMString <a href="#dom-a-type" title="dom-a-type">type</a>;
 
+           attribute DOMString <a href="#dom-a-text" title="dom-a-text">text</a>;
+
   // <a href="urls.html#url-decomposition-idl-attributes">URL decomposition IDL attributes</a>
            attribute DOMString <a href="#dom-a-protocol" title="dom-a-protocol">protocol</a>;
            attribute DOMString <a href="#dom-a-host" title="dom-a-host">host</a>;
@@ -352,7 +354,7 @@
   &lt;li&gt; &lt;a href="/legal"&gt;Legal&lt;/a&gt; &lt;/li&gt;
  &lt;/ul&gt;
 &lt;/nav&gt;</pre>
-  </div><dl class="domintro"><dt><var title="">option</var> . <code title="dom-option-text"><a href="#dom-option-text">text</a></code></dt>
+  </div><dl class="domintro"><dt><var title="">a</var> . <code title="dom-a-text"><a href="#dom-a-text">text</a></code></dt>
 
    <dd>
 

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.648
retrieving revision 1.649
diff -u -d -r1.648 -r1.649
--- Overview.html	6 Feb 2010 02:07:08 -0000	1.648
+++ Overview.html	6 Feb 2010 02:37:03 -0000	1.649
@@ -302,7 +302,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="spec.html">single page HTML</a>,
     <a href="Overview.html">multipage HTML</a>.
-This is revision 1.3732.
+This is revision 1.3733.
    </p> 
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2009 <a href="http://www.w3.org/"><abbr title="World Wide

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.653
retrieving revision 1.654
diff -u -d -r1.653 -r1.654
--- spec.html	6 Feb 2010 02:07:08 -0000	1.653
+++ spec.html	6 Feb 2010 02:37:03 -0000	1.654
@@ -300,7 +300,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href=spec.html>single page HTML</a>,
     <a href=Overview.html>multipage HTML</a>.
-This is revision 1.3732.
+This is revision 1.3733.
    </p> 
    <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
    © 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -7110,6 +7110,8 @@
            attribute DOMString <a href=#dom-a-hreflang title=dom-a-hreflang>hreflang</a>;
            attribute DOMString <a href=#dom-a-type title=dom-a-type>type</a>;
 
+           attribute DOMString <a href=#dom-a-text title=dom-a-text>text</a>;
+
   // <a href=#url-decomposition-idl-attributes>URL decomposition IDL attributes</a>
            attribute DOMString <a href=#dom-a-protocol title=dom-a-protocol>protocol</a>;
            attribute DOMString <a href=#dom-a-host title=dom-a-host>host</a>;
@@ -7142,7 +7144,7 @@
   &lt;li&gt; &lt;a href="/legal"&gt;Legal&lt;/a&gt; &lt;/li&gt;
  &lt;/ul&gt;
 &lt;/nav&gt;</pre>
-  </div><dl class=domintro><dt><var title="">option</var> . <code title=dom-option-text><a href=#dom-option-text>text</a></code></dt>
+  </div><dl class=domintro><dt><var title="">a</var> . <code title=dom-a-text><a href=#dom-a-text>text</a></code></dt>
 
    <dd>
 

Received on Saturday, 6 February 2010 02:37:07 UTC