Skip to content

Commit 5a0163a

Browse files
committed
[css-cascade] Rename default to revert per WG resolution.
1 parent bd6dc08 commit 5a0163a

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

css-cascade/Overview.bs

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Previous Version: http://www.w3.org/TR/2005/WD-css3-cascade-20051215/
1616
Issue Tracking: Disposition of Comments http://dev.w3.org/csswg/css-cascade/issues
1717
Abstract: This CSS module describes how to collate style rules and assign values to all properties on all elements. By way of cascading and inheritance, values are propagated for all properties on all elements.
1818
Abstract:
19-
Abstract: New in this level are the ''default'' keyword and <<supports-condition>> for the ''@import'' rule.
19+
Abstract: New in this level are the ''revert'' keyword and <<supports-condition>> for the ''@import'' rule.
2020
Ignored Terms: auto, flex items, <supports-condition>
2121
Link Defaults: css21 (property) display
2222
</pre>
@@ -878,9 +878,9 @@ Erasing All Declarations: the ''unset'' keyword</h4>
878878
(or all longhands of a <a>shorthand</a>).
879879

880880
<h4 id="default">
881-
Rolling Back The Cascade: the ''default'' keyword</h4>
881+
Rolling Back The Cascade: the ''revert'' keyword</h4>
882882

883-
If the <a>cascaded value</a> of a property is the <dfn for=all>''default''</dfn> keyword,
883+
If the <a>cascaded value</a> of a property is the <dfn for=all>''revert''</dfn> keyword,
884884
the behavior depends on the origin to which the declaration belongs:
885885

886886
<dl>
@@ -897,19 +897,25 @@ Rolling Back The Cascade: the ''default'' keyword</h4>
897897
<dd>
898898
Rolls back the cascade to the user level,
899899
so that the <a>specified value</a> is calculated as if no author-level rules were specified for this property.
900-
For the purpose of ''default'', this origin includes the Override and Animation <a>origins</a>.
900+
For the purpose of ''revert'', this origin includes the Override and Animation <a>origins</a>.
901901
</dl>
902902

903903
<h2 id="changes">
904904
Changes</h2>
905905

906+
Changes since the <a href="http://www.w3.org/TR/2015/WD-css-cascade-4-20150421/">21 April 2015 Working Draft</a> include:
907+
908+
<ul>
909+
<li>Renamed <css>default</css> keyword to ''revert''.
910+
</ul>
911+
906912
<h3 id="additions-l3">
907913
Additions Since Level 3</h3>
908914

909915
The following additions were made to this specification since the
910916
<a href="http://www.w3.org/TR/css-cascade-3/">Level 3 CR</a>:
911917

912-
* Introduced ''default'' keyword, for rolling back the cascade.
918+
* Introduced ''revert'' keyword, for rolling back the cascade.
913919
* Introduced ''supports()'' syntax for supports-conditional ''@import'' rules.
914920

915921
<h2 class="no-num" id="acknowledgments">Acknowledgments</h2>

0 commit comments

Comments
 (0)