- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Feb 2010 01:17:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv18950 Modified Files: Overview.html Log Message: location.href shouldn't be readonly (whatwg r4744) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3790 retrieving revision 1.3791 diff -u -d -r1.3790 -r1.3791 --- Overview.html 15 Feb 2010 01:11:45 -0000 1.3790 +++ Overview.html 15 Feb 2010 01:17:45 -0000 1.3791 @@ -40834,7 +40834,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.<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>(); @@ -67887,6 +67887,7 @@ Ave Wrigley, Ben Boyle, Ben Godfrey, + Ben Lerner, Ben Leslie, Ben Meadowcroft, Ben Millard,
Received on Monday, 15 February 2010 01:17:50 UTC