Skip to content

Commit e01172b

Browse files
committed
[css-sizing] mark a bunch of terms for export
--HG-- extra : rebase_source : f2fb19791c3741e8da1d2bd0938874bcaf190e8a
1 parent bda597c commit e01172b

4 files changed

Lines changed: 45 additions & 42 deletions

File tree

css-sizing/Overview.html

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<meta content="CSS Intrinsic &amp; Extrinsic Sizing Module Level 3"
1313
name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2013-07-22 name=dcterms.date>
15+
<meta content=2013-08-19 name=dcterms.date>
1616
<meta content="Tab Atkins Jr." name=dcterms.creator>
1717
<meta content="Elika J. Etemad" name=dcterms.creator>
1818
<meta content=W3C name=dcterms.publisher>
@@ -32,11 +32,11 @@
3232

3333
<h1>CSS Intrinsic &amp; Extrinsic Sizing Module Level 3</h1>
3434

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>
3636

3737
<dl><!--
3838
<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>
4040
-->
4141

4242
<dt>Latest version:
@@ -280,7 +280,7 @@ <h3 id=values><span class=secno>1.2. </span> Values</h3>
280280

281281
<h2 id=terms><span class=secno>2. </span> Terminology</h2>
282282

283-
<dl>
283+
<dl data-export=data-export>
284284
<dt><dfn id=size>size</dfn>
285285

286286
<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>
724724
<h2 id=intrinsic-sizing><span class=secno>4. </span> Intrinsic Size
725725
Determination</h2>
726726

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.
729730

730731
<h3 id=replaced-intrinsic><span class=secno>4.1. </span> Intrinsic Sizes of
731732
Replaced Elements</h3>
@@ -889,8 +890,9 @@ <h3 id=multicol-intrinsic><span class=secno>4.5. </span> Intrinsic Sizes in
889890
<h2 id=extrinsic-sizing><span class=secno>5. </span> Extrinsic Size
890891
Determination</h2>
891892

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.
894896

895897
<p> The inner <a href="#fill-available-measure"><i>fill-available
896898
measure</i></a> of a box is…
@@ -974,19 +976,20 @@ <h3 id=conformance-classes><span class=secno>6.2. </span> Conformance
974976
for three conformance classes:
975977

976978
<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>
979981

980982
<dd>A <a href="http://www.w3.org/TR/CSS21/conform.html#style-sheet">CSS
981983
style sheet</a>.
982984

983-
<dt><dfn id=renderer>renderer</dfn>
985+
<dt><dfn data-noexport=data-noexport id=renderer>renderer</dfn>
984986

985987
<dd>A <a href="http://www.w3.org/TR/CSS21/conform.html#user-agent">UA</a>
986988
that interprets the semantics of a style sheet and renders documents that
987989
use them.
988990

989-
<dt><dfn id=authoring-tool>authoring tool</dfn>
991+
<dt><dfn data-noexport=data-noexport id=authoring-tool>authoring
992+
tool</dfn>
990993

991994
<dd>A <a href="http://www.w3.org/TR/CSS21/conform.html#user-agent">UA</a>
992995
that writes a style sheet.

css-sizing/Overview.src.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h3 id="values">
107107
<h2 id="terms">
108108
Terminology</h2>
109109

110-
<dl>
110+
<dl data-export>
111111
<dt><dfn>size</dfn>
112112
<dd>
113113
A one- or two-dimensional measurement:
@@ -439,7 +439,7 @@ <h2 id='intrinsic-sizing'>
439439
Intrinsic Size Determination</h2>
440440

441441
<p>
442-
<dfn>Intrinsic sizing</dfn> determines sizes based on the contents of an element,
442+
<dfn data-export>Intrinsic sizing</dfn> determines sizes based on the contents of an element,
443443
without regard for its context.
444444

445445

@@ -617,7 +617,7 @@ <h2 id='extrinsic-sizing'>
617617
Extrinsic Size Determination</h2>
618618

619619
<p>
620-
<dfn>Extrinsic sizing</dfn> determines sizes based on the context of an element,
620+
<dfn data-export>Extrinsic sizing</dfn> determines sizes based on the context of an element,
621621
without regard for its contents.
622622

623623
<p>
@@ -703,14 +703,14 @@ <h3 id="conformance-classes">
703703
<p>Conformance to CSS Intrinsic &amp; Extrinsic Sizing Level 3
704704
is defined for three conformance classes:
705705
<dl>
706-
<dt><dfn title="style sheet!!as conformance class">style sheet</dfn>
706+
<dt><dfn data-noexport title="style sheet!!as conformance class">style sheet</dfn>
707707
<dd>A <a href="http://www.w3.org/TR/CSS21/conform.html#style-sheet">CSS
708708
style sheet</a>.
709-
<dt><dfn>renderer</dfn></dt>
709+
<dt><dfn data-noexport>renderer</dfn></dt>
710710
<dd>A <a href="http://www.w3.org/TR/CSS21/conform.html#user-agent">UA</a>
711711
that interprets the semantics of a style sheet and renders
712712
documents that use them.
713-
<dt><dfn id="authoring-tool">authoring tool</dfn></dt>
713+
<dt><dfn data-noexport id="authoring-tool">authoring tool</dfn></dt>
714714
<dd>A <a href="http://www.w3.org/TR/CSS21/conform.html#user-agent">UA</a>
715715
that writes a style sheet.
716716
</dl>

0 commit comments

Comments
 (0)