Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) accuracy
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12667

git-svn-id: http://svn.whatwg.org/webapps@6563 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 22, 2011
1 parent 3fb847f commit 80f707e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions complete.html
Expand Up @@ -9580,8 +9580,7 @@ <h4 id=dom-tree-accessors><span class=secno>3.1.4 </span><dfn>DOM tree accessors
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 IDL attribute of the same name on the
<code>SVGDocument</code> interface (if it is readonly, then this
will raise an exception). Stop the algorithm here. <a href=#refsSVG>[SVG]</a></li>
<code>SVGDocument</code> interface. Stop the algorithm here. <a href=#refsSVG>[SVG]</a></li>

<li>If <a href=#the-title-element-0>the <code>title</code> element</a> is null and
<a href=#the-head-element-0>the <code>head</code> element</a> is null, then the
Expand Down
3 changes: 1 addition & 2 deletions index
Expand Up @@ -9444,8 +9444,7 @@ interface <dfn id=htmldocument>HTMLDocument</dfn> {
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 IDL attribute of the same name on the
<code>SVGDocument</code> interface (if it is readonly, then this
will raise an exception). Stop the algorithm here. <a href=#refsSVG>[SVG]</a></li>
<code>SVGDocument</code> interface. Stop the algorithm here. <a href=#refsSVG>[SVG]</a></li>

<li>If <a href=#the-title-element-0>the <code>title</code> element</a> is null and
<a href=#the-head-element-0>the <code>head</code> element</a> is null, then the
Expand Down
3 changes: 1 addition & 2 deletions source
Expand Up @@ -9660,8 +9660,7 @@ interface <dfn>HTMLDocument</dfn> {
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 IDL attribute of the same name on the
<code>SVGDocument</code> interface (if it is readonly, then this
will raise an exception). Stop the algorithm here. <a
<code>SVGDocument</code> interface. Stop the algorithm here. <a
href="#refsSVG">[SVG]</a></p></li>

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

0 comments on commit 80f707e

Please sign in to comment.