Skip to content

Commit f7691a5

Browse files
committed
[css-variables] Processor fixes.
--HG-- extra : rebase_source : f9508f45c0473b3a27ecb5f035f496930983f0d0
1 parent c01f207 commit f7691a5

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

css-variables/Overview.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -817,15 +817,15 @@ <h3 class="no-ref" id="conformance-classes">
817817
<p>Conformance to this specification
818818
is defined for three conformance classes:
819819
</p><dl>
820-
<dt><dfn data-noexport="" title="style sheet!!as conformance class" id="style-sheet">style sheet</dfn>
820+
<dt>style sheet
821821
</dt><dd>A <a href="http://www.w3.org/TR/CSS21/conform.html#style-sheet">CSS
822822
style sheet</a>.
823-
</dd><dt><dfn data-noexport="" id="renderer">renderer</dfn></dt>
824-
<dd>A <a href="http://www.w3.org/TR/CSS21/conform.html#user-agent">UA</a>
823+
</dd><dt>renderer
824+
</dt><dd>A <a href="http://www.w3.org/TR/CSS21/conform.html#user-agent">UA</a>
825825
that interprets the semantics of a style sheet and renders
826826
documents that use them.
827-
</dd><dt><dfn data-noexport="" id="authoring-tool">authoring tool</dfn></dt>
828-
<dd>A <a href="http://www.w3.org/TR/CSS21/conform.html#user-agent">UA</a>
827+
</dd><dt>authoring tool
828+
</dt><dd>A <a href="http://www.w3.org/TR/CSS21/conform.html#user-agent">UA</a>
829829
that writes a style sheet.
830830
</dd></dl>
831831

@@ -906,15 +906,15 @@ <h3 class="no-ref" id="testing">
906906

907907
<h3 id="normative" class="no-num no-ref">
908908
Normative References</h3>
909-
<div data-fill-with="normative-references"><dl><dt id="css21" title="CSS21">[CSS21]</dt><dd>Bert Bos; et al. <a href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification</a>. 7 June 2011. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">http://www.w3.org/TR/2011/REC-CSS2-20110607/</a></dd><dt id="rfc2119" title="RFC2119">[RFC2119]</dt><dd>S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt">Key words for use in RFCs to Indicate Requirement Levels</a>. URL: <a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a></dd></dl></div>
909+
<div data-fill-with="normative-references"><dl><dt id="rfc2119" title="RFC2119">[RFC2119]</dt><dd>S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt">Key words for use in RFCs to Indicate Requirement Levels</a>. URL: <a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a></dd><dt id="css21" title="CSS21">[CSS21]</dt><dd>Bert Bos; et al. <a href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification</a>. 7 June 2011. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">http://www.w3.org/TR/2011/REC-CSS2-20110607/</a></dd></dl></div>
910910

911911
<h3 id="informative" class="no-num no-ref">
912912
Informative References</h3>
913913
<div data-fill-with="informative-references"><dl><dt id="css3color" title="CSS3COLOR">[CSS3COLOR]</dt><dd>Tantek &#199;elik; Chris Lilley; L. David Baron. <a href="http://www.w3.org/TR/2011/REC-css3-color-20110607">CSS Color Module Level 3</a>. 7 June 2011. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2011/REC-css3-color-20110607">http://www.w3.org/TR/2011/REC-css3-color-20110607</a></dd></dl></div>
914914

