We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ef450 commit 8fc6f01Copy full SHA for 8fc6f01
1 file changed
css-cascade-4/Overview.bs
@@ -806,6 +806,11 @@ Cascade Sorting Order</h3>
806
[[DOM]] [=tree contexts=] are considered to be nested
807
in [=shadow-including tree order=].
808
809
+ Note: This effectively means that
810
+ [=normal=] declarations belonging to an [=encapsulation context=]
811
+ can set defaults that are easily overridden by the outer context,
812
+ while [=important=] declarations belonging to an [=encapsulation context=]
813
+ can enforce requirements that cannot be overridden by the outer context.
814
<!--
815
<dt id='cascade-scope'>Scope
816
<dd>
0 commit comments