Skip to content

Commit 9024160

Browse files
author
Your Full Name
committed
Markup fix.
--HG-- extra : rebase_source : 45696ee5651f648fc588a8d58bba682decfeef93
1 parent a3a9330 commit 9024160

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-variables/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</a></p>
1414
<h1 class="p-name no-ref" id="title">CSS Custom Properties for Cascading Variables Module Level 1</h1>
1515
<h2 class="no-num no-toc no-ref" id="subtitle">Editor's Draft,
16-
<span class="dt-updated"><span class="value-title" title="20130321">21 March 2013</span></span></h2>
16+
<span class="dt-updated"><span class="value-title" title="20130322">22 March 2013</span></span></h2>
1717
<div data-fill-with="spec-metadata"><dl><dt>This version:</dt><dd><a href="http://dev.w3.org/csswg/css-variables/" class="u-url">http://dev.w3.org/csswg/css-variables/</a></dd><dt>Latest version:</dt><dd><a href="http://www.w3.org/TR/css-variables/">http://www.w3.org/TR/css-variables/</a></dd><dt>Editor's Draft:</dt><dd><a href="http://dev.w3.org/csswg/css-variables/">http://dev.w3.org/csswg/css-variables/</a></dd><dt>Previous Versions:</dt><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><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></dd><dt>Editors:
1818
</dt><dd class="p-author h-card vcard"><a href="http://xanthir.com/contact" class="p-name fn u-url url">Tab Atkins Jr.</a> (<span class="p-org org">Google</span>)</dd><dd class="p-author h-card vcard"><span class="p-name fn">Luke Macpherson</span> (<span class="p-org org">Google</span>), <a href="mailto:macpherson@google.com" class="u-email email">macpherson@google.com</a></dd><dd class="p-author h-card vcard"><span class="p-name fn">Daniel Glazman</span> (<span class="p-org org">Disruptive Innovations</span>), <a href="mailto:daniel.glazman@disruptive-innovations.com" class="u-email email">daniel.glazman@disruptive-innovations.com</a></dd></dl></div>
1919
<p data-fill-with="copyright" class="copyright"><span><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" rel="license">Copyright</a> &#169; 2013 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>&#174;</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>,
@@ -63,7 +63,7 @@ <h2 id="contents" class="no-num no-toc no-ref">Table of contents</h2>
6363
Introduction</a><ul class="toc"><li><a href="#module-interactions"><span class="secno">1.1 </span>
6464
Module Interactions</a></li><li><a href="#values"><span class="secno">1.2 </span>
6565
Values</a></li></ul></li><li><a href="#defining-variables"><span class="secno">2 </span>
66-
Defining Custom Properties: the `var-*` family of properties</a></li><li><a href="#using-variables"><span class="secno">3 </span>
66+
Defining Custom Properties: the </a><a data-autolink="property" class="property" title="var-*" href="#var-">var-*</a> family of properties</li><li><a href="#using-variables"><span class="secno">3 </span>
6767
Using Cascading Variables: the </a><a data-autolink="maybe" class="css">var()</a> notation<ul class="toc"><li><a href="#invalid-variables"><span class="secno">3.1 </span>
6868
Invalid Variables</a></li></ul></li><li><a href="#cssom"><span class="secno">4 </span>
6969
APIs</a><ul class="toc"><li><a href="#the-cssstyledeclaration-interface"><span class="secno">4.1 </span>
@@ -135,7 +135,7 @@ <h2 id="introduction" data-level="1"><span class="secno">1 </span>
135135

136136

137137
</p><h2 id="defining-variables" data-level="2"><span class="secno">2 </span>
138-
Defining Custom Properties: the `var-*` family of properties</h2>
138+
Defining Custom Properties: the <a data-autolink="property" class="property" title="var-*" href="#var-">var-*</a> family of properties</h2>
139139

140140
<p> This specification defines an open-ended set of properties called <a data-autolink="link" href="#custom-property">custom properties</a>,
141141
which are used to define <a data-autolink="link" href="#cascading-variable">variables</a>.

css-variables/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h3>
6161

6262

6363
<h2 id='defining-variables'>
64-
Defining Custom Properties: the `var-*` family of properties</h2>
64+
Defining Custom Properties: the 'var-*' family of properties</h2>
6565

6666
This specification defines an open-ended set of properties called <a>custom properties</a>,
6767
which are used to define <a>variables</a>.

0 commit comments

Comments
 (0)