Files
servo/components/script
J. Ryan Stinnett e3a256803d Look for relevant links while matching
Adjust the matching process to look for a "relevant link" while matching.  A
"relevant link" is the element being matched if it is a link or the nearest
ancestor link.

Matching for links now depends on the `VisitedHandlingMode`, which determines
whether all links match as if they are unvisited (the default) or if the
relevant link matches as visited (and all others remain unvisited).

If a relevant link is ever found for any selector, track this as part of the
`MatchingContext` object.  This is used in the next patch to determine if an
additional match and cascade should be performed to compute the styles when
visited.

MozReview-Commit-ID: 3xUbRo7vpuD
2017-05-24 18:07:24 -05:00
..
2016-12-08 08:50:35 -10:00
2017-02-03 13:33:37 +01:00
2017-05-19 20:33:02 -07:00
2017-05-18 18:44:07 +02:00
2016-12-08 08:50:35 -10:00
2016-12-14 18:04:37 -06:00
2017-05-02 17:35:45 -07:00