Skip to content

Commit ed5f792

Browse files
committed
[css-syntax] Export more terms.
1 parent 3519a77 commit ed5f792

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

css-syntax/Overview.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2115,7 +2115,7 @@ Parser Entry Points</h3>
21152115
<h4 id="parse-a-stylesheet">
21162116
Parse a stylesheet</h4>
21172117

2118-
To <dfn>parse a stylesheet</dfn> from a stream of tokens:
2118+
To <dfn export>parse a stylesheet</dfn> from a stream of tokens:
21192119

21202120
<ol>
21212121
<li>
@@ -2134,7 +2134,7 @@ Parse a stylesheet</h4>
21342134
<h4 id="parse-a-list-of-rules">
21352135
Parse a list of rules</h4>
21362136

2137-
To <dfn>parse a list of rules</dfn> from a stream of tokens:
2137+
To <dfn export>parse a list of rules</dfn> from a stream of tokens:
21382138

21392139
<ol>
21402140
<li>
@@ -2147,7 +2147,7 @@ Parse a list of rules</h4>
21472147
<h4 id="parse-a-rule">
21482148
Parse a rule</h4>
21492149

2150-
To <dfn>parse a rule</dfn> from a stream of tokens:
2150+
To <dfn export>parse a rule</dfn> from a stream of tokens:
21512151

21522152
<ol>
21532153
<li>
@@ -2188,7 +2188,7 @@ Parse a declaration</h4>
21882188
Note: Unlike "<a>Parse a list of declarations</a>",
21892189
this parses only a declaration and not an at-rule.
21902190

2191-
To <dfn>parse a declaration</dfn>:
2191+
To <dfn export>parse a declaration</dfn>:
21922192

21932193
<ol>
21942194
<li>
@@ -2217,7 +2217,7 @@ Parse a list of declarations</h4>
22172217
Unexpected at-rules (which could be all of them, in a given context)
22182218
are invalid and should be ignored by the consumer.
22192219

2220-
To <dfn>parse a list of declarations</dfn>:
2220+
To <dfn export>parse a list of declarations</dfn>:
22212221

22222222
<ol>
22232223
<li>
@@ -2230,7 +2230,7 @@ Parse a list of declarations</h4>
22302230
<h4 id="parse-a-component-value">
22312231
Parse a component value</h4>
22322232

2233-
To <dfn>parse a component value</dfn>:
2233+
To <dfn export>parse a component value</dfn>:
22342234

22352235
<ol>
22362236
<li>
@@ -2265,7 +2265,7 @@ Parse a component value</h4>
22652265
<h4 id="parse-a-list-of-component-values">
22662266
Parse a list of component values</h4>
22672267

2268-
To <dfn>parse a list of component values</dfn>:
2268+
To <dfn export>parse a list of component values</dfn>:
22692269

22702270
<ol>
22712271
<li>

css-syntax/Overview.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</p>
5959
<h1 class="p-name no-ref" id=title>CSS Syntax Module Level 3</h1>
6060
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
61-
<span class=dt-updated><span class=value-title title=20140219>19 February 2014</span></span></span></h2>
61+
<span class=dt-updated><span class=value-title title=20140221>21 February 2014</span></span></span></h2>
6262
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-syntax/>http://dev.w3.org/csswg/css-syntax/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-syntax-3/>http://www.w3.org/TR/css-syntax-3/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-syntax/>http://dev.w3.org/csswg/css-syntax/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2013/WD-css-syntax-3-20131105/ rel=previous>http://www.w3.org/TR/2013/WD-css-syntax-3-20131105/</a><dd><a href=http://www.w3.org/TR/2013/WD-css-syntax-3-20130919/ rel=previous>http://www.w3.org/TR/2013/WD-css-syntax-3-20130919/</a>
6363
<dt>Feedback:</dt>
6464
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-syntax%5D%20feedback">www-style@w3.org</a>
@@ -3628,7 +3628,7 @@ <h3 class="heading settled heading" data-level=5.3 id=parser-entry-points><span
36283628
<h4 class="heading settled heading" data-level=5.3.1 id=parse-a-stylesheet><span class=secno>5.3.1 </span><span class=content>
36293629
Parse a stylesheet</span><a class=self-link href=#parse-a-stylesheet></a></h4>
36303630

3631-
<p> To <dfn data-dfn-type=dfn data-noexport="" id=parse-a-stylesheet0>parse a stylesheet<a class=self-link href=#parse-a-stylesheet0></a></dfn> from a stream of tokens:
3631+
<p> To <dfn data-dfn-type=dfn data-export="" id=parse-a-stylesheet0>parse a stylesheet<a class=self-link href=#parse-a-stylesheet0></a></dfn> from a stream of tokens:
36323632

