- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 06 Jun 2008 19:45:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes In directory hutz:/tmp/cvs-serv15127 Modified Files: ChangeLog Overview.html Overview.src.html Log Message: r1.908 "hasFocus() is a method, not an attribute. (credit: ap) (whatwg r1721)" Index: ChangeLog =================================================================== RCS file: /sources/public/html5/pubnotes/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- ChangeLog 6 Jun 2008 11:36:45 -0000 1.3 +++ ChangeLog 6 Jun 2008 19:45:06 -0000 1.4 @@ -1,3 +1,9 @@ +2008-06-06 20:36 mike + + * ChangeLog (1.3), Overview.html (1.228), Overview.src.html + (1.222): r1.907 scrollIntoView(): turn a must into should, + mention horizontal scrolling. (whatwg r1720) + 2008-06-06 20:26 mike * ChangeLog (1.2), Overview.html (1.227), Overview.src.html Index: Overview.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.html,v retrieving revision 1.228 retrieving revision 1.229 diff -u -d -r1.228 -r1.229 --- Overview.html 6 Jun 2008 11:36:45 -0000 1.228 +++ Overview.html 6 Jun 2008 19:45:06 -0000 1.229 @@ -253,8 +253,11 @@ <li><code class="domattribute">queryCommandValue</code></li> </ul> The interface was also updated for consistency with - the Web IDL specification. - </li> + the Web IDL specification, and to correctly document + the <code class="method">hasFocus()</code> method as a + method (previously, the interface definition had + incorrectly indicated that it was an + attribute).</li> <li>In the “Resource metadata management” subsection, content that related to the <code class="domattribute">domain</code> DOM attribute (which is “used to enable pages on different hosts of @@ -535,7 +538,12 @@ <q>Visual user agents should further scroll horizontally as necessary to bring the element to the attention of the user.</q></li> - </ul> + <li>Also, in the “Focus” subsection, a change was made + to correctly document the <code class="method">hasFocus()</code> method as a method + (previously, the interface definition had incorrectly + indicated that it was an attribute).</li> + <li> + </li></ul> </div> <div id="root" class="section"> <h2>Section 3.6, The root element</h2> Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.src.html,v retrieving revision 1.222 retrieving revision 1.223 diff -u -d -r1.222 -r1.223 --- Overview.src.html 6 Jun 2008 11:36:45 -0000 1.222 +++ Overview.src.html 6 Jun 2008 19:45:06 -0000 1.223 @@ -233,8 +233,11 @@ <li><code class=domattribute>queryCommandValue</code></li> </ul> The interface was also updated for consistency with - the Web IDL specification. - </li> + the Web IDL specification, and to correctly document + the <code class=method>hasFocus()</code> method as a + method (previously, the interface definition had + incorrectly indicated that it was an + attribute).</li> <li>In the “Resource metadata management” subsection, content that related to the <code class=domattribute>domain</code> DOM attribute @@ -518,6 +521,12 @@ <q>Visual user agents should further scroll horizontally as necessary to bring the element to the attention of the user.</q></li> + <li>Also, in the “Focus” subsection, a change was made + to correctly document the <code + class=method>hasFocus()</code> method as a method + (previously, the interface definition had incorrectly + indicated that it was an attribute).</li> + <li> </ul> </section> <section id=root>
Received on Friday, 6 June 2008 19:45:43 UTC