spec/Overview.html 1.1905 2735 Filling in the rendering section: editor

Filling in the rendering section: editorial fixes; title=''. (whatwg
r2735)

10.2 Hidden elements
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1905.html#hidden-elements
10.3.7 Resetting rules for inherited properties
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1905.html#resetting-rules-for-inherited-properties
10.4.2 Form controls and widgets
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1905.html#form-controls-and-widgets
10.6 Rendering and menus/toolbars
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1905.html#rendering-and-menus-toolbars
10.3 Simple defaults
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1905.html#simple-defaults
10.4 Self-contained features
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1905.html#self-contained-features
obtain a physical form
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1905.html#obtain-a-physical-form
10.3.2 Display types
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1905.html#display-types

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1904&r2=1.1905&f=h
http://html5.org/tools/web-apps-tracker?from=2734&to=2735

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1904
retrieving revision 1.1905
diff -u -d -r1.1904 -r1.1905
--- Overview.html 2 Feb 2009 08:17:55 -0000 1.1904
+++ Overview.html 2 Feb 2009 10:10:11 -0000 1.1905
@@ -952,7 +952,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>
@@ -961,15 +961,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>
@@ -45979,13 +45980,12 @@
 datalist, eventsource, head, input[type=hidden], link,
 menu[type=context], meta, noembed, noframes, param, script, source,
 style, title { display: none; }</pre><p>This hides all the elements that do not represent anything
-  visible.<h3 id=visual-media-defaults><span class=secno>10.3 </span>Visual media defaults</h3><h4 id=introduction-9><span class=secno>10.3.1 </span>Introduction</h4><p>The CSS rules given in these subsections are expected to be used
+  visible.<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><p>The CSS rules given in these subsections are expected to be used
   as the defaults for all documents that contain <a href=#html-elements>HTML
   elements</a> when presented in visual media.<p>Rules regarding left and right margins are given here as
   appropriate for elements whose 'direction' property is 'ltr', and
   are expected to be flipped around on elements whose 'direction'
-  property is 'rtl'.<p class=note>These rules are not a complete description of the
-  default rendering rules expected by legacy content at this time.<p class=XXX>Please send feedback if you can accurately describe
+  property is 'rtl'.<p class=XXX>Please send feedback if you can accurately describe
   rules required by legacy content.<h4 id=display-types><span class=secno>10.3.2 </span>Display types</h4><pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
 
 address, article, aside, blockquote, body, center, dd, dialog, dir,
@@ -46128,7 +46128,12 @@
   line-height: initial;
   white-space: initial;
   text-align: initial;
-}</pre><h3 id=form-controls-and-widgets><span class=secno>10.4 </span>Form controls and widgets</h3><p class=XXX>...<h3 id=self-contained-features><span class=secno>10.5 </span>Self-contained features</h3><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><p class=XXX>...<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><p class=XXX>...<h3 id=other><span class=secno>10.6 </span>Other</h3><!-- XXX
+}</pre><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>U+000A LINE FEED (LF) characters are expected to cause line
+  breaks in the tooltip.<h4 id=form-controls-and-widgets><span class=secno>10.4.2 </span>Form controls and widgets</h4><p class=XXX>...<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>...<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>...<h3 id=other><span class=secno>10.5 </span>Other</h3><!-- XXX
 
       section { }
       mark { }
@@ -46258,7 +46263,7 @@
   names in HTML documents, and class names in quirks mode documents,
   are case-insensitive, as well as saying which attribute values must
   be compared case-insensitively.<p class=XXX>Need to define the content attributes of BODY in
-  terms of CSS or something.<h3 id=rendering-and-menus-toolbars><span class=secno>10.7 </span>Rendering and menus/toolbars</h3><h4 id=the-icon-property><span class=secno>10.7.1 </span>The 'icon' property</h4><p>UAs should use the command's Icon as the default generic icon
+  terms of CSS or something.<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.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
   'auto' on an element that either defines a command or refers to one
   using the <code title=command-attribute>command</code> attribute,

Received on Monday, 2 February 2009 10:13:55 UTC