- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 04 Sep 2009 07:28:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2003
Modified Files:
Overview.html
Log Message:
Remove the <mark> scroll bar stuff. (whatwg r3749)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2919
retrieving revision 1.2920
diff -u -d -r1.2919 -r1.2920
--- Overview.html 4 Sep 2009 00:08:53 -0000 1.2919
+++ Overview.html 4 Sep 2009 07:28:14 -0000 1.2920
@@ -1130,9 +1130,8 @@
<li><a href="#interactive-media"><span class="secno">11.6 </span>Interactive media</a>
<ol>
<li><a href="#links-forms-and-navigation"><span class="secno">11.6.1 </span>Links, forms, and navigation</a></li>
- <li><a href="#the-mark-element-0"><span class="secno">11.6.2 </span>The <code>mark</code> element</a></li>
- <li><a href="#the-title-attribute-0"><span class="secno">11.6.3 </span>The <code title="attr-title">title</code> attribute</a></li>
- <li><a href="#editing-hosts"><span class="secno">11.6.4 </span>Editing hosts</a></ol></li>
+ <li><a href="#the-title-attribute-0"><span class="secno">11.6.2 </span>The <code title="attr-title">title</code> attribute</a></li>
+ <li><a href="#editing-hosts"><span class="secno">11.6.3 </span>Editing hosts</a></ol></li>
<li><a href="#print-media"><span class="secno">11.7 </span>Print media</a></li>
<li><a href="#interaction-with-css"><span class="secno">11.8 </span>Interaction with CSS</a>
<ol>
@@ -65468,18 +65467,8 @@
- <h4 id="the-mark-element-0"><span class="secno">11.6.2 </span>The <code><a href="#the-mark-element">mark</a></code> element</h4>
- <p>User agents are expected to allow the user to cycle through all
- the <code><a href="#the-mark-element">mark</a></code> elements in a <code>Document</code>. User
- agents are also expected to bring their existence to the user's
- attention, even when they are off-screen, e.g. by highlighting
- portions of the scroll bar that represent portions of the document
- that contain <code><a href="#the-mark-element">mark</a></code> elements.</p>
-
-
-
- <h4 id="the-title-attribute-0"><span class="secno">11.6.3 </span>The <code title="attr-title"><a href="#the-title-attribute">title</a></code> attribute</h4>
+ <h4 id="the-title-attribute-0"><span class="secno">11.6.2 </span>The <code title="attr-title"><a href="#the-title-attribute">title</a></code> attribute</h4>
<p>Given an element (e.g. the element designated by the mouse
cursor), if the element, or one of its ancestors, has a <code title="attr-title"><a href="#the-title-attribute">title</a></code> attribute, and the nearest such
@@ -65491,7 +65480,7 @@
breaks in the tooltip.</p>
- <h4 id="editing-hosts"><span class="secno">11.6.4 </span>Editing hosts</h4>
+ <h4 id="editing-hosts"><span class="secno">11.6.3 </span>Editing hosts</h4>
<p>The current text editing caret (the one at the <a href="#caret-position">caret
position</a> in a focused <a href="#editing-host">editing host</a>) is expected
Received on Friday, 4 September 2009 07:28:27 UTC