[html5] r6973 - [e] (0) CSSOM doesn't handle the case of the scroll algorithm being called with [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Feb 6 16:38:25 PST 2012
Author: ianh
Date: 2012-02-06 16:38:24 -0800 (Mon, 06 Feb 2012)
New Revision: 6973
Modified:
complete.html
index
source
Log:
[e] (0) CSSOM doesn't handle the case of the scroll algorithm being called with a non-box-rendering element.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15587
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2012-02-07 00:36:44 UTC (rev 6972)
+++ complete.html 2012-02-07 00:38:24 UTC (rev 6973)
@@ -64559,7 +64559,8 @@
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
Modified: index
===================================================================
--- index 2012-02-07 00:36:44 UTC (rev 6972)
+++ index 2012-02-07 00:38:24 UTC (rev 6973)
@@ -64559,7 +64559,8 @@
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
Modified: source
===================================================================
--- source 2012-02-07 00:36:44 UTC (rev 6972)
+++ source 2012-02-07 00:38:24 UTC (rev 6973)
@@ -75452,7 +75452,8 @@
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
More information about the Commit-Watchers
mailing list