Skip to content

Commit

Permalink
[e] (0) CSSOM doesn't handle the case of the scroll algorithm being c…
Browse files Browse the repository at this point in the history
…alled with a non-box-rendering element.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15587
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@6973 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 7, 2012
1 parent 4087bcc commit 0840ac1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -64559,7 +64559,8 @@ <h4 id=scroll-to-fragid><span class=secno>6.5.9 </span><dfn title=navigate-fragi
algorithm defined in the CSSOM View specification, or perform some
other action, such that <a href=#the-indicated-part-of-the-document>the indicated part of the
document</a> is brought to the user's attention. If there is no
indicated part, then the user agent must not scroll anywhere. <a href=#refsCSSOMVIEW>[CSSOMVIEW]</a></p>
indicated part, or if the indicated part is not <a href=#being-rendered>being
rendered</a>, then the user agent must not scroll anywhere. <a href=#refsCSSOMVIEW>[CSSOMVIEW]</a></p>

<p><dfn id=the-indicated-part-of-the-document>The indicated part of the document</dfn> is the one that the
fragment identifier, if any, identifies. The semantics of the
Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -64559,7 +64559,8 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
algorithm defined in the CSSOM View specification, or perform some
other action, such that <a href=#the-indicated-part-of-the-document>the indicated part of the
document</a> is brought to the user's attention. If there is no
indicated part, then the user agent must not scroll anywhere. <a href=#refsCSSOMVIEW>[CSSOMVIEW]</a></p>
indicated part, or if the indicated part is not <a href=#being-rendered>being
rendered</a>, then the user agent must not scroll anywhere. <a href=#refsCSSOMVIEW>[CSSOMVIEW]</a></p>

<p><dfn id=the-indicated-part-of-the-document>The indicated part of the document</dfn> is the one that the
fragment identifier, if any, identifies. The semantics of the
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -75452,7 +75452,8 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
algorithm defined in the CSSOM View specification, or perform some
other action, such that <span>the indicated part of the
document</span> is brought to the user's attention. If there is no
indicated part, then the user agent must not scroll anywhere. <a
indicated part, or if the indicated part is not <span>being
rendered</span>, then the user agent must not scroll anywhere. <a
href="#refsCSSOMVIEW">[CSSOMVIEW]</a></p>

<p><dfn>The indicated part of the document</dfn> is the one that the
Expand Down

0 comments on commit 0840ac1

Please sign in to comment.