We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1f13f commit 1f4fc96Copy full SHA for 1f4fc96
1 file changed
css-cascade-5/Overview.bs
@@ -860,9 +860,13 @@ Cascade Sorting Order</h3>
860
861
<dt id='style-attr'>The Style Attribute
862
<dd>
863
- Declarations that do not belong to a style rule
+ Separately for [=normal=] and [=important=] declarations,
864
+ declarations that are attached directly to an element
865
(such as the <a href="https://www.w3.org/TR/css-style-attr/#interpret">contents of a style attribute</a>)
- take precedence over declarations that do belong to a style rule.
866
+ rather than indirectly mapped by means of a style rule selector
867
+ take precedence over declarations the same [=importance=]
868
+ that are mapped via style rule.
869
+
870
<dt id='cascade-layering'>Layers
871
872
Declarations can be explicitly assigned to a [=cascade layer=].
0 commit comments