You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
2290
2290
2291
2291
<div class='example'>
2292
2292
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
2294
2294
so that <a>font-relative length</a> units can be computed,
2295
2295
'background-position' has layout-dependent behavior for percentage values,
2296
2296
and thus does not resolve percentages until used-value time.
@@ -2958,6 +2958,9 @@ Acknowledgments</h2>
2958
2958
<h2 class="no-num" id="changes">
2959
2959
Changes</h2>
2960
2960
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
+
2961
2964
Changes since the <a href="https://www.w3.org/TR/2018/WD-css-values-4-20180814/">14 August 2018 Working Draft</a>:
0 commit comments