Skip to content

Commit f5b3117

Browse files
committed
[css-variables] Fix TR link. Fix typo.
1 parent d0e7859 commit f5b3117

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-variables/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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">W3C Working Draft,
1616
<span class="dt-updated"><span class="value-title" title="20130516">16 May 2013</span></span></h2>
17-
<div data-fill-with="spec-metadata"><dl><dt>This version:</dt><dd><a href="http://www.w3.org/TR/2013/WD-css-variables-1-20130516" class="u-url">http://www.w3.org/TR/2013/WD-css-variables-1-20130516</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>
17+
<div data-fill-with="spec-metadata"><dl><dt>This version:</dt><dd><a href="http://www.w3.org/TR/2013/WD-css-variables-1-20130516" class="u-url">http://www.w3.org/TR/2013/WD-css-variables-1-20130516</a></dd><dt>Latest version:</dt><dd><a href="http://www.w3.org/TR/css-variables-1/">http://www.w3.org/TR/css-variables-1/</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>
1818
</dd><dt>Feedback:</dt>
1919
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-variables%5D%20feedback">www-style@w3.org</a>
2020
with subject line
@@ -445,7 +445,7 @@ <h2 id="using-variables" data-level="3"><span class="secno">3 </span>
445445

446446
</li><li>
447447
Otherwise, if the <a data-autolink="maybe" class="css" href="#variable-type">var()</a> function has a <a data-autolink="link" class="production" href="#fallback-type"><var>&lt;fallback&gt;</var></a> value as its second argument,
448-
replace the <a data-autolink="maybe" class="css" href="#variable-type">var()</a> function by the <a data-autolink="link" class="production"><var>&lt;falback&gt;</var></a> value.
448+
replace the <a data-autolink="maybe" class="css" href="#variable-type">var()</a> function by the <a data-autolink="link" class="production" href="#fallback-type"><var>&lt;fallback&gt;</var></a> value.
449449
If there are any <a data-autolink="maybe" class="css" href="#variable-type">var()</a> references in the fallback,
450450
<a title="resolve a variable" data-autolink="link" href="#resolve-a-variable">resolve</a> them as well.
451451

css-variables/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h1>CSS Custom Properties for Cascading Variables Module Level 1</h1>
44
Status: LCWD
55
Shortname: css-variables
66
Level: 1
7-
TR: http://www.w3.org/TR/css-variables/
7+
TR: http://www.w3.org/TR/css-variables-1/
88
ED: http://dev.w3.org/csswg/css-variables/
99
Previous Version: http://www.w3.org/TR/2013/WD-css-variables-20130312/
1010
Previous Version: http://www.w3.org/TR/2012/WD-css-variables-20120410/
@@ -378,7 +378,7 @@ <h2 id='using-variables'>
378378

379379
<li>
380380
Otherwise, if the ''var()'' function has a <<fallback>> value as its second argument,
381-
replace the ''var()'' function by the <<falback>> value.
381+
replace the ''var()'' function by the <<fallback>> value.
382382
If there are any ''var()'' references in the fallback,
383383
<a title="resolve a variable">resolve</a> them as well.
384384

0 commit comments

Comments
 (0)