Skip to content

Commit

Permalink
[css-cascade-4] Add can-i-use panels. Fixes #1259
Browse files Browse the repository at this point in the history
  • Loading branch information
tabatkins committed Jun 21, 2018
1 parent 012b048 commit 2873e66
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions css-cascade-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Abstract: This CSS module describes how to collate style rules and assign values
Abstract:
Abstract: New in this level are the ''revert'' keyword and <<supports-condition>> for the ''@import'' rule.
Ignored Terms: auto, flex items, <supports-condition>
Include Can I Use Panels: yes
</pre>

<h2 id="intro">
Expand Down Expand Up @@ -339,7 +340,7 @@ Aliasing</h3>
</div>
</dl>

<h3 id="all-shorthand">
<h3 id="all-shorthand" caniuse="css-all">
Resetting All Properties: the 'all' property</h3>

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

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

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

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

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

<dl>
Expand Down

0 comments on commit 2873e66

Please sign in to comment.