Skip to content

Commit

Permalink
Merge branch 'main' into spec-url-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Dec 16, 2024
2 parents a512cd7 + 5b1ffee commit fea6ce6
Show file tree
Hide file tree
Showing 39 changed files with 846 additions and 2,415 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_bcd-utils_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
send_repo_dispatch_event:
runs-on: ubuntu-latest
if: github.repository == 'mdn/browser-compat-data'
steps:
- uses: actions/github-script@v7
with:
Expand Down
44 changes: 44 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# @mdn/browser-compat-data release notes

## [v5.6.24](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.24)

December 13, 2024

### Renamings

- `css.types.calc-constant` to `css.types.calc-keyword` ([#25395](https://github.com/mdn/browser-compat-data/pull/25395))
- `css.types.calc-constant.e` to `css.types.calc-keyword.e` ([#25395](https://github.com/mdn/browser-compat-data/pull/25395))
- `css.types.calc-constant.infinity` to `css.types.calc-keyword.infinity` ([#25395](https://github.com/mdn/browser-compat-data/pull/25395))
- `css.types.calc-constant.NaN` to `css.types.calc-keyword.NaN`([#25395](https://github.com/mdn/browser-compat-data/pull/25395))
- `css.types.calc-constant.pi` to `css.types.calc-keyword.pi` ([#25395](https://github.com/mdn/browser-compat-data/pull/25395))

### Removals

- `css.properties.offset-path.coord_box` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))

### Additions

- `css.properties.offset-anchor.bottom` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-anchor.center` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-anchor.left` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-anchor.right` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-anchor.top` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-path.border-box` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-path.content-box` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-path.fill-box` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-path.margin-box` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-path.none` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-path.padding-box` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-path.stroke-box` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-path.view-box` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-position.bottom` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-position.center` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-position.left` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-position.right` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))
- `css.properties.offset-position.top` ([#25385](https://github.com/mdn/browser-compat-data/pull/25385))

### Statistics

- 12 contributors have changed 22 files with 775 additions and 97 deletions in 21 commits ([`v5.6.23...v5.6.24`](https://github.com/mdn/browser-compat-data/compare/v5.6.23...v5.6.24))
- 16,780 total features
- 1,119 total contributors
- 5,031 total stargazers

## [v5.6.23](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.23)

December 10, 2024
Expand Down
1 change: 1 addition & 0 deletions api/DOMMatrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@
},
"invertSelf": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/DOMMatrix/invertSelf",
"spec_url": "https://drafts.fxtf.org/geometry/#dom-dommatrix-invertself",
"support": {
"chrome": {
Expand Down
1 change: 1 addition & 0 deletions api/DOMMatrixReadOnly.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@
"inverse": {
"__compat": {
"description": "`inverse()`",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/inverse",
"spec_url": "https://drafts.fxtf.org/geometry/#dom-dommatrixreadonly-inverse",
"support": {
"chrome": {
Expand Down
3 changes: 2 additions & 1 deletion api/Element.json
Original file line number Diff line number Diff line change
Expand Up @@ -9376,7 +9376,8 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": false,
"impl_url": "https://bugzil.la/403510"
},
"firefox_android": "mirror",
"ie": {
Expand Down
6 changes: 4 additions & 2 deletions api/HTMLInputElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,14 @@
],
"support": {
"chrome": {
"version_added": false
"version_added": false,
"impl_url": "https://crbug.com/368059226"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": false,
"impl_url": "https://bugzil.la/1919718"
},
"firefox_android": "mirror",
"ie": {
Expand Down
21 changes: 7 additions & 14 deletions api/MutationEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"MutationEvent": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MutationEvent",
"spec_url": "https://w3c.github.io/uievents/#interface-mutationevent",
"support": {
"chrome": {
"version_added": "1",
Expand Down Expand Up @@ -38,14 +37,13 @@
},
"status": {
"experimental": false,
"standard_track": true,
"standard_track": false,
"deprecated": true
}
},
"attrChange": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MutationEvent/attrChange",
"spec_url": "https://w3c.github.io/uievents/#dom-mutationevent-attrchange",
"support": {
"chrome": {
"version_added": "1",
Expand Down Expand Up @@ -80,15 +78,14 @@
},
"status": {
"experimental": false,
"standard_track": true,
"standard_track": false,
"deprecated": true
}
}
},
"attrName": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MutationEvent/attrName",
"spec_url": "https://w3c.github.io/uievents/#dom-mutationevent-attrname",
"support": {
"chrome": {
"version_added": "1",
Expand Down Expand Up @@ -123,15 +120,14 @@
},
"status": {
"experimental": false,
"standard_track": true,
"standard_track": false,
"deprecated": true
}
}
},
"initMutationEvent": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MutationEvent/initMutationEvent",
"spec_url": "https://w3c.github.io/uievents/#dom-mutationevent-initmutationevent",
"support": {
"chrome": {
"version_added": "1",
Expand Down Expand Up @@ -166,15 +162,14 @@
},
"status": {
"experimental": false,
"standard_track": true,
"standard_track": false,
"deprecated": true
}
}
},
"newValue": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MutationEvent/newValue",
"spec_url": "https://w3c.github.io/uievents/#dom-mutationevent-newvalue",
"support": {
"chrome": {
"version_added": "1",
Expand Down Expand Up @@ -209,15 +204,14 @@
},
"status": {
"experimental": false,
"standard_track": true,
"standard_track": false,
"deprecated": true
}
}
},
"prevValue": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MutationEvent/prevValue",
"spec_url": "https://w3c.github.io/uievents/#dom-mutationevent-prevvalue",
"support": {
"chrome": {
"version_added": "1",
Expand Down Expand Up @@ -252,15 +246,14 @@
},
"status": {
"experimental": false,
"standard_track": true,
"standard_track": false,
"deprecated": true
}
}
},
"relatedNode": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MutationEvent/relatedNode",
"spec_url": "https://w3c.github.io/uievents/#dom-mutationevent-relatednode",
"support": {
"chrome": {
"version_added": "1",
Expand Down Expand Up @@ -295,7 +288,7 @@
},
"status": {
"experimental": false,
"standard_track": true,
"standard_track": false,
"deprecated": true
}
}
Expand Down
3 changes: 1 addition & 2 deletions api/Navigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -4750,8 +4750,7 @@
"support": {
"chrome": {
"version_added": "81",
"partial_implementation": true,
"notes": "Windows and macOS only."
"notes": "Windows and macOS only. Linux offers no universal badging API on the operating system level."
},
"chrome_android": {
"version_added": false
Expand Down
2 changes: 1 addition & 1 deletion api/ReadableStreamBYOBReader.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
},
"chrome_android": "mirror",
"deno": {
"version_added": false
"version_added": "1.39"
},
"edge": "mirror",
"firefox": {
Expand Down
2 changes: 2 additions & 0 deletions api/SVGAnimatedBoolean.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
},
"animVal": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedBoolean/animVal",
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGAnimatedBoolean__animVal",
"tags": [
"web-features:smil-svg-animations"
Expand Down Expand Up @@ -90,6 +91,7 @@
},
"baseVal": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedBoolean/baseVal",
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGAnimatedBoolean__baseVal",
"tags": [
"web-features:smil-svg-animations"
Expand Down
2 changes: 2 additions & 0 deletions api/SVGAnimatedLengthList.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
},
"animVal": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedLengthList/animVal",
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGAnimatedLengthList__animVal",
"tags": [
"web-features:smil-svg-animations"
Expand Down Expand Up @@ -96,6 +97,7 @@
},
"baseVal": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedLengthList/baseVal",
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGAnimatedLengthList__baseVal",
"tags": [
"web-features:smil-svg-animations"
Expand Down
2 changes: 2 additions & 0 deletions api/SVGAnimatedNumber.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
},
"animVal": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedNumber/animVal",
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGAnimatedNumber__animVal",
"tags": [
"web-features:smil-svg-animations"
Expand Down Expand Up @@ -96,6 +97,7 @@
},
"baseVal": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedNumber/baseVal",
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGAnimatedNumber__baseVal",
"tags": [
"web-features:smil-svg-animations"
Expand Down
2 changes: 2 additions & 0 deletions api/SVGAnimatedRect.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
},
"animVal": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedRect/animVal",
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGAnimatedRect__animVal",
"tags": [
"web-features:smil-svg-animations"
Expand Down Expand Up @@ -96,6 +97,7 @@
},
"baseVal": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedRect/baseVal",
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGAnimatedRect__baseVal",
"tags": [
"web-features:smil-svg-animations"
Expand Down
7 changes: 7 additions & 0 deletions api/SVGAnimationElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
},
"beginElement": {
"__compat": {
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__beginElement",
"tags": [
"web-features:smil-svg-animations"
],
Expand Down Expand Up @@ -89,6 +90,7 @@
},
"beginElementAt": {
"__compat": {
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__beginElementAt",
"tags": [
"web-features:smil-svg-animations"
],
Expand Down Expand Up @@ -188,6 +190,7 @@
},
"endElement": {
"__compat": {
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__endElement",
"tags": [
"web-features:smil-svg-animations"
],
Expand Down Expand Up @@ -230,6 +233,7 @@
},
"endElementAt": {
"__compat": {
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__endElementAt",
"tags": [
"web-features:smil-svg-animations"
],
Expand Down Expand Up @@ -329,6 +333,7 @@
},
"getCurrentTime": {
"__compat": {
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__getCurrentTime",
"tags": [
"web-features:smil-svg-animations"
],
Expand Down Expand Up @@ -371,6 +376,7 @@
},
"getSimpleDuration": {
"__compat": {
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__getSimpleDuration",
"tags": [
"web-features:smil-svg-animations"
],
Expand Down Expand Up @@ -413,6 +419,7 @@
},
"getStartTime": {
"__compat": {
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__getStartTime",
"tags": [
"web-features:smil-svg-animations"
],
Expand Down
5 changes: 3 additions & 2 deletions browsers/safari.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,13 +328,14 @@
"18.1": {
"release_date": "2024-10-28",
"release_notes": "https://developer.apple.com/documentation/safari-release-notes/safari-18_1-release-notes",
"status": "current",
"status": "retired",
"engine": "WebKit",
"engine_version": "619.2.8"
},
"18.2": {
"release_date": "2024-12-11",
"release_notes": "https://developer.apple.com/documentation/safari-release-notes/safari-18_2-release-notes",
"status": "beta",
"status": "current",
"engine": "WebKit",
"engine_version": "620.1.16"
}
Expand Down
5 changes: 3 additions & 2 deletions browsers/safari_ios.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,13 +300,14 @@
"18.1": {
"release_date": "2024-10-28",
"release_notes": "https://developer.apple.com/documentation/safari-release-notes/safari-18_1-release-notes",
"status": "current",
"status": "retired",
"engine": "WebKit",
"engine_version": "619.2.8"
},
"18.2": {
"release_date": "2024-12-11",
"release_notes": "https://developer.apple.com/documentation/safari-release-notes/safari-18_2-release-notes",
"status": "beta",
"status": "current",
"engine": "WebKit",
"engine_version": "620.1.16"
}
Expand Down
Loading

0 comments on commit fea6ce6

Please sign in to comment.