Skip to content

Commit d37a218

Browse files
committed
[css-values-4] Update Changes list
1 parent edd2c45 commit d37a218

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

css-values-4/Overview.bs

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ Range Restrictions and Range Definition Notation</h3>
11451145
Values of &minus;&infin; or &infin; must be written without units,
11461146
even if the value type uses units.
11471147
Values of ''0'' <em>can</em> be written without units,
1148-
even if the value type doesn't allow "unitless zeroes"
1148+
even if the value type doesn't allow unitless zeroes
11491149
(such as <<time>>).
11501150

11511151
Note: At the time of writing,
@@ -4961,12 +4961,30 @@ Recent Changes</h3>
49614961
Substantial changes since <a href="https://www.w3.org/TR/2021/WD-css-values-4-20211216/">16 December 2021 WD</a>:
49624962

49634963
<ul>
4964-
<li>Switch censoring of ''NaN'' that escapes a [=math function=] from infinity to zero.
4964+
<li>Switched censoring of ''NaN'' that escapes a [=math function=] from infinity to zero.
49654965
(<a href="https://github.com/w3c/csswg-drafts/issues/7067">Issue 7067</a>)
4966+
<li>Added [[#linked-properties]] to allow this property pattern to be easily referenced.
4967+
(<a href="https://github.com/w3c/csswg-drafts/issues/7164">Issue 7164</a>)
4968+
<li>Restricted ''mix()'' to be the sole value of a declaration.
4969+
(<a href="https://github.com/w3c/csswg-drafts/issues/6700">Issue 6700</a>)
49664970
<li>Updated to match latest Fetch terminology.
49674971
(<a href="https://github.com/whatwg/fetch/pull/1413">Fetch PR 1413</a>,
49684972
<a href="https://github.com/w3c/csswg-drafts/pull/7160">CSS PR 7160</a>)
4969-
<li> Clarified that the [=font-relative lengths=] are calculated without text shaping.
4973+
<li>Clarified that the [=font-relative lengths=] are calculated without text shaping.
4974+
<li>Defined serialization of empty urls to be <code>url("")</code>.
4975+
(<a href="https://github.com/w3c/csswg-drafts/issues/6447">Issue 6447</a>)
4976+
<li>Defined serialization of <<position>> [=specified values=].
4977+
(<a href="https://github.com/w3c/csswg-drafts/issues/2274">Issue 2274</a>)
4978+
<li>Fixed definition of [=numbers=] to allow decimals in combination with scientific notation,
4979+
as originally intended and as defined in [[CSS-SYNTAX-3]].
4980+
(<a href="https://github.com/w3c/csswg-drafts/issues/7248">Issue 7248</a>)
4981+
<li>Corrected various functions to return an empty map
4982+
for their [=CSSNumericValue/type=] instead of «[ "number" → 1 ]».
4983+
(<a href="https://github.com/w3c/csswg-drafts/issues/7486">Issue 7486</a>)
4984+
<li>Clarified effect of special UA restrictions on 'line-height' on ''lh'' and ''rlh''.
4985+
(<a href="https://github.com/w3c/csswg-drafts/issues/3257">Issue 3257</a>)
4986+
<li>Defined <code>&lt;function()></code> notation to refer to functional notations.
4987+
(<a href="https://github.com/w3c/csswg-drafts/issues/5728">Issue 5728</a>)
49704988
</ul>
49714989

49724990
Substantial changes since <a href="https://www.w3.org/TR/2021/WD-css-values-4-20211016/">16 October 2021 WD</a>:

0 commit comments

Comments
 (0)