|
12 | 12 | <meta content="CSS Intrinsic & Extrinsic Sizing Module Level 3" |
13 | 13 | name=dcterms.title> |
14 | 14 | <meta content=text name=dcterms.type> |
15 | | - <meta content=2013-07-22 name=dcterms.date> |
| 15 | + <meta content=2013-08-19 name=dcterms.date> |
16 | 16 | <meta content="Tab Atkins Jr." name=dcterms.creator> |
17 | 17 | <meta content="Elika J. Etemad" name=dcterms.creator> |
18 | 18 | <meta content=W3C name=dcterms.publisher> |
|
32 | 32 |
|
33 | 33 | <h1>CSS Intrinsic & Extrinsic Sizing Module Level 3</h1> |
34 | 34 |
|
35 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 July 2013</h2> |
| 35 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 August 2013</h2> |
36 | 36 |
|
37 | 37 | <dl><!-- |
38 | 38 | <dt>This version: |
39 | | - <dd><a href="http://dev.w3.org/csswg/css3-sizing/">http://www.w3.org/TR/2013/ED-css3-sizing-20130722/</a> |
| 39 | + <dd><a href="http://dev.w3.org/csswg/css3-sizing/">http://www.w3.org/TR/2013/ED-css3-sizing-20130819/</a> |
40 | 40 | --> |
41 | 41 |
|
42 | 42 | <dt>Latest version: |
@@ -280,7 +280,7 @@ <h3 id=values><span class=secno>1.2. </span> Values</h3> |
280 | 280 |
|
281 | 281 | <h2 id=terms><span class=secno>2. </span> Terminology</h2> |
282 | 282 |
|
283 | | - <dl> |
| 283 | + <dl data-export=data-export> |
284 | 284 | <dt><dfn id=size>size</dfn> |
285 | 285 |
|
286 | 286 | <dd> A one- or two-dimensional measurement: a <a |
@@ -724,8 +724,9 @@ <h3 id=column-sizing><span class=secno>3.3. </span> Column Sizing Keywords</h3> |
724 | 724 | <h2 id=intrinsic-sizing><span class=secno>4. </span> Intrinsic Size |
725 | 725 | Determination</h2> |
726 | 726 |
|
727 | | - <p> <dfn id=intrinsic-sizing0>Intrinsic sizing</dfn> determines sizes based |
728 | | - on the contents of an element, without regard for its context. |
| 727 | + <p> <dfn data-export=data-export id=intrinsic-sizing0>Intrinsic |
| 728 | + sizing</dfn> determines sizes based on the contents of an element, without |
| 729 | + regard for its context. |
729 | 730 |
|
730 | 731 | <h3 id=replaced-intrinsic><span class=secno>4.1. </span> Intrinsic Sizes of |
731 | 732 | Replaced Elements</h3> |
@@ -889,8 +890,9 @@ <h3 id=multicol-intrinsic><span class=secno>4.5. </span> Intrinsic Sizes in |
889 | 890 | <h2 id=extrinsic-sizing><span class=secno>5. </span> Extrinsic Size |
890 | 891 | Determination</h2> |
891 | 892 |
|
892 | | - <p> <dfn id=extrinsic-sizing0>Extrinsic sizing</dfn> determines sizes based |
893 | | - on the context of an element, without regard for its contents. |
| 893 | + <p> <dfn data-export=data-export id=extrinsic-sizing0>Extrinsic |
| 894 | + sizing</dfn> determines sizes based on the context of an element, without |
| 895 | + regard for its contents. |
894 | 896 |
|
895 | 897 | <p> The inner <a href="#fill-available-measure"><i>fill-available |
896 | 898 | measure</i></a> of a box is… |
@@ -974,19 +976,20 @@ <h3 id=conformance-classes><span class=secno>6.2. </span> Conformance |
974 | 976 | for three conformance classes: |
975 | 977 |
|
976 | 978 | <dl> |
977 | | - <dt><dfn id=style-sheet title="style sheet!!as conformance class">style |
978 | | - sheet</dfn> |
| 979 | + <dt><dfn data-noexport=data-noexport id=style-sheet |
| 980 | + title="style sheet!!as conformance class">style sheet</dfn> |
979 | 981 |
|
980 | 982 | <dd>A <a href="http://www.w3.org/TR/CSS21/conform.html#style-sheet">CSS |
981 | 983 | style sheet</a>. |
982 | 984 |
|
983 | | - <dt><dfn id=renderer>renderer</dfn> |
| 985 | + <dt><dfn data-noexport=data-noexport id=renderer>renderer</dfn> |
984 | 986 |
|
985 | 987 | <dd>A <a href="http://www.w3.org/TR/CSS21/conform.html#user-agent">UA</a> |
986 | 988 | that interprets the semantics of a style sheet and renders documents that |
987 | 989 | use them. |
988 | 990 |
|
989 | | - <dt><dfn id=authoring-tool>authoring tool</dfn> |
| 991 | + <dt><dfn data-noexport=data-noexport id=authoring-tool>authoring |
| 992 | + tool</dfn> |
990 | 993 |
|
991 | 994 | <dd>A <a href="http://www.w3.org/TR/CSS21/conform.html#user-agent">UA</a> |
992 | 995 | that writes a style sheet. |
|
0 commit comments