Skip to content

Commit 204929a

Browse files
committed
[css-variables] Export some terms.
--HG-- extra : rebase_source : 5ca808be90f438d73c7a4b4c8e37e7e8c2726ba1
1 parent 7e85cbc commit 204929a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css-variables/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</p>
5555
<h1 class="p-name no-ref" id=title>CSS Custom Properties for Cascading Variables Module Level 1</h1>
5656
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
57-
<span class=dt-updated><span class=value-title title=20131217>17 December 2013</span></span></span></h2>
57+
<span class=dt-updated><span class=value-title title=20140103>3 January 2014</span></span></span></h2>
5858
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-variables/>http://dev.w3.org/csswg/css-variables/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-variables-1/>http://www.w3.org/TR/css-variables-1/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-variables/>http://dev.w3.org/csswg/css-variables/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2013/WD-css-variables-20130312/ rel=previous>http://www.w3.org/TR/2013/WD-css-variables-20130312/</a><dd><a href=http://www.w3.org/TR/2012/WD-css-variables-20120410/ rel=previous>http://www.w3.org/TR/2012/WD-css-variables-20120410/</a>
5959
<dt>Feedback:</dt>
6060
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-variables%5D%20feedback">www-style@w3.org</a>
@@ -196,7 +196,7 @@ <h2 class="heading settled heading" data-level=2 id=defining-variables><span cla
196196
such that they just never animate,
197197
not even with the "just flip at 50% progress" like everything else?
198198

199-
<p> A <dfn data-dfn-type=dfn data-noexport="" id=custom-property>custom property<a class=self-link href=#custom-property></a></dfn> is any property
199+
<p> A <dfn data-dfn-type=dfn data-export="" id=custom-property>custom property<a class=self-link href=#custom-property></a></dfn> is any property
200200
whose name starts with "var-",
201201
and contains at least one additional character.
202202
<a data-link-type=dfn href=#custom-property title="custom properties">Custom properties</a> are solely for use by authors and users;
@@ -316,7 +316,7 @@ <h3 class="heading settled heading" data-level=2.2 id=using><span class=secno>2.
316316
Using Custom Properties</span><a class=self-link href=#using></a></h3>
317317

318318
<p> The primary purpose of <a data-link-type=dfn href=#custom-property title="custom properties">custom properties</a> is to define <a data-link-type=dfn href=#variable title="cascading variables">cascading variables</a>.
319-
In CSS, a <dfn data-dfn-type=dfn data-noexport="" id=variable title="variable|cascading variable">cascading variable<a class=self-link href=#variable></a></dfn> is a value that can be substituted into other properties,
319+
In CSS, a <dfn data-dfn-type=dfn data-export="" id=variable title="variable|cascading variable">cascading variable<a class=self-link href=#variable></a></dfn> is a value that can be substituted into other properties,
320320
allowing authors to "abstract" parts of their page’s CSS out
321321
and reuse it in several places.
322322
Every <a data-link-type=dfn href=#custom-property title="custom property">custom property</a> defines a corresponding <a data-link-type=dfn href=#variable title=variable>variable</a>

css-variables/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2 id='defining-variables'>
8282
such that they just never animate,
8383
not even with the "just flip at 50% progress" like everything else?
8484

85-
A <dfn>custom property</dfn> is any property
85+
A <dfn export>custom property</dfn> is any property
8686
whose name starts with "var-",
8787
and contains at least one additional character.
8888
<a>Custom properties</a> are solely for use by authors and users;
@@ -206,7 +206,7 @@ <h3 id='using'>
206206
Using Custom Properties</h3>
207207

208208
The primary purpose of <a>custom properties</a> is to define <a>cascading variables</a>.
209-
In CSS, a <dfn title="variable|cascading variable">cascading variable</dfn> is a value that can be substituted into other properties,
209+
In CSS, a <dfn export title="variable|cascading variable">cascading variable</dfn> is a value that can be substituted into other properties,
210210
allowing authors to "abstract" parts of their page's CSS out
211211
and reuse it in several places.
212212
Every <a>custom property</a> defines a corresponding <a>variable</a>

0 commit comments

Comments
 (0)