Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 15, 2025

⚠ NEVER add commits to this pull request.

πŸ€– This pull request was automatically created to facilitate human review of @webref/idl changes triggered by curated data at 69aabfd.

🧐 Please review the diff below and version numbers. If all looks good, merge this pull request to release the changes to npm.

πŸ“¦ Latest released @webref/idl package was v3.68.2. Merging this pull request will release v3.68.3. Make sure that the bump is the right one for the changes.

✍ If any change needs to be made before release, do not add a commit to this pull request. Changes should rather be handled in a separate pull request and pushed to the main branch. You may leave this pull request open in the meantime, or close it. The pre-release job will automatically update this pull request or create a new one once the updates have made their way to the main branch.

πŸ›ˆ The actual change introduced by this pull request is a version bump in packages/idl/package.json. You do not need to review that change. The bumped version is not the version that will be released when this pull request is merged, but rather the version that will be released next time.

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/css-conditional-5.idl packages/idl/css-conditional-5.idl
--- webref/node_modules/@webref/idl/css-conditional-5.idl
+++ packages/idl/css-conditional-5.idl
@@ -8,3 +8,8 @@
   readonly attribute CSSOMString containerName;
   readonly attribute CSSOMString containerQuery;
 };
+
+[Exposed=Window]
+interface CSSSupportsConditionRule : CSSGroupingRule {
+  readonly attribute CSSOMString name;
+};

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/css-view-transitions.idl packages/idl/css-view-transitions.idl
--- webref/node_modules/@webref/idl/css-view-transitions.idl
+++ packages/idl/css-view-transitions.idl
@@ -38,6 +38,7 @@
   undefined skipTransition();
   attribute ViewTransitionTypeSet types;
   readonly attribute Element transitionRoot;
+  undefined waitUntil(Promise<any> promise);
 };
 
 [Exposed=Window]

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/event-timing.idl packages/idl/event-timing.idl
--- webref/node_modules/@webref/idl/event-timing.idl
+++ packages/idl/event-timing.idl
@@ -9,6 +9,7 @@
     readonly attribute DOMHighResTimeStamp processingEnd;
     readonly attribute boolean cancelable;
     readonly attribute Node? target;
+    readonly attribute DOMString targetSelector;
     readonly attribute unsigned long long interactionId;
     [Default] object toJSON();
 };

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/html.idl packages/idl/html.idl
--- webref/node_modules/@webref/idl/html.idl
+++ packages/idl/html.idl
@@ -1818,7 +1818,7 @@
   attribute DOMString name;
   [PutForwards=href, LegacyUnforgeable] readonly attribute Location location;
   readonly attribute History history;
-  readonly attribute Navigation navigation;
+  [Replaceable] readonly attribute Navigation navigation;
   readonly attribute CustomElementRegistry customElements;
   [Replaceable] readonly attribute BarProp locationbar;
   [Replaceable] readonly attribute BarProp menubar;

@github-actions github-actions bot force-pushed the release-idl-20251015125244123 branch 2 times, most recently from 70346d8 to 2c9705a Compare October 16, 2025 01:02
@github-actions github-actions bot force-pushed the release-idl-20251015125244123 branch 24 times, most recently from d060482 to b2a527a Compare October 22, 2025 01:03
@github-actions github-actions bot force-pushed the release-idl-20251015125244123 branch from b2a527a to 18696af Compare October 22, 2025 06:57
@tidoust tidoust merged commit e5a44fe into main Oct 22, 2025
@tidoust tidoust deleted the release-idl-20251015125244123 branch October 22, 2025 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants