Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion features/draft/spec/svg-animations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ description: TODO
spec: https://svgwg.org/specs/animations/
compat_features:
- api.SVGDiscardElement
- svg.elements.discard

# The following features in the spec are already part of web-features:
# - SMIL SVG animations:
Expand Down
9 changes: 0 additions & 9 deletions features/draft/spec/svg-animations.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,4 @@ status:
baseline: false
support: {}
compat_features:
# baseline: false
# support:
# firefox: "136"
# firefox_android: "136"
- api.SVGDiscardElement

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support: {}
- svg.elements.discard
2 changes: 1 addition & 1 deletion features/draft/spec/webdriver-bidi.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ compat_features:
# firefox: "117"
# firefox_android: "117"
- webdriver.bidi.browser
- webdriver.bidi.browsingContext.create
- webdriver.bidi.browsingContext.fragmentNavigated_event

# baseline: false
Expand Down Expand Up @@ -198,7 +199,6 @@ compat_features:
# edge: "126"
- webdriver.bidi.browsingContext.contextCreated_event
- webdriver.bidi.browsingContext.contextDestroyed_event
- webdriver.bidi.browsingContext.create
- webdriver.bidi.browsingContext.locateNodes
- webdriver.bidi.browsingContext.navigate
- webdriver.bidi.browsingContext.navigationCommitted_event
Expand Down
4 changes: 3 additions & 1 deletion features/print-color-adjust.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
baseline: low
baseline_low_date: 2025-05-01
support:
chrome: "136"
chrome_android: "136"
edge: "136"
firefox: "97"
firefox_android: "97"
safari: "15.4"
Expand Down
7 changes: 7 additions & 0 deletions features/view-transitions.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,10 @@ compat_features:
# safari_ios: "18.2"
- api.PageRevealEvent.PageRevealEvent
- api.PageSwapEvent.PageSwapEvent

# baseline: false
# support:
# chrome: "137"
# chrome_android: "137"
# edge: "137"
- css.properties.view-transition-name.match-element
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@eslint/js": "^9.28.0",
"@js-temporal/polyfill": "^0.5.1",
"@mdn/browser-compat-data": "^6.0.19",
"@mdn/browser-compat-data": "^6.0.20",
"@types/caniuse-lite": "^1.0.4",
"@types/node": "^20.17.57",
"ajv": "^8.17.1",
Expand Down