DescriptionHovered/active/focused will never share style with siblings/cousins.
For any given hovered/active node at a given time, other hovered/active nodes
are either ancestors or descendants of that node. Since style sharing is
looking at siblings and cousins, hovered/active nodes will never share style.
Similarly, there's always a single focused element in a document, hence it
will never share style with another node.
BUG=255189
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=153773
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|