36333633
<ol>
36343634
<li>
@@ -3647,7 +3647,7 @@ <h4 class="heading settled heading" data-level=5.3.1 id=parse-a-stylesheet><span
36473647
<h4 class="heading settled heading" data-level=5.3.2 id=parse-a-list-of-rules><span class=secno>5.3.2 </span><span class=content>
36483648
Parse a list of rules</span><a class=self-link href=#parse-a-list-of-rules></a></h4>
36493649

3650-
<p> To <dfn data-dfn-type=dfn data-noexport="" id=parse-a-list-of-rules0>parse a list of rules<a class=self-link href=#parse-a-list-of-rules0></a></dfn> from a stream of tokens:
3650+
<p> To <dfn data-dfn-type=dfn data-export="" id=parse-a-list-of-rules0>parse a list of rules<a class=self-link href=#parse-a-list-of-rules0></a></dfn> from a stream of tokens:
36513651

36523652
<ol>
36533653
<li>
@@ -3660,7 +3660,7 @@ <h4 class="heading settled heading" data-level=5.3.2 id=parse-a-list-of-rules><s
36603660
<h4 class="heading settled heading" data-level=5.3.3 id=parse-a-rule><span class=secno>5.3.3 </span><span class=content>
36613661
Parse a rule</span><a class=self-link href=#parse-a-rule></a></h4>
36623662

3663-
<p> To <dfn data-dfn-type=dfn data-noexport="" id=parse-a-rule0>parse a rule<a class=self-link href=#parse-a-rule0></a></dfn> from a stream of tokens:
3663+
<p> To <dfn data-dfn-type=dfn data-export="" id=parse-a-rule0>parse a rule<a class=self-link href=#parse-a-rule0></a></dfn> from a stream of tokens:
36643664

36653665
<ol>
36663666
<li>
@@ -3701,7 +3701,7 @@ <h4 class="heading settled heading" data-level=5.3.4 id=parse-a-declaration><spa
37013701
<p class=note> Note: Unlike "<a data-link-type=dfn href=#parse-a-list-of-declarations0 title="parse a list of declarations">Parse a list of declarations</a>",
37023702
this parses only a declaration and not an at-rule.
37033703

3704-
<p> To <dfn data-dfn-type=dfn data-noexport="" id=parse-a-declaration0>parse a declaration<a class=self-link href=#parse-a-declaration0></a></dfn>:
3704+
<p> To <dfn data-dfn-type=dfn data-export="" id=parse-a-declaration0>parse a declaration<a class=self-link href=#parse-a-declaration0></a></dfn>:
37053705

37063706
<ol>
37073707
<li>
@@ -3730,7 +3730,7 @@ <h4 class="heading settled heading" data-level=5.3.5 id=parse-a-list-of-declarat
37303730
Unexpected at-rules (which could be all of them, in a given context)
37313731
are invalid and should be ignored by the consumer.
37323732

3733-
<p> To <dfn data-dfn-type=dfn data-noexport="" id=parse-a-list-of-declarations0>parse a list of declarations<a class=self-link href=#parse-a-list-of-declarations0></a></dfn>:
3733+
<p> To <dfn data-dfn-type=dfn data-export="" id=parse-a-list-of-declarations0>parse a list of declarations<a class=self-link href=#parse-a-list-of-declarations0></a></dfn>:
37343734

37353735
<ol>
37363736
<li>
@@ -3743,7 +3743,7 @@ <h4 class="heading settled heading" data-level=5.3.5 id=parse-a-list-of-declarat
37433743
<h4 class="heading settled heading" data-level=5.3.6 id=parse-a-component-value><span class=secno>5.3.6 </span><span class=content>
37443744
Parse a component value</span><a class=self-link href=#parse-a-component-value></a></h4>
37453745

3746-
<p> To <dfn data-dfn-type=dfn data-noexport="" id=parse-a-component-value0>parse a component value<a class=self-link href=#parse-a-component-value0></a></dfn>:
3746+
<p> To <dfn data-dfn-type=dfn data-export="" id=parse-a-component-value0>parse a component value<a class=self-link href=#parse-a-component-value0></a></dfn>:
37473747

37483748
<ol>
37493749
<li>
@@ -3778,7 +3778,7 @@ <h4 class="heading settled heading" data-level=5.3.6 id=parse-a-component-value>
37783778
<h4 class="heading settled heading" data-level=5.3.7 id=parse-a-list-of-component-values><span class=secno>5.3.7 </span><span class=content>
37793779
Parse a list of component values</span><a class=self-link href=#parse-a-list-of-component-values></a></h4>
37803780

3781-
<p> To <dfn data-dfn-type=dfn data-noexport="" id=parse-a-list-of-component-values0>parse a list of component values<a class=self-link href=#parse-a-list-of-component-values0></a></dfn>:
3781+
<p> To <dfn data-dfn-type=dfn data-export="" id=parse-a-list-of-component-values0>parse a list of component values<a class=self-link href=#parse-a-list-of-component-values0></a></dfn>:
37823782

37833783
<ol>
37843784
<li>

0 commit comments

Comments
 (0)