[html5] r2735 - [] (0) Filling in the rendering section: editorial fixes; title=''.

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 2 02:10:07 PST 2009


Author: ianh
Date: 2009-02-02 02:10:06 -0800 (Mon, 02 Feb 2009)
New Revision: 2735

Modified:
   index
   source
Log:
[] (0) Filling in the rendering section: editorial fixes; title=''.

Modified: index
===================================================================
--- index	2009-02-02 08:17:49 UTC (rev 2734)
+++ index	2009-02-02 10:10:06 UTC (rev 2735)
@@ -1029,7 +1029,7 @@
   <ol>
    <li><a href=#introduction-8><span class=secno>10.1 </span>Introduction</a></li>
    <li><a href=#hidden-elements><span class=secno>10.2 </span>Hidden elements</a></li>
-   <li><a href=#visual-media-defaults><span class=secno>10.3 </span>Visual media defaults</a>
+   <li><a href=#simple-defaults><span class=secno>10.3 </span>Simple defaults</a>
     <ol>
      <li><a href=#introduction-9><span class=secno>10.3.1 </span>Introduction</a></li>
      <li><a href=#display-types><span class=secno>10.3.2 </span>Display types</a></li>
@@ -1038,15 +1038,16 @@
      <li><a href=#fonts-and-colors><span class=secno>10.3.5 </span>Fonts and colors</a></li>
      <li><a href=#punctuation-and-decorations><span class=secno>10.3.6 </span>Punctuation and decorations</a></li>
      <li><a href=#resetting-rules-for-inherited-properties><span class=secno>10.3.7 </span>Resetting rules for inherited properties</a></ol></li>
-   <li><a href=#form-controls-and-widgets><span class=secno>10.4 </span>Form controls and widgets</a></li>
-   <li><a href=#self-contained-features><span class=secno>10.5 </span>Self-contained features</a>
+   <li><a href=#self-contained-features><span class=secno>10.4 </span>Self-contained features</a>
     <ol>
-     <li><a href=#the-marquee-element><span class=secno>10.5.1 </span>The <code>marquee</code> element</a></li>
-     <li><a href=#the-hr-element-0><span class=secno>10.5.2 </span>The <code>hr</code> element</a></ol></li>
-   <li><a href=#other><span class=secno>10.6 </span>Other</a></li>
-   <li><a href=#rendering-and-menus/toolbars><span class=secno>10.7 </span>Rendering and menus/toolbars</a>
+     <li><a href=#the-title-attribute-0><span class=secno>10.4.1 </span>The <code title=attr-title>title</code> attribute</a></li>
+     <li><a href=#form-controls-and-widgets><span class=secno>10.4.2 </span>Form controls and widgets</a></li>
+     <li><a href=#the-marquee-element><span class=secno>10.4.3 </span>The <code>marquee</code> element</a></li>
+     <li><a href=#the-hr-element-0><span class=secno>10.4.4 </span>The <code>hr</code> element</a></ol></li>
+   <li><a href=#other><span class=secno>10.5 </span>Other</a></li>
+   <li><a href=#rendering-and-menus/toolbars><span class=secno>10.6 </span>Rendering and menus/toolbars</a>
     <ol>
-     <li><a href="#the-'icon'-property"><span class=secno>10.7.1 </span>The 'icon' property</a></ol></ol></li>
+     <li><a href="#the-'icon'-property"><span class=secno>10.6.1 </span>The 'icon' property</a></ol></ol></li>
  <li><a href=#obsolete-features><span class=secno>11 </span>Obsolete features</a>
   <ol>
    <li><a href=#self-contained-features-0><span class=secno>11.1 </span>Self-contained features</a>
@@ -55748,7 +55749,7 @@
 
 
 
-  <h3 id=visual-media-defaults><span class=secno>10.3 </span>Visual media defaults</h3>
+  <h3 id=simple-defaults><span class=secno>10.3 </span>Simple defaults</h3>
 
   <h4 id=introduction-9><span class=secno>10.3.1 </span>Introduction</h4>
 
@@ -55761,9 +55762,6 @@
   are expected to be flipped around on elements whose 'direction'
   property is 'rtl'.</p>
 
-  <p class=note>These rules are not a complete description of the
-  default rendering rules expected by legacy content at this time.</p>
-
   <p class=XXX>Please send feedback if you can accurately describe
   rules required by legacy content.</p>
 
