@@ -3,7 +3,7 @@ Title: CSS Values and Units Module Level 4
33Group : CSSWG
44Shortname : css-values
55Level : 4
6- Status : ED
6+ Status : WD
77Work Status : Refining
88ED : https://drafts.csswg.org/css-values-4/
99TR : https://www.w3.org/TR/css-values-4/
@@ -31,6 +31,10 @@ spec: css-sizing-3; type: property;
3131spec: selectors-4; type: type; text: <q-name>
3232spec: infra; type: dfn; text: string;
3333</pre>
34+ <pre class="ignored-specs">
35+ spec: css-device-adapt-1;
36+ </pre>
37+
3438<style>
3539code, small { white-space: nowrap }
3640pre.value { font: inherit; white-space: pre-wrap; margin: 0; padding: 0; }
@@ -584,7 +588,7 @@ Pre-defined Keywords</h3>
584588
585589 In the value definition fields,
586590 <dfn lt="keyword" export for=CSS>keywords</dfn> with a pre-defined meaning appear literally.
587- Keywords are [=/ CSS identifiers=]
591+ Keywords are [=CSS/ identifiers=]
588592 and are interpreted <a lt="ASCII case-insensitive">ASCII case-insensitively</a>
589593 (i.e., [a-z] and \[A-Z] are equivalent).
590594
@@ -1033,7 +1037,7 @@ URL Processing Model</h4>
10331037 [=request/credentials mode=] is "same-origin", [=request/use-url-credentials flag=] is
10341038 set, and whose [=request/referrer=] is |referrer|.
10351039
1036- 10. [=/Fetch=] |req|, with | taskDestination| set to |global|, and | processResponseConsumeBody|
1040+ 10. [=/Fetch=] |req|, with <var ignore> taskDestination</var> set to |global|, and <var ignore> processResponseConsumeBody</var>
10371041 set to the following steps given [=/response=] |res| and Null, failure or byte stream
10381042 |byteStream|:
10391043 1. If |sheet|'s <a spec=cssom>origin-clean flag</a> is set,
@@ -1252,7 +1256,7 @@ Numbers with Units: <a>dimension</a> values</h3>
12521256 When written literally,
12531257 a <a>dimension</a> is a <a>number</a>
12541258 immediately followed by a unit identifier,
1255- which is a [=/ CSS identifier=] .
1259+ which is an [=CSS/ identifier=] .
12561260 It corresponds to the <<dimension-token>> production
12571261 in the <a href="https://www.w3.org/TR/css-syntax/">CSS Syntax Module</a> [[!CSS-SYNTAX-3]] .
12581262 Like keywords, unit identifiers are <a>ASCII case-insensitive</a> .
@@ -4767,7 +4771,7 @@ Appendix B: Quirky Lengths</h2>
47674771 Additionally, while <<quirky-length>> must be valid as a <<length>>
47684772 when parsing the affected properties in the ''@supports'' rule,
47694773 it is <em> not</em> valid for those properties
4770- when used in the {{CSS/supports()|CSS.supports()}} method.
4774+ when used in the {{CSS/supports(conditionText )|CSS.supports()}} method.
47714775
47724776 A <<quirky-length>> is syntactically identical to a <<number-token>> ,
47734777 and is interpreted as a ''px'' length with the same value.
0 commit comments