csswg/cssom-view Overview.html,1.109,1.110 Overview.src.html,1.110,1.111

Update of /sources/public/csswg/cssom-view
In directory hutz:/tmp/cvs-serv6528

Modified Files:
	Overview.html Overview.src.html 
Log Message:
scrollHeight/scrollWidth note

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/cssom-view/Overview.html,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- Overview.html	6 Jul 2011 14:20:23 -0000	1.109
+++ Overview.html	6 Jul 2011 15:29:05 -0000	1.110
@@ -917,6 +917,11 @@
    <var title="">x</var>,<code title="dom-Element-scrollTop"><a href="#dom-element-scrolltop">scrollTop</a></code>.
   </ol>
 
+  <!--
+    XXX CORE-13162 CORE-1342
+    http://lists.w3.org/Archives/Public/www-style/2011May/0103.html
+  -->
+
   <p>The <dfn id="dom-element-scrollwidth" title="dom-Element-scrollWidth"><code>scrollWidth</code></dfn>
   attribute must return the result of running these
   steps:</p>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/cssom-view/Overview.src.html,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- Overview.src.html	6 Jul 2011 14:20:23 -0000	1.110
+++ Overview.src.html	6 Jul 2011 15:29:05 -0000	1.111
@@ -888,6 +888,11 @@
    <var title>x</var>,<code title=dom-Element-scrollTop>scrollTop</code>.
   </ol>
 
+  <!--
+    XXX CORE-13162 CORE-1342
+    http://lists.w3.org/Archives/Public/www-style/2011May/0103.html
+  -->
+
   <p>The <dfn title=dom-Element-scrollWidth><code>scrollWidth</code></dfn>
   attribute must return the result of running these
   steps:</p>

Received on Wednesday, 6 July 2011 15:29:09 UTC