@@ -55965,26 +55963,39 @@
 }</pre>
 
 
-  <h3 id=form-controls-and-widgets><span class=secno>10.4 </span>Form controls and widgets</h3>
 
-  <p class=XXX>...</p>
+  <h3 id=self-contained-features><span class=secno>10.4 </span>Self-contained features</h3>
 
+  <h4 id=the-title-attribute-0><span class=secno>10.4.1 </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
+  attribute has a value that is not the empty string, it is expected
+  that the user agent will expose the contents of that attribute as a
+  tooltip.</p>
 
-  <h3 id=self-contained-features><span class=secno>10.5 </span>Self-contained features</h3>
+  <p>U+000A LINE FEED (LF) characters are expected to cause line
+  breaks in the tooltip.</p>
 
-  <h4 id=the-marquee-element><span class=secno>10.5.1 </span>The <code><a href=#the-marquee-element-0>marquee</a></code> element</h4>
 
+  <h4 id=form-controls-and-widgets><span class=secno>10.4.2 </span>Form controls and widgets</h4>
+
   <p class=XXX>...</p>
 
 
-  <h4 id=the-hr-element-0><span class=secno>10.5.2 </span>The <code><a href=#the-hr-element>hr</a></code> element</h4>
+  <h4 id=the-marquee-element><span class=secno>10.4.3 </span>The <code><a href=#the-marquee-element-0>marquee</a></code> element</h4>
 
   <p class=XXX>...</p>
 
 
-  <h3 id=other><span class=secno>10.6 </span>Other</h3>
 
+  <h4 id=the-hr-element-0><span class=secno>10.4.4 </span>The <code><a href=#the-hr-element>hr</a></code> element</h4>
+
+  <p class=XXX>...</p>
+
+
+  <h3 id=other><span class=secno>10.5 </span>Other</h3>
+
   <!-- XXX
 
       section { }
@@ -56131,9 +56142,9 @@
 
 
 
-  <h3 id=rendering-and-menus/toolbars><span class=secno>10.7 </span>Rendering and menus/toolbars</h3>
+  <h3 id=rendering-and-menus/toolbars><span class=secno>10.6 </span>Rendering and menus/toolbars</h3>
 
-  <h4 id="the-'icon'-property"><span class=secno>10.7.1 </span>The 'icon' property</h4>
+  <h4 id="the-'icon'-property"><span class=secno>10.6.1 </span>The 'icon' property</h4>
 
   <p>UAs should use the command's Icon as the default generic icon
   provided by the user agent when the 'icon' property computes to

Modified: source
===================================================================
--- source	2009-02-02 08:17:49 UTC (rev 2734)
+++ source	2009-02-02 10:10:06 UTC (rev 2735)
@@ -60967,7 +60967,7 @@
 
 
 
-  <h3>Visual media defaults</h3>
+  <h3>Simple defaults</h3>
 
   <h4>Introduction</h4>
 
@@ -60980,9 +60980,6 @@
   are expected to be flipped around on elements whose 'direction'
   property is 'rtl'.</p>
 
-  <p class="note">These rules are not a complete description of the
-  default rendering rules expected by legacy content at this time.</p>
-
   <p class="XXX">Please send feedback if you can accurately describe
   rules required by legacy content.</p>
 
@@ -61187,19 +61184,33 @@
 }</pre>
 
 
-  <h3>Form controls and widgets</h3>
 
-  <p class="XXX">...</p>
+  <h3>Self-contained features</h3>
 
+  <h4>The <code title="attr-title">title</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">title</code> attribute, and the nearest such
+  attribute has a value that is not the empty string, it is expected
+  that the user agent will expose the contents of that attribute as a
+  tooltip.</p>
 
-  <h3>Self-contained features</h3>
+  <p>U+000A LINE FEED (LF) characters are expected to cause line
+  breaks in the tooltip.</p>
 
+
+  <h4>Form controls and widgets</h4>
+
+  <p class="XXX">...</p>
+
+
   <h4>The <code>marquee</code> element</h4>
 
   <p class="XXX">...</p>
 
 
+
   <h4>The <code>hr</code> element</h4>
 
   <p class="XXX">...</p>




More information about the Commit-Watchers mailing list