- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 13 Aug 2008 00:09:20 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29550
Modified Files:
Overview.html
Log Message:
Mention that SVGDocument.title can be readonly (as indeed it is right now). (whatwg r2065)
Index: Overview.html
===================================================================
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:09:54 UTC