Map link-selectors web-feature
#56504
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Feature:
link-selectorsReference: https://github.com/web-platform-dx/web-features/blob/main/features/link-selectors.yml
Note that this includes a "remapping" of
css/selectors/caret-color-visited-inheritance.htmlfromcaret-colortolink-selectors. I believe that test is more directly testing the behavior of:visited.Notable exclusions
Tests for
@scopefocusing oncss-cascadecss/css-cascade/scope-visited.htmlcss/css-cascade/scope-visited-cssom.htmlTests for
all,revert,unsetproperties focusing oncss-cascadecss/css-cascade/all-prop-initial-visited.htmlcss/css-cascade/all-prop-revert-visited.htmlcss/css-cascade/all-prop-unset-visited.htmlTests where
:visitedor:linkare used primarily as setup for testing other features (e.g., backgrounds, acid tests)acid/*css/CSS2/backgrounds/*Tests primarily about
:has()interaction with link pseudo-classes (mapped tohas)css/selectors/has-visited.htmlcss/selectors/invalidation/link-pseudo-in-has.htmlcss/selectors/invalidation/link-pseudo-class-in-has.htmlTests primarily about
:not()interaction with link pseudo-classes (mapped tonot)css/selectors/not-links.htmlNotable inclusions
Tests for privacy restrictions on
:visited(color, stroke, fill, emphasis).css/selectors/text-*-visited-inheritance.htmlcss/selectors/caret-color-visited-inheritance.html, This test was remapped fromcaret-colortolink-selectors:visitedstyles being restricted.Tests for partitioned visited links (privacy feature)
css/selectors/partitioned-visited-manual.tentative.htmlTests for invalidation of
:any-linkcss/selectors/invalidation/any-link-*.html