Skip to content

Commit 48f124b

Browse files
committed
[css-variables] Remove mention of 'component value'.
--HG-- extra : rebase_source : 3dca9b975a56503f41ab7d417f743db4ff5d14aa
1 parent 96cca6e commit 48f124b

2 files changed

Lines changed: 51 additions & 47 deletions

File tree

css-variables/Overview.html

Lines changed: 49 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
<!DOCTYPE html>
22

33
<html lang=en>
4-
<head profile="http://dublincore.org/documents/2008/08/04/dc-html/ ">
4+
<head>
55
<meta content="text/html; charset=utf-8" http-equiv=Content-Type>
66
<title>CSS Cascading Variables Module Level 1</title>
7-
8-
<link href="http://purl.org/dc/terms/" rel=schema.DC>
9-
<meta content="CSS Cascading Variables Module Level 1" name=DC.title>
10-
<meta content=text name=DC.type>
11-
<meta content=2012-09-01 name=DC.issued>
12-
<meta content="http://dev.w3.org/csswg/css-variables/" name=DC.creator>
13-
<meta content=W3C name=DC.publisher>
14-
<meta content="http://www.w3.org/TR/2012/ED-css-variables-20120901/"
15-
name=DC.identifier>
16-
<link href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
17-
rel=DC.rights>
7+
<!--
8+
<link href="http://purl.org/dc/terms/" rel="schema.dcterms">
9+
<link href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" rel="dcterms.rights">
10+
-->
11+
12+
<meta content="CSS Cascading Variables Module Level 1" name=dcterms.title>
13+
<meta content=text name=dcterms.type>
14+
<meta content=2012-12-18 name=dcterms.issued>
15+
<meta content="http://dev.w3.org/csswg/css-variables/"
16+
name=dcterms.creator>
17+
<meta content=W3C name=dcterms.publisher>
18+
<meta content="http://www.w3.org/TR/2012/ED-css-variables-20121218/"
19+
name=dcterms.identifier>
1820
<link href="../default.css" rel=stylesheet type="text/css">
1921
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
2022
type="text/css">
@@ -26,15 +28,15 @@
2628

2729
<h1>CSS Cascading Variables Module Level 1</h1>
2830

29-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 September
31+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 December
3032
2012</h2>
3133

3234
<dl>
3335
<dt>This version:
34-
<!--<dd><a href="http://www.w3.org/TR/2012/WD-css-variables-20120901/">http://www.w3.org/TR/2012/ED-css-variables-20120901/</a>-->
36+
<!--<dd><a href="http://www.w3.org/TR/2012/WD-css-variables-20121218/">http://www.w3.org/TR/2012/ED-css-variables-20121218/</a>-->
3537

3638
<dd><a href="http://dev.w3.org/csswg/css-variables/">Editor's draft</a>
37-
(version of 1 September 2012)
39+
(version of 18 December 2012)
3840

3941
<dt>Latest version:
4042

@@ -524,7 +526,7 @@ <h2 id=using-variables><span class=secno>3. </span> Using Cascading
524526
<pre><dfn
525527
id=default-var-type>&lt;variable></dfn> = var( <var>variable-name</var> [, <var>&lt;fallback></var> ]? )</pre>
526528

527-
<p> A variable can be used in place of any component value in any property
529+
<p> A variable can be used in place of any part of a value in any property
528530
on an element. Variables can not be used as property names, selectors, or
529531
anything else besides property values. (Doing so usually produces invalid
530532
syntax, or else a value whose meaning has no connection to the variable.)
@@ -557,8 +559,8 @@ <h2 id=using-variables><span class=secno>3. </span> Using Cascading
557559
class=css>margin-top: 20px;</code>’. Instead, the second declaration is
558560
simply thrown away as a syntax error for having an invalid property name.
559561

560-
<p> Similarly, you can't build up a single component value where part of
561-
it is provided by a variable:
562+
<p> Similarly, you can't build up a single token where part of it is
563+
provided by a variable:
562564

