DescriptionMultiple :hover/:active incorrectly matching in quirks mode.
:hover and :active should only match links when not accompanied by
other simple selectors in quirks mode. We failed to adhere for
combinations of :hover and :active. Instead of just checking there is
either a selector preceding or following in the compound, check if
there is a selector preceding or a selector following in the compound
which is neither :hover nor :active.
R=rob.buis@samsung.com
BUG=611090
Committed: https://crrev.com/8a262d51788ada7f1f9158049d3576c9b1b09b1a
Cr-Commit-Position: refs/heads/master@{#393090}
Patch Set 1 #Patch Set 2 : Fixed Windows compile error #
Total comments: 2
Messages
Total messages: 16 (6 generated)
|