Skip to content

Commit bf9ec8c

Browse files
committed
[css-values-4] Publication fixes
1 parent 2ad7123 commit bf9ec8c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

css-values-4/Overview.bs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Status: ED
77
Work Status: Exploring
88
ED: https://drafts.csswg.org/css-values-4/
99
TR: https://www.w3.org/TR/css-values-4/
10-
Previous version: https://www.w3.org/TR/2018/WD-css-values-4-20180814/
10+
Previous version: https://www.w3.org/TR/2018/WD-css-values-4-20181010/
1111
Editor: Tab Atkins, Google, http://xanthir.com/contact/, w3cid 42199
1212
Editor: fantasai, http://fantasai.inkedblade.net/contact, w3cid 35400
1313
Abstract: This CSS module describes the common values and units that CSS properties accept and the syntax used for describing them in CSS property definitions.
@@ -2290,7 +2290,7 @@ Computed Value</h4>
22902290

22912291
<div class='example'>
22922292
For example,
2293-
whereas 'font-size' computes percentage values at <a>computed value time</a>
2293+
whereas 'font-size' computes percentage values at <a>computed value</a> time
22942294
so that <a>font-relative length</a> units can be computed,
22952295
'background-position' has layout-dependent behavior for percentage values,
22962296
and thus does not resolve percentages until used-value time.
@@ -2958,6 +2958,9 @@ Acknowledgments</h2>
29582958
<h2 class="no-num" id="changes">
29592959
Changes</h2>
29602960

2961+
Changes since the <a href="https://www.w3.org/TR/2018/WD-css-values-4-20181010/">10 October 2018 Working Draft</a> consist of
2962+
synchronizing with the <a href="https://www.w3.org/TR/2019/CR-css-values-3-20190131/#changes">recent changes in CSS Level 3</a>.
2963+
29612964
Changes since the <a href="https://www.w3.org/TR/2018/WD-css-values-4-20180814/">14 August 2018 Working Draft</a>:
29622965

29632966
<ul>

0 commit comments

Comments
 (0)