Skip to content

Commit 91e2ce5

Browse files
committed
scrollHeight/scrollWidth note
1 parent a89c3f3 commit 91e2ce5

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

cssom-view/Overview.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,11 @@ <h3 id="element-scrolling-members"><span class="secno">6.2 </span><code title=""
917917
<var title="">x</var>,<code title="dom-Element-scrollTop"><a href="#dom-element-scrolltop">scrollTop</a></code>.
918918
</ol>
919919

920+
<!--
921+
XXX CORE-13162 CORE-1342
922+
http://lists.w3.org/Archives/Public/www-style/2011May/0103.html
923+
-->
924+
920925
<p>The <dfn id="dom-element-scrollwidth" title="dom-Element-scrollWidth"><code>scrollWidth</code></dfn>
921926
attribute must return the result of running these
922927
steps:</p>

cssom-view/Overview.src.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -888,6 +888,11 @@ <h3><code title>Element</code> Scrolling Members</h3>
888888
<var title>x</var>,<code title=dom-Element-scrollTop>scrollTop</code>.
889889
</ol>
890890

891+
<!--
892+
XXX CORE-13162 CORE-1342
893+
http://lists.w3.org/Archives/Public/www-style/2011May/0103.html
894+
-->
895+
891896
<p>The <dfn title=dom-Element-scrollWidth><code>scrollWidth</code></dfn>
892897
attribute must return the result of running these
893898
steps:</p>

0 commit comments

Comments
 (0)