- From: poot <cvsmail@w3.org>
- Date: Fri, 4 Sep 2009 16:28:37 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Remove the <mark> scroll bar stuff. (whatwg r3749) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2919&r2=1.2920&f=h http://html5.org/tools/web-apps-tracker?from=3748&to=3749 =================================================================== 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:29:15 UTC