Skip to content

Commit f6272c2

Browse files
committed
[css-cascade-4] Filled in rest of Changes list, based on reviewing the diff from last TR publication.
1 parent a614db3 commit f6272c2

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

css-cascade-4/Overview.bs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,14 @@ Changes</h2>
10271027
<ul>
10281028
<li>Clarified that ''revert'' only affects the cascaded value, not the inherited value.
10291029
<li>Clarified that <a>custom properties</a> are not reset by the 'all' shorthand.
1030-
(<a href="https://github.com/w3c/csswg-drafts/issues/2518">2518</a>)
1030+
(<a href="https://github.com/w3c/csswg-drafts/issues/2518">2518</a>)
1031+
<li>Clarified that text nodes are children of their parent element,
1032+
and receive styles via defaulting.
1033+
<li>Defined more precisely that imported stylesheets are interpreted separately from the importing stylesheet,
1034+
in terms of ordering of rules, etc.
1035+
<li>Precisely defined the types of aliasing that CSS uses. ([[#aliasing]])
1036+
<li>Removed any mention of the “override” origin,
1037+
originally defined by <a href="https://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/">DOM Level 2 Style</a>.
10311038
</ul>
10321039

10331040
Changes since the <a href="https://www.w3.org/TR/2015/WD-css-cascade-4-20150421/">21 April 2015 Working Draft</a> include:

0 commit comments

Comments
 (0)