Skip to content

📦 Release @webref/idl@3.75.0#1877

Merged
tidoust merged 1 commit intomainfrom
release-idl-20260320072808771
Mar 25, 2026
Merged

📦 Release @webref/idl@3.75.0#1877
tidoust merged 1 commit intomainfrom
release-idl-20260320072808771

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 20, 2026

⚠ 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 6595bd4.

🧐 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.74.1. Merging this pull request will release v3.75.0. 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.

New repo files that are not yet in the released package:
+ container-timing.idl

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/css-mixins.idl packages/idl/css-mixins.idl
--- webref/node_modules/@webref/idl/css-mixins.idl
+++ packages/idl/css-mixins.idl
@@ -13,7 +13,7 @@
 dictionary FunctionParameter {
   required CSSOMString name;
   required CSSOMString type;
-  CSSOMString? defaultValue;
+  CSSOMString defaultValue;
 };
 
 [Exposed=Window]

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
@@ -531,6 +531,7 @@
   readonly attribute unsigned long videoHeight;
   [CEReactions, ReflectURL] attribute USVString poster;
   [CEReactions, Reflect] attribute boolean playsInline;
+
 };
 
 [Exposed=Window,
@@ -613,6 +614,7 @@
   attribute double volume;
   attribute boolean muted;
   [CEReactions, Reflect="muted"] attribute boolean defaultMuted;
+  [CEReactions] attribute DOMString loading;
 
   // tracks
   [SameObject] readonly attribute AudioTrackList audioTracks;

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
@@ -41,7 +41,8 @@
     "non-blocking"
 };
 
-partial interface Performance {  undefined clearResourceTimings ();
-  undefined setResourceTimingBufferSize (unsigned long maxSize);
-  attribute EventHandler onresourcetimingbufferfull;
-};
+partial interface Performance {
+      undefined clearResourceTimings ();
+      undefined setResourceTimingBufferSize (unsigned long maxSize);
+      attribute EventHandler onresourcetimingbufferfull;
+    };

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/webrtc-encoded-transform.idl packages/idl/webrtc-encoded-transform.idl
--- webref/node_modules/@webref/idl/webrtc-encoded-transform.idl
+++ packages/idl/webrtc-encoded-transform.idl
@@ -3,8 +3,8 @@
 // (https://github.com/w3c/webref)
 // Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/)
 
-typedef (SFrameSenderTransform or RTCRtpScriptTransform) RTCRtpSenderTransform;
-typedef (SFrameReceiverTransform or RTCRtpScriptTransform) RTCRtpReceiverTransform;
+typedef (RTCSFrameSenderTransform or RTCRtpScriptTransform) RTCRtpSenderTransform;
+typedef (RTCSFrameReceiverTransform or RTCRtpScriptTransform) RTCRtpReceiverTransform;
 
 // New methods for RTCRtpSender and RTCRtpReceiver
 partial interface RTCRtpSender {
@@ -42,16 +42,16 @@
 };
 
 [Exposed=Window]
-interface SFrameSenderTransform {
+interface RTCSFrameSenderTransform {
     constructor(optional SFrameTransformOptions options = {});
 };
-SFrameSenderTransform includes SFrameEncrypterManager;
+RTCSFrameSenderTransform includes SFrameEncrypterManager;
 
 [Exposed=Window]
-interface SFrameReceiverTransform : EventTarget {
+interface RTCSFrameReceiverTransform : EventTarget {
     constructor(optional SFrameTransformOptions options = {});
 };
-SFrameReceiverTransform includes SFrameDecrypterManager;
+RTCSFrameReceiverTransform includes SFrameDecrypterManager;
 
 [Exposed=(Window,DedicatedWorker)]
 interface SFrameEncrypterStream : EventTarget {

@github-actions github-actions bot force-pushed the release-idl-20260320072808771 branch from d8e60cc to 3303f86 Compare March 21, 2026 01:01
@github-actions github-actions bot changed the title 📦 Release @webref/idl@3.74.2 📦 Release @webref/idl@3.75.0 Mar 21, 2026
@github-actions github-actions bot force-pushed the release-idl-20260320072808771 branch 16 times, most recently from 989bab4 to d53f771 Compare March 25, 2026 01:06
@github-actions github-actions bot force-pushed the release-idl-20260320072808771 branch from d53f771 to 60ebc86 Compare March 25, 2026 06:55
@tidoust tidoust merged commit 44523f2 into main Mar 25, 2026
@tidoust tidoust deleted the release-idl-20260320072808771 branch March 25, 2026 07:14
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.

1 participant