Skip to content

Commit 0ecd4cc

Browse files
delanfantasai
authored andcommitted
explicitly spec behaviour of registered customs with inherits = false
1 parent 5204dff commit 0ecd4cc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css-pseudo-4/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -796,8 +796,9 @@ Cascading and Per-Element Highlight Styles</h3>
796796
When any supported property is not given a value by the cascade,
797797
its value is determined by inheritance from
798798
the corresponding <a>highlight pseudo-element</a>
799-
of its <a>originating element</a>'s parent element
800-
(regardless of whether that property is an <a>inherited property</a>).
799+
of its <a>originating element</a>'s parent element.
800+
This occurs regardless of whether that property is an <a>inherited property</a>,
801+
including [=registered custom properties=] where the [=inherits descriptor=] is false.
801802

802803
<wpt>
803804
css/css-pseudo/active-selection-051.html

0 commit comments

Comments
 (0)