- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Feb 2010 01:26:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv19907 Modified Files: Overview.html acknowledgements.html history.html spec.html Log Message: Define that #top falls back to the top of the document. (whatwg r4745) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.696 retrieving revision 1.697 diff -u -d -r1.696 -r1.697 --- Overview.html 15 Feb 2010 01:16:48 -0000 1.696 +++ Overview.html 15 Feb 2010 01:26:50 -0000 1.697 @@ -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.3790. +This is revision 1.3792. </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 Index: history.html =================================================================== RCS file: /sources/public/html5/spec-author-view/history.html,v retrieving revision 1.569 retrieving revision 1.570 diff -u -d -r1.569 -r1.570 --- history.html 14 Feb 2010 13:46:49 -0000 1.569 +++ history.html 15 Feb 2010 01:26:50 -0000 1.570 @@ -520,7 +520,7 @@ address</a>, and allow the <a href="#current-entry">current entry</a> of the <a href="browsers.html#browsing-context">browsing context</a>'s session history to be changed, by adding or replacing entries in the <code title="dom-history"><a href="#dom-history">history</a></code> object.</p><pre class="idl">interface <dfn id="location">Location</dfn> { - stringifier readonly attribute DOMString <a href="#dom-location-href" title="dom-location-href">href</a>; + stringifier attribute DOMString <a href="#dom-location-href" title="dom-location-href">href</a>; void <a href="#dom-location-assign" title="dom-location-assign">assign</a>(in DOMString url); void <a href="#dom-location-replace" title="dom-location-replace">replace</a>(in DOMString url); void <a href="#dom-location-reload" title="dom-location-reload">reload</a>(); Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.701 retrieving revision 1.702 diff -u -d -r1.701 -r1.702 --- spec.html 15 Feb 2010 01:16:48 -0000 1.701 +++ spec.html 15 Feb 2010 01:26:50 -0000 1.702 @@ -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.3790. +This is revision 1.3792. </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 @@ -22017,7 +22017,7 @@ address</a>, and allow the <a href=#current-entry>current entry</a> of the <a href=#browsing-context>browsing context</a>'s session history to be changed, by adding or replacing entries in the <code title=dom-history><a href=#dom-history>history</a></code> object.</p><pre class=idl>interface <dfn id=location>Location</dfn> { - stringifier readonly attribute DOMString <a href=#dom-location-href title=dom-location-href>href</a>; + stringifier attribute DOMString <a href=#dom-location-href title=dom-location-href>href</a>; void <a href=#dom-location-assign title=dom-location-assign>assign</a>(in DOMString url); void <a href=#dom-location-replace title=dom-location-replace>replace</a>(in DOMString url); void <a href=#dom-location-reload title=dom-location-reload>reload</a>(); @@ -28664,6 +28664,7 @@ Ave Wrigley, Ben Boyle, Ben Godfrey, + Ben Lerner, Ben Leslie, Ben Meadowcroft, Ben Millard, Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v retrieving revision 1.573 retrieving revision 1.574 diff -u -d -r1.573 -r1.574 --- acknowledgements.html 15 Feb 2010 01:16:48 -0000 1.573 +++ acknowledgements.html 15 Feb 2010 01:26:50 -0000 1.574 @@ -343,6 +343,7 @@ Ave Wrigley, Ben Boyle, Ben Godfrey, + Ben Lerner, Ben Leslie, Ben Meadowcroft, Ben Millard,
Received on Monday, 15 February 2010 01:26:54 UTC