Skip to content

Commit

Permalink
[e] (0) Mention that SVGDocument.title can be readonly (as indeed it …
Browse files Browse the repository at this point in the history
…is right now).

git-svn-id: http://svn.whatwg.org/webapps@2065 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 13, 2008
1 parent c8c3282 commit ef9911a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions index
Expand Up @@ -28,7 +28,7 @@

<h1 id=html-5>HTML 5</h1>

<h2 class="no-num no-toc" id=draft>Draft Recommendation &mdash; 12 August
<h2 class="no-num no-toc" id=draft>Draft Recommendation &mdash; 13 August
2008</h2>

<p>You can take part in this work. <a
Expand Down Expand Up @@ -7325,7 +7325,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
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
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -5240,8 +5240,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
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.</p></li>
<code>SVGDocument</code> interface (if it is readonly, then this
will raise an exception). Stop the algorithm here.</p></li>

<li>If <span>the <code>title</code> element</span> is null and
<span>the <code>head</code> element</span> is null, then the
Expand Down

0 comments on commit ef9911a

Please sign in to comment.