Skip to content

Conversation

github-actions[bot]
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 ad8f257.

🧐 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 23 times, most recently from 2146a64 to d060482 Compare October 21, 2025 18:55
@github-actions github-actions bot force-pushed the release-idl-20251015125244123 branch from d060482 to b2a527a Compare October 22, 2025 01:03
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.

0 participants