Skip to content

Commit 140f4d1

Browse files
committed
[css-conditional-5][meta] Fix some linking/markup issues.
1 parent 3cca7d5 commit 140f4d1

File tree

1 file changed

+23
-17
lines changed

1 file changed

+23
-17
lines changed

css-conditional-5/Overview.bs

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ WPT Display: open
3131
</pre>
3232

3333
<pre class="link-defaults">
34-
spec:css2; type:dfn; text:stacking context
35-
spec:css2; type:property; text:content
36-
spec:css-display-3; type:property; text:display
37-
spec:css2; type:property; text:counter-increment
38-
spec:css-ui-3; type:property; text:text-overflow
39-
spec:css-grid-1; type:property; text:grid
4034
spec:css-break-3; type:dfn; text:forced break
4135
spec:css-break-3; type:dfn; text:fragmentation
4236
spec:css-break-3; type:dfn; text:fragmentation container
@@ -48,24 +42,31 @@ WPT Display: open
4842
spec:css-conditional-4; type:type; text:<supports-selector-fn>
4943
spec:css-contain-2; type:dfn; text:layout containment box
5044
spec:css-contain-2; type:dfn; text:size containment box
45+
spec:css-display-3; type:property; text:display
5146
spec:css-fonts-4; type:type; text:<font-format>
5247
spec:css-fonts-4; type:type; text:<font-tech>
48+
spec:css-grid-1; type:property; text:grid
5349
spec:css-pseudo-4; type:dfn; text:fictional tag sequence
5450
spec:css-pseudo-4; type:selector; text:::file-selector-button
5551
spec:css-pseudo-4; type:selector; text:::placeholder
5652
spec:css-scroll-snap-2; type:dfn; text:scrollsnapchanging
57-
spec:css-sizing-4; type:property; text:contain-intrinsic-size
58-
spec:css-sizing-4; type:property; text:aspect-ratio
59-
spec:intersection-observer; type:dfn; text:intersection root
60-
spec:css-sizing-3; type:property;
61-
text:min-width
62-
text:min-height
63-
spec:css-sizing-3; type:dfn; text:width
64-
spec:css-sizing-3; type:property; text:height
6553
spec:css-sizing-3; type:dfn; text:height
6654
spec:css-sizing-3; type:dfn; text:size
67-
spec:css-values-4; type:dfn; text:relative length
55+
spec:css-sizing-3; type:dfn; text:width
56+
spec:css-sizing-3; type:property; text:height
57+
spec:css-sizing-3; type:property; text:min-height
58+
spec:css-sizing-3; type:property; text:min-width
59+
spec:css-sizing-4; type:property; text:aspect-ratio
60+
spec:css-sizing-4; type:property; text:contain-intrinsic-size
61+
spec:css-ui-3; type:property; text:text-overflow
6862
spec:css-values-4; type:dfn; text:identifier
63+
spec:css-values-4; type:dfn; text:relative length
64+
spec:css2; type:dfn; text:stacking context
65+
spec:css2; type:property; text:content
66+
spec:css2; type:property; text:counter-increment
67+
spec:infra; type:dfn; text:list
68+
spec:intersection-observer; type:dfn; text:intersection root
69+
spec:selectors-4; type:dfn; text:pseudo-elements
6970
spec:web-animations-1; type:dfn; text:effect values
7071
</pre>
7172

@@ -127,6 +128,11 @@ Extensions to the ''@supports'' rule</h2>
127128
<dfn>&lt;supports-env-fn></dfn> = env( <<ident>> )
128129
</pre>
129130

131+
<dfn>&lt;declaration></dfn> here matches anything that would be successfully parsed by <l spec=css-syntax>[=consume a declaration=]</l>,
132+
ignoring the context-validation check at the end of that algorithm.
133+
<span class=note>Notably, this includes a trailing ''!important'',
134+
which is valid but ignored for the purpose of ''@supports''.</span>
135+
130136
<dl dfn-type=function dfn-for="@supports">
131137
: <<supports-condition-name>>
132138
::
@@ -2018,7 +2024,7 @@ The <code>CSSContainerRule</code> interface</h3>
20182024
<div algorithm="CSSContainerRule.containerName">
20192025
1. Let |conditions| be the result of getting the {{CSSContainerRule/conditions}} attribute.
20202026
1. If the length of |conditions| is 1:
2021-
1. Return the only |condition|'s {{CSSContainerCondition/name}}.
2027+
1. Return the only |conditions| item's {{CSSContainerCondition/name}}.
20222028
1. return <code>""</code>.
20232029
</div>
20242030

@@ -2028,7 +2034,7 @@ The <code>CSSContainerRule</code> interface</h3>
20282034
<div algorithm="CSSContainerRule.containerQuery">
20292035
1. Let |conditions| be the result of getting the {{CSSContainerRule/conditions}} attribute.
20302036
1. If the length of |conditions| is 1:
2031-
1. Return the only |condition|'s {{CSSContainerCondition/query}}.
2037+
1. Return the only |conditions| item's {{CSSContainerCondition/query}}.
20322038
1. Return <code>""</code>.
20332039
</div>
20342040

0 commit comments

Comments
 (0)