- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Mar 2010 10:27:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv11281 Modified Files: Overview.html browsers.html dom.html spec.html Log Message: Fix some inconsistencies (whatwg r4838) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.768 retrieving revision 1.769 diff -u -d -r1.768 -r1.769 --- Overview.html 10 Mar 2010 02:47:08 -0000 1.768 +++ Overview.html 10 Mar 2010 10:27:01 -0000 1.769 @@ -306,7 +306,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.3874. +This is revision 1.3875. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide Index: dom.html =================================================================== RCS file: /sources/public/html5/spec-author-view/dom.html,v retrieving revision 1.579 retrieving revision 1.580 diff -u -d -r1.579 -r1.580 --- dom.html 4 Mar 2010 07:16:12 -0000 1.579 +++ dom.html 10 Mar 2010 10:27:01 -0000 1.580 @@ -325,7 +325,7 @@ longer defined as inheriting from <code><a href="#document">Document</a></code>.</p><pre class="idl">[OverrideBuiltins] interface <dfn id="htmldocument">HTMLDocument</dfn> { // <a href="#resource-metadata-management">resource metadata management</a> - [PutForwards=href] readonly attribute <a href="history.html#location">Location</a> <a href="#dom-document-location" title="dom-document-location">location</a>; + [PutForwards=<a href="#dom-location-href" title="dom-location-href">href</a>] readonly attribute <a href="history.html#location">Location</a> <a href="#dom-document-location" title="dom-document-location">location</a>; readonly attribute DOMString <a href="#dom-document-url" title="dom-document-URL">URL</a>; attribute DOMString <a href="#dom-document-domain" title="dom-document-domain">domain</a>; readonly attribute DOMString <a href="#dom-document-referrer" title="dom-document-referrer">referrer</a>; Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec-author-view/browsers.html,v retrieving revision 1.581 retrieving revision 1.582 diff -u -d -r1.581 -r1.582 --- browsers.html 4 Mar 2010 07:16:12 -0000 1.581 +++ browsers.html 10 Mar 2010 10:27:01 -0000 1.582 @@ -453,7 +453,7 @@ readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-window" title="dom-window">window</a>; readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-self" title="dom-self">self</a>; attribute DOMString <a href="#dom-name" title="dom-name">name</a>; - [PutForwards=href] readonly attribute <a href="history.html#location">Location</a> <a href="#dom-location" title="dom-location">location</a>; + [PutForwards=<a href="#dom-location-href" title="dom-location-href">href</a>] readonly attribute <a href="history.html#location">Location</a> <a href="#dom-location" title="dom-location">location</a>; readonly attribute <a href="history.html#history-0">History</a> <a href="#dom-history" title="dom-history">history</a>; readonly attribute <a href="dnd.html#undomanager">UndoManager</a> <a href="#dom-undomanager" title="dom-undoManager">undoManager</a>; <a href="editing.html#selection-0">Selection</a> <a href="#dom-getselection" title="dom-getSelection">getSelection</a>(); Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.773 retrieving revision 1.774 diff -u -d -r1.773 -r1.774 --- spec.html 10 Mar 2010 02:47:08 -0000 1.773 +++ spec.html 10 Mar 2010 10:27:02 -0000 1.774 @@ -304,7 +304,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.3874. +This is revision 1.3875. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2010 <a href=http://www.w3.org/><abbr title="World Wide @@ -2257,7 +2257,7 @@ longer defined as inheriting from <code><a href=#document>Document</a></code>.</p><pre class=idl>[OverrideBuiltins] interface <dfn id=htmldocument>HTMLDocument</dfn> { // <a href=#resource-metadata-management>resource metadata management</a> - [PutForwards=href] readonly attribute <a href=#location>Location</a> <a href=#dom-document-location title=dom-document-location>location</a>; + [PutForwards=<a href=#dom-location-href title=dom-location-href>href</a>] readonly attribute <a href=#location>Location</a> <a href=#dom-document-location title=dom-document-location>location</a>; readonly attribute DOMString <a href=#dom-document-url title=dom-document-URL>URL</a>; attribute DOMString <a href=#dom-document-domain title=dom-document-domain>domain</a>; readonly attribute DOMString <a href=#dom-document-referrer title=dom-document-referrer>referrer</a>; @@ -21832,7 +21832,7 @@ readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-window title=dom-window>window</a>; readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-self title=dom-self>self</a>; attribute DOMString <a href=#dom-name title=dom-name>name</a>; - [PutForwards=href] readonly attribute <a href=#location>Location</a> <a href=#dom-location title=dom-location>location</a>; + [PutForwards=<a href=#dom-location-href title=dom-location-href>href</a>] readonly attribute <a href=#location>Location</a> <a href=#dom-location title=dom-location>location</a>; readonly attribute <a href=#history-0>History</a> <a href=#dom-history title=dom-history>history</a>; readonly attribute <a href=#undomanager>UndoManager</a> <a href=#dom-undomanager title=dom-undoManager>undoManager</a>; <a href=#selection-0>Selection</a> <a href=#dom-getselection title=dom-getSelection>getSelection</a>();
Received on Wednesday, 10 March 2010 10:27:06 UTC