diff --git a/tr/algorithms/webcodecs.json b/tr/algorithms/webcodecs.json index 13c5647fa919..40c3fad2bd91 100644 --- a/tr/algorithms/webcodecs.json +++ b/tr/algorithms/webcodecs.json @@ -296,6 +296,9 @@ ] } ] + }, + { + "html": "

Return \"processed\".

" } ] }, @@ -755,6 +758,9 @@ ] } ] + }, + { + "html": "

Return \"processed\".

" } ] }, @@ -1187,6 +1193,9 @@ ] } ] + }, + { + "html": "

Return \"processed\".

" } ] }, @@ -1664,6 +1673,9 @@ ] } ] + }, + { + "html": "

Return \"processed\".

" } ] }, @@ -2665,7 +2677,7 @@ "html": "

If image is not origin-clean, then throw a SecurityError DOMException.

" }, { - "html": "

Let frame be a new VideoFrame.

" + "html": "

Let frame be a new VideoFrame.

" }, { "html": "SVGImageElement", @@ -2681,10 +2693,16 @@ "html": "

Let resource be a new media resource containing a copy of image’s media data. If this is an animated image, image’s bitmap data MUST only be taken from the\ndefault image of the animation (the one that the format defines is\nto be used when animation is not supported or is disabled), or, if\nthere is no such image, the first frame of the animation.

" }, { - "html": "

Let width and height be the natural width and natural height of image.

" + "html": "

Let codedWidth and codedHeight be the width and height of resource.

" + }, + { + "html": "

Let baseRotation and baseFlip describe the rotation and flip of image relative to resource.

" }, { - "html": "

Run the Initialize Frame With Resource and Size algorithm with init, frame, resource, width, and height

" + "html": "

Let defaultDisplayWidth and defaultDisplayHeight be the natural width and natural height of image.

" + }, + { + "html": "

Run the Initialize Frame With Resource algorithm with init, frame, resource, codedWidth, codedHeight, baseRotation, baseFlip, defaultDisplayWidth,\nand defaultDisplayHeight.

" } ], "additional": [ @@ -2696,7 +2714,7 @@ "html": "

If image’s networkState attribute is NETWORK_EMPTY, then throw an InvalidStateError DOMException.

" }, { - "html": "

Let currentPlaybackFrame be the VideoFrame at the current\nplayback position.

" + "html": "

Let currentPlaybackFrame be the VideoFrame at the current\nplayback position.

" }, { "html": "

If metadata does not exist in init,\nassign currentPlaybackFrame.[[metadata]] to it.

" @@ -2720,12 +2738,12 @@ "html": "

Let width be image.width and height be image.height.

" }, { - "html": "

Run the Initialize Frame With Resource and Size algorithm with init, frame, resource, width, and height.

" + "html": "

Run the Initialize Frame With Resource algorithm with init, frame, resource, width, height, 0, false, width, and height.

" } ] }, { - "html": "VideoFrame", + "html": "VideoFrame", "rationale": "run", "steps": [ { @@ -2831,7 +2849,7 @@ "html": "

Let resourceVisibleTop be the top offset for the visible rectangle of resource.

" }, { - "html": "Let frame be a new VideoFrame object initialized as follows:", + "html": "Let frame be a new VideoFrame object initialized as follows:", "rationale": "assign", "steps": [ { @@ -2868,10 +2886,43 @@ ] }, { - "html": "

If init.displayWidth exists, assign\nit to [[display width]]. Otherwise, assign [[visible width]] to [[display width]].

" + "html": "

Assign the result of running the Parse Rotation algorithm,\nwith init.rotation, to [[rotation]].

" + }, + { + "html": "

Assign init.flip to [[flip]].

" }, { - "html": "

If init.displayHeight exists, assign\nit to [[display height]]. Otherwise, assign [[visible height]] to [[display height]].

" + "html": "

If displayWidth and displayHeight exist in init, assign\nthem to [[display width]] and [[display height]] respectively.

" + }, + { + "html": "Otherwise:", + "rationale": "if", + "steps": [ + { + "html": "If [[rotation]] is equal to 0 or 180:", + "rationale": "assign", + "steps": [ + { + "html": "

Assign [[visible width]] to [[display width]].

" + }, + { + "html": "

Assign [[visible height]] to [[display height]].

" + } + ] + }, + { + "html": "Otherwise:", + "rationale": "assign", + "steps": [ + { + "html": "

Assign [[visible height]] to [[display width]].

" + }, + { + "html": "

Assign [[visible width]] to [[display height]].

" + } + ] + } + ] }, { "html": "

Assign init’s timestamp and duration to [[timestamp]] and [[duration]] respectively.

" @@ -2880,7 +2931,7 @@ "html": "

Let colorSpace be undefined.

" }, { - "html": "

If init.colorSpace exists, assign its\nvalue to colorSpace.

" + "html": "

If init.colorSpace exists, assign its\nvalue to colorSpace.

" }, { "html": "

Assign init’s format to [[format]].

" @@ -2938,7 +2989,7 @@ "rationale": "assign", "steps": [ { - "html": "

Assign [[visible left]], [[visible top]], [[visible width]],\nand [[visible height]] to x, y, width, and height respectively.

" + "html": "

Assign [[visible left]], [[visible top]], [[visible width]],\nand [[visible height]] to x, y, width, and height respectively.

" } ] }, @@ -3130,7 +3181,7 @@ "rationale": "let", "steps": [ { - "html": "Let frame be a new VideoFrame, constructed as follows:", + "html": "Let frame be a new VideoFrame, constructed as follows:", "rationale": "assign", "steps": [ { @@ -3161,7 +3212,7 @@ "html": "

If displayAspectWidth and displayAspectHeight are provided,\nincrease displayWidth or displayHeight until the ratio of displayWidth to displayHeight matches the ratio of displayAspectWidth to displayAspectHeight.

" }, { - "html": "

Assign codedWidth, codedHeight, visibleLeft, visibleTop, visibleWidth, visibleHeight, displayWidth, and displayHeight to [[coded width]], [[coded height]], [[visible left]], [[visible top]], [[visible width]],\nand [[visible height]] respectively.

" + "html": "

Assign codedWidth, codedHeight, visibleLeft, visibleTop, visibleWidth, visibleHeight, displayWidth, and displayHeight to [[coded width]], [[coded height]], [[visible left]], [[visible top]], [[visible width]],\nand [[visible height]] respectively.

" }, { "html": "

Assign duration and timestamp to [[duration]] and [[timestamp]] respectively.

" @@ -3200,7 +3251,7 @@ "rationale": "if", "steps": [ { - "html": "If visibleRect exists:", + "html": "If visibleRect exists:", "rationale": "let", "steps": [ { @@ -3227,7 +3278,7 @@ "html": "

If codedWidth = 0 or codedHeight = 0,return false.

" }, { - "html": "

If only one of displayWidth or displayHeight exists, return false.

" + "html": "

If only one of displayWidth or displayHeight exists, return false.

" }, { "html": "

If displayWidth == 0 or displayHeight == 0, return false.

" @@ -3256,7 +3307,7 @@ "html": "

If visibleRect.x + visibleRect.width > codedWidth, return false.

" }, { - "html": "

If only one of displayWidth or displayHeight exists, return false.

" + "html": "

If only one of displayWidth or displayHeight exists, return false.

" }, { "html": "

If displayWidth = 0 or displayHeight = 0, return false.

" @@ -3297,16 +3348,19 @@ "html": "

Let defaultVisibleRect be the result of performing the getter steps\nfor visibleRect on otherFrame.

" }, { - "html": "

Let defaultDisplayWidth, and defaultDisplayHeight be otherFrame’s [[display width]], and [[display height]] respectively.

" + "html": "

Let baseRotation and baseFlip be otherFrame’s [[rotation]] and [[flip]], respectively.

" + }, + { + "html": "

Let defaultDisplayWidth and defaultDisplayHeight be otherFrame’s [[display width]] and [[display height]],\nrespectively.

" }, { - "html": "

Run the Initialize Visible Rect and Display Size algorithm with init, frame, defaultVisibleRect, defaultDisplayWidth, and defaultDisplayHeight.

" + "html": "

Run the Initialize Visible Rect, Orientation, and Display Size algorithm with init, frame, defaultVisibleRect, baseRotation, baseFlip, defaultDisplayWidth, and defaultDisplayHeight.

" }, { - "html": "

If duration exists in init, assign it to frame’s [[duration]]. Otherwise, assign otherFrame.duration to frame’s [[duration]].

" + "html": "

If duration exists in init, assign it to frame’s [[duration]]. Otherwise, assign otherFrame.duration to frame’s [[duration]].

" }, { - "html": "

If timestamp exists in init, assign it to frame’s [[timestamp]]. Otherwise, assign otherFrame’s timestamp to frame’s [[timestamp]].

" + "html": "

If timestamp exists in init, assign it to frame’s [[timestamp]]. Otherwise, assign otherFrame’s timestamp to frame’s [[timestamp]].

" }, { "html": "

Assign format to frame.[[format]].

" @@ -3317,8 +3371,8 @@ ] }, { - "name": "VideoFrame/Initialize Frame With Resource and Size", - "href": "https://www.w3.org/TR/webcodecs/#videoframe-initialize-frame-with-resource-and-size", + "name": "VideoFrame/Initialize Frame With Resource", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-initialize-frame-with-resource", "html": "", "rationale": "let", "steps": [ @@ -3344,13 +3398,13 @@ "html": "

Assign format to [[format]]

" }, { - "html": "

Assign width and height to frame’s [[coded width]] and [[coded height]] respectively.

" + "html": "

Assign codedWidth and codedHeight to frame’s [[coded width]] and [[coded height]] respectively.

" }, { - "html": "

Let defaultVisibleRect be a new DOMRect constructed with\n«[ \"x:\" → 0, \"y\" → 0, \"width\" → width, \"height\" → height

" + "html": "

Let defaultVisibleRect be a new DOMRect constructed with\n«[ \"x:\" → 0, \"y\" → 0, \"width\" → codedWidth, \"height\" → codedHeight

" }, { - "html": "

Run the Initialize Visible Rect and Display Size algorithm with init, frame, defaultVisibleRect, width, and height.

" + "html": "

Run the Initialize Visible Rect, Orientation, and Display Size algorithm with init, frame, defaultVisibleRect, defaultDisplayWidth, and defaultDisplayHeight.

" }, { "html": "

Assign init.duration to frame’s [[duration]].

" @@ -3367,8 +3421,8 @@ ] }, { - "name": "VideoFrame/Initialize Visible Rect and Display Size", - "href": "https://www.w3.org/TR/webcodecs/#videoframe-initialize-visible-rect-and-display-size", + "name": "VideoFrame/Initialize Visible Rect, Orientation, and Display Size", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-initialize-visible-rect-orientation-and-display-size", "html": "", "rationale": "let", "steps": [ @@ -3376,29 +3430,80 @@ "html": "

Let visibleRect be defaultVisibleRect.

" }, { - "html": "

If init.visibleRect exists, assign it to visibleRect.

" + "html": "

If init.visibleRect exists, assign it to visibleRect.

" }, { - "html": "

Assign visibleRect’s x, y, width,\nand height, to frame’s [[visible left]], [[visible top]], [[visible width]], and [[visible height]] respectively.

" + "html": "

Assign visibleRect’s x, y, width,\nand height, to frame’s [[visible left]], [[visible top]], [[visible width]], and [[visible height]] respectively.

" }, { - "html": "

If displayWidth and displayHeight exist in init, assign them to [[display width]] and [[display height]] respectively.

" + "html": "

Let rotation be the result of running the Parse Rotation algorithm, with init.rotation.

" + }, + { + "html": "

Assign the result of running the Add Rotations algorithm,\nwith baseRotation, baseFlip, and rotation, to frame’s [[rotation]].

" + }, + { + "html": "

If baseFlip is equal to init.flip, assign false to frame’s [[flip]]. Otherwise, assign true to frame’s [[flip]].

" + }, + { + "html": "

If displayWidth and displayHeight exist in init, assign them to [[display width]] and [[display height]] respectively.

" }, { "html": "Otherwise:", - "rationale": "let", + "rationale": "if", "steps": [ { - "html": "

Let widthScale be the result of dividing defaultDisplayWidth by defaultVisibleRect.width.

" + "html": "If baseRotation is equal to 0 or 180:", + "rationale": "let", + "steps": [ + { + "html": "

Let widthScale be the result of dividing defaultDisplayWidth by defaultVisibleRect.width.

" + }, + { + "html": "

Let heightScale be the result of dividing defaultDisplayHeight by defaultVisibleRect.height.

" + } + ] + }, + { + "html": "Otherwise:", + "rationale": "let", + "steps": [ + { + "html": "

Let widthScale be the result of dividing defaultDisplayHeight by defaultVisibleRect.width.

" + }, + { + "html": "

Let heightScale be the result of dividing defaultDisplayWidth by defaultVisibleRect.height.

" + } + ] + }, + { + "html": "

Let displayWidth be |frame|'s {{VideoFrame/[[visible width]]}} * |widthScale|, rounded\nto the nearest integer.

" }, { - "html": "

Let heightScale be the result of dividing defaultDisplayHeight by defaultVisibleRect.height.

" + "html": "

Let displayHeight be |frame|'s {{VideoFrame/[[visible height]]}} * |heightScale|,\nrounded to the nearest integer.

" }, { - "html": "

Multiply frame’s [[visible width]] by widthScale and round the result. Assign the rounded result to [[display width]].

" + "html": "If rotation is equal to 0 or 180:", + "rationale": "assign", + "steps": [ + { + "html": "

Assign displayWidth to frame’s [[display width]].

" + }, + { + "html": "

Assign displayHeight to frame’s [[display height]].

" + } + ] }, { - "html": "

Multiply frame’s [[visible height]] by heightScale and round the result. Assign the rounded result to frame’s [[display height]].

" + "html": "Otherwise:", + "rationale": "assign", + "steps": [ + { + "html": "

Assign displayHeight to frame’s [[display width]].

" + }, + { + "html": "

Assign displayWidth to frame’s [[display height]].

" + } + ] } ] } @@ -3411,7 +3516,7 @@ "rationale": "let", "steps": [ { - "html": "Let clone be a new VideoFrame initialized as follows:", + "html": "Let clone be a new VideoFrame initialized as follows:", "rationale": "let", "steps": [ { @@ -3449,13 +3554,50 @@ "html": "

Assign null to frame’s format.

" }, { - "html": "

Assign 0 to frame’s [[coded width]], [[coded height]], [[visible left]], [[visible top]], [[visible width]], [[visible height]], [[display width]],\nand [[display height]].

" + "html": "

Assign 0 to frame’s [[coded width]], [[coded height]], [[visible left]], [[visible top]], [[visible width]], [[visible height]], [[rotation]], [[display width]], and [[display height]].

" + }, + { + "html": "

Assign false to frame’s [[flip]].

" }, { "html": "

Assign a new VideoFrameMetadata to frame.[[metadata]].

" } ] }, + { + "name": "VideoFrame/Parse Rotation", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-parse-rotation", + "html": "", + "rationale": "let", + "steps": [ + { + "html": "

Let alignedRotation be the nearest multiple of 90 to rotation,\nrounding ties towards positive infinity.

" + }, + { + "html": "

Let fullTurns be the greatest multiple of 360 less than or equal to alignedRotation.

" + }, + { + "html": "

Return |alignedRotation| - |fullTurns|.

" + } + ] + }, + { + "name": "VideoFrame/Add Rotations", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-add-rotations", + "html": "", + "rationale": "if", + "steps": [ + { + "html": "

If baseFlip is false, let combinedRotation be |baseRotation| + |rotation|. Otherwise, let combinedRotation be |baseRotation| - |rotation|.

" + }, + { + "html": "

Let fullTurns be the greatest multiple of 360 less than or equal to combinedRotation.

" + }, + { + "html": "

Return |combinedRotation| - |fullTurns|.

" + } + ] + }, { "name": "VideoFrame/Parse VideoFrameCopyToOptions", "href": "https://www.w3.org/TR/webcodecs/#videoframe-parse-videoframecopytooptions", @@ -3469,7 +3611,7 @@ "html": "

Let overrideRect be undefined.

" }, { - "html": "

If options.rect exists, assign the\nvalue of options.rect to overrideRect.

" + "html": "

If options.rect exists, assign the\nvalue of options.rect to overrideRect.

" }, { "html": "

Let parsedRect be the result of running the Parse Visible\nRect algorithm with defaultRect, overrideRect, [[coded width]], [[coded height]], and [[format]].

" @@ -3481,13 +3623,13 @@ "html": "

Let optLayout be undefined.

" }, { - "html": "

If options.layout exists, assign\nits value to optLayout.

" + "html": "

If options.layout exists, assign\nits value to optLayout.

" }, { "html": "

Let format be undefined.

" }, { - "html": "

If options.format does not exist,\nassign [[format]] to format.

" + "html": "

If options.format does not exist,\nassign [[format]] to format.

" }, { "html": "

Otherwise, if options.format is equal to\none of RGBA, RGBX, BGRA, BGRX, then assign options.format to format,\notherwise return NotSupportedError.

" @@ -3755,7 +3897,7 @@ "html": "

This algorithm MUST be called only if format is equal to one of RGBA, RGBX, BGRA, BGRX.

" }, { - "html": "Let convertedFrame be a new VideoFrame, constructed as follows:", + "html": "Let convertedFrame be a new VideoFrame, constructed as follows:", "rationale": "assign", "steps": [ { @@ -3817,7 +3959,7 @@ "html": "

If value’s [[Detached]] is true, throw a DataCloneError DOMException.

" }, { - "html": "

For all VideoFrame internal slots in value, assign the value of\neach internal slot to a field in dataHolder with the same name as the\ninternal slot.

" + "html": "

For all VideoFrame internal slots in value, assign the value of\neach internal slot to a field in dataHolder with the same name as the\ninternal slot.

" }, { "html": "

Run the Close VideoFrame algorithm with value.

" @@ -3829,7 +3971,7 @@ "rationale": "for", "steps": [ { - "html": "

For all named fields in dataHolder, assign the value of each named\nfield to the VideoFrame internal slot in value with the same name\nas the named field.

" + "html": "

For all named fields in dataHolder, assign the value of each named\nfield to the VideoFrame internal slot in value with the same name\nas the named field.

" } ] }, @@ -3853,7 +3995,7 @@ "html": "

Assign newReference to serialized.[[resource reference]].

" }, { - "html": "

For all remaining VideoFrame internal slots (excluding [[resource reference]]) in value, assign the value of\neach internal slot to a field in serialized with the same name as the\ninternal slot.

" + "html": "

For all remaining VideoFrame internal slots (excluding [[resource reference]]) in value, assign the value of\neach internal slot to a field in serialized with the same name as the\ninternal slot.

" } ] }, @@ -3862,7 +4004,7 @@ "rationale": "for", "steps": [ { - "html": "

For all named fields in serialized, assign the value of each named\nfield to the VideoFrame internal slot in value with the same name\nas the named field.

" + "html": "

For all named fields in serialized, assign the value of each named\nfield to the VideoFrame internal slot in value with the same name\nas the named field.

" } ] }, @@ -3945,7 +4087,7 @@ "html": "

Assign null to [[codec implementation]].

" }, { - "html": "

If init.preferAnimation exists, assign init.preferAnimation to the [[prefer animation]] internal slot. Otherwise,\nassign 'null' to [[prefer animation]] internal slot.

" + "html": "

If init.preferAnimation exists, assign init.preferAnimation to the [[prefer animation]] internal slot. Otherwise,\nassign 'null' to [[prefer animation]] internal slot.

" }, { "html": "

Assign a new list to [[pending decode promises]].

" @@ -4799,10 +4941,10 @@ ] }, { - "html": "

If desiredWidth exists and desiredHeight does not exist, return false.

" + "html": "

If desiredWidth exists and desiredHeight does not exist, return false.

" }, { - "html": "

If desiredHeight exists and desiredWidth does not exist, return false.

" + "html": "

If desiredHeight exists and desiredWidth does not exist, return false.

" }, { "html": "

Return true.

" diff --git a/tr/algorithms/webdriver2.json b/tr/algorithms/webdriver2.json index 90f51e491f8e..e484512241a5 100644 --- a/tr/algorithms/webdriver2.json +++ b/tr/algorithms/webdriver2.json @@ -3905,7 +3905,7 @@ "html": "

Append resolvingFunctions.[[Resolve]] to\n arguments.\n\n

" }, { - "html": "

Let result be the result of calling\n execute a function body, with arguments\n body and arguments.\n\n

" + "html": "

Let scriptResult be the result of calling\n execute a function body, with arguments\n body and arguments.\n\n

" }, { "html": "

If scriptResult.[[Type]] is not normal, then reject\n promise with value scriptResult.[[Value]], and abort these steps.\n\n

" diff --git a/tr/dfns/webcodecs.json b/tr/dfns/webcodecs.json index 5ae1e49dad4a..f7121fbefd63 100644 --- a/tr/dfns/webcodecs.json +++ b/tr/dfns/webcodecs.json @@ -7836,6 +7836,48 @@ }, "definedIn": "pre" }, + { + "id": "dom-videoframeinit-rotation", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-rotation", + "linkingText": [ + "rotation" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "VideoFrameInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-videoframeinit-flip", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-flip", + "linkingText": [ + "flip" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "VideoFrameInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" + }, + "definedIn": "pre" + }, { "id": "dom-videoframeinit-displaywidth", "href": "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-displaywidth", @@ -8065,6 +8107,48 @@ }, "definedIn": "pre" }, + { + "id": "dom-videoframebufferinit-rotation", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframebufferinit-rotation", + "linkingText": [ + "rotation" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "VideoFrameBufferInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-videoframebufferinit-flip", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframebufferinit-flip", + "linkingText": [ + "flip" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "VideoFrameBufferInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" + }, + "definedIn": "pre" + }, { "id": "dom-videoframebufferinit-displaywidth", "href": "https://www.w3.org/TR/webcodecs/#dom-videoframebufferinit-displaywidth", @@ -8357,6 +8441,48 @@ }, "definedIn": "dt" }, + { + "id": "dom-videoframe-rotation-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-rotation-slot", + "linkingText": [ + "[[rotation]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "VideoFrame" + ], + "access": "public", + "informative": false, + "heading": { + "id": "videoframe-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-internal-slots", + "title": "Internal Slots", + "number": "9.4.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-videoframe-flip-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-flip-slot", + "linkingText": [ + "[[flip]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "VideoFrame" + ], + "access": "public", + "informative": false, + "heading": { + "id": "videoframe-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-internal-slots", + "title": "Internal Slots", + "number": "9.4.1" + }, + "definedIn": "dt" + }, { "id": "dom-videoframe-display-width-slot", "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-display-width-slot", @@ -8634,6 +8760,48 @@ }, "definedIn": "dt" }, + { + "id": "dom-videoframe-rotation", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-rotation", + "linkingText": [ + "rotation" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "VideoFrame" + ], + "access": "public", + "informative": false, + "heading": { + "id": "videoframe-attributes", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-attributes", + "title": "Attributes", + "number": "9.4.3" + }, + "definedIn": "dt" + }, + { + "id": "dom-videoframe-flip", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-flip", + "linkingText": [ + "flip" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "VideoFrame" + ], + "access": "public", + "informative": false, + "heading": { + "id": "videoframe-attributes", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-attributes", + "title": "Attributes", + "number": "9.4.3" + }, + "definedIn": "dt" + }, { "id": "dom-videoframe-displaywidth", "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-displaywidth", @@ -9152,10 +9320,10 @@ "definedIn": "dt" }, { - "id": "videoframe-initialize-frame-with-resource-and-size", - "href": "https://www.w3.org/TR/webcodecs/#videoframe-initialize-frame-with-resource-and-size", + "id": "videoframe-initialize-frame-with-resource", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-initialize-frame-with-resource", "linkingText": [ - "Initialize Frame With Resource and Size" + "Initialize Frame With Resource" ], "localLinkingText": [], "type": "dfn", @@ -9173,10 +9341,10 @@ "definedIn": "dt" }, { - "id": "videoframe-initialize-visible-rect-and-display-size", - "href": "https://www.w3.org/TR/webcodecs/#videoframe-initialize-visible-rect-and-display-size", + "id": "videoframe-initialize-visible-rect-orientation-and-display-size", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-initialize-visible-rect-orientation-and-display-size", "linkingText": [ - "Initialize Visible Rect and Display Size" + "Initialize Visible Rect, Orientation, and Display Size" ], "localLinkingText": [], "type": "dfn", @@ -9231,6 +9399,48 @@ }, "definedIn": "dt" }, + { + "id": "videoframe-parse-rotation", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-parse-rotation", + "linkingText": [ + "Parse Rotation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "VideoFrame" + ], + "access": "private", + "informative": false, + "heading": { + "id": "videoframe-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-algorithms", + "title": "Algorithms", + "number": "9.4.6" + }, + "definedIn": "dt" + }, + { + "id": "videoframe-add-rotations", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-add-rotations", + "linkingText": [ + "Add Rotations" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "VideoFrame" + ], + "access": "private", + "informative": false, + "heading": { + "id": "videoframe-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-algorithms", + "title": "Algorithms", + "number": "9.4.6" + }, + "definedIn": "dt" + }, { "id": "videoframe-parse-videoframecopytooptions", "href": "https://www.w3.org/TR/webcodecs/#videoframe-parse-videoframecopytooptions", diff --git a/tr/headings/core-aam-1.2.json b/tr/headings/core-aam-1.2.json index a8a6dfa875f9..886e93b5bc59 100644 --- a/tr/headings/core-aam-1.2.json +++ b/tr/headings/core-aam-1.2.json @@ -646,173 +646,187 @@ "title": "searchbox", "number": "4.4.3.71" }, + { + "id": "sectionfooter", + "href": "https://www.w3.org/TR/core-aam-1.2/#sectionfooter", + "level": 5, + "title": "sectionfooter", + "number": "4.4.3.72" + }, + { + "id": "sectionheader", + "href": "https://www.w3.org/TR/core-aam-1.2/#sectionheader", + "level": 5, + "title": "sectionheader", + "number": "4.4.3.73" + }, { "id": "separator-non-focusable", "href": "https://www.w3.org/TR/core-aam-1.2/#separator-non-focusable", "level": 5, "title": "separator (non-focusable)", - "number": "4.4.3.72" + "number": "4.4.3.74" }, { "id": "separator-focusable", "href": "https://www.w3.org/TR/core-aam-1.2/#separator-focusable", "level": 5, "title": "separator (focusable)", - "number": "4.4.3.73" + "number": "4.4.3.75" }, { "id": "slider", "href": "https://www.w3.org/TR/core-aam-1.2/#slider", "level": 5, "title": "slider", - "number": "4.4.3.74" + "number": "4.4.3.76" }, { "id": "spinbutton", "href": "https://www.w3.org/TR/core-aam-1.2/#spinbutton", "level": 5, "title": "spinbutton", - "number": "4.4.3.75" + "number": "4.4.3.77" }, { "id": "status", "href": "https://www.w3.org/TR/core-aam-1.2/#status", "level": 5, "title": "status", - "number": "4.4.3.76" + "number": "4.4.3.78" }, { "id": "strong", "href": "https://www.w3.org/TR/core-aam-1.2/#strong", "level": 5, "title": "strong", - "number": "4.4.3.77" + "number": "4.4.3.79" }, { "id": "subscript", "href": "https://www.w3.org/TR/core-aam-1.2/#subscript", "level": 5, "title": "subscript", - "number": "4.4.3.78" + "number": "4.4.3.80" }, { "id": "suggestion", "href": "https://www.w3.org/TR/core-aam-1.2/#suggestion", "level": 5, "title": "suggestion", - "number": "4.4.3.79" + "number": "4.4.3.81" }, { "id": "superscript", "href": "https://www.w3.org/TR/core-aam-1.2/#superscript", "level": 5, "title": "superscript", - "number": "4.4.3.80" + "number": "4.4.3.82" }, { "id": "switch", "href": "https://www.w3.org/TR/core-aam-1.2/#switch", "level": 5, "title": "switch", - "number": "4.4.3.81" + "number": "4.4.3.83" }, { "id": "tab", "href": "https://www.w3.org/TR/core-aam-1.2/#tab", "level": 5, "title": "tab", - "number": "4.4.3.82" + "number": "4.4.3.84" }, { "id": "table", "href": "https://www.w3.org/TR/core-aam-1.2/#table", "level": 5, "title": "table", - "number": "4.4.3.83" + "number": "4.4.3.85" }, { "id": "tablist", "href": "https://www.w3.org/TR/core-aam-1.2/#tablist", "level": 5, "title": "tablist", - "number": "4.4.3.84" + "number": "4.4.3.86" }, { "id": "tabpanel", "href": "https://www.w3.org/TR/core-aam-1.2/#tabpanel", "level": 5, "title": "tabpanel", - "number": "4.4.3.85" + "number": "4.4.3.87" }, { "id": "term", "href": "https://www.w3.org/TR/core-aam-1.2/#term", "level": 5, "title": "term", - "number": "4.4.3.86" + "number": "4.4.3.88" }, { "id": "textbox-when-aria-multiline-is-false", "href": "https://www.w3.org/TR/core-aam-1.2/#textbox-when-aria-multiline-is-false", "level": 5, "title": "textbox when aria-multiline is false", - "number": "4.4.3.87" + "number": "4.4.3.89" }, { "id": "textbox-when-aria-multiline-is-true", "href": "https://www.w3.org/TR/core-aam-1.2/#textbox-when-aria-multiline-is-true", "level": 5, "title": "textbox when aria-multiline is true", - "number": "4.4.3.88" + "number": "4.4.3.90" }, { "id": "time", "href": "https://www.w3.org/TR/core-aam-1.2/#time", "level": 5, "title": "time", - "number": "4.4.3.89" + "number": "4.4.3.91" }, { "id": "timer", "href": "https://www.w3.org/TR/core-aam-1.2/#timer", "level": 5, "title": "timer", - "number": "4.4.3.90" + "number": "4.4.3.92" }, { "id": "toolbar", "href": "https://www.w3.org/TR/core-aam-1.2/#toolbar", "level": 5, "title": "toolbar", - "number": "4.4.3.91" + "number": "4.4.3.93" }, { "id": "tooltip", "href": "https://www.w3.org/TR/core-aam-1.2/#tooltip", "level": 5, "title": "tooltip", - "number": "4.4.3.92" + "number": "4.4.3.94" }, { "id": "tree", "href": "https://www.w3.org/TR/core-aam-1.2/#tree", "level": 5, "title": "tree", - "number": "4.4.3.93" + "number": "4.4.3.95" }, { "id": "treegrid", "href": "https://www.w3.org/TR/core-aam-1.2/#treegrid", "level": 5, "title": "treegrid", - "number": "4.4.3.94" + "number": "4.4.3.96" }, { "id": "treeitem", "href": "https://www.w3.org/TR/core-aam-1.2/#treeitem", "level": 5, "title": "treeitem", - "number": "4.4.3.95" + "number": "4.4.3.97" }, { "id": "mapping_state-property", @@ -1798,7 +1812,7 @@ "id": "ack_group", "href": "https://www.w3.org/TR/core-aam-1.2/#ack_group", "level": 3, - "title": "Participants active in the ARIA WG at the time of publication", + "title": "ARIA WG participants at the time of publication", "number": "B.1" }, { diff --git a/tr/idl/webcodecs.idl b/tr/idl/webcodecs.idl index 99638b2911e5..f0331f50439f 100644 --- a/tr/idl/webcodecs.idl +++ b/tr/idl/webcodecs.idl @@ -317,6 +317,8 @@ interface VideoFrame { readonly attribute unsigned long codedHeight; readonly attribute DOMRectReadOnly? codedRect; readonly attribute DOMRectReadOnly? visibleRect; + readonly attribute double rotation; + readonly attribute boolean flip; readonly attribute unsigned long displayWidth; readonly attribute unsigned long displayHeight; readonly attribute unsigned long long? duration; // microseconds @@ -344,6 +346,9 @@ dictionary VideoFrameInit { // aspect ratio unless an explicit displayWidth and displayHeight are given. DOMRectInit visibleRect; + double rotation = 0; + boolean flip = false; + // Default matches image unless visibleRect is provided. [EnforceRange] unsigned long displayWidth; [EnforceRange] unsigned long displayHeight; @@ -364,6 +369,9 @@ dictionary VideoFrameBufferInit { // Default visible rect is coded size positioned at (0,0) DOMRectInit visibleRect; + double rotation = 0; + boolean flip = false; + // Default display dimensions match visibleRect. [EnforceRange] unsigned long displayWidth; [EnforceRange] unsigned long displayHeight; diff --git a/tr/ids/core-aam-1.2.json b/tr/ids/core-aam-1.2.json index 3ae3fd055847..06a5665d2a6f 100644 --- a/tr/ids/core-aam-1.2.json +++ b/tr/ids/core-aam-1.2.json @@ -207,6 +207,10 @@ "https://www.w3.org/TR/core-aam-1.2/#role-map-search", "https://www.w3.org/TR/core-aam-1.2/#searchbox", "https://www.w3.org/TR/core-aam-1.2/#role-map-searchbox", + "https://www.w3.org/TR/core-aam-1.2/#sectionfooter", + "https://www.w3.org/TR/core-aam-1.2/#role-map-sectionfooter", + "https://www.w3.org/TR/core-aam-1.2/#sectionheader", + "https://www.w3.org/TR/core-aam-1.2/#role-map-sectionheader", "https://www.w3.org/TR/core-aam-1.2/#separator-non-focusable", "https://www.w3.org/TR/core-aam-1.2/#role-map-separator", "https://www.w3.org/TR/core-aam-1.2/#separator-focusable", @@ -549,7 +553,7 @@ "https://www.w3.org/TR/core-aam-1.2/#b-acknowledgments", "https://www.w3.org/TR/core-aam-1.2/#gh-contributors", "https://www.w3.org/TR/core-aam-1.2/#ack_group", - "https://www.w3.org/TR/core-aam-1.2/#b-1-participants-active-in-the-aria-wg-at-the-time-of-publication", + "https://www.w3.org/TR/core-aam-1.2/#b-1-aria-wg-participants-at-the-time-of-publication", "https://www.w3.org/TR/core-aam-1.2/#ack_funders", "https://www.w3.org/TR/core-aam-1.2/#b-2-enabling-funders", "https://www.w3.org/TR/core-aam-1.2/#references", @@ -565,6 +569,7 @@ "https://www.w3.org/TR/core-aam-1.2/#informative-references", "https://www.w3.org/TR/core-aam-1.2/#c-2-informative-references", "https://www.w3.org/TR/core-aam-1.2/#bib-accname-1.2", + "https://www.w3.org/TR/core-aam-1.2/#bib-at-spi", "https://www.w3.org/TR/core-aam-1.2/#bib-atk", "https://www.w3.org/TR/core-aam-1.2/#bib-axapi", "https://www.w3.org/TR/core-aam-1.2/#bib-core-aam-1.1", diff --git a/tr/ids/sparql12-update.json b/tr/ids/sparql12-update.json index 13f0a986e658..d64290555a19 100644 --- a/tr/ids/sparql12-update.json +++ b/tr/ids/sparql12-update.json @@ -46,7 +46,7 @@ "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-groupgraphpattern-2", "https://www.w3.org/TR/sparql12-update/#graphStore", "https://www.w3.org/TR/sparql12-update/#x2-the-graph-store", - "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-rdf-dataset-1", + "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-rdf-dataset-0-1", "https://www.w3.org/TR/sparql12-update/#graphStoreQueryServices", "https://www.w3.org/TR/sparql12-update/#x2-1-graph-store-and-sparql-query-services", "https://www.w3.org/TR/sparql12-update/#updateServices", @@ -98,7 +98,7 @@ "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-quadpattern-4", "https://www.w3.org/TR/sparql12-update/#defUSING", "https://www.w3.org/TR/sparql12-update/#defUSINGNAMED", - "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-rdf-dataset-0-1", + "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-rdf-dataset-1-1", "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-rdf-datasets-in-the-sparql-1-2-query-language-1", "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-groupgraphpattern-4", "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-groupgraphpattern-5", @@ -138,11 +138,18 @@ "https://www.w3.org/TR/sparql12-update/#x3-1-4-load", "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-iriref-9", "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-iriref-10", + "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-rdf-graph-1", + "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-merged-1", + "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-rdf-dataset-1", + "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-merged-0-1", + "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-rdf-dataset-0-2", + "https://www.w3.org/TR/sparql12-update/#context-triples", + "https://www.w3.org/TR/sparql12-update/#h-note-0", "https://www.w3.org/TR/sparql12-update/#clear", "https://www.w3.org/TR/sparql12-update/#x3-1-5-clear", "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-iriref-11", "https://www.w3.org/TR/sparql12-update/#issue-container-generatedID-0", - "https://www.w3.org/TR/sparql12-update/#h-note-0", + "https://www.w3.org/TR/sparql12-update/#h-note-1", "https://www.w3.org/TR/sparql12-update/#graphManagement", "https://www.w3.org/TR/sparql12-update/#x3-2-graph-management", "https://www.w3.org/TR/sparql12-update/#create", @@ -182,22 +189,22 @@ "https://www.w3.org/TR/sparql12-update/#def_graphstore", "https://www.w3.org/TR/sparql12-update/#x4-1-1-graph-store", "https://www.w3.org/TR/sparql12-update/#defn_graphStore", - "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-rdf-dataset-2", + "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-rdf-dataset-0-3", "https://www.w3.org/TR/sparql12-update/#issue-container-generatedID-1", - "https://www.w3.org/TR/sparql12-update/#h-note-1", + "https://www.w3.org/TR/sparql12-update/#h-note-2", "https://www.w3.org/TR/sparql12-update/#def_updateoperation", "https://www.w3.org/TR/sparql12-update/#x4-1-2-abstract-update-operation", "https://www.w3.org/TR/sparql12-update/#defn_updateOperation", "https://www.w3.org/TR/sparql12-update/#formalModelAuxiliary", "https://www.w3.org/TR/sparql12-update/#x4-2-auxiliary-definitions", - "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-rdf-dataset-0-2", + "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-rdf-dataset-1-2", "https://www.w3.org/TR/sparql12-update/#issue-container-generatedID-2", - "https://www.w3.org/TR/sparql12-update/#h-note-2", + "https://www.w3.org/TR/sparql12-update/#h-note-3", "https://www.w3.org/TR/sparql12-update/#def_datasetUnion", "https://www.w3.org/TR/sparql12-update/#x4-2-1-dataset-union", "https://www.w3.org/TR/sparql12-update/#defn_datasetUnion", "https://www.w3.org/TR/sparql12-update/#issue-container-generatedID-3", - "https://www.w3.org/TR/sparql12-update/#h-note-3", + "https://www.w3.org/TR/sparql12-update/#h-note-4", "https://www.w3.org/TR/sparql12-update/#def_datasetDiff", "https://www.w3.org/TR/sparql12-update/#x4-2-2-dataset-diff", "https://www.w3.org/TR/sparql12-update/#defn_datasetDiff", @@ -240,18 +247,19 @@ "https://www.w3.org/TR/sparql12-update/#def_loadoperation", "https://www.w3.org/TR/sparql12-update/#x4-3-4-load-operation", "https://www.w3.org/TR/sparql12-update/#defn_loadOperation", + "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-merged-0-2", "https://www.w3.org/TR/sparql12-update/#def_clearOperation", "https://www.w3.org/TR/sparql12-update/#x4-3-5-clear-operation", "https://www.w3.org/TR/sparql12-update/#defn_clearOperation", "https://www.w3.org/TR/sparql12-update/#issue-container-generatedID-4", - "https://www.w3.org/TR/sparql12-update/#h-note-4", + "https://www.w3.org/TR/sparql12-update/#h-note-5", "https://www.w3.org/TR/sparql12-update/#formalModelGraphMgt", "https://www.w3.org/TR/sparql12-update/#x4-4-graph-management-operations", "https://www.w3.org/TR/sparql12-update/#def_createOperation", "https://www.w3.org/TR/sparql12-update/#x4-4-1-create-operation", "https://www.w3.org/TR/sparql12-update/#defn_createOperation", "https://www.w3.org/TR/sparql12-update/#issue-container-generatedID-5", - "https://www.w3.org/TR/sparql12-update/#h-note-5", + "https://www.w3.org/TR/sparql12-update/#h-note-6", "https://www.w3.org/TR/sparql12-update/#def_dropOperation", "https://www.w3.org/TR/sparql12-update/#x4-4-2-drop-operation", "https://www.w3.org/TR/sparql12-update/#defn_dropOperation", @@ -260,7 +268,7 @@ "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-usingclause-1", "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-usingclause-2", "https://www.w3.org/TR/sparql12-update/#issue-container-generatedID-6", - "https://www.w3.org/TR/sparql12-update/#h-note-6", + "https://www.w3.org/TR/sparql12-update/#h-note-7", "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-rdf-datasets-in-the-sparql-1-2-query-language-2", "https://www.w3.org/TR/sparql12-update/#conformance", "https://www.w3.org/TR/sparql12-update/#x5-conformance", @@ -288,8 +296,12 @@ "https://www.w3.org/TR/sparql12-update/#index-defined-elsewhere", "https://www.w3.org/TR/sparql12-update/#e-2-terms-defined-by-reference", "https://www.w3.org/TR/sparql12-update/#index-term-asserted-triples", + "https://www.w3.org/TR/sparql12-update/#index-term-rdf-dataset", + "https://www.w3.org/TR/sparql12-update/#index-term-rdf-graph", "https://www.w3.org/TR/sparql12-update/#index-term-reifying-triples", "https://www.w3.org/TR/sparql12-update/#index-term-valid-rdf-triples", + "https://www.w3.org/TR/sparql12-update/#index-term-merged", + "https://www.w3.org/TR/sparql12-update/#index-term-merged-0", "https://www.w3.org/TR/sparql12-update/#index-term-service", "https://www.w3.org/TR/sparql12-update/#index-term-constructtriples", "https://www.w3.org/TR/sparql12-update/#index-term-deleteclause", @@ -299,8 +311,8 @@ "https://www.w3.org/TR/sparql12-update/#index-term-iriref", "https://www.w3.org/TR/sparql12-update/#index-term-quaddata", "https://www.w3.org/TR/sparql12-update/#index-term-quadpattern", - "https://www.w3.org/TR/sparql12-update/#index-term-rdf-dataset", "https://www.w3.org/TR/sparql12-update/#index-term-rdf-dataset-0", + "https://www.w3.org/TR/sparql12-update/#index-term-rdf-dataset-1", "https://www.w3.org/TR/sparql12-update/#index-term-rdf-datasets-in-the-sparql-1-2-query-language", "https://www.w3.org/TR/sparql12-update/#index-term-remarks-on-scoping-of-blank-nodes-within-requests-in-the-sparql-grammar", "https://www.w3.org/TR/sparql12-update/#index-term-solution-mapping", @@ -318,6 +330,7 @@ "https://www.w3.org/TR/sparql12-update/#normative-references", "https://www.w3.org/TR/sparql12-update/#f-1-normative-references", "https://www.w3.org/TR/sparql12-update/#bib-rdf12-concepts", + "https://www.w3.org/TR/sparql12-update/#bib-rdf12-semantics", "https://www.w3.org/TR/sparql12-update/#bib-rfc2119", "https://www.w3.org/TR/sparql12-update/#bib-rfc3629", "https://www.w3.org/TR/sparql12-update/#bib-rfc8174", @@ -329,6 +342,8 @@ "https://www.w3.org/TR/sparql12-update/#bib-unicode", "https://www.w3.org/TR/sparql12-update/#informative-references", "https://www.w3.org/TR/sparql12-update/#f-2-informative-references", + "https://www.w3.org/TR/sparql12-update/#bib-json-ld11", + "https://www.w3.org/TR/sparql12-update/#bib-rdf12-n-quads", "https://www.w3.org/TR/sparql12-update/#bib-sparql12-concepts", "https://www.w3.org/TR/sparql12-update/#bib-sparql12-new", "https://www.w3.org/TR/sparql12-update/#bib-sparql12-results-csv-tsv", diff --git a/tr/ids/webcodecs.json b/tr/ids/webcodecs.json index 6433c50937cf..73830f601a35 100644 --- a/tr/ids/webcodecs.json +++ b/tr/ids/webcodecs.json @@ -2160,8 +2160,8 @@ "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-audiosampleformat%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiosampleformat-f32-planar%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiosampleformat-f32-planar%E2%91%A1", - "https://www.w3.org/TR/webcodecs/#ref-for-audiobuffer", - "https://www.w3.org/TR/webcodecs/#ref-for-audioworklet", + "https://www.w3.org/TR/webcodecs/#ref-for-AudioBuffer", + "https://www.w3.org/TR/webcodecs/#ref-for-AudioWorklet", "https://www.w3.org/TR/webcodecs/#audio-sample-formats", "https://www.w3.org/TR/webcodecs/#ref-for-interleaved%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-planar%E2%91%A1", @@ -2291,6 +2291,10 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedrect", "https://www.w3.org/TR/webcodecs/#ref-for-domrectreadonly%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-double%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-rotation", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-flip", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-displaywidth%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A3", @@ -2328,6 +2332,10 @@ "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-alpha", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-domrectinit", "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-visiblerect", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-double%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-rotation", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-flip", "https://www.w3.org/TR/webcodecs/#ref-for-EnforceRange%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-displaywidth", @@ -2356,6 +2364,10 @@ "https://www.w3.org/TR/webcodecs/#dom-videoframebufferinit-layout", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-domrectinit%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videoframebufferinit-visiblerect", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-double%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#dom-videoframebufferinit-rotation", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#dom-videoframebufferinit-flip", "https://www.w3.org/TR/webcodecs/#ref-for-EnforceRange%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/webcodecs/#dom-videoframebufferinit-displaywidth", @@ -2388,16 +2400,20 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-left-slot", "https://www.w3.org/TR/webcodecs/#dom-videoframe-visible-height-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-top-slot", - "https://www.w3.org/TR/webcodecs/#dom-videoframe-display-width-slot", + "https://www.w3.org/TR/webcodecs/#dom-videoframe-rotation-slot", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/webcodecs/#dom-videoframe-display-height-slot", + "https://www.w3.org/TR/webcodecs/#dom-videoframe-flip-slot", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#dom-videoframe-display-width-slot", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#dom-videoframe-display-height-slot", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-videoframe-duration-slot", "https://www.w3.org/TR/webcodecs/#ref-for-encodedvideochunk%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-videoframe-timestamp-slot", "https://www.w3.org/TR/webcodecs/#ref-for-encodedvideochunk%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webcodecs/#dom-videoframe-color-space-slot", "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A7", "https://www.w3.org/TR/webcodecs/#dom-videoframe-metadata-slot", @@ -2411,9 +2427,9 @@ "https://www.w3.org/TR/webcodecs/#ref-for-the-image-argument-is-not-origin-clean", "https://www.w3.org/TR/webcodecs/#ref-for-securityerror", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-canvasimagesource%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-videoencoder%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-timestamp%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-framerate%E2%91%A5", @@ -2429,13 +2445,13 @@ "https://www.w3.org/TR/webcodecs/#ref-for-concept-imagebitmap-bitmap-data", "https://www.w3.org/TR/webcodecs/#ref-for-natural-width", "https://www.w3.org/TR/webcodecs/#ref-for-natural-height", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe-initialize-frame-with-resource-and-size", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe-initialize-frame-with-resource", "https://www.w3.org/TR/webcodecs/#ref-for-htmlvideoelement", "https://www.w3.org/TR/webcodecs/#ref-for-dom-media-networkstate", "https://www.w3.org/TR/webcodecs/#ref-for-dom-media-network_empty", "https://www.w3.org/TR/webcodecs/#ref-for-invalidstateerror%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-current-playback-position", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframeinit-metadata", "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A8", @@ -2449,8 +2465,8 @@ "https://www.w3.org/TR/webcodecs/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-media-resource%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-concept-imagebitmap-bitmap-data%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe-initialize-frame-with-resource-and-size%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe-initialize-frame-with-resource%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe-initialize-frame-from-other-frame%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videoframe-videoframe-data-init", "https://www.w3.org/TR/webcodecs/#ref-for-valid-videoframebufferinit", @@ -2489,7 +2505,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframebufferinit-transfer%E2%91%A2", "https://www.w3.org/TR/webcodecs/#issue-4948f268", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-coded-width-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-coded-height-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-left-slot%E2%91%A0", @@ -2506,22 +2522,31 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-width-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-coded-height-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-height-slot%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe-parse-rotation", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframebufferinit-rotation", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-rotation-slot", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframebufferinit-flip", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-flip-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframebufferinit-displaywidth", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframebufferinit-displayheight", "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-width-slot", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-height-slot", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-rotation-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-width-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-width-slot%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframebufferinit-displayheight", - "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-height-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-height-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-height-slot%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-height-slot%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-width-slot%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-width-slot%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-height-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframebufferinit-timestamp", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframebufferinit-duration", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-timestamp-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-duration-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframebufferinit-colorspace", - "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframebufferinit-format%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-format-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe-pick-color-space", @@ -2539,12 +2564,12 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-format-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-videoframe-codedwidth", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A1", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-coded-width-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videoframe-codedheight", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-coded-height-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videoframe-codedrect", @@ -2570,32 +2595,41 @@ "https://www.w3.org/TR/webcodecs/#dom-videoframe-visiblerect", "https://www.w3.org/TR/webcodecs/#ref-for-domrectreadonly%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-domrectreadonly%E2%91%A5", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-detached%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-domrectreadonly%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-left-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-top-slot%E2%91%A1", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-width-slot%E2%91%A3", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-height-slot%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-width-slot%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-height-slot%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectreadonly-x%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectreadonly-y%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectreadonly-width%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectreadonly-height%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#dom-videoframe-rotation", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-double%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-rotation%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-rotation-slot%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#dom-videoframe-flip", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-flip%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-flip-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videoframe-displaywidth", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-displaywidth%E2%91%A1", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-width-slot%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-width-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-videoframe-displayheight", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-displayheight%E2%91%A1", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-height-slot%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-height-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-videoframe-timestamp", "https://www.w3.org/TR/webcodecs/#ref-for-idl-long-long%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-encodedvideochunk%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-encodedvideochunk%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-timestamp%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-timestamp-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videoframe-duration", @@ -2644,9 +2678,9 @@ "https://www.w3.org/TR/webcodecs/#ref-for-combined-buffer-layout-allocationsize%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videoframe-copyto", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframecopytooptions-format", - "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-this%E2%91%A6", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-format%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-copyto%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-detached%E2%91%A1%E2%91%A1", @@ -2688,7 +2722,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-computed-plane-layout-destinationstride", "https://www.w3.org/TR/webcodecs/#ref-for-queue-a-task%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webcodecs/#dom-videoframe-clone", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-media-resource%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-detached%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-invalidstateerror%E2%91%A1%E2%91%A3", @@ -2708,7 +2742,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-metadata-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#videoframe-algorithms", "https://www.w3.org/TR/webcodecs/#create-a-videoframe", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-detached%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-media-resource%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A0", @@ -2719,8 +2753,8 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-coded-height-slot%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-left-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-top-slot%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-width-slot%E2%91%A4", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-height-slot%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-width-slot%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-height-slot%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-duration-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-timestamp-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-color-space-slot%E2%91%A1", @@ -2734,7 +2768,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-rec709-color-space", "https://www.w3.org/TR/webcodecs/#validate-videoframeinit", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframeinit-visiblerect", - "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe-verify-rect-offset-alignment", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframeinit-visiblerect%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframeinit-visiblerect%E2%91%A1", @@ -2751,7 +2785,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-width%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframeinit-displaywidth", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframeinit-displayheight", - "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframeinit-displaywidth%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframeinit-displayheight%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videoframebufferinit%E2%91%A0", @@ -2771,7 +2805,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframebufferinit-codedwidth%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframebufferinit-displaywidth%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframebufferinit-displayheight%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframebufferinit-displaywidth%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframebufferinit-displayheight%E2%91%A1", "https://www.w3.org/TR/webcodecs/#videoframe-initialize-frame-from-other-frame", @@ -2791,16 +2825,18 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-colorspace%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-width-slot%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-height-slot%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe-initialize-visible-rect-and-display-size", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-rotation-slot%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-flip-slot%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-width-slot%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-height-slot%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe-initialize-visible-rect-orientation-and-display-size", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframeinit-duration", - "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-duration-slot%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-duration%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-duration-slot%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframeinit-timestamp%E2%91%A1", - "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-timestamp-slot%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-timestamp%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-timestamp-slot%E2%91%A4", @@ -2808,7 +2844,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-videoframe-copy-videoframe-metadata%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframeinit-metadata%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-metadata-slot%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#videoframe-initialize-frame-with-resource-and-size", + "https://www.w3.org/TR/webcodecs/#videoframe-initialize-frame-with-resource", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videopixelformat%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videopixelformat%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-validate-videoframeinit%E2%91%A0", @@ -2821,7 +2857,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-coded-width-slot%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-coded-height-slot%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-domrect", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe-initialize-visible-rect-and-display-size%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe-initialize-visible-rect-orientation-and-display-size%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframeinit-duration%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-duration-slot%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframeinit-timestamp%E2%91%A2", @@ -2831,30 +2867,39 @@ "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videocolorspaceinit%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-color-space-slot%E2%91%A3", - "https://www.w3.org/TR/webcodecs/#videoframe-initialize-visible-rect-and-display-size", + "https://www.w3.org/TR/webcodecs/#videoframe-initialize-visible-rect-orientation-and-display-size", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframeinit-visiblerect%E2%91%A7", - "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrect-x", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrect-y", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrect-width", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrect-height", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-left-slot%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-top-slot%E2%91%A3", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-width-slot%E2%91%A5", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-height-slot%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-width-slot%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-height-slot%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe-parse-rotation%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframeinit-rotation", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe-add-rotations", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-rotation-slot%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframeinit-flip", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-flip-slot%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-flip-slot%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframeinit-displaywidth%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframeinit-displayheight%E2%91%A1", - "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-width-slot%E2%91%A3", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-height-slot%E2%91%A3", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrect-width%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrect-height%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-width-slot%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-width-slot%E2%91%A4", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-height-slot%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-height-slot%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrect-width%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrect-height%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrect-width%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrect-height%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-width-slot%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-height-slot%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-width-slot%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-height-slot%E2%91%A6", "https://www.w3.org/TR/webcodecs/#clone-videoframe", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-media-resource%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A5", @@ -2868,23 +2913,27 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-top-slot%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-width-slot%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-height-slot%E2%91%A7", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-width-slot%E2%91%A5", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-height-slot%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-rotation-slot%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-width-slot%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-display-height-slot%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-flip-slot%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videoframemetadata%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-metadata-slot%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#videoframe-parse-rotation", + "https://www.w3.org/TR/webcodecs/#videoframe-add-rotations", "https://www.w3.org/TR/webcodecs/#videoframe-parse-videoframecopytooptions", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframecopytooptions-rect", - "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframecopytooptions-rect%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe-parse-visible-rect%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-coded-width-slot%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-coded-height-slot%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-format-slot%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframecopytooptions-layout", - "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframecopytooptions-format%E2%91%A3", - "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-format-slot%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframecopytooptions-format%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-rgba%E2%91%A0", @@ -2960,7 +3009,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-rgbx%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-bgra%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-bgrx%E2%91%A1", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-detached%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-format-slot%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-width-slot%E2%91%A8", @@ -2987,19 +3036,19 @@ "https://www.w3.org/TR/webcodecs/#ref-for-structuredserialize", "https://www.w3.org/TR/webcodecs/#ref-for-structureddeserialize", "https://www.w3.org/TR/webcodecs/#ref-for-current-realm", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/webcodecs/#videoframe-transfer-serialization", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-transfer-steps%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-detached%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-datacloneerror%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-close-videoframe%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-transfer-receiving-steps%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A4%E2%91%A4", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-serialization-steps%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-detached%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-datacloneerror%E2%91%A0%E2%91%A3", @@ -3007,19 +3056,24 @@ "https://www.w3.org/TR/webcodecs/#ref-for-datacloneerror%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-media-resource%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-deserialization-steps%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/webcodecs/#videoframe-rendering", "https://www.w3.org/TR/webcodecs/#ref-for-canvasdrawimage%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-context-2d-drawimage%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-imagebitmap%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-imagebitmapoptions", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagebitmapoptions-colorspaceconversion", "https://www.w3.org/TR/webcodecs/#ref-for-dom-colorspaceconversion-none", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-media-resource%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-rotation%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-flip%E2%91%A1", "https://www.w3.org/TR/webcodecs/#videoframe-copyto-options", "https://www.w3.org/TR/webcodecs/#dictdef-videoframecopytooptions", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-domrectinit%E2%91%A1", @@ -3036,14 +3090,14 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframecopytooptions-rect%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-format-slot%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframecopytooptions-layout%E2%91%A1", - "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-planelayout%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-videoframecopytooptions-rect", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-domrectinit%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-domrectinit%E2%91%A3", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A5%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A4", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedrect%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframecopytooptions-rect%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-copyto%E2%91%A5", @@ -3051,7 +3105,7 @@ "https://www.w3.org/TR/webcodecs/#dom-videoframecopytooptions-layout", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-planelayout%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-planelayout%E2%91%A6", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-BufferSource%E2%91%A6", "https://www.w3.org/TR/webcodecs/#dom-videoframecopytooptions-format", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videopixelformat%E2%91%A0%E2%91%A0", @@ -3061,7 +3115,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-rgbx%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-bgra%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-bgrx%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-BufferSource%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-format%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-videoframecopytooptions-colorspace", @@ -3073,24 +3127,24 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-rgbx%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-bgra%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-bgrx%E2%91%A3", - "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-predefinedcolorspace-srgb%E2%91%A1", "https://www.w3.org/TR/webcodecs/#videoframe-domrect", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-domrect%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-domrectinit%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-copyto%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-allocationsize%E2%91%A3", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedrect%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-domrectinit%E2%91%A5", "https://www.w3.org/TR/webcodecs/#plane-layout", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-planelayout%E2%91%A7", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-BufferSource%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-planelayout%E2%91%A8", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-copyto%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-BufferSource%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-copyto%E2%91%A8", @@ -3138,7 +3192,7 @@ "https://www.w3.org/TR/webcodecs/#sub-sampling-factor", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A0", "https://www.w3.org/TR/webcodecs/#example-33b7b945", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videopixelformat%E2%91%A0%E2%91%A2", @@ -3155,9 +3209,9 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A6", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A6", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-y%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i420p10", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A2", @@ -3168,9 +3222,9 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A8", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-y%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i420p12", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A3", @@ -3181,9 +3235,9 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-y%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i420a", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A4", @@ -3194,9 +3248,9 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-y%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420a%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A2", @@ -3210,9 +3264,9 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-y%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420ap10%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A3", @@ -3226,9 +3280,9 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-y%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420ap12%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A4", @@ -3243,7 +3297,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i422p10", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A0%E2%93%AA", @@ -3255,7 +3309,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i422p12", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A0%E2%91%A1", @@ -3267,7 +3321,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i422a", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A0%E2%91%A3", @@ -3279,7 +3333,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i422a%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A5", @@ -3294,7 +3348,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i422ap10%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A6", @@ -3309,7 +3363,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i422ap10%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A7", @@ -3368,9 +3422,9 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A4%E2%91%A4", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-y%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#example-26ede914", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-rgba", @@ -3411,7 +3465,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-transfer", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videomatrixcoefficients", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-matrix", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-fullrange", "https://www.w3.org/TR/webcodecs/#ref-for-Default", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videocolorspaceinit%E2%91%A4", @@ -3423,7 +3477,7 @@ "https://www.w3.org/TR/webcodecs/#dom-videocolorspaceinit-transfer", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videomatrixcoefficients%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videocolorspaceinit-matrix", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webcodecs/#dom-videocolorspaceinit-fullrange", "https://www.w3.org/TR/webcodecs/#videocolorspace-internal-slots", "https://www.w3.org/TR/webcodecs/#dom-videocolorspace-primaries-slot", @@ -3451,7 +3505,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-matrix%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-matrix-slot%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-videocolorspace-fullrange", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-fullrange%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-full-range-slot%E2%91%A3", "https://www.w3.org/TR/webcodecs/#videocolorprimaries", @@ -3500,7 +3554,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-codec-processing-model", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder%E2%91%A1", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/webcodecs/#imagedecoder-interface", "https://www.w3.org/TR/webcodecs/#ref-for-Exposed%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-SecureContext%E2%91%A3", @@ -3510,7 +3564,7 @@ "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-imagedecoder-init-init", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMString%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-type", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-complete", "https://www.w3.org/TR/webcodecs/#ref-for-idl-promise%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-idl-undefined%E2%91%A2%E2%93%AA", @@ -3527,7 +3581,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-idl-undefined%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-close", "https://www.w3.org/TR/webcodecs/#ref-for-idl-promise%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-istypesupported", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMString%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-istypesupported-type-type", @@ -3569,7 +3623,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-progressive-frame-generations-slot", "https://www.w3.org/TR/webcodecs/#ref-for-progressive-image-frame-generation", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-decode%E2%91%A0", "https://www.w3.org/TR/webcodecs/#imagedecoder-constructor", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-imagedecoder", @@ -3602,7 +3656,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-type%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-type-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-codec-implementation-slot%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-prefer-animation-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-prefer-animation-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-list%E2%91%A0%E2%91%A6", @@ -3662,7 +3716,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-type%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-type-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-complete", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-complete%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-complete-slot%E2%91%A2", @@ -3911,7 +3965,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-EnforceRange%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A7%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-desiredheight%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-preferanimation%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-idl-sequence%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A3", @@ -3926,10 +3980,10 @@ "https://www.w3.org/TR/webcodecs/#ref-for-buffersource-detached%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-list-is-empty%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-desiredwidth%E2%91%A1", - "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-desiredheight%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-desiredheight%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-desiredwidth%E2%91%A2", "https://www.w3.org/TR/webcodecs/#valid-image-mime-type", "https://www.w3.org/TR/webcodecs/#ref-for-valid-mime-type", @@ -3949,19 +4003,19 @@ "https://www.w3.org/TR/webcodecs/#dom-imagedecoderinit-desiredheight", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A7%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-imagedecoderinit-preferanimation", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-get-default-selected-track-index%E2%91%A0", "https://www.w3.org/TR/webcodecs/#imagedecodeoptions-interface", "https://www.w3.org/TR/webcodecs/#dictdef-imagedecodeoptions", "https://www.w3.org/TR/webcodecs/#ref-for-EnforceRange%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A7%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecodeoptions-frameindex%E2%91%A1", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecodeoptions-completeframesonly%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-imagedecodeoptions-frameindex", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A7%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-imagedecodeoptions-completeframesonly", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-progressive-image%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderesult-image%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-decode%E2%91%A2", @@ -3978,14 +4032,14 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderesult-complete%E2%91%A2", "https://www.w3.org/TR/webcodecs/#imagedecoderesult-interface", "https://www.w3.org/TR/webcodecs/#dictdef-imagedecoderesult", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderesult-image%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderesult-complete%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-imagedecoderesult-image", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-imagedecoderesult-complete", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderesult-image%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderesult-complete%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-decode%E2%91%A4", @@ -4039,13 +4093,13 @@ "https://www.w3.org/TR/webcodecs/#imagetrack-interface", "https://www.w3.org/TR/webcodecs/#ref-for-Exposed%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#imagetrack", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-animated%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A7%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-framecount%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unrestricted-float", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-repetitioncount", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-selected", "https://www.w3.org/TR/webcodecs/#imagetrack-internal-slots", "https://www.w3.org/TR/webcodecs/#dom-imagetrack-imagedecoder-slot", @@ -4060,7 +4114,7 @@ "https://www.w3.org/TR/webcodecs/#dom-imagetrack-selected-slot", "https://www.w3.org/TR/webcodecs/#imagetrack-attributes", "https://www.w3.org/TR/webcodecs/#dom-imagetrack-animated", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-animated%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-animated-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-framecount%E2%91%A2", @@ -4076,7 +4130,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-repetitioncount%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-repetition-count-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-imagetrack-selected", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-selected%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-selected-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-selected%E2%91%A1", @@ -4153,7 +4207,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-rtcrtpsender-getcapabilities", "https://www.w3.org/TR/webcodecs/#ref-for-widl-RTCPeerConnection-getStats-Promise-RTCStatsReport--MediaStreamTrack-selector", "https://www.w3.org/TR/webcodecs/#best-practices-developers", - "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A6%E2%91%A6", "https://www.w3.org/TR/webcodecs/#acknowledgements", "https://www.w3.org/TR/webcodecs/#w3c-conformance", "https://www.w3.org/TR/webcodecs/#w3c-conventions", @@ -4255,8 +4309,8 @@ "https://www.w3.org/TR/webcodecs/#ffba9cf8", "https://www.w3.org/TR/webcodecs/#6d997105", "https://www.w3.org/TR/webcodecs/#90a8d210", - "https://www.w3.org/TR/webcodecs/#80984ff0", - "https://www.w3.org/TR/webcodecs/#afce8053", + "https://www.w3.org/TR/webcodecs/#2aad86fc", + "https://www.w3.org/TR/webcodecs/#11595092", "https://www.w3.org/TR/webcodecs/#d25dfb2c", "https://www.w3.org/TR/webcodecs/#5e4b6157", "https://www.w3.org/TR/webcodecs/#2f8afbfe", @@ -4318,6 +4372,7 @@ "https://www.w3.org/TR/webcodecs/#biblio-rfc6381", "https://www.w3.org/TR/webcodecs/#biblio-rfc9110", "https://www.w3.org/TR/webcodecs/#biblio-webaudio", + "https://www.w3.org/TR/webcodecs/#biblio-webaudio-11", "https://www.w3.org/TR/webcodecs/#biblio-webcodecs-codec-registry", "https://www.w3.org/TR/webcodecs/#biblio-webcodecs-video-frame-metadata-registry", "https://www.w3.org/TR/webcodecs/#biblio-webrtc", diff --git a/tr/index.json b/tr/index.json index aeba6d4ebac5..17881193180b 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-12-12T01:35:17.036Z", + "date": "2024-12-13T01:35:14.164Z", "options": { "fallback": "tr/index.json", "output": "report", @@ -671,7 +671,7 @@ }, "stats": { "crawled": 337, - "errors": 1 + "errors": 0 }, "crawler": "reffy-18.0.1", "results": [ @@ -719,7 +719,7 @@ "https://aomediacodec.github.io/av1-spec/" ], "crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf", - "date": "12 December 2024", + "date": "13 December 2024", "links": "links/av1-spec.json" }, { @@ -1883,16 +1883,16 @@ ], "crawled": "https://www.w3.org/TR/core-aam-1.2/", "crawlCacheInfo": { - "lastModified": "Tue, 19 Nov 2024 10:05:33 GMT" + "lastModified": "Wed, 11 Dec 2024 17:51:55 GMT" }, "generator": "respec", - "date": "21 November 2024", + "date": "11 December 2024", + "revision": "801bdb84aa45df641d379213e3773a474ffab28e", "links": "links/core-aam-1.2.json", "refs": "refs/core-aam-1.2.json", "dfns": "dfns/core-aam-1.2.json", "headings": "headings/core-aam-1.2.json", - "ids": "ids/core-aam-1.2.json", - "error": "Error: Loading https://www.w3.org/TR/core-aam-1.2/ triggered HTTP status 500\n at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:481:19)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:107:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:352:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)\n at async Promise.all (index 19)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:373:21)" + "ids": "ids/core-aam-1.2.json" }, { "url": "https://www.w3.org/TR/credential-management-1/", @@ -17017,11 +17017,11 @@ ], "crawled": "https://www.w3.org/TR/sparql12-graph-store-protocol/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 15:08:43 GMT" + "lastModified": "Thu, 12 Dec 2024 18:04:30 GMT" }, "generator": "respec", - "date": "13 November 2024", - "revision": "dd391de3de9bb92fbe3a1ba06b782f0d49929293", + "date": "12 December 2024", + "revision": "6c10986ef33d7e208cd265375943f8d55fba2cbe", "links": "links/sparql12-graph-store-protocol.json", "refs": "refs/sparql12-graph-store-protocol.json", "headings": "headings/sparql12-graph-store-protocol.json", @@ -17398,11 +17398,11 @@ ], "crawled": "https://www.w3.org/TR/sparql12-update/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 15:07:39 GMT" + "lastModified": "Thu, 12 Dec 2024 18:07:21 GMT" }, "generator": "respec", - "date": "13 November 2024", - "revision": "28f79bcbbd1fdb040aadff854c689ea55be06e42", + "date": "12 December 2024", + "revision": "3a8757a4ddb9ba7195382e6565e1e41b4a95d468", "links": "links/sparql12-update.json", "refs": "refs/sparql12-update.json", "headings": "headings/sparql12-update.json", @@ -20384,11 +20384,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs/", "crawlCacheInfo": { - "lastModified": "Tue, 08 Oct 2024 18:01:23 GMT" + "lastModified": "Thu, 12 Dec 2024 22:36:50 GMT" }, "generator": "bikeshed", - "date": "8 October 2024", - "revision": "a2770c19f7eadb282c7123e6841830cd1b6c008d", + "date": "12 December 2024", + "revision": "47e395592a9116c7e28078ba5d2796b38d40a1d0", "algorithms": "algorithms/webcodecs.json", "links": "links/webcodecs.json", "refs": "refs/webcodecs.json", @@ -20569,11 +20569,11 @@ ], "crawled": "https://www.w3.org/TR/webdriver2/", "crawlCacheInfo": { - "lastModified": "Thu, 05 Dec 2024 12:24:19 GMT" + "lastModified": "Thu, 12 Dec 2024 10:17:55 GMT" }, "generator": "respec", - "date": "05 December 2024", - "revision": "7d8beb949159e0f7d86a34410aedd3a1af3d4b0c", + "date": "12 December 2024", + "revision": "9cb696c77d8419f4d7f093370221d2c449e61bae", "algorithms": "algorithms/webdriver2.json", "links": "links/webdriver2.json", "refs": "refs/webdriver2.json", diff --git a/tr/links/core-aam-1.2.json b/tr/links/core-aam-1.2.json index d72082c0a449..17530a538157 100644 --- a/tr/links/core-aam-1.2.json +++ b/tr/links/core-aam-1.2.json @@ -12,14 +12,7 @@ "https://developer.gnome.org/atk/stable/": {}, "https://docs.microsoft.com/en-us/windows/win32/winauto/iaccessibleex": {}, "https://docs.microsoft.com/en-us/windows/win32/winauto/ui-automation-specification": {}, - "https://dom.spec.whatwg.org/": { - "anchors": [ - "concept-event", - "concept-node", - "concept-element", - "concept-attribute" - ] - }, + "https://dom.spec.whatwg.org/": {}, "https://github.com/aleventhal": {}, "https://github.com/benbeaudry": {}, "https://github.com/boggydigital": {}, @@ -45,6 +38,7 @@ "https://github.com/stevefaulkner": {}, "https://github.com/w3c/aria/blob/main/documentation/tests.md": {}, "https://github.com/w3c/core-aam/issues/new": {}, + "https://gnome.pages.gitlab.gnome.org/at-spi2-core/libatspi/": {}, "https://infra.spec.whatwg.org/": {}, "https://learn.microsoft.com/en-us/dotnet/api/system.windows.automation.provider.irangevalueprovider": {}, "https://learn.microsoft.com/en-us/dotnet/api/system.windows.automation.provider.ivalueprovider": {}, @@ -130,6 +124,8 @@ "search", "searchbox", "aria-readonly", + "sectionfooter", + "sectionheader", "separator", "slider", "spinbutton", @@ -202,7 +198,6 @@ "aria-valuetext" ] }, - "https://w3c.github.io/test-results/core-aam-1.2/": {}, "https://w3c.github.io/webdriver/": { "anchors": [ "get-computed-role" @@ -236,39 +231,31 @@ "https://www.w3.org/TR/wai-aria-practices-1.2/": {}, "https://www.w3.org/TR/wai-aria-practices/": {}, "https://www.w3.org/TR/wai-aria-roadmap/": {}, - "https://www.w3.org/TR/wai-aria/": { - "anchors": [ - "dfn-accessibility-api", - "dfn-assistive-technologies", - "dfn-role", - "dfn-state", - "dfn-accessible-object", - "dfn-accessibility-tree", - "dfn-semantics", - "dfn-widget", - "dfn-managed-state", - "dfn-relationship", - "dfn-live-region" - ] - }, + "https://www.w3.org/TR/wai-aria/": {}, "https://www.w3.org/WAI/intro/aria.php": {}, "https://www.w3.org/groups/wg/aria": {}, "https://www.w3.org/groups/wg/aria/ipr": {}, "https://www.w3.org/policies/patent-policy/": { "anchors": [ - "sec-Requirements", "def-essential", "sec-Disclosure" ] }, "https://www.w3.org/policies/process/20231103/": { "anchors": [ - "recs-and-notes", - "dfn-wide-review" + "recs-and-notes" ] } }, "autolinks": { + "https://dom.spec.whatwg.org/": { + "anchors": [ + "concept-event", + "concept-node", + "concept-element", + "concept-attribute" + ] + }, "https://infra.spec.whatwg.org/": { "anchors": [ "user-agent" @@ -276,9 +263,19 @@ }, "https://www.w3.org/TR/wai-aria/": { "anchors": [ + "dfn-accessibility-api", + "dfn-assistive-technologies", + "dfn-role", + "dfn-state", "dfn-property", "dfn-accessible-object", - "dfn-hidden" + "dfn-accessibility-tree", + "dfn-semantics", + "dfn-widget", + "dfn-managed-state", + "dfn-relationship", + "dfn-hidden", + "dfn-live-region" ] } } diff --git a/tr/links/sparql12-graph-store-protocol.json b/tr/links/sparql12-graph-store-protocol.json index e7dd9dc81aeb..4bad27cefe43 100644 --- a/tr/links/sparql12-graph-store-protocol.json +++ b/tr/links/sparql12-graph-store-protocol.json @@ -6,12 +6,11 @@ "links": { "rawlinks": { "http://lists.w3.org/Archives/Public/www-tag/2005Jun/0039": {}, - "http://tools.ietf.org/html/rfc5789": {}, - "http://www.faqs.org/rfcs/rfc2119.html": {}, "http://www.ietf.org/rfc/rfc2119.txt": {}, "http://www.ietf.org/rfc/rfc2616.txt": {}, "http://www.ietf.org/rfc/rfc3987.txt": {}, "https://datatracker.ietf.org/doc/html/bcp14": {}, + "https://tools.ietf.org/html/rfc5789": {}, "https://w3c.github.io/sparql-concepts/spec/": {}, "https://w3c.github.io/sparql-new/spec/": {}, "https://www.rfc-editor.org/rfc/rfc2119": {}, diff --git a/tr/links/sparql12-update.json b/tr/links/sparql12-update.json index 9420ae76e014..2d3e858d2a82 100644 --- a/tr/links/sparql12-update.json +++ b/tr/links/sparql12-update.json @@ -5,7 +5,6 @@ }, "links": { "rawlinks": { - "http://www.faqs.org/rfcs/rfc2119.html": {}, "https://datatracker.ietf.org/doc/html/bcp14": {}, "https://w3c.github.io/sparql-concepts/spec/": {}, "https://w3c.github.io/sparql-new/spec/": {}, @@ -14,13 +13,23 @@ "https://www.rfc-editor.org/rfc/rfc8174": {}, "https://www.unicode.org/versions/latest/": {}, "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/json-ld11/": {}, "https://www.w3.org/TR/rdf12-concepts/": { "anchors": [ "dfn-reifying-triple", "dfn-asserted-triple", + "dfn-rdf-graph", + "dfn-rdf-dataset", "dfn-rdf-triple" ] }, + "https://www.w3.org/TR/rdf12-n-quads/": {}, + "https://www.w3.org/TR/rdf12-semantics/": { + "anchors": [ + "dfn-merging", + "dfn-rdf-dataset-merge" + ] + }, "https://www.w3.org/TR/sparql12-entailment/": {}, "https://www.w3.org/TR/sparql12-federated-query/": { "anchors": [ diff --git a/tr/links/webcodecs.json b/tr/links/webcodecs.json index 098e86b0dd05..40e6ba0b3da1 100644 --- a/tr/links/webcodecs.json +++ b/tr/links/webcodecs.json @@ -38,11 +38,6 @@ }, "https://www.itu.int/rec/T-REC-H.273/en": {}, "https://www.rfc-editor.org/rfc/rfc6381": {}, - "https://www.w3.org/Consortium/Patent-Policy/": { - "anchors": [ - "sec-Disclosure" - ] - }, "https://www.w3.org/TR/": {}, "https://www.w3.org/TR/SVG2/": {}, "https://www.w3.org/TR/css-images-3/": {}, @@ -51,15 +46,17 @@ "https://www.w3.org/TR/media-source-2/": {}, "https://www.w3.org/TR/mediastream-recording/": {}, "https://www.w3.org/TR/mst-content-hint/": {}, - "https://www.w3.org/TR/webaudio/": {}, + "https://www.w3.org/TR/webaudio-1.0/": {}, + "https://www.w3.org/TR/webaudio-1.1/": {}, "https://www.w3.org/TR/webcodecs-codec-registry/": {}, "https://www.w3.org/TR/webrtc-svc/": {}, "https://www.w3.org/TR/webrtc/": {}, - "https://www.w3.org/groups/wg/media": {}, + "https://www.w3.org/groups/wg/media/": {}, "https://www.w3.org/groups/wg/media/ipr": {}, "https://www.w3.org/policies/patent-policy/": { "anchors": [ - "def-essential" + "def-essential", + "sec-Disclosure" ] }, "https://www.w3.org/policies/process/20231103/": { @@ -285,10 +282,10 @@ "video-content-hints" ] }, - "https://www.w3.org/TR/webaudio/": { + "https://www.w3.org/TR/webaudio-1.1/": { "anchors": [ - "audiobuffer", - "audioworklet" + "AudioBuffer", + "AudioWorklet" ] }, "https://www.w3.org/TR/webrtc-svc/": { diff --git a/tr/links/webdriver2.json b/tr/links/webdriver2.json index c0245aedec5b..6c5475547099 100644 --- a/tr/links/webdriver2.json +++ b/tr/links/webdriver2.json @@ -346,7 +346,6 @@ "should-block-navigation-response" ] }, - "https://w3c.github.io/webdriver-bidi/": {}, "https://web.archive.org/web/20070602031929/http://wp.netscape.com/eng/mozilla/2.0/relnotes/demo/proxy-live.html": {}, "https://webidl.spec.whatwg.org/": {}, "https://www.ecma-international.org/ecma-262/5.1/": { @@ -472,6 +471,7 @@ ] }, "https://www.w3.org/TR/wai-aria-1.2/": {}, + "https://www.w3.org/TR/webdriver-bidi/": {}, "https://www.w3.org/TR/xpath-10/": {}, "https://www.w3.org/groups/wg/browser-tools-testing": {}, "https://www.w3.org/groups/wg/browser-tools-testing/ipr": {}, @@ -636,11 +636,6 @@ "map-size" ] }, - "https://w3c.github.io/webdriver-bidi/": { - "anchors": [ - "bidi-session" - ] - }, "https://webidl.spec.whatwg.org/": { "anchors": [ "a-new-promise", @@ -663,6 +658,11 @@ "anchors": [ "domrect" ] + }, + "https://www.w3.org/TR/webdriver-bidi/": { + "anchors": [ + "bidi-session" + ] } } } diff --git a/tr/refs/core-aam-1.2.json b/tr/refs/core-aam-1.2.json index fb753c94d76d..2a8d0247ac9d 100644 --- a/tr/refs/core-aam-1.2.json +++ b/tr/refs/core-aam-1.2.json @@ -35,6 +35,10 @@ "name": "accname-1.2", "url": "https://www.w3.org/TR/accname-1.2/" }, + { + "name": "AT-SPI", + "url": "https://gnome.pages.gitlab.gnome.org/at-spi2-core/libatspi/" + }, { "name": "ATK", "url": "https://developer.gnome.org/atk/stable/" diff --git a/tr/refs/sparql12-update.json b/tr/refs/sparql12-update.json index a6989c1bbbcf..cf797bd59f69 100644 --- a/tr/refs/sparql12-update.json +++ b/tr/refs/sparql12-update.json @@ -9,6 +9,10 @@ "name": "RDF12-CONCEPTS", "url": "https://www.w3.org/TR/rdf12-concepts/" }, + { + "name": "RDF12-SEMANTICS", + "url": "https://www.w3.org/TR/rdf12-semantics/" + }, { "name": "RFC2119", "url": "https://www.rfc-editor.org/rfc/rfc2119" @@ -47,6 +51,14 @@ } ], "informative": [ + { + "name": "JSON-LD11", + "url": "https://www.w3.org/TR/json-ld11/" + }, + { + "name": "RDF12-N-QUADS", + "url": "https://www.w3.org/TR/rdf12-n-quads/" + }, { "name": "SPARQL12-CONCEPTS", "url": "https://w3c.github.io/sparql-concepts/spec/" diff --git a/tr/refs/webcodecs.json b/tr/refs/webcodecs.json index 6b6d4159282f..703b10a1af2c 100644 --- a/tr/refs/webcodecs.json +++ b/tr/refs/webcodecs.json @@ -85,7 +85,11 @@ }, { "name": "WEBAUDIO", - "url": "https://www.w3.org/TR/webaudio/" + "url": "https://www.w3.org/TR/webaudio-1.0/" + }, + { + "name": "WEBAUDIO-1.1", + "url": "https://www.w3.org/TR/webaudio-1.1/" }, { "name": "WEBCODECS-CODEC-REGISTRY", diff --git a/tr/refs/webdriver2.json b/tr/refs/webdriver2.json index 3f2dfcc1a484..f74051c91708 100644 --- a/tr/refs/webdriver2.json +++ b/tr/refs/webdriver2.json @@ -191,7 +191,7 @@ }, { "name": "WebDriver-BiDi", - "url": "https://w3c.github.io/webdriver-bidi/" + "url": "https://www.w3.org/TR/webdriver-bidi/" }, { "name": "WEBIDL",