- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 06 Jun 2008 11:36:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv25037
Modified Files:
ChangeLog Overview.html Overview.src.html
Log Message:
r1.907 scrollIntoView(): turn a must into should, mention horizontal scrolling. (whatwg r1720)
Index: ChangeLog
===================================================================
RCS file: /sources/public/html5/pubnotes/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ChangeLog 6 Jun 2008 11:26:56 -0000 1.2
+++ ChangeLog 6 Jun 2008 11:36:45 -0000 1.3
@@ -1,3 +1,8 @@
+2008-06-06 20:26 mike
+
+ * ChangeLog (1.2), Overview.html (1.227), Overview.src.html
+ (1.221): r1.903 refactoring of "Focus" subsection (whatwg r1716)
+
2008-06-06 19:35 mike
* Overview.html (1.226), Overview.src.html (1.220): r1.901
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -d -r1.227 -r1.228
--- Overview.html 6 Jun 2008 11:26:56 -0000 1.227
+++ Overview.html 6 Jun 2008 11:36:45 -0000 1.228
@@ -528,7 +528,13 @@
following definition of “focusable”: <q>An element is
focusable if the tabindex attribute’s definition
above defines the element to be focusable and the
- element is being rendered.</q></li>
+ element is being rendered.</q> and, for the case
+ where the <code class="method">scrollIntoView()</code>
+ method is called, to provide the following additional
+ requirement:
+ <q>Visual user agents should
+ further scroll horizontally as necessary to bring
+ the element to the attention of the user.</q></li>
</ul>
</div>
<div id="root" class="section">
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -d -r1.221 -r1.222
--- Overview.src.html 6 Jun 2008 11:26:57 -0000 1.221
+++ Overview.src.html 6 Jun 2008 11:36:45 -0000 1.222
@@ -511,7 +511,13 @@
following definition of “focusable”: <q>An element is
focusable if the tabindex attribute’s definition
above defines the element to be focusable and the
- element is being rendered.</q></li>
+ element is being rendered.</q> and, for the case
+ where the <code class=method>scrollIntoView()</code>
+ method is called, to provide the following additional
+ requirement:
+ <q>Visual user agents should
+ further scroll horizontally as necessary to bring
+ the element to the attention of the user.</q></li>
</ul>
</section>
<section id=root>
Received on Friday, 6 June 2008 11:37:24 UTC