- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 02 Feb 2009 10:10:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv2101 Modified Files: Overview.html Log Message: Filling in the rendering section: editorial fixes; title=''. (whatwg r2735) Index: Overview.html =================================================================== 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:10:22 UTC