Skip to content

Commit e1d2698

Browse files
committed
[css-values-4] Publication nits, and added newest published version.
1 parent 7ad6f28 commit e1d2698

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

css-values-4/Overview.bs

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +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/2020/WD-css-values-4-20201111/
1011
Previous Version: https://www.w3.org/TR/2019/WD-css-values-4-20190131/
1112
Previous Version: https://www.w3.org/TR/2018/WD-css-values-4-20181010/
1213
Editor: Tab Atkins, Google, http://xanthir.com/contact/, w3cid 42199
@@ -15,7 +16,7 @@ Abstract: This CSS module describes the common values and units that CSS propert
1516
At Risk: ''toggle()'', ''attr()''
1617
Ignored Terms: <spacing-limit>, containing block, property
1718
Ignored Vars: Cn+1, n
18-
Inline Github Issues: yes
19+
Inline Github Issues: title
1920
Default Highlight: css
2021
</pre>
2122
<pre class='link-defaults'>
@@ -541,8 +542,8 @@ Author-defined Identifiers: the <<custom-ident>> type</h3>
541542
This generic data type is denoted by <dfn id="identifier-value">&lt;custom-ident></dfn>,
542543
and represents any valid CSS <a>identifier</a>
543544
that would not be misinterpreted as a pre-defined keyword in that property's value definition.
544-
Such identifiers are fully [=case-sensitive=]
545-
(meaning they're compared by codepoint),
545+
Such identifiers are fully case-sensitive
546+
(meaning they're compared using the "[=identical to=]" operation),
546547
even in the ASCII range
547548
(e.g. ''example'' and ''EXAMPLE'' are two different, unrelated user-defined identifiers).
548549

@@ -590,7 +591,7 @@ Author-defined Identifiers: the <<custom-ident>> type</h3>
590591

591592
The <dfn><<dashed-ident>></dfn> production
592593
is a <<custom-ident>>,
593-
with all the [=case-sensitivity=] that implies,
594+
with all the case-sensitivity that implies,
594595
with the additional restriction that it must start with two dashes
595596
(U+002D HYPHEN-MINUS).
596597

@@ -1241,7 +1242,7 @@ Mixing Percentages and Dimensions</h3>
12411242
Note: Specifications should never alternate <<percentage>> in place of a dimension
12421243
in a grammar unless they are <a>compatible</a>.
12431244

1244-
Note: More &lt;<var>type</var>-percentage> productions can be added in the future as needed.
1245+
Note: More &lt;<var ignore>type</var>-percentage> productions can be added in the future as needed.
12451246
A &lt;number-percentage> will never be added,
12461247
as <<number>> and <<percentage>> can't be combined in ''calc()''.
12471248

@@ -2965,6 +2966,10 @@ Stepped Value Functions: ''round()'', ''mod()'', and ''rem()''</h3>
29652966
If <<rounding-strategy>> is omitted,
29662967
it defaults to ''nearest''.
29672968

2969+
Issue(5689): CSSOM needs to specify how it rounds,
2970+
and it's probably good for CSS functions to round the same way by default.
2971+
What behavior should be used?
2972+
29682973
<div class=example>
29692974
Unlike languages like JavaScript
29702975
which have a natural "precision" to round to

0 commit comments

Comments
 (0)