-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Description
The css-pseudo ED currently says:
The highlight pseudo-elements can only be styled by a limited set of properties that do not affect layout.
…
ISSUE 1
Are there any other properties that should be included here?
Since none of the background sub-properties affect layout, it seems logical to allow them all, not just background-color.
Unlike border, outline and its sub-properties do not affect layout and should therefore be supported as well.
Iʼm pretty sure that most fill and stroke properties also qualify; theyʼre limited to stroke-color, fill-color and stroke-width at the moment.