[html5] r2065 - [e] (0) Mention that SVGDocument.title can be readonly (as indeed it is right now).

whatwg at whatwg.org whatwg at whatwg.org
Tue Aug 12 17:09:14 PDT 2008


Author: ianh
Date: 2008-08-12 17:09:13 -0700 (Tue, 12 Aug 2008)
New Revision: 2065

Modified:
   index
   source
Log:
[e] (0) Mention that SVGDocument.title can be readonly (as indeed it is right now).

/home/ianh/svn/webapps/hooks/commit-email.pl: `/usr/bin/svnlook diff /home/ianh/svn/webapps -r 2065' failed with this output:
Modified: index
===================================================================
--- index	2008-08-12 23:59:10 UTC (rev 2064)
+++ index	2008-08-13 00:09:13 UTC (rev 2065)
@@ -28,7 +28,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 12 August
+   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 13 August
     2008</h2>
 
    <p>You can take part in this work. <a
@@ -7325,7 +7325,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

Modified: source
===================================================================



More information about the Commit-Watchers mailing list