Skip to content

Commit ed6403e

Browse files
committed
Generated. Do not edit!
1 parent 15c096a commit ed6403e

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

css-variables/Overview.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
</p>
5757
<h1 class="p-name no-ref" id=title>CSS Custom Properties for Cascading Variables Module Level 1</h1>
5858
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
59-
<span class=dt-updated><span class=value-title title=20140417>17 April 2014</span></span></span></h2>
59+
<span class=dt-updated><span class=value-title title=20140505>5 May 2014</span></span></span></h2>
6060
<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-1-20130620/ rel=previous>http://www.w3.org/TR/2013/WD-css-variables-1-20130620/</a><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>
6161
<dt>Feedback:</dt>
6262
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-variables%5D%20feedback">www-style@w3.org</a>
6363
with subject line
6464
<kbd>[css-variables] <var>… message topic …</var></kbd>”(<a href=http://lists.w3.org/Archives/Public/www-style/ rel=discussion>archives</a>)<dt>Test Suite:<dd>None Yet<dt>Editors:
65-
<dd class="p-author h-card vcard"><a class="p-name fn u-url url" href=http://xanthir.com/contact>Tab Atkins Jr.</a> (<span class="p-org org">Google</span>)</dl></div>
65+
<dd class="p-author h-card vcard"><a class="p-name fn u-url url" href=http://xanthir.com/contact>Tab Atkins Jr.</a> (<span class="p-org org">Google</span>)<dt>Date:<dd>2014-05-06</dl></div>
6666
<div data-fill-with=warning></div>
6767
<p class=copyright data-fill-with=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2014 <a href=http://www.w3.org/><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href=http://www.csail.mit.edu/><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href=http://www.ercim.eu/><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href=http://www.keio.ac.jp/>Keio</a>, <a href=http://ev.buaa.edu.cn/>Beihang</a>), All Rights Reserved. W3C <a href=http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer>liability</a>, <a href=http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks>trademark</a> and <a href=http://www.w3.org/Consortium/Legal/copyright-documents>document use</a> rules apply.
6868
</p>
@@ -117,7 +117,7 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class
117117
<ul class=toc>
118118
<li><a href=#invalid-variables><span class=secno>3.1</span> Invalid Variables</a>
119119
<li><a href=#variables-in-shorthands><span class=secno>3.2</span> Variables in Shorthand Properties</a></ul>
120-
<li><a href=#cssom><span class=secno>4</span> APIs</a>
120+
<li><a href=#apis><span class=secno>4</span> APIs</a>
121121
<ul class=toc>
122122
<li><a href=#serializing-custom-props><span class=secno>4.1</span> Serializing Custom Properties</a></ul>
123123
<li><a href=#changes><span class=secno>5</span> Changes since the June 20 2013 Last Call Working Draft</a>
@@ -464,23 +464,23 @@ <h2 class="heading settled heading" data-level=3 id=using-variables><span class=
464464

465465
<ol>
466466
<li>
467-
If the <a data-link-type=dfn href=#custom-property title="custom property">custom property</a> named by the first argument to the <a class=css data-link-type=maybe href=#funcdef-var title=var()>var()</a> function is <a data-link-type=dfn href=#animation-tainted title=animation-tainted>animation-tainted</a>,
467+
<p> If the <a data-link-type=dfn href=#custom-property title="custom property">custom property</a> named by the first argument to the <a class=css data-link-type=maybe href=#funcdef-var title=var()>var()</a> function is <a data-link-type=dfn href=#animation-tainted title=animation-tainted>animation-tainted</a>,
468468
and the <a class=css data-link-type=maybe href=#funcdef-var title=var()>var()</a> function is being used in the <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-animations-1/#propdef-animation title=animation>animation</a> property or one of its longhands,
469469
treat the <a data-link-type=dfn href=#custom-property title="custom property">custom property</a> as having its initial value for the rest of this algorithm.
470470

471471
<li>
472-
If the value of the <a data-link-type=dfn href=#custom-property title="custom property">custom property</a> named by the first argument to the <a class=css data-link-type=maybe href=#funcdef-var title=var()>var()</a> function
472+
<p> If the value of the <a data-link-type=dfn href=#custom-property title="custom property">custom property</a> named by the first argument to the <a class=css data-link-type=maybe href=#funcdef-var title=var()>var()</a> function
473473
is anything but the initial value,
474474
replace the <a class=css data-link-type=maybe href=#funcdef-var title=var()>var()</a> function by the value of the corresponding <a data-link-type=dfn href=#custom-property title="custom property">custom property</a>.
475475

476476
<li>
477-
Otherwise, if the <a class=css data-link-type=maybe href=#funcdef-var title=var()>var()</a> function has a fallback value as its second argument,
477+
<p> Otherwise, if the <a class=css data-link-type=maybe href=#funcdef-var title=var()>var()</a> function has a fallback value as its second argument,
478478
replace the <a class=css data-link-type=maybe href=#funcdef-var title=var()>var()</a> function by the fallback value.
479479
If there are any <a class=css data-link-type=maybe href=#funcdef-var title=var()>var()</a> references in the fallback,
480480
<a data-link-type=dfn href=#substitute-a-var title="substitute a var()">substitute</a> them as well.
481481

482482
<li>
483-
Otherwise,
483+
<p> Otherwise,
484484
the property containing the <a class=css data-link-type=maybe href=#funcdef-var title=var()>var()</a> function is <a data-link-type=dfn href=#invalid-at-computed-value-time title="invalid at computed-value time">invalid at computed-value time</a>.
485485

486486
<p class=note> Note: Other things can also make a property <a data-link-type=dfn href=#invalid-at-computed-value-time title="invalid at computed-value time">invalid at computed-value time</a>.
@@ -657,8 +657,8 @@ <h3 class="heading settled heading" data-level=3.2 id=variables-in-shorthands><s
657657

658658

659659

660-
<h2 class="heading settled heading" data-level=4 id=cssom><span class=secno>4 </span><span class=content>
661-
APIs</span><a class=self-link href=#cssom></a></h2>
660+
<h2 class="heading settled heading" data-level=4 id=apis><span class=secno>4 </span><span class=content>
661+
APIs</span><a class=self-link href=#apis></a></h2>
662662

663663
<p> All <a data-link-type=dfn href=#custom-property title="custom property">custom property</a> <a data-link-type=dfn href=http://dev.w3.org/csswg/css-syntax-3/#declaration title=declarations>declarations</a> have the <a data-link-type=dfn title=case-insensitive>case-insensitive</a> flag set.
664664

@@ -684,14 +684,14 @@ <h2 class="heading settled heading" data-level=5 id=changes><span class=secno>5
684684

685685
<p> <ul>
686686
<li>
687-
The syntax of custom properties was changed from <span class=css data-link-type=maybe title=var-foo>var-foo</span> to <span class=css data-link-type=maybe title=--foo>--foo</span>.
687+
<p> The syntax of custom properties was changed from <span class=css data-link-type=maybe title=var-foo>var-foo</span> to <span class=css data-link-type=maybe title=--foo>--foo</span>.
688688

689689
<li>
690-
The <a class=css data-link-type=maybe href=#funcdef-var title=var()>var()</a> function takes the full custom property name as its first argument,
690+
<p> The <a class=css data-link-type=maybe href=#funcdef-var title=var()>var()</a> function takes the full custom property name as its first argument,
691691
rather than the name minus a prefix.
692692

693693
<li>
694-
The CSSVariablesMap interface was removed,
694+
<p> The CSSVariablesMap interface was removed,
695695
in favor of a better custom-property API to be defined in the future.
696696
</ul>
697697

0 commit comments

Comments
 (0)