Skip to content

Commit 968b280

Browse files
committed
[css-cascade-4][css-cascade-5] Define 'cascade-dependent keyword'. #7080
1 parent e56d2c7 commit 968b280

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

css-cascade-4/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,6 +1229,11 @@ Explicit Defaulting</h3>
12291229
As specified in <a href="https://www.w3.org/TR/css-values/#common-keywords">CSS Values and Units</a> [[!css-values-3]],
12301230
all CSS properties can accept these values.
12311231

1232+
The keyword ''revert''
1233+
is a <dfn export>cascade-dependent keyword</dfn>;
1234+
some contexts may restrict its use
1235+
while allowing the other [=CSS-wide keywords=].
1236+
12321237
<h4 id="initial">
12331238
Resetting a Property: the ''initial'' keyword</h4>
12341239

css-cascade-5/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1817,6 +1817,11 @@ Explicit Defaulting</h3>
18171817
As specified in <a href="https://www.w3.org/TR/css-values/#common-keywords">CSS Values and Units</a> [[!css-values-3]],
18181818
all CSS properties can accept these values.
18191819

1820+
The keywords ''revert'' and ''revert-layer''
1821+
are <dfn export lt="cascade-dependent keyword">cascade-dependent keywords</dfn>;
1822+
some contexts may restrict their use
1823+
while allowing the other [=CSS-wide keywords=].
1824+
18201825
<h4 id="initial">
18211826
Resetting a Property: the ''initial'' keyword</h4>
18221827

0 commit comments

Comments
 (0)