Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 3, 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 b8af877.

🧐 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.69.1. Merging this pull request will release v3.69.2. 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.idl packages/idl/css-conditional.idl
--- webref/node_modules/@webref/idl/css-conditional.idl
+++ packages/idl/css-conditional.idl
@@ -5,6 +5,7 @@
 
 partial interface CSSRule {
     const unsigned short SUPPORTS_RULE = 12;
+
 };
 
 [Exposed=Window]

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/css-fonts.idl packages/idl/css-fonts.idl
--- webref/node_modules/@webref/idl/css-fonts.idl
+++ packages/idl/css-fonts.idl
@@ -3,7 +3,8 @@
 // (https://github.com/w3c/webref)
 // Source: CSS Fonts Module Level 4 (https://drafts.csswg.org/css-fonts-4/)
 
-partial interface CSSRule {  const unsigned short FONT_FEATURE_VALUES_RULE = 14;
+partial interface CSSRule {
+  const unsigned short FONT_FEATURE_VALUES_RULE = 14;
 };
 [Exposed=Window]
 interface CSSFontFeatureValuesRule : CSSRule {
@@ -24,7 +25,8 @@
          (unsigned long or sequence<unsigned long>) values);
 };
 
-[Exposed=Window]interface CSSFontPaletteValuesRule : CSSRule {
+[Exposed=Window]
+interface CSSFontPaletteValuesRule : CSSRule {
   readonly attribute CSSOMString name;
   readonly attribute CSSOMString fontFamily;
   readonly attribute CSSOMString basePalette;

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
@@ -1624,7 +1624,7 @@
   DOMString? getName(CustomElementConstructor constructor);
   Promise<CustomElementConstructor> whenDefined(DOMString name);
   [CEReactions] undefined upgrade(Node root);
-  undefined initialize(Node root);
+  [CEReactions] undefined initialize(Node root);
 };
 
 callback CustomElementConstructor = HTMLElement ();
@@ -1807,6 +1807,18 @@
   [CEReactions] attribute DOMString popoverTargetAction;
 };
 
+[Exposed=*]
+interface Origin {
+  constructor();
+
+  static Origin from(any value);
+
+  readonly attribute boolean opaque;
+
+  boolean isSameOrigin(Origin other);
+  boolean isSameSite(Origin other);
+};
+
 [Global=Window,
  Exposed=Window,
  LegacyUnenumerableNamedProperties]
@@ -1985,6 +1997,7 @@
 interface NavigationTransition {
   readonly attribute NavigationType navigationType;
   readonly attribute NavigationHistoryEntry from;
+  readonly attribute NavigationDestination to;
   readonly attribute Promise<undefined> committed;
   readonly attribute Promise<undefined> finished;
 };

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/navigation-timing.idl packages/idl/navigation-timing.idl
--- webref/node_modules/@webref/idl/navigation-timing.idl
+++ packages/idl/navigation-timing.idl
@@ -17,6 +17,7 @@
     readonly        attribute unsigned short       redirectCount;
     readonly        attribute DOMHighResTimeStamp  criticalCHRestart;
     readonly        attribute NotRestoredReasons?  notRestoredReasons;
+    readonly        attribute PerformanceTimingConfidence confidence;
     [Default] object toJSON();
 };
 
@@ -27,6 +28,18 @@
 };
 
 [Exposed=Window]
+interface PerformanceTimingConfidence {
+    readonly attribute double randomizedTriggerRate;
+    readonly attribute PerformanceTimingConfidenceValue value;
+    object toJSON();
+};
+
+enum PerformanceTimingConfidenceValue {
+  "high",
+  "low"
+};
+
+[Exposed=Window]
 interface PerformanceTiming {
   readonly attribute unsigned long long navigationStart;
   readonly attribute unsigned long long unloadEventStart;

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/pointer-animations.idl packages/idl/pointer-animations.idl
--- webref/node_modules/@webref/idl/pointer-animations.idl
+++ packages/idl/pointer-animations.idl
@@ -1,7 +1,7 @@
 // GENERATED CONTENT - DO NOT EDIT
 // Content was automatically extracted by Reffy into webref
 // (https://github.com/w3c/webref)
-// Source: Pointer-driven Animations (https://drafts.csswg.org/pointer-animations-1/)
+// Source: Pointer-driven Animations Module Level 1 (https://drafts.csswg.org/pointer-animations-1/)
 
 enum PointerAxis {
   "block",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/resource-timing.idl packages/idl/resource-timing.idl
--- webref/node_modules/@webref/idl/resource-timing.idl
+++ packages/idl/resource-timing.idl
@@ -22,6 +22,10 @@
     readonly attribute DOMHighResTimeStamp firstInterimResponseStart;
     readonly attribute DOMHighResTimeStamp responseStart;
     readonly attribute DOMHighResTimeStamp responseEnd;
+    readonly attribute DOMHighResTimeStamp workerRouterEvaluationStart;
+    readonly attribute DOMHighResTimeStamp workerCacheLookupStart;
+    readonly attribute DOMString workerMatchedRouterSource;
+    readonly attribute DOMString workerFinalRouterSource;
     readonly attribute unsigned long long  transferSize;
     readonly attribute unsigned long long  encodedBodySize;
     readonly attribute unsigned long long  decodedBodySize;

@github-actions github-actions bot force-pushed the release-idl-20251203125425264 branch 2 times, most recently from cb7d7c6 to caa97dc Compare December 4, 2025 01:00
@github-actions github-actions bot force-pushed the release-idl-20251203125425264 branch 23 times, most recently from a8c80dd to 2e30b2c Compare December 11, 2025 00:59
@github-actions github-actions bot force-pushed the release-idl-20251203125425264 branch from 2e30b2c to c44c664 Compare December 11, 2025 06:52
@github-actions github-actions bot force-pushed the release-idl-20251203125425264 branch from c44c664 to 7e38f33 Compare December 11, 2025 12:54
@foolip foolip merged commit 7ac791c into main Dec 11, 2025
@foolip foolip deleted the release-idl-20251203125425264 branch December 11, 2025 17:52
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