- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 04 Feb 2009 12:51:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv4937 Modified Files: Overview.html Log Message: Filling in the rendering section: move the 'maps' stuff back to the intro now that we're using it in more sections. (whatwg r2754) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1923 retrieving revision 1.1924 diff -u -d -r1.1923 -r1.1924 --- Overview.html 4 Feb 2009 12:49:56 -0000 1.1923 +++ Overview.html 4 Feb 2009 12:51:36 -0000 1.1924 @@ -46113,7 +46113,19 @@ appropriate for elements whose 'direction' property is 'ltr', and are expected to be flipped around on elements whose 'direction' 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); + 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>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.<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, div, dl, dt, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hr, @@ -46195,19 +46207,7 @@ <code><a href=#the-iframe-element>iframe</a></code> element, then the the <dfn id=container-frame-element>container frame element</dfn> of the <code><a href=#the-body-element>body</a></code> element is that <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>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 + is no <a href=#container-frame-element>container frame element</a>.</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>The <code><a href=#the-table-element>table</a></code> element's <code title=attr-table-cellpadding>cellpadding</code> attribute <a href=#maps-to-the-pixel-length-property title="maps to the pixel length property">maps to the pixel length properties</a> 'padding-top', 'padding-right', 'padding-bottom',
Received on Wednesday, 4 February 2009 12:51:48 UTC