Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions tools/drop-css-property-duplicates.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ const supersededBy = {
// specification in the css-backgrounds series.
'css-backgrounds': 'css-borders',

// css-forms-1 took over the `::file-selector-button`` pseudo-element from
// css-pseudo-4, see initial commit at:
// https://github.com/w3c/csswg-drafts/commit/7460e21886a7d7d3ee8b1b5c2dd6dd35973c578a
// The CSS Forms spec still says it's an unofficial draft as of March 2025,
// but spec is in good standing in browser-specs because some parts already
// ship in Chrome.
'css-pseudo': 'css-forms',

// The Selectors spec defines the ":fullscreen" selector, which is refined in
// Fullscreen. The Fullscreen definition should probably be flagged as non
// exported. Or turned into a reference to the Selectors spec.
Expand Down