- From: poot <cvsmail@w3.org>
- Date: Wed, 13 Aug 2008 09:12:31 +0900 (JST)
- To: public-html-diffs@w3.org
Mention that SVGDocument.title can be readonly (as indeed it is right now). (whatwg r2065) title http://people.w3.org/mike/diffs/html5/spec/Overview.1.1243.html#document.title http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1242&r2=1.1243&f=h http://html5.org/tools/web-apps-tracker?from=2064&to=2065 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1242 retrieving revision 1.1243 diff -u -d -r1.1242 -r1.1243 --- Overview.html 12 Aug 2008 23:59:14 -0000 1.1242 +++ Overview.html 13 Aug 2008 00:09:17 -0000 1.1243 @@ -27,7 +27,7 @@ for HTML and XHTML</h2> <h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" --> - Editor's Draft <!--ZZZ-->12 August 2008</h2> + Editor's Draft <!--ZZZ-->13 August 2008</h2> <dl><!-- ZZZ: update the month/day <dt>This Version:</dt> @@ -199,7 +199,7 @@ <p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is the W3C working group responsible for this specification's progress along - the W3C Recommendation track. <!--ZZZ:--> This specification is the 12 + the W3C Recommendation track. <!--ZZZ:--> This specification is the 13 August 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--></p> <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --> <!-- relationship to other work (required) --> @@ -7333,7 +7333,8 @@ element in the "<code title="">http://www.w3.org/2000/svg</code>" namespace, and the user agent supports SVG, then the setter must defer to the setter for the DOM attribute of the same name on the - <code>SVGDocument</code> interface. Stop the algorithm here. + <code>SVGDocument</code> interface (if it is readonly, then this will + raise an exception). Stop the algorithm here. <li>If <a href="#the-title1">the <code>title</code> element</a> is null and <a href="#the-head0">the <code>head</code> element</a> is null, then
Received on Wednesday, 13 August 2008 00:13:08 UTC