← back to v136 · partitioning-visited-links-history
conformance · v136
v136 · partitioning-visited-links-history — conformance probe
5 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.
0
pass
0
fail
0
blocked
5
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
visited-pseudo-class-supported |
The :visited pseudo-class is still supported as a selector — partitioning changes which links match, not the selector grammar. spec ↗ | css-supports | … | |
visited-style-restricted-color |
Computed style of an :visited rule must report the unvisited color when matching is suppressed — getComputedStyle never returns the post-visit color (anti-leak invariant). spec ↗ | script | … | |
link-pseudo-class-supported |
Sibling pseudo-class :link is supported — required for the :link/:visited dichotomy. spec ↗ | css-supports | … | |
anchor-element-href |
HTMLAnchorElement exposes href — the surface partitioning is applied to. | script | … | |
no-getmatchedcssrules |
window.getMatchedCSSRules has long been removed; with visited-links partitioning the inability to introspect matched :visited rules is reinforced. | script | … |