915915
<h2 id="index" class="no-num no-ref">
916916
Index</h2>
917-
<div data-fill-with="index"><ul class="indexlist"><li>associated style declaration, <a href="#associated-style-declaration" title="section 4.1">4.1</a></li><li>authoring tool, <a href="#authoring-tool" title="section ??">??</a></li><li>cascading variable, <a href="#cascading-variable" title="section 2">2</a></li><li>&lt;CDC&gt;, <a href="#cdc-production" title="section 2">2</a></li><li>&lt;CDO&gt;, <a href="#cdo-production" title="section 2">2</a></li><li>creator, <a href="#cssvariablesdeclaration-creator" title="section 4.2">4.2</a></li><li>CSS declaration block declarations, <a href="#css-declaration-block-declarations" title="section 4.2">4.2</a></li><li>CSSStyleDeclaration, <a href="#cssstyledeclaration" title="section 4.1">4.1</a></li><li>CSSVariablesDeclaration, <a href="#cssvariablesdeclaration" title="section 4.2">4.2</a></li><li>custom property, <a href="#custom-property" title="section 2">2</a></li><li>deleter, <a href="#cssvariablesdeclaration-deleter" title="section 4.2">4.2</a></li><li>&lt;fallback&gt;, <a href="#fallback-type" title="section 3">3</a></li><li>getter, <a href="#cssvariablesdeclaration-getter" title="section 4.2">4.2</a></li><li>invalid at computed-value time, <a href="#invalid-at-computed-value-time" title="section 3.1">3.1</a></li><li>invalid variable, <a href="#invalid-variable" title="section 3.1">3.1</a></li><li>renderer, <a href="#renderer" title="section ??">??</a></li><li>resolve a variable, <a href="#resolve-a-variable" title="section 3">3</a></li><li>setter, <a href="#cssvariablesdeclaration-setter" title="section 4.2">4.2</a></li><li>style sheet!!as conformance class, <a href="#style-sheet" title="section ??">??</a></li><li>&lt;value&gt;, <a href="#value-production" title="section 2">2</a></li><li>var-*, <a href="#var-" title="section 2">2</a></li><li>var(), <a href="#variable-type" title="section 3">3</a></li><li>&lt;variable&gt;, <a href="#variable-type" title="section 3">3</a></li><li>variable, <a href="#cascading-variable" title="section 2">2</a></li></ul></div>
917+
<div data-fill-with="index"><ul class="indexlist"><li>associated style declaration, <a href="#associated-style-declaration" title="section 4.1">4.1</a></li><li>cascading variable, <a href="#cascading-variable" title="section 2">2</a></li><li>&lt;CDC&gt;, <a href="#cdc-production" title="section 2">2</a></li><li>&lt;CDO&gt;, <a href="#cdo-production" title="section 2">2</a></li><li>creator, <a href="#cssvariablesdeclaration-creator" title="section 4.2">4.2</a></li><li>CSS declaration block declarations, <a href="#css-declaration-block-declarations" title="section 4.2">4.2</a></li><li>CSSStyleDeclaration, <a href="#cssstyledeclaration" title="section 4.1">4.1</a></li><li>CSSVariablesDeclaration, <a href="#cssvariablesdeclaration" title="section 4.2">4.2</a></li><li>custom property, <a href="#custom-property" title="section 2">2</a></li><li>deleter, <a href="#cssvariablesdeclaration-deleter" title="section 4.2">4.2</a></li><li>&lt;fallback&gt;, <a href="#fallback-type" title="section 3">3</a></li><li>getter, <a href="#cssvariablesdeclaration-getter" title="section 4.2">4.2</a></li><li>invalid at computed-value time, <a href="#invalid-at-computed-value-time" title="section 3.1">3.1</a></li><li>invalid variable, <a href="#invalid-variable" title="section 3.1">3.1</a></li><li>resolve a variable, <a href="#resolve-a-variable" title="section 3">3</a></li><li>setter, <a href="#cssvariablesdeclaration-setter" title="section 4.2">4.2</a></li><li>&lt;value&gt;, <a href="#value-production" title="section 2">2</a></li><li>var-*, <a href="#var-" title="section 2">2</a></li><li>var(), <a href="#variable-type" title="section 3">3</a></li><li>&lt;variable&gt;, <a href="#variable-type" title="section 3">3</a></li><li>variable, <a href="#cascading-variable" title="section 2">2</a></li></ul></div>
918918

919919
<h2 id="property-index" class="no-num no-ref">
920920
Property index</h2>

css-variables/Overview.src.html

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ <h1>CSS Custom Properties for Cascading Variables Module Level 1</h1>
1010
Previous Version: http://www.w3.org/TR/2012/WD-css-variables-20120410/
1111
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact
1212
Abstract: This module introduces cascading variables as a new primitive value type that is accepted by all CSS properties, and custom properties for defining them.
13+
Ignored Properties: var-0, var-foo, var-main-color, color, var-Bar, var-two, margin-top, var-header-color, var-accent-background, var-foo-bar, var-bar, background-color, var-one
14+
Ignored Terms: <color>
1315
Date: 2013-05-16
1416
Deadline: 2013-06-13
1517
</pre>

0 commit comments

Comments
 (0)