[html5] r2754 - [] (0) Filling in the rendering section: move the 'maps' stuff back to the intro [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 4 04:51:31 PST 2009
Author: ianh
Date: 2009-02-04 04:51:30 -0800 (Wed, 04 Feb 2009)
New Revision: 2754
Modified:
index
source
Log:
[] (0) Filling in the rendering section: move the 'maps' stuff back to the intro now that we're using it in more sections.
Modified: index
===================================================================
--- index 2009-02-04 12:49:51 UTC (rev 2753)
+++ index 2009-02-04 12:51:30 UTC (rev 2754)
@@ -55891,8 +55891,24 @@
<p class=XXX>Please send feedback if you can accurately describe
rules required by legacy content.</p>
+ <hr><p>When the text below says that an attribute <var title="">attribute</var> on an element <var title="">element</var>
+ <dfn id=maps-to-the-pixel-length-property>maps to the pixel length property</dfn> (or properties) <var title="">properties</var>, it means that if <var title="">element</var> has an attribute <var title="">attribute</var> set, and parsing that attribute's value
+ using the <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative integers</a>
+ doesn't generate an error, then the user agent is expected to use
+ the parsed value as a pixel length for a <a href=#presentational-hints title="presentational
+ hints">presentational hint</a> for <var title="">properties</var>.</p>
+ <p>When the text below says that an attribute <var title="">attribute</var> on an element <var title="">element</var>
+ <dfn id=maps-to-the-dimension-property>maps to the dimension property</dfn> (or properties) <var title="">properties</var>, it means that if <var title="">element</var> has an attribute <var title="">attribute</var> set, and parsing that attribute's value
+ using the <a href=#rules-for-parsing-dimension-values>rules for parsing dimension values</a> doesn't
+ generate an error, then the user agent is expected to use the parsed
+ dimension as the value for a <a href=#presentational-hints title="presentational
+ hints">presentational hint</a> for <var title="">properties</var>, with the value given as a pixel length if
+ the dimension was an integer, and with the value given as a
+ percentage if the dimension was a percentage.</p>
+
+
<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);
@@ -55998,22 +56014,6 @@
<code>frame</code> or <code><a href=#the-iframe-element>iframe</a></code> element. Otherwise, there
is no <a href=#container-frame-element>container frame element</a>.</p>
- <hr><p>When the text below says that an attribute <var title="">attribute</var> on an element <var title="">element</var>
- <dfn id=maps-to-the-pixel-length-property>maps to the pixel length property</dfn> (or properties) <var title="">properties</var>, it means that if <var title="">element</var> has an attribute <var title="">attribute</var> set, and parsing that attribute's value
- using the <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative integers</a>
- doesn't generate an error, then the user agent is expected to use
- the parsed value as a pixel length for a <a href=#presentational-hints title="presentational
- hints">presentational hint</a> for <var title="">properties</var>.</p>
-
- <p>When the text below says that an attribute <var title="">attribute</var> on an element <var title="">element</var>
- <dfn id=maps-to-the-dimension-property>maps to the dimension property</dfn> (or properties) <var title="">properties</var>, it means that if <var title="">element</var> has an attribute <var title="">attribute</var> set, and parsing that attribute's value
- using the <a href=#rules-for-parsing-dimension-values>rules for parsing dimension values</a> doesn't
- generate an error, then the user agent is expected to use the parsed
- dimension as the value for a <a href=#presentational-hints title="presentational
- hints">presentational hint</a> for <var title="">properties</var>, with the value given as a pixel length if
- the dimension was an integer, and with the value given as a
- percentage if the dimension was a percentage.</p>
-
<hr><p>The <code><a href=#the-table-element>table</a></code> element's <code title=attr-table-cellspacing>cellspacing</code> attribute
<a href=#maps-to-the-pixel-length-property>maps to the pixel length property</a> 'border-spacing' on the
element.</p>
Modified: source
===================================================================
--- source 2009-02-04 12:49:51 UTC (rev 2753)
+++ source 2009-02-04 12:51:30 UTC (rev 2754)
@@ -61108,8 +61108,36 @@
<p class="XXX">Please send feedback if you can accurately describe
rules required by legacy content.</p>
+ <hr>
+ <p>When the text below says that an attribute <var
+ title="">attribute</var> on an element <var title="">element</var>
+ <dfn>maps to the pixel length property</dfn> (or properties) <var
+ title="">properties</var>, it means that if <var
+ title="">element</var> has an attribute <var
+ title="">attribute</var> set, and parsing that attribute's value
+ using the <span>rules for parsing non-negative integers</span>
+ doesn't generate an error, then the user agent is expected to use
+ the parsed value as a pixel length for a <span title="presentational
+ hints">presentational hint</span> for <var
+ title="">properties</var>.</p>
+ <p>When the text below says that an attribute <var
+ title="">attribute</var> on an element <var title="">element</var>
+ <dfn>maps to the dimension property</dfn> (or properties) <var
+ title="">properties</var>, it means that if <var
+ title="">element</var> has an attribute <var
+ title="">attribute</var> set, and parsing that attribute's value
+ using the <span>rules for parsing dimension values</span> doesn't
+ generate an error, then the user agent is expected to use the parsed
+ dimension as the value for a <span title="presentational
+ hints">presentational hint</span> for <var
+ title="">properties</var>, with the value given as a pixel length if
+ the dimension was an integer, and with the value given as a
+ percentage if the dimension was a percentage.</p>
+
+
+
<h4>Display types</h4>
<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -61242,34 +61270,6 @@
<hr>
- <p>When the text below says that an attribute <var
- title="">attribute</var> on an element <var title="">element</var>
- <dfn>maps to the pixel length property</dfn> (or properties) <var
- title="">properties</var>, it means that if <var
- title="">element</var> has an attribute <var
- title="">attribute</var> set, and parsing that attribute's value
- using the <span>rules for parsing non-negative integers</span>
- doesn't generate an error, then the user agent is expected to use
- the parsed value as a pixel length for a <span title="presentational
- hints">presentational hint</span> for <var
- title="">properties</var>.</p>
-
- <p>When the text below says that an attribute <var
- title="">attribute</var> on an element <var title="">element</var>
- <dfn>maps to the dimension property</dfn> (or properties) <var
- title="">properties</var>, it means that if <var
- title="">element</var> has an attribute <var
- title="">attribute</var> set, and parsing that attribute's value
- using the <span>rules for parsing dimension values</span> doesn't
- generate an error, then the user agent is expected to use the parsed
- dimension as the value for a <span title="presentational
- hints">presentational hint</span> for <var
- title="">properties</var>, with the value given as a pixel length if
- the dimension was an integer, and with the value given as a
- percentage if the dimension was a percentage.</p>
-
- <hr>
-
<p>The <code>table</code> element's <code
title="attr-table-cellspacing">cellspacing</code> attribute
<span>maps to the pixel length property</span> 'border-spacing' on the
More information about the Commit-Watchers
mailing list