- From: Arron Eicholz via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 31 Oct 2011 15:27:34 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-positioning In directory hutz:/tmp/cvs-serv11097 Modified Files: Overview.html Overview.src.html Log Message: Correcting references to values module Correcting center positioning references Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-positioning/Overview.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Overview.html 30 Oct 2011 16:46:48 -0000 1.7 +++ Overview.html 31 Oct 2011 15:27:32 -0000 1.8 @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang=en> @@ -58,14 +58,14 @@ <h1>CSS Positioned Layout Module Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 October + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 October 2011</h2> <dl> <dt>This version: <dd><a - href="http://www.w3.org/TR/2011/ED-css3-positioning-20111030/">http://dev.w3.org/csswg/css3-positioning/</a></dd> + href="http://www.w3.org/TR/2011/ED-css3-positioning-20111031/">http://dev.w3.org/csswg/css3-positioning/</a></dd> <!--<dt>Latest version:</dt> <dd><a href="http://www.w3.org/TR/css3-positioning/">http://www.w3.org/TR/css3-positioning/</a></dd>--> @@ -290,9 +290,9 @@ class=property>position</code>’, and ‘<code class=property>float</code>’</a> - <li id=comparison-of-normal-flow-floats-and-abs><a + <li id=comparison-of-normal-flow-floats-and-pos><a href="#comparison-of-flow-floats-absolute-positioning"><span - class=secno>9. </span>Comparison of normal flow, floats, and absolute + class=secno>9. </span>Comparison of normal flow, floats, and positioning</a> <ul class=toc> <li id=normal-flow-0><a href="#normal-flow-example"><span @@ -446,7 +446,7 @@ ‘<code class=property>position</code>’, and ‘<code class=property>float</code>’</a> - <li id=comparison-of-normal-flow-floats-and-abs0><a + <li id=comparison-of-normal-flow-floats-and-abs><a href="http://www.w3.org/TR/CSS2/visuren.html#comparison">9.8 Comparison of normal flow, floats, and absolute positioning</a> @@ -499,7 +499,7 @@ this specification are defined in CSS Level 2 Revision 1 <a href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. Other CSS modules may expand the definitions of these value types: for example <a href="#CSS3VAL" - rel=biblioentry>[CSS3VAL]<!--{{CSS3VAL}}--></a>, when combined with this + rel=biblioentry>[CSS3VAL]<!--{{!CSS3VAL}}--></a>, when combined with this module, expands the definition of the <length> value type as used in this specification. @@ -1042,23 +1042,20 @@ href="#containing-block0">containing block</a>. It is removed from the <a href="#normal-flow0">normal flow</a> entirely (it has no impact on later siblings). A center positioned box establishes a new <a - href="#containing-block0">containing block</a> for normal flow children - and absolutely (but not fixed or page) positioned descendants. However, - the contents of an center positioned element do not flow around any other - boxes. They may obscure the contents of another box (or be obscured - themselves), depending on the stack levels of the overlapping boxes. + href="#containing-block0">containing block</a> for <a + href="#normal-flow0">normal flow</a> children and absolutely (but not + fixed or page) positioned descendants. However, the contents of an center + positioned element do not flow around any other boxes. They may obscure + the contents of another box (or be obscured themselves), depending on the + stack levels of the overlapping boxes. - <p id=references-in-this-specification-to-an-a0> References in this - specification to an <span class=index-def - id=absolutely-positioned-element0 - title="absolute positioned element/box">absolutely positioned - element</span> (or its box) imply that the element's ‘<a - href="#position"><code class=property>position</code></a>’ property - has the value <a href="#absolute" - title="'position'!!''absolute''">‘<code - class=css>absolute</code>’</a> or <a href="#fixed" - title="'position'!!''fixed''">‘<code - class=css>fixed</code>’</a>.</p> + <p id=references-in-this-specification-to-an-c> References in this + specification to an <span class=index-def id=center-positioned-element + title="center positioned element/box">center positioned element</span> (or + its box) imply that the element's ‘<a href="#position"><code + class=property>position</code></a>’ property has the value <a + href="#center" title="'position'!!''center''">‘<code + class=css>center</code>’</a>.</p> <!-- End section: Absolute positioning --> <h3 id=fixed-positioning><span class=secno>6.5. </span><span @@ -1173,7 +1170,7 @@ <td><dfn id=position title="'position'">position</dfn> <tr> - <th>Value: + <th><a href="#values">Value</a>: <td><var>static</var> | <var>relative</var> | <var>absolute</var> | <var>page</var> | <var>center</var> | <var>fixed</var> @@ -1212,6 +1209,12 @@ <th>Computed value: <td>specified value + + <tr> + <th>Canonical order: + + <td><abbr title="follows order of property value definition">per + grammar<abbr></abbr></abbr> </table> <p id=the-values-of-this-property-have-the-fol>The values of this property @@ -1378,7 +1381,7 @@ <td><dfn title="'position-reference'">position-reference</dfn></td> </tr> <tr> - <th>Value:</th> + <th><a href="#values">Value</a>:</th> <td><var>auto</var> | <var>parent</var> | <var>container</var> | <var>root</var> | <var>nth-parent()</var> | <var>element()</var></td> </tr> <tr> @@ -1409,6 +1412,10 @@ <th>Computed value:</th> <td>specified value, but see prose</td> </tr> + <tr> + <th>Canonical order:</th> + <td><abbr title="follows order of property value definition">per grammar<abbr></td> + </tr> </table> <p>The values of this property have the following meanings:</p> <dl> @@ -1478,7 +1485,7 @@ <td><dfn id=top title="'top'">top</dfn> <tr> - <th>Value: + <th><a href="#values">Value</a>: <td><var>auto</var> | <var><length></var> | <var><percentage></var> @@ -1527,6 +1534,12 @@ length; if specified as a ‘<code class=css><percentage></code>’, the specified value; otherwise, ‘<code class=css>auto</code>’. + + <tr> + <th>Canonical order: + + <td><abbr title="follows order of property value definition">per + grammar<abbr></abbr></abbr> </table> <p id=this-property-specifies-how-far-an-absol> This property specifies how @@ -1549,7 +1562,7 @@ <td><dfn id=right title="'right'">right</dfn> <tr> - <th>Value: + <th><a href="#values">Value</a>: <td><var>auto</var> | <var><length></var> | <var><percentage></var> @@ -1598,6 +1611,12 @@ length; if specified as a ‘<code class=css><percentage></code>’, the specified value; otherwise, ‘<code class=css>auto</code>’. + + <tr> + <th>Canonical order: + + <td><abbr title="follows order of property value definition">per + grammar<abbr></abbr></abbr> </table> <p id=like-top-but-specifies-how-far-a-box39s-> Like ‘<a @@ -1620,7 +1639,7 @@ <td><dfn id=bottom title="'bottom'">bottom</dfn> <tr> - <th>Value: + <th><a href="#values">Value</a>: <td><var>auto</var> | <var><length></var> | <var><percentage></var> @@ -1669,6 +1688,12 @@ length; if specified as a ‘<code class=css><percentage></code>’, the specified value; otherwise, ‘<code class=css>auto</code>’. + + <tr> + <th>Canonical order: + + <td><abbr title="follows order of property value definition">per + grammar<abbr></abbr></abbr> </table> <p id=like-top-but-specifies-how-far-a-box39s-0> Like ‘<a @@ -1691,7 +1716,7 @@ <td><dfn id=left title="'left'">left</dfn> <tr> - <th>Value: + <th><a href="#values">Value</a>: <td><var>auto</var> | <var><length></var> | <var><percentage></var> @@ -1740,6 +1765,12 @@ length; if specified as a ‘<code class=css><percentage></code>’, the specified value; otherwise, ‘<code class=css>auto</code>’. + + <tr> + <th>Canonical order: + + <td><abbr title="follows order of property value definition">per + grammar<abbr></abbr></abbr> </table> <p id=like-top-but-specifies-how-far-a-box39s-1> Like ‘<a @@ -2488,6 +2519,16 @@ <td>table <tr> + <td>inline-flexbox + + <td>flexbox + + <tr> + <td>inline-grid + + <td>grid + + <tr> <td> inline, <span>table-row-group</span>, <span>table-column</span>, <span>table-column-group</span>, <span>table-header-group</span>, <span>table-footer-group</span>, <span>table-row</span>, @@ -2502,12 +2543,12 @@ <td><span>same as specified</span> </table> - <p class=issue id=what-about-new-display-types-box-grid-ru>What about new - display types, "box, grid, ruby, etc..."?</p> + <p class=issue id=what-about-display-types-ruby-etc...>What about display + types, "ruby, etc..."?</p> <!-- End section: Relationships between 'display', 'position', and 'float' --> <h2 id=comparison-of-flow-floats-absolute-positioning><span class=secno>9. - </span>Comparison of normal flow, floats, and absolute positioning</h2> + </span>Comparison of normal flow, floats, and positioning</h2> <p id=this-section-is-not-normative.0><em>This section is not normative.</em> @@ -3014,7 +3055,7 @@ <td><dfn id=clip title="'clip'">clip</dfn> <tr> - <th>Value: + <th><a href="#values">Value</a>: <td><var>auto</var> | <var><shape></var> @@ -3056,6 +3097,12 @@ four values, each of which is ‘<code class=css>auto</code>’ if specified as ‘<code class=css>auto</code>’ and the computed length otherwise + + <tr> + <th>Canonical order: + + <td><abbr title="follows order of property value definition">per + grammar<abbr></abbr></abbr> </table> <p id=the-clip-property-applies-only-to-absolu> The ‘<a @@ -3247,7 +3294,7 @@ <td><dfn id=z-index title="'z-index'">z-index</dfn> <tr> - <th>Value: + <th><a href="#values">Value</a>: <td><var>auto</var> | <var><integer></var> @@ -3285,6 +3332,12 @@ <th>Computed value: <td>as specified + + <tr> + <th>Canonical order: + + <td><abbr title="follows order of property value definition">per + grammar<abbr></abbr></abbr> </table> <p id=for-a-positioned-box-the-z-index-propert>For a positioned box, the @@ -3883,6 +3936,16 @@ </dd> <!----> + <dt id=CSS3VAL>[CSS3VAL] + + <dd>Håkon Wium Lie; Tab Atkins; Elika J. Etemad. <a + href="http://www.w3.org/TR/2011/WD-css3-values-20110906/"><cite>CSS + Values and Units Module Level 3.</cite></a> 6 September 2011. W3C Working + Draft. (Work in progress.) URL: <a + href="http://www.w3.org/TR/2011/WD-css3-values-20110906/">http://www.w3.org/TR/2011/WD-css3-values-20110906/</a> + </dd> + <!----> + <dt id=RFC2119>[RFC2119] <dd>S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key @@ -3911,16 +3974,6 @@ href="http://www.w3.org/TR/2008/REC-CSS1-20080411">http://www.w3.org/TR/2008/REC-CSS1-20080411</a> </dd> <!----> - - <dt id=CSS3VAL>[CSS3VAL] - - <dd>Håkon Wium Lie; Tab Atkins; Elika J. Etemad. <a - href="http://www.w3.org/TR/2011/WD-css3-values-20110906/"><cite>CSS - Values and Units Module Level 3.</cite></a> 6 September 2011. W3C Working - Draft. (Work in progress.) URL: <a - href="http://www.w3.org/TR/2011/WD-css3-values-20110906/">http://www.w3.org/TR/2011/WD-css3-values-20110906/</a> - </dd> - <!----> </dl> <!--end-informative--> @@ -3940,9 +3993,7 @@ <li>absolute positioned element/box, <a href="#absolutely-positioned-element" - title="absolute positioned element/box"><strong>6.2.</strong></a>, <a - href="#absolutely-positioned-element0" - title="absolute positioned element/box"><strong>6.4.</strong></a> + title="absolute positioned element/box"><strong>6.2.</strong></a> <li>absolute positioning, <a href="#absolute-positioning1" title="absolute positioning"><strong>6.2.</strong></a>, <a @@ -3978,6 +4029,9 @@ href="#center-positioning1" title="center positioned"><strong>6.4.</strong></a> + <li>center positioned element/box, <a href="#center-positioned-element" + title="center positioned element/box"><strong>6.4.</strong></a> + <li>center positioning, <a href="#center-positioning0" title="center positioning"><strong>6.4.</strong></a>, <a href="#center-positioning1" Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-positioning/Overview.src.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Overview.src.html 30 Oct 2011 16:46:51 -0000 1.8 +++ Overview.src.html 31 Oct 2011 15:27:32 -0000 1.9 @@ -139,7 +139,7 @@ <p> Value types not defined in this specification are defined in CSS Level 2 Revision 1 [[!CSS21]]. Other CSS modules may expand the definitions of these value types: for - example [[CSS3VAL]], when combined with this module, expands the definition of the <length> + example [[!CSS3VAL]], when combined with this module, expands the definition of the <length> value type as used in this specification. </p> <p> @@ -475,15 +475,15 @@ <p> In the center positioning model, a box is explicitly centered with respect to its <span>containing block</span>. It is removed from the <span>normal flow</span> entirely (it has no impact on later - siblings). A center positioned box establishes a new <span>containing block</span> for normal - flow children and absolutely (but not fixed or page) positioned descendants. However, the + siblings). A center positioned box establishes a new <span>containing block</span> for <span>normal + flow</span> children and absolutely (but not fixed or page) positioned descendants. However, the contents of an center positioned element do not flow around any other boxes. They may obscure the contents of another box (or be obscured themselves), depending on the stack levels of the overlapping boxes. </p> <p> - References in this specification to an <span class="index-def" title="absolute positioned element/box">absolutely positioned element</span> (or its box) - imply that the element's 'position' property has the value <span title="'position'!!''absolute''">''absolute''</span> or <span title="'position'!!''fixed''">''fixed''</span>. + References in this specification to an <span class="index-def" title="center positioned element/box">center positioned element</span> (or its box) + imply that the element's 'position' property has the value <span title="'position'!!''center''">''center''</span>. </p> <!-- End section: Absolute positioning --> @@ -580,7 +580,7 @@ <td><dfn title="'position'">position</dfn></td> </tr> <tr> - <th>Value:</th> + <th><a href="#values">Value</a>:</th> <td><var>static</var> | <var>relative</var> | <var>absolute</var> | <var>page</var> | <var>center</var> | <var>fixed</var></td> </tr> <tr> @@ -611,6 +611,10 @@ <th>Computed value:</th> <td>specified value</td> </tr> + <tr> + <th>Canonical order:</th> + <td><abbr title="follows order of property value definition">per grammar<abbr></td> + </tr> </table> <p>The values of this property have the following meanings:</p> <dl> @@ -733,7 +737,7 @@ <td><dfn title="'position-reference'">position-reference</dfn></td> </tr> <tr> - <th>Value:</th> + <th><a href="#values">Value</a>:</th> <td><var>auto</var> | <var>parent</var> | <var>container</var> | <var>root</var> | <var>nth-parent()</var> | <var>element()</var></td> </tr> <tr> @@ -764,6 +768,10 @@ <th>Computed value:</th> <td>specified value, but see prose</td> </tr> + <tr> + <th>Canonical order:</th> + <td><abbr title="follows order of property value definition">per grammar<abbr></td> + </tr> </table> <p>The values of this property have the following meanings:</p> <dl> @@ -822,7 +830,7 @@ <td><dfn title="'top'">top</dfn></td> </tr> <tr> - <th>Value:</th> + <th><a href="#values">Value</a>:</th> <td><var>auto</var> | <var><length></var> | <var><percentage></var></td> </tr> <tr> @@ -857,6 +865,10 @@ if specified as a '<percentage>', the specified value; otherwise, ''auto''. </td> </tr> + <tr> + <th>Canonical order:</th> + <td><abbr title="follows order of property value definition">per grammar<abbr></td> + </tr> </table> <p> This property specifies how far an absolutely positioned box's top margin edge is offset @@ -874,7 +886,7 @@ <td><dfn title="'right'">right</dfn></td> </tr> <tr> - <th>Value:</th> + <th><a href="#values">Value</a>:</th> <td><var>auto</var> | <var><length></var> | <var><percentage></var></td> </tr> <tr> @@ -909,6 +921,10 @@ if specified as a '<percentage>', the specified value; otherwise, ''auto''. </td> </tr> + <tr> + <th>Canonical order:</th> + <td><abbr title="follows order of property value definition">per grammar<abbr></td> + </tr> </table> <p> Like 'top', but specifies how far a box's right margin edge is offset to the left of the @@ -924,7 +940,7 @@ <td><dfn title="'bottom'">bottom</dfn></td> </tr> <tr> - <th>Value:</th> + <th><a href="#values">Value</a>:</th> <td><var>auto</var> | <var><length></var> | <var><percentage></var></td> </tr> <tr> @@ -959,6 +975,10 @@ if specified as a '<percentage>', the specified value; otherwise, ''auto''. </td> </tr> + <tr> + <th>Canonical order:</th> + <td><abbr title="follows order of property value definition">per grammar<abbr></td> + </tr> </table> <p> Like 'top', but specifies how far a box's bottom margin edge is offset above the bottom @@ -974,7 +994,7 @@ <td><dfn title="'left'">left</dfn></td> </tr> <tr> - <th>Value:</th> + <th><a href="#values">Value</a>:</th> <td><var>auto</var> | <var><length></var> | <var><percentage></var></td> </tr> <tr> @@ -1009,6 +1029,10 @@ if specified as a '<percentage>', the specified value; otherwise, ''auto''. </td> </tr> + <tr> + <th>Canonical order:</th> + <td><abbr title="follows order of property value definition">per grammar<abbr></td> + </tr> </table> <p> Like 'top', but specifies how far a box's left margin edge is offset to the right of the @@ -1411,10 +1435,18 @@ <th>Computed value</th> </tr> <tr> - <td>inline-table </td> + <td>inline-table</td> <td>table</td> </tr> <tr> + <td>inline-flexbox</td> + <td>flexbox</td> + </tr> + <tr> + <td>inline-grid</td> + <td>grid</td> + </tr> + <tr> <td> inline, <span>table-row-group</span>, <span>table-column</span>, <span>table-column-group</span>, <span>table-header-group</span>, <span>table-footer-group</span>, <span>table-row</span>, @@ -1427,10 +1459,10 @@ <td><span>same as specified</span></td> </tr> </table> - <p class="issue">What about new display types, "box, grid, ruby, etc..."?</p> + <p class="issue">What about display types, "ruby, etc..."?</p> <!-- End section: Relationships between 'display', 'position', and 'float' --> - <h2 id="comparison-of-flow-floats-absolute-positioning">Comparison of normal flow, floats, and absolute positioning</h2> + <h2 id="comparison-of-flow-floats-absolute-positioning">Comparison of normal flow, floats, and positioning</h2> <p><em>This section is not normative.</em></p> <p> To illustrate the differences between <span>normal flow</span>, <span title="relative positioning">relative positioning</span>, <span>floats</span>, and @@ -1824,7 +1856,7 @@ <td><dfn title="'clip'">clip</dfn></td> </tr> <tr> - <th>Value:</th> + <th><a href="#values">Value</a>:</th> <td><var>auto</var> | <var><shape></var></td> </tr> <tr> @@ -1858,6 +1890,10 @@ which is ''auto'' if specified as ''auto'' and the computed length otherwise </td> </tr> + <tr> + <th>Canonical order:</th> + <td><abbr title="follows order of property value definition">per grammar<abbr></td> + </tr> </table> <p> The 'clip' property applies only to absolutely positioned elements. Values have the @@ -2006,7 +2042,7 @@ <td><dfn title="'z-index'">z-index</dfn></td> </tr> <tr> - <th>Value:</th> + <th><a href="#values">Value</a>:</th> <td><var>auto</var> | <var><integer></var></td> </tr> <tr> @@ -2037,6 +2073,10 @@ <th>Computed value:</th> <td>as specified</td> </tr> + <tr> + <th>Canonical order:</th> + <td><abbr title="follows order of property value definition">per grammar<abbr></td> + </tr> </table> <p>For a positioned box, the 'z-index' property specifies:</p> <ol>
Received on Monday, 31 October 2011 15:29:47 UTC