Skip to content

Commit b15c6f4

Browse files
committed
[css-values] typo
1 parent aae9194 commit b15c6f4

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css-values/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
rel=dcterms.rights>
1212
<meta content="CSS Values and Units Module Level 3" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-11-21 name=dcterms.date>
14+
<meta content=2013-12-02 name=dcterms.date>
1515
<meta content="Håkon Wium Lie" name=dcterms.creator>
1616
<meta content="Tab Atkins" name=dcterms.creator>
1717
<meta content="Elika J. Etemad" name=dcterms.creator>
1818
<meta content=W3C name=dcterms.publisher>
19-
<meta content="http://www.w3.org/TR/2013/CR-css3-values-20131121/"
19+
<meta content="http://www.w3.org/TR/2013/CR-css3-values-20131202/"
2020
name=dcterms.identifier>
2121
<style type="text/css">
2222
code, small { white-space: nowrap }
@@ -42,14 +42,14 @@
4242
<h1 class=p-name>CSS Values and Units Module Level 3</h1>
4343

4444
<h2 class="no-num no-toc">W3C Candidate Recommendation <span
45-
class=dt-updated><span class=value title=20131121>21 November
45+
class=dt-updated><span class=value title=20131202> 2 December
4646
2013</span></span></h2>
4747

4848
<dl>
4949
<dt>This version:
5050

5151
<dd><a class=u-url
52-
href="http://www.w3.org/TR/2013/CR-css3-values-20131121/">http://www.w3.org/TR/2013/CR-css3-values-20131121/</a>
52+
href="http://www.w3.org/TR/2013/CR-css3-values-20131202/">http://www.w3.org/TR/2013/CR-css3-values-20131202/</a>
5353

5454
<dt>Latest version:
5555

@@ -1634,7 +1634,7 @@ <h4 id=calc-computed-value><span class=secno>8.1.3. </span> Computed Value</h4>
16341634
resolved, and with all addition/subtraction subexpressions resolved where
16351635
both sides are the same type.
16361636

1637-
<p> Where percentages are not resolved at computed value, they are not
1637+
<p> Where percentages are not resolved at computed-value time, they are not
16381638
resolved in ‘<a href="#calc"><code class=css>calc()</code></a>
16391639
expressions, e.g. ‘<code class=css>calc(100% - 100% + 1em)</code>
16401640
resolves to ‘<code class=css>calc(0% + 1em)</code>’, not to ‘<code

css-values/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ <h4 id='calc-computed-value'>
11571157
and with all addition/subtraction subexpressions resolved where both sides are the same type.
11581158

11591159
<p>
1160-
Where percentages are not resolved at computed value,
1160+
Where percentages are not resolved at computed-value time,
11611161
they are not resolved in ''calc()'' expressions,
11621162
e.g. ''calc(100% - 100% + 1em)'' resolves to ''calc(0% + 1em)'',
11631163
not to ''calc(1em)''.

0 commit comments

Comments
 (0)