Skip to content

Commit a1827be

Browse files
committed
[css-cascade] Fix abstract and title caps.
1 parent 563d7b0 commit a1827be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css-cascade/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Previous Version: http://www.w3.org/TR/2013/WD-css3-cascade-20130103/
1414
Previous Version: http://www.w3.org/TR/2005/WD-css3-cascade-20051215/
1515
Issue Tracking: Disposition of Comments http://dev.w3.org/csswg/css-cascade/issues
1616
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.
17+
Abstract:
18+
Abstract: New in this level are the ''default'' keyword and <<supports-condition>> for the ''@import'' rule.
1719
Ignored Terms: auto, flex items, <supports-condition>
1820
Link Defaults: css21 (property) display
1921
</pre>
@@ -875,7 +877,7 @@ Erasing All Declarations: the ''unset'' keyword</h4>
875877
(or all longhands of a <a>shorthand</a>).
876878

877879
<h4 id="default">
878-
Rolling back the cascade: the ''default'' keyword</h4>
880+
Rolling Back The Cascade: the ''default'' keyword</h4>
879881

880882
If the <a>cascaded value</a> of a property is the <dfn for=all>''default''</dfn> keyword,
881883
the behavior depends on the origin to which the declaration belongs:

0 commit comments

Comments
 (0)