Short URL: http://html5.org/r/2735
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2735 | Filling in the rendering section: editorial fixes; title=''. | 2009-02-02 10:10 |
Index: source =================================================================== --- source (revision 2734) +++ source (revision 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>