Skip to content

Commit

Permalink
[] (0) Filling in the rendering section: editorial fixes; title=''.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2735 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 2, 2009
1 parent f186b43 commit dd7f4fc
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 27 deletions.
51 changes: 31 additions & 20 deletions index
Expand Up @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -55748,7 +55749,7 @@ style, title { display: none; }</pre>



<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>

Expand All @@ -55761,9 +55762,6 @@ style, title { display: none; }</pre>
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>

Expand Down Expand Up @@ -55965,25 +55963,38 @@ table {
}</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>

<p>U+000A LINE FEED (LF) characters are expected to cause line
breaks in the tooltip.</p>


<h3 id=self-contained-features><span class=secno>10.5 </span>Self-contained features</h3>
<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-marquee-element><span class=secno>10.5.1 </span>The <code><a href=#the-marquee-element-0>marquee</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>


<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-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.6 </span>Other</h3>
<h3 id=other><span class=secno>10.5 </span>Other</h3>

<!-- XXX

Expand Down Expand Up @@ -56131,9 +56142,9 @@ xh|section xh|section xh|section xh|section xh|section xh|h1 { /* same styles as



<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
Expand Down
25 changes: 18 additions & 7 deletions source
Expand Up @@ -60967,7 +60967,7 @@ style, title { display: none; }</pre>



<h3>Visual media defaults</h3>
<h3>Simple defaults</h3>

<h4>Introduction</h4>

Expand All @@ -60980,9 +60980,6 @@ style, title { display: none; }</pre>
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>

Expand Down Expand Up @@ -61187,19 +61184,33 @@ table {
}</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>

<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>

<h3>Self-contained features</h3>

<h4>The <code>marquee</code> element</h4>

<p class="XXX">...</p>



<h4>The <code>hr</code> element</h4>

<p class="XXX">...</p>
Expand Down

0 comments on commit dd7f4fc

Please sign in to comment.