From 0d281aa73743ef044b3c42c685d0da97bef417ee Mon Sep 17 00:00:00 2001
From: Anders Hartvoll Ruud
Date: Mon, 23 May 2022 11:12:33 +0200
Subject: [PATCH] [css-contain-3] Fix link errors
- Make 'fictional tag sequence' link to something.
- Use 'identifier' from css-values, not css-syntax.
- Remove references to <>, as that no longer exists, and:
- Also remove references to <>, to be consistent.
- '@container/orientation' instead of 'orientation'.
- Link to <<'container-type'>> instead of the now non-existent
<.
---
css-contain-3/Overview.bs | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/css-contain-3/Overview.bs b/css-contain-3/Overview.bs
index ee1269815a8..ffe4f3bce5a 100644
--- a/css-contain-3/Overview.bs
+++ b/css-contain-3/Overview.bs
@@ -28,6 +28,7 @@ spec:css-break-3; type:dfn; text:fragmentation context
spec:css-break-3; type:dfn; text:fragmented flow
spec:css-contain-2; type:dfn; text:layout containment box
spec:css-contain-2; type:dfn; text:size containment box
+spec:css-pseudo-4; type:dfn; text:fictional tag sequence
spec:css-sizing-4; type:property; text:contain-intrinsic-size
spec:css-sizing-4; type:property; text:aspect-ratio
spec:intersection-observer; type:dfn; text:intersection root
@@ -38,7 +39,6 @@ spec:css-sizing-3; type:dfn; text:width
spec:css-sizing-3; type:property; text:height
spec:css-sizing-3; type:dfn; text:height
spec:css-sizing-3; type:dfn; text:size
-spec:css-syntax-3; type:dfn; text:identifier
spec:css-values-4; type:dfn; text:relative length
spec:web-animations-1; type:dfn; text:effect values
@@ -711,7 +711,6 @@ Container Features
Size Container Features
A container size query
- (syntactically represented as <>)
allows querying
the size of the [=query container=]’s [=principal box=].
It is a boolean combination of
@@ -720,7 +719,7 @@ Size Container Features
The syntax of a <> is the same as for a [=media feature=]:
a feature name, a comparator, and a value.
[[mediaqueries-5]]
- The boolean syntax and logic combining [=size features=] into a <>
+ The boolean syntax and logic combining [=size features=] into a [=container size query|size query=]
is the same as for [=CSS feature queries=].
(See ''@supports''. [[!CSS-CONDITIONAL-3]])
@@ -849,12 +848,12 @@ Orientation: the '@container/orientation' feature
- portrait
-
- The 'orientation' [=container feature=] is ''portrait''
+ The '@container/orientation' [=container feature=] is ''portrait''
when the value of the '@container/height' [=container feature=]
is greater than or equal to
the value of the '@container/width' [=container feature=].
- landscape
-
- Otherwise 'orientation' is ''landscape''.
+
- Otherwise '@container/orientation' is ''landscape''.
@@ -862,7 +861,6 @@ Orientation: the '@container/orientation' feature
Style Container Features
A container style query
- (syntactically represented by <>)
allows querying
the [=computed values=] of the [=query container=].
It is a boolean combination of
@@ -876,7 +874,7 @@ Style Container Features
(which is also [=computed value|computed=] with respect to the [=query container=]),
unknown if the property or its value is invalid or unsupported,
and false otherwise.
- The boolean syntax and logic combining [=style features=] into a <>
+ The boolean syntax and logic combining [=style features=] into a [=container style query|style query=]
is the same as for [=CSS feature queries=].
(See ''@supports''. [[!CSS-CONDITIONAL-3]])
@@ -1043,7 +1041,7 @@ Changes since the 21 December 2021 First Public Working Draft
* Remove the <> option from the 'container-name' syntax.
Container names must be <>s.
(Issue 6405)
- * Reverse the order of <> and <>
+ * Reverse the order of <<'container-name'>> and <<'container-type'>>
in the 'container' shorthand property, with both being optional.
(Issue 6393)
* Allow <> syntax in <>s,