Skip to content

Commit 6eb3727

Browse files
committed
[css-values-4][editorial] Clean up bikeshed errors
1 parent 0d8967a commit 6eb3727

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

css-values-4/Overview.bs

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ Include Can I Use Panels: yes
1919
<pre class='link-defaults'>
2020
spec: css2;
2121
type: property; text: border-collapse
22+
spec: css-backgrounds-3; type: property;
23+
text: border-color
24+
text: box-shadow
2225
spec: css-color-4; type: value; text: currentcolor
2326
spec: css-color-5; type: type; text: <color>
2427
spec: css-color-5; type:type; text: <absolute-color-function>
@@ -29,6 +32,7 @@ spec: css-sizing-3; type: property;
2932
spec: cssom-1; type:dfn; text:owner node; for:CSSStyleSheet;
3033
spec: selectors-4; type: type; text: <q-name>
3134
spec: infra; type: dfn; text: string;
35+
spec: css-2023; type: dfn; text: ua
3236
</pre>
3337
<pre class="ignored-specs">
3438
spec: css-device-adapt-1;
@@ -58,11 +62,11 @@ Introduction</h2>
5862
<h3 id="placement">
5963
Module Interactions</h3>
6064

61-
This module replaces and extends the data type definitions in [[!CSS21]]
65+
This module replaces and extends the data type definitions in [[!CSS2]]
6266
sections
63-
<a href="https://www.w3.org/TR/CSS21/about.html#value-defs">1.4.2.1</a>,
64-
<a href="https://www.w3.org/TR/CSS21/syndata.html#values">4.3</a>,
65-
and <a href="https://www.w3.org/TR/CSS21/aural.html#aural-intro">A.2</a>.
67+
<a href="https://www.w3.org/TR/CSS2/about.html#value-defs">1.4.2.1</a>,
68+
<a href="https://www.w3.org/TR/CSS2/syndata.html#values">4.3</a>,
69+
and <a href="https://www.w3.org/TR/CSS2/aural.html#aural-intro">A.2</a>.
6670

6771
<!--
6872
██████ ██ ██ ██ ██ ████████ ███ ██ ██
@@ -892,7 +896,7 @@ Quoted Strings: the <<string>> type</h3>
892896

893897
<div class=example>
894898
Double quotes cannot occur inside double quotes, unless
895-
<a href="https://www.w3.org/TR/CSS21/syndata.html#escaped-characters">escaped</a>
899+
<a href="https://www.w3.org/TR/CSS2/syndata.html#escaped-characters">escaped</a>
896900
(as <code>"\""</code> or as <code>"\22"</code>).
897901
Analogously for single quotes (<code>&#39;\&#39;&#39;</code> or <code>&#39;\27&#39;</code>).
898902

@@ -1251,7 +1255,7 @@ Range Restrictions and Range Definition Notation</h3>
12511255
Properties can restrict numeric values to some range.
12521256
If the value is outside the allowed range,
12531257
then unless otherwise specified,
1254-
the declaration is invalid and must be <a href="https://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.
1258+
the declaration is invalid and must be <a href="https://www.w3.org/TR/CSS2/conform.html#ignore">ignored</a>.
12551259
Range restrictions can be annotated in the numeric type notation
12561260
using <dfn export local-lt="bracketed range notation">CSS bracketed range notation</dfn>--
12571261
<code>[<var>min</var>,<var>max</var>]</code>--
@@ -1723,7 +1727,7 @@ Distance Units: the <<length>> type</h2>
17231727

17241728
Properties may restrict the length value to some range.
17251729
If the value is outside the allowed range,
1726-
the declaration is invalid and must be <a href="https://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.
1730+
the declaration is invalid and must be <a href="https://www.w3.org/TR/CSS2/conform.html#ignore">ignored</a>.
17271731

17281732
<wpt>
17291733
css/mediaqueries/min-width-001.xht
@@ -2115,7 +2119,7 @@ Font-relative Lengths: the ''em'', ''rem'', ''ex'', ''rex'', ''cap'', ''rcap'',
21152119
Viewport-percentage Lengths: the ''*vw'', ''*vh'', ''*vi'', ''*vb'', ''*vmin'', ''*vmax'' units</h4>
21162120

21172121
The <dfn export>viewport-percentage lengths</dfn> are relative to the size of the
2118-
<a href="https://www.w3.org/TR/CSS21/visudet.html#containing-block-details">initial containing block</a>--
2122+
<a href="https://www.w3.org/TR/CSS2/visudet.html#containing-block-details">initial containing block</a>--
21192123
which is itself based on the size of either
21202124
the viewport (for [=continuous media=])
21212125
or the [=page area=] (for [=paged media=]).
@@ -2660,7 +2664,7 @@ Duration Units: the <<time>> type and ''s'', ''ms'' units</h3>
26602664

26612665
Properties may restrict the time value to some range.
26622666
If the value is outside the allowed range,
2663-
the declaration is invalid and must be <a href="https://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.
2667+
the declaration is invalid and must be <a href="https://www.w3.org/TR/CSS2/conform.html#ignore">ignored</a>.
26642668

26652669
<wpt>
26662670
css/css-values/calc-time-values.html
@@ -4673,7 +4677,7 @@ Computed Value</h3>
46734677
e.g. ''calc(100% - 100% + 1px)'' resolves to ''calc(0% + 1px)'',
46744678
not to ''1px''.
46754679
If there are special rules for computing percentages in a value
4676-
(e.g. <a href="https://www.w3.org/TR/CSS21/visudet.html#the-height-property">the <css>height</css> property</a>),
4680+
(e.g. <a href="https://www.w3.org/TR/CSS2/visudet.html#the-height-property">the <css>height</css> property</a>),
46774681
they apply whenever a [=math function=] contains percentages.
46784682

46794683
The [=calculation tree=] is again simplified at [=used value=] time;

0 commit comments

Comments
 (0)