563565
<pre><!--
564566
-->.foo {
@@ -710,8 +712,9 @@ <h3 id=the-cssvariablesdeclaration-interface><span class=secno>4.2. </span>
710712
<p> The <dfn
711713
id=cssvariablesdeclaration><code>CSSVariablesDeclaration</code></dfn>
712714
interface exposes the <a href="#custom-property"><i>custom
713-
properties</i></a> declared in the block, in a more convenient fashion
714-
than the <code>getPropertyValue()</code>/etc. functions.
715+
properties</i></a> declared in the parent declaration block, in a more
716+
convenient fashion than the <code>getPropertyValue()</code>/etc.
717+
functions.
715718

716719
<pre class=idl>
717720
interface CSSVariablesDeclaration {
@@ -949,20 +952,20 @@ <h3 class=no-num id=normative-references>Normative references</h3>
949952
<dt id=CSS21>[CSS21]
950953

951954
<dd>Bert Bos; et al. <a
952-
href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
955+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607/"><cite>Cascading Style
953956
Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 June
954957
2011. W3C Recommendation. URL: <a
955-
href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
958+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">http://www.w3.org/TR/2011/REC-CSS2-20110607/</a>
956959
</dd>
957960
<!---->
958961

959962
<dt id=CSS3VAL>[CSS3VAL]
960963

961964
<dd>Håkon Wium Lie; Tab Atkins; Elika J. Etemad. <a
962-
href="http://www.w3.org/TR/2012/WD-css3-values-20120308/"><cite>CSS
963-
Values and Units Module Level 3.</cite></a> 8 March 2012. W3C Working
964-
Draft. (Work in progress.) URL: <a
965-
href="http://www.w3.org/TR/2012/WD-css3-values-20120308/">http://www.w3.org/TR/2012/WD-css3-values-20120308/</a>
965+
href="http://www.w3.org/TR/2012/CR-css3-values-20120828/"><cite>CSS
966+
Values and Units Module Level 3.</cite></a> 28 August 2012. W3C Candidate
967+
Recommendation. (Work in progress.) URL: <a
968+
href="http://www.w3.org/TR/2012/CR-css3-values-20120828/">http://www.w3.org/TR/2012/CR-css3-values-20120828/</a>
966969
</dd>
967970
<!---->
968971

@@ -1001,60 +1004,61 @@ <h2 class=no-num id=index>Index</h2>
10011004

10021005
<ul class=indexlist>
10031006
<li>authoring tool, <a href="#authoring-tool"
1004-
title="authoring tool"><strong>5.2.</strong></a>
1007+
title="section 5.2."><strong>5.2.</strong></a>
10051008

10061009
<li>cascading variable, <a href="#cascading-variable"
1007-
title="cascading variable"><strong>2.</strong></a>
1010+
title="section 2."><strong>2.</strong></a>
10081011

10091012
<li>creator, <a href="#cssvariablesdeclaration-creator"
1010-
title=creator><strong>4.2.</strong></a>
1013+
title="section 4.2."><strong>4.2.</strong></a>
10111014

10121015
<li><a href="#cssstyledeclaration"><code>CSSStyleDeclaration</code></a>,
10131016
<a href="#cssstyledeclaration"
1014-
title=CSSStyleDeclaration><strong>4.1.</strong></a>
1017+
title="section 4.1."><strong>4.1.</strong></a>
10151018

10161019
<li><a
10171020
href="#cssvariablesdeclaration"><code>CSSVariablesDeclaration</code></a>,
10181021
<a href="#cssvariablesdeclaration"
1019-
title=CSSVariablesDeclaration><strong>4.2.</strong></a>
1022+
title="section 4.2."><strong>4.2.</strong></a>
10201023

10211024
<li>custom properties, <a href="#custom-property"
1022-
title="custom properties"><strong>2.</strong></a>
1025+
title="section 2."><strong>2.</strong></a>
10231026

10241027
<li>custom property, <a href="#custom-property"
1025-
title="custom property"><strong>2.</strong></a>
1028+
title="section 2."><strong>2.</strong></a>
10261029

10271030
<li>deleter, <a href="#cssvariablesdeclaration-deleter"
1028-
title=deleter><strong>4.2.</strong></a>
1031+
title="section 4.2."><strong>4.2.</strong></a>
10291032

10301033
<li>getter, <a href="#cssvariablesdeclaration-getter"
1031-
title=getter><strong>4.2.</strong></a>
1034+
title="section 4.2."><strong>4.2.</strong></a>
10321035

10331036
<li>invalid at computed-value time, <a
10341037
href="#invalid-at-computed-value-time"
1035-
title="invalid at computed-value time"><strong>3.1.</strong></a>
1038+
title="section 3.1."><strong>3.1.</strong></a>
10361039

10371040
<li>invalid variable, <a href="#invalid-variable"
1038-
title="invalid variable"><strong>3.1.</strong></a>
1041+
title="section 3.1."><strong>3.1.</strong></a>
10391042

1040-
<li>renderer, <a href="#renderer" title=renderer><strong>5.2.</strong></a>
1043+
<li>renderer, <a href="#renderer"
1044+
title="section 5.2."><strong>5.2.</strong></a>
10411045

10421046
<li>setter, <a href="#cssvariablesdeclaration-setter"
1043-
title=setter><strong>4.2.</strong></a>
1047+
title="section 4.2."><strong>4.2.</strong></a>
10441048

10451049
<li>style sheet
10461050
<ul>
10471051
<li>as conformance class, <a href="#style-sheet"
1048-
title="style sheet, as conformance class"><strong>5.2.</strong></a>
1052+
title="section 5.2."><strong>5.2.</strong></a>
10491053
</ul>
10501054

1051-
<li>var-*, <a href="#var-" title="var-*"><strong>2.</strong></a>
1055+
<li>var-*, <a href="#var-" title="section 2."><strong>2.</strong></a>
10521056

10531057
<li>variable, <a href="#cascading-variable"
1054-
title=variable><strong>2.</strong></a>
1058+
title="section 2."><strong>2.</strong></a>
10551059

10561060
<li>&lt;variable>, <a href="#default-var-type"
1057-
title="&lt;variable>"><strong>3.</strong></a>
1061+
title="section 3."><strong>3.</strong></a>
10581062
</ul>
10591063
<!--end-index-->
10601064

@@ -1082,11 +1086,11 @@ <h2 class=no-num id=property-index>Property index</h2>
10821086
<tr>
10831087
<th><a class=property href="#var-">var-*</a>
10841088

1085-
<td>
1089+
<td>&lt;value>
10861090

10871091
<td>(nothing, see prose)
10881092

1089-
<td>all elements
1093+
<td>
10901094

10911095
<td>yes
10921096

css-variables/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ <h2 id='using-variables'>
359359
<pre><dfn id='default-var-type'>&lt;variable></dfn> = var( <var>variable-name</var> [, <var>&lt;fallback></var> ]? )</pre>
360360

361361
<p>
362-
A variable can be used in place of any component value in any property on an element.
362+
A variable can be used in place of any part of a value in any property on an element.
363363
Variables can not be used as
364364
property names,
365365
selectors,
@@ -395,7 +395,7 @@ <h2 id='using-variables'>
395395
for having an invalid property name.
396396

397397
<p>
398-
Similarly, you can't build up a single component value where part of it is provided by a variable:
398+
Similarly, you can't build up a single token where part of it is provided by a variable:
399399

400400
<pre><!--
401401
-->.foo {&#xa;<!--

0 commit comments

Comments
 (0)