Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) Filling in the rendering section: move the 'maps' stuff back t…
…o the intro now that we're using it in more sections.

git-svn-id: http://svn.whatwg.org/webapps@2754 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 4, 2009
1 parent 8c322c3 commit 9b76871
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
32 changes: 16 additions & 16 deletions index
Expand Up @@ -55891,6 +55891,22 @@ style, title { display: none; }</pre>
<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>
Expand Down Expand Up @@ -55998,22 +56014,6 @@ td, th { padding: 1px; }</pre>
<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>
Expand Down
56 changes: 28 additions & 28 deletions source
Expand Up @@ -61108,6 +61108,34 @@ style, title { display: none; }</pre>
<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>
Expand Down Expand Up @@ -61242,34 +61270,6 @@ td, th { padding: 1px; }</pre>

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

0 comments on commit 9b76871

Please sign in to comment.