Skip to content

Commit 6248d52

Browse files
Bump web-specs from 3.11.0 to 3.12.1 (#1283)
`intersection-observer-v2`: spec merged into the Intersection Observer spec w3c/browser-specs#1210 w3c/IntersectionObserver#523 Co-authored-by: Daniel D. Beck <[email protected]>
1 parent 75b1568 commit 6248d52

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

features/intersection-observer-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Intersection observer visibility tracking
22
description: The `trackVisibility` parameter for the `IntersectionObserver` constructor enables tracking the visibility of an element, to detect if it may be obscured by other content or visual effects. Also known as IntersectionObserver v2.
3-
spec: https://w3c.github.io/IntersectionObserver/v2/
3+
spec: https://w3c.github.io/IntersectionObserver/#calculate-visibility-algo
44
caniuse: intersectionobserver-v2
55
# TODO: Add the API to BCD and compute this status:
66
# https://github.com/mdn/browser-compat-data/issues/22862

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"tsx": "^4.16.0",
5151
"typescript": "^5.4.5",
5252
"unified": "^11.0.5",
53-
"web-specs": "^3.11.0",
53+
"web-specs": "^3.12.1",
5454
"winston": "^3.13.0",
5555
"yaml": "^2.4.5",
5656
"yargs": "^17.7.2"

scripts/specs.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ const defaultAllowlist: allowlistItem[] = [
2525
// "https://example.com/spec/",
2626
// "Allowed because…. Remove this exception when https://example.com/org/repo/pull/1234 merges."
2727
// ]
28-
[
29-
"https://w3c.github.io/IntersectionObserver/v2/",
30-
"Allowed because it's shipped in Chrome and tracked on caniuse.com. Remove this exception when https://github.com/w3c/browser-specs/pull/1210 merges."
31-
],
3228
[
3329
"https://wicg.github.io/controls-list/",
3430
"Allowed because it's shipped in Chrome. Remove this exception if https://github.com/whatwg/html/pull/6715 is merged."

0 commit comments

Comments
 (0)