8000 [css-cascade-4] Add can-i-use panels. Fixes #1259 · w3c/csswg-drafts@2873e66 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2873e66

Browse files
committed
[css-cascade-4] Add can-i-use panels. Fixes #1259
1 parent 012b048 commit 2873e66

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

css-cascade-4/Overview.bs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Abstract: This CSS module describes how to collate style rules and assign values
2020
Abstract:
2121
Abstract: New in this level are the ''revert'' keyword and <<supports-condition>> for the ''@import'' rule.
2222
Ignored Terms: auto, flex items, <supports-condition>
23+
Include Can I Use Panels: yes
2324
</pre>
2425

2526
<h2 id="intro">
@@ -339,7 +340,7 @@ Aliasing</h3>
339340
</div>
340341
</dl>
341342

342-
<h3 id="all-shorthand">
343+
<h3 id="all-shorthand" caniuse="css-all">
343344
Resetting All Properties: the 'all' property</h3>
344345

345346
<table class="propdef">
@@ -976,7 +977,7 @@ Explicit Defaulting</h3>
976977
<h4 id="initial">
977978
Resetting a Property: the ''initial'' keyword</h4>
978979

979-
If the <a>cascaded value</a> of a property is the <dfn for=all>''initial''</dfn> keyword,
980+
If the <a>cascaded value</a> of a property is the <dfn for=all caniuse="css-initial-value">''initial''</dfn> keyword,
980981
the property's <a>specified value</a> is its <a>initial value</a>.
981982

982983
<h4 id="inherit">
@@ -988,7 +989,7 @@ Explicit Inheritance: the ''inherit'' keyword</h4>
988989
<h4 id="inherit-initial">
989990
Erasing All Declarations: the ''unset'' keyword</h4>
990991

991-
If the <a>cascaded value</a> of a property is the <dfn for=all>''unset''</dfn> keyword,
992+
If the <a>cascaded value</a> of a property is the <dfn for=all caniuse="css-unset-value">''unset''</dfn> keyword,
992993
then if it is an inherited property, this is treated as ''inherit'',
993994
and if it is not, this is treated as ''initial''.
994995
This keyword effectively erases all <a>declared values</a> occurring earlier in the <a>cascade</a>,
@@ -998,7 +999,7 @@ Erasing All Declarations: the ''unset'' keyword</h4>
998999
<h4 id="default">
9991000
Rolling Back The Cascade: the ''revert'' keyword</h4>
10001001

1001-
If the <a>cascaded value</a> of a property is the <dfn for=all>''revert''</dfn> keyword,
1002+
If the <a>cascaded value</a> of a property is the <dfn for=all caniuse="css-revert-value">''revert''</dfn> keyword,
10021003
the behavior depends on the origin to which the declaration belongs:
10031004

10041005
<dl>

0 commit comments

Comments
 (0)
0