From d943f925f0273a8071a1106f21e79ac0afbb60d1 Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Sat, 5 Oct 2024 01:34:28 +0000 Subject: [PATCH] Update of TR report from new reffy run Using reffy commit 17.2.5. --- tr/algorithms/css-anchor-position-1.json | 70 +- tr/algorithms/mediasession.json | 70 +- tr/algorithms/webcodecs.json | 69 +- tr/css/css-anchor-position.json | 442 ++- tr/dfns/css-anchor-position-1.json | 2330 ++++++++++++-- tr/dfns/mediasession.json | 20 + tr/dfns/webcodecs.json | 3542 +++++++++++++--------- tr/headings/css-anchor-position-1.json | 48 +- tr/idl/css-anchor-position.idl | 76 +- tr/idl/mediasession.idl | 2 +- tr/idl/webcodecs.idl | 2 +- tr/ids/css-anchor-position-1.json | 1101 ++++--- tr/ids/mediasession.json | 101 +- tr/ids/webcodecs.json | 2821 +---------------- tr/index.json | 28 +- tr/links/css-anchor-position-1.json | 168 +- tr/links/mediasession.json | 7 +- tr/links/webcodecs.json | 5 +- tr/refs/css-anchor-position-1.json | 30 +- 19 files changed, 5701 insertions(+), 5231 deletions(-) diff --git a/tr/algorithms/css-anchor-position-1.json b/tr/algorithms/css-anchor-position-1.json index a8be78bbf9b5..645e6f5ba831 100644 --- a/tr/algorithms/css-anchor-position-1.json +++ b/tr/algorithms/css-anchor-position-1.json @@ -7,18 +7,18 @@ { "name": "target anchor element", "href": "https://www.w3.org/TR/css-anchor-position-1/#target-anchor-element", - "html": "To determine the target anchor element given a querying element query el and an optional anchor specifier anchor spec:", + "html": "To determine the target anchor element given a querying element query el and an optional anchor specifier anchor spec:", "rationale": ".algorithm", "steps": [ { - "html": "

If anchor spec was not passed,\nreturn the target anchor element for query el given the query el’s default anchor specifier.

" + "html": "

If anchor spec was not passed,\nreturn the default anchor element if it exists,\notherwise return nothing.

" }, { - "html": "If anchor spec is implicit:", + "html": "If anchor spec is auto:", "rationale": "if", "steps": [ { - "html": "

If the Popover API defines an implicit anchor element for query el which is an acceptable anchor element for query el,\nreturn that element.

" + "html": "

If the Popover API defines an implicit anchor element for query el which is an acceptable anchor element for query el,\nreturn that element.

" }, { "html": "

Otherwise, return nothing.

" @@ -26,28 +26,54 @@ ] }, { - "html": "

Otherwise, anchor spec is a <dashed-ident>.\nReturn the last element el in tree order\nthat satisfies the following conditions:

\n \n

If no element satisfies these conditions,\nreturn nothing.

" + "html": "

Otherwise, anchor spec is a <dashed-ident>.\nReturn the last element el in tree order\nthat satisfies the following conditions:

\n \n

If no element satisfies these conditions,\nreturn nothing.

" + } + ] + }, + { + "name": "swap due to a try-tactic", + "href": "https://www.w3.org/TR/css-anchor-position-1/#swap-due-to-a-try-tactic", + "html": "To swap due to a try-tactic the styles of a box’s element el between two directions directions,\n\treturning a set of styles:", + "rationale": ".algorithm", + "steps": [ + { + "html": "

If directions are opposites along the same axis,\nthey are “opposing”.\nOtherwise (when they are specifying different axises),\nthey are “perpendicular”.

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

Determine the specified values of the accepted @position-try properties on el,\nand let styles be the result.

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

Substitute variables, env() functions,\nand similar arbitrary substitution functions in styles.

\n

For env() functions,\nif the referenced environment variable is associated with a direction or axis\n(such as safe-area-inset-top),\nswitch the referenced environment variable corresponding to directions.

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

Swap the values of the styles between\nthe associated properties\ncorresponding to directions.

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

Modify the values of the properties\nas they swap to match the new directions,\nas follows:

\n " + }, + { + "html": "

Return styles.

" } ] }, { "name": "apply a position option", "href": "https://www.w3.org/TR/css-anchor-position-1/#apply-a-position-option", - "html": "To apply a position option to an element el,\n\tgiven a position option new styles:", + "html": "To apply a position option to a box’s element el,\n\tgiven a position option new styles:", "rationale": ".algorithm", "steps": [ { - "html": "

With new styles inserted into the cascade\nin the position fallback origin,\nresolve the cascade,\nand perform enough layout to determine el’s used styles.

" + "html": "

With new styles inserted into the cascade\nin the position fallback origin,\nresolve the cascade,\nand perform enough layout to determine el’s used styles.

" }, { - "html": "

Return el’s used styles.

" + "html": "

Return el’s used styles.

" } ] }, { - "name": "determine the position fallback styles", - "href": "https://www.w3.org/TR/css-anchor-position-1/#determine-the-position-fallback-styles", - "html": "To determine the position fallback styles of an element el:", + "name": "determine position fallback styles", + "href": "https://www.w3.org/TR/css-anchor-position-1/#determine-position-fallback-styles", + "html": "To determine position fallback styles for an element el:", "rationale": ".algorithm", "steps": [ { @@ -61,21 +87,33 @@ "html": "

Let adjusted styles be the result of applying a position option option to el.

" }, { - "html": "

Let el rect be the size and position of el’s margin box,\nwhen laid out with adjusted styles.\nLet cb rect be the size and position of el’s inset-modified containing block.

" + "html": "

Let el rect be the size and position of el’s margin box,\nwhen laid out with adjusted styles.

\n

Let cb rect be the size and position of el’s inset-modified containing block.

" }, { - "html": "

If el has a snapshotted scroll offset,\nsubtract it from the position of both el rect and cb rect.

" + "html": "If el has a snapshotted scroll offset:", + "rationale": "set", + "steps": [ + { + "html": "

Set el rect to the result of shifting it\nby the snapshotted scroll offset.

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

Recalculate el’s inset-modified containing block,\nwith any non-auto inset values\nshifted by the snapshotted scroll offset.

\n

If el has a non-none position-area value,\nthen for the purpose of the preceding calculation,\nshift the value of anchor(start) and anchor(end) in the position-area grid by the snapshotted scroll offset as well.

\n \n

Set cb rect to this result.

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

If cb rect was negative-size in either axis\nand corrected into zero-size, continue.

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

If el rect is not fully contained within cb rect, continue.

" + "html": "

If el rect is not fully contained within cb rect, continue.

" }, { - "html": "

Set option as el’s last successful position option.\nReturn adjusted styles.

" + "html": "

Return adjusted styles.

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

Assert: The previous step finished without finding a position option that avoids overflow.

" + "html": "

Assert: The previous step finished without finding a position option that avoids overflow.

" }, { "html": "

If el has a last successful position option,\nreturn the result of applying a position option,\nusing that option,\nto el.

" diff --git a/tr/algorithms/mediasession.json b/tr/algorithms/mediasession.json index 724c53adaa5d..f963e66fa286 100644 --- a/tr/algorithms/mediasession.json +++ b/tr/algorithms/mediasession.json @@ -307,7 +307,7 @@ "rationale": "let", "steps": [ { - "html": "Let metadata be a new MediaMetadata object." + "html": "Let metadata be a new MediaMetadata object." }, { "html": "Set metadata’s title to init’s title." @@ -338,18 +338,18 @@ { "name": "convert artwork algorithm", "href": "https://www.w3.org/TR/mediasession/#convert-artwork-algorithm", - "html": "When the convert artwork algorithm with input parameter is\ninvoked, the user agent MUST run the following steps:", + "html": "When the convert artwork algorithm with input parameter is\ninvoked, where the input is a sequence of type MediaImage, the\nuser agent MUST run the following steps:", "rationale": "let", "steps": [ { - "html": "Let output be an empty list of type MediaImage." + "html": "Let output be an empty list of type MediaImage." }, { - "html": "For each entry in input (which is a MediaImage list), perform the following steps:", + "html": "For each entry in input (which is a MediaImage list), perform the following steps:", "rationale": "let", "steps": [ { - "html": "Let image be a new MediaImage." + "html": "Let image be a new MediaImage." }, { "html": "Let baseURL be the API base URL specified by the entry\n settings object." @@ -376,43 +376,63 @@ { "name": "MediaMetadata/artwork", "href": "https://www.w3.org/TR/mediasession/#dom-mediametadata-artwork", - "html": "The artwork attribute reflects the MediaMetadata's artwork\n images. On getting, it MUST return the result of the following steps:", - "rationale": "let", + "html": "The artwork attribute reflects the MediaMetadata's artwork\n images. On getting, it MUST run the following steps:", + "rationale": "if", "steps": [ { - "html": "Let frozenArtwork be an empty list of type MediaImage." - }, - { - "html": "For each entry in the MediaMetadata's artwork images, perform the following steps:", + "html": "If the MediaMetadata's converted artwork images is undefined, run the following steps:", "rationale": "let", "steps": [ { - "html": "Let image be a new MediaImage." - }, - { - "html": "Set image’s src to entry’s src." - }, - { - "html": "Set image’s sizes to entry’s sizes." + "html": "Let frozenArtwork be a JavaScript Array value." }, { - "html": "Set image’s type to entry’s type." + "html": "For each entry in the MediaMetadata's artwork images, perform the following steps:", + "rationale": "let", + "steps": [ + { + "html": "Let image be the result of converting to a JavaScript object entry." + }, + { + "html": "Perform ! SetIntegrityLevel(image,\n \"frozen\"), to prevent accidental mutation by scripts." + }, + { + "html": "Push image to frozenArtwork." + } + ] }, { - "html": "Call freeze(O) on image, to prevent accidental\n mutation by scripts." + "html": "Perform ! SetIntegrityLevel(frozenArtwork,\n \"frozen\")." }, { - "html": "Append image to frozenArtwork." + "html": "Set the MediaMetadata's converted artwork images to frozenArtwork." } ] }, { - "html": "Create a frozen array from frozenArtwork." + "html": "Return the MediaMetadata's converted artwork images." + } + ] + }, + { + "name": "MediaMetadata/artwork", + "href": "https://www.w3.org/TR/mediasession/#dom-mediametadata-artwork", + "html": "The artwork attribute reflects the MediaMetadata's artwork\n images. On getting, it MUST run the following steps:", + "rationale": "let", + "steps": [ + { + "html": "Let convertedArtwork be the result of converting value to a sequence of type MediaImage." + }, + { + "html": "Run convert artwork algorithm with convertedArtwork, and\n set the MediaMetadata's artwork images as\n the result if it succeeds." + }, + { + "html": "Set the MediaMetadata's converted artwork images to undefined." } ] }, { - "html": "When MediaMetadata's title, artist, album or artwork images are modified, the user agent MUST run the\n following steps:", + "html": "When MediaMetadata's title, artist, album or artwork images are modified, the user agent MUST run the\n following steps:", "rationale": "if", "steps": [ { @@ -448,10 +468,10 @@ "html": "Set chapterInfo’s startTime to init’s startTime. If the startTime is negative or greater than duration, throw a TypeError." }, { - "html": "Let artwork be the result of running the convert artwork algorithm." + "html": "Let artwork be the result of running the convert artwork algorithm with init’s artwork as input." }, { - "html": "Set chapterInfo’s artwork\n images to the result of creating a frozen\n array from artwork." + "html": "Set chapterInfo’s artwork\n images to the result of creating a frozen\n array from artwork." }, { "html": "Return chapterInfo." diff --git a/tr/algorithms/webcodecs.json b/tr/algorithms/webcodecs.json index 5796fcc1d20c..13c5647fa919 100644 --- a/tr/algorithms/webcodecs.json +++ b/tr/algorithms/webcodecs.json @@ -7,7 +7,7 @@ { "name": "Process the control message queue", "href": "https://www.w3.org/TR/webcodecs/#process-the-control-message-queue", - "html": "To Process the control message queue, run these steps:", + "html": "To Process the control message queue, run these steps:", "rationale": "while", "steps": [ { @@ -33,7 +33,7 @@ { "name": "codec task source", "href": "https://www.w3.org/TR/webcodecs/#codec-task-source", - "html": "Each codec instance has a unique codec task source. Tasks queued from the [[codec work queue]] to the event loop will use the codec task source.", + "html": "Each codec instance has a unique codec task source. Tasks queued from the [[codec work queue]] to the event loop will use the codec task source.", "rationale": "let", "steps": [ { @@ -489,7 +489,7 @@ { "name": "codec task source", "href": "https://www.w3.org/TR/webcodecs/#codec-task-source", - "html": "Each codec instance has a unique codec task source. Tasks queued from the [[codec work queue]] to the event loop will use the codec task source.", + "html": "Each codec instance has a unique codec task source. Tasks queued from the [[codec work queue]] to the event loop will use the codec task source.", "rationale": "let", "steps": [ { @@ -854,7 +854,7 @@ "html": "

If displayAspectWidth and displayAspectHeight exist in the [[active decoder config]], assign their values to displayAspectWidth and displayAspectHeight respectively.

" }, { - "html": "

Let colorSpace be the VideoColorSpace for output as detected\nby the codec implementation. If no VideoColorSpace is detected,\nlet colorSpace be undefined.

" + "html": "

Let colorSpace be the VideoColorSpace for output as detected\nby the codec implementation. If no VideoColorSpace is detected,\nlet colorSpace be undefined.

" }, { "html": "

If colorSpace exists in the [[active decoder config]], assign its value to colorSpace.

" @@ -936,7 +936,7 @@ { "name": "codec task source", "href": "https://www.w3.org/TR/webcodecs/#codec-task-source", - "html": "Each codec instance has a unique codec task source. Tasks queued from the [[codec work queue]] to the event loop will use the codec task source.", + "html": "Each codec instance has a unique codec task source. Tasks queued from the [[codec work queue]] to the event loop will use the codec task source.", "rationale": "let", "steps": [ { @@ -1413,7 +1413,7 @@ { "name": "codec task source", "href": "https://www.w3.org/TR/webcodecs/#codec-task-source", - "html": "Each codec instance has a unique codec task source. Tasks queued from the [[codec work queue]] to the event loop will use the codec task source.", + "html": "Each codec instance has a unique codec task source. Tasks queued from the [[codec work queue]] to the event loop will use the codec task source.", "rationale": "let", "steps": [ { @@ -1926,7 +1926,7 @@ { "name": "codec task source", "href": "https://www.w3.org/TR/webcodecs/#codec-task-source", - "html": "Each codec instance has a unique codec task source. Tasks queued from the [[codec work queue]] to the event loop will use the codec task source.", + "html": "Each codec instance has a unique codec task source. Tasks queued from the [[codec work queue]] to the event loop will use the codec task source.", "rationale": "if", "steps": [ { @@ -1988,7 +1988,7 @@ { "name": "valid AudioDecoderConfig", "href": "https://www.w3.org/TR/webcodecs/#valid-audiodecoderconfig", - "html": "To check if an AudioDecoderConfig is a valid AudioDecoderConfig,\n run these steps:", + "html": "To check if an AudioDecoderConfig is a valid AudioDecoderConfig,\n run these steps:", "rationale": "if", "steps": [ { @@ -2005,7 +2005,7 @@ { "name": "valid VideoDecoderConfig", "href": "https://www.w3.org/TR/webcodecs/#valid-videodecoderconfig", - "html": "To check if a VideoDecoderConfig is a valid VideoDecoderConfig,\nrun these steps:", + "html": "To check if a VideoDecoderConfig is a valid VideoDecoderConfig,\nrun these steps:", "rationale": "if", "steps": [ { @@ -2034,7 +2034,7 @@ { "name": "valid AudioEncoderConfig", "href": "https://www.w3.org/TR/webcodecs/#valid-audioencoderconfig", - "html": "To check if an AudioEncoderConfig is a valid AudioEncoderConfig,\nrun these steps:", + "html": "To check if an AudioEncoderConfig is a valid AudioEncoderConfig,\nrun these steps:", "rationale": "if", "steps": [ { @@ -2054,7 +2054,7 @@ { "name": "valid VideoEncoderConfig", "href": "https://www.w3.org/TR/webcodecs/#valid-videoencoderconfig", - "html": "To check if a VideoEncoderConfig is a valid VideoEncoderConfig,\n run these steps:", + "html": "To check if a VideoEncoderConfig is a valid VideoEncoderConfig,\n run these steps:", "rationale": "if", "steps": [ { @@ -2655,7 +2655,7 @@ { "name": "VideoFrame/VideoFrame(image, init)", "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-videoframe", - "html": " VideoFrame(image, init) ", + "html": " VideoFrame(image, init) ", "rationale": "check", "steps": [ { @@ -2743,7 +2743,7 @@ { "name": "VideoFrame/VideoFrame(data, init)", "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-videoframe-data-init", - "html": " VideoFrame(data, init) ", + "html": " VideoFrame(data, init) ", "rationale": "if", "steps": [ { @@ -3183,7 +3183,7 @@ "rationale": "if", "steps": [ { - "html": "

If overrideColorSpace is provided, return a new VideoColorSpace constructed with overrideColorSpace.

\n

User Agents MAY replace null members of the\nprovided overrideColorSpace with guessed values as determined by implementer\ndefined heuristics.

" + "html": "

If overrideColorSpace is provided, return a new VideoColorSpace constructed with overrideColorSpace.

\n

User Agents MAY replace null members of the\nprovided overrideColorSpace with guessed values as determined by implementer\ndefined heuristics.

" }, { "html": "

Otherwise, if [[format]] is an RGB format return a new\ninstance of the sRGB Color Space

" @@ -3359,10 +3359,10 @@ "html": "

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

" }, { - "html": "

If resource has a known VideoColorSpace, assign its value to [[color space]].

" + "html": "

If resource has a known VideoColorSpace, assign its value to [[color space]].

" }, { - "html": "

Otherwise, assign a new VideoColorSpace, constructed with an empty VideoColorSpaceInit, to [[color space]].

" + "html": "

Otherwise, assign a new VideoColorSpace, constructed with an empty VideoColorSpaceInit, to [[color space]].

" } ] }, @@ -3728,6 +3728,23 @@ } ] }, + { + "name": "Convert PredefinedColorSpace to VideoColorSpace", + "href": "https://www.w3.org/TR/webcodecs/#convert-predefinedcolorspace-to-videocolorspace", + "html": "", + "rationale": "assert", + "steps": [ + { + "html": "

Assert: colorSpace is equal to one of srgb or display-p3.

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

If colorSpace is equal to srgb return a new instance of the sRGB Color Space

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

If colorSpace is equal to display-p3 return a new instance of the Display P3 Color Space

" + } + ] + }, { "name": "VideoFrame/Convert to RGB frame", "href": "https://www.w3.org/TR/webcodecs/#videoframe-convert-to-rgb-frame", @@ -3760,10 +3777,10 @@ "html": "

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

" }, { - "html": "

Assign colorSpace to [[color space]].

" + "html": "

Assign the result of running the Convert\nPredefinedColorSpace to VideoColorSpace algorithm with colorSpace to [[color space]].

" }, { - "html": "

Let resource be a new media resource containing the result of\nconversion of media resource referenced by frame’s [[resource reference]] into a color space and pixel\nformat specified by colorSpace and format respectively.

" + "html": "

Let resource be a new media resource containing the result of\nconversion of media resource referenced by frame’s [[resource reference]] into a color space and pixel\nformat specified by [[color space]] and [[format]] respectively.

" }, { "html": "

Assign the reference to resource to [[resource reference]]

" @@ -3854,20 +3871,20 @@ "rationale": "let", "steps": [ { - "html": "Let c be a new VideoColorSpace object, initialized as follows:", + "html": "Let c be a new VideoColorSpace object, initialized as follows:", "rationale": "assign", "steps": [ { - "html": "

Assign init.primaries to [[primaries]].

" + "html": "

Assign init.primaries to [[primaries]].

" }, { - "html": "

Assign init.transfer to [[transfer]].

" + "html": "

Assign init.transfer to [[transfer]].

" }, { - "html": "

Assign init.matrix to [[matrix]].

" + "html": "

Assign init.matrix to [[matrix]].

" }, { - "html": "

Assign init.fullRange to [[full range]].

" + "html": "

Assign init.fullRange to [[full range]].

" } ] }, @@ -4028,7 +4045,7 @@ { "name": "configure the image decoder", "href": "https://www.w3.org/TR/webcodecs/#configure-the-image-decoder", - "html": "Running a control message to configure the image decoder means running these steps:", + "html": "Running a control message to configure the image decoder means running these steps:", "rationale": "let", "steps": [ { @@ -4066,7 +4083,7 @@ { "name": "decode track metadata", "href": "https://www.w3.org/TR/webcodecs/#decode-track-metadata", - "html": "Running a control message to decode track metadata means\nrunning these steps:", + "html": "Running a control message to decode track metadata means\nrunning these steps:", "rationale": "enqueue", "steps": [ { @@ -4760,7 +4777,7 @@ { "name": "valid ImageDecoderInit", "href": "https://www.w3.org/TR/webcodecs/#valid-imagedecoderinit", - "html": "To determine if an ImageDecoderInit is a valid ImageDecoderInit,\nrun these steps:", + "html": "To determine if an ImageDecoderInit is a valid ImageDecoderInit,\nrun these steps:", "rationale": "if", "steps": [ { diff --git a/tr/css/css-anchor-position.json b/tr/css/css-anchor-position.json index a9fb726ece2f..17a36c8e04bc 100644 --- a/tr/css/css-anchor-position.json +++ b/tr/css/css-anchor-position.json @@ -78,25 +78,41 @@ { "name": "position-anchor", "href": "https://www.w3.org/TR/css-anchor-position-1/#propdef-position-anchor", - "value": "", - "initial": "implicit", - "appliesTo": "absolutely positioned elements", + "value": "auto | ", + "initial": "auto", + "appliesTo": "absolutely positioned boxes", "inherited": "no", "percentages": "n/a", "computedValue": "as specified", "canonicalOrder": "per grammar", "animationType": "discrete", + "values": [ + { + "name": "auto", + "prose": "Use the implicit anchor element if it exists; otherwise the box has no default anchor element.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-anchor-auto", + "type": "value", + "value": "auto" + }, + { + "name": "", + "prose": "The target anchor element selected by the specified is the box’s default anchor element.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-anchor-anchor-name", + "type": "value", + "value": "" + } + ], "styleDeclaration": [ "position-anchor", "positionAnchor" ] }, { - "name": "inset-area", - "href": "https://www.w3.org/TR/css-anchor-position-1/#propdef-inset-area", - "value": "none | ", + "name": "position-area", + "href": "https://www.w3.org/TR/css-anchor-position-1/#propdef-position-area", + "value": "none | ", "initial": "none", - "appliesTo": "positioned elements with a default anchor element", + "appliesTo": "positioned boxes with a default anchor box", "inherited": "no", "percentages": "n/a", "computedValue": "as specified", @@ -106,21 +122,49 @@ { "name": "none", "prose": "The property has no effect.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-none", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-none", "type": "value", "value": "none" }, { - "name": "", - "prose": "If the element does not have a default anchor element, or is not an absolutely-positioned element, this value has no effect. Otherwise, the property selects a region of the inset-area grid, and makes that the element’s containing block. Additionally, the normal value for the self-alignment properties behaves as either start, end, or anchor-center, depending on the positioning of the region, to give a good default alignment for the positioned element. See § 3.1.1 Resolving s for details on both of these effects. Also, any auto inset properties resolve to 0.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-inset-area", + "name": "", + "prose": "If the box does not have a default anchor box, or is not an absolutely positioned box, this value has no effect. Otherwise, it has the following effects: The property selects a region of the position-area grid, and makes that the box’s containing block. See § 3.1.1 Resolving s for details. Note: This means that the inset properties specify offsets from the position-area, and some property values, like max-height: 100%, will be relative to the position-area as well. The normal value for the self-alignment properties behaves as either start, end, or anchor-center, depending on the positioning of the region, to give a good default alignment for the positioned box. Again, see § 3.1.1 Resolving s for details. Any auto inset properties resolve to 0. The box is not considered to be in a legacy alignment mode in either axis.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-position-area", "type": "value", - "value": "" + "value": "" } ], "styleDeclaration": [ - "inset-area", - "insetArea" + "position-area", + "positionArea" + ] + }, + { + "name": "top", + "newValues": " | ", + "styleDeclaration": [ + "top" + ] + }, + { + "name": "left", + "newValues": " | ", + "styleDeclaration": [ + "left" + ] + }, + { + "name": "right", + "newValues": " | ", + "styleDeclaration": [ + "right" + ] + }, + { + "name": "bottom", + "newValues": " | ", + "styleDeclaration": [ + "bottom" ] }, { @@ -129,7 +173,7 @@ "values": [ { "name": "anchor-center", - "prose": "The new anchor-center value makes this case extremely simple: if the positioned element has a default anchor element, then it is aligned so as to center itself over the default anchor element in the relevant axis.", + "prose": "The new anchor-center value makes this case extremely simple: if the positioned box has a default anchor box, then it is centered (insofar as possible) over the default anchor box in the relevant axis.", "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-justify-self-anchor-center", "type": "value", "value": "anchor-center" @@ -146,7 +190,7 @@ "values": [ { "name": "anchor-center", - "prose": "The new anchor-center value makes this case extremely simple: if the positioned element has a default anchor element, then it is aligned so as to center itself over the default anchor element in the relevant axis.", + "prose": "The new anchor-center value makes this case extremely simple: if the positioned box has a default anchor box, then it is centered (insofar as possible) over the default anchor box in the relevant axis.", "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-justify-self-anchor-center", "type": "value", "value": "anchor-center" @@ -163,7 +207,7 @@ "values": [ { "name": "anchor-center", - "prose": "The new anchor-center value makes this case extremely simple: if the positioned element has a default anchor element, then it is aligned so as to center itself over the default anchor element in the relevant axis.", + "prose": "The new anchor-center value makes this case extremely simple: if the positioned box has a default anchor box, then it is centered (insofar as possible) over the default anchor box in the relevant axis.", "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-justify-self-anchor-center", "type": "value", "value": "anchor-center" @@ -180,7 +224,7 @@ "values": [ { "name": "anchor-center", - "prose": "The new anchor-center value makes this case extremely simple: if the positioned element has a default anchor element, then it is aligned so as to center itself over the default anchor element in the relevant axis.", + "prose": "The new anchor-center value makes this case extremely simple: if the positioned box has a default anchor box, then it is centered (insofar as possible) over the default anchor box in the relevant axis.", "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-justify-self-anchor-center", "type": "value", "value": "anchor-center" @@ -192,11 +236,135 @@ ] }, { - "name": "position-try-options", - "href": "https://www.w3.org/TR/css-anchor-position-1/#propdef-position-try-options", - "value": "none | [ [ || ] | inset-area( <'inset-area'> ) ]#", + "name": "position-visibility", + "href": "https://www.w3.org/TR/css-anchor-position-1/#propdef-position-visibility", + "value": "always | [ anchors-valid || anchors-visible || no-overflow ]", + "initial": "anchors-visible", + "appliesTo": "absolutely positioned boxes", + "inherited": "no", + "percentages": "n/a", + "computedValue": "as specified", + "canonicalOrder": "per grammar", + "animationType": "discrete", + "values": [ + { + "name": "always", + "prose": "This property has no effect. (The box is displayed without regard for its anchors or its overflowing status.)", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-visibility-always", + "type": "value", + "value": "always" + }, + { + "name": "anchors-valid", + "prose": "If any of the box’s required anchor references do not resolve to a target anchor element, the box is strongly hidden. What is a required anchor reference? anchor() functions that don’t have a fallback value; the default anchor *sometimes*? Need more detail here. Any anchors are missing, or all anchors are missing? I can see use-cases for either, potentially. Do we want to make a decision here, or make it controllable somehow?", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-visibility-anchors-valid", + "type": "value", + "value": "anchors-valid" + }, + { + "name": "anchors-visible", + "prose": "If the box has a default anchor box but that anchor box is clipped by intervening boxes, this box is also strongly hidden.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-visibility-anchors-visible", + "type": "value", + "value": "anchors-visible" + }, + { + "name": "no-overflow", + "prose": "If the box overflows its inset-modified containing block even after applying position-try, then the box is strongly hidden.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-visibility-no-overflow", + "type": "value", + "value": "no-overflow" + } + ], + "styleDeclaration": [ + "position-visibility", + "positionVisibility" + ] + }, + { + "name": "width", + "newValues": "", + "styleDeclaration": [ + "width" + ] + }, + { + "name": "height", + "newValues": "", + "styleDeclaration": [ + "height" + ] + }, + { + "name": "min-width", + "newValues": "", + "styleDeclaration": [ + "min-width", + "minWidth" + ] + }, + { + "name": "min-height", + "newValues": "", + "styleDeclaration": [ + "min-height", + "minHeight" + ] + }, + { + "name": "max-width", + "newValues": "", + "styleDeclaration": [ + "max-width", + "maxWidth" + ] + }, + { + "name": "max-height", + "newValues": "", + "styleDeclaration": [ + "max-height", + "maxHeight" + ] + }, + { + "name": "margin-top", + "newValues": "", + "styleDeclaration": [ + "margin-top", + "marginTop" + ] + }, + { + "name": "margin-left", + "newValues": "", + "styleDeclaration": [ + "margin-left", + "marginLeft" + ] + }, + { + "name": "margin-right", + "newValues": "", + "styleDeclaration": [ + "margin-right", + "marginRight" + ] + }, + { + "name": "margin-bottom", + "newValues": "", + "styleDeclaration": [ + "margin-bottom", + "marginBottom" + ] + }, + { + "name": "position-try-fallbacks", + "href": "https://www.w3.org/TR/css-anchor-position-1/#propdef-position-try-fallbacks", + "value": "none | [ [ || ] | <'position-area'> ]#", "initial": "none", - "appliesTo": "absolutely-positioned elements", + "appliesTo": "absolutely positioned boxes", "inherited": "no", "percentages": "n/a", "computedValue": "as specified", @@ -205,68 +373,69 @@ "values": [ { "name": "none", - "prose": "The property has no effect; the element’s position options list is empty.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-options-none", + "prose": "The property has no effect; the box’s position options list is empty.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-fallbacks-none", "type": "value", "value": "none" }, { "name": "", "prose": "If there is a @position-try rule with the given name, its associated position option is added to the position options list. Otherwise, this value has no effect.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-options-dashed-ident", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-fallbacks-dashed-ident", "type": "value", "value": "" }, { "name": "", "value": "flip-block || flip-inline || flip-start", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-options-try-tactic", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-fallbacks-try-tactic", "type": "value" }, { "name": "", - "href": "https://www.w3.org/TR/css-anchor-position-1/#typedef-position-try-options-try-tactic", + "href": "https://www.w3.org/TR/css-anchor-position-1/#typedef-position-try-fallbacks-try-tactic", "type": "type", "value": "flip-block || flip-inline || flip-start" }, { "name": "flip-block", "prose": "swaps the values in the block axis (between, for example, margin-block-start and margin-block-end), essentially mirroring across an inline-axis line.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-options-flip-block", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-fallbacks-flip-block", "type": "value", "value": "flip-block" }, { "name": "flip-inline", "prose": "swaps the values in the inline axis, essentially mirroring across a block-axis line.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-options-flip-inline", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-fallbacks-flip-inline", "type": "value", "value": "flip-inline" }, { "name": "flip-start", "prose": "swaps the values of the start properties with each other, and the end properties with each other (between, for example, margin-block-start and margin-inline-start), essentially mirroring across a diagonal drawn from the start-start corner to the end-end corner.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-options-flip-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-fallbacks-flip-start", "type": "value", "value": "flip-start" }, { "name": " || ", - "prose": "Combines the effects of the previous two options: if there is a @position-try rule with the given name, then applies its position option to the element’s base style, transforms it according to the specified , and then adds the result to the element’s position options list. Otherwise, does nothing.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-options-dashed-ident--try-tactic", + "prose": "Combines the effects of the previous two options: if there is a @position-try rule with the given name, applies its position option to the base style, then transforms it according to the specified and adds the result to the box’s position options list. Otherwise, does nothing.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-fallbacks-dashed-ident--try-tactic", "type": "value", "value": " || " }, { - "name": "inset-area()", - "value": "inset-area()", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-options-inset-area-inset-area", - "type": "value" + "name": "<'position-area'>", + "prose": "Automatically creates a position option composed solely of a position-area property with the given value.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-fallbacks-position-area", + "type": "value", + "value": "<'position-area'>" } ], "styleDeclaration": [ - "position-try-options", - "positionTryOptions" + "position-try-fallbacks", + "positionTryFallbacks" ] }, { @@ -274,7 +443,7 @@ "href": "https://www.w3.org/TR/css-anchor-position-1/#propdef-position-try-order", "value": "normal | ", "initial": "normal", - "appliesTo": "absolutely positioned elements", + "appliesTo": "absolutely positioned boxes", "inherited": "no", "percentages": "n/a", "computedValue": "as specified", @@ -283,35 +452,35 @@ "values": [ { "name": "normal", - "prose": "Try the position options in the order specified by position-try-options.", + "prose": "Try the position options in the order specified by position-try-fallbacks.", "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-order-normal", "type": "value", "value": "normal" }, { "name": "most-width", - "prose": "For each entry in the position options list, apply a position option using that option to the element, and find the specified inset-modified containing block size that results from those styles. Stably sort the position options list according to this size, with the largest coming first.", + "prose": "For each entry in the position options list, apply that position option to the box, and find the specified inset-modified containing block size that results from those styles. Stably sort the position options list according to this size, with the largest coming first.", "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-order-most-width", "type": "value", "value": "most-width" }, { "name": "most-height", - "prose": "For each entry in the position options list, apply a position option using that option to the element, and find the specified inset-modified containing block size that results from those styles. Stably sort the position options list according to this size, with the largest coming first.", + "prose": "For each entry in the position options list, apply that position option to the box, and find the specified inset-modified containing block size that results from those styles. Stably sort the position options list according to this size, with the largest coming first.", "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-order-most-height", "type": "value", "value": "most-height" }, { "name": "most-block-size", - "prose": "For each entry in the position options list, apply a position option using that option to the element, and find the specified inset-modified containing block size that results from those styles. Stably sort the position options list according to this size, with the largest coming first.", + "prose": "For each entry in the position options list, apply that position option to the box, and find the specified inset-modified containing block size that results from those styles. Stably sort the position options list according to this size, with the largest coming first.", "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-order-most-block-size", "type": "value", "value": "most-block-size" }, { "name": "most-inline-size", - "prose": "For each entry in the position options list, apply a position option using that option to the element, and find the specified inset-modified containing block size that results from those styles. Stably sort the position options list according to this size, with the largest coming first.", + "prose": "For each entry in the position options list, apply that position option to the box, and find the specified inset-modified containing block size that results from those styles. Stably sort the position options list according to this size, with the largest coming first.", "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-order-most-inline-size", "type": "value", "value": "most-inline-size" @@ -325,7 +494,7 @@ { "name": "position-try", "href": "https://www.w3.org/TR/css-anchor-position-1/#propdef-position-try", - "value": "<'position-try-order'>? <'position-try-options'>", + "value": "<'position-try-order'>? <'position-try-fallbacks'>", "initial": "see individual properties", "appliesTo": "see individual properties", "inherited": "see individual properties", @@ -342,7 +511,7 @@ "atrules": [ { "name": "@position-try", - "prose": "The @position-try rule defines a position option with a given name, specifying one or more sets of positioning properties that will be applied to an element via position-try-options,", + "prose": "The @position-try rule defines a position option with a given name, specifying one or more sets of positioning properties that can be applied to a box via position-try-fallbacks,", "href": "https://www.w3.org/TR/css-anchor-position-1/#at-ruledef-position-try", "descriptors": [], "value": "@position-try { }" @@ -351,274 +520,274 @@ "selectors": [], "values": [ { - "name": "", - "href": "https://www.w3.org/TR/css-anchor-position-1/#typedef-inset-area", + "name": "", + "href": "https://www.w3.org/TR/css-anchor-position-1/#typedef-position-area", "type": "type", - "value": "[ [ left | center | right | span-left | span-right | x-start | x-end | span-x-start | span-x-end | x-self-start | x-self-end | span-x-self-start | span-x-self-end | span-all ] || [ top | center | bottom | span-top | span-bottom | y-start | y-end | span-y-start | span-y-end | y-self-start | y-self-end | span-y-self-start | span-y-self-end | span-all ] | [ block-start | center | block-end | span-block-start | span-block-end | span-all ] || [ inline-start | center | inline-end | span-inline-start | span-inline-end | span-all ] | [ self-block-start | self-block-end | span-self-block-start | span-self-block-end | span-all ] || [ self-inline-start | self-inline-end | span-self-inline-start | span-self-inline-end | span-all ] | [ start | center | end | span-start | span-end | span-all ]{1,2} | [ self-start | center | self-end | span-self-start | span-self-end | span-all ]{1,2} ]", + "value": "[ [ left | center | right | span-left | span-right | x-start | x-end | span-x-start | span-x-end | x-self-start | x-self-end | span-x-self-start | span-x-self-end | span-all ] || [ top | center | bottom | span-top | span-bottom | y-start | y-end | span-y-start | span-y-end | y-self-start | y-self-end | span-y-self-start | span-y-self-end | span-all ] | [ block-start | center | block-end | span-block-start | span-block-end | span-all ] || [ inline-start | center | inline-end | span-inline-start | span-inline-end | span-all ] | [ self-block-start | center | self-block-end | span-self-block-start | span-self-block-end | span-all ] || [ self-inline-start | center | self-inline-end | span-self-inline-start | span-self-inline-end | span-all ] | [ start | center | end | span-start | span-end | span-all ]{1,2} | [ self-start | center | self-end | span-self-start | span-self-end | span-all ]{1,2} ]", "values": [ { "name": "start", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-start", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-start", "type": "value", "value": "start" }, { "name": "end", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-end", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-end", "type": "value", "value": "end" }, { "name": "self-start", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-self-start", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-self-start", "type": "value", "value": "self-start" }, { "name": "self-end", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-self-end", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-self-end", "type": "value", "value": "self-end" }, { "name": "top", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-top", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-top", "type": "value", "value": "top" }, { "name": "bottom", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-bottom", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-bottom", "type": "value", "value": "bottom" }, { "name": "left", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-left", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-left", "type": "value", "value": "left" }, { "name": "right", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-right", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-right", "type": "value", "value": "right" }, { "name": "y-start", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-y-start", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-y-start", "type": "value", "value": "y-start" }, { "name": "y-end", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-y-end", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-y-end", "type": "value", "value": "y-end" }, { "name": "y-self-start", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-y-self-start", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-y-self-start", "type": "value", "value": "y-self-start" }, { "name": "y-self-end", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-y-self-end", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-y-self-end", "type": "value", "value": "y-self-end" }, { "name": "x-start", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-x-start", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-x-start", "type": "value", "value": "x-start" }, { "name": "x-end", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-x-end", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-x-end", "type": "value", "value": "x-end" }, { "name": "x-self-start", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-x-self-start", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-x-self-start", "type": "value", "value": "x-self-start" }, { "name": "x-self-end", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-x-self-end", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-x-self-end", "type": "value", "value": "x-self-end" }, { "name": "block-start", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-block-start", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-block-start", "type": "value", "value": "block-start" }, { "name": "block-end", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-block-end", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-block-end", "type": "value", "value": "block-end" }, { "name": "block-self-start", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-block-self-start", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-block-self-start", "type": "value", "value": "block-self-start" }, { "name": "block-self-end", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-block-self-end", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-block-self-end", "type": "value", "value": "block-self-end" }, { "name": "inline-start", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-inline-start", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-inline-start", "type": "value", "value": "inline-start" }, { "name": "inline-end", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-inline-end", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-inline-end", "type": "value", "value": "inline-end" }, { "name": "inline-self-start", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-inline-self-start", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-inline-self-start", "type": "value", "value": "inline-self-start" }, { "name": "inline-self-end", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-inline-self-end", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-inline-self-end", "type": "value", "value": "inline-self-end" }, { "name": "center", - "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the element’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The \"self\" logical keywords (self-start, x-self-end, etc) are identical, but refer to the element’s own writing mode.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-center", + "prose": "The single corresponding row or column, depending on which axis this keyword is specifying. Like in anchor(), the plain logical keywords (start, end, etc) refer to the writing mode of the box’s containing block. The x-start/etc determine their direction in the same way, but in the specified physical axis. The self-* logical keywords (self-start, x-self-end, etc) are identical, but refer to the box’s own writing mode.", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-center", "type": "value", "value": "center" }, { "name": "span-start", "prose": "Two rows or columns, depending on which axis this keyword is specifying: the center row/column, and the row/column corresponding to the other half of the keyword as per the single-track keywords. (For example, span-top spans the first two rows—​the center row and the top row.)", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-start", "type": "value", "value": "span-start" }, { "name": "span-end", "prose": "Two rows or columns, depending on which axis this keyword is specifying: the center row/column, and the row/column corresponding to the other half of the keyword as per the single-track keywords. (For example, span-top spans the first two rows—​the center row and the top row.)", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-end", "type": "value", "value": "span-end" }, { "name": "span-top", "prose": "Two rows or columns, depending on which axis this keyword is specifying: the center row/column, and the row/column corresponding to the other half of the keyword as per the single-track keywords. (For example, span-top spans the first two rows—​the center row and the top row.)", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-top", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-top", "type": "value", "value": "span-top" }, { "name": "span-bottom", "prose": "Two rows or columns, depending on which axis this keyword is specifying: the center row/column, and the row/column corresponding to the other half of the keyword as per the single-track keywords. (For example, span-top spans the first two rows—​the center row and the top row.)", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-bottom", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-bottom", "type": "value", "value": "span-bottom" }, { "name": "span-y-start", "prose": "Two rows or columns, depending on which axis this keyword is specifying: the center row/column, and the row/column corresponding to the other half of the keyword as per the single-track keywords. (For example, span-top spans the first two rows—​the center row and the top row.)", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-y-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-y-start", "type": "value", "value": "span-y-start" }, { "name": "span-y-end", "prose": "Two rows or columns, depending on which axis this keyword is specifying: the center row/column, and the row/column corresponding to the other half of the keyword as per the single-track keywords. (For example, span-top spans the first two rows—​the center row and the top row.)", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-y-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-y-end", "type": "value", "value": "span-y-end" }, { "name": "span-x-start", "prose": "Two rows or columns, depending on which axis this keyword is specifying: the center row/column, and the row/column corresponding to the other half of the keyword as per the single-track keywords. (For example, span-top spans the first two rows—​the center row and the top row.)", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-x-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-x-start", "type": "value", "value": "span-x-start" }, { "name": "span-x-end", "prose": "Two rows or columns, depending on which axis this keyword is specifying: the center row/column, and the row/column corresponding to the other half of the keyword as per the single-track keywords. (For example, span-top spans the first two rows—​the center row and the top row.)", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-x-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-x-end", "type": "value", "value": "span-x-end" }, { "name": "span-block-start", "prose": "Two rows or columns, depending on which axis this keyword is specifying: the center row/column, and the row/column corresponding to the other half of the keyword as per the single-track keywords. (For example, span-top spans the first two rows—​the center row and the top row.)", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-block-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-block-start", "type": "value", "value": "span-block-start" }, { "name": "span-block-end", "prose": "Two rows or columns, depending on which axis this keyword is specifying: the center row/column, and the row/column corresponding to the other half of the keyword as per the single-track keywords. (For example, span-top spans the first two rows—​the center row and the top row.)", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-block-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-block-end", "type": "value", "value": "span-block-end" }, { "name": "span-inline-start", "prose": "Two rows or columns, depending on which axis this keyword is specifying: the center row/column, and the row/column corresponding to the other half of the keyword as per the single-track keywords. (For example, span-top spans the first two rows—​the center row and the top row.)", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-inline-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-inline-start", "type": "value", "value": "span-inline-start" }, { "name": "span-inline-end", "prose": "Two rows or columns, depending on which axis this keyword is specifying: the center row/column, and the row/column corresponding to the other half of the keyword as per the single-track keywords. (For example, span-top spans the first two rows—​the center row and the top row.)", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-inline-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-inline-end", "type": "value", "value": "span-inline-end" }, { "name": "span-all", "prose": "All three rows or columns, depending on which axis this keyword is specifying.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-all", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-all", "type": "value", "value": "span-all" } @@ -626,10 +795,10 @@ }, { "name": "anchor()", - "prose": "An absolutely-positioned element can use the anchor() function as a value in its inset properties to refer to the position of one or more anchor elements. The anchor() function resolves to a .", + "prose": "An absolutely positioned box can use the anchor() function as a value in its inset properties to refer to the position of one or more anchor boxes. The anchor() function resolves to a . It is only valid to be used in the inset properties.", "href": "https://www.w3.org/TR/css-anchor-position-1/#funcdef-anchor", "type": "function", - "value": "anchor( ? , ? )", + "value": "anchor( ? && , ? )", "values": [ { "name": "", @@ -638,79 +807,72 @@ "type": "value", "value": "" }, - { - "name": "implicit", - "prose": "Selects the implicit anchor element defined for the element, if possible.", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-implicit", - "type": "value", - "value": "implicit" - }, { "name": "inside", - "prose": "Resolves to one of the anchor element’s sides, depending on which inset property it’s used in. inside refers to the same side as the inset property (attaching the element to the \"inside\" of the anchor), while outside refers to the opposite.", + "prose": "Resolves to one of the anchor box’s sides, depending on which inset property it’s used in. inside refers to the same side as the inset property (attaching the positioned box to the \"inside\" of the anchor box), while outside refers to the opposite.", "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-inside", "type": "value", "value": "inside" }, { "name": "outside", - "prose": "Resolves to one of the anchor element’s sides, depending on which inset property it’s used in. inside refers to the same side as the inset property (attaching the element to the \"inside\" of the anchor), while outside refers to the opposite.", + "prose": "Resolves to one of the anchor box’s sides, depending on which inset property it’s used in. inside refers to the same side as the inset property (attaching the positioned box to the \"inside\" of the anchor box), while outside refers to the opposite.", "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-outside", "type": "value", "value": "outside" }, { "name": "top", - "prose": "Refers to the specified side of the anchor element.", + "prose": "Refers to the specified side of the anchor box.", "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-top", "type": "value", "value": "top" }, { "name": "right", - "prose": "Refers to the specified side of the anchor element.", + "prose": "Refers to the specified side of the anchor box.", "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-right", "type": "value", "value": "right" }, { "name": "bottom", - "prose": "Refers to the specified side of the anchor element.", + "prose": "Refers to the specified side of the anchor box.", "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-bottom", "type": "value", "value": "bottom" }, { "name": "left", - "prose": "Refers to the specified side of the anchor element.", + "prose": "Refers to the specified side of the anchor box.", "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-left", "type": "value", "value": "left" }, { "name": "start", - "prose": "Refers to one of the sides of the anchor element in the same axis as the inset property it’s used in, by resolving the keyword against the writing mode of either the positioned element (for self-start and self-end) or the positioned element’s containing block (for start and end).", + "prose": "Refers to one of the sides of the anchor box in the same axis as the inset property it’s used in, by resolving the keyword against the writing mode of either the positioned box (for self-start and self-end) or the positioned box’s containing block (for start and end).", "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-start", "type": "value", "value": "start" }, { "name": "end", - "prose": "Refers to one of the sides of the anchor element in the same axis as the inset property it’s used in, by resolving the keyword against the writing mode of either the positioned element (for self-start and self-end) or the positioned element’s containing block (for start and end).", + "prose": "Refers to one of the sides of the anchor box in the same axis as the inset property it’s used in, by resolving the keyword against the writing mode of either the positioned box (for self-start and self-end) or the positioned box’s containing block (for start and end).", "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-end", "type": "value", "value": "end" }, { "name": "self-start", - "prose": "Refers to one of the sides of the anchor element in the same axis as the inset property it’s used in, by resolving the keyword against the writing mode of either the positioned element (for self-start and self-end) or the positioned element’s containing block (for start and end).", + "prose": "Refers to one of the sides of the anchor box in the same axis as the inset property it’s used in, by resolving the keyword against the writing mode of either the positioned box (for self-start and self-end) or the positioned box’s containing block (for start and end).", "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-self-start", "type": "value", "value": "self-start" }, { "name": "self-end", - "prose": "Refers to one of the sides of the anchor element in the same axis as the inset property it’s used in, by resolving the keyword against the writing mode of either the positioned element (for self-start and self-end) or the positioned element’s containing block (for start and end).", + "prose": "Refers to one of the sides of the anchor box in the same axis as the inset property it’s used in, by resolving the keyword against the writing mode of either the positioned box (for self-start and self-end) or the positioned box’s containing block (for start and end).", "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-self-end", "type": "value", "value": "self-end" @@ -732,10 +894,10 @@ ] }, { - "name": "", - "href": "https://www.w3.org/TR/css-anchor-position-1/#typedef-anchor-element", + "name": "", + "href": "https://www.w3.org/TR/css-anchor-position-1/#typedef-anchor-name", "type": "type", - "value": " | implicit" + "value": "" }, { "name": "", @@ -745,10 +907,10 @@ }, { "name": "anchor-size()", - "prose": "An absolutely-positioned element can use the anchor-size() function in its sizing properties to refer to the size of one or more anchor elements. The anchor-size() function resolves to a .", + "prose": "An absolutely positioned box can use the anchor-size() function in its sizing properties to refer to the size of one or more anchor boxes. The anchor-size() function resolves to a . It is only valid to be used in the accepted @position-try properties.", "href": "https://www.w3.org/TR/css-anchor-position-1/#funcdef-anchor-size", "type": "function", - "value": "anchor-size( ? , ? )", + "value": "anchor-size( [ || ]? , ? )", "values": [ { "name": "width", @@ -766,28 +928,28 @@ }, { "name": "block", - "prose": "The logical keywords (block, inline, self-block, and self-inline) map to one of the physical keywords according to either the writing mode of the element (for self-block and self-inline) or the writing mode of the element’s containing block (for block and inline).", + "prose": "The logical keywords (block, inline, self-block, and self-inline) map to one of the physical keywords according to either the writing mode of the box (for self-block and self-inline) or the writing mode of the box’s containing block (for block and inline).", "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-size-block", "type": "value", "value": "block" }, { "name": "inline", - "prose": "The logical keywords (block, inline, self-block, and self-inline) map to one of the physical keywords according to either the writing mode of the element (for self-block and self-inline) or the writing mode of the element’s containing block (for block and inline).", + "prose": "The logical keywords (block, inline, self-block, and self-inline) map to one of the physical keywords according to either the writing mode of the box (for self-block and self-inline) or the writing mode of the box’s containing block (for block and inline).", "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-size-inline", "type": "value", "value": "inline" }, { "name": "self-block", - "prose": "The logical keywords (block, inline, self-block, and self-inline) map to one of the physical keywords according to either the writing mode of the element (for self-block and self-inline) or the writing mode of the element’s containing block (for block and inline).", + "prose": "The logical keywords (block, inline, self-block, and self-inline) map to one of the physical keywords according to either the writing mode of the box (for self-block and self-inline) or the writing mode of the box’s containing block (for block and inline).", "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-size-self-block", "type": "value", "value": "self-block" }, { "name": "self-inline", - "prose": "The logical keywords (block, inline, self-block, and self-inline) map to one of the physical keywords according to either the writing mode of the element (for self-block and self-inline) or the writing mode of the element’s containing block (for block and inline).", + "prose": "The logical keywords (block, inline, self-block, and self-inline) map to one of the physical keywords according to either the writing mode of the box (for self-block and self-inline) or the writing mode of the box’s containing block (for block and inline).", "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-size-self-inline", "type": "value", "value": "self-inline" diff --git a/tr/dfns/css-anchor-position-1.json b/tr/dfns/css-anchor-position-1.json index 9a71eb0ecf57..30acbca3fbaa 100644 --- a/tr/dfns/css-anchor-position-1.json +++ b/tr/dfns/css-anchor-position-1.json @@ -67,6 +67,25 @@ "linkingText": [ "anchor element" ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "name", + "href": "https://www.w3.org/TR/css-anchor-position-1/#name", + "title": "Creating an Anchor: the anchor-name property", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "anchor-box", + "href": "https://www.w3.org/TR/css-anchor-position-1/#anchor-box", + "linkingText": [ + "anchor box" + ], "localLinkingText": [ "anchor" ], @@ -300,10 +319,10 @@ "definedIn": "table" }, { - "id": "default-anchor-specifier", - "href": "https://www.w3.org/TR/css-anchor-position-1/#default-anchor-specifier", + "id": "default-anchor-element", + "href": "https://www.w3.org/TR/css-anchor-position-1/#default-anchor-element", "linkingText": [ - "default anchor specifier" + "default anchor element" ], "localLinkingText": [], "type": "dfn", @@ -319,10 +338,52 @@ "definedIn": "prose" }, { - "id": "default-anchor-element", - "href": "https://www.w3.org/TR/css-anchor-position-1/#default-anchor-element", + "id": "valdef-position-anchor-auto", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-anchor-auto", "linkingText": [ - "default anchor element" + "auto" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "position-anchor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "position-anchor", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-anchor", + "title": "Default Anchors: the position-anchor property", + "number": "2.4" + }, + "definedIn": "dt" + }, + { + "id": "valdef-position-anchor-anchor-name", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-anchor-anchor-name", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "position-anchor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "position-anchor", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-anchor", + "title": "Default Anchors: the position-anchor property", + "number": "2.4" + }, + "definedIn": "dt" + }, + { + "id": "default-anchor-box", + "href": "https://www.w3.org/TR/css-anchor-position-1/#default-anchor-box", + "linkingText": [ + "default anchor box" ], "localLinkingText": [], "type": "dfn", @@ -338,10 +399,10 @@ "definedIn": "prose" }, { - "id": "propdef-inset-area", - "href": "https://www.w3.org/TR/css-anchor-position-1/#propdef-inset-area", + "id": "propdef-position-area", + "href": "https://www.w3.org/TR/css-anchor-position-1/#propdef-position-area", "linkingText": [ - "inset-area" + "position-area" ], "localLinkingText": [], "type": "property", @@ -349,18 +410,18 @@ "access": "public", "informative": false, "heading": { - "id": "inset-area", - "href": "https://www.w3.org/TR/css-anchor-position-1/#inset-area", - "title": "The inset-area Property", + "id": "position-area", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-area", + "title": "The position-area Property", "number": "3.1" }, "definedIn": "table" }, { - "id": "typedef-inset-area", - "href": "https://www.w3.org/TR/css-anchor-position-1/#typedef-inset-area", + "id": "typedef-position-area", + "href": "https://www.w3.org/TR/css-anchor-position-1/#typedef-position-area", "linkingText": [ - "" + "" ], "localLinkingText": [], "type": "type", @@ -368,60 +429,60 @@ "access": "public", "informative": false, "heading": { - "id": "inset-area", - "href": "https://www.w3.org/TR/css-anchor-position-1/#inset-area", - "title": "The inset-area Property", + "id": "position-area", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-area", + "title": "The position-area Property", "number": "3.1" }, "definedIn": "pre" }, { - "id": "valdef-inset-area-none", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-none", + "id": "valdef-position-area-none", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-none", "linkingText": [ "none" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area" + "position-area" ], "access": "public", "informative": false, "heading": { - "id": "inset-area", - "href": "https://www.w3.org/TR/css-anchor-position-1/#inset-area", - "title": "The inset-area Property", + "id": "position-area", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-area", + "title": "The position-area Property", "number": "3.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-inset-area", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-inset-area", + "id": "valdef-position-area-position-area", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-position-area", "linkingText": [ - "" + "" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area" + "position-area" ], "access": "public", "informative": false, "heading": { - "id": "inset-area", - "href": "https://www.w3.org/TR/css-anchor-position-1/#inset-area", - "title": "The inset-area Property", + "id": "position-area", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-area", + "title": "The position-area Property", "number": "3.1" }, "definedIn": "dt" }, { - "id": "inset-area-grid", - "href": "https://www.w3.org/TR/css-anchor-position-1/#inset-area-grid", + "id": "position-area-grid", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-area-grid", "linkingText": [ - "inset-area grid" + "position-area grid" ], "localLinkingText": [], "type": "dfn", @@ -431,843 +492,843 @@ "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "prose" }, { - "id": "valdef-inset-area-start", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-start", + "id": "valdef-position-area-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-start", "linkingText": [ "start" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-end", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-end", + "id": "valdef-position-area-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-end", "linkingText": [ "end" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-self-start", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-self-start", + "id": "valdef-position-area-self-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-self-start", "linkingText": [ "self-start" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-self-end", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-self-end", + "id": "valdef-position-area-self-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-self-end", "linkingText": [ "self-end" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-top", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-top", + "id": "valdef-position-area-top", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-top", "linkingText": [ "top" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-bottom", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-bottom", + "id": "valdef-position-area-bottom", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-bottom", "linkingText": [ "bottom" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-left", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-left", + "id": "valdef-position-area-left", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-left", "linkingText": [ "left" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-right", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-right", + "id": "valdef-position-area-right", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-right", "linkingText": [ "right" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-y-start", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-y-start", + "id": "valdef-position-area-y-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-y-start", "linkingText": [ "y-start" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-y-end", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-y-end", + "id": "valdef-position-area-y-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-y-end", "linkingText": [ "y-end" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-y-self-start", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-y-self-start", + "id": "valdef-position-area-y-self-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-y-self-start", "linkingText": [ "y-self-start" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-y-self-end", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-y-self-end", + "id": "valdef-position-area-y-self-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-y-self-end", "linkingText": [ "y-self-end" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-x-start", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-x-start", + "id": "valdef-position-area-x-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-x-start", "linkingText": [ "x-start" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-x-end", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-x-end", + "id": "valdef-position-area-x-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-x-end", "linkingText": [ "x-end" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-x-self-start", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-x-self-start", + "id": "valdef-position-area-x-self-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-x-self-start", "linkingText": [ "x-self-start" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-x-self-end", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-x-self-end", + "id": "valdef-position-area-x-self-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-x-self-end", "linkingText": [ "x-self-end" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-block-start", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-block-start", + "id": "valdef-position-area-block-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-block-start", "linkingText": [ "block-start" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-block-end", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-block-end", + "id": "valdef-position-area-block-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-block-end", "linkingText": [ "block-end" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-block-self-start", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-block-self-start", + "id": "valdef-position-area-block-self-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-block-self-start", "linkingText": [ "block-self-start" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-block-self-end", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-block-self-end", + "id": "valdef-position-area-block-self-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-block-self-end", "linkingText": [ "block-self-end" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-inline-start", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-inline-start", + "id": "valdef-position-area-inline-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-inline-start", "linkingText": [ "inline-start" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-inline-end", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-inline-end", + "id": "valdef-position-area-inline-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-inline-end", "linkingText": [ "inline-end" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-inline-self-start", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-inline-self-start", + "id": "valdef-position-area-inline-self-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-inline-self-start", "linkingText": [ "inline-self-start" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-inline-self-end", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-inline-self-end", + "id": "valdef-position-area-inline-self-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-inline-self-end", "linkingText": [ "inline-self-end" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-center", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-center", + "id": "valdef-position-area-center", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-center", "linkingText": [ "center" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-span-start", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-start", + "id": "valdef-position-area-span-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-start", "linkingText": [ "span-start" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-span-end", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-end", + "id": "valdef-position-area-span-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-end", "linkingText": [ "span-end" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-span-top", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-top", + "id": "valdef-position-area-span-top", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-top", "linkingText": [ "span-top" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-span-bottom", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-bottom", + "id": "valdef-position-area-span-bottom", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-bottom", "linkingText": [ "span-bottom" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-span-y-start", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-y-start", + "id": "valdef-position-area-span-y-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-y-start", "linkingText": [ "span-y-start" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-span-y-end", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-y-end", + "id": "valdef-position-area-span-y-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-y-end", "linkingText": [ "span-y-end" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-span-x-start", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-x-start", + "id": "valdef-position-area-span-x-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-x-start", "linkingText": [ "span-x-start" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-span-x-end", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-x-end", + "id": "valdef-position-area-span-x-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-x-end", "linkingText": [ "span-x-end" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-span-block-start", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-block-start", + "id": "valdef-position-area-span-block-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-block-start", "linkingText": [ "span-block-start" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-span-block-end", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-block-end", + "id": "valdef-position-area-span-block-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-block-end", "linkingText": [ "span-block-end" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-span-inline-start", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-inline-start", + "id": "valdef-position-area-span-inline-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-inline-start", "linkingText": [ "span-inline-start" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-span-inline-end", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-inline-end", + "id": "valdef-position-area-span-inline-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-inline-end", "linkingText": [ "span-inline-end" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" }, { - "id": "valdef-inset-area-span-all", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-all", + "id": "valdef-position-area-span-all", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-all", "linkingText": [ "span-all" ], "localLinkingText": [], "type": "value", "for": [ - "inset-area", - "" + "position-area", + "" ], "access": "public", "informative": false, "heading": { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, "definedIn": "dt" @@ -1292,10 +1353,10 @@ "definedIn": "prose" }, { - "id": "typedef-anchor-element", - "href": "https://www.w3.org/TR/css-anchor-position-1/#typedef-anchor-element", + "id": "typedef-anchor-name", + "href": "https://www.w3.org/TR/css-anchor-position-1/#typedef-anchor-name", "linkingText": [ - "" + "" ], "localLinkingText": [], "type": "type", @@ -1329,27 +1390,6 @@ }, "definedIn": "pre" }, - { - "id": "valdef-anchor-implicit", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-implicit", - "linkingText": [ - "implicit" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "anchor()" - ], - "access": "public", - "informative": false, - "heading": { - "id": "anchor-pos", - "href": "https://www.w3.org/TR/css-anchor-position-1/#anchor-pos", - "title": "The anchor() Function", - "number": "3.2" - }, - "definedIn": "dt" - }, { "id": "valdef-anchor-inside", "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-inside", @@ -1663,6 +1703,166 @@ }, "definedIn": "prose" }, + { + "id": "propdef-position-visibility", + "href": "https://www.w3.org/TR/css-anchor-position-1/#propdef-position-visibility", + "linkingText": [ + "position-visibility" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "position-visibility", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-visibility", + "title": "Conditional Hiding: the position-visibility property", + "number": "3.6" + }, + "definedIn": "table" + }, + { + "id": "valdef-position-visibility-always", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-visibility-always", + "linkingText": [ + "always" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "position-visibility" + ], + "access": "public", + "informative": false, + "heading": { + "id": "position-visibility", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-visibility", + "title": "Conditional Hiding: the position-visibility property", + "number": "3.6" + }, + "definedIn": "dt" + }, + { + "id": "valdef-position-visibility-anchors-valid", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-visibility-anchors-valid", + "linkingText": [ + "anchors-valid" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "position-visibility" + ], + "access": "public", + "informative": false, + "heading": { + "id": "position-visibility", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-visibility", + "title": "Conditional Hiding: the position-visibility property", + "number": "3.6" + }, + "definedIn": "dt" + }, + { + "id": "required-anchor-reference", + "href": "https://www.w3.org/TR/css-anchor-position-1/#required-anchor-reference", + "linkingText": [ + "required anchor reference" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "position-visibility", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-visibility", + "title": "Conditional Hiding: the position-visibility property", + "number": "3.6" + }, + "definedIn": "prose" + }, + { + "id": "valdef-position-visibility-anchors-visible", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-visibility-anchors-visible", + "linkingText": [ + "anchors-visible" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "position-visibility" + ], + "access": "public", + "informative": false, + "heading": { + "id": "position-visibility", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-visibility", + "title": "Conditional Hiding: the position-visibility property", + "number": "3.6" + }, + "definedIn": "dt" + }, + { + "id": "valdef-position-visibility-no-overflow", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-visibility-no-overflow", + "linkingText": [ + "no-overflow" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "position-visibility" + ], + "access": "public", + "informative": false, + "heading": { + "id": "position-visibility", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-visibility", + "title": "Conditional Hiding: the position-visibility property", + "number": "3.6" + }, + "definedIn": "dt" + }, + { + "id": "clipped-by-intervening-boxes", + "href": "https://www.w3.org/TR/css-anchor-position-1/#clipped-by-intervening-boxes", + "linkingText": [ + "clipped by intervening boxes" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "position-visibility", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-visibility", + "title": "Conditional Hiding: the position-visibility property", + "number": "3.6" + }, + "definedIn": "prose" + }, + { + "id": "strongly-hidden", + "href": "https://www.w3.org/TR/css-anchor-position-1/#strongly-hidden", + "linkingText": [ + "strongly hidden" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "position-visibility", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-visibility", + "title": "Conditional Hiding: the position-visibility property", + "number": "3.6" + }, + "definedIn": "prose" + }, { "id": "funcdef-anchor-size", "href": "https://www.w3.org/TR/css-anchor-position-1/#funcdef-anchor-size", @@ -1848,10 +2048,10 @@ "definedIn": "prose" }, { - "id": "propdef-position-try-options", - "href": "https://www.w3.org/TR/css-anchor-position-1/#propdef-position-try-options", + "id": "propdef-position-try-fallbacks", + "href": "https://www.w3.org/TR/css-anchor-position-1/#propdef-position-try-fallbacks", "linkingText": [ - "position-try-options" + "position-try-fallbacks" ], "localLinkingText": [], "type": "property", @@ -1859,9 +2059,9 @@ "access": "public", "informative": false, "heading": { - "id": "position-try-options", - "href": "https://www.w3.org/TR/css-anchor-position-1/#position-try-options", - "title": "Giving Fallback Options: the position-try-options property", + "id": "position-try-fallbacks", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-try-fallbacks", + "title": "Giving Fallback Options: the position-try-fallbacks property", "number": "5.1" }, "definedIn": "table" @@ -1878,181 +2078,200 @@ "access": "public", "informative": false, "heading": { - "id": "position-try-options", - "href": "https://www.w3.org/TR/css-anchor-position-1/#position-try-options", - "title": "Giving Fallback Options: the position-try-options property", + "id": "position-try-fallbacks", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-try-fallbacks", + "title": "Giving Fallback Options: the position-try-fallbacks property", "number": "5.1" }, "definedIn": "prose" }, { - "id": "valdef-position-try-options-none", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-options-none", + "id": "valdef-position-try-fallbacks-none", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-fallbacks-none", "linkingText": [ "none" ], "localLinkingText": [], "type": "value", "for": [ - "position-try-options" + "position-try-fallbacks" ], "access": "public", "informative": false, "heading": { - "id": "position-try-options", - "href": "https://www.w3.org/TR/css-anchor-position-1/#position-try-options", - "title": "Giving Fallback Options: the position-try-options property", + "id": "position-try-fallbacks", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-try-fallbacks", + "title": "Giving Fallback Options: the position-try-fallbacks property", "number": "5.1" }, "definedIn": "dt" }, { - "id": "valdef-position-try-options-try-tactic", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-options-try-tactic", + "id": "valdef-position-try-fallbacks-try-tactic", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-fallbacks-try-tactic", "linkingText": [ "" ], "localLinkingText": [], "type": "value", "for": [ - "position-try-options" + "position-try-fallbacks" ], "access": "public", "informative": false, "heading": { - "id": "position-try-options", - "href": "https://www.w3.org/TR/css-anchor-position-1/#position-try-options", - "title": "Giving Fallback Options: the position-try-options property", + "id": "position-try-fallbacks", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-try-fallbacks", + "title": "Giving Fallback Options: the position-try-fallbacks property", "number": "5.1" }, "definedIn": "dt" }, { - "id": "typedef-position-try-options-try-tactic", - "href": "https://www.w3.org/TR/css-anchor-position-1/#typedef-position-try-options-try-tactic", + "id": "typedef-position-try-fallbacks-try-tactic", + "href": "https://www.w3.org/TR/css-anchor-position-1/#typedef-position-try-fallbacks-try-tactic", "linkingText": [ "" ], "localLinkingText": [], "type": "type", "for": [ - "position-try-options" + "position-try-fallbacks" ], "access": "public", "informative": false, "heading": { - "id": "position-try-options", - "href": "https://www.w3.org/TR/css-anchor-position-1/#position-try-options", - "title": "Giving Fallback Options: the position-try-options property", + "id": "position-try-fallbacks", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-try-fallbacks", + "title": "Giving Fallback Options: the position-try-fallbacks property", "number": "5.1" }, "definedIn": "pre" }, { - "id": "valdef-position-try-options-flip-block", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-options-flip-block", + "id": "valdef-position-try-fallbacks-flip-block", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-fallbacks-flip-block", "linkingText": [ "flip-block" ], "localLinkingText": [], "type": "value", "for": [ - "position-try-options" + "position-try-fallbacks" ], "access": "public", "informative": false, "heading": { - "id": "position-try-options", - "href": "https://www.w3.org/TR/css-anchor-position-1/#position-try-options", - "title": "Giving Fallback Options: the position-try-options property", + "id": "position-try-fallbacks", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-try-fallbacks", + "title": "Giving Fallback Options: the position-try-fallbacks property", "number": "5.1" }, "definedIn": "dt" }, { - "id": "valdef-position-try-options-flip-inline", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-options-flip-inline", + "id": "valdef-position-try-fallbacks-flip-inline", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-fallbacks-flip-inline", "linkingText": [ "flip-inline" ], "localLinkingText": [], "type": "value", "for": [ - "position-try-options" + "position-try-fallbacks" ], "access": "public", "informative": false, "heading": { - "id": "position-try-options", - "href": "https://www.w3.org/TR/css-anchor-position-1/#position-try-options", - "title": "Giving Fallback Options: the position-try-options property", + "id": "position-try-fallbacks", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-try-fallbacks", + "title": "Giving Fallback Options: the position-try-fallbacks property", "number": "5.1" }, "definedIn": "dt" }, { - "id": "valdef-position-try-options-flip-start", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-options-flip-start", + "id": "valdef-position-try-fallbacks-flip-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-fallbacks-flip-start", "linkingText": [ "flip-start" ], "localLinkingText": [], "type": "value", "for": [ - "position-try-options" + "position-try-fallbacks" ], "access": "public", "informative": false, "heading": { - "id": "position-try-options", - "href": "https://www.w3.org/TR/css-anchor-position-1/#position-try-options", - "title": "Giving Fallback Options: the position-try-options property", + "id": "position-try-fallbacks", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-try-fallbacks", + "title": "Giving Fallback Options: the position-try-fallbacks property", "number": "5.1" }, "definedIn": "dt" }, { - "id": "valdef-position-try-options-dashed-ident--try-tactic", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-options-dashed-ident--try-tactic", + "id": "valdef-position-try-fallbacks-dashed-ident--try-tactic", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-fallbacks-dashed-ident--try-tactic", "linkingText": [ " || " ], "localLinkingText": [], "type": "value", "for": [ - "position-try-options" + "position-try-fallbacks" ], "access": "public", "informative": false, "heading": { - "id": "position-try-options", - "href": "https://www.w3.org/TR/css-anchor-position-1/#position-try-options", - "title": "Giving Fallback Options: the position-try-options property", + "id": "position-try-fallbacks", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-try-fallbacks", + "title": "Giving Fallback Options: the position-try-fallbacks property", "number": "5.1" }, "definedIn": "dt" }, { - "id": "valdef-position-try-options-inset-area-inset-area", - "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-options-inset-area-inset-area", + "id": "valdef-position-try-fallbacks-position-area", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-fallbacks-position-area", "linkingText": [ - "inset-area( <'inset-area'> )" + "<'position-area'>" ], "localLinkingText": [], "type": "value", "for": [ - "position-try-options" + "position-try-fallbacks" ], "access": "public", "informative": false, "heading": { - "id": "position-try-options", - "href": "https://www.w3.org/TR/css-anchor-position-1/#position-try-options", - "title": "Giving Fallback Options: the position-try-options property", + "id": "position-try-fallbacks", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-try-fallbacks", + "title": "Giving Fallback Options: the position-try-fallbacks property", "number": "5.1" }, "definedIn": "dt" }, + { + "id": "swap-due-to-a-try-tactic", + "href": "https://www.w3.org/TR/css-anchor-position-1/#swap-due-to-a-try-tactic", + "linkingText": [ + "swap due to a try-tactic" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "position-try-fallbacks", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-try-fallbacks", + "title": "Giving Fallback Options: the position-try-fallbacks property", + "number": "5.1" + }, + "definedIn": "prose" + }, { "id": "propdef-position-try-order", "href": "https://www.w3.org/TR/css-anchor-position-1/#propdef-position-try-order", @@ -2311,10 +2530,10 @@ "definedIn": "prose" }, { - "id": "determine-the-position-fallback-styles", - "href": "https://www.w3.org/TR/css-anchor-position-1/#determine-the-position-fallback-styles", + "id": "determine-position-fallback-styles", + "href": "https://www.w3.org/TR/css-anchor-position-1/#determine-position-fallback-styles", "linkingText": [ - "determine the position fallback styles" + "determine position fallback styles" ], "localLinkingText": [], "type": "dfn", @@ -2338,7 +2557,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "fallback-apply", @@ -2367,6 +2586,1495 @@ }, "definedIn": "pre" }, + { + "id": "csspositiontrydescriptors", + "href": "https://www.w3.org/TR/css-anchor-position-1/#csspositiontrydescriptors", + "linkingText": [ + "CSSPositionTryDescriptors" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-margin", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margin", + "linkingText": [ + "margin" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-margintop", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margintop", + "linkingText": [ + "marginTop" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-marginright", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-marginright", + "linkingText": [ + "marginRight" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-marginbottom", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-marginbottom", + "linkingText": [ + "marginBottom" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-marginleft", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-marginleft", + "linkingText": [ + "marginLeft" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-marginblock", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-marginblock", + "linkingText": [ + "marginBlock" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-marginblockstart", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-marginblockstart", + "linkingText": [ + "marginBlockStart" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-marginblockend", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-marginblockend", + "linkingText": [ + "marginBlockEnd" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-margininline", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margininline", + "linkingText": [ + "marginInline" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-margininlinestart", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margininlinestart", + "linkingText": [ + "marginInlineStart" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-margininlineend", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margininlineend", + "linkingText": [ + "marginInlineEnd" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-margin-top", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margin-top", + "linkingText": [ + "margin-top" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-margin-right", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margin-right", + "linkingText": [ + "margin-right" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-margin-bottom", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margin-bottom", + "linkingText": [ + "margin-bottom" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-margin-left", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margin-left", + "linkingText": [ + "margin-left" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-margin-block", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margin-block", + "linkingText": [ + "margin-block" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-margin-block-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margin-block-start", + "linkingText": [ + "margin-block-start" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-margin-block-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margin-block-end", + "linkingText": [ + "margin-block-end" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-margin-inline", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margin-inline", + "linkingText": [ + "margin-inline" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-margin-inline-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margin-inline-start", + "linkingText": [ + "margin-inline-start" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-margin-inline-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margin-inline-end", + "linkingText": [ + "margin-inline-end" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-inset", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-inset", + "linkingText": [ + "inset" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-insetblock", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-insetblock", + "linkingText": [ + "insetBlock" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-insetblockstart", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-insetblockstart", + "linkingText": [ + "insetBlockStart" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-insetblockend", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-insetblockend", + "linkingText": [ + "insetBlockEnd" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-insetinline", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-insetinline", + "linkingText": [ + "insetInline" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-insetinlinestart", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-insetinlinestart", + "linkingText": [ + "insetInlineStart" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-insetinlineend", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-insetinlineend", + "linkingText": [ + "insetInlineEnd" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-top", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-top", + "linkingText": [ + "top" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-left", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-left", + "linkingText": [ + "left" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-right", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-right", + "linkingText": [ + "right" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-bottom", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-bottom", + "linkingText": [ + "bottom" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-inset-block", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-inset-block", + "linkingText": [ + "inset-block" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-inset-block-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-inset-block-start", + "linkingText": [ + "inset-block-start" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-inset-block-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-inset-block-end", + "linkingText": [ + "inset-block-end" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-inset-inline", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-inset-inline", + "linkingText": [ + "inset-inline" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-inset-inline-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-inset-inline-start", + "linkingText": [ + "inset-inline-start" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-inset-inline-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-inset-inline-end", + "linkingText": [ + "inset-inline-end" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-width", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-width", + "linkingText": [ + "width" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-minwidth", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-minwidth", + "linkingText": [ + "minWidth" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-maxwidth", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-maxwidth", + "linkingText": [ + "maxWidth" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-height", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-height", + "linkingText": [ + "height" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-minheight", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-minheight", + "linkingText": [ + "minHeight" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-maxheight", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-maxheight", + "linkingText": [ + "maxHeight" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-blocksize", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-blocksize", + "linkingText": [ + "blockSize" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-minblocksize", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-minblocksize", + "linkingText": [ + "minBlockSize" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-maxblocksize", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-maxblocksize", + "linkingText": [ + "maxBlockSize" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-inlinesize", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-inlinesize", + "linkingText": [ + "inlineSize" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-mininlinesize", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-mininlinesize", + "linkingText": [ + "minInlineSize" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-maxinlinesize", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-maxinlinesize", + "linkingText": [ + "maxInlineSize" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-min-width", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-min-width", + "linkingText": [ + "min-width" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-max-width", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-max-width", + "linkingText": [ + "max-width" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-min-height", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-min-height", + "linkingText": [ + "min-height" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-max-height", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-max-height", + "linkingText": [ + "max-height" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-block-size", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-block-size", + "linkingText": [ + "block-size" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-min-block-size", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-min-block-size", + "linkingText": [ + "min-block-size" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-max-block-size", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-max-block-size", + "linkingText": [ + "max-block-size" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-inline-size", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-inline-size", + "linkingText": [ + "inline-size" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-min-inline-size", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-min-inline-size", + "linkingText": [ + "min-inline-size" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-max-inline-size", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-max-inline-size", + "linkingText": [ + "max-inline-size" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-placeself", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-placeself", + "linkingText": [ + "placeSelf" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-alignself", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-alignself", + "linkingText": [ + "alignSelf" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-justifyself", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-justifyself", + "linkingText": [ + "justifySelf" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-place-self", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-place-self", + "linkingText": [ + "place-self" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-align-self", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-align-self", + "linkingText": [ + "align-self" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-justify-self", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-justify-self", + "linkingText": [ + "justify-self" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-positionanchor", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-positionanchor", + "linkingText": [ + "positionAnchor" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-position-anchor", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-position-anchor", + "linkingText": [ + "position-anchor" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-positionarea", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-positionarea", + "linkingText": [ + "positionArea" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csspositiontrydescriptors-position-area", + "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-position-area", + "linkingText": [ + "position-area" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSPositionTryDescriptors" + ], + "access": "public", + "informative": false, + "heading": { + "id": "om-position-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", + "title": "The CSSPositionTryRule interface", + "number": "6.1" + }, + "definedIn": "pre" + }, { "id": "dom-csspositiontryrule-name", "href": "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontryrule-name", diff --git a/tr/dfns/mediasession.json b/tr/dfns/mediasession.json index cf97aee23845..ac9684a90905 100644 --- a/tr/dfns/mediasession.json +++ b/tr/dfns/mediasession.json @@ -1571,6 +1571,26 @@ }, "definedIn": "prose" }, + { + "id": "mediametadata-converted-artwork-images", + "href": "https://www.w3.org/TR/mediasession/#mediametadata-converted-artwork-images", + "linkingText": [ + "converted artwork images" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "MediaMetadata" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/mediasession/#title", + "title": "Media Session" + }, + "definedIn": "prose" + }, { "id": "mediametadata-chapter-information", "href": "https://www.w3.org/TR/mediasession/#mediametadata-chapter-information", diff --git a/tr/dfns/webcodecs.json b/tr/dfns/webcodecs.json index f0d1d2935215..5ae1e49dad4a 100644 --- a/tr/dfns/webcodecs.json +++ b/tr/dfns/webcodecs.json @@ -36,9 +36,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "definitions", + "href": "https://www.w3.org/TR/webcodecs/#definitions", + "title": "Definitions", + "number": "1" }, "definedIn": "dt" }, @@ -54,9 +55,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "definitions", + "href": "https://www.w3.org/TR/webcodecs/#definitions", + "title": "Definitions", + "number": "1" }, "definedIn": "dt" }, @@ -72,9 +74,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "definitions", + "href": "https://www.w3.org/TR/webcodecs/#definitions", + "title": "Definitions", + "number": "1" }, "definedIn": "dt" }, @@ -90,9 +93,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "definitions", + "href": "https://www.w3.org/TR/webcodecs/#definitions", + "title": "Definitions", + "number": "1" }, "definedIn": "dt" }, @@ -108,9 +112,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "definitions", + "href": "https://www.w3.org/TR/webcodecs/#definitions", + "title": "Definitions", + "number": "1" }, "definedIn": "dt" }, @@ -126,9 +131,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "definitions", + "href": "https://www.w3.org/TR/webcodecs/#definitions", + "title": "Definitions", + "number": "1" }, "definedIn": "dt" }, @@ -144,9 +150,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "definitions", + "href": "https://www.w3.org/TR/webcodecs/#definitions", + "title": "Definitions", + "number": "1" }, "definedIn": "dt" }, @@ -162,9 +169,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "definitions", + "href": "https://www.w3.org/TR/webcodecs/#definitions", + "title": "Definitions", + "number": "1" }, "definedIn": "dt" }, @@ -180,9 +188,29 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "definitions", + "href": "https://www.w3.org/TR/webcodecs/#definitions", + "title": "Definitions", + "number": "1" + }, + "definedIn": "dt" + }, + { + "id": "display-p3-color-space", + "href": "https://www.w3.org/TR/webcodecs/#display-p3-color-space", + "linkingText": [ + "Display P3 Color Space" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "definitions", + "href": "https://www.w3.org/TR/webcodecs/#definitions", + "title": "Definitions", + "number": "1" }, "definedIn": "dt" }, @@ -198,9 +226,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "definitions", + "href": "https://www.w3.org/TR/webcodecs/#definitions", + "title": "Definitions", + "number": "1" }, "definedIn": "dt" }, @@ -216,9 +245,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "definitions", + "href": "https://www.w3.org/TR/webcodecs/#definitions", + "title": "Definitions", + "number": "1" }, "definedIn": "dt" }, @@ -272,9 +302,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "control-messages", + "href": "https://www.w3.org/TR/webcodecs/#control-messages", + "title": "Control Messages", + "number": "2.2" }, "definedIn": "prose" }, @@ -290,9 +321,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "control-messages", + "href": "https://www.w3.org/TR/webcodecs/#control-messages", + "title": "Control Messages", + "number": "2.2" }, "definedIn": "prose" }, @@ -309,9 +341,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "control-messages", + "href": "https://www.w3.org/TR/webcodecs/#control-messages", + "title": "Control Messages", + "number": "2.2" }, "definedIn": "prose" }, @@ -328,9 +361,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "control-messages", + "href": "https://www.w3.org/TR/webcodecs/#control-messages", + "title": "Control Messages", + "number": "2.2" }, "definedIn": "prose" }, @@ -346,9 +380,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "control-messages", + "href": "https://www.w3.org/TR/webcodecs/#control-messages", + "title": "Control Messages", + "number": "2.2" }, "definedIn": "prose" }, @@ -364,9 +399,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "control-messages", + "href": "https://www.w3.org/TR/webcodecs/#control-messages", + "title": "Control Messages", + "number": "2.2" }, "definedIn": "prose" }, @@ -401,9 +437,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "codec-work-parallel-queue", + "href": "https://www.w3.org/TR/webcodecs/#codec-work-parallel-queue", + "title": "Codec Work Parallel Queue", + "number": "2.3" }, "definedIn": "prose" }, @@ -419,9 +456,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "codec-work-parallel-queue", + "href": "https://www.w3.org/TR/webcodecs/#codec-work-parallel-queue", + "title": "Codec Work Parallel Queue", + "number": "2.3" }, "definedIn": "prose" }, @@ -459,9 +497,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-interface", + "title": "AudioDecoder Interface", + "number": "3" }, "definedIn": "pre" }, @@ -479,9 +518,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-interface", + "title": "AudioDecoder Interface", + "number": "3" }, "definedIn": "pre" }, @@ -499,9 +539,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-interface", + "title": "AudioDecoder Interface", + "number": "3" }, "definedIn": "pre" }, @@ -519,9 +560,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-interface", + "title": "AudioDecoder Interface", + "number": "3" }, "definedIn": "pre" }, @@ -537,9 +579,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-interface", + "title": "AudioDecoder Interface", + "number": "3" }, "definedIn": "pre" }, @@ -557,9 +600,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-interface", + "title": "AudioDecoder Interface", + "number": "3" }, "definedIn": "pre" }, @@ -577,9 +621,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-interface", + "title": "AudioDecoder Interface", + "number": "3" }, "definedIn": "pre" }, @@ -595,9 +640,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-interface", + "title": "AudioDecoder Interface", + "number": "3" }, "definedIn": "pre" }, @@ -615,9 +661,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-interface", + "title": "AudioDecoder Interface", + "number": "3" }, "definedIn": "pre" }, @@ -656,9 +703,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-internal-slots", + "title": "Internal Slots", + "number": "3.1" }, "definedIn": "dt" }, @@ -676,9 +724,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-internal-slots", + "title": "Internal Slots", + "number": "3.1" }, "definedIn": "dt" }, @@ -696,9 +745,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-internal-slots", + "title": "Internal Slots", + "number": "3.1" }, "definedIn": "dt" }, @@ -716,9 +766,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-internal-slots", + "title": "Internal Slots", + "number": "3.1" }, "definedIn": "dt" }, @@ -736,9 +787,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-internal-slots", + "title": "Internal Slots", + "number": "3.1" }, "definedIn": "dt" }, @@ -756,9 +808,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-internal-slots", + "title": "Internal Slots", + "number": "3.1" }, "definedIn": "dt" }, @@ -776,9 +829,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-internal-slots", + "title": "Internal Slots", + "number": "3.1" }, "definedIn": "dt" }, @@ -796,9 +850,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-internal-slots", + "title": "Internal Slots", + "number": "3.1" }, "definedIn": "dt" }, @@ -816,9 +871,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-internal-slots", + "title": "Internal Slots", + "number": "3.1" }, "definedIn": "dt" }, @@ -836,9 +892,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-internal-slots", + "title": "Internal Slots", + "number": "3.1" }, "definedIn": "dt" }, @@ -856,9 +913,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-internal-slots", + "title": "Internal Slots", + "number": "3.1" }, "definedIn": "dt" }, @@ -919,9 +977,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-attributes", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-attributes", + "title": "Attributes", + "number": "3.3" }, "definedIn": "dt" }, @@ -939,9 +998,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-attributes", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-attributes", + "title": "Attributes", + "number": "3.3" }, "definedIn": "dt" }, @@ -1001,9 +1061,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-methods", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-methods", + "title": "Methods", + "number": "3.5" }, "definedIn": "dt" }, @@ -1021,9 +1082,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-methods", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-methods", + "title": "Methods", + "number": "3.5" }, "definedIn": "dt" }, @@ -1041,9 +1103,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-methods", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-methods", + "title": "Methods", + "number": "3.5" }, "definedIn": "dt" }, @@ -1061,9 +1124,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-methods", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-methods", + "title": "Methods", + "number": "3.5" }, "definedIn": "dt" }, @@ -1081,9 +1145,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-methods", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-methods", + "title": "Methods", + "number": "3.5" }, "definedIn": "dt" }, @@ -1120,9 +1185,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-algorithms", + "title": "Algorithms", + "number": "3.6" }, "definedIn": "dt" }, @@ -1138,9 +1204,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-algorithms", + "title": "Algorithms", + "number": "3.6" }, "definedIn": "dt" }, @@ -1156,9 +1223,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodecoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder-algorithms", + "title": "Algorithms", + "number": "3.6" }, "definedIn": "dt" }, @@ -1196,9 +1264,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-interface", + "title": "VideoDecoder Interface", + "number": "4" }, "definedIn": "pre" }, @@ -1216,9 +1285,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-interface", + "title": "VideoDecoder Interface", + "number": "4" }, "definedIn": "pre" }, @@ -1236,9 +1306,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-interface", + "title": "VideoDecoder Interface", + "number": "4" }, "definedIn": "pre" }, @@ -1256,9 +1327,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-interface", + "title": "VideoDecoder Interface", + "number": "4" }, "definedIn": "pre" }, @@ -1274,9 +1346,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-interface", + "title": "VideoDecoder Interface", + "number": "4" }, "definedIn": "pre" }, @@ -1294,9 +1367,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-interface", + "title": "VideoDecoder Interface", + "number": "4" }, "definedIn": "pre" }, @@ -1314,9 +1388,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-interface", + "title": "VideoDecoder Interface", + "number": "4" }, "definedIn": "pre" }, @@ -1332,9 +1407,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-interface", + "title": "VideoDecoder Interface", + "number": "4" }, "definedIn": "pre" }, @@ -1352,9 +1428,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-interface", + "title": "VideoDecoder Interface", + "number": "4" }, "definedIn": "pre" }, @@ -1393,9 +1470,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-internal-slots", + "title": "Internal Slots", + "number": "4.1" }, "definedIn": "dt" }, @@ -1413,9 +1491,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-internal-slots", + "title": "Internal Slots", + "number": "4.1" }, "definedIn": "dt" }, @@ -1433,9 +1512,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-internal-slots", + "title": "Internal Slots", + "number": "4.1" }, "definedIn": "dt" }, @@ -1453,9 +1533,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-internal-slots", + "title": "Internal Slots", + "number": "4.1" }, "definedIn": "dt" }, @@ -1473,9 +1554,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-internal-slots", + "title": "Internal Slots", + "number": "4.1" }, "definedIn": "dt" }, @@ -1493,9 +1575,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-internal-slots", + "title": "Internal Slots", + "number": "4.1" }, "definedIn": "dt" }, @@ -1513,9 +1596,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-internal-slots", + "title": "Internal Slots", + "number": "4.1" }, "definedIn": "dt" }, @@ -1533,9 +1617,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-internal-slots", + "title": "Internal Slots", + "number": "4.1" }, "definedIn": "dt" }, @@ -1553,9 +1638,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-internal-slots", + "title": "Internal Slots", + "number": "4.1" }, "definedIn": "dt" }, @@ -1573,9 +1659,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-internal-slots", + "title": "Internal Slots", + "number": "4.1" }, "definedIn": "dt" }, @@ -1593,9 +1680,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-internal-slots", + "title": "Internal Slots", + "number": "4.1" }, "definedIn": "dt" }, @@ -1613,9 +1701,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-internal-slots", + "title": "Internal Slots", + "number": "4.1" }, "definedIn": "dt" }, @@ -1676,9 +1765,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-attributes", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-attributes", + "title": "Attributes", + "number": "4.3" }, "definedIn": "dt" }, @@ -1696,9 +1786,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-attributes", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-attributes", + "title": "Attributes", + "number": "4.3" }, "definedIn": "dt" }, @@ -1758,9 +1849,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-methods", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-methods", + "title": "Methods", + "number": "4.5" }, "definedIn": "dt" }, @@ -1778,9 +1870,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-methods", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-methods", + "title": "Methods", + "number": "4.5" }, "definedIn": "dt" }, @@ -1798,9 +1891,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-methods", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-methods", + "title": "Methods", + "number": "4.5" }, "definedIn": "dt" }, @@ -1818,9 +1912,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-methods", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-methods", + "title": "Methods", + "number": "4.5" }, "definedIn": "dt" }, @@ -1838,9 +1933,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-methods", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-methods", + "title": "Methods", + "number": "4.5" }, "definedIn": "dt" }, @@ -1877,9 +1973,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-algorithms", + "title": "Algorithms", + "number": "4.6" }, "definedIn": "dt" }, @@ -1895,9 +1992,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-algorithms", + "title": "Algorithms", + "number": "4.6" }, "definedIn": "dt" }, @@ -1913,9 +2011,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videodecoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder-algorithms", + "title": "Algorithms", + "number": "4.6" }, "definedIn": "dt" }, @@ -1953,9 +2052,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-interface", + "title": "AudioEncoder Interface", + "number": "5" }, "definedIn": "pre" }, @@ -1973,9 +2073,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-interface", + "title": "AudioEncoder Interface", + "number": "5" }, "definedIn": "pre" }, @@ -1993,9 +2094,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-interface", + "title": "AudioEncoder Interface", + "number": "5" }, "definedIn": "pre" }, @@ -2013,9 +2115,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-interface", + "title": "AudioEncoder Interface", + "number": "5" }, "definedIn": "pre" }, @@ -2031,9 +2134,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-interface", + "title": "AudioEncoder Interface", + "number": "5" }, "definedIn": "pre" }, @@ -2051,9 +2155,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-interface", + "title": "AudioEncoder Interface", + "number": "5" }, "definedIn": "pre" }, @@ -2071,9 +2176,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-interface", + "title": "AudioEncoder Interface", + "number": "5" }, "definedIn": "pre" }, @@ -2089,9 +2195,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-interface", + "title": "AudioEncoder Interface", + "number": "5" }, "definedIn": "pre" }, @@ -2109,9 +2216,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-interface", + "title": "AudioEncoder Interface", + "number": "5" }, "definedIn": "pre" }, @@ -2129,9 +2237,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-interface", + "title": "AudioEncoder Interface", + "number": "5" }, "definedIn": "pre" }, @@ -2170,9 +2279,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-internal-slots", + "title": "Internal Slots", + "number": "5.1" }, "definedIn": "dt" }, @@ -2190,9 +2300,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-internal-slots", + "title": "Internal Slots", + "number": "5.1" }, "definedIn": "dt" }, @@ -2210,9 +2321,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-internal-slots", + "title": "Internal Slots", + "number": "5.1" }, "definedIn": "dt" }, @@ -2230,9 +2342,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-internal-slots", + "title": "Internal Slots", + "number": "5.1" }, "definedIn": "dt" }, @@ -2250,9 +2363,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-internal-slots", + "title": "Internal Slots", + "number": "5.1" }, "definedIn": "dt" }, @@ -2270,9 +2384,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-internal-slots", + "title": "Internal Slots", + "number": "5.1" }, "definedIn": "dt" }, @@ -2290,9 +2405,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-internal-slots", + "title": "Internal Slots", + "number": "5.1" }, "definedIn": "dt" }, @@ -2310,9 +2426,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-internal-slots", + "title": "Internal Slots", + "number": "5.1" }, "definedIn": "dt" }, @@ -2330,9 +2447,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-internal-slots", + "title": "Internal Slots", + "number": "5.1" }, "definedIn": "dt" }, @@ -2350,9 +2468,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-internal-slots", + "title": "Internal Slots", + "number": "5.1" }, "definedIn": "dt" }, @@ -2370,9 +2489,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-internal-slots", + "title": "Internal Slots", + "number": "5.1" }, "definedIn": "dt" }, @@ -2390,9 +2510,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-internal-slots", + "title": "Internal Slots", + "number": "5.1" }, "definedIn": "dt" }, @@ -2453,9 +2574,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-attributes", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-attributes", + "title": "Attributes", + "number": "5.3" }, "definedIn": "dt" }, @@ -2473,9 +2595,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-attributes", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-attributes", + "title": "Attributes", + "number": "5.3" }, "definedIn": "dt" }, @@ -2535,9 +2658,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-methods", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-methods", + "title": "Methods", + "number": "5.5" }, "definedIn": "dt" }, @@ -2555,9 +2679,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-methods", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-methods", + "title": "Methods", + "number": "5.5" }, "definedIn": "dt" }, @@ -2575,9 +2700,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-methods", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-methods", + "title": "Methods", + "number": "5.5" }, "definedIn": "dt" }, @@ -2595,9 +2721,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-methods", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-methods", + "title": "Methods", + "number": "5.5" }, "definedIn": "dt" }, @@ -2615,9 +2742,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-methods", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-methods", + "title": "Methods", + "number": "5.5" }, "definedIn": "dt" }, @@ -2654,9 +2782,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-algorithms", + "title": "Algorithms", + "number": "5.6" }, "definedIn": "dt" }, @@ -2672,9 +2801,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-algorithms", + "title": "Algorithms", + "number": "5.6" }, "definedIn": "dt" }, @@ -2690,9 +2820,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audioencoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder-algorithms", + "title": "Algorithms", + "number": "5.6" }, "definedIn": "dt" }, @@ -2729,9 +2860,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encoded-audio-chunk-metadata", + "href": "https://www.w3.org/TR/webcodecs/#encoded-audio-chunk-metadata", + "title": "EncodedAudioChunkMetadata", + "number": "5.7" }, "definedIn": "dt" }, @@ -2769,9 +2901,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-interface", + "title": "VideoEncoder Interface", + "number": "6" }, "definedIn": "pre" }, @@ -2789,9 +2922,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-interface", + "title": "VideoEncoder Interface", + "number": "6" }, "definedIn": "pre" }, @@ -2810,9 +2944,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-interface", + "title": "VideoEncoder Interface", + "number": "6" }, "definedIn": "pre" }, @@ -2831,9 +2966,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-interface", + "title": "VideoEncoder Interface", + "number": "6" }, "definedIn": "pre" }, @@ -2851,9 +2987,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-interface", + "title": "VideoEncoder Interface", + "number": "6" }, "definedIn": "pre" }, @@ -2869,9 +3006,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-interface", + "title": "VideoEncoder Interface", + "number": "6" }, "definedIn": "pre" }, @@ -2889,9 +3027,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-interface", + "title": "VideoEncoder Interface", + "number": "6" }, "definedIn": "pre" }, @@ -2909,9 +3048,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-interface", + "title": "VideoEncoder Interface", + "number": "6" }, "definedIn": "pre" }, @@ -2927,9 +3067,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-interface", + "title": "VideoEncoder Interface", + "number": "6" }, "definedIn": "pre" }, @@ -2947,9 +3088,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-interface", + "title": "VideoEncoder Interface", + "number": "6" }, "definedIn": "pre" }, @@ -2967,9 +3109,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-interface", + "title": "VideoEncoder Interface", + "number": "6" }, "definedIn": "pre" }, @@ -3008,9 +3151,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-internal-slots", + "title": "Internal Slots", + "number": "6.1" }, "definedIn": "dt" }, @@ -3028,9 +3172,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-internal-slots", + "title": "Internal Slots", + "number": "6.1" }, "definedIn": "dt" }, @@ -3048,9 +3193,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-internal-slots", + "title": "Internal Slots", + "number": "6.1" }, "definedIn": "dt" }, @@ -3068,9 +3214,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-internal-slots", + "title": "Internal Slots", + "number": "6.1" }, "definedIn": "dt" }, @@ -3088,9 +3235,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-internal-slots", + "title": "Internal Slots", + "number": "6.1" }, "definedIn": "dt" }, @@ -3108,9 +3256,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-internal-slots", + "title": "Internal Slots", + "number": "6.1" }, "definedIn": "dt" }, @@ -3128,9 +3277,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-internal-slots", + "title": "Internal Slots", + "number": "6.1" }, "definedIn": "dt" }, @@ -3148,9 +3298,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-internal-slots", + "title": "Internal Slots", + "number": "6.1" }, "definedIn": "dt" }, @@ -3168,9 +3319,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-internal-slots", + "title": "Internal Slots", + "number": "6.1" }, "definedIn": "dt" }, @@ -3188,9 +3340,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-internal-slots", + "title": "Internal Slots", + "number": "6.1" }, "definedIn": "dt" }, @@ -3208,9 +3361,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-internal-slots", + "title": "Internal Slots", + "number": "6.1" }, "definedIn": "dt" }, @@ -3228,9 +3382,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-internal-slots", + "title": "Internal Slots", + "number": "6.1" }, "definedIn": "dt" }, @@ -3291,9 +3446,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-attributes", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-attributes", + "title": "Attributes", + "number": "6.3" }, "definedIn": "dt" }, @@ -3311,9 +3467,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-attributes", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-attributes", + "title": "Attributes", + "number": "6.3" }, "definedIn": "dt" }, @@ -3374,9 +3531,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-methods", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-methods", + "title": "Methods", + "number": "6.5" }, "definedIn": "dt" }, @@ -3394,9 +3552,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-methods", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-methods", + "title": "Methods", + "number": "6.5" }, "definedIn": "dt" }, @@ -3414,9 +3573,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-methods", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-methods", + "title": "Methods", + "number": "6.5" }, "definedIn": "dt" }, @@ -3434,9 +3594,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-methods", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-methods", + "title": "Methods", + "number": "6.5" }, "definedIn": "dt" }, @@ -3454,9 +3615,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-methods", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-methods", + "title": "Methods", + "number": "6.5" }, "definedIn": "dt" }, @@ -3493,9 +3655,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-algorithms", + "title": "Algorithms", + "number": "6.6" }, "definedIn": "dt" }, @@ -3511,9 +3674,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-algorithms", + "title": "Algorithms", + "number": "6.6" }, "definedIn": "dt" }, @@ -3529,9 +3693,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoencoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder-algorithms", + "title": "Algorithms", + "number": "6.6" }, "definedIn": "dt" }, @@ -3566,9 +3731,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encoded-video-chunk-metadata", + "href": "https://www.w3.org/TR/webcodecs/#encoded-video-chunk-metadata", + "title": "EncodedVideoChunkMetadata", + "number": "6.7" }, "definedIn": "pre" }, @@ -3586,9 +3752,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encoded-video-chunk-metadata", + "href": "https://www.w3.org/TR/webcodecs/#encoded-video-chunk-metadata", + "title": "EncodedVideoChunkMetadata", + "number": "6.7" }, "definedIn": "dt" }, @@ -3606,9 +3773,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encoded-video-chunk-metadata", + "href": "https://www.w3.org/TR/webcodecs/#encoded-video-chunk-metadata", + "title": "EncodedVideoChunkMetadata", + "number": "6.7" }, "definedIn": "dt" }, @@ -3626,9 +3794,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encoded-video-chunk-metadata", + "href": "https://www.w3.org/TR/webcodecs/#encoded-video-chunk-metadata", + "title": "EncodedVideoChunkMetadata", + "number": "6.7" }, "definedIn": "dt" }, @@ -3646,9 +3815,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encoded-video-chunk-metadata", + "href": "https://www.w3.org/TR/webcodecs/#encoded-video-chunk-metadata", + "title": "EncodedVideoChunkMetadata", + "number": "6.7" }, "definedIn": "dt" }, @@ -3723,9 +3893,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-decoder-support", + "href": "https://www.w3.org/TR/webcodecs/#audio-decoder-support", + "title": "AudioDecoderSupport", + "number": "7.3.1" }, "definedIn": "dt" }, @@ -3743,9 +3914,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-decoder-support", + "href": "https://www.w3.org/TR/webcodecs/#audio-decoder-support", + "title": "AudioDecoderSupport", + "number": "7.3.1" }, "definedIn": "dt" }, @@ -3782,9 +3954,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-decoder-support", + "href": "https://www.w3.org/TR/webcodecs/#video-decoder-support", + "title": "VideoDecoderSupport", + "number": "7.3.2" }, "definedIn": "dt" }, @@ -3802,9 +3975,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-decoder-support", + "href": "https://www.w3.org/TR/webcodecs/#video-decoder-support", + "title": "VideoDecoderSupport", + "number": "7.3.2" }, "definedIn": "dt" }, @@ -3841,9 +4015,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-encoder-support", + "href": "https://www.w3.org/TR/webcodecs/#audio-encoder-support", + "title": "AudioEncoderSupport", + "number": "7.3.3" }, "definedIn": "dt" }, @@ -3861,9 +4036,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-encoder-support", + "href": "https://www.w3.org/TR/webcodecs/#audio-encoder-support", + "title": "AudioEncoderSupport", + "number": "7.3.3" }, "definedIn": "dt" }, @@ -3900,9 +4076,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-encoder-support", + "href": "https://www.w3.org/TR/webcodecs/#video-encoder-support", + "title": "VideoEncoderSupport", + "number": "7.3.4" }, "definedIn": "dt" }, @@ -3920,9 +4097,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-encoder-support", + "href": "https://www.w3.org/TR/webcodecs/#video-encoder-support", + "title": "VideoEncoderSupport", + "number": "7.3.4" }, "definedIn": "dt" }, @@ -3995,9 +4173,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-decoder-config", + "href": "https://www.w3.org/TR/webcodecs/#audio-decoder-config", + "title": "AudioDecoderConfig", + "number": "7.5" }, "definedIn": "prose" }, @@ -4015,9 +4194,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-decoder-config", + "href": "https://www.w3.org/TR/webcodecs/#audio-decoder-config", + "title": "AudioDecoderConfig", + "number": "7.5" }, "definedIn": "dt" }, @@ -4035,9 +4215,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-decoder-config", + "href": "https://www.w3.org/TR/webcodecs/#audio-decoder-config", + "title": "AudioDecoderConfig", + "number": "7.5" }, "definedIn": "dt" }, @@ -4055,9 +4236,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-decoder-config", + "href": "https://www.w3.org/TR/webcodecs/#audio-decoder-config", + "title": "AudioDecoderConfig", + "number": "7.5" }, "definedIn": "dt" }, @@ -4075,9 +4257,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-decoder-config", + "href": "https://www.w3.org/TR/webcodecs/#audio-decoder-config", + "title": "AudioDecoderConfig", + "number": "7.5" }, "definedIn": "dt" }, @@ -4112,9 +4295,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-decoder-config", + "href": "https://www.w3.org/TR/webcodecs/#video-decoder-config", + "title": "VideoDecoderConfig", + "number": "7.6" }, "definedIn": "prose" }, @@ -4132,9 +4316,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-decoder-config", + "href": "https://www.w3.org/TR/webcodecs/#video-decoder-config", + "title": "VideoDecoderConfig", + "number": "7.6" }, "definedIn": "dt" }, @@ -4152,9 +4337,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-decoder-config", + "href": "https://www.w3.org/TR/webcodecs/#video-decoder-config", + "title": "VideoDecoderConfig", + "number": "7.6" }, "definedIn": "dt" }, @@ -4172,9 +4358,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-decoder-config", + "href": "https://www.w3.org/TR/webcodecs/#video-decoder-config", + "title": "VideoDecoderConfig", + "number": "7.6" }, "definedIn": "dt" }, @@ -4192,9 +4379,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-decoder-config", + "href": "https://www.w3.org/TR/webcodecs/#video-decoder-config", + "title": "VideoDecoderConfig", + "number": "7.6" }, "definedIn": "dt" }, @@ -4212,9 +4400,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-decoder-config", + "href": "https://www.w3.org/TR/webcodecs/#video-decoder-config", + "title": "VideoDecoderConfig", + "number": "7.6" }, "definedIn": "dt" }, @@ -4232,9 +4421,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-decoder-config", + "href": "https://www.w3.org/TR/webcodecs/#video-decoder-config", + "title": "VideoDecoderConfig", + "number": "7.6" }, "definedIn": "dt" }, @@ -4252,9 +4442,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-decoder-config", + "href": "https://www.w3.org/TR/webcodecs/#video-decoder-config", + "title": "VideoDecoderConfig", + "number": "7.6" }, "definedIn": "dt" }, @@ -4272,9 +4463,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-decoder-config", + "href": "https://www.w3.org/TR/webcodecs/#video-decoder-config", + "title": "VideoDecoderConfig", + "number": "7.6" }, "definedIn": "dt" }, @@ -4292,9 +4484,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-decoder-config", + "href": "https://www.w3.org/TR/webcodecs/#video-decoder-config", + "title": "VideoDecoderConfig", + "number": "7.6" }, "definedIn": "dt" }, @@ -4329,9 +4522,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-encoder-config", + "href": "https://www.w3.org/TR/webcodecs/#audio-encoder-config", + "title": "AudioEncoderConfig", + "number": "7.7" }, "definedIn": "prose" }, @@ -4349,9 +4543,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-encoder-config", + "href": "https://www.w3.org/TR/webcodecs/#audio-encoder-config", + "title": "AudioEncoderConfig", + "number": "7.7" }, "definedIn": "dt" }, @@ -4369,9 +4564,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-encoder-config", + "href": "https://www.w3.org/TR/webcodecs/#audio-encoder-config", + "title": "AudioEncoderConfig", + "number": "7.7" }, "definedIn": "dt" }, @@ -4389,9 +4585,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-encoder-config", + "href": "https://www.w3.org/TR/webcodecs/#audio-encoder-config", + "title": "AudioEncoderConfig", + "number": "7.7" }, "definedIn": "dt" }, @@ -4409,9 +4606,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-encoder-config", + "href": "https://www.w3.org/TR/webcodecs/#audio-encoder-config", + "title": "AudioEncoderConfig", + "number": "7.7" }, "definedIn": "dt" }, @@ -4429,9 +4627,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-encoder-config", + "href": "https://www.w3.org/TR/webcodecs/#audio-encoder-config", + "title": "AudioEncoderConfig", + "number": "7.7" }, "definedIn": "dt" }, @@ -4466,9 +4665,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-encoder-config", + "href": "https://www.w3.org/TR/webcodecs/#video-encoder-config", + "title": "VideoEncoderConfig", + "number": "7.8" }, "definedIn": "prose" }, @@ -4486,9 +4686,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-encoder-config", + "href": "https://www.w3.org/TR/webcodecs/#video-encoder-config", + "title": "VideoEncoderConfig", + "number": "7.8" }, "definedIn": "dt" }, @@ -4506,9 +4707,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-encoder-config", + "href": "https://www.w3.org/TR/webcodecs/#video-encoder-config", + "title": "VideoEncoderConfig", + "number": "7.8" }, "definedIn": "dt" }, @@ -4526,9 +4728,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-encoder-config", + "href": "https://www.w3.org/TR/webcodecs/#video-encoder-config", + "title": "VideoEncoderConfig", + "number": "7.8" }, "definedIn": "dt" }, @@ -4546,9 +4749,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-encoder-config", + "href": "https://www.w3.org/TR/webcodecs/#video-encoder-config", + "title": "VideoEncoderConfig", + "number": "7.8" }, "definedIn": "dt" }, @@ -4566,9 +4770,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-encoder-config", + "href": "https://www.w3.org/TR/webcodecs/#video-encoder-config", + "title": "VideoEncoderConfig", + "number": "7.8" }, "definedIn": "dt" }, @@ -4586,9 +4791,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-encoder-config", + "href": "https://www.w3.org/TR/webcodecs/#video-encoder-config", + "title": "VideoEncoderConfig", + "number": "7.8" }, "definedIn": "dt" }, @@ -4606,9 +4812,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-encoder-config", + "href": "https://www.w3.org/TR/webcodecs/#video-encoder-config", + "title": "VideoEncoderConfig", + "number": "7.8" }, "definedIn": "dt" }, @@ -4626,9 +4833,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-encoder-config", + "href": "https://www.w3.org/TR/webcodecs/#video-encoder-config", + "title": "VideoEncoderConfig", + "number": "7.8" }, "definedIn": "dt" }, @@ -4646,9 +4854,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-encoder-config", + "href": "https://www.w3.org/TR/webcodecs/#video-encoder-config", + "title": "VideoEncoderConfig", + "number": "7.8" }, "definedIn": "dt" }, @@ -4666,9 +4875,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-encoder-config", + "href": "https://www.w3.org/TR/webcodecs/#video-encoder-config", + "title": "VideoEncoderConfig", + "number": "7.8" }, "definedIn": "dt" }, @@ -4686,9 +4896,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-encoder-config", + "href": "https://www.w3.org/TR/webcodecs/#video-encoder-config", + "title": "VideoEncoderConfig", + "number": "7.8" }, "definedIn": "dt" }, @@ -4706,9 +4917,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-encoder-config", + "href": "https://www.w3.org/TR/webcodecs/#video-encoder-config", + "title": "VideoEncoderConfig", + "number": "7.8" }, "definedIn": "dt" }, @@ -4726,9 +4938,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-encoder-config", + "href": "https://www.w3.org/TR/webcodecs/#video-encoder-config", + "title": "VideoEncoderConfig", + "number": "7.8" }, "definedIn": "dt" }, @@ -4766,9 +4979,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "hardware-acceleration", + "href": "https://www.w3.org/TR/webcodecs/#hardware-acceleration", + "title": "Hardware Acceleration", + "number": "7.9" }, "definedIn": "dt" }, @@ -4787,9 +5001,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "hardware-acceleration", + "href": "https://www.w3.org/TR/webcodecs/#hardware-acceleration", + "title": "Hardware Acceleration", + "number": "7.9" }, "definedIn": "dt" }, @@ -4808,9 +5023,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "hardware-acceleration", + "href": "https://www.w3.org/TR/webcodecs/#hardware-acceleration", + "title": "Hardware Acceleration", + "number": "7.9" }, "definedIn": "dt" }, @@ -4848,9 +5064,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "alpha-option", + "href": "https://www.w3.org/TR/webcodecs/#alpha-option", + "title": "Alpha Option", + "number": "7.10" }, "definedIn": "dt" }, @@ -4869,9 +5086,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "alpha-option", + "href": "https://www.w3.org/TR/webcodecs/#alpha-option", + "title": "Alpha Option", + "number": "7.10" }, "definedIn": "dt" }, @@ -4909,9 +5127,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "latency-mode", + "href": "https://www.w3.org/TR/webcodecs/#latency-mode", + "title": "Latency Mode", + "number": "7.11" }, "definedIn": "dt" }, @@ -4930,9 +5149,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "latency-mode", + "href": "https://www.w3.org/TR/webcodecs/#latency-mode", + "title": "Latency Mode", + "number": "7.11" }, "definedIn": "dt" }, @@ -4988,9 +5208,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-encoder-options", + "href": "https://www.w3.org/TR/webcodecs/#video-encoder-options", + "title": "VideoEncoderEncodeOptions", + "number": "7.13" }, "definedIn": "dt" }, @@ -5028,9 +5249,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-encoder-bitrate-mode", + "href": "https://www.w3.org/TR/webcodecs/#video-encoder-bitrate-mode", + "title": "VideoEncoderBitrateMode", + "number": "7.14" }, "definedIn": "dt" }, @@ -5049,9 +5271,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-encoder-bitrate-mode", + "href": "https://www.w3.org/TR/webcodecs/#video-encoder-bitrate-mode", + "title": "VideoEncoderBitrateMode", + "number": "7.14" }, "definedIn": "dt" }, @@ -5070,9 +5293,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-encoder-bitrate-mode", + "href": "https://www.w3.org/TR/webcodecs/#video-encoder-bitrate-mode", + "title": "VideoEncoderBitrateMode", + "number": "7.14" }, "definedIn": "dt" }, @@ -5110,9 +5334,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "codec-state", + "href": "https://www.w3.org/TR/webcodecs/#codec-state", + "title": "CodecState", + "number": "7.15" }, "definedIn": "dt" }, @@ -5131,9 +5356,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "codec-state", + "href": "https://www.w3.org/TR/webcodecs/#codec-state", + "title": "CodecState", + "number": "7.15" }, "definedIn": "dt" }, @@ -5152,9 +5378,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "codec-state", + "href": "https://www.w3.org/TR/webcodecs/#codec-state", + "title": "CodecState", + "number": "7.15" }, "definedIn": "dt" }, @@ -5191,9 +5418,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "error-callback", + "href": "https://www.w3.org/TR/webcodecs/#error-callback", + "title": "WebCodecsErrorCallback", + "number": "7.16" }, "definedIn": "pre" }, @@ -5231,9 +5459,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedaudiochunk-interface", + "href": "https://www.w3.org/TR/webcodecs/#encodedaudiochunk-interface", + "title": "EncodedAudioChunk Interface", + "number": "8.1" }, "definedIn": "pre" }, @@ -5251,9 +5480,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedaudiochunk-interface", + "href": "https://www.w3.org/TR/webcodecs/#encodedaudiochunk-interface", + "title": "EncodedAudioChunk Interface", + "number": "8.1" }, "definedIn": "pre" }, @@ -5269,9 +5499,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedaudiochunk-interface", + "href": "https://www.w3.org/TR/webcodecs/#encodedaudiochunk-interface", + "title": "EncodedAudioChunk Interface", + "number": "8.1" }, "definedIn": "pre" }, @@ -5289,9 +5520,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedaudiochunk-interface", + "href": "https://www.w3.org/TR/webcodecs/#encodedaudiochunk-interface", + "title": "EncodedAudioChunk Interface", + "number": "8.1" }, "definedIn": "pre" }, @@ -5309,9 +5541,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedaudiochunk-interface", + "href": "https://www.w3.org/TR/webcodecs/#encodedaudiochunk-interface", + "title": "EncodedAudioChunk Interface", + "number": "8.1" }, "definedIn": "pre" }, @@ -5329,9 +5562,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedaudiochunk-interface", + "href": "https://www.w3.org/TR/webcodecs/#encodedaudiochunk-interface", + "title": "EncodedAudioChunk Interface", + "number": "8.1" }, "definedIn": "pre" }, @@ -5349,9 +5583,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedaudiochunk-interface", + "href": "https://www.w3.org/TR/webcodecs/#encodedaudiochunk-interface", + "title": "EncodedAudioChunk Interface", + "number": "8.1" }, "definedIn": "pre" }, @@ -5369,9 +5604,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedaudiochunk-interface", + "href": "https://www.w3.org/TR/webcodecs/#encodedaudiochunk-interface", + "title": "EncodedAudioChunk Interface", + "number": "8.1" }, "definedIn": "pre" }, @@ -5387,9 +5623,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedaudiochunk-interface", + "href": "https://www.w3.org/TR/webcodecs/#encodedaudiochunk-interface", + "title": "EncodedAudioChunk Interface", + "number": "8.1" }, "definedIn": "pre" }, @@ -5407,9 +5644,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedaudiochunk-interface", + "href": "https://www.w3.org/TR/webcodecs/#encodedaudiochunk-interface", + "title": "EncodedAudioChunk Interface", + "number": "8.1" }, "definedIn": "pre" }, @@ -5427,9 +5665,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedaudiochunk-interface", + "href": "https://www.w3.org/TR/webcodecs/#encodedaudiochunk-interface", + "title": "EncodedAudioChunk Interface", + "number": "8.1" }, "definedIn": "pre" }, @@ -5468,9 +5707,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedaudiochunk-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#encodedaudiochunk-internal-slots", + "title": "Internal Slots", + "number": "8.1.1" }, "definedIn": "dt" }, @@ -5488,9 +5728,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedaudiochunk-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#encodedaudiochunk-internal-slots", + "title": "Internal Slots", + "number": "8.1.1" }, "definedIn": "dt" }, @@ -5508,9 +5749,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedaudiochunk-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#encodedaudiochunk-internal-slots", + "title": "Internal Slots", + "number": "8.1.1" }, "definedIn": "dt" }, @@ -5528,9 +5770,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedaudiochunk-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#encodedaudiochunk-internal-slots", + "title": "Internal Slots", + "number": "8.1.1" }, "definedIn": "dt" }, @@ -5591,9 +5834,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedaudiochunk-attributes", + "href": "https://www.w3.org/TR/webcodecs/#encodedaudiochunk-attributes", + "title": "Attributes", + "number": "8.1.3" }, "definedIn": "dt" }, @@ -5611,9 +5855,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedaudiochunk-attributes", + "href": "https://www.w3.org/TR/webcodecs/#encodedaudiochunk-attributes", + "title": "Attributes", + "number": "8.1.3" }, "definedIn": "dt" }, @@ -5631,9 +5876,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedaudiochunk-attributes", + "href": "https://www.w3.org/TR/webcodecs/#encodedaudiochunk-attributes", + "title": "Attributes", + "number": "8.1.3" }, "definedIn": "dt" }, @@ -5692,9 +5938,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedvideochunk-interface", + "href": "https://www.w3.org/TR/webcodecs/#encodedvideochunk-interface", + "title": "EncodedVideoChunk Interface", + "number": "8.2" }, "definedIn": "pre" }, @@ -5712,9 +5959,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedvideochunk-interface", + "href": "https://www.w3.org/TR/webcodecs/#encodedvideochunk-interface", + "title": "EncodedVideoChunk Interface", + "number": "8.2" }, "definedIn": "pre" }, @@ -5730,9 +5978,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedvideochunk-interface", + "href": "https://www.w3.org/TR/webcodecs/#encodedvideochunk-interface", + "title": "EncodedVideoChunk Interface", + "number": "8.2" }, "definedIn": "pre" }, @@ -5750,9 +5999,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedvideochunk-interface", + "href": "https://www.w3.org/TR/webcodecs/#encodedvideochunk-interface", + "title": "EncodedVideoChunk Interface", + "number": "8.2" }, "definedIn": "pre" }, @@ -5770,9 +6020,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedvideochunk-interface", + "href": "https://www.w3.org/TR/webcodecs/#encodedvideochunk-interface", + "title": "EncodedVideoChunk Interface", + "number": "8.2" }, "definedIn": "pre" }, @@ -5790,9 +6041,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedvideochunk-interface", + "href": "https://www.w3.org/TR/webcodecs/#encodedvideochunk-interface", + "title": "EncodedVideoChunk Interface", + "number": "8.2" }, "definedIn": "pre" }, @@ -5810,9 +6062,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedvideochunk-interface", + "href": "https://www.w3.org/TR/webcodecs/#encodedvideochunk-interface", + "title": "EncodedVideoChunk Interface", + "number": "8.2" }, "definedIn": "pre" }, @@ -5830,9 +6083,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedvideochunk-interface", + "href": "https://www.w3.org/TR/webcodecs/#encodedvideochunk-interface", + "title": "EncodedVideoChunk Interface", + "number": "8.2" }, "definedIn": "pre" }, @@ -5848,9 +6102,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedvideochunk-interface", + "href": "https://www.w3.org/TR/webcodecs/#encodedvideochunk-interface", + "title": "EncodedVideoChunk Interface", + "number": "8.2" }, "definedIn": "pre" }, @@ -5868,9 +6123,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedvideochunk-interface", + "href": "https://www.w3.org/TR/webcodecs/#encodedvideochunk-interface", + "title": "EncodedVideoChunk Interface", + "number": "8.2" }, "definedIn": "pre" }, @@ -5888,9 +6144,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedvideochunk-interface", + "href": "https://www.w3.org/TR/webcodecs/#encodedvideochunk-interface", + "title": "EncodedVideoChunk Interface", + "number": "8.2" }, "definedIn": "pre" }, @@ -5929,9 +6186,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedvideochunk-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#encodedvideochunk-internal-slots", + "title": "Internal Slots", + "number": "8.2.1" }, "definedIn": "dt" }, @@ -5949,9 +6207,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedvideochunk-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#encodedvideochunk-internal-slots", + "title": "Internal Slots", + "number": "8.2.1" }, "definedIn": "dt" }, @@ -5969,9 +6228,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedvideochunk-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#encodedvideochunk-internal-slots", + "title": "Internal Slots", + "number": "8.2.1" }, "definedIn": "dt" }, @@ -5989,9 +6249,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedvideochunk-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#encodedvideochunk-internal-slots", + "title": "Internal Slots", + "number": "8.2.1" }, "definedIn": "dt" }, @@ -6052,9 +6313,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedvideochunk-attributes", + "href": "https://www.w3.org/TR/webcodecs/#encodedvideochunk-attributes", + "title": "Attributes", + "number": "8.2.3" }, "definedIn": "dt" }, @@ -6072,9 +6334,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedvideochunk-attributes", + "href": "https://www.w3.org/TR/webcodecs/#encodedvideochunk-attributes", + "title": "Attributes", + "number": "8.2.3" }, "definedIn": "dt" }, @@ -6092,9 +6355,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "encodedvideochunk-attributes", + "href": "https://www.w3.org/TR/webcodecs/#encodedvideochunk-attributes", + "title": "Attributes", + "number": "8.2.3" }, "definedIn": "dt" }, @@ -6172,9 +6436,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-interface", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-interface", + "title": "AudioData Interface", + "number": "9.2" }, "definedIn": "pre" }, @@ -6192,9 +6457,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-interface", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-interface", + "title": "AudioData Interface", + "number": "9.2" }, "definedIn": "pre" }, @@ -6212,9 +6478,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-interface", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-interface", + "title": "AudioData Interface", + "number": "9.2" }, "definedIn": "pre" }, @@ -6232,9 +6499,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-interface", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-interface", + "title": "AudioData Interface", + "number": "9.2" }, "definedIn": "pre" }, @@ -6250,9 +6518,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-interface", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-interface", + "title": "AudioData Interface", + "number": "9.2" }, "definedIn": "pre" }, @@ -6270,9 +6539,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-interface", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-interface", + "title": "AudioData Interface", + "number": "9.2" }, "definedIn": "pre" }, @@ -6290,9 +6560,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-interface", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-interface", + "title": "AudioData Interface", + "number": "9.2" }, "definedIn": "pre" }, @@ -6310,9 +6581,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-interface", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-interface", + "title": "AudioData Interface", + "number": "9.2" }, "definedIn": "pre" }, @@ -6330,9 +6602,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-interface", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-interface", + "title": "AudioData Interface", + "number": "9.2" }, "definedIn": "pre" }, @@ -6350,9 +6623,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-interface", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-interface", + "title": "AudioData Interface", + "number": "9.2" }, "definedIn": "pre" }, @@ -6370,9 +6644,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-interface", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-interface", + "title": "AudioData Interface", + "number": "9.2" }, "definedIn": "pre" }, @@ -6390,9 +6665,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-interface", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-interface", + "title": "AudioData Interface", + "number": "9.2" }, "definedIn": "pre" }, @@ -6431,9 +6707,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-internal-slots", + "title": "Internal Slots", + "number": "9.2.1" }, "definedIn": "dt" }, @@ -6451,9 +6728,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-internal-slots", + "title": "Internal Slots", + "number": "9.2.1" }, "definedIn": "dt" }, @@ -6471,9 +6749,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-internal-slots", + "title": "Internal Slots", + "number": "9.2.1" }, "definedIn": "dt" }, @@ -6491,9 +6770,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-internal-slots", + "title": "Internal Slots", + "number": "9.2.1" }, "definedIn": "dt" }, @@ -6511,9 +6791,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-internal-slots", + "title": "Internal Slots", + "number": "9.2.1" }, "definedIn": "dt" }, @@ -6574,9 +6855,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-attributes", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-attributes", + "title": "Attributes", + "number": "9.2.3" }, "definedIn": "dt" }, @@ -6594,9 +6876,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-attributes", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-attributes", + "title": "Attributes", + "number": "9.2.3" }, "definedIn": "dt" }, @@ -6614,9 +6897,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-attributes", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-attributes", + "title": "Attributes", + "number": "9.2.3" }, "definedIn": "dt" }, @@ -6634,9 +6918,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-attributes", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-attributes", + "title": "Attributes", + "number": "9.2.3" }, "definedIn": "dt" }, @@ -6654,9 +6939,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-attributes", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-attributes", + "title": "Attributes", + "number": "9.2.3" }, "definedIn": "dt" }, @@ -6695,9 +6981,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-methods", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-methods", + "title": "Methods", + "number": "9.2.4" }, "definedIn": "dt" }, @@ -6715,9 +7002,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-methods", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-methods", + "title": "Methods", + "number": "9.2.4" }, "definedIn": "dt" }, @@ -6735,9 +7023,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-methods", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-methods", + "title": "Methods", + "number": "9.2.4" }, "definedIn": "dt" }, @@ -6772,9 +7061,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-algorithms", + "title": "Algorithms", + "number": "9.2.5" }, "definedIn": "dt" }, @@ -6790,9 +7080,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-algorithms", + "title": "Algorithms", + "number": "9.2.5" }, "definedIn": "dt" }, @@ -6808,9 +7099,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-algorithms", + "title": "Algorithms", + "number": "9.2.5" }, "definedIn": "dt" }, @@ -6847,9 +7139,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-copy-to-options", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-copy-to-options", + "title": "AudioDataCopyToOptions", + "number": "9.2.7" }, "definedIn": "dt" }, @@ -6867,9 +7160,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-copy-to-options", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-copy-to-options", + "title": "AudioDataCopyToOptions", + "number": "9.2.7" }, "definedIn": "dt" }, @@ -6887,9 +7181,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-copy-to-options", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-copy-to-options", + "title": "AudioDataCopyToOptions", + "number": "9.2.7" }, "definedIn": "dt" }, @@ -6907,9 +7202,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audiodata-copy-to-options", + "href": "https://www.w3.org/TR/webcodecs/#audiodata-copy-to-options", + "title": "AudioDataCopyToOptions", + "number": "9.2.7" }, "definedIn": "dt" }, @@ -6944,9 +7240,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-sample-formats", + "href": "https://www.w3.org/TR/webcodecs/#audio-sample-formats", + "title": "Audio Sample Format", + "number": "9.3" }, "definedIn": "prose" }, @@ -6962,9 +7259,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-sample-formats", + "href": "https://www.w3.org/TR/webcodecs/#audio-sample-formats", + "title": "Audio Sample Format", + "number": "9.3" }, "definedIn": "prose" }, @@ -6980,9 +7278,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-sample-formats", + "href": "https://www.w3.org/TR/webcodecs/#audio-sample-formats", + "title": "Audio Sample Format", + "number": "9.3" }, "definedIn": "pre" }, @@ -7001,9 +7300,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-sample-formats", + "href": "https://www.w3.org/TR/webcodecs/#audio-sample-formats", + "title": "Audio Sample Format", + "number": "9.3" }, "definedIn": "dt" }, @@ -7022,9 +7322,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-sample-formats", + "href": "https://www.w3.org/TR/webcodecs/#audio-sample-formats", + "title": "Audio Sample Format", + "number": "9.3" }, "definedIn": "dt" }, @@ -7043,9 +7344,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-sample-formats", + "href": "https://www.w3.org/TR/webcodecs/#audio-sample-formats", + "title": "Audio Sample Format", + "number": "9.3" }, "definedIn": "dt" }, @@ -7064,9 +7366,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-sample-formats", + "href": "https://www.w3.org/TR/webcodecs/#audio-sample-formats", + "title": "Audio Sample Format", + "number": "9.3" }, "definedIn": "dt" }, @@ -7085,9 +7388,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-sample-formats", + "href": "https://www.w3.org/TR/webcodecs/#audio-sample-formats", + "title": "Audio Sample Format", + "number": "9.3" }, "definedIn": "dt" }, @@ -7106,9 +7410,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-sample-formats", + "href": "https://www.w3.org/TR/webcodecs/#audio-sample-formats", + "title": "Audio Sample Format", + "number": "9.3" }, "definedIn": "dt" }, @@ -7127,9 +7432,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-sample-formats", + "href": "https://www.w3.org/TR/webcodecs/#audio-sample-formats", + "title": "Audio Sample Format", + "number": "9.3" }, "definedIn": "dt" }, @@ -7148,9 +7454,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-sample-formats", + "href": "https://www.w3.org/TR/webcodecs/#audio-sample-formats", + "title": "Audio Sample Format", + "number": "9.3" }, "definedIn": "dt" }, @@ -7185,9 +7492,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-buffer-arrangement", + "href": "https://www.w3.org/TR/webcodecs/#audio-buffer-arrangement", + "title": "Arrangement of audio buffer", + "number": "9.3.1" }, "definedIn": "prose" }, @@ -7222,9 +7530,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-samples-magnitude", + "href": "https://www.w3.org/TR/webcodecs/#audio-samples-magnitude", + "title": "Magnitude of the audio samples", + "number": "9.3.2" }, "definedIn": "prose" }, @@ -7240,9 +7549,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "audio-samples-magnitude", + "href": "https://www.w3.org/TR/webcodecs/#audio-samples-magnitude", + "title": "Magnitude of the audio samples", + "number": "9.3.2" }, "definedIn": "prose" }, @@ -7282,9 +7592,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7305,9 +7616,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7326,9 +7638,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7347,9 +7660,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7368,9 +7682,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7389,9 +7704,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7410,9 +7726,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7428,9 +7745,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7448,9 +7766,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7468,9 +7787,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7488,9 +7808,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7508,9 +7829,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7528,9 +7850,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7548,9 +7871,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7568,9 +7892,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7586,9 +7911,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7606,9 +7932,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7626,9 +7953,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7646,9 +7974,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7666,9 +7995,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7686,9 +8016,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7706,9 +8037,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7726,9 +8058,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7746,9 +8079,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7766,9 +8100,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7786,9 +8121,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7806,9 +8142,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7826,9 +8163,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7844,9 +8182,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-interface", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-interface", + "title": "VideoFrame Interface", + "number": "9.4" }, "definedIn": "pre" }, @@ -7885,9 +8224,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-internal-slots", + "title": "Internal Slots", + "number": "9.4.1" }, "definedIn": "dt" }, @@ -7905,9 +8245,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-internal-slots", + "title": "Internal Slots", + "number": "9.4.1" }, "definedIn": "dt" }, @@ -7925,9 +8266,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-internal-slots", + "title": "Internal Slots", + "number": "9.4.1" }, "definedIn": "dt" }, @@ -7945,9 +8287,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-internal-slots", + "title": "Internal Slots", + "number": "9.4.1" }, "definedIn": "dt" }, @@ -7965,9 +8308,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-internal-slots", + "title": "Internal Slots", + "number": "9.4.1" }, "definedIn": "dt" }, @@ -7985,9 +8329,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-internal-slots", + "title": "Internal Slots", + "number": "9.4.1" }, "definedIn": "dt" }, @@ -8005,9 +8350,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-internal-slots", + "title": "Internal Slots", + "number": "9.4.1" }, "definedIn": "dt" }, @@ -8025,9 +8371,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-internal-slots", + "title": "Internal Slots", + "number": "9.4.1" }, "definedIn": "dt" }, @@ -8045,9 +8392,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-internal-slots", + "title": "Internal Slots", + "number": "9.4.1" }, "definedIn": "dt" }, @@ -8065,9 +8413,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-internal-slots", + "title": "Internal Slots", + "number": "9.4.1" }, "definedIn": "dt" }, @@ -8085,9 +8434,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-internal-slots", + "title": "Internal Slots", + "number": "9.4.1" }, "definedIn": "dt" }, @@ -8105,9 +8455,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-internal-slots", + "title": "Internal Slots", + "number": "9.4.1" }, "definedIn": "dt" }, @@ -8125,9 +8476,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-internal-slots", + "title": "Internal Slots", + "number": "9.4.1" }, "definedIn": "dt" }, @@ -8170,9 +8522,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-constructors", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-constructors", + "title": "Constructors", + "number": "9.4.2" }, "definedIn": "prose" }, @@ -8211,9 +8564,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-attributes", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-attributes", + "title": "Attributes", + "number": "9.4.3" }, "definedIn": "dt" }, @@ -8231,9 +8585,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-attributes", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-attributes", + "title": "Attributes", + "number": "9.4.3" }, "definedIn": "dt" }, @@ -8251,9 +8606,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-attributes", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-attributes", + "title": "Attributes", + "number": "9.4.3" }, "definedIn": "dt" }, @@ -8271,9 +8627,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-attributes", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-attributes", + "title": "Attributes", + "number": "9.4.3" }, "definedIn": "dt" }, @@ -8291,9 +8648,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-attributes", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-attributes", + "title": "Attributes", + "number": "9.4.3" }, "definedIn": "dt" }, @@ -8311,9 +8669,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-attributes", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-attributes", + "title": "Attributes", + "number": "9.4.3" }, "definedIn": "dt" }, @@ -8331,9 +8690,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-attributes", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-attributes", + "title": "Attributes", + "number": "9.4.3" }, "definedIn": "dt" }, @@ -8351,9 +8711,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-attributes", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-attributes", + "title": "Attributes", + "number": "9.4.3" }, "definedIn": "dt" }, @@ -8371,9 +8732,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-attributes", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-attributes", + "title": "Attributes", + "number": "9.4.3" }, "definedIn": "dt" }, @@ -8410,9 +8772,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-internal-structures", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-internal-structures", + "title": "Internal Structures", + "number": "9.4.4" }, "definedIn": "prose" }, @@ -8430,9 +8793,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-internal-structures", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-internal-structures", + "title": "Internal Structures", + "number": "9.4.4" }, "definedIn": "prose" }, @@ -8448,9 +8812,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-internal-structures", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-internal-structures", + "title": "Internal Structures", + "number": "9.4.4" }, "definedIn": "prose" }, @@ -8468,9 +8833,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-internal-structures", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-internal-structures", + "title": "Internal Structures", + "number": "9.4.4" }, "definedIn": "prose" }, @@ -8488,9 +8854,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-internal-structures", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-internal-structures", + "title": "Internal Structures", + "number": "9.4.4" }, "definedIn": "prose" }, @@ -8508,9 +8875,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-internal-structures", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-internal-structures", + "title": "Internal Structures", + "number": "9.4.4" }, "definedIn": "prose" }, @@ -8528,9 +8896,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-internal-structures", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-internal-structures", + "title": "Internal Structures", + "number": "9.4.4" }, "definedIn": "prose" }, @@ -8548,9 +8917,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-internal-structures", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-internal-structures", + "title": "Internal Structures", + "number": "9.4.4" }, "definedIn": "prose" }, @@ -8568,9 +8938,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-internal-structures", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-internal-structures", + "title": "Internal Structures", + "number": "9.4.4" }, "definedIn": "prose" }, @@ -8611,9 +8982,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-methods", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-methods", + "title": "Methods", + "number": "9.4.5" }, "definedIn": "dt" }, @@ -8631,9 +9003,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-methods", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-methods", + "title": "Methods", + "number": "9.4.5" }, "definedIn": "dt" }, @@ -8651,9 +9024,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-methods", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-methods", + "title": "Methods", + "number": "9.4.5" }, "definedIn": "dt" }, @@ -8671,9 +9045,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-methods", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-methods", + "title": "Methods", + "number": "9.4.5" }, "definedIn": "dt" }, @@ -8710,9 +9085,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-algorithms", + "title": "Algorithms", + "number": "9.4.6" }, "definedIn": "dt" }, @@ -8728,9 +9104,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-algorithms", + "title": "Algorithms", + "number": "9.4.6" }, "definedIn": "dt" }, @@ -8746,9 +9123,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-algorithms", + "title": "Algorithms", + "number": "9.4.6" }, "definedIn": "dt" }, @@ -8766,9 +9144,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-algorithms", + "title": "Algorithms", + "number": "9.4.6" }, "definedIn": "dt" }, @@ -8786,9 +9165,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-algorithms", + "title": "Algorithms", + "number": "9.4.6" }, "definedIn": "dt" }, @@ -8806,9 +9186,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-algorithms", + "title": "Algorithms", + "number": "9.4.6" }, "definedIn": "dt" }, @@ -8824,9 +9205,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-algorithms", + "title": "Algorithms", + "number": "9.4.6" }, "definedIn": "dt" }, @@ -8842,9 +9224,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-algorithms", + "title": "Algorithms", + "number": "9.4.6" }, "definedIn": "dt" }, @@ -8862,9 +9245,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-algorithms", + "title": "Algorithms", + "number": "9.4.6" }, "definedIn": "dt" }, @@ -8882,9 +9266,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-algorithms", + "title": "Algorithms", + "number": "9.4.6" }, "definedIn": "dt" }, @@ -8902,9 +9287,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-algorithms", + "title": "Algorithms", + "number": "9.4.6" }, "definedIn": "dt" }, @@ -8922,9 +9308,29 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-algorithms", + "title": "Algorithms", + "number": "9.4.6" + }, + "definedIn": "dt" + }, + { + "id": "convert-predefinedcolorspace-to-videocolorspace", + "href": "https://www.w3.org/TR/webcodecs/#convert-predefinedcolorspace-to-videocolorspace", + "linkingText": [ + "Convert PredefinedColorSpace to VideoColorSpace" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "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" }, @@ -8942,9 +9348,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-algorithms", + "title": "Algorithms", + "number": "9.4.6" }, "definedIn": "dt" }, @@ -8962,9 +9369,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-algorithms", + "title": "Algorithms", + "number": "9.4.6" }, "definedIn": "dt" }, @@ -9001,9 +9409,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-copyto-options", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-copyto-options", + "title": "VideoFrame CopyTo() Options", + "number": "9.5" }, "definedIn": "dt" }, @@ -9021,9 +9430,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-copyto-options", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-copyto-options", + "title": "VideoFrame CopyTo() Options", + "number": "9.5" }, "definedIn": "dt" }, @@ -9041,9 +9451,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-copyto-options", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-copyto-options", + "title": "VideoFrame CopyTo() Options", + "number": "9.5" }, "definedIn": "dt" }, @@ -9061,9 +9472,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videoframe-copyto-options", + "href": "https://www.w3.org/TR/webcodecs/#videoframe-copyto-options", + "title": "VideoFrame CopyTo() Options", + "number": "9.5" }, "definedIn": "dt" }, @@ -9100,9 +9512,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "plane-layout", + "href": "https://www.w3.org/TR/webcodecs/#plane-layout", + "title": "Plane Layout", + "number": "9.7" }, "definedIn": "dt" }, @@ -9120,9 +9533,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "plane-layout", + "href": "https://www.w3.org/TR/webcodecs/#plane-layout", + "title": "Plane Layout", + "number": "9.7" }, "definedIn": "dt" }, @@ -9158,9 +9572,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "prose" }, @@ -9177,9 +9592,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "prose" }, @@ -9195,9 +9611,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "prose" }, @@ -9216,9 +9633,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "dt" }, @@ -9237,9 +9655,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "dt" }, @@ -9258,9 +9677,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "dt" }, @@ -9279,9 +9699,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "dt" }, @@ -9300,9 +9721,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "dt" }, @@ -9321,9 +9743,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "dt" }, @@ -9342,9 +9765,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "dt" }, @@ -9363,9 +9787,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "dt" }, @@ -9384,9 +9809,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "dt" }, @@ -9405,9 +9831,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "dt" }, @@ -9426,9 +9853,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "dt" }, @@ -9447,9 +9875,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "dt" }, @@ -9468,9 +9897,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "dt" }, @@ -9489,9 +9919,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "dt" }, @@ -9510,9 +9941,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "dt" }, @@ -9531,9 +9963,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "dt" }, @@ -9552,9 +9985,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "dt" }, @@ -9573,9 +10007,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "dt" }, @@ -9594,9 +10029,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "dt" }, @@ -9615,9 +10051,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "dt" }, @@ -9636,9 +10073,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "dt" }, @@ -9657,9 +10095,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "dt" }, @@ -9678,9 +10117,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "pixel-format", + "href": "https://www.w3.org/TR/webcodecs/#pixel-format", + "title": "Pixel Format", + "number": "9.8" }, "definedIn": "dt" }, @@ -9720,9 +10160,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-color-space-interface", + "href": "https://www.w3.org/TR/webcodecs/#video-color-space-interface", + "title": "Video Color Space Interface", + "number": "9.9" }, "definedIn": "pre" }, @@ -9740,9 +10181,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-color-space-interface", + "href": "https://www.w3.org/TR/webcodecs/#video-color-space-interface", + "title": "Video Color Space Interface", + "number": "9.9" }, "definedIn": "pre" }, @@ -9758,9 +10200,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-color-space-interface", + "href": "https://www.w3.org/TR/webcodecs/#video-color-space-interface", + "title": "Video Color Space Interface", + "number": "9.9" }, "definedIn": "pre" }, @@ -9778,9 +10221,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-color-space-interface", + "href": "https://www.w3.org/TR/webcodecs/#video-color-space-interface", + "title": "Video Color Space Interface", + "number": "9.9" }, "definedIn": "pre" }, @@ -9798,9 +10242,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-color-space-interface", + "href": "https://www.w3.org/TR/webcodecs/#video-color-space-interface", + "title": "Video Color Space Interface", + "number": "9.9" }, "definedIn": "pre" }, @@ -9818,9 +10263,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-color-space-interface", + "href": "https://www.w3.org/TR/webcodecs/#video-color-space-interface", + "title": "Video Color Space Interface", + "number": "9.9" }, "definedIn": "pre" }, @@ -9838,9 +10284,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "video-color-space-interface", + "href": "https://www.w3.org/TR/webcodecs/#video-color-space-interface", + "title": "Video Color Space Interface", + "number": "9.9" }, "definedIn": "pre" }, @@ -9879,9 +10326,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videocolorspace-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videocolorspace-internal-slots", + "title": "Internal Slots", + "number": "9.9.1" }, "definedIn": "dt" }, @@ -9899,9 +10347,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videocolorspace-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videocolorspace-internal-slots", + "title": "Internal Slots", + "number": "9.9.1" }, "definedIn": "dt" }, @@ -9919,9 +10368,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videocolorspace-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#videocolorspace-internal-slots", + "title": "Internal Slots", + "number": "9.9.1" }, "definedIn": "dt" }, @@ -9984,9 +10434,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videocolorspace-attributes", + "href": "https://www.w3.org/TR/webcodecs/#videocolorspace-attributes", + "title": "Attributes", + "number": "9.9.3" }, "definedIn": "dt" }, @@ -10004,9 +10455,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videocolorspace-attributes", + "href": "https://www.w3.org/TR/webcodecs/#videocolorspace-attributes", + "title": "Attributes", + "number": "9.9.3" }, "definedIn": "dt" }, @@ -10024,9 +10476,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videocolorspace-attributes", + "href": "https://www.w3.org/TR/webcodecs/#videocolorspace-attributes", + "title": "Attributes", + "number": "9.9.3" }, "definedIn": "dt" }, @@ -10064,9 +10517,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videocolorprimaries", + "href": "https://www.w3.org/TR/webcodecs/#videocolorprimaries", + "title": "Video Color Primaries", + "number": "9.10" }, "definedIn": "dt" }, @@ -10085,9 +10539,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videocolorprimaries", + "href": "https://www.w3.org/TR/webcodecs/#videocolorprimaries", + "title": "Video Color Primaries", + "number": "9.10" }, "definedIn": "dt" }, @@ -10106,9 +10561,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videocolorprimaries", + "href": "https://www.w3.org/TR/webcodecs/#videocolorprimaries", + "title": "Video Color Primaries", + "number": "9.10" }, "definedIn": "dt" }, @@ -10127,9 +10583,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videocolorprimaries", + "href": "https://www.w3.org/TR/webcodecs/#videocolorprimaries", + "title": "Video Color Primaries", + "number": "9.10" }, "definedIn": "dt" }, @@ -10148,9 +10605,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videocolorprimaries", + "href": "https://www.w3.org/TR/webcodecs/#videocolorprimaries", + "title": "Video Color Primaries", + "number": "9.10" }, "definedIn": "dt" }, @@ -10188,9 +10646,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videotransfercharacteristics", + "href": "https://www.w3.org/TR/webcodecs/#videotransfercharacteristics", + "title": "Video Transfer Characteristics", + "number": "9.11" }, "definedIn": "dt" }, @@ -10209,9 +10668,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videotransfercharacteristics", + "href": "https://www.w3.org/TR/webcodecs/#videotransfercharacteristics", + "title": "Video Transfer Characteristics", + "number": "9.11" }, "definedIn": "dt" }, @@ -10230,9 +10690,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videotransfercharacteristics", + "href": "https://www.w3.org/TR/webcodecs/#videotransfercharacteristics", + "title": "Video Transfer Characteristics", + "number": "9.11" }, "definedIn": "dt" }, @@ -10251,9 +10712,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videotransfercharacteristics", + "href": "https://www.w3.org/TR/webcodecs/#videotransfercharacteristics", + "title": "Video Transfer Characteristics", + "number": "9.11" }, "definedIn": "dt" }, @@ -10272,9 +10734,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videotransfercharacteristics", + "href": "https://www.w3.org/TR/webcodecs/#videotransfercharacteristics", + "title": "Video Transfer Characteristics", + "number": "9.11" }, "definedIn": "dt" }, @@ -10293,9 +10756,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videotransfercharacteristics", + "href": "https://www.w3.org/TR/webcodecs/#videotransfercharacteristics", + "title": "Video Transfer Characteristics", + "number": "9.11" }, "definedIn": "dt" }, @@ -10333,9 +10797,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videomatrixcoefficients", + "href": "https://www.w3.org/TR/webcodecs/#videomatrixcoefficients", + "title": "Video Matrix Coefficients", + "number": "9.12" }, "definedIn": "dt" }, @@ -10354,9 +10819,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videomatrixcoefficients", + "href": "https://www.w3.org/TR/webcodecs/#videomatrixcoefficients", + "title": "Video Matrix Coefficients", + "number": "9.12" }, "definedIn": "dt" }, @@ -10375,9 +10841,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videomatrixcoefficients", + "href": "https://www.w3.org/TR/webcodecs/#videomatrixcoefficients", + "title": "Video Matrix Coefficients", + "number": "9.12" }, "definedIn": "dt" }, @@ -10396,9 +10863,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videomatrixcoefficients", + "href": "https://www.w3.org/TR/webcodecs/#videomatrixcoefficients", + "title": "Video Matrix Coefficients", + "number": "9.12" }, "definedIn": "dt" }, @@ -10417,9 +10885,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "videomatrixcoefficients", + "href": "https://www.w3.org/TR/webcodecs/#videomatrixcoefficients", + "title": "Video Matrix Coefficients", + "number": "9.12" }, "definedIn": "dt" }, @@ -10457,9 +10926,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-interface", + "title": "ImageDecoder Interface", + "number": "10.2" }, "definedIn": "pre" }, @@ -10478,9 +10948,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-interface", + "title": "ImageDecoder Interface", + "number": "10.2" }, "definedIn": "pre" }, @@ -10498,9 +10969,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-interface", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-interface", + "title": "ImageDecoder Interface", + "number": "10.2" }, "definedIn": "pre" }, @@ -10539,9 +11011,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-internal-slots", + "title": "Internal Slots", + "number": "10.2.1" }, "definedIn": "dt" }, @@ -10559,9 +11032,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-internal-slots", + "title": "Internal Slots", + "number": "10.2.1" }, "definedIn": "dt" }, @@ -10579,9 +11053,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-internal-slots", + "title": "Internal Slots", + "number": "10.2.1" }, "definedIn": "dt" }, @@ -10599,9 +11074,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-internal-slots", + "title": "Internal Slots", + "number": "10.2.1" }, "definedIn": "dt" }, @@ -10619,9 +11095,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-internal-slots", + "title": "Internal Slots", + "number": "10.2.1" }, "definedIn": "dt" }, @@ -10639,9 +11116,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-internal-slots", + "title": "Internal Slots", + "number": "10.2.1" }, "definedIn": "dt" }, @@ -10659,9 +11137,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-internal-slots", + "title": "Internal Slots", + "number": "10.2.1" }, "definedIn": "dt" }, @@ -10679,9 +11158,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-internal-slots", + "title": "Internal Slots", + "number": "10.2.1" }, "definedIn": "dt" }, @@ -10699,9 +11179,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-internal-slots", + "title": "Internal Slots", + "number": "10.2.1" }, "definedIn": "dt" }, @@ -10719,9 +11200,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-internal-slots", + "title": "Internal Slots", + "number": "10.2.1" }, "definedIn": "dt" }, @@ -10739,9 +11221,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-internal-slots", + "title": "Internal Slots", + "number": "10.2.1" }, "definedIn": "dt" }, @@ -10759,9 +11242,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-internal-slots", + "title": "Internal Slots", + "number": "10.2.1" }, "definedIn": "dt" }, @@ -10779,9 +11263,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-internal-slots", + "title": "Internal Slots", + "number": "10.2.1" }, "definedIn": "dt" }, @@ -10799,9 +11284,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-internal-slots", + "title": "Internal Slots", + "number": "10.2.1" }, "definedIn": "dt" }, @@ -10839,9 +11325,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-constructor", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-constructor", + "title": "Constructor", + "number": "10.2.2" }, "definedIn": "prose" }, @@ -10857,9 +11344,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-constructor", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-constructor", + "title": "Constructor", + "number": "10.2.2" }, "definedIn": "prose" }, @@ -10898,9 +11386,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-attributes", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-attributes", + "title": "Attributes", + "number": "10.2.3" }, "definedIn": "dt" }, @@ -10918,9 +11407,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-attributes", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-attributes", + "title": "Attributes", + "number": "10.2.3" }, "definedIn": "dt" }, @@ -10938,9 +11428,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-attributes", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-attributes", + "title": "Attributes", + "number": "10.2.3" }, "definedIn": "dt" }, @@ -10980,9 +11471,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-methods", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-methods", + "title": "Methods", + "number": "10.2.4" }, "definedIn": "dt" }, @@ -11000,9 +11492,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-methods", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-methods", + "title": "Methods", + "number": "10.2.4" }, "definedIn": "dt" }, @@ -11020,9 +11513,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-methods", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-methods", + "title": "Methods", + "number": "10.2.4" }, "definedIn": "dt" }, @@ -11061,9 +11555,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-algorithms", + "title": "Algorithms", + "number": "10.2.5" }, "definedIn": "dt" }, @@ -11081,9 +11576,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-algorithms", + "title": "Algorithms", + "number": "10.2.5" }, "definedIn": "dt" }, @@ -11101,9 +11597,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-algorithms", + "title": "Algorithms", + "number": "10.2.5" }, "definedIn": "dt" }, @@ -11119,9 +11616,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-algorithms", + "title": "Algorithms", + "number": "10.2.5" }, "definedIn": "prose" }, @@ -11139,9 +11637,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-algorithms", + "title": "Algorithms", + "number": "10.2.5" }, "definedIn": "prose" }, @@ -11159,9 +11658,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-algorithms", + "title": "Algorithms", + "number": "10.2.5" }, "definedIn": "prose" }, @@ -11179,9 +11679,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-algorithms", + "title": "Algorithms", + "number": "10.2.5" }, "definedIn": "dt" }, @@ -11199,9 +11700,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-algorithms", + "title": "Algorithms", + "number": "10.2.5" }, "definedIn": "dt" }, @@ -11219,9 +11721,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-algorithms", + "title": "Algorithms", + "number": "10.2.5" }, "definedIn": "dt" }, @@ -11239,9 +11742,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-algorithms", + "title": "Algorithms", + "number": "10.2.5" }, "definedIn": "dt" }, @@ -11259,9 +11763,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-algorithms", + "title": "Algorithms", + "number": "10.2.5" }, "definedIn": "dt" }, @@ -11279,9 +11784,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-algorithms", + "title": "Algorithms", + "number": "10.2.5" }, "definedIn": "dt" }, @@ -11299,9 +11805,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-algorithms", + "title": "Algorithms", + "number": "10.2.5" }, "definedIn": "dt" }, @@ -11319,9 +11826,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoder-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoder-algorithms", + "title": "Algorithms", + "number": "10.2.5" }, "definedIn": "dt" }, @@ -11356,9 +11864,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoderinit-interface", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoderinit-interface", + "title": "ImageDecoderInit Interface", + "number": "10.3" }, "definedIn": "pre" }, @@ -11376,9 +11885,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoderinit-interface", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoderinit-interface", + "title": "ImageDecoderInit Interface", + "number": "10.3" }, "definedIn": "pre" }, @@ -11394,9 +11904,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoderinit-interface", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoderinit-interface", + "title": "ImageDecoderInit Interface", + "number": "10.3" }, "definedIn": "prose" }, @@ -11412,9 +11923,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoderinit-interface", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoderinit-interface", + "title": "ImageDecoderInit Interface", + "number": "10.3" }, "definedIn": "prose" }, @@ -11432,9 +11944,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoderinit-interface", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoderinit-interface", + "title": "ImageDecoderInit Interface", + "number": "10.3" }, "definedIn": "dt" }, @@ -11452,9 +11965,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoderinit-interface", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoderinit-interface", + "title": "ImageDecoderInit Interface", + "number": "10.3" }, "definedIn": "dt" }, @@ -11472,9 +11986,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoderinit-interface", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoderinit-interface", + "title": "ImageDecoderInit Interface", + "number": "10.3" }, "definedIn": "dt" }, @@ -11492,9 +12007,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoderinit-interface", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoderinit-interface", + "title": "ImageDecoderInit Interface", + "number": "10.3" }, "definedIn": "dt" }, @@ -11512,9 +12028,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoderinit-interface", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoderinit-interface", + "title": "ImageDecoderInit Interface", + "number": "10.3" }, "definedIn": "dt" }, @@ -11532,9 +12049,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoderinit-interface", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoderinit-interface", + "title": "ImageDecoderInit Interface", + "number": "10.3" }, "definedIn": "dt" }, @@ -11571,9 +12089,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecodeoptions-interface", + "href": "https://www.w3.org/TR/webcodecs/#imagedecodeoptions-interface", + "title": "ImageDecodeOptions Interface", + "number": "10.4" }, "definedIn": "dt" }, @@ -11591,9 +12110,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecodeoptions-interface", + "href": "https://www.w3.org/TR/webcodecs/#imagedecodeoptions-interface", + "title": "ImageDecodeOptions Interface", + "number": "10.4" }, "definedIn": "dt" }, @@ -11630,9 +12150,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoderesult-interface", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoderesult-interface", + "title": "ImageDecodeResult Interface", + "number": "10.5" }, "definedIn": "dt" }, @@ -11650,9 +12171,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagedecoderesult-interface", + "href": "https://www.w3.org/TR/webcodecs/#imagedecoderesult-interface", + "title": "ImageDecodeResult Interface", + "number": "10.5" }, "definedIn": "dt" }, @@ -11689,9 +12211,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagetracklist-interface", + "href": "https://www.w3.org/TR/webcodecs/#imagetracklist-interface", + "title": "ImageTrackList Interface", + "number": "10.6" }, "definedIn": "pre" }, @@ -11730,9 +12253,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagetracklist-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#imagetracklist-internal-slots", + "title": "Internal Slots", + "number": "10.6.1" }, "definedIn": "dt" }, @@ -11750,9 +12274,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagetracklist-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#imagetracklist-internal-slots", + "title": "Internal Slots", + "number": "10.6.1" }, "definedIn": "dt" }, @@ -11791,9 +12316,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagetracklist-attributes", + "href": "https://www.w3.org/TR/webcodecs/#imagetracklist-attributes", + "title": "Attributes", + "number": "10.6.2" }, "definedIn": "dt" }, @@ -11811,9 +12337,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagetracklist-attributes", + "href": "https://www.w3.org/TR/webcodecs/#imagetracklist-attributes", + "title": "Attributes", + "number": "10.6.2" }, "definedIn": "dt" }, @@ -11831,9 +12358,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagetracklist-attributes", + "href": "https://www.w3.org/TR/webcodecs/#imagetracklist-attributes", + "title": "Attributes", + "number": "10.6.2" }, "definedIn": "dt" }, @@ -11891,9 +12419,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagetrack-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#imagetrack-internal-slots", + "title": "Internal Slots", + "number": "10.7.1" }, "definedIn": "dt" }, @@ -11911,9 +12440,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagetrack-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#imagetrack-internal-slots", + "title": "Internal Slots", + "number": "10.7.1" }, "definedIn": "dt" }, @@ -11931,9 +12461,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagetrack-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#imagetrack-internal-slots", + "title": "Internal Slots", + "number": "10.7.1" }, "definedIn": "dt" }, @@ -11951,9 +12482,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagetrack-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#imagetrack-internal-slots", + "title": "Internal Slots", + "number": "10.7.1" }, "definedIn": "dt" }, @@ -11971,9 +12503,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagetrack-internal-slots", + "href": "https://www.w3.org/TR/webcodecs/#imagetrack-internal-slots", + "title": "Internal Slots", + "number": "10.7.1" }, "definedIn": "dt" }, @@ -12012,9 +12545,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagetrack-attributes", + "href": "https://www.w3.org/TR/webcodecs/#imagetrack-attributes", + "title": "Attributes", + "number": "10.7.2" }, "definedIn": "dt" }, @@ -12032,9 +12566,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagetrack-attributes", + "href": "https://www.w3.org/TR/webcodecs/#imagetrack-attributes", + "title": "Attributes", + "number": "10.7.2" }, "definedIn": "dt" }, @@ -12052,9 +12587,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "imagetrack-attributes", + "href": "https://www.w3.org/TR/webcodecs/#imagetrack-attributes", + "title": "Attributes", + "number": "10.7.2" }, "definedIn": "dt" }, @@ -12089,9 +12625,9 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "resource-reclamation", + "href": "https://www.w3.org/TR/webcodecs/#resource-reclamation", + "title": "11. Resource Reclamation" }, "definedIn": "prose" }, @@ -12108,9 +12644,9 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "resource-reclamation", + "href": "https://www.w3.org/TR/webcodecs/#resource-reclamation", + "title": "11. Resource Reclamation" }, "definedIn": "prose" }, @@ -12127,9 +12663,9 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs/#title", - "title": "WebCodecs" + "id": "resource-reclamation", + "href": "https://www.w3.org/TR/webcodecs/#resource-reclamation", + "title": "11. Resource Reclamation" }, "definedIn": "prose" } diff --git a/tr/headings/css-anchor-position-1.json b/tr/headings/css-anchor-position-1.json index 584c0a6e4a31..78b33e1814d7 100644 --- a/tr/headings/css-anchor-position-1.json +++ b/tr/headings/css-anchor-position-1.json @@ -35,6 +35,13 @@ "title": "Introduction", "number": "1" }, + { + "id": "values", + "href": "https://www.w3.org/TR/css-anchor-position-1/#values", + "level": 3, + "title": "Value Definitions", + "number": "1.1" + }, { "id": "determining", "href": "https://www.w3.org/TR/css-anchor-position-1/#determining", @@ -56,6 +63,13 @@ "title": "Implicit Anchor Elements", "number": "2.1.1" }, + { + "id": "determining-position", + "href": "https://www.w3.org/TR/css-anchor-position-1/#determining-position", + "level": 4, + "title": "The Anchor’s Position", + "number": "2.1.2" + }, { "id": "anchor-scope", "href": "https://www.w3.org/TR/css-anchor-position-1/#anchor-scope", @@ -92,17 +106,17 @@ "number": "3" }, { - "id": "inset-area", - "href": "https://www.w3.org/TR/css-anchor-position-1/#inset-area", + "id": "position-area", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-area", "level": 3, - "title": "The inset-area Property", + "title": "The position-area Property", "number": "3.1" }, { "id": "resolving-spans", "href": "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", "level": 4, - "title": "Resolving s", + "title": "Resolving s", "number": "3.1.1" }, { @@ -133,6 +147,20 @@ "title": "Validity", "number": "3.5" }, + { + "id": "position-visibility", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-visibility", + "level": 3, + "title": "Conditional Hiding: the position-visibility property", + "number": "3.6" + }, + { + "id": "accessibility", + "href": "https://www.w3.org/TR/css-anchor-position-1/#accessibility", + "level": 3, + "title": "Accessibility Implications", + "number": "3.7" + }, { "id": "sizing", "href": "https://www.w3.org/TR/css-anchor-position-1/#sizing", @@ -162,10 +190,10 @@ "number": "5" }, { - "id": "position-try-options", - "href": "https://www.w3.org/TR/css-anchor-position-1/#position-try-options", + "id": "position-try-fallbacks", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-try-fallbacks", "level": 3, - "title": "Giving Fallback Options: the position-try-options property", + "title": "Giving Fallback Options: the position-try-fallbacks property", "number": "5.1" }, { @@ -231,6 +259,12 @@ "title": "Privacy Considerations", "number": "9" }, + { + "id": "changes", + "href": "https://www.w3.org/TR/css-anchor-position-1/#changes", + "level": 2, + "title": "10. Changes" + }, { "id": "w3c-conformance", "href": "https://www.w3.org/TR/css-anchor-position-1/#w3c-conformance", diff --git a/tr/idl/css-anchor-position.idl b/tr/idl/css-anchor-position.idl index f0949f405db1..e3edd532795a 100644 --- a/tr/idl/css-anchor-position.idl +++ b/tr/idl/css-anchor-position.idl @@ -6,5 +6,79 @@ [Exposed=Window] interface CSSPositionTryRule : CSSRule { readonly attribute CSSOMString name; - [SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style; + [SameObject, PutForwards=cssText] readonly attribute CSSPositionTryDescriptors style; +}; + +[Exposed=Window] +interface CSSPositionTryDescriptors : CSSStyleDeclaration { + attribute CSSOMString margin; + attribute CSSOMString marginTop; + attribute CSSOMString marginRight; + attribute CSSOMString marginBottom; + attribute CSSOMString marginLeft; + attribute CSSOMString marginBlock; + attribute CSSOMString marginBlockStart; + attribute CSSOMString marginBlockEnd; + attribute CSSOMString marginInline; + attribute CSSOMString marginInlineStart; + attribute CSSOMString marginInlineEnd; + attribute CSSOMString margin-top; + attribute CSSOMString margin-right; + attribute CSSOMString margin-bottom; + attribute CSSOMString margin-left; + attribute CSSOMString margin-block; + attribute CSSOMString margin-block-start; + attribute CSSOMString margin-block-end; + attribute CSSOMString margin-inline; + attribute CSSOMString margin-inline-start; + attribute CSSOMString margin-inline-end; + attribute CSSOMString inset; + attribute CSSOMString insetBlock; + attribute CSSOMString insetBlockStart; + attribute CSSOMString insetBlockEnd; + attribute CSSOMString insetInline; + attribute CSSOMString insetInlineStart; + attribute CSSOMString insetInlineEnd; + attribute CSSOMString top; + attribute CSSOMString left; + attribute CSSOMString right; + attribute CSSOMString bottom; + attribute CSSOMString inset-block; + attribute CSSOMString inset-block-start; + attribute CSSOMString inset-block-end; + attribute CSSOMString inset-inline; + attribute CSSOMString inset-inline-start; + attribute CSSOMString inset-inline-end; + attribute CSSOMString width; + attribute CSSOMString minWidth; + attribute CSSOMString maxWidth; + attribute CSSOMString height; + attribute CSSOMString minHeight; + attribute CSSOMString maxHeight; + attribute CSSOMString blockSize; + attribute CSSOMString minBlockSize; + attribute CSSOMString maxBlockSize; + attribute CSSOMString inlineSize; + attribute CSSOMString minInlineSize; + attribute CSSOMString maxInlineSize; + attribute CSSOMString min-width; + attribute CSSOMString max-width; + attribute CSSOMString min-height; + attribute CSSOMString max-height; + attribute CSSOMString block-size; + attribute CSSOMString min-block-size; + attribute CSSOMString max-block-size; + attribute CSSOMString inline-size; + attribute CSSOMString min-inline-size; + attribute CSSOMString max-inline-size; + attribute CSSOMString placeSelf; + attribute CSSOMString alignSelf; + attribute CSSOMString justifySelf; + attribute CSSOMString place-self; + attribute CSSOMString align-self; + attribute CSSOMString justify-self; + attribute CSSOMString positionAnchor; + attribute CSSOMString position-anchor; + attribute CSSOMString positionArea; + attribute CSSOMString position-area; }; diff --git a/tr/idl/mediasession.idl b/tr/idl/mediasession.idl index 3f5be4d27032..2a73c87f0d69 100644 --- a/tr/idl/mediasession.idl +++ b/tr/idl/mediasession.idl @@ -59,7 +59,7 @@ interface MediaMetadata { attribute DOMString title; attribute DOMString artist; attribute DOMString album; - attribute FrozenArray artwork; + attribute FrozenArray artwork; [SameObject] readonly attribute FrozenArray chapterInfo; }; diff --git a/tr/idl/webcodecs.idl b/tr/idl/webcodecs.idl index 9321ddcaf581..99638b2911e5 100644 --- a/tr/idl/webcodecs.idl +++ b/tr/idl/webcodecs.idl @@ -340,7 +340,7 @@ dictionary VideoFrameInit { AlphaOption alpha = "keep"; // Default matches image. May be used to efficiently crop. Will trigger - // new computation of displayWidth and displayHeight using image’s pixel + // new computation of displayWidth and displayHeight using image's pixel // aspect ratio unless an explicit displayWidth and displayHeight are given. DOMRectInit visibleRect; diff --git a/tr/ids/css-anchor-position-1.json b/tr/ids/css-anchor-position-1.json index 351e381541e7..9c03d872a0c2 100644 --- a/tr/ids/css-anchor-position-1.json +++ b/tr/ids/css-anchor-position-1.json @@ -11,6 +11,7 @@ "https://www.w3.org/TR/css-anchor-position-1/#title", "https://www.w3.org/TR/css-anchor-position-1/#w3c-state", "https://www.w3.org/TR/css-anchor-position-1/#abstract", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-positioning", "https://www.w3.org/TR/css-anchor-position-1/#sotd", "https://www.w3.org/TR/css-anchor-position-1/#w3c_process_revision", "https://www.w3.org/TR/css-anchor-position-1/#toc", @@ -18,11 +19,16 @@ "https://www.w3.org/TR/css-anchor-position-1/#intro", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position", "https://www.w3.org/TR/css-anchor-position-1/#anchor-positioning", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-anchor", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-area", "https://www.w3.org/TR/css-anchor-position-1/#anchor-functions", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor-size", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#example-880ca553", + "https://www.w3.org/TR/css-anchor-position-1/#example-12414bf8", + "https://www.w3.org/TR/css-anchor-position-1/#values", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-css-wide-keywords", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-flat-tree", "https://www.w3.org/TR/css-anchor-position-1/#determining", "https://www.w3.org/TR/css-anchor-position-1/#name", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-name", @@ -33,19 +39,21 @@ "https://www.w3.org/TR/css-anchor-position-1/#ref-for-principal-box", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-name%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-principal-box%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#anchor-box", "https://www.w3.org/TR/css-anchor-position-1/#anchor-name", "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-name-none", "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-name-dashed-ident", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-dashed-ident%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-principal-box%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-principal-box%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-name", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-name%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-css-tree-scoped-name", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-name%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-name%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-name%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-scope", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-name%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containment", @@ -57,16 +65,25 @@ "https://www.w3.org/TR/css-anchor-position-1/#ref-for-acceptable-anchor-element", "https://www.w3.org/TR/css-anchor-position-1/#implicit", "https://www.w3.org/TR/css-anchor-position-1/#implicit-anchor-element", - "https://www.w3.org/TR/css-anchor-position-1/#example-e6312e6e", + "https://www.w3.org/TR/css-anchor-position-1/#example-f3f830c5", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-implicit-anchor-element", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-implicit-anchor-element%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-implicit", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-name%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-anchor-auto", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-anchor%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-functions", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-x22", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-implicit-anchor-element%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-implicit-anchor-element%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-originating-element", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-x22%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-implicit-anchor-element%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-implicit-anchor-element%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#determining-position", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-box", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-box%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-transform", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-box%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-transform%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#anchor-scope", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-scope%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#propdef-anchor-scope", @@ -82,36 +99,36 @@ "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-name%E2%91%A8", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-scope%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-name%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-scope-dashed-ident", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-dashed-ident%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-name%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-scope%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-name%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A2", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-implicit-anchor-element%E2%91%A3", - "https://www.w3.org/TR/css-anchor-position-1/#example-714bc97a", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-implicit-anchor-element%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#example-8839a4cb", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-scope%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-scope%E2%91%A4", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-the-li-element", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-the-li-element%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#target", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#anchor-specifier", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-dashed-ident%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-css-tree-scoped-reference", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-name%E2%91%A2", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-implicit%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-name%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-anchor-auto%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#target-anchor-element", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-specifier", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-specifier", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-implicit%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-implicit-anchor-element%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-anchor-auto%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-implicit-anchor-element%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-acceptable-anchor-element%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-dashed-ident%E2%91%A4", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-name%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-name%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-concept-tree", @@ -122,80 +139,100 @@ "https://www.w3.org/TR/css-anchor-position-1/#ref-for-acceptable-anchor-element%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-scope%E2%91%A5", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-name%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A5", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-name%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-name%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-concept-shadow-tree", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-functions", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-functions%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-concept-shadow-tree%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-concept-shadow-tree%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-name%E2%91%A4", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-functions%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-name%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-functions%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-selectordef-part", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-implicit-anchor-element%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-implicit-anchor-element%E2%91%A4", "https://www.w3.org/TR/css-anchor-position-1/#acceptable-anchor-element", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-elements", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-tree-abiding", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-scope%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-in-a-higher-top-layer", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-in-the-same-top-layer", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-initial-containing-block", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block-chain", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A3", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block-chain", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-initial-containing-block", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-flat-tree%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-in-the-same-top-layer%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-flat-tree%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-in-the-same-top-layer%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A3", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-elements", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-pseudo-element", - "https://www.w3.org/TR/css-anchor-position-1/#issue-74e37020", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-skips-its-contents%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-skips-its-contents%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#position-anchor", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-anchor", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-anchor%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#propdef-position-anchor", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-name", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A4", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-anchor%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#default-anchor-specifier", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-functions%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-functions%E2%91%A2", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-options-list", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A6", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A2", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-specifier%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-anchor%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#default-anchor-element", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-element%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor-size%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#example-e2ad92db", - "https://www.w3.org/TR/css-anchor-position-1/#anchor-relevance", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-area%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-functions%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-anchor%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-reset-only-sub-property", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-anchor-auto", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-implicit-anchor-element%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-element%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-anchor-anchor-name", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-name%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-name%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-element%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-principal-box%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-element%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#default-anchor-box", + "https://www.w3.org/TR/css-anchor-position-1/#example-728ebea4", + "https://www.w3.org/TR/css-anchor-position-1/#anchor-relevance", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-relevant-to-the-user", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-skips-its-contents%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-relevant-to-the-user%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-content-visibility%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-skips-its-contents%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-relevant-to-the-user%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-skips-its-contents%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-skips-its-contents%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-content-visibility%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#positioning", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A5", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-inset-area", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-element", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-box%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-area%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-box", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#inset-area", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-inset-area%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#propdef-inset-area", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A2", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-inset-area", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-element%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A5", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-element%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-inset-area%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-area-grid", - "https://www.w3.org/TR/css-anchor-position-1/#typedef-inset-area", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-box%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#position-area", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-area%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#propdef-position-area", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-position-area", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-box%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-positioning%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-box%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-area%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-area-grid", + "https://www.w3.org/TR/css-anchor-position-1/#typedef-position-area", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A4", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A5", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A6", @@ -208,8 +245,8 @@ "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-any", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-any", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A1%E2%93%AA", @@ -228,8 +265,8 @@ "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-any%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-any%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A2%E2%91%A8", @@ -239,9 +276,9 @@ "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-any%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-any%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A4%E2%93%AA", @@ -250,22 +287,25 @@ "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A4%E2%91%A4", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-mult-num-range", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-mult-num-range", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-mult-num-range%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-none", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-inset-area", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-inset-area%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-element%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-none", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-position-area", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-position-area%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-box%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A6", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-area-grid%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A6", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-area-grid%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-max-height", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-align-self-normal", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-self-alignment-properties", @@ -273,108 +313,130 @@ "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-self-position-end", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-justify-self-anchor-center", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-top-auto", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-modified-containing-block", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-original-containing-block", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-original-containing-block%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-area%E2%91%A4", "https://www.w3.org/TR/css-anchor-position-1/#resolving-spans", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-inset-area%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#inset-area-grid", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A7", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-element%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-position-area%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#position-area-grid", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-writing-mode", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-box%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-start", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-element%E2%91%A4", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-element%E2%91%A5", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A8", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-element%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-box%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-box%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-box%E2%91%A6", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-end", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-inset-area%E2%91%A2", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-start", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-end", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-self-start", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-self-end", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-top", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-bottom", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-left", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-right", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-y-start", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-y-end", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-y-self-start", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-y-self-end", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-x-start", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-x-end", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-x-self-start", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-x-self-end", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-block-start", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-block-end", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-block-self-start", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-block-self-end", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-inline-start", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-inline-end", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-inline-self-start", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-inline-self-end", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-center", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A2", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-inset-area-start", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-inset-area-end", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-inset-area-x-start", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-inset-area-self-start", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-inset-area-x-self-end", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-start", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-end", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-top", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-bottom", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-y-start", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-y-end", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-x-start", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-x-end", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-block-start", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-block-end", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-inline-start", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-inline-end", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-inset-area-span-top", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-inset-area-span-all", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-inset-area-center", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-inset-area-span-all", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-inset-area-start%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-inset-area-center%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-inset-area-span-all%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-inset-area-top", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-inset-area-center%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-inset-area%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-position-area%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-start", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-end", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-self-start", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-self-end", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-top", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-bottom", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-left", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-right", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-y-start", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-y-end", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-y-self-start", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-y-self-end", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-x-start", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-x-end", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-x-self-start", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-x-self-end", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-block-start", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-block-end", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-block-self-start", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-block-self-end", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-inline-start", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-inline-end", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-inline-self-start", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-inline-self-end", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-center", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-area-start", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-area-end", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-writing-mode%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-area-x-start", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-area-self-start", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-area-x-self-end", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-writing-mode%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-start", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-end", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-top", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-bottom", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-y-start", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-y-end", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-x-start", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-x-end", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-block-start", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-block-end", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-inline-start", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-inline-end", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-area-span-top", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-area-span-all", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-area-center", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-area-span-all", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-area-start%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-area-center%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-block-axis", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inline-axis", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-area-span-all%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-area-top", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-area-center%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-position-area%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-self-align", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-self-alignment-properties%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-align-self-normal%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-justify-self-anchor-center%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-self-position-end%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#example-7921ad0f", + "https://www.w3.org/TR/css-anchor-position-1/#example-b0413b04", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-area-start%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-area-start%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-area-center%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-align-self", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-margin-edge", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-area-top%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-justify-self", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-inset-area%E2%91%A2", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-element%E2%91%A7", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-area-grid%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-margin-edge%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-area-span-start", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-area%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-box%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-area-grid%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#anchor-pos", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A7", "https://www.w3.org/TR/css-anchor-position-1/#funcdef-anchor", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-box%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-length-value", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A3", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-top", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-left", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-right", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-bottom", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A4", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-length-value", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-element%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-name%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-mult-opt", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-all", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-side", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-comma", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-length-percentage", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-mult-opt%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#typedef-anchor-element", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-element%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#typedef-anchor-name", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-name%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-dashed-ident%E2%91%A5", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#typedef-anchor-side", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-side%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A5%E2%91%A2", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A5%E2%91%A6", @@ -383,45 +445,46 @@ "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A6%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-percentage-value", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-percentage-value", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A5", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-element%E2%91%A3", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-specifier%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-name%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A5", "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-dashed-ident", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-dashed-ident%E2%91%A6", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-name%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-css-tree-scoped-reference%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-implicit", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-implicit-anchor-element%E2%91%A6", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A4", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-side%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-element%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-side%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A6", "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-inside", "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-outside", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-box%E2%91%A5", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A4", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-inside", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-box%E2%91%A6", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-outside", "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-top", "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-right", "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-bottom", "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-left", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-box%E2%91%A7", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A6", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-left", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-left", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-right", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-left%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-right%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A7", "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-start", "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-end", "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-self-start", "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-self-end", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-box%E2%91%A8", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A8", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-writing-mode", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-writing-mode%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-self-start", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-self-end", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-start", @@ -441,32 +504,35 @@ "https://www.w3.org/TR/css-anchor-position-1/#ref-for-computed-value", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-style--layout-interleave", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-length-value%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-modified-containing-block", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A6", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-scroll-container", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-modified-containing-block%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A7", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-scroll-container", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-concept-animation", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-functions%E2%91%A3", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-name%E2%91%A5", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-box%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-name%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-fragment", - "https://www.w3.org/TR/css-anchor-position-1/#issue-3c6fe13f", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-box-fragment", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-border-box", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-snapshotted-scroll-offset", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-transform-translate", - "https://www.w3.org/TR/css-anchor-position-1/#example-ef794aa0", + "https://www.w3.org/TR/css-anchor-position-1/#example-fc369bf2", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A7", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-top", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-bottom", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-inset-block-start", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-inset-block-end", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A8", - "https://www.w3.org/TR/css-anchor-position-1/#example-a7ac0832", + "https://www.w3.org/TR/css-anchor-position-1/#example-c18aaa51", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-length-value%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-math-function", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-modified-containing-block%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-modified-containing-block%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-box%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-the-input-element", "https://www.w3.org/TR/css-anchor-position-1/#anchor-center", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-justify-self-anchor-center%E2%91%A1", @@ -476,44 +542,52 @@ "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-align-items", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-self-alignment-properties%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A8", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-modified-containing-block%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-modified-containing-block%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-box%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#valdef-justify-self-anchor-center", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-element%E2%91%A8", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-element%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-box%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-box%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-top-auto%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-available", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-element%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-modified-containing-block%E2%91%A2", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-modified-containing-block%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-element%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-box%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-self-position-center", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-area%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-justify-self-anchor-center%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-original-containing-block%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-original-containing-block%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#scroll", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-scroll-container%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#needs-scroll-adjustment", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-element%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-box%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-self-alignment-properties%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-justify-self-anchor-center%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-used-value", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-scroll-container%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-element%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-self-alignment-properties%E2%91%A2", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-justify-self-anchor-center%E2%91%A2", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-options-list%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-box%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-options-list", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-needs-scroll-adjustment", "https://www.w3.org/TR/css-anchor-position-1/#snapshotted-scroll-offset", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-needs-scroll-adjustment%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-scroll-offset", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-scroll-container%E2%91%A2", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-element%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-box%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-box%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-snapshotted-scroll-offset%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#issue-5446f06a", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-box%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-sizing-property", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-accepted-position-try-properties", "https://www.w3.org/TR/css-anchor-position-1/#anchor-valid", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#valid-anchor-function", @@ -522,122 +596,188 @@ "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-side%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-left%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-left%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-right%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-left%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-right%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-element%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-name%E2%91%A5", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-anchor-position-1/#sizing", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-invalid-at-computed-value-time", + "https://www.w3.org/TR/css-anchor-position-1/#position-visibility", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-visibility", + "https://www.w3.org/TR/css-anchor-position-1/#propdef-position-visibility", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-any%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-any%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-visibility-always", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-visibility-anchors-valid", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-required-anchor-reference", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-strongly-hidden", + "https://www.w3.org/TR/css-anchor-position-1/#issue-152d003b", + "https://www.w3.org/TR/css-anchor-position-1/#required-anchor-reference", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#issue-b50451b1", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-visibility-anchors-visible", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-box%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-box%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-clipped-by-intervening-boxes", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-strongly-hidden%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-visibility-no-overflow", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-modified-containing-block%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-strongly-hidden%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#clipped-by-intervening-boxes", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-ink-overflow-rectangle", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-overflow", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-paint-containment", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-overflow-clip-edge", + "https://www.w3.org/TR/css-anchor-position-1/#issue-ceb6dcc9", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-clipped-by-intervening-boxes%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-strongly-hidden%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-visibility%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#strongly-hidden", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-visibility", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-visibility%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#accessibility", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-implicit-anchor-element%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-host_general_role", + "https://www.w3.org/TR/css-anchor-position-1/#sizing", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-anchor-position-1/#funcdef-anchor-size", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-sizing-property", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor-size%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-sizing-property%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-box%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor-size%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-length-value%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-accepted-position-try-properties%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#anchor-size-fn", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor-size%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-width", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-height", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-min-width", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-min-height", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-max-width", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-max-height%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-top%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-left%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-right%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-bottom%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-margin-top", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-margin-left", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-margin-right", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-margin-bottom", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor-size%E2%91%A2", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-element%E2%91%A5", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-mult-opt%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-name%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-any%E2%91%A4", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-size", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-mult-opt%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-comma%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-length-percentage%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-mult-opt%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#typedef-anchor-size", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-size%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A6%E2%91%A3", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A6%E2%91%A4", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A6%E2%91%A6", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A7%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A7%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor-size%E2%91%A3", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-side%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-size%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-size%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-size-width", "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-size-height", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-width", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-width%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-size%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-size-block", "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-size-inline", "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-size-self-block", "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-size-self-inline", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-writing-mode%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-writing-mode%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-size-self-block", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-size-self-inline", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-writing-mode%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-writing-mode%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-size-block", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-size-inline", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-size%E2%91%A4", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor-size%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-width%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-width%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor-size%E2%91%A5", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valid-anchor-size-function", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-computed-value%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-style--layout-interleave%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-length-value%E2%91%A3", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-anchor-position-1/#anchor-size-valid", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor-size%E2%91%A5", - "https://www.w3.org/TR/css-anchor-position-1/#valid-anchor-size-function", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-sizing-property%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-element%E2%91%A6", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor-size%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#valid-anchor-size-function", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-sizing-property%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-margin-properties", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-accepted-position-try-properties%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-name%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor-size%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-invalid-at-computed-value-time%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#fallback", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-options", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-box%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-fallbacks", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-position-try", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-order", - "https://www.w3.org/TR/css-anchor-position-1/#position-try-options", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-options%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#propdef-position-try-options", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#position-try-fallbacks", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-fallbacks%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#propdef-position-try-fallbacks", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A7%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-dashed-ident%E2%91%A7", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-any%E2%91%A2", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-position-try-options-try-tactic", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A7%E2%93%AA", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-inset-area%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-any%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-position-try-fallbacks-try-tactic", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A7%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-area%E2%91%A7", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-mult-comma%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-modified-containing-block%E2%91%A4", "https://www.w3.org/TR/css-anchor-position-1/#position-options-list", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-position-try%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-position-try-options-try-tactic%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-options-none", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-options-list%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-options-dashed-ident", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-position-try-fallbacks-try-tactic%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-fallbacks-none", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-options-list%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-fallbacks-dashed-ident", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-dashed-ident%E2%91%A8", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-position-try%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-option", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-options-list%E2%91%A2", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-options-try-tactic", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-position-try-options-try-tactic%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-options-list%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-fallbacks-try-tactic", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-position-try-fallbacks-try-tactic%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-option%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-margin-properties", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-sizing-property%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-self-alignment-properties%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-swap-due-to-a-try-tactic", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-option%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-options-list%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-options-list%E2%91%A3", - "https://www.w3.org/TR/css-anchor-position-1/#typedef-position-try-options-try-tactic", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-position-try-options-try-tactic%E2%91%A2", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-any%E2%91%A3", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-any%E2%91%A4", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-options-flip-block", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-block-axis", + "https://www.w3.org/TR/css-anchor-position-1/#typedef-position-try-fallbacks-try-tactic", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-position-try-fallbacks-try-tactic%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-any%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-any%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-fallbacks-flip-block", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-block-axis%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-margin-block-start", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-margin-block-end", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inline-axis", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-options-flip-inline", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inline-axis%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-block-axis%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-options-flip-start", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-fallbacks-flip-inline", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inline-axis%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-block-axis%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-fallbacks-flip-start", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-start%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-end%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-margin-block-start%E2%91%A0", @@ -646,34 +786,80 @@ "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inline-start", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-block-end", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inline-end", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-option%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#issue-3980b8c2", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-options-dashed-ident--try-tactic", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-option%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-fallbacks-dashed-ident--try-tactic", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-dashed-ident%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-position-try-options-try-tactic%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-position-try-fallbacks-try-tactic%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-position-try%E2%91%A2", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-option%E2%91%A2", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-position-try-options-try-tactic%E2%91%A4", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-options-list%E2%91%A4", - "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-options-inset-area-inset-area", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-inset-area%E2%91%A4", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-option%E2%91%A3", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-inset-area%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-position-try-fallbacks-try-tactic%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-options-list%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-fallbacks-position-area", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-area%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-option%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-area%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#swap-due-to-a-try-tactic", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-accepted-position-try-properties%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-substitute-a-var", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-env", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-arbitrary-substitution-function", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-env%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-css-environment-variable", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-env-safe-area-inset-top", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-css-environment-variable%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#example-cf4633b5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-top%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-env%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-left%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#example-6de96d49", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-margin-top%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-margin-left%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-width%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-height%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-width%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-align-self%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-percentage-value%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#example-0646df49", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-margin-top%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-margin-left%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-margin-top%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-margin-bottom%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-sizing-property%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor-size%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#example-07698d48", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-width%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-height%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-self-alignment-properties%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-self-position", + "https://www.w3.org/TR/css-anchor-position-1/#example-fc13ccd1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-align-self%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-align-self%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-align-self%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-align-self%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-baseline-position", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-self-position%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-area%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-area-grid%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#example-5641c582", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-area%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-area%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#position-try-order-property", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-order%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#propdef-position-try-order", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A7%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-try-size", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-options-list%E2%91%A5", "https://www.w3.org/TR/css-anchor-position-1/#typedef-try-size", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-try-size%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A7%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A7%E2%91%A2", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A7%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A7%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A7%E2%91%A6", "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-order-normal", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-option%E2%91%A4", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-options%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-option%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-fallbacks%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-order-most-width", "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-order-most-height", "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-try-order-most-block-size", @@ -682,25 +868,23 @@ "https://www.w3.org/TR/css-anchor-position-1/#ref-for-apply-a-position-option", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-modified-containing-block%E2%91%A5", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-options-list%E2%91%A7", - "https://www.w3.org/TR/css-anchor-position-1/#example-a1ca8230", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-try-options-flip-block", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-top%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-bottom%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-align-self%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#example-aa429f39", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-try-fallbacks-flip-block", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-align-self%E2%91%A6", "https://www.w3.org/TR/css-anchor-position-1/#position-try-prop", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#propdef-position-try", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-order%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-mult-opt%E2%91%A3", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-options%E2%91%A2", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-options%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-fallbacks%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-fallbacks%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-order%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-order%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#fallback-rule", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-position-try%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#at-ruledef-position-try", "https://www.w3.org/TR/css-anchor-position-1/#position-option", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-options%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-fallbacks%E2%91%A4", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-position-try%E2%91%A4", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-dashed-ident%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-declaration-list", @@ -709,12 +893,12 @@ "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-position-try%E2%91%A6", "https://www.w3.org/TR/css-anchor-position-1/#accepted-position-try-properties", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-css-property", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-margin-properties%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-sizing-property%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-sizing-property%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-self-alignment-properties%E2%91%A4", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-anchor%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-inset-area%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-anchor%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-area%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-declaration-list%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-position-try%E2%91%A7", "https://www.w3.org/TR/css-anchor-position-1/#position-fallback-origin", @@ -723,58 +907,75 @@ "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cascade-origin-animation", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cascade-origin-animation%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-all-revert", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-all-revert-layer", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cascade-origin-author%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cascade-origin-user", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-accepted-position-try-properties", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-container-query", - "https://www.w3.org/TR/css-anchor-position-1/#issue-5b530169", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-element%E2%91%A7", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-anchor%E2%91%A2", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-options%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cascade-origin-animation%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-all-revert-layer", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-accepted-position-try-properties%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cascade-origin-author%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-position-try%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-container-query", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-name%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-anchor%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-fallbacks%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-position-try%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-anchor-position-1/#fallback-apply", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-modified-containing-block%E2%91%A6", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-options-list%E2%91%A8", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-determine-the-position-fallback-styles", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-determine-position-fallback-styles", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-style--layout-interleave%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-computed-value%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-used-value", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-used-value%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#apply-a-position-option", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-option%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-option%E2%91%A6", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-fallback-origin", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-used-value%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-used-value%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#determine-the-position-fallback-styles", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-used-value%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#determine-position-fallback-styles", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-list-iterate", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-options-list%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-apply-a-position-option%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-modified-containing-block%E2%91%A7", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-snapshotted-scroll-offset%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-snapshotted-scroll-offset%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-snapshotted-scroll-offset%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-modified-containing-block%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-top-auto%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-snapshotted-scroll-offset%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-area-none", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-area%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-area-grid%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-snapshotted-scroll-offset%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-top%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-area%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-iteration-continue", - "https://www.w3.org/TR/css-anchor-position-1/#last-successful-position-option", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-option%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-iteration-continue%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-option%E2%91%A7", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-last-successful-position-option", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-apply-a-position-option%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-margin-box", - "https://www.w3.org/TR/css-anchor-position-1/#example-58b895a3", + "https://www.w3.org/TR/css-anchor-position-1/#example-eb4dcc37", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-resizeobserver", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#last-successful-position-option", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-accepted-position-try-properties%E2%91%A4", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-last-successful-position-option%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-last-successful-position-option%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-options%E2%91%A6", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-position-try%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-options%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-fallbacks%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-position-try%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-fallbacks%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-determine-position-fallback-styles%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-last-successful-position-option%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-accepted-position-try-properties%E2%91%A5", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-last-remembered", - "https://www.w3.org/TR/css-anchor-position-1/#issue-21c2b50d", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-options-list%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#example-e9cc9812", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-elements%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#example-9110aca5", "https://www.w3.org/TR/css-anchor-position-1/#interfaces", "https://www.w3.org/TR/css-anchor-position-1/#om-position-try", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-csspositiontryrule", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-position-try%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-position-try%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-Exposed", "https://www.w3.org/TR/css-anchor-position-1/#csspositiontryrule", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssrule", @@ -782,13 +983,161 @@ "https://www.w3.org/TR/css-anchor-position-1/#ref-for-dom-csspositiontryrule-name", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-SameObject", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-PutForwards", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-dom-cssstyledeclaration-csstext", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssstyledeclaration", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-csspositiontrydescriptors", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-dom-csspositiontryrule-style", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-Exposed%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#csspositiontrydescriptors", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssstyledeclaration", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margin", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margintop", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-marginright", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-marginbottom", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-marginleft", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-marginblock", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-marginblockstart", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-marginblockend", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margininline", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margininlinestart", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margininlineend", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margin-top", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margin-right", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margin-bottom", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margin-left", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margin-block", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margin-block-start", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margin-block-end", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margin-inline", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margin-inline-start", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-margin-inline-end", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-inset", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-insetblock", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-insetblockstart", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-insetblockend", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-insetinline", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-insetinlinestart", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-insetinlineend", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-top", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-left", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-right", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-bottom", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-inset-block", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-inset-block-start", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-inset-block-end", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-inset-inline", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-inset-inline-start", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-inset-inline-end", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-width", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-minwidth", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-maxwidth", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-height", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-minheight", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-maxheight", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-blocksize", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-minblocksize", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-maxblocksize", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-inlinesize", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-mininlinesize", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-maxinlinesize", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-min-width", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-max-width", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-min-height", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-max-height", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-block-size", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-min-block-size", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-max-block-size", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-inline-size", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-min-inline-size", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-max-inline-size", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-placeself", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-alignself", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-justifyself", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-place-self", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-align-self", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-justify-self", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-positionanchor", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-position-anchor", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-positionarea", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssomstring%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontrydescriptors-position-area", "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontryrule-name", "https://www.w3.org/TR/css-anchor-position-1/#dom-csspositiontryrule-style", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-accepted-position-try-properties%E2%91%A0", - "https://www.w3.org/TR/css-anchor-position-1/#issue-45287b7f", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-csspositiontrydescriptors%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-position-try%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssstyledeclaration-computed-flag", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssstyledeclaration-readonly-flag", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssstyledeclaration-declarations", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-concept-declarations-specified-order", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssstyledeclaration-parent-css-rule", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-cssstyledeclaration-owner-node", "https://www.w3.org/TR/css-anchor-position-1/#interleaving", "https://www.w3.org/TR/css-anchor-position-1/#style--layout-interleave", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-computed-value%E2%91%A2", @@ -797,12 +1146,28 @@ "https://www.w3.org/TR/css-anchor-position-1/#ref-for-container-query%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-container-query-length", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-computed-length", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-accepted-position-try-properties%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-accepted-position-try-properties%E2%91%A6", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-style--layout-interleave%E2%91%A3", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#issue-584007ee", "https://www.w3.org/TR/css-anchor-position-1/#sec", "https://www.w3.org/TR/css-anchor-position-1/#priv", + "https://www.w3.org/TR/css-anchor-position-1/#changes", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-area%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-anchor%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-implicit-anchor-element%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-element%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-acceptable-anchor-element%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-functions%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-justify-self-anchor-center%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-visibility%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor-size%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-accepted-position-try-properties%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-fallbacks%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-fallbacks%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-area%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-swap-due-to-a-try-tactic%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-determine-position-fallback-styles%E2%91%A1", "https://www.w3.org/TR/css-anchor-position-1/#w3c-conformance", "https://www.w3.org/TR/css-anchor-position-1/#w3c-conventions", "https://www.w3.org/TR/css-anchor-position-1/#w3c-example", @@ -813,6 +1178,9 @@ "https://www.w3.org/TR/css-anchor-position-1/#index", "https://www.w3.org/TR/css-anchor-position-1/#index-defined-here", "https://www.w3.org/TR/css-anchor-position-1/#index-defined-elsewhere", + "https://www.w3.org/TR/css-anchor-position-1/#7f61e25b", + "https://www.w3.org/TR/css-anchor-position-1/#ea3c0013", + "https://www.w3.org/TR/css-anchor-position-1/#652dcdea", "https://www.w3.org/TR/css-anchor-position-1/#e6b1dd7a", "https://www.w3.org/TR/css-anchor-position-1/#9d95c839", "https://www.w3.org/TR/css-anchor-position-1/#515ec31f", @@ -823,60 +1191,88 @@ "https://www.w3.org/TR/css-anchor-position-1/#5f80981e", "https://www.w3.org/TR/css-anchor-position-1/#34ae2cc3", "https://www.w3.org/TR/css-anchor-position-1/#35e80fd9", + "https://www.w3.org/TR/css-anchor-position-1/#85c399c0", "https://www.w3.org/TR/css-anchor-position-1/#0778a939", + "https://www.w3.org/TR/css-anchor-position-1/#16ff1cf8", "https://www.w3.org/TR/css-anchor-position-1/#62f136c0", + "https://www.w3.org/TR/css-anchor-position-1/#ba64c9f5", + "https://www.w3.org/TR/css-anchor-position-1/#836161df", + "https://www.w3.org/TR/css-anchor-position-1/#76c02e00", + "https://www.w3.org/TR/css-anchor-position-1/#58404105", + "https://www.w3.org/TR/css-anchor-position-1/#d65c0e81", "https://www.w3.org/TR/css-anchor-position-1/#64bdec0d", "https://www.w3.org/TR/css-anchor-position-1/#02b32fb2", "https://www.w3.org/TR/css-anchor-position-1/#515ba43c", "https://www.w3.org/TR/css-anchor-position-1/#8c8e51b4", "https://www.w3.org/TR/css-anchor-position-1/#81a52293", + "https://www.w3.org/TR/css-anchor-position-1/#019ec75b", "https://www.w3.org/TR/css-anchor-position-1/#b45bd8fa", "https://www.w3.org/TR/css-anchor-position-1/#529d0525", "https://www.w3.org/TR/css-anchor-position-1/#1a2b1083", "https://www.w3.org/TR/css-anchor-position-1/#e308a45f", "https://www.w3.org/TR/css-anchor-position-1/#9f07bd0d", + "https://www.w3.org/TR/css-anchor-position-1/#8d4f0c0e", + "https://www.w3.org/TR/css-anchor-position-1/#fcbdcda1", "https://www.w3.org/TR/css-anchor-position-1/#4f31b139", "https://www.w3.org/TR/css-anchor-position-1/#fe28a9e7", "https://www.w3.org/TR/css-anchor-position-1/#7507b495", + "https://www.w3.org/TR/css-anchor-position-1/#4a0c20f7", "https://www.w3.org/TR/css-anchor-position-1/#7efe3fd4", "https://www.w3.org/TR/css-anchor-position-1/#10a8a6a3", "https://www.w3.org/TR/css-anchor-position-1/#b5f3c3da", "https://www.w3.org/TR/css-anchor-position-1/#3dc278d0", - "https://www.w3.org/TR/css-anchor-position-1/#9ad79111", - "https://www.w3.org/TR/css-anchor-position-1/#c7fc65e0", "https://www.w3.org/TR/css-anchor-position-1/#6b4fc208", "https://www.w3.org/TR/css-anchor-position-1/#c09ea731", "https://www.w3.org/TR/css-anchor-position-1/#9c6aec4c", "https://www.w3.org/TR/css-anchor-position-1/#e26aa9bf", "https://www.w3.org/TR/css-anchor-position-1/#93f98063", + "https://www.w3.org/TR/css-anchor-position-1/#d3ff9a69", + "https://www.w3.org/TR/css-anchor-position-1/#807f9351", + "https://www.w3.org/TR/css-anchor-position-1/#670c9f5b", + "https://www.w3.org/TR/css-anchor-position-1/#b2d790ff", "https://www.w3.org/TR/css-anchor-position-1/#f616a86d", "https://www.w3.org/TR/css-anchor-position-1/#35f86b2a", "https://www.w3.org/TR/css-anchor-position-1/#7de802de", "https://www.w3.org/TR/css-anchor-position-1/#4e03920f", + "https://www.w3.org/TR/css-anchor-position-1/#0938e0be", + "https://www.w3.org/TR/css-anchor-position-1/#add377f4", "https://www.w3.org/TR/css-anchor-position-1/#a3cabdb1", "https://www.w3.org/TR/css-anchor-position-1/#b76f3e6a", + "https://www.w3.org/TR/css-anchor-position-1/#c26bd888", "https://www.w3.org/TR/css-anchor-position-1/#4cf3c57e", "https://www.w3.org/TR/css-anchor-position-1/#d9b71dda", "https://www.w3.org/TR/css-anchor-position-1/#dec20430", - "https://www.w3.org/TR/css-anchor-position-1/#70cda73a", - "https://www.w3.org/TR/css-anchor-position-1/#58d7f97c", "https://www.w3.org/TR/css-anchor-position-1/#22a281b0", "https://www.w3.org/TR/css-anchor-position-1/#f411d42d", + "https://www.w3.org/TR/css-anchor-position-1/#ea28adea", + "https://www.w3.org/TR/css-anchor-position-1/#5ec8aa2f", "https://www.w3.org/TR/css-anchor-position-1/#6562e50f", "https://www.w3.org/TR/css-anchor-position-1/#ebcbc56d", + "https://www.w3.org/TR/css-anchor-position-1/#c1223dc6", + "https://www.w3.org/TR/css-anchor-position-1/#b8c34db8", "https://www.w3.org/TR/css-anchor-position-1/#a5bae6ee", "https://www.w3.org/TR/css-anchor-position-1/#f99d4ae2", + "https://www.w3.org/TR/css-anchor-position-1/#dfaca681", + "https://www.w3.org/TR/css-anchor-position-1/#b3752acb", + "https://www.w3.org/TR/css-anchor-position-1/#b5ecbd4e", + "https://www.w3.org/TR/css-anchor-position-1/#22109b0e", + "https://www.w3.org/TR/css-anchor-position-1/#732c4198", "https://www.w3.org/TR/css-anchor-position-1/#778f8dbd", "https://www.w3.org/TR/css-anchor-position-1/#c304f669", "https://www.w3.org/TR/css-anchor-position-1/#0626d1bc", - "https://www.w3.org/TR/css-anchor-position-1/#c1c732b9", + "https://www.w3.org/TR/css-anchor-position-1/#5ad01cca", "https://www.w3.org/TR/css-anchor-position-1/#2d68423f", + "https://www.w3.org/TR/css-anchor-position-1/#f4066072", + "https://www.w3.org/TR/css-anchor-position-1/#f12a84ab", + "https://www.w3.org/TR/css-anchor-position-1/#4ed06a81", "https://www.w3.org/TR/css-anchor-position-1/#2ac08cff", "https://www.w3.org/TR/css-anchor-position-1/#49731d1d", "https://www.w3.org/TR/css-anchor-position-1/#144ff3bf", "https://www.w3.org/TR/css-anchor-position-1/#a81b1fb8", + "https://www.w3.org/TR/css-anchor-position-1/#e7c6bf78", "https://www.w3.org/TR/css-anchor-position-1/#72bd2c25", "https://www.w3.org/TR/css-anchor-position-1/#c297b070", + "https://www.w3.org/TR/css-anchor-position-1/#bdb4e757", "https://www.w3.org/TR/css-anchor-position-1/#8cd4f032", "https://www.w3.org/TR/css-anchor-position-1/#f5b34cad", "https://www.w3.org/TR/css-anchor-position-1/#4fd7e54f", @@ -884,10 +1280,14 @@ "https://www.w3.org/TR/css-anchor-position-1/#128295ac", "https://www.w3.org/TR/css-anchor-position-1/#d4441b24", "https://www.w3.org/TR/css-anchor-position-1/#1db0f8e1", + "https://www.w3.org/TR/css-anchor-position-1/#8a110a7b", "https://www.w3.org/TR/css-anchor-position-1/#3db7b9e0", "https://www.w3.org/TR/css-anchor-position-1/#3bafef5e", "https://www.w3.org/TR/css-anchor-position-1/#4eb9d37e", "https://www.w3.org/TR/css-anchor-position-1/#a0336d84", + "https://www.w3.org/TR/css-anchor-position-1/#5a5c41de", + "https://www.w3.org/TR/css-anchor-position-1/#81bc970d", + "https://www.w3.org/TR/css-anchor-position-1/#a39ee65d", "https://www.w3.org/TR/css-anchor-position-1/#b8dade0f", "https://www.w3.org/TR/css-anchor-position-1/#599428b5", "https://www.w3.org/TR/css-anchor-position-1/#83d2ef35", @@ -903,7 +1303,12 @@ "https://www.w3.org/TR/css-anchor-position-1/#9d357000", "https://www.w3.org/TR/css-anchor-position-1/#0f78dbdd", "https://www.w3.org/TR/css-anchor-position-1/#2d22493a", - "https://www.w3.org/TR/css-anchor-position-1/#58164e11", + "https://www.w3.org/TR/css-anchor-position-1/#70899879", + "https://www.w3.org/TR/css-anchor-position-1/#9852f862", + "https://www.w3.org/TR/css-anchor-position-1/#451490eb", + "https://www.w3.org/TR/css-anchor-position-1/#56031446", + "https://www.w3.org/TR/css-anchor-position-1/#6eabcb67", + "https://www.w3.org/TR/css-anchor-position-1/#ec9c26d7", "https://www.w3.org/TR/css-anchor-position-1/#f7960529", "https://www.w3.org/TR/css-anchor-position-1/#19f9e9df", "https://www.w3.org/TR/css-anchor-position-1/#e6cc3311", @@ -913,7 +1318,6 @@ "https://www.w3.org/TR/css-anchor-position-1/#16d07e10", "https://www.w3.org/TR/css-anchor-position-1/#5e16daa2", "https://www.w3.org/TR/css-anchor-position-1/#7b5d8638", - "https://www.w3.org/TR/css-anchor-position-1/#4d06fa38", "https://www.w3.org/TR/css-anchor-position-1/#6d1e34c4", "https://www.w3.org/TR/css-anchor-position-1/#889e932f", "https://www.w3.org/TR/css-anchor-position-1/#21ecf38f", @@ -927,16 +1331,22 @@ "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-cascade-6", "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-contain-2", "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-display-3", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-env-1", "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-logical-1", "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-overflow-3", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-overflow-4", "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-position-3", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-position-4", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-pseudo-4", "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-scoping-1", "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-sizing-3", "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-syntax-3", "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-transforms-1", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-values-3", "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-values-4", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-variables-1", "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-writing-modes-4", - "https://www.w3.org/TR/css-anchor-position-1/#biblio-css21", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-css2", "https://www.w3.org/TR/css-anchor-position-1/#biblio-cssom-1", "https://www.w3.org/TR/css-anchor-position-1/#biblio-dom", "https://www.w3.org/TR/css-anchor-position-1/#biblio-infra", @@ -945,19 +1355,20 @@ "https://www.w3.org/TR/css-anchor-position-1/#biblio-selectors-4", "https://www.w3.org/TR/css-anchor-position-1/#biblio-webidl", "https://www.w3.org/TR/css-anchor-position-1/#informative", - "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-contain-3", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-conditional-5", "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-shadow-parts-1", "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-sizing-4", "https://www.w3.org/TR/css-anchor-position-1/#biblio-html", "https://www.w3.org/TR/css-anchor-position-1/#biblio-web-animations-1", "https://www.w3.org/TR/css-anchor-position-1/#property-index", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-name%E2%91%A6", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-scope%E2%91%A6", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-inset-area%E2%91%A7", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-anchor%E2%91%A3", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try%E2%91%A1", - "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-options%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-name%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-scope%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-anchor%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-area%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-fallbacks%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-try-order%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-visibility%E2%91%A2", "https://www.w3.org/TR/css-anchor-position-1/#idl-index", "https://www.w3.org/TR/css-anchor-position-1/#issues-index" ] diff --git a/tr/ids/mediasession.json b/tr/ids/mediasession.json index 0deaea2882ac..6dd9bab202e1 100644 --- a/tr/ids/mediasession.json +++ b/tr/ids/mediasession.json @@ -662,7 +662,7 @@ "https://www.w3.org/TR/mediasession/#ref-for-idl-DOMString%E2%91%A1", "https://www.w3.org/TR/mediasession/#ref-for-dom-mediametadata-album", "https://www.w3.org/TR/mediasession/#ref-for-idl-frozen-array", - "https://www.w3.org/TR/mediasession/#ref-for-dictdef-mediaimage", + "https://www.w3.org/TR/mediasession/#ref-for-idl-object", "https://www.w3.org/TR/mediasession/#ref-for-dom-mediametadata-artwork%E2%91%A1", "https://www.w3.org/TR/mediasession/#ref-for-SameObject%E2%91%A0", "https://www.w3.org/TR/mediasession/#ref-for-idl-frozen-array%E2%91%A0", @@ -696,7 +696,7 @@ "https://www.w3.org/TR/mediasession/#infopanel-for-dom-mediametadatainit-album", "https://www.w3.org/TR/mediasession/#infopaneltitle-for-dom-mediametadatainit-album", "https://www.w3.org/TR/mediasession/#ref-for-idl-sequence", - "https://www.w3.org/TR/mediasession/#ref-for-dictdef-mediaimage%E2%91%A0", + "https://www.w3.org/TR/mediasession/#ref-for-dictdef-mediaimage", "https://www.w3.org/TR/mediasession/#dom-mediametadatainit-artwork", "https://www.w3.org/TR/mediasession/#infopanel-for-dom-mediametadatainit-artwork", "https://www.w3.org/TR/mediasession/#infopaneltitle-for-dom-mediametadatainit-artwork", @@ -739,13 +739,20 @@ "https://www.w3.org/TR/mediasession/#infopaneltitle-for-mediametadata-artwork-images", "https://www.w3.org/TR/mediasession/#infopanel-for-mediametadata-artwork-images", "https://www.w3.org/TR/mediasession/#infopaneltitle-for-mediametadata-artwork-images", + "https://www.w3.org/TR/mediasession/#ref-for-dictdef-mediaimage%E2%91%A0", "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/mediasession/#mediametadata-converted-artwork-images", + "https://www.w3.org/TR/mediasession/#infopanel-for-mediametadata-converted-artwork-images", + "https://www.w3.org/TR/mediasession/#infopaneltitle-for-mediametadata-converted-artwork-images", + "https://www.w3.org/TR/mediasession/#infopanel-for-mediametadata-converted-artwork-images", + "https://www.w3.org/TR/mediasession/#infopaneltitle-for-mediametadata-converted-artwork-images", + "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/mediasession/#mediametadata-chapter-information", "https://www.w3.org/TR/mediasession/#infopanel-for-mediametadata-chapter-information", "https://www.w3.org/TR/mediasession/#infopaneltitle-for-mediametadata-chapter-information", "https://www.w3.org/TR/mediasession/#infopanel-for-mediametadata-chapter-information", "https://www.w3.org/TR/mediasession/#infopaneltitle-for-mediametadata-chapter-information", - "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/mediasession/#empty-metadata", "https://www.w3.org/TR/mediasession/#infopanel-for-empty-metadata", "https://www.w3.org/TR/mediasession/#infopaneltitle-for-empty-metadata", @@ -761,7 +768,7 @@ "https://www.w3.org/TR/mediasession/#infopaneltitle-for-dom-mediametadata-mediametadata", "https://www.w3.org/TR/mediasession/#infopanel-for-dom-mediametadata-mediametadata", "https://www.w3.org/TR/mediasession/#infopaneltitle-for-dom-mediametadata-mediametadata", - "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/mediasession/#ref-for-dom-mediametadata-title%E2%91%A0", "https://www.w3.org/TR/mediasession/#ref-for-dom-mediametadatainit-title", "https://www.w3.org/TR/mediasession/#ref-for-dom-mediametadata-artist%E2%91%A0", @@ -784,6 +791,7 @@ "https://www.w3.org/TR/mediasession/#ref-for-dictdef-mediaimage%E2%91%A1", "https://www.w3.org/TR/mediasession/#ref-for-dictdef-mediaimage%E2%91%A2", "https://www.w3.org/TR/mediasession/#ref-for-dictdef-mediaimage%E2%91%A3", + "https://www.w3.org/TR/mediasession/#ref-for-dictdef-mediaimage%E2%91%A4", "https://www.w3.org/TR/mediasession/#ref-for-entry-settings-object", "https://www.w3.org/TR/mediasession/#ref-for-concept-url-parser", "https://www.w3.org/TR/mediasession/#ref-for-dom-mediaimage-src%E2%91%A0", @@ -798,57 +806,60 @@ "https://www.w3.org/TR/mediasession/#infopaneltitle-for-dom-mediametadata-title", "https://www.w3.org/TR/mediasession/#infopanel-for-dom-mediametadata-title", "https://www.w3.org/TR/mediasession/#infopaneltitle-for-dom-mediametadata-title", - "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-title%E2%91%A0", "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-title%E2%91%A1", + "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-title%E2%91%A0", "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-title%E2%91%A1", + "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-title%E2%91%A2", "https://www.w3.org/TR/mediasession/#dom-mediametadata-artist", "https://www.w3.org/TR/mediasession/#infopanel-for-dom-mediametadata-artist", "https://www.w3.org/TR/mediasession/#infopaneltitle-for-dom-mediametadata-artist", "https://www.w3.org/TR/mediasession/#infopanel-for-dom-mediametadata-artist", "https://www.w3.org/TR/mediasession/#infopaneltitle-for-dom-mediametadata-artist", - "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-artist%E2%91%A0", "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-artist%E2%91%A1", + "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-artist%E2%91%A0", "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-artist%E2%91%A1", + "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-artist%E2%91%A2", "https://www.w3.org/TR/mediasession/#dom-mediametadata-album", "https://www.w3.org/TR/mediasession/#infopanel-for-dom-mediametadata-album", "https://www.w3.org/TR/mediasession/#infopaneltitle-for-dom-mediametadata-album", "https://www.w3.org/TR/mediasession/#infopanel-for-dom-mediametadata-album", "https://www.w3.org/TR/mediasession/#infopaneltitle-for-dom-mediametadata-album", - "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-album%E2%91%A0", "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-album%E2%91%A1", + "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-album%E2%91%A0", "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-album%E2%91%A1", + "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-album%E2%91%A2", "https://www.w3.org/TR/mediasession/#dom-mediametadata-artwork", "https://www.w3.org/TR/mediasession/#infopanel-for-dom-mediametadata-artwork", "https://www.w3.org/TR/mediasession/#infopaneltitle-for-dom-mediametadata-artwork", "https://www.w3.org/TR/mediasession/#infopanel-for-dom-mediametadata-artwork", "https://www.w3.org/TR/mediasession/#infopaneltitle-for-dom-mediametadata-artwork", - "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-artwork-images%E2%91%A2", - "https://www.w3.org/TR/mediasession/#ref-for-dictdef-mediaimage%E2%91%A4", "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-artwork-images%E2%91%A2", + "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-converted-artwork-images", + "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-artwork-images%E2%91%A3", + "https://www.w3.org/TR/mediasession/#ref-for-dfn-convert-idl-to-javascript-value", + "https://www.w3.org/TR/mediasession/#ref-for-sec-setintegritylevel", + "https://www.w3.org/TR/mediasession/#ref-for-sec-setintegritylevel%E2%91%A0", + "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-converted-artwork-images%E2%91%A0", + "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-converted-artwork-images%E2%91%A1", + "https://www.w3.org/TR/mediasession/#ref-for-dfn-convert-ecmascript-to-idl-value", "https://www.w3.org/TR/mediasession/#ref-for-dictdef-mediaimage%E2%91%A5", - "https://www.w3.org/TR/mediasession/#ref-for-dom-mediaimage-src%E2%91%A2", - "https://www.w3.org/TR/mediasession/#ref-for-dom-mediaimage-src%E2%91%A3", - "https://www.w3.org/TR/mediasession/#ref-for-dom-mediaimage-sizes%E2%91%A1", - "https://www.w3.org/TR/mediasession/#ref-for-dom-mediaimage-sizes%E2%91%A2", - "https://www.w3.org/TR/mediasession/#ref-for-dom-mediaimage-type%E2%91%A1", - "https://www.w3.org/TR/mediasession/#ref-for-dom-mediaimage-type%E2%91%A2", - "https://www.w3.org/TR/mediasession/#ref-for-sec-object.freeze", - "https://www.w3.org/TR/mediasession/#ref-for-dfn-create-frozen-array%E2%91%A0", "https://www.w3.org/TR/mediasession/#ref-for-convert-artwork-algorithm%E2%91%A0", - "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-artwork-images%E2%91%A4", - "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-converted-artwork-images%E2%91%A2", + "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-title%E2%91%A3", "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-artist%E2%91%A3", "https://www.w3.org/TR/mediasession/#ref-for-mediametadata-album%E2%91%A3", @@ -935,8 +946,9 @@ "https://www.w3.org/TR/mediasession/#ref-for-exceptiondef-typeerror%E2%91%A4", "https://www.w3.org/TR/mediasession/#ref-for-dom-chapterinformationinit-artwork", "https://www.w3.org/TR/mediasession/#ref-for-convert-artwork-algorithm%E2%91%A1", + "https://www.w3.org/TR/mediasession/#ref-for-dom-chapterinformation-artwork%E2%91%A0", "https://www.w3.org/TR/mediasession/#ref-for-chapterinformation-artwork-images", - "https://www.w3.org/TR/mediasession/#ref-for-dfn-create-frozen-array%E2%91%A1", + "https://www.w3.org/TR/mediasession/#ref-for-dfn-create-frozen-array%E2%91%A0", "https://www.w3.org/TR/mediasession/#ref-for-dom-chapterinformationinit-artwork%E2%91%A0", "https://www.w3.org/TR/mediasession/#dom-chapterinformation-title", "https://www.w3.org/TR/mediasession/#infopanel-for-dom-chapterinformation-title", @@ -973,11 +985,11 @@ "https://www.w3.org/TR/mediasession/#infopanel-for-dictdef-mediaimage", "https://www.w3.org/TR/mediasession/#infopaneltitle-for-dictdef-mediaimage", "https://www.w3.org/TR/mediasession/#ref-for-idl-USVString", - "https://www.w3.org/TR/mediasession/#ref-for-dom-mediaimage-src%E2%91%A4", + "https://www.w3.org/TR/mediasession/#ref-for-dom-mediaimage-src%E2%91%A2", "https://www.w3.org/TR/mediasession/#ref-for-idl-DOMString%E2%91%A7", - "https://www.w3.org/TR/mediasession/#ref-for-dom-mediaimage-sizes%E2%91%A3", + "https://www.w3.org/TR/mediasession/#ref-for-dom-mediaimage-sizes%E2%91%A1", "https://www.w3.org/TR/mediasession/#ref-for-idl-DOMString%E2%91%A8", - "https://www.w3.org/TR/mediasession/#ref-for-dom-mediaimage-type%E2%91%A3", + "https://www.w3.org/TR/mediasession/#ref-for-dom-mediaimage-type%E2%91%A1", "https://www.w3.org/TR/mediasession/#ref-for-dictdef-mediaimage%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/mediasession/#ref-for-dom-imageresource", "https://www.w3.org/TR/mediasession/#dom-mediaimage-src", @@ -995,13 +1007,13 @@ "https://www.w3.org/TR/mediasession/#infopaneltitle-for-dom-mediaimage-sizes", "https://www.w3.org/TR/mediasession/#ref-for-dfn-dictionary-member%E2%91%A0", "https://www.w3.org/TR/mediasession/#ref-for-dictdef-mediaimage%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/mediasession/#ref-for-dom-mediaimage-sizes%E2%91%A4", + "https://www.w3.org/TR/mediasession/#ref-for-dom-mediaimage-sizes%E2%91%A2", "https://www.w3.org/TR/mediasession/#ref-for-attr-link-sizes", "https://www.w3.org/TR/mediasession/#ref-for-the-link-element", "https://www.w3.org/TR/mediasession/#ref-for-unordered-set-of-unique-space-separated-tokens", "https://www.w3.org/TR/mediasession/#ref-for-ascii-case-insensitive", "https://www.w3.org/TR/mediasession/#ref-for-ascii-case-insensitive%E2%91%A0", - "https://www.w3.org/TR/mediasession/#ref-for-dom-mediaimage-sizes%E2%91%A5", + "https://www.w3.org/TR/mediasession/#ref-for-dom-mediaimage-sizes%E2%91%A3", "https://www.w3.org/TR/mediasession/#ref-for-dom-link-sizes", "https://www.w3.org/TR/mediasession/#dom-mediaimage-type", "https://www.w3.org/TR/mediasession/#infopanel-for-dom-mediaimage-type", @@ -1140,11 +1152,11 @@ "https://www.w3.org/TR/mediasession/#index", "https://www.w3.org/TR/mediasession/#index-defined-here", "https://www.w3.org/TR/mediasession/#index-defined-elsewhere", - "https://www.w3.org/TR/mediasession/#18369593", - "https://www.w3.org/TR/mediasession/#infopanel-for-18369593", - "https://www.w3.org/TR/mediasession/#infopaneltitle-for-18369593", - "https://www.w3.org/TR/mediasession/#infopanel-for-18369593", - "https://www.w3.org/TR/mediasession/#infopaneltitle-for-18369593", + "https://www.w3.org/TR/mediasession/#369594bc", + "https://www.w3.org/TR/mediasession/#infopanel-for-369594bc", + "https://www.w3.org/TR/mediasession/#infopaneltitle-for-369594bc", + "https://www.w3.org/TR/mediasession/#infopanel-for-369594bc", + "https://www.w3.org/TR/mediasession/#infopaneltitle-for-369594bc", "https://www.w3.org/TR/mediasession/#4465c0ef", "https://www.w3.org/TR/mediasession/#infopanel-for-4465c0ef", "https://www.w3.org/TR/mediasession/#infopaneltitle-for-4465c0ef", @@ -1405,6 +1417,16 @@ "https://www.w3.org/TR/mediasession/#infopaneltitle-for-5372cca8", "https://www.w3.org/TR/mediasession/#infopanel-for-5372cca8", "https://www.w3.org/TR/mediasession/#infopaneltitle-for-5372cca8", + "https://www.w3.org/TR/mediasession/#4f787e61", + "https://www.w3.org/TR/mediasession/#infopanel-for-4f787e61", + "https://www.w3.org/TR/mediasession/#infopaneltitle-for-4f787e61", + "https://www.w3.org/TR/mediasession/#infopanel-for-4f787e61", + "https://www.w3.org/TR/mediasession/#infopaneltitle-for-4f787e61", + "https://www.w3.org/TR/mediasession/#cadf5fe9", + "https://www.w3.org/TR/mediasession/#infopanel-for-cadf5fe9", + "https://www.w3.org/TR/mediasession/#infopaneltitle-for-cadf5fe9", + "https://www.w3.org/TR/mediasession/#infopanel-for-cadf5fe9", + "https://www.w3.org/TR/mediasession/#infopaneltitle-for-cadf5fe9", "https://www.w3.org/TR/mediasession/#1641b9ef", "https://www.w3.org/TR/mediasession/#infopanel-for-1641b9ef", "https://www.w3.org/TR/mediasession/#infopaneltitle-for-1641b9ef", @@ -1420,6 +1442,11 @@ "https://www.w3.org/TR/mediasession/#infopaneltitle-for-8c800cdf", "https://www.w3.org/TR/mediasession/#infopanel-for-8c800cdf", "https://www.w3.org/TR/mediasession/#infopaneltitle-for-8c800cdf", + "https://www.w3.org/TR/mediasession/#efd1ec5d", + "https://www.w3.org/TR/mediasession/#infopanel-for-efd1ec5d", + "https://www.w3.org/TR/mediasession/#infopaneltitle-for-efd1ec5d", + "https://www.w3.org/TR/mediasession/#infopanel-for-efd1ec5d", + "https://www.w3.org/TR/mediasession/#infopaneltitle-for-efd1ec5d", "https://www.w3.org/TR/mediasession/#9cce47fd", "https://www.w3.org/TR/mediasession/#infopanel-for-9cce47fd", "https://www.w3.org/TR/mediasession/#infopaneltitle-for-9cce47fd", diff --git a/tr/ids/webcodecs.json b/tr/ids/webcodecs.json index 47d998d1d69b..b157a973d44c 100644 --- a/tr/ids/webcodecs.json +++ b/tr/ids/webcodecs.json @@ -7,6 +7,7 @@ "https://www.w3.org/TR/webcodecs/#toc-nav", "https://www.w3.org/TR/webcodecs/#toc-jump", "https://www.w3.org/TR/webcodecs/#toc-toggle", + "https://www.w3.org/TR/webcodecs/#toc-theme-toggle", "https://www.w3.org/TR/webcodecs/#title", "https://www.w3.org/TR/webcodecs/#w3c-state", "https://www.w3.org/TR/webcodecs/#abstract", @@ -17,141 +18,78 @@ "https://www.w3.org/TR/webcodecs/#contents", "https://www.w3.org/TR/webcodecs/#definitions", "https://www.w3.org/TR/webcodecs/#codec", - "https://www.w3.org/TR/webcodecs/#infopanel-for-codec", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-codec", - "https://www.w3.org/TR/webcodecs/#infopanel-for-codec", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-codec", "https://www.w3.org/TR/webcodecs/#ref-for-audiodecoder", "https://www.w3.org/TR/webcodecs/#ref-for-audioencoder", "https://www.w3.org/TR/webcodecs/#ref-for-videodecoder", "https://www.w3.org/TR/webcodecs/#ref-for-videoencoder", "https://www.w3.org/TR/webcodecs/#key-chunk", - "https://www.w3.org/TR/webcodecs/#infopanel-for-key-chunk", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-key-chunk", - "https://www.w3.org/TR/webcodecs/#infopanel-for-key-chunk", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-key-chunk", "https://www.w3.org/TR/webcodecs/#internal-pending-output", - "https://www.w3.org/TR/webcodecs/#infopanel-for-internal-pending-output", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-internal-pending-output", - "https://www.w3.org/TR/webcodecs/#infopanel-for-internal-pending-output", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-internal-pending-output", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe", "https://www.w3.org/TR/webcodecs/#system-resources", - "https://www.w3.org/TR/webcodecs/#infopanel-for-system-resources", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-system-resources", - "https://www.w3.org/TR/webcodecs/#infopanel-for-system-resources", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-system-resources", "https://www.w3.org/TR/webcodecs/#ref-for-audiodata", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A0", "https://www.w3.org/TR/webcodecs/#temporal-layer", - "https://www.w3.org/TR/webcodecs/#infopanel-for-temporal-layer", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-temporal-layer", - "https://www.w3.org/TR/webcodecs/#infopanel-for-temporal-layer", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-temporal-layer", "https://www.w3.org/TR/webcodecs/#ref-for-encodedvideochunk", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-scalabilitymode", "https://www.w3.org/TR/webcodecs/#progressive-image", - "https://www.w3.org/TR/webcodecs/#infopanel-for-progressive-image", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-progressive-image", - "https://www.w3.org/TR/webcodecs/#infopanel-for-progressive-image", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-progressive-image", "https://www.w3.org/TR/webcodecs/#progressive-image-frame-generation", - "https://www.w3.org/TR/webcodecs/#infopanel-for-progressive-image-frame-generation", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-progressive-image-frame-generation", - "https://www.w3.org/TR/webcodecs/#infopanel-for-progressive-image-frame-generation", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-progressive-image-frame-generation", "https://www.w3.org/TR/webcodecs/#ref-for-progressive-image", "https://www.w3.org/TR/webcodecs/#primary-image-track", - "https://www.w3.org/TR/webcodecs/#infopanel-for-primary-image-track", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-primary-image-track", - "https://www.w3.org/TR/webcodecs/#infopanel-for-primary-image-track", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-primary-image-track", "https://www.w3.org/TR/webcodecs/#rgb-format", - "https://www.w3.org/TR/webcodecs/#infopanel-for-rgb-format", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-rgb-format", - "https://www.w3.org/TR/webcodecs/#infopanel-for-rgb-format", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-rgb-format", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videopixelformat", "https://www.w3.org/TR/webcodecs/#srgb-color-space", - "https://www.w3.org/TR/webcodecs/#infopanel-for-srgb-color-space", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-srgb-color-space", - "https://www.w3.org/TR/webcodecs/#infopanel-for-srgb-color-space", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-srgb-color-space", - "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videocolorspaceinit", + "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-primaries-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorprimaries-bt709", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-transfer-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videotransfercharacteristics-iec61966-2-1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-matrix-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videomatrixcoefficients-rgb", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-full-range-slot", + "https://www.w3.org/TR/webcodecs/#display-p3-color-space", + "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-primaries-slot%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorprimaries-smpte432", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-transfer-slot%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videotransfercharacteristics-iec61966-2-1%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-matrix-slot%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videomatrixcoefficients-rgb%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-full-range-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#rec709-color-space", - "https://www.w3.org/TR/webcodecs/#infopanel-for-rec709-color-space", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-rec709-color-space", - "https://www.w3.org/TR/webcodecs/#infopanel-for-rec709-color-space", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-rec709-color-space", - "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videocolorspaceinit%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-primaries-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorprimaries-bt709%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-transfer-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videotransfercharacteristics-bt709", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-matrix-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videomatrixcoefficients-bt709", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-full-range-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#saturated", - "https://www.w3.org/TR/webcodecs/#infopanel-for-saturated", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-saturated", - "https://www.w3.org/TR/webcodecs/#infopanel-for-saturated", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-saturated", "https://www.w3.org/TR/webcodecs/#ref-for-control-message-queue", "https://www.w3.org/TR/webcodecs/#codec-processing-model-section", "https://www.w3.org/TR/webcodecs/#codec-processing-model", - "https://www.w3.org/TR/webcodecs/#infopanel-for-codec-processing-model", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-codec-processing-model", - "https://www.w3.org/TR/webcodecs/#infopanel-for-codec-processing-model", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-codec-processing-model", "https://www.w3.org/TR/webcodecs/#processing-model-background", "https://www.w3.org/TR/webcodecs/#ref-for-parallel-queue", "https://www.w3.org/TR/webcodecs/#control-messages", "https://www.w3.org/TR/webcodecs/#control-message", - "https://www.w3.org/TR/webcodecs/#infopanel-for-control-message", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-control-message", - "https://www.w3.org/TR/webcodecs/#infopanel-for-control-message", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-control-message", "https://www.w3.org/TR/webcodecs/#ref-for-codec", "https://www.w3.org/TR/webcodecs/#control-message-queue", - "https://www.w3.org/TR/webcodecs/#infopanel-for-control-message-queue", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-control-message-queue", - "https://www.w3.org/TR/webcodecs/#infopanel-for-control-message-queue", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-control-message-queue", "https://www.w3.org/TR/webcodecs/#ref-for-queue", "https://www.w3.org/TR/webcodecs/#ref-for-control-message", "https://www.w3.org/TR/webcodecs/#ref-for-codec%E2%91%A0", "https://www.w3.org/TR/webcodecs/#control-message-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-control-message-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-control-message-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-control-message-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-control-message-queue-slot", "https://www.w3.org/TR/webcodecs/#enqueues-a-control-message", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enqueues-a-control-message", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enqueues-a-control-message", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enqueues-a-control-message", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enqueues-a-control-message", "https://www.w3.org/TR/webcodecs/#ref-for-queue-enqueue", "https://www.w3.org/TR/webcodecs/#ref-for-codec%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-control-message-queue-slot", "https://www.w3.org/TR/webcodecs/#running-a-control-message", - "https://www.w3.org/TR/webcodecs/#infopanel-for-running-a-control-message", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-running-a-control-message", - "https://www.w3.org/TR/webcodecs/#infopanel-for-running-a-control-message", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-running-a-control-message", "https://www.w3.org/TR/webcodecs/#ref-for-codec%E2%91%A2", "https://www.w3.org/TR/webcodecs/#message-queue-blocked", - "https://www.w3.org/TR/webcodecs/#infopanel-for-message-queue-blocked", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-message-queue-blocked", - "https://www.w3.org/TR/webcodecs/#infopanel-for-message-queue-blocked", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-message-queue-blocked", "https://www.w3.org/TR/webcodecs/#ref-for-message-queue-blocked", "https://www.w3.org/TR/webcodecs/#ref-for-process-the-control-message-queue", "https://www.w3.org/TR/webcodecs/#ref-for-control-message-queue%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-control-message-queue%E2%91%A1", "https://www.w3.org/TR/webcodecs/#process-the-control-message-queue", - "https://www.w3.org/TR/webcodecs/#infopanel-for-process-the-control-message-queue", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-process-the-control-message-queue", - "https://www.w3.org/TR/webcodecs/#infopanel-for-process-the-control-message-queue", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-process-the-control-message-queue", "https://www.w3.org/TR/webcodecs/#ref-for-message-queue-blocked%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-control-message-queue-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-control-message-queue-slot%E2%91%A1", @@ -160,25 +98,13 @@ "https://www.w3.org/TR/webcodecs/#codec-work-parallel-queue", "https://www.w3.org/TR/webcodecs/#ref-for-codec%E2%91%A3", "https://www.w3.org/TR/webcodecs/#codec-work-queue", - "https://www.w3.org/TR/webcodecs/#infopanel-for-codec-work-queue", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-codec-work-queue", - "https://www.w3.org/TR/webcodecs/#infopanel-for-codec-work-queue", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-codec-work-queue", "https://www.w3.org/TR/webcodecs/#ref-for-parallel-queue%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-codec%E2%91%A4", "https://www.w3.org/TR/webcodecs/#codec-implementation", - "https://www.w3.org/TR/webcodecs/#infopanel-for-codec-implementation", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-codec-implementation", - "https://www.w3.org/TR/webcodecs/#infopanel-for-codec-implementation", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-codec-implementation", "https://www.w3.org/TR/webcodecs/#ref-for-codec-implementation", "https://www.w3.org/TR/webcodecs/#ref-for-codec-work-queue", "https://www.w3.org/TR/webcodecs/#ref-for-codec%E2%91%A5", "https://www.w3.org/TR/webcodecs/#codec-task-source", - "https://www.w3.org/TR/webcodecs/#infopanel-for-codec-task-source", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-codec-task-source", - "https://www.w3.org/TR/webcodecs/#infopanel-for-codec-task-source", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-codec-task-source", "https://www.w3.org/TR/webcodecs/#ref-for-queue-a-task", "https://www.w3.org/TR/webcodecs/#ref-for-codec-work-queue%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-event-loop", @@ -187,10 +113,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-Exposed", "https://www.w3.org/TR/webcodecs/#ref-for-SecureContext", "https://www.w3.org/TR/webcodecs/#audiodecoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-audiodecoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-audiodecoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-audiodecoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-audiodecoder", "https://www.w3.org/TR/webcodecs/#ref-for-eventtarget", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-audiodecoder", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-audiodecoderinit", @@ -222,108 +144,48 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-audiodecoderconfig%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-isconfigsupported-config-config", "https://www.w3.org/TR/webcodecs/#dictdef-audiodecoderinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-audiodecoderinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-audiodecoderinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-audiodecoderinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-audiodecoderinit", "https://www.w3.org/TR/webcodecs/#ref-for-callbackdef-audiodataoutputcallback", "https://www.w3.org/TR/webcodecs/#dom-audiodecoderinit-output", "https://www.w3.org/TR/webcodecs/#ref-for-callbackdef-webcodecserrorcallback", "https://www.w3.org/TR/webcodecs/#dom-audiodecoderinit-error", "https://www.w3.org/TR/webcodecs/#callbackdef-audiodataoutputcallback", - "https://www.w3.org/TR/webcodecs/#infopanel-for-callbackdef-audiodataoutputcallback", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-callbackdef-audiodataoutputcallback", - "https://www.w3.org/TR/webcodecs/#infopanel-for-callbackdef-audiodataoutputcallback", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-callbackdef-audiodataoutputcallback", "https://www.w3.org/TR/webcodecs/#ref-for-idl-undefined%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-audiodata%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-audiodataoutputcallback-output", "https://www.w3.org/TR/webcodecs/#audiodecoder-internal-slots", "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-control-message-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-control-message-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-control-message-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-control-message-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-control-message-queue-slot", "https://www.w3.org/TR/webcodecs/#ref-for-queue%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-control-message%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-codec%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-control-message-queue-slot%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-message-queue-blocked-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-message-queue-blocked-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-message-queue-blocked-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-message-queue-blocked-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-message-queue-blocked-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-control-message-queue-slot", "https://www.w3.org/TR/webcodecs/#ref-for-control-message%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-message-queue-blocked%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-codec-implementation-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-codec-implementation-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-codec-implementation-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-codec-implementation-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-codec-implementation-slot", "https://www.w3.org/TR/webcodecs/#ref-for-codec-implementation%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-codec-work-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-codec-work-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-codec-work-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-codec-work-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-codec-work-queue-slot", "https://www.w3.org/TR/webcodecs/#ref-for-parallel-queue%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-codec-implementation-slot", "https://www.w3.org/TR/webcodecs/#ref-for-codec-work-queue%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-codec-saturated-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-codec-saturated-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-codec-saturated-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-codec-saturated-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-codec-saturated-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-codec-implementation-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-output-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-output-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-output-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-output-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-output-callback-slot", "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-error-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-error-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-error-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-error-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-error-callback-slot", "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-key-chunk-required-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-key-chunk-required-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-key-chunk-required-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-key-chunk-required-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-key-chunk-required-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-decode%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-key-chunk", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedaudiochunk-type-slot", "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-state-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-state-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-state-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-state-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-state-slot", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-codecstate%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-audiodecoder%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-decodequeuesize-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-decodequeuesize-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-decodequeuesize-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-decodequeuesize-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-decodequeuesize-slot", "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-pending-flush-promises-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-pending-flush-promises-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-pending-flush-promises-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-pending-flush-promises-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-pending-flush-promises-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-flush%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-dequeue-event-scheduled-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-dequeue-event-scheduled-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-dequeue-event-scheduled-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-dequeue-event-scheduled-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-dequeue-event-scheduled-slot", "https://www.w3.org/TR/webcodecs/#ref-for-eventdef-audiodecoder-dequeue", "https://www.w3.org/TR/webcodecs/#audiodecoder-constructors", "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-audiodecoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-audiodecoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-audiodecoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-audiodecoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-audiodecoder", "https://www.w3.org/TR/webcodecs/#ref-for-audiodecoder%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-queue%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-control-message-queue-slot%E2%91%A0", @@ -342,42 +204,22 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-dequeue-event-scheduled-slot", "https://www.w3.org/TR/webcodecs/#audiodecoder-attributes", "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-state", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-state", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-state", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-state", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-state", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-codecstate%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-state-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-decodequeuesize", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-decodequeuesize", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-decodequeuesize", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-decodequeuesize", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-decodequeuesize", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-decodequeuesize-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-ondequeue", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-ondequeue", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-ondequeue", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-ondequeue", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-ondequeue", "https://www.w3.org/TR/webcodecs/#ref-for-eventhandler%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-event-handler-idl-attributes", "https://www.w3.org/TR/webcodecs/#ref-for-event-handler-event-type", "https://www.w3.org/TR/webcodecs/#ref-for-eventdef-audiodecoder-dequeue%E2%91%A0", "https://www.w3.org/TR/webcodecs/#audiodecoder-event-summary", "https://www.w3.org/TR/webcodecs/#eventdef-audiodecoder-dequeue", - "https://www.w3.org/TR/webcodecs/#infopanel-for-eventdef-audiodecoder-dequeue", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-eventdef-audiodecoder-dequeue", - "https://www.w3.org/TR/webcodecs/#infopanel-for-eventdef-audiodecoder-dequeue", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-eventdef-audiodecoder-dequeue", "https://www.w3.org/TR/webcodecs/#ref-for-audiodecoder%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-decodequeuesize%E2%91%A0", "https://www.w3.org/TR/webcodecs/#audiodecoder-methods", "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-configure", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-configure", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-configure", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-configure", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-configure", "https://www.w3.org/TR/webcodecs/#ref-for-enqueues-a-control-message", "https://www.w3.org/TR/webcodecs/#ref-for-notsupportederror", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-isconfigsupported%E2%91%A0", @@ -403,10 +245,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-queue-a-task%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-process-the-control-message-queue%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-decode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-decode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-decode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-decode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-decode", "https://www.w3.org/TR/webcodecs/#ref-for-enqueues-a-control-message%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-state-slot%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-invalidstateerror%E2%91%A0", @@ -444,10 +282,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-queue-a-task%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-output-audiodata", "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-flush", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-flush", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-flush", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-flush", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-flush", "https://www.w3.org/TR/webcodecs/#ref-for-control-message%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-control-message-queue%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-state-slot%E2%91%A4", @@ -468,29 +302,17 @@ "https://www.w3.org/TR/webcodecs/#ref-for-output-audiodata%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-pending-flush-promises-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-reset", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-reset", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-reset", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-reset", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-reset", "https://www.w3.org/TR/webcodecs/#ref-for-control-message%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-control-message-queue%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-reset-audiodecoder", "https://www.w3.org/TR/webcodecs/#ref-for-aborterror", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-close", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-close", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-close", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-close", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-close", "https://www.w3.org/TR/webcodecs/#ref-for-system-resources", "https://www.w3.org/TR/webcodecs/#ref-for-close-audiodecoder%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-aborterror%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-isconfigsupported", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-isconfigsupported", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-isconfigsupported", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoder-isconfigsupported", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoder-isconfigsupported", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-audiodecodersupport%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecodersupport-config", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecodersupport-config%E2%91%A0", @@ -506,10 +328,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecodersupport-supported", "https://www.w3.org/TR/webcodecs/#audiodecoder-algorithms", "https://www.w3.org/TR/webcodecs/#audiodecoder-schedule-dequeue-event", - "https://www.w3.org/TR/webcodecs/#infopanel-for-audiodecoder-schedule-dequeue-event", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-audiodecoder-schedule-dequeue-event", - "https://www.w3.org/TR/webcodecs/#infopanel-for-audiodecoder-schedule-dequeue-event", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-audiodecoder-schedule-dequeue-event", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-dequeue-event-scheduled-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-dequeue-event-scheduled-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-queue-a-task%E2%91%A8", @@ -517,10 +335,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-this", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-dequeue-event-scheduled-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#output-audiodata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-output-audiodata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-output-audiodata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-output-audiodata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-output-audiodata", "https://www.w3.org/TR/webcodecs/#ref-for-audiodata%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-detached", "https://www.w3.org/TR/webcodecs/#ref-for-media-resource", @@ -536,10 +350,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-number-of-channels-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-output-callback-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#reset-audiodecoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-reset-audiodecoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-reset-audiodecoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-reset-audiodecoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-reset-audiodecoder", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-state-slot%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-invalidstateerror%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-state-slot%E2%91%A6", @@ -552,10 +362,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-pending-flush-promises-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-pending-flush-promises-slot%E2%91%A3", "https://www.w3.org/TR/webcodecs/#close-audiodecoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-close-audiodecoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-close-audiodecoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-close-audiodecoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-close-audiodecoder", "https://www.w3.org/TR/webcodecs/#ref-for-reset-audiodecoder%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-state-slot%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoder-codec-implementation-slot%E2%91%A0%E2%91%A1", @@ -567,10 +373,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-Exposed%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-SecureContext%E2%91%A0", "https://www.w3.org/TR/webcodecs/#videodecoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videodecoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videodecoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videodecoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videodecoder", "https://www.w3.org/TR/webcodecs/#ref-for-eventtarget%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-videodecoder", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videodecoderinit", @@ -602,114 +404,50 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videodecoderconfig%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videodecoder-isconfigsupported-config-config", "https://www.w3.org/TR/webcodecs/#dictdef-videodecoderinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-videodecoderinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-videodecoderinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-videodecoderinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-videodecoderinit", "https://www.w3.org/TR/webcodecs/#ref-for-callbackdef-videoframeoutputcallback", "https://www.w3.org/TR/webcodecs/#dom-videodecoderinit-output", "https://www.w3.org/TR/webcodecs/#ref-for-callbackdef-webcodecserrorcallback%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videodecoderinit-error", "https://www.w3.org/TR/webcodecs/#callbackdef-videoframeoutputcallback", - "https://www.w3.org/TR/webcodecs/#infopanel-for-callbackdef-videoframeoutputcallback", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-callbackdef-videoframeoutputcallback", - "https://www.w3.org/TR/webcodecs/#infopanel-for-callbackdef-videoframeoutputcallback", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-callbackdef-videoframeoutputcallback", "https://www.w3.org/TR/webcodecs/#ref-for-idl-undefined%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videoframeoutputcallback-output", "https://www.w3.org/TR/webcodecs/#videodecoder-internal-slots", "https://www.w3.org/TR/webcodecs/#dom-videodecoder-control-message-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-control-message-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-control-message-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-control-message-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-control-message-queue-slot", "https://www.w3.org/TR/webcodecs/#ref-for-queue%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-control-message%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-codec%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-control-message-queue-slot%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-videodecoder-message-queue-blocked-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-message-queue-blocked-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-message-queue-blocked-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-message-queue-blocked-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-message-queue-blocked-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-control-message-queue-slot", "https://www.w3.org/TR/webcodecs/#ref-for-control-message%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-message-queue-blocked%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-videodecoder-codec-implementation-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-codec-implementation-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-codec-implementation-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-codec-implementation-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-codec-implementation-slot", "https://www.w3.org/TR/webcodecs/#ref-for-codec-implementation%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videodecoder-codec-work-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-codec-work-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-codec-work-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-codec-work-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-codec-work-queue-slot", "https://www.w3.org/TR/webcodecs/#ref-for-parallel-queue%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-codec-implementation-slot", "https://www.w3.org/TR/webcodecs/#ref-for-codec-work-queue%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-videodecoder-codec-saturated-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-codec-saturated-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-codec-saturated-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-codec-saturated-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-codec-saturated-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-codec-implementation-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videodecoder-output-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-output-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-output-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-output-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-output-callback-slot", "https://www.w3.org/TR/webcodecs/#dom-videodecoder-error-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-error-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-error-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-error-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-error-callback-slot", "https://www.w3.org/TR/webcodecs/#dom-videodecoder-active-decoder-config-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-active-decoder-config-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-active-decoder-config-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-active-decoder-config-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-active-decoder-config-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videodecoderconfig%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videodecoder-key-chunk-required-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-key-chunk-required-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-key-chunk-required-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-key-chunk-required-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-key-chunk-required-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-decode%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-key-chunk%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedvideochunk-type", "https://www.w3.org/TR/webcodecs/#dom-videodecoder-state-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-state-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-state-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-state-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-state-slot", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-codecstate%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-videodecoder%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videodecoder-decodequeuesize-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-decodequeuesize-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-decodequeuesize-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-decodequeuesize-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-decodequeuesize-slot", "https://www.w3.org/TR/webcodecs/#dom-videodecoder-pending-flush-promises-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-pending-flush-promises-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-pending-flush-promises-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-pending-flush-promises-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-pending-flush-promises-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-flush%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videodecoder-dequeue-event-scheduled-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-dequeue-event-scheduled-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-dequeue-event-scheduled-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-dequeue-event-scheduled-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-dequeue-event-scheduled-slot", "https://www.w3.org/TR/webcodecs/#ref-for-eventdef-videodecoder-dequeue", "https://www.w3.org/TR/webcodecs/#videodecoder-constructors", "https://www.w3.org/TR/webcodecs/#dom-videodecoder-videodecoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-videodecoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-videodecoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-videodecoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-videodecoder", "https://www.w3.org/TR/webcodecs/#ref-for-videodecoder%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-queue%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-control-message-queue-slot%E2%91%A0", @@ -729,42 +467,22 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-dequeue-event-scheduled-slot", "https://www.w3.org/TR/webcodecs/#videodecoder-attributes", "https://www.w3.org/TR/webcodecs/#dom-videodecoder-state", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-state", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-state", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-state", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-state", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-codecstate%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-state-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videodecoder-decodequeuesize", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-decodequeuesize", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-decodequeuesize", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-decodequeuesize", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-decodequeuesize", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-decodequeuesize-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videodecoder-ondequeue", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-ondequeue", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-ondequeue", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-ondequeue", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-ondequeue", "https://www.w3.org/TR/webcodecs/#ref-for-eventhandler%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-event-handler-idl-attributes%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-event-handler-event-type%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-eventdef-videodecoder-dequeue%E2%91%A0", "https://www.w3.org/TR/webcodecs/#videodecoder-event-summary", "https://www.w3.org/TR/webcodecs/#eventdef-videodecoder-dequeue", - "https://www.w3.org/TR/webcodecs/#infopanel-for-eventdef-videodecoder-dequeue", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-eventdef-videodecoder-dequeue", - "https://www.w3.org/TR/webcodecs/#infopanel-for-eventdef-videodecoder-dequeue", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-eventdef-videodecoder-dequeue", "https://www.w3.org/TR/webcodecs/#ref-for-videodecoder%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-decodequeuesize%E2%91%A0", "https://www.w3.org/TR/webcodecs/#videodecoder-methods", "https://www.w3.org/TR/webcodecs/#dom-videodecoder-configure", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-configure", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-configure", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-configure", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-configure", "https://www.w3.org/TR/webcodecs/#ref-for-enqueues-a-control-message%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-notsupportederror%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-isconfigsupported%E2%91%A0", @@ -790,10 +508,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-queue-a-task%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-process-the-control-message-queue%E2%91%A6", "https://www.w3.org/TR/webcodecs/#dom-videodecoder-decode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-decode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-decode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-decode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-decode", "https://www.w3.org/TR/webcodecs/#ref-for-enqueues-a-control-message%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-close", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A2", @@ -837,10 +551,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-queue-a-task%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-output-videoframes", "https://www.w3.org/TR/webcodecs/#dom-videodecoder-flush", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-flush", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-flush", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-flush", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-flush", "https://www.w3.org/TR/webcodecs/#ref-for-control-message%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-control-message-queue%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-state-slot%E2%91%A4", @@ -861,29 +571,17 @@ "https://www.w3.org/TR/webcodecs/#ref-for-output-videoframes%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-pending-flush-promises-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videodecoder-reset", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-reset", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-reset", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-reset", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-reset", "https://www.w3.org/TR/webcodecs/#ref-for-control-message%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-control-message-queue%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-reset-videodecoder", "https://www.w3.org/TR/webcodecs/#ref-for-aborterror%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-videodecoder-close", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-close", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-close", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-close", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-close", "https://www.w3.org/TR/webcodecs/#ref-for-system-resources%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-close-videodecoder%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-aborterror%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-videodecoder-isconfigsupported", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-isconfigsupported", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-isconfigsupported", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoder-isconfigsupported", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoder-isconfigsupported", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videodecodersupport%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecodersupport-config", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecodersupport-config%E2%91%A0", @@ -899,10 +597,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecodersupport-supported", "https://www.w3.org/TR/webcodecs/#videodecoder-algorithms", "https://www.w3.org/TR/webcodecs/#videodecoder-schedule-dequeue-event", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videodecoder-schedule-dequeue-event", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videodecoder-schedule-dequeue-event", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videodecoder-schedule-dequeue-event", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videodecoder-schedule-dequeue-event", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-dequeue-event-scheduled-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-dequeue-event-scheduled-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-queue-a-task%E2%91%A0%E2%91%A7", @@ -910,10 +604,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-this%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-dequeue-event-scheduled-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#output-videoframes", - "https://www.w3.org/TR/webcodecs/#infopanel-for-output-videoframes", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-output-videoframes", - "https://www.w3.org/TR/webcodecs/#infopanel-for-output-videoframes", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-output-videoframes", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedvideochunk-timestamp", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedvideochunk-duration", "https://www.w3.org/TR/webcodecs/#ref-for-encodedvideochunk%E2%91%A1", @@ -921,10 +611,10 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoderconfig-displayaspectheight", "https://www.w3.org/TR/webcodecs/#ref-for-map-exists", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-active-decoder-config-slot%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace", - "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoderconfig-colorspace", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videodecoderconfig%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoderconfig-colorspace%E2%91%A0", @@ -933,10 +623,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-create-a-videoframe", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-output-callback-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#reset-videodecoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-reset-videodecoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-reset-videodecoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-reset-videodecoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-reset-videodecoder", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-state%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-invalidstateerror%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-state%E2%91%A1", @@ -949,10 +635,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-pending-flush-promises-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-pending-flush-promises-slot%E2%91%A3", "https://www.w3.org/TR/webcodecs/#close-videodecoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-close-videodecoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-close-videodecoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-close-videodecoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-close-videodecoder", "https://www.w3.org/TR/webcodecs/#ref-for-reset-videodecoder%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-state%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-codec-implementation-slot%E2%91%A0%E2%91%A2", @@ -964,10 +646,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-Exposed%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-SecureContext%E2%91%A1", "https://www.w3.org/TR/webcodecs/#audioencoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-audioencoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-audioencoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-audioencoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-audioencoder", "https://www.w3.org/TR/webcodecs/#ref-for-eventtarget%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-audioencoder", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-audioencoderinit", @@ -999,19 +677,11 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-audioencoderconfig%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-audioencoder-isconfigsupported-config-config", "https://www.w3.org/TR/webcodecs/#dictdef-audioencoderinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-audioencoderinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-audioencoderinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-audioencoderinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-audioencoderinit", "https://www.w3.org/TR/webcodecs/#ref-for-callbackdef-encodedaudiochunkoutputcallback", "https://www.w3.org/TR/webcodecs/#dom-audioencoderinit-output", "https://www.w3.org/TR/webcodecs/#ref-for-callbackdef-webcodecserrorcallback%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-audioencoderinit-error", "https://www.w3.org/TR/webcodecs/#callbackdef-encodedaudiochunkoutputcallback", - "https://www.w3.org/TR/webcodecs/#infopanel-for-callbackdef-encodedaudiochunkoutputcallback", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-callbackdef-encodedaudiochunkoutputcallback", - "https://www.w3.org/TR/webcodecs/#infopanel-for-callbackdef-encodedaudiochunkoutputcallback", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-callbackdef-encodedaudiochunkoutputcallback", "https://www.w3.org/TR/webcodecs/#ref-for-idl-undefined%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-encodedaudiochunk%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunkoutputcallback-output", @@ -1019,95 +689,39 @@ "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunkoutputcallback-metadata", "https://www.w3.org/TR/webcodecs/#audioencoder-internal-slots", "https://www.w3.org/TR/webcodecs/#dom-audioencoder-control-message-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-control-message-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-control-message-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-control-message-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-control-message-queue-slot", "https://www.w3.org/TR/webcodecs/#ref-for-queue%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-control-message%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-codec%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-control-message-queue-slot%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-audioencoder-message-queue-blocked-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-message-queue-blocked-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-message-queue-blocked-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-message-queue-blocked-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-message-queue-blocked-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-control-message-queue-slot", "https://www.w3.org/TR/webcodecs/#ref-for-control-message%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-message-queue-blocked%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-audioencoder-codec-implementation-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-codec-implementation-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-codec-implementation-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-codec-implementation-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-codec-implementation-slot", "https://www.w3.org/TR/webcodecs/#ref-for-codec-implementation%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-audioencoder-codec-work-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-codec-work-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-codec-work-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-codec-work-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-codec-work-queue-slot", "https://www.w3.org/TR/webcodecs/#ref-for-parallel-queue%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-codec-implementation-slot", "https://www.w3.org/TR/webcodecs/#ref-for-codec-work-queue%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-audioencoder-codec-saturated-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-codec-saturated-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-codec-saturated-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-codec-saturated-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-codec-saturated-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-codec-implementation-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-audioencoder-output-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-output-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-output-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-output-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-output-callback-slot", "https://www.w3.org/TR/webcodecs/#dom-audioencoder-error-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-error-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-error-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-error-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-error-callback-slot", "https://www.w3.org/TR/webcodecs/#dom-audioencoder-active-encoder-config-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-active-encoder-config-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-active-encoder-config-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-active-encoder-config-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-active-encoder-config-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-audioencoderconfig%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-audioencoder-active-output-config-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-active-output-config-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-active-output-config-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-active-output-config-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-active-output-config-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-audiodecoderconfig%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-encodedaudiochunk%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-audioencoder-state-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-state-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-state-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-state-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-state-slot", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-codecstate%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-audioencoder%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-audioencoder-encodequeuesize-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-encodequeuesize-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-encodequeuesize-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-encodequeuesize-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-encodequeuesize-slot", "https://www.w3.org/TR/webcodecs/#dom-audioencoder-pending-flush-promises-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-pending-flush-promises-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-pending-flush-promises-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-pending-flush-promises-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-pending-flush-promises-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-flush%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-audioencoder-dequeue-event-scheduled-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-dequeue-event-scheduled-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-dequeue-event-scheduled-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-dequeue-event-scheduled-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-dequeue-event-scheduled-slot", "https://www.w3.org/TR/webcodecs/#ref-for-eventdef-audioencoder-dequeue", "https://www.w3.org/TR/webcodecs/#audioencoder-constructors", "https://www.w3.org/TR/webcodecs/#dom-audioencoder-audioencoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-audioencoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-audioencoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-audioencoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-audioencoder", "https://www.w3.org/TR/webcodecs/#ref-for-audioencoder%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-queue%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-control-message-queue-slot%E2%91%A0", @@ -1127,42 +741,22 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-dequeue-event-scheduled-slot", "https://www.w3.org/TR/webcodecs/#audioencoder-attributes", "https://www.w3.org/TR/webcodecs/#dom-audioencoder-state", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-state", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-state", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-state", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-state", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-codecstate%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-state-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-audioencoder-encodequeuesize", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-encodequeuesize", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-encodequeuesize", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-encodequeuesize", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-encodequeuesize", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-encodequeuesize-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-audioencoder-ondequeue", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-ondequeue", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-ondequeue", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-ondequeue", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-ondequeue", "https://www.w3.org/TR/webcodecs/#ref-for-eventhandler%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-event-handler-idl-attributes%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-event-handler-event-type%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-eventdef-audioencoder-dequeue%E2%91%A0", "https://www.w3.org/TR/webcodecs/#audioencoder-event-summary", "https://www.w3.org/TR/webcodecs/#eventdef-audioencoder-dequeue", - "https://www.w3.org/TR/webcodecs/#infopanel-for-eventdef-audioencoder-dequeue", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-eventdef-audioencoder-dequeue", - "https://www.w3.org/TR/webcodecs/#infopanel-for-eventdef-audioencoder-dequeue", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-eventdef-audioencoder-dequeue", "https://www.w3.org/TR/webcodecs/#ref-for-audioencoder%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-encodequeuesize%E2%91%A0", "https://www.w3.org/TR/webcodecs/#audioencoder-methods", "https://www.w3.org/TR/webcodecs/#dom-audioencoder-configure", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-configure", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-configure", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-configure", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-configure", "https://www.w3.org/TR/webcodecs/#ref-for-enqueues-a-control-message%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-notsupportederror%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-isconfigsupported%E2%91%A0", @@ -1187,10 +781,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-queue-a-task%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-process-the-control-message-queue%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-audioencoder-encode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-encode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-encode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-encode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-encode", "https://www.w3.org/TR/webcodecs/#ref-for-enqueues-a-control-message%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-detached%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-exceptiondef-typeerror%E2%91%A4", @@ -1224,10 +814,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-queue-a-task%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-output-encodedaudiochunks", "https://www.w3.org/TR/webcodecs/#dom-audioencoder-flush", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-flush", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-flush", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-flush", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-flush", "https://www.w3.org/TR/webcodecs/#ref-for-control-message%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-control-message-queue%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-state-slot%E2%91%A4", @@ -1247,29 +833,17 @@ "https://www.w3.org/TR/webcodecs/#ref-for-output-encodedaudiochunks%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-pending-flush-promises-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-audioencoder-reset", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-reset", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-reset", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-reset", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-reset", "https://www.w3.org/TR/webcodecs/#ref-for-control-message%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-control-message-queue%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-reset-audioencoder", "https://www.w3.org/TR/webcodecs/#ref-for-aborterror%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A8", "https://www.w3.org/TR/webcodecs/#dom-audioencoder-close", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-close", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-close", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-close", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-close", "https://www.w3.org/TR/webcodecs/#ref-for-system-resources%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-close-audioencoder%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-aborterror%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#dom-audioencoder-isconfigsupported", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-isconfigsupported", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-isconfigsupported", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoder-isconfigsupported", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoder-isconfigsupported", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-audioencodersupport%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencodersupport-config", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencodersupport-config%E2%91%A0", @@ -1285,10 +859,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencodersupport-supported", "https://www.w3.org/TR/webcodecs/#audioencoder-algorithms", "https://www.w3.org/TR/webcodecs/#audioencoder-schedule-dequeue-event", - "https://www.w3.org/TR/webcodecs/#infopanel-for-audioencoder-schedule-dequeue-event", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-audioencoder-schedule-dequeue-event", - "https://www.w3.org/TR/webcodecs/#infopanel-for-audioencoder-schedule-dequeue-event", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-audioencoder-schedule-dequeue-event", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-dequeue-event-scheduled-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-dequeue-event-scheduled-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-queue-a-task%E2%91%A1%E2%91%A6", @@ -1296,10 +866,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-this%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-dequeue-event-scheduled-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#output-encodedaudiochunks", - "https://www.w3.org/TR/webcodecs/#infopanel-for-output-encodedaudiochunks", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-output-encodedaudiochunks", - "https://www.w3.org/TR/webcodecs/#infopanel-for-output-encodedaudiochunks", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-output-encodedaudiochunks", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-encodedaudiochunkinit", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedaudiochunkinit-data", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedaudiochunkinit-type", @@ -1327,10 +893,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-active-output-config-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-output-callback-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#reset-audioencoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-reset-audioencoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-reset-audioencoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-reset-audioencoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-reset-audioencoder", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-state-slot%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-invalidstateerror%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-state-slot%E2%91%A6", @@ -1345,10 +907,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-pending-flush-promises-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-pending-flush-promises-slot%E2%91%A3", "https://www.w3.org/TR/webcodecs/#close-audioencoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-close-audioencoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-close-audioencoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-close-audioencoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-close-audioencoder", "https://www.w3.org/TR/webcodecs/#ref-for-reset-audioencoder%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-state-slot%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-codec-implementation-slot%E2%91%A0%E2%91%A2", @@ -1360,17 +918,9 @@ "https://www.w3.org/TR/webcodecs/#ref-for-callbackdef-encodedaudiochunkoutputcallback%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-encodedaudiochunk%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dictdef-encodedaudiochunkmetadata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-encodedaudiochunkmetadata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-encodedaudiochunkmetadata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-encodedaudiochunkmetadata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-encodedaudiochunkmetadata", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-audiodecoderconfig%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedaudiochunkmetadata-decoderconfig%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunkmetadata-decoderconfig", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunkmetadata-decoderconfig", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunkmetadata-decoderconfig", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunkmetadata-decoderconfig", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunkmetadata-decoderconfig", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-audiodecoderconfig%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-audiodecoderconfig%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-encodedaudiochunk%E2%91%A5", @@ -1378,10 +928,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-Exposed%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-SecureContext%E2%91%A2", "https://www.w3.org/TR/webcodecs/#videoencoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videoencoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoencoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videoencoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoencoder", "https://www.w3.org/TR/webcodecs/#ref-for-eventtarget%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoder-videoencoder", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videoencoderinit", @@ -1415,19 +961,11 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videoencoderconfig%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videoencoder-isconfigsupported-config-config", "https://www.w3.org/TR/webcodecs/#dictdef-videoencoderinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-videoencoderinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-videoencoderinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-videoencoderinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-videoencoderinit", "https://www.w3.org/TR/webcodecs/#ref-for-callbackdef-encodedvideochunkoutputcallback", "https://www.w3.org/TR/webcodecs/#dom-videoencoderinit-output", "https://www.w3.org/TR/webcodecs/#ref-for-callbackdef-webcodecserrorcallback%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-videoencoderinit-error", "https://www.w3.org/TR/webcodecs/#callbackdef-encodedvideochunkoutputcallback", - "https://www.w3.org/TR/webcodecs/#infopanel-for-callbackdef-encodedvideochunkoutputcallback", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-callbackdef-encodedvideochunkoutputcallback", - "https://www.w3.org/TR/webcodecs/#infopanel-for-callbackdef-encodedvideochunkoutputcallback", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-callbackdef-encodedvideochunkoutputcallback", "https://www.w3.org/TR/webcodecs/#ref-for-idl-undefined%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-encodedvideochunk%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunkoutputcallback-chunk", @@ -1435,95 +973,39 @@ "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunkoutputcallback-metadata", "https://www.w3.org/TR/webcodecs/#videoencoder-internal-slots", "https://www.w3.org/TR/webcodecs/#dom-videoencoder-control-message-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-control-message-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-control-message-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-control-message-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-control-message-queue-slot", "https://www.w3.org/TR/webcodecs/#ref-for-queue%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-control-message%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-codec%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-control-message-queue-slot%E2%91%A6", "https://www.w3.org/TR/webcodecs/#dom-videoencoder-message-queue-blocked-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-message-queue-blocked-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-message-queue-blocked-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-message-queue-blocked-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-message-queue-blocked-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoder-control-message-queue-slot", "https://www.w3.org/TR/webcodecs/#ref-for-control-message%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-message-queue-blocked%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-videoencoder-codec-implementation-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-codec-implementation-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-codec-implementation-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-codec-implementation-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-codec-implementation-slot", "https://www.w3.org/TR/webcodecs/#ref-for-codec-implementation%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-videoencoder-codec-work-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-codec-work-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-codec-work-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-codec-work-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-codec-work-queue-slot", "https://www.w3.org/TR/webcodecs/#ref-for-parallel-queue%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoder-codec-implementation-slot", "https://www.w3.org/TR/webcodecs/#ref-for-codec-work-queue%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-videoencoder-codec-saturated-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-codec-saturated-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-codec-saturated-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-codec-saturated-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-codec-saturated-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoder-codec-implementation-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videoencoder-output-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-output-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-output-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-output-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-output-callback-slot", "https://www.w3.org/TR/webcodecs/#dom-videoencoder-error-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-error-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-error-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-error-callback-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-error-callback-slot", "https://www.w3.org/TR/webcodecs/#dom-videoencoder-active-encoder-config-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-active-encoder-config-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-active-encoder-config-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-active-encoder-config-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-active-encoder-config-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videoencoderconfig%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videoencoder-active-output-config-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-active-output-config-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-active-output-config-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-active-output-config-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-active-output-config-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videodecoderconfig%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-encodedvideochunk%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-videoencoder-state-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-state-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-state-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-state-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-state-slot", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-codecstate%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-videoencoder%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videoencoder-encodequeuesize-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-encodequeuesize-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-encodequeuesize-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-encodequeuesize-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-encodequeuesize-slot", "https://www.w3.org/TR/webcodecs/#dom-videoencoder-pending-flush-promises-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-pending-flush-promises-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-pending-flush-promises-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-pending-flush-promises-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-pending-flush-promises-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoder-flush%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videoencoder-dequeue-event-scheduled-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-dequeue-event-scheduled-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-dequeue-event-scheduled-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-dequeue-event-scheduled-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-dequeue-event-scheduled-slot", "https://www.w3.org/TR/webcodecs/#ref-for-eventdef-videoencoder-dequeue", "https://www.w3.org/TR/webcodecs/#videoencoder-constructors", "https://www.w3.org/TR/webcodecs/#dom-videoencoder-videoencoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-videoencoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-videoencoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-videoencoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-videoencoder", "https://www.w3.org/TR/webcodecs/#ref-for-videoencoder%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-queue%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoder-control-message-queue-slot%E2%91%A0", @@ -1543,42 +1025,22 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoder-dequeue-event-scheduled-slot", "https://www.w3.org/TR/webcodecs/#videoencoder-attributes", "https://www.w3.org/TR/webcodecs/#dom-videoencoder-state", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-state", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-state", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-state", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-state", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-codecstate%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoder-state-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videoencoder-encodequeuesize", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-encodequeuesize", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-encodequeuesize", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-encodequeuesize", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-encodequeuesize", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoder-encodequeuesize-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videoencoder-ondequeue", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-ondequeue", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-ondequeue", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-ondequeue", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-ondequeue", "https://www.w3.org/TR/webcodecs/#ref-for-eventhandler%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-event-handler-idl-attributes%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-event-handler-event-type%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-eventdef-videoencoder-dequeue%E2%91%A0", "https://www.w3.org/TR/webcodecs/#videoencoder-event-summary", "https://www.w3.org/TR/webcodecs/#eventdef-videoencoder-dequeue", - "https://www.w3.org/TR/webcodecs/#infopanel-for-eventdef-videoencoder-dequeue", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-eventdef-videoencoder-dequeue", - "https://www.w3.org/TR/webcodecs/#infopanel-for-eventdef-videoencoder-dequeue", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-eventdef-videoencoder-dequeue", "https://www.w3.org/TR/webcodecs/#ref-for-videoencoder%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoder-encodequeuesize%E2%91%A0", "https://www.w3.org/TR/webcodecs/#videoencoder-methods", "https://www.w3.org/TR/webcodecs/#dom-videoencoder-configure", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-configure", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-configure", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-configure", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-configure", "https://www.w3.org/TR/webcodecs/#ref-for-enqueues-a-control-message%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-notsupportederror%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoder-isconfigsupported%E2%91%A0", @@ -1603,10 +1065,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-queue-a-task%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-process-the-control-message-queue%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webcodecs/#dom-videoencoder-encode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-encode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-encode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-encode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-encode", "https://www.w3.org/TR/webcodecs/#ref-for-enqueues-a-control-message%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-detached%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-exceptiondef-typeerror%E2%91%A7", @@ -1639,10 +1097,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-queue-a-task%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-output-encodedvideochunks", "https://www.w3.org/TR/webcodecs/#dom-videoencoder-flush", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-flush", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-flush", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-flush", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-flush", "https://www.w3.org/TR/webcodecs/#ref-for-control-message%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-control-message-queue%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoder-state-slot%E2%91%A4", @@ -1662,29 +1116,17 @@ "https://www.w3.org/TR/webcodecs/#ref-for-output-encodedvideochunks%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoder-pending-flush-promises-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videoencoder-reset", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-reset", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-reset", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-reset", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-reset", "https://www.w3.org/TR/webcodecs/#ref-for-control-message%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-control-message-queue%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-reset-videoencoder", "https://www.w3.org/TR/webcodecs/#ref-for-aborterror%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-videoencoder-close", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-close", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-close", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-close", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-close", "https://www.w3.org/TR/webcodecs/#ref-for-system-resources%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-close-videoencoder%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-aborterror%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-videoencoder-isconfigsupported", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-isconfigsupported", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-isconfigsupported", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoder-isconfigsupported", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoder-isconfigsupported", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videoencodersupport%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencodersupport-config", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencodersupport-config%E2%91%A0", @@ -1700,10 +1142,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencodersupport-supported", "https://www.w3.org/TR/webcodecs/#videoencoder-algorithms", "https://www.w3.org/TR/webcodecs/#videoencoder-schedule-dequeue-event", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videoencoder-schedule-dequeue-event", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoencoder-schedule-dequeue-event", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videoencoder-schedule-dequeue-event", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoencoder-schedule-dequeue-event", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoder-dequeue-event-scheduled-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoder-dequeue-event-scheduled-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-queue-a-task%E2%91%A2%E2%91%A5", @@ -1711,10 +1149,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-this%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoder-dequeue-event-scheduled-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#output-encodedvideochunks", - "https://www.w3.org/TR/webcodecs/#infopanel-for-output-encodedvideochunks", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-output-encodedvideochunks", - "https://www.w3.org/TR/webcodecs/#infopanel-for-output-encodedvideochunks", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-output-encodedvideochunks", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-encodedvideochunkinit", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedvideochunkinit-data", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedvideochunkinit-type", @@ -1744,10 +1178,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedvideochunkmetadata-alphasidedata", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoder-output-callback-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#reset-videoencoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-reset-videoencoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-reset-videoencoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-reset-videoencoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-reset-videoencoder", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoder-state-slot%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-invalidstateerror%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoder-state-slot%E2%91%A6", @@ -1762,10 +1192,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoder-pending-flush-promises-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoder-pending-flush-promises-slot%E2%91%A3", "https://www.w3.org/TR/webcodecs/#close-videoencoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-close-videoencoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-close-videoencoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-close-videoencoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-close-videoencoder", "https://www.w3.org/TR/webcodecs/#ref-for-reset-videoencoder%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoder-state-slot%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoder-codec-implementation-slot%E2%91%A0%E2%91%A2", @@ -1777,10 +1203,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-callbackdef-encodedvideochunkoutputcallback%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-encodedvideochunk%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dictdef-encodedvideochunkmetadata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-encodedvideochunkmetadata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-encodedvideochunkmetadata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-encodedvideochunkmetadata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-encodedvideochunkmetadata", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videodecoderconfig%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedvideochunkmetadata-decoderconfig%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-svcoutputmetadata%E2%91%A0", @@ -1788,51 +1210,27 @@ "https://www.w3.org/TR/webcodecs/#ref-for-BufferSource", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedvideochunkmetadata-alphasidedata%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dictdef-svcoutputmetadata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-svcoutputmetadata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-svcoutputmetadata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-svcoutputmetadata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-svcoutputmetadata", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-svcoutputmetadata-temporallayerid%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunkmetadata-decoderconfig", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunkmetadata-decoderconfig", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunkmetadata-decoderconfig", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunkmetadata-decoderconfig", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunkmetadata-decoderconfig", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videodecoderconfig%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videodecoderconfig%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-encodedvideochunk%E2%91%A6", "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunkmetadata-svc", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunkmetadata-svc", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunkmetadata-svc", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunkmetadata-svc", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunkmetadata-svc", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-svcoutputmetadata%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-encodedvideochunk%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-scalabilitymode%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunkmetadata-alphasidedata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunkmetadata-alphasidedata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunkmetadata-alphasidedata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunkmetadata-alphasidedata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunkmetadata-alphasidedata", "https://www.w3.org/TR/webcodecs/#ref-for-BufferSource%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-BufferSource%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-encodedvideochunk%E2%91%A8", "https://www.w3.org/TR/webcodecs/#dom-svcoutputmetadata-temporallayerid", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-svcoutputmetadata-temporallayerid", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-svcoutputmetadata-temporallayerid", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-svcoutputmetadata-temporallayerid", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-svcoutputmetadata-temporallayerid", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-temporal-layer%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-encodedvideochunk%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#configurations", "https://www.w3.org/TR/webcodecs/#config-support", "https://www.w3.org/TR/webcodecs/#check-configuration-support", - "https://www.w3.org/TR/webcodecs/#infopanel-for-check-configuration-support", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-check-configuration-support", - "https://www.w3.org/TR/webcodecs/#infopanel-for-check-configuration-support", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-check-configuration-support", "https://www.w3.org/TR/webcodecs/#ref-for-codec-string", "https://www.w3.org/TR/webcodecs/#ref-for-valid-codec-string", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-audiodecoderconfig%E2%91%A6", @@ -1854,134 +1252,70 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videoencoderconfig%E2%91%A3", "https://www.w3.org/TR/webcodecs/#clone-config", "https://www.w3.org/TR/webcodecs/#clone-configuration", - "https://www.w3.org/TR/webcodecs/#infopanel-for-clone-configuration", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-clone-configuration", - "https://www.w3.org/TR/webcodecs/#infopanel-for-clone-configuration", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-clone-configuration", "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-iteration-continue", "https://www.w3.org/TR/webcodecs/#ref-for-clone-configuration%E2%91%A3", "https://www.w3.org/TR/webcodecs/#config-support-info", "https://www.w3.org/TR/webcodecs/#audio-decoder-support", "https://www.w3.org/TR/webcodecs/#dictdef-audiodecodersupport", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-audiodecodersupport", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-audiodecodersupport", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-audiodecodersupport", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-audiodecodersupport", "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecodersupport-supported%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-audiodecoderconfig%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecodersupport-config%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-audiodecodersupport-supported", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecodersupport-supported", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecodersupport-supported", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecodersupport-supported", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecodersupport-supported", "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecodersupport-config%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-audiodecodersupport-config", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecodersupport-config", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecodersupport-config", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecodersupport-config", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecodersupport-config", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-audiodecoderconfig%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-audiodecoderconfig%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecodersupport-supported%E2%91%A1", "https://www.w3.org/TR/webcodecs/#video-decoder-support", "https://www.w3.org/TR/webcodecs/#dictdef-videodecodersupport", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-videodecodersupport", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-videodecodersupport", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-videodecodersupport", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-videodecodersupport", "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecodersupport-supported%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videodecoderconfig%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecodersupport-config%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-videodecodersupport-supported", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecodersupport-supported", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecodersupport-supported", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecodersupport-supported", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecodersupport-supported", "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecodersupport-config%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-videodecodersupport-config", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecodersupport-config", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecodersupport-config", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecodersupport-config", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecodersupport-config", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videodecoderconfig%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videodecoderconfig%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecodersupport-supported%E2%91%A1", "https://www.w3.org/TR/webcodecs/#audio-encoder-support", "https://www.w3.org/TR/webcodecs/#dictdef-audioencodersupport", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-audioencodersupport", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-audioencodersupport", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-audioencodersupport", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-audioencodersupport", "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencodersupport-supported%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-audioencoderconfig%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencodersupport-config%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-audioencodersupport-supported", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencodersupport-supported", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencodersupport-supported", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencodersupport-supported", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencodersupport-supported", "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencodersupport-config%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-audioencodersupport-config", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencodersupport-config", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencodersupport-config", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencodersupport-config", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencodersupport-config", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-audioencoderconfig%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-audioencoderconfig%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencodersupport-supported%E2%91%A1", "https://www.w3.org/TR/webcodecs/#video-encoder-support", "https://www.w3.org/TR/webcodecs/#dictdef-videoencodersupport", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-videoencodersupport", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-videoencodersupport", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-videoencodersupport", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-videoencodersupport", "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencodersupport-supported%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videoencoderconfig%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencodersupport-config%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-videoencodersupport-supported", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencodersupport-supported", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencodersupport-supported", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencodersupport-supported", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencodersupport-supported", "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencodersupport-config%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-videoencodersupport-config", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencodersupport-config", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencodersupport-config", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencodersupport-config", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencodersupport-config", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videoencoderconfig%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videoencoderconfig%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencodersupport-supported%E2%91%A1", "https://www.w3.org/TR/webcodecs/#config-codec-string", "https://www.w3.org/TR/webcodecs/#codec-string", - "https://www.w3.org/TR/webcodecs/#infopanel-for-codec-string", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-codec-string", - "https://www.w3.org/TR/webcodecs/#infopanel-for-codec-string", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-codec-string", "https://www.w3.org/TR/webcodecs/#valid-codec-string", - "https://www.w3.org/TR/webcodecs/#infopanel-for-valid-codec-string", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-valid-codec-string", - "https://www.w3.org/TR/webcodecs/#infopanel-for-valid-codec-string", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-valid-codec-string", "https://www.w3.org/TR/webcodecs/#ref-for-mime-type", "https://www.w3.org/TR/webcodecs/#ref-for-dom-mediasource-istypesupported", "https://www.w3.org/TR/webcodecs/#ref-for-dom-navigator-canplaytype", "https://www.w3.org/TR/webcodecs/#audio-decoder-config", "https://www.w3.org/TR/webcodecs/#dictdef-audiodecoderconfig", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-audiodecoderconfig", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-audiodecoderconfig", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-audiodecoderconfig", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-audiodecoderconfig", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMString", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoderconfig-codec%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-EnforceRange", @@ -1994,46 +1328,22 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoderconfig-description%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-audiodecoderconfig%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#valid-audiodecoderconfig", - "https://www.w3.org/TR/webcodecs/#infopanel-for-valid-audiodecoderconfig", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-valid-audiodecoderconfig", - "https://www.w3.org/TR/webcodecs/#infopanel-for-valid-audiodecoderconfig", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-valid-audiodecoderconfig", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoderconfig-codec%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-strip-leading-and-trailing-ascii-whitespace", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoderconfig-description%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-buffersource-detached", "https://www.w3.org/TR/webcodecs/#dom-audiodecoderconfig-codec", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoderconfig-codec", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoderconfig-codec", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoderconfig-codec", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoderconfig-codec", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMString%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-codec-string%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-audiodecoderconfig-samplerate", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoderconfig-samplerate", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoderconfig-samplerate", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoderconfig-samplerate", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoderconfig-samplerate", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-audiodecoderconfig-numberofchannels", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoderconfig-numberofchannels", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoderconfig-numberofchannels", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoderconfig-numberofchannels", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoderconfig-numberofchannels", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-audiodecoderconfig-description", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoderconfig-description", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoderconfig-description", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodecoderconfig-description", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodecoderconfig-description", "https://www.w3.org/TR/webcodecs/#ref-for-BufferSource%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodecoderconfig-codec%E2%91%A2", "https://www.w3.org/TR/webcodecs/#video-decoder-config", "https://www.w3.org/TR/webcodecs/#dictdef-videodecoderconfig", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-videodecoderconfig", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-videodecoderconfig", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-videodecoderconfig", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-videodecoderconfig", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMString%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoderconfig-codec", "https://www.w3.org/TR/webcodecs/#ref-for-AllowSharedBufferSource", @@ -2050,7 +1360,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-EnforceRange%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoderconfig-displayaspectheight%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videocolorspaceinit%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videocolorspaceinit", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoderconfig-colorspace%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-hardwareacceleration", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoderconfig-hardwareacceleration", @@ -2058,10 +1368,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoderconfig-optimizeforlatency", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videodecoderconfig%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webcodecs/#valid-videodecoderconfig", - "https://www.w3.org/TR/webcodecs/#infopanel-for-valid-videodecoderconfig", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-valid-videodecoderconfig", - "https://www.w3.org/TR/webcodecs/#infopanel-for-valid-videodecoderconfig", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-valid-videodecoderconfig", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoderconfig-codec%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-strip-leading-and-trailing-ascii-whitespace%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoderconfig-codedwidth%E2%91%A0", @@ -2075,44 +1381,20 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoderconfig-description%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-buffersource-detached%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-codec", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoderconfig-codec", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoderconfig-codec", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoderconfig-codec", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoderconfig-codec", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMString%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-description", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoderconfig-description", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoderconfig-description", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoderconfig-description", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoderconfig-description", "https://www.w3.org/TR/webcodecs/#ref-for-AllowSharedBufferSource%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoderconfig-codec%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-codedwidth", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoderconfig-codedwidth", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoderconfig-codedwidth", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoderconfig-codedwidth", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoderconfig-codedwidth", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-codedheight", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoderconfig-codedheight", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoderconfig-codedheight", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoderconfig-codedheight", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoderconfig-codedheight", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoderconfig-codedwidth%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoderconfig-codedheight%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoder-codec-implementation-slot%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-displayaspectwidth", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoderconfig-displayaspectwidth", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoderconfig-displayaspectwidth", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoderconfig-displayaspectwidth", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoderconfig-displayaspectwidth", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-displayaspectheight", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoderconfig-displayaspectheight", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoderconfig-displayaspectheight", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoderconfig-displayaspectheight", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoderconfig-displayaspectheight", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-displaywidth", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-displayheight", @@ -2120,11 +1402,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoderconfig-displayaspectheight%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-create-a-videoframe%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-colorspace", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoderconfig-colorspace", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoderconfig-colorspace", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoderconfig-colorspace", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoderconfig-colorspace", - "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videocolorspaceinit%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videocolorspaceinit%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-colorspace", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A7", @@ -2132,26 +1410,14 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videodecoderconfig-colorspace%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-hardwareacceleration", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoderconfig-hardwareacceleration", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoderconfig-hardwareacceleration", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoderconfig-hardwareacceleration", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoderconfig-hardwareacceleration", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-hardwareacceleration%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-hardwareacceleration%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-optimizeforlatency", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoderconfig-optimizeforlatency", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoderconfig-optimizeforlatency", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videodecoderconfig-optimizeforlatency", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videodecoderconfig-optimizeforlatency", "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-encodedvideochunk%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A8", "https://www.w3.org/TR/webcodecs/#audio-encoder-config", "https://www.w3.org/TR/webcodecs/#dictdef-audioencoderconfig", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-audioencoderconfig", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-audioencoderconfig", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-audioencoderconfig", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-audioencoderconfig", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMString%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoderconfig-codec%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-EnforceRange%E2%91%A5", @@ -2168,44 +1434,20 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-audioencoderconfig%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-audioencoderconfig%E2%91%A8", "https://www.w3.org/TR/webcodecs/#valid-audioencoderconfig", - "https://www.w3.org/TR/webcodecs/#infopanel-for-valid-audioencoderconfig", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-valid-audioencoderconfig", - "https://www.w3.org/TR/webcodecs/#infopanel-for-valid-audioencoderconfig", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-valid-audioencoderconfig", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoderconfig-codec%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-strip-leading-and-trailing-ascii-whitespace%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-audioencoderconfig%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoderconfig-samplerate%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoderconfig-numberofchannels%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-audioencoderconfig-codec", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoderconfig-codec", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoderconfig-codec", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoderconfig-codec", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoderconfig-codec", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMString%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-audioencoderconfig-samplerate", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoderconfig-samplerate", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoderconfig-samplerate", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoderconfig-samplerate", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoderconfig-samplerate", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-audioencoderconfig-numberofchannels", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoderconfig-numberofchannels", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoderconfig-numberofchannels", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoderconfig-numberofchannels", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoderconfig-numberofchannels", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-audioencoderconfig-bitrate", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoderconfig-bitrate", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoderconfig-bitrate", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoderconfig-bitrate", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoderconfig-bitrate", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long-long%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-audioencoderconfig-bitratemode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoderconfig-bitratemode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoderconfig-bitratemode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audioencoderconfig-bitratemode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audioencoderconfig-bitratemode", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-bitratemode%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-bitratemode-constant", "https://www.w3.org/TR/webcodecs/#ref-for-dom-bitratemode-variable", @@ -2213,10 +1455,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-audioencoder-isconfigsupported%E2%91%A1", "https://www.w3.org/TR/webcodecs/#video-encoder-config", "https://www.w3.org/TR/webcodecs/#dictdef-videoencoderconfig", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-videoencoderconfig", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-videoencoderconfig", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-videoencoderconfig", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-videoencoderconfig", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMString%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-codec", "https://www.w3.org/TR/webcodecs/#ref-for-EnforceRange%E2%91%A8", @@ -2251,10 +1489,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videoencoderconfig%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videoencoderconfig%E2%91%A8", "https://www.w3.org/TR/webcodecs/#valid-videoencoderconfig", - "https://www.w3.org/TR/webcodecs/#infopanel-for-valid-videoencoderconfig", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-valid-videoencoderconfig", - "https://www.w3.org/TR/webcodecs/#infopanel-for-valid-videoencoderconfig", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-valid-videoencoderconfig", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-codec%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-strip-leading-and-trailing-ascii-whitespace%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-width%E2%91%A0", @@ -2262,43 +1496,23 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-displaywidth%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-displayheight%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videoencoderconfig-codec", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-codec", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-codec", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-codec", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-codec", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMString%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-codec-string%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-videoencoderconfig-width", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-width", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-width", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-width", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-width", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-encodedvideochunk%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-width-slot", "https://www.w3.org/TR/webcodecs/#dom-videoencoderconfig-height", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-height", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-height", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-height", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-height", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-encodedvideochunk%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visible-height-slot", "https://www.w3.org/TR/webcodecs/#dom-videoencoderconfig-displaywidth", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-displaywidth", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-displaywidth", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-displaywidth", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-displaywidth", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-encodedvideochunk%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-width%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videoencoderconfig-displayheight", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-displayheight", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-displayheight", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-displayheight", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-displayheight", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-encodedvideochunk%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-width%E2%91%A2", @@ -2307,33 +1521,17 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-width%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-height%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videoencoderconfig-bitrate", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-bitrate", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-bitrate", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-bitrate", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-bitrate", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long-long%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-framerate%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videoencoderconfig-framerate", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-framerate", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-framerate", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-framerate", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-framerate", "https://www.w3.org/TR/webcodecs/#ref-for-idl-double%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-timestamp", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-latencymode%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-latencymode-realtime", "https://www.w3.org/TR/webcodecs/#dom-videoencoderconfig-hardwareacceleration", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-hardwareacceleration", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-hardwareacceleration", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-hardwareacceleration", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-hardwareacceleration", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-hardwareacceleration%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-hardwareacceleration%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-videoencoderconfig-alpha", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-alpha", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-alpha", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-alpha", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-alpha", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-alphaoption%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-alpha%E2%91%A1", @@ -2341,31 +1539,15 @@ "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-format-slot", "https://www.w3.org/TR/webcodecs/#dom-videoencoderconfig-scalabilitymode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-scalabilitymode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-scalabilitymode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-scalabilitymode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-scalabilitymode", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMString%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-scalabilitymodes*", "https://www.w3.org/TR/webcodecs/#dom-videoencoderconfig-bitratemode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-bitratemode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-bitratemode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-bitratemode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-bitratemode", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videoencoderbitratemode%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videoencoderbitratemode%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videoencoderconfig-latencymode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-latencymode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-latencymode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-latencymode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-latencymode", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-latencymode%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-latencymode%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videoencoderconfig-contenthint", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-contenthint", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-contenthint", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderconfig-contenthint", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderconfig-contenthint", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMString%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-video-content-hints", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A0%E2%91%A3", @@ -2374,10 +1556,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoder-isconfigsupported%E2%91%A1", "https://www.w3.org/TR/webcodecs/#hardware-acceleration", "https://www.w3.org/TR/webcodecs/#enumdef-hardwareacceleration", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-hardwareacceleration", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-hardwareacceleration", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-hardwareacceleration", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-hardwareacceleration", "https://www.w3.org/TR/webcodecs/#ref-for-dom-hardwareacceleration-no-preference", "https://www.w3.org/TR/webcodecs/#ref-for-dom-hardwareacceleration-prefer-hardware", "https://www.w3.org/TR/webcodecs/#ref-for-dom-hardwareacceleration-prefer-software", @@ -2391,144 +1569,60 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-hardwareacceleration-prefer-hardware%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-hardwareacceleration-prefer-software%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-hardwareacceleration-no-preference", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-hardwareacceleration-no-preference", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-hardwareacceleration-no-preference", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-hardwareacceleration-no-preference", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-hardwareacceleration-no-preference", "https://www.w3.org/TR/webcodecs/#dom-hardwareacceleration-prefer-software", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-hardwareacceleration-prefer-software", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-hardwareacceleration-prefer-software", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-hardwareacceleration-prefer-software", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-hardwareacceleration-prefer-software", "https://www.w3.org/TR/webcodecs/#dom-hardwareacceleration-prefer-hardware", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-hardwareacceleration-prefer-hardware", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-hardwareacceleration-prefer-hardware", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-hardwareacceleration-prefer-hardware", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-hardwareacceleration-prefer-hardware", "https://www.w3.org/TR/webcodecs/#alpha-option", "https://www.w3.org/TR/webcodecs/#enumdef-alphaoption", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-alphaoption", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-alphaoption", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-alphaoption", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-alphaoption", "https://www.w3.org/TR/webcodecs/#ref-for-dom-alphaoption-keep", "https://www.w3.org/TR/webcodecs/#ref-for-dom-alphaoption-discard%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-alphaoption-keep", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-alphaoption-keep", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-alphaoption-keep", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-alphaoption-keep", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-alphaoption-keep", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-alphaoption-discard", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-alphaoption-discard", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-alphaoption-discard", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-alphaoption-discard", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-alphaoption-discard", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webcodecs/#latency-mode", "https://www.w3.org/TR/webcodecs/#enumdef-latencymode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-latencymode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-latencymode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-latencymode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-latencymode", "https://www.w3.org/TR/webcodecs/#ref-for-dom-latencymode-quality", "https://www.w3.org/TR/webcodecs/#ref-for-dom-latencymode-realtime%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-latencymode-quality", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-latencymode-quality", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-latencymode-quality", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-latencymode-quality", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-latencymode-quality", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-bitrate%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-framerate%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-framerate%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-latencymode-realtime", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-latencymode-realtime", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-latencymode-realtime", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-latencymode-realtime", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-latencymode-realtime", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-bitrate%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-framerate%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-framerate%E2%91%A4", "https://www.w3.org/TR/webcodecs/#config-equivalence", "https://www.w3.org/TR/webcodecs/#equal-dictionaries", - "https://www.w3.org/TR/webcodecs/#infopanel-for-equal-dictionaries", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-equal-dictionaries", - "https://www.w3.org/TR/webcodecs/#infopanel-for-equal-dictionaries", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-equal-dictionaries", "https://www.w3.org/TR/webcodecs/#video-encoder-options", "https://www.w3.org/TR/webcodecs/#dictdef-videoencoderencodeoptions", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-videoencoderencodeoptions", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-videoencoderencodeoptions", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-videoencoderencodeoptions", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-videoencoderencodeoptions", "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderencodeoptions-keyframe", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videoencoderencodeoptions%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videoencoderencodeoptions-keyframe", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderencodeoptions-keyframe", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderencodeoptions-keyframe", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderencodeoptions-keyframe", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderencodeoptions-keyframe", "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-key-chunk%E2%91%A3", "https://www.w3.org/TR/webcodecs/#video-encoder-bitrate-mode", "https://www.w3.org/TR/webcodecs/#enumdef-videoencoderbitratemode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-videoencoderbitratemode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-videoencoderbitratemode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-videoencoderbitratemode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-videoencoderbitratemode", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderbitratemode-constant", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderbitratemode-variable", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderbitratemode-quantizer", "https://www.w3.org/TR/webcodecs/#dom-videoencoderbitratemode-constant", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderbitratemode-constant", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderbitratemode-constant", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderbitratemode-constant", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderbitratemode-constant", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-bitrate%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-videoencoderbitratemode-variable", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderbitratemode-variable", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderbitratemode-variable", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderbitratemode-variable", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderbitratemode-variable", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoencoderconfig-bitrate%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-videoencoderbitratemode-quantizer", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderbitratemode-quantizer", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderbitratemode-quantizer", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoencoderbitratemode-quantizer", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoencoderbitratemode-quantizer", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videoencoderencodeoptions%E2%91%A1", "https://www.w3.org/TR/webcodecs/#codec-state", "https://www.w3.org/TR/webcodecs/#enumdef-codecstate", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-codecstate", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-codecstate", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-codecstate", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-codecstate", "https://www.w3.org/TR/webcodecs/#ref-for-dom-codecstate-unconfigured", "https://www.w3.org/TR/webcodecs/#ref-for-dom-codecstate-configured", "https://www.w3.org/TR/webcodecs/#ref-for-dom-codecstate-closed", "https://www.w3.org/TR/webcodecs/#dom-codecstate-unconfigured", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-codecstate-unconfigured", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-codecstate-unconfigured", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-codecstate-unconfigured", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-codecstate-unconfigured", "https://www.w3.org/TR/webcodecs/#dom-codecstate-configured", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-codecstate-configured", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-codecstate-configured", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-codecstate-configured", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-codecstate-configured", "https://www.w3.org/TR/webcodecs/#dom-codecstate-closed", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-codecstate-closed", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-codecstate-closed", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-codecstate-closed", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-codecstate-closed", "https://www.w3.org/TR/webcodecs/#ref-for-system-resources%E2%91%A7", "https://www.w3.org/TR/webcodecs/#error-callback", "https://www.w3.org/TR/webcodecs/#callbackdef-webcodecserrorcallback", - "https://www.w3.org/TR/webcodecs/#infopanel-for-callbackdef-webcodecserrorcallback", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-callbackdef-webcodecserrorcallback", - "https://www.w3.org/TR/webcodecs/#infopanel-for-callbackdef-webcodecserrorcallback", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-callbackdef-webcodecserrorcallback", "https://www.w3.org/TR/webcodecs/#ref-for-idl-undefined%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-webcodecserrorcallback-error", @@ -2537,10 +1631,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-Exposed%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-serializable", "https://www.w3.org/TR/webcodecs/#encodedaudiochunk", - "https://www.w3.org/TR/webcodecs/#infopanel-for-encodedaudiochunk", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-encodedaudiochunk", - "https://www.w3.org/TR/webcodecs/#infopanel-for-encodedaudiochunk", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-encodedaudiochunk", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedaudiochunk-encodedaudiochunk", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-encodedaudiochunkinit%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunk-encodedaudiochunk-init-init", @@ -2557,88 +1647,32 @@ "https://www.w3.org/TR/webcodecs/#ref-for-AllowSharedBufferSource%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunk-copyto-destination-destination", "https://www.w3.org/TR/webcodecs/#dictdef-encodedaudiochunkinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-encodedaudiochunkinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-encodedaudiochunkinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-encodedaudiochunkinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-encodedaudiochunkinit", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-encodedaudiochunktype%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunkinit-type", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunkinit-type", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunkinit-type", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunkinit-type", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunkinit-type", "https://www.w3.org/TR/webcodecs/#ref-for-EnforceRange%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-idl-long-long%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunkinit-timestamp", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunkinit-timestamp", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunkinit-timestamp", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunkinit-timestamp", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunkinit-timestamp", "https://www.w3.org/TR/webcodecs/#ref-for-EnforceRange%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long-long%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunkinit-duration", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunkinit-duration", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunkinit-duration", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunkinit-duration", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunkinit-duration", "https://www.w3.org/TR/webcodecs/#ref-for-AllowSharedBufferSource%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunkinit-data", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunkinit-data", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunkinit-data", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunkinit-data", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunkinit-data", "https://www.w3.org/TR/webcodecs/#ref-for-idl-sequence", "https://www.w3.org/TR/webcodecs/#ref-for-idl-ArrayBuffer", "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunkinit-transfer", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunkinit-transfer", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunkinit-transfer", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunkinit-transfer", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunkinit-transfer", "https://www.w3.org/TR/webcodecs/#enumdef-encodedaudiochunktype", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-encodedaudiochunktype", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-encodedaudiochunktype", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-encodedaudiochunktype", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-encodedaudiochunktype", "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunktype-key", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunktype-key", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunktype-key", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunktype-key", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunktype-key", "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunktype-delta", "https://www.w3.org/TR/webcodecs/#encodedaudiochunk-internal-slots", "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunk-internal-data-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunk-internal-data-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunk-internal-data-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunk-internal-data-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunk-internal-data-slot", "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunk-type-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunk-type-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunk-type-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunk-type-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunk-type-slot", "https://www.w3.org/TR/webcodecs/#ref-for-key-chunk%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunk-timestamp-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunk-timestamp-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunk-timestamp-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunk-timestamp-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunk-timestamp-slot", "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunk-duration-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunk-duration-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunk-duration-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunk-duration-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunk-duration-slot", "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunk-byte-length-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunk-byte-length-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunk-byte-length-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunk-byte-length-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunk-byte-length-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedaudiochunk-internal-data-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#encodedaudiochunk-constructors", "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunk-encodedaudiochunk", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunk-encodedaudiochunk", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunk-encodedaudiochunk", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunk-encodedaudiochunk", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunk-encodedaudiochunk", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedaudiochunkinit-transfer", "https://www.w3.org/TR/webcodecs/#ref-for-idl-ArrayBuffer%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-datacloneerror", @@ -2662,39 +1696,19 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedaudiochunkinit-transfer%E2%91%A2", "https://www.w3.org/TR/webcodecs/#encodedaudiochunk-attributes", "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunk-type", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunk-type", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunk-type", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunk-type", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunk-type", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-encodedaudiochunktype%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedaudiochunk-type-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunk-timestamp", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunk-timestamp", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunk-timestamp", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunk-timestamp", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunk-timestamp", "https://www.w3.org/TR/webcodecs/#ref-for-idl-long-long%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedaudiochunk-timestamp-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunk-duration", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunk-duration", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunk-duration", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunk-duration", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunk-duration", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long-long%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedaudiochunk-duration-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunk-bytelength", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunk-bytelength", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunk-bytelength", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunk-bytelength", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunk-bytelength", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedaudiochunk-byte-length-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#encodedaudiochunk-methods", "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunk-copyto", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunk-copyto", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunk-copyto", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedaudiochunk-copyto", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedaudiochunk-copyto", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedaudiochunk-byte-length-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-encodedaudiochunk%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA", @@ -2712,10 +1726,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-Exposed%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-serializable%E2%91%A0", "https://www.w3.org/TR/webcodecs/#encodedvideochunk", - "https://www.w3.org/TR/webcodecs/#infopanel-for-encodedvideochunk", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-encodedvideochunk", - "https://www.w3.org/TR/webcodecs/#infopanel-for-encodedvideochunk", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-encodedvideochunk", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedvideochunk-encodedvideochunk", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-encodedvideochunkinit%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunk-encodedvideochunk-init-init", @@ -2732,89 +1742,33 @@ "https://www.w3.org/TR/webcodecs/#ref-for-AllowSharedBufferSource%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunk-copyto-destination-destination", "https://www.w3.org/TR/webcodecs/#dictdef-encodedvideochunkinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-encodedvideochunkinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-encodedvideochunkinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-encodedvideochunkinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-encodedvideochunkinit", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-encodedvideochunktype%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunkinit-type", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunkinit-type", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunkinit-type", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunkinit-type", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunkinit-type", "https://www.w3.org/TR/webcodecs/#ref-for-EnforceRange%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-idl-long-long%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunkinit-timestamp", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunkinit-timestamp", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunkinit-timestamp", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunkinit-timestamp", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunkinit-timestamp", "https://www.w3.org/TR/webcodecs/#ref-for-EnforceRange%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long-long%E2%91%A7", "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunkinit-duration", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunkinit-duration", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunkinit-duration", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunkinit-duration", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunkinit-duration", "https://www.w3.org/TR/webcodecs/#ref-for-AllowSharedBufferSource%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunkinit-data", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunkinit-data", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunkinit-data", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunkinit-data", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunkinit-data", "https://www.w3.org/TR/webcodecs/#ref-for-idl-sequence%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-idl-ArrayBuffer%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunkinit-transfer", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunkinit-transfer", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunkinit-transfer", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunkinit-transfer", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunkinit-transfer", "https://www.w3.org/TR/webcodecs/#enumdef-encodedvideochunktype", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-encodedvideochunktype", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-encodedvideochunktype", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-encodedvideochunktype", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-encodedvideochunktype", "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunktype-key", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunktype-key", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunktype-key", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunktype-key", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunktype-key", "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunktype-delta", "https://www.w3.org/TR/webcodecs/#encodedvideochunk-internal-slots", "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunk-internal-data-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunk-internal-data-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunk-internal-data-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunk-internal-data-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunk-internal-data-slot", "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunk-type-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunk-type-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunk-type-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunk-type-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunk-type-slot", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-encodedvideochunktype%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-encodedvideochunk%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunk-timestamp-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunk-timestamp-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunk-timestamp-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunk-timestamp-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunk-timestamp-slot", "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunk-duration-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunk-duration-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunk-duration-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunk-duration-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunk-duration-slot", "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunk-byte-length-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunk-byte-length-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunk-byte-length-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunk-byte-length-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunk-byte-length-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedvideochunk-internal-data-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#encodedvideochunk-constructors", "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunk-encodedvideochunk", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunk-encodedvideochunk", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunk-encodedvideochunk", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunk-encodedvideochunk", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunk-encodedvideochunk", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedvideochunkinit-transfer", "https://www.w3.org/TR/webcodecs/#ref-for-idl-ArrayBuffer%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-datacloneerror%E2%91%A2", @@ -2839,39 +1793,19 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedvideochunkinit-transfer%E2%91%A2", "https://www.w3.org/TR/webcodecs/#encodedvideochunk-attributes", "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunk-type", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunk-type", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunk-type", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunk-type", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunk-type", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-encodedvideochunktype%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedvideochunk-type-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunk-timestamp", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunk-timestamp", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunk-timestamp", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunk-timestamp", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunk-timestamp", "https://www.w3.org/TR/webcodecs/#ref-for-idl-long-long%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedvideochunk-timestamp-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunk-duration", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunk-duration", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunk-duration", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunk-duration", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunk-duration", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long-long%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedvideochunk-duration-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunk-bytelength", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunk-bytelength", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunk-bytelength", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunk-bytelength", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunk-bytelength", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedvideochunk-byte-length-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#encodedvideochunk-methods", "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunk-copyto", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunk-copyto", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunk-copyto", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-encodedvideochunk-copyto", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-encodedvideochunk-copyto", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedvideochunk-byte-length-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-encodedvideochunk-byte-length-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0", @@ -2890,10 +1824,6 @@ "https://www.w3.org/TR/webcodecs/#raw-media-memory-model-background", "https://www.w3.org/TR/webcodecs/#raw-media-memory-model-reference-counting", "https://www.w3.org/TR/webcodecs/#media-resource", - "https://www.w3.org/TR/webcodecs/#infopanel-for-media-resource", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-media-resource", - "https://www.w3.org/TR/webcodecs/#infopanel-for-media-resource", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-media-resource", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-audiodata%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-audiodata%E2%91%A4", @@ -2934,10 +1864,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-serializable%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-transferable", "https://www.w3.org/TR/webcodecs/#audiodata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-audiodata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-audiodata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-audiodata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-audiodata", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-audiodata", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-audiodatainit", "https://www.w3.org/TR/webcodecs/#dom-audiodata-audiodata-init-init", @@ -2968,104 +1894,44 @@ "https://www.w3.org/TR/webcodecs/#ref-for-idl-undefined%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-close%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dictdef-audiodatainit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-audiodatainit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-audiodatainit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-audiodatainit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-audiodatainit", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-audiosampleformat%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-audiodatainit-format", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodatainit-format", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodatainit-format", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodatainit-format", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodatainit-format", "https://www.w3.org/TR/webcodecs/#ref-for-idl-float%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-audiodatainit-samplerate", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodatainit-samplerate", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodatainit-samplerate", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodatainit-samplerate", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodatainit-samplerate", "https://www.w3.org/TR/webcodecs/#ref-for-EnforceRange%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-audiodatainit-numberofframes", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodatainit-numberofframes", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodatainit-numberofframes", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodatainit-numberofframes", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodatainit-numberofframes", "https://www.w3.org/TR/webcodecs/#ref-for-EnforceRange%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-audiodatainit-numberofchannels", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodatainit-numberofchannels", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodatainit-numberofchannels", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodatainit-numberofchannels", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodatainit-numberofchannels", "https://www.w3.org/TR/webcodecs/#ref-for-EnforceRange%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-idl-long-long%E2%91%A6", "https://www.w3.org/TR/webcodecs/#dom-audiodatainit-timestamp", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodatainit-timestamp", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodatainit-timestamp", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodatainit-timestamp", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodatainit-timestamp", "https://www.w3.org/TR/webcodecs/#ref-for-BufferSource%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-audiodatainit-data", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodatainit-data", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodatainit-data", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodatainit-data", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodatainit-data", "https://www.w3.org/TR/webcodecs/#ref-for-idl-sequence%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-idl-ArrayBuffer%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-audiodatainit-transfer", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodatainit-transfer", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodatainit-transfer", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodatainit-transfer", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodatainit-transfer", "https://www.w3.org/TR/webcodecs/#audiodata-internal-slots", "https://www.w3.org/TR/webcodecs/#dom-audiodata-resource-reference-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-resource-reference-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-resource-reference-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-resource-reference-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-resource-reference-slot", "https://www.w3.org/TR/webcodecs/#ref-for-media-resource%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-audiodata%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-audiodata-format-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-format-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-format-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-format-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-format-slot", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-audiosampleformat%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-audiodata%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-audiosampleformat%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-detached%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-audiodata-sample-rate-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-sample-rate-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-sample-rate-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-sample-rate-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-sample-rate-slot", "https://www.w3.org/TR/webcodecs/#ref-for-audiodata%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-audiodata-number-of-frames-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-number-of-frames-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-number-of-frames-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-number-of-frames-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-number-of-frames-slot", "https://www.w3.org/TR/webcodecs/#ref-for-frame", "https://www.w3.org/TR/webcodecs/#ref-for-audiodata%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webcodecs/#dom-audiodata-number-of-channels-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-number-of-channels-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-number-of-channels-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-number-of-channels-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-number-of-channels-slot", "https://www.w3.org/TR/webcodecs/#ref-for-audiodata%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webcodecs/#dom-audiodata-timestamp-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-timestamp-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-timestamp-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-timestamp-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-timestamp-slot", "https://www.w3.org/TR/webcodecs/#ref-for-audiodata%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webcodecs/#audiodata-constructors", "https://www.w3.org/TR/webcodecs/#dom-audiodata-audiodata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-audiodata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-audiodata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-audiodata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-audiodata", "https://www.w3.org/TR/webcodecs/#ref-for-valid-audiodatainit", "https://www.w3.org/TR/webcodecs/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodatainit-transfer", @@ -3098,10 +1964,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodatainit-transfer%E2%91%A2", "https://www.w3.org/TR/webcodecs/#audiodata-attributes", "https://www.w3.org/TR/webcodecs/#dom-audiodata-format", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-format", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-format", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-format", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-format", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-audiosampleformat%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-audiosampleformat%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-audiodata%E2%91%A1%E2%91%A0", @@ -3110,47 +1972,27 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-format%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-format-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-audiodata-samplerate", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-samplerate", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-samplerate", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-samplerate", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-samplerate", "https://www.w3.org/TR/webcodecs/#ref-for-idl-float%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-audiodata%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-samplerate%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-sample-rate-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-audiodata-numberofframes", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-numberofframes", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-numberofframes", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-numberofframes", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-numberofframes", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-frame%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-audiodata%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-numberofframes%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-number-of-frames-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-audiodata-numberofchannels", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-numberofchannels", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-numberofchannels", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-numberofchannels", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-numberofchannels", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-audiodata%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-numberofchannels%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-number-of-channels-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-audiodata-timestamp", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-timestamp", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-timestamp", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-timestamp", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-timestamp", "https://www.w3.org/TR/webcodecs/#ref-for-idl-long-long%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-audiodata%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-numberofchannels%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-timestamp-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-audiodata-duration", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-duration", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-duration", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-duration", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-duration", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long-long%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-audiodata%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-duration%E2%91%A1", @@ -3158,10 +2000,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-sample-rate-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#audiodata-methods", "https://www.w3.org/TR/webcodecs/#dom-audiodata-allocationsize", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-allocationsize", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-allocationsize", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-allocationsize", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-allocationsize", "https://www.w3.org/TR/webcodecs/#ref-for-detached%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-invalidstateerror%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A1%E2%91%A2", @@ -3171,10 +2009,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodatacopytooptions-format%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-audiodata-copyto", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-copyto", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-copyto", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-copyto", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-copyto", "https://www.w3.org/TR/webcodecs/#ref-for-audiodata%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-detached%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-invalidstateerror%E2%91%A0%E2%91%A6", @@ -3193,10 +2027,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-format-slot%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-audiosampleformat%E2%91%A7", "https://www.w3.org/TR/webcodecs/#dom-audiodata-clone", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-clone", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-clone", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-clone", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-clone", "https://www.w3.org/TR/webcodecs/#ref-for-media-resource%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-detached%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-invalidstateerror%E2%91%A0%E2%91%A7", @@ -3204,19 +2034,11 @@ "https://www.w3.org/TR/webcodecs/#ref-for-clone-audiodata%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-this%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-audiodata-close", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-close", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-close", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodata-close", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodata-close", "https://www.w3.org/TR/webcodecs/#ref-for-media-resource%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-close-audiodata", "https://www.w3.org/TR/webcodecs/#ref-for-this%E2%91%A4", "https://www.w3.org/TR/webcodecs/#audiodata-algorithms", "https://www.w3.org/TR/webcodecs/#compute-copy-element-count", - "https://www.w3.org/TR/webcodecs/#infopanel-for-compute-copy-element-count", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-compute-copy-element-count", - "https://www.w3.org/TR/webcodecs/#infopanel-for-compute-copy-element-count", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-compute-copy-element-count", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-format-slot%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodatacopytooptions-format%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A5", @@ -3248,10 +2070,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-audiosampleformat%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-number-of-channels-slot%E2%91%A3", "https://www.w3.org/TR/webcodecs/#clone-audiodata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-clone-audiodata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-clone-audiodata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-clone-audiodata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-clone-audiodata", "https://www.w3.org/TR/webcodecs/#ref-for-audiodata%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-media-resource%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-resource-reference-slot%E2%91%A3", @@ -3263,10 +2081,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-number-of-channels-slot%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-timestamp-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#close-audiodata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-close-audiodata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-close-audiodata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-close-audiodata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-close-audiodata", "https://www.w3.org/TR/webcodecs/#ref-for-detached%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-resource-reference-slot%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-sample-rate-slot%E2%91%A4", @@ -3275,10 +2089,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-format-slot%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-audiodatainit%E2%91%A0", "https://www.w3.org/TR/webcodecs/#valid-audiodatainit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-valid-audiodatainit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-valid-audiodatainit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-valid-audiodatainit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-valid-audiodatainit", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodatainit-samplerate%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodatainit-numberofframes%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodatainit-numberofchannels%E2%91%A0", @@ -3319,10 +2129,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-audiodata%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webcodecs/#audiodata-copy-to-options", "https://www.w3.org/TR/webcodecs/#dictdef-audiodatacopytooptions", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-audiodatacopytooptions", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-audiodatacopytooptions", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-audiodatacopytooptions", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-audiodatacopytooptions", "https://www.w3.org/TR/webcodecs/#ref-for-EnforceRange%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodatacopytooptions-planeindex%E2%91%A3", @@ -3335,32 +2141,16 @@ "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-audiosampleformat%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodatacopytooptions-format%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-audiodatacopytooptions-planeindex", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodatacopytooptions-planeindex", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodatacopytooptions-planeindex", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodatacopytooptions-planeindex", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodatacopytooptions-planeindex", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webcodecs/#dom-audiodatacopytooptions-frameoffset", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodatacopytooptions-frameoffset", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodatacopytooptions-frameoffset", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodatacopytooptions-frameoffset", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodatacopytooptions-frameoffset", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-frame%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-audiodatacopytooptions-framecount", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodatacopytooptions-framecount", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodatacopytooptions-framecount", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodatacopytooptions-framecount", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodatacopytooptions-framecount", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-frame%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-frame%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodatacopytooptions-frameoffset%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-audiodatacopytooptions-format", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodatacopytooptions-format", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodatacopytooptions-format", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiodatacopytooptions-format", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiodatacopytooptions-format", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-audiosampleformat%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-audiosampleformat%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-this%E2%91%A5", @@ -3376,10 +2166,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-interleaved%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-planar%E2%91%A1", "https://www.w3.org/TR/webcodecs/#audio-sample-type", - "https://www.w3.org/TR/webcodecs/#infopanel-for-audio-sample-type", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-audio-sample-type", - "https://www.w3.org/TR/webcodecs/#infopanel-for-audio-sample-type", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-audio-sample-type", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiosampleformat-u8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiosampleformat-s16", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiosampleformat-s32", @@ -3387,21 +2173,9 @@ "https://www.w3.org/TR/webcodecs/#ref-for-planar%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-interleaved%E2%91%A3", "https://www.w3.org/TR/webcodecs/#sample", - "https://www.w3.org/TR/webcodecs/#infopanel-for-sample", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-sample", - "https://www.w3.org/TR/webcodecs/#infopanel-for-sample", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-sample", "https://www.w3.org/TR/webcodecs/#frame", - "https://www.w3.org/TR/webcodecs/#infopanel-for-frame", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-frame", - "https://www.w3.org/TR/webcodecs/#infopanel-for-frame", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-frame", "https://www.w3.org/TR/webcodecs/#ref-for-sample", "https://www.w3.org/TR/webcodecs/#enumdef-audiosampleformat", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-audiosampleformat", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-audiosampleformat", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-audiosampleformat", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-audiosampleformat", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiosampleformat-u8%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiosampleformat-s16%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiosampleformat-s32%E2%91%A0", @@ -3411,62 +2185,30 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiosampleformat-s32-planar", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiosampleformat-f32-planar%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-audiosampleformat-u8", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiosampleformat-u8", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiosampleformat-u8", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiosampleformat-u8", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiosampleformat-u8", "https://www.w3.org/TR/webcodecs/#ref-for-sample%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-interleaved%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-audiosampleformat-s16", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiosampleformat-s16", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiosampleformat-s16", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiosampleformat-s16", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiosampleformat-s16", "https://www.w3.org/TR/webcodecs/#ref-for-sample%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-interleaved%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-audiosampleformat-s32", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiosampleformat-s32", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiosampleformat-s32", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiosampleformat-s32", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiosampleformat-s32", "https://www.w3.org/TR/webcodecs/#46ca9fd60", "https://www.w3.org/TR/webcodecs/#ref-for-sample%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-interleaved%E2%91%A6", "https://www.w3.org/TR/webcodecs/#dom-audiosampleformat-f32", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiosampleformat-f32", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiosampleformat-f32", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiosampleformat-f32", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiosampleformat-f32", "https://www.w3.org/TR/webcodecs/#a18079a10", "https://www.w3.org/TR/webcodecs/#ref-for-sample%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-interleaved%E2%91%A7", "https://www.w3.org/TR/webcodecs/#dom-audiosampleformat-u8-planar", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiosampleformat-u8-planar", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiosampleformat-u8-planar", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiosampleformat-u8-planar", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiosampleformat-u8-planar", "https://www.w3.org/TR/webcodecs/#ref-for-sample%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-planar%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-audiosampleformat-s16-planar", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiosampleformat-s16-planar", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiosampleformat-s16-planar", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiosampleformat-s16-planar", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiosampleformat-s16-planar", "https://www.w3.org/TR/webcodecs/#ref-for-sample%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-planar%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-audiosampleformat-s32-planar", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiosampleformat-s32-planar", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiosampleformat-s32-planar", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiosampleformat-s32-planar", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiosampleformat-s32-planar", "https://www.w3.org/TR/webcodecs/#46ca9fd61", "https://www.w3.org/TR/webcodecs/#ref-for-sample%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-planar%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-audiosampleformat-f32-planar", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiosampleformat-f32-planar", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiosampleformat-f32-planar", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-audiosampleformat-f32-planar", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-audiosampleformat-f32-planar", "https://www.w3.org/TR/webcodecs/#a18079a11", "https://www.w3.org/TR/webcodecs/#ref-for-sample%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-planar%E2%91%A6", @@ -3474,20 +2216,12 @@ "https://www.w3.org/TR/webcodecs/#ref-for-audiodata%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-audiosampleformat%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webcodecs/#interleaved", - "https://www.w3.org/TR/webcodecs/#infopanel-for-interleaved", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-interleaved", - "https://www.w3.org/TR/webcodecs/#infopanel-for-interleaved", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-interleaved", "https://www.w3.org/TR/webcodecs/#ref-for-audiodata%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-number-of-frames-slot%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-number-of-channels-slot%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-audiodata%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-audiosampleformat%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webcodecs/#planar", - "https://www.w3.org/TR/webcodecs/#infopanel-for-planar", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-planar", - "https://www.w3.org/TR/webcodecs/#infopanel-for-planar", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-planar", "https://www.w3.org/TR/webcodecs/#ref-for-audiodata%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-audiodata%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-audiodata-number-of-channels-slot%E2%91%A7", @@ -3498,20 +2232,8 @@ "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-audiosampleformat%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webcodecs/#audio-samples-magnitude", "https://www.w3.org/TR/webcodecs/#minimum-value", - "https://www.w3.org/TR/webcodecs/#infopanel-for-minimum-value", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-minimum-value", - "https://www.w3.org/TR/webcodecs/#infopanel-for-minimum-value", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-minimum-value", "https://www.w3.org/TR/webcodecs/#maximum-value", - "https://www.w3.org/TR/webcodecs/#infopanel-for-maximum-value", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-maximum-value", - "https://www.w3.org/TR/webcodecs/#infopanel-for-maximum-value", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-maximum-value", "https://www.w3.org/TR/webcodecs/#bias-value", - "https://www.w3.org/TR/webcodecs/#infopanel-for-bias-value", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-bias-value", - "https://www.w3.org/TR/webcodecs/#infopanel-for-bias-value", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-bias-value", "https://www.w3.org/TR/webcodecs/#ref-for-bias-value", "https://www.w3.org/TR/webcodecs/#sample-types", "https://www.w3.org/TR/webcodecs/#ref-for-audio-sample-type", @@ -3549,10 +2271,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-serializable%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-transferable%E2%91%A0", "https://www.w3.org/TR/webcodecs/#videoframe", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videoframe", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoframe", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videoframe", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoframe", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-videoframe", "https://www.w3.org/TR/webcodecs/#ref-for-canvasimagesource%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videoframe-videoframe-image-init-image", @@ -3581,7 +2299,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-duration", "https://www.w3.org/TR/webcodecs/#ref-for-idl-long-long%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-timestamp%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-colorspace%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videoframemetadata", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-metadata", @@ -3602,239 +2320,91 @@ "https://www.w3.org/TR/webcodecs/#ref-for-idl-undefined%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-close%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dictdef-videoframeinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-videoframeinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-videoframeinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-videoframeinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-videoframeinit", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long-long%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-duration", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframeinit-duration", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframeinit-duration", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframeinit-duration", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframeinit-duration", "https://www.w3.org/TR/webcodecs/#ref-for-idl-long-long%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-timestamp", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframeinit-timestamp", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframeinit-timestamp", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframeinit-timestamp", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframeinit-timestamp", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-alphaoption%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-alpha", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframeinit-alpha", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframeinit-alpha", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframeinit-alpha", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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/#infopanel-for-dom-videoframeinit-visiblerect", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframeinit-visiblerect", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframeinit-visiblerect", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframeinit-visiblerect", "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", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframeinit-displaywidth", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframeinit-displaywidth", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframeinit-displaywidth", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframeinit-displaywidth", "https://www.w3.org/TR/webcodecs/#ref-for-EnforceRange%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-displayheight", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframeinit-displayheight", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframeinit-displayheight", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframeinit-displayheight", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframeinit-displayheight", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videoframemetadata%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-metadata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframeinit-metadata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframeinit-metadata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframeinit-metadata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframeinit-metadata", "https://www.w3.org/TR/webcodecs/#dictdef-videoframebufferinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-videoframebufferinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-videoframebufferinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-videoframebufferinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-videoframebufferinit", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videopixelformat%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videoframebufferinit-format", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframebufferinit-format", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframebufferinit-format", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframebufferinit-format", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframebufferinit-format", "https://www.w3.org/TR/webcodecs/#ref-for-EnforceRange%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/webcodecs/#dom-videoframebufferinit-codedwidth", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframebufferinit-codedwidth", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframebufferinit-codedwidth", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframebufferinit-codedwidth", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframebufferinit-codedwidth", "https://www.w3.org/TR/webcodecs/#ref-for-EnforceRange%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/webcodecs/#dom-videoframebufferinit-codedheight", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframebufferinit-codedheight", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframebufferinit-codedheight", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframebufferinit-codedheight", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframebufferinit-codedheight", "https://www.w3.org/TR/webcodecs/#ref-for-EnforceRange%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-idl-long-long%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videoframebufferinit-timestamp", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframebufferinit-timestamp", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframebufferinit-timestamp", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframebufferinit-timestamp", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframebufferinit-timestamp", "https://www.w3.org/TR/webcodecs/#ref-for-EnforceRange%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long-long%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-videoframebufferinit-duration", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframebufferinit-duration", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframebufferinit-duration", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframebufferinit-duration", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframebufferinit-duration", "https://www.w3.org/TR/webcodecs/#ref-for-idl-sequence%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-planelayout%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videoframebufferinit-layout", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframebufferinit-layout", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframebufferinit-layout", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframebufferinit-layout", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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/#infopanel-for-dom-videoframebufferinit-visiblerect", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframebufferinit-visiblerect", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframebufferinit-visiblerect", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframebufferinit-visiblerect", "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", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframebufferinit-displaywidth", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframebufferinit-displaywidth", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframebufferinit-displaywidth", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframebufferinit-displaywidth", "https://www.w3.org/TR/webcodecs/#ref-for-EnforceRange%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videoframebufferinit-displayheight", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframebufferinit-displayheight", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframebufferinit-displayheight", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframebufferinit-displayheight", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframebufferinit-displayheight", - "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videocolorspaceinit%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videocolorspaceinit%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videoframebufferinit-colorspace", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframebufferinit-colorspace", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframebufferinit-colorspace", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframebufferinit-colorspace", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframebufferinit-colorspace", "https://www.w3.org/TR/webcodecs/#ref-for-idl-sequence%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-idl-ArrayBuffer%E2%91%A8", "https://www.w3.org/TR/webcodecs/#dom-videoframebufferinit-transfer", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframebufferinit-transfer", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframebufferinit-transfer", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframebufferinit-transfer", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframebufferinit-transfer", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videoframemetadata%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videoframebufferinit-metadata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframebufferinit-metadata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframebufferinit-metadata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframebufferinit-metadata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframebufferinit-metadata", "https://www.w3.org/TR/webcodecs/#dictdef-videoframemetadata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-videoframemetadata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-videoframemetadata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-videoframemetadata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-videoframemetadata", "https://www.w3.org/TR/webcodecs/#videoframe-internal-slots", "https://www.w3.org/TR/webcodecs/#dom-videoframe-resource-reference-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-resource-reference-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-resource-reference-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-resource-reference-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-resource-reference-slot", "https://www.w3.org/TR/webcodecs/#ref-for-media-resource%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videoframe-format-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-format-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-format-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-format-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-format-slot", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videopixelformat%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videopixelformat%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-detached%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-videoframe-coded-width-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-coded-width-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-coded-width-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-coded-width-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-coded-width-slot", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webcodecs/#dom-videoframe-coded-height-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-coded-height-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-coded-height-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-coded-height-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-coded-height-slot", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videoframe-visible-left-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-visible-left-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-visible-left-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-visible-left-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-visible-left-slot", "https://www.w3.org/TR/webcodecs/#dom-videoframe-visible-top-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-visible-top-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-visible-top-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-visible-top-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-visible-top-slot", "https://www.w3.org/TR/webcodecs/#dom-videoframe-visible-width-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-visible-width-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-visible-width-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-visible-width-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-visible-width-slot", "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/#infopanel-for-dom-videoframe-visible-height-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-visible-height-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-visible-height-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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/#infopanel-for-dom-videoframe-display-width-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-display-width-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-display-width-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-display-width-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/#infopanel-for-dom-videoframe-display-height-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-display-height-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-display-height-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-display-height-slot", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-videoframe-duration-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-duration-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-duration-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-duration-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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/#dom-videoframe-timestamp-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-timestamp-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-timestamp-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-timestamp-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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/#dom-videoframe-color-space-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-color-space-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-color-space-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-color-space-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-color-space-slot", - "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A7", "https://www.w3.org/TR/webcodecs/#dom-videoframe-metadata-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-metadata-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-metadata-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-metadata-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-metadata-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videoframemetadata%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videoframemetadata%E2%91%A3", "https://www.w3.org/TR/webcodecs/#videoframe-constructors", "https://www.w3.org/TR/webcodecs/#dom-videoframe-videoframe", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-videoframe", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-videoframe", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-videoframe", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-videoframe", "https://www.w3.org/TR/webcodecs/#ref-for-check-the-usability-of-the-image-argument", "https://www.w3.org/TR/webcodecs/#ref-for-invalidstateerror%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A1%E2%91%A8", @@ -3883,10 +2453,6 @@ "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-from-other-frame%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videoframe-videoframe-data-init", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-videoframe-data-init", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-videoframe-data-init", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-videoframe-data-init", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-videoframe-data-init", "https://www.w3.org/TR/webcodecs/#ref-for-valid-videoframebufferinit", "https://www.w3.org/TR/webcodecs/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframebufferinit-codedwidth", @@ -3966,38 +2532,22 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-metadata-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#videoframe-attributes", "https://www.w3.org/TR/webcodecs/#dom-videoframe-format", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-format", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-format", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-format", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-format", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videopixelformat%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videopixelformat%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-detached%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-format%E2%91%A0", "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/#infopanel-for-dom-videoframe-codedwidth", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-codedwidth", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-codedwidth", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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-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/#infopanel-for-dom-videoframe-codedheight", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-codedheight", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-codedheight", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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-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", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-codedrect", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-codedrect", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-codedrect", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-codedrect", "https://www.w3.org/TR/webcodecs/#ref-for-domrectreadonly%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-domrectreadonly%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectreadonly-width", @@ -4018,10 +2568,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectreadonly-width%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectreadonly-height%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videoframe-visiblerect", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-visiblerect", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-visiblerect", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-visiblerect", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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", @@ -4037,26 +2583,14 @@ "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-displaywidth", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-displaywidth", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-displaywidth", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-displaywidth", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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/#dom-videoframe-displayheight", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-displayheight", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-displayheight", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-displayheight", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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/#dom-videoframe-timestamp", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-timestamp", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-timestamp", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-timestamp", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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", @@ -4065,91 +2599,39 @@ "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", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-duration", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-duration", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-duration", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-duration", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long-long%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-encodedvideochunk%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-duration%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-duration-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videoframe-colorspace", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-colorspace", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-colorspace", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-colorspace", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-colorspace", - "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A5", - "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-colorspace%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-color-space-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#videoframe-internal-structures", "https://www.w3.org/TR/webcodecs/#combined-buffer-layout", - "https://www.w3.org/TR/webcodecs/#infopanel-for-combined-buffer-layout", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-combined-buffer-layout", - "https://www.w3.org/TR/webcodecs/#infopanel-for-combined-buffer-layout", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-combined-buffer-layout", "https://www.w3.org/TR/webcodecs/#ref-for-struct", "https://www.w3.org/TR/webcodecs/#combined-buffer-layout-allocationsize", - "https://www.w3.org/TR/webcodecs/#infopanel-for-combined-buffer-layout-allocationsize", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-combined-buffer-layout-allocationsize", - "https://www.w3.org/TR/webcodecs/#infopanel-for-combined-buffer-layout-allocationsize", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-combined-buffer-layout-allocationsize", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/webcodecs/#combined-buffer-layout-computedlayouts", - "https://www.w3.org/TR/webcodecs/#infopanel-for-combined-buffer-layout-computedlayouts", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-combined-buffer-layout-computedlayouts", - "https://www.w3.org/TR/webcodecs/#infopanel-for-combined-buffer-layout-computedlayouts", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-combined-buffer-layout-computedlayouts", "https://www.w3.org/TR/webcodecs/#ref-for-list%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-computed-plane-layout", "https://www.w3.org/TR/webcodecs/#computed-plane-layout", - "https://www.w3.org/TR/webcodecs/#infopanel-for-computed-plane-layout", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-computed-plane-layout", - "https://www.w3.org/TR/webcodecs/#infopanel-for-computed-plane-layout", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-computed-plane-layout", "https://www.w3.org/TR/webcodecs/#ref-for-struct%E2%91%A0", "https://www.w3.org/TR/webcodecs/#computed-plane-layout-destinationoffset", - "https://www.w3.org/TR/webcodecs/#infopanel-for-computed-plane-layout-destinationoffset", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-computed-plane-layout-destinationoffset", - "https://www.w3.org/TR/webcodecs/#infopanel-for-computed-plane-layout-destinationoffset", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-computed-plane-layout-destinationoffset", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/webcodecs/#computed-plane-layout-destinationstride", - "https://www.w3.org/TR/webcodecs/#infopanel-for-computed-plane-layout-destinationstride", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-computed-plane-layout-destinationstride", - "https://www.w3.org/TR/webcodecs/#infopanel-for-computed-plane-layout-destinationstride", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-computed-plane-layout-destinationstride", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/webcodecs/#computed-plane-layout-sourcetop", - "https://www.w3.org/TR/webcodecs/#infopanel-for-computed-plane-layout-sourcetop", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-computed-plane-layout-sourcetop", - "https://www.w3.org/TR/webcodecs/#infopanel-for-computed-plane-layout-sourcetop", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-computed-plane-layout-sourcetop", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/webcodecs/#computed-plane-layout-sourceheight", - "https://www.w3.org/TR/webcodecs/#infopanel-for-computed-plane-layout-sourceheight", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-computed-plane-layout-sourceheight", - "https://www.w3.org/TR/webcodecs/#infopanel-for-computed-plane-layout-sourceheight", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-computed-plane-layout-sourceheight", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/webcodecs/#computed-plane-layout-sourceleftbytes", - "https://www.w3.org/TR/webcodecs/#infopanel-for-computed-plane-layout-sourceleftbytes", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-computed-plane-layout-sourceleftbytes", - "https://www.w3.org/TR/webcodecs/#infopanel-for-computed-plane-layout-sourceleftbytes", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-computed-plane-layout-sourceleftbytes", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/webcodecs/#computed-plane-layout-sourcewidthbytes", - "https://www.w3.org/TR/webcodecs/#infopanel-for-computed-plane-layout-sourcewidthbytes", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-computed-plane-layout-sourcewidthbytes", - "https://www.w3.org/TR/webcodecs/#infopanel-for-computed-plane-layout-sourcewidthbytes", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-computed-plane-layout-sourcewidthbytes", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/webcodecs/#videoframe-methods", "https://www.w3.org/TR/webcodecs/#dom-videoframe-allocationsize", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-allocationsize", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-allocationsize", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-allocationsize", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-allocationsize", "https://www.w3.org/TR/webcodecs/#ref-for-BufferSource%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-copyto%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-detached%E2%91%A1%E2%91%A0", @@ -4161,10 +2643,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-videoframe-parse-videoframecopytooptions", "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/#infopanel-for-dom-videoframe-copyto", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-copyto", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-copyto", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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-this%E2%91%A6", @@ -4210,10 +2688,6 @@ "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/#infopanel-for-dom-videoframe-clone", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-clone", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-clone", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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-media-resource%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-detached%E2%91%A1%E2%91%A2", @@ -4222,18 +2696,10 @@ "https://www.w3.org/TR/webcodecs/#ref-for-clone-videoframe%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-this%E2%91%A8", "https://www.w3.org/TR/webcodecs/#dom-videoframe-close", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-close", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-close", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-close", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-close", "https://www.w3.org/TR/webcodecs/#ref-for-media-resource%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-close-videoframe", "https://www.w3.org/TR/webcodecs/#ref-for-this%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#dom-videoframe-metadata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-metadata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-metadata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframe-metadata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframe-metadata", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videoframemetadata%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-detached%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-invalidstateerror%E2%91%A1%E2%91%A4", @@ -4242,10 +2708,6 @@ "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/#infopanel-for-create-a-videoframe", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-create-a-videoframe", - "https://www.w3.org/TR/webcodecs/#infopanel-for-create-a-videoframe", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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-detached%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-media-resource%E2%91%A1%E2%91%A8", @@ -4265,20 +2727,12 @@ "https://www.w3.org/TR/webcodecs/#ref-for-videoframe-pick-color-space%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-format-slot%E2%91%A8", "https://www.w3.org/TR/webcodecs/#videoframe-pick-color-space", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videoframe-pick-color-space", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoframe-pick-color-space", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videoframe-pick-color-space", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoframe-pick-color-space", - "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-format-slot%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-rgb-format", "https://www.w3.org/TR/webcodecs/#ref-for-srgb-color-space", "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/#infopanel-for-validate-videoframeinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-validate-videoframeinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-validate-videoframeinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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-videoframe-verify-rect-offset-alignment", @@ -4302,10 +2756,6 @@ "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", "https://www.w3.org/TR/webcodecs/#valid-videoframebufferinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-valid-videoframebufferinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-valid-videoframebufferinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-valid-videoframebufferinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-valid-videoframebufferinit", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframebufferinit-codedwidth%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframebufferinit-codedheight%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframebufferinit-visiblerect%E2%91%A5", @@ -4325,10 +2775,6 @@ "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", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videoframe-initialize-frame-from-other-frame", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoframe-initialize-frame-from-other-frame", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videoframe-initialize-frame-from-other-frame", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoframe-initialize-frame-from-other-frame", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-format%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframeinit-alpha", "https://www.w3.org/TR/webcodecs/#ref-for-dom-alphaoption-discard%E2%91%A1", @@ -4363,10 +2809,6 @@ "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/#infopanel-for-videoframe-initialize-frame-with-resource-and-size", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoframe-initialize-frame-with-resource-and-size", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videoframe-initialize-frame-with-resource-and-size", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoframe-initialize-frame-with-resource-and-size", "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", @@ -4384,16 +2826,12 @@ "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", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-timestamp-slot%E2%91%A5", - "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-color-space-slot%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videocolorspaceinit%E2%91%A4", + "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/#infopanel-for-videoframe-initialize-visible-rect-and-display-size", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoframe-initialize-visible-rect-and-display-size", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videoframe-initialize-visible-rect-and-display-size", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoframe-initialize-visible-rect-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-dom-domrect-x", @@ -4416,19 +2854,11 @@ "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/#clone-videoframe", - "https://www.w3.org/TR/webcodecs/#infopanel-for-clone-videoframe", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-clone-videoframe", - "https://www.w3.org/TR/webcodecs/#infopanel-for-clone-videoframe", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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-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", "https://www.w3.org/TR/webcodecs/#close-videoframe", - "https://www.w3.org/TR/webcodecs/#infopanel-for-close-videoframe", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-close-videoframe", - "https://www.w3.org/TR/webcodecs/#infopanel-for-close-videoframe", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-close-videoframe", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-detached%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-format%E2%91%A4", @@ -4443,10 +2873,6 @@ "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-videoframecopytooptions", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videoframe-parse-videoframecopytooptions", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoframe-parse-videoframecopytooptions", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videoframe-parse-videoframecopytooptions", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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", @@ -4469,19 +2895,11 @@ "https://www.w3.org/TR/webcodecs/#ref-for-notsupportederror%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe-compute-layout-and-allocation-size%E2%91%A0", "https://www.w3.org/TR/webcodecs/#videoframe-verify-rect-offset-alignment", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videoframe-verify-rect-offset-alignment", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoframe-verify-rect-offset-alignment", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videoframe-verify-rect-offset-alignment", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoframe-verify-rect-offset-alignment", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectreadonly-x%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectreadonly-y%E2%91%A2", "https://www.w3.org/TR/webcodecs/#videoframe-parse-visible-rect", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videoframe-parse-visible-rect", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoframe-parse-visible-rect", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videoframe-parse-visible-rect", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoframe-parse-visible-rect", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-width%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-height%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA", @@ -4494,10 +2912,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-videoframe-verify-rect-offset-alignment%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webcodecs/#videoframe-compute-layout-and-allocation-size", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videoframe-compute-layout-and-allocation-size", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoframe-compute-layout-and-allocation-size", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videoframe-compute-layout-and-allocation-size", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoframe-compute-layout-and-allocation-size", "https://www.w3.org/TR/webcodecs/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-list%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-list%E2%91%A0%E2%91%A4", @@ -4534,11 +2948,14 @@ "https://www.w3.org/TR/webcodecs/#ref-for-combined-buffer-layout", "https://www.w3.org/TR/webcodecs/#ref-for-combined-buffer-layout-computedlayouts%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-combined-buffer-layout-allocationsize%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#convert-predefinedcolorspace-to-videocolorspace", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-predefinedcolorspace-srgb", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-predefinedcolorspace-display-p3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-predefinedcolorspace-srgb%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-srgb-color-space%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-predefinedcolorspace-display-p3%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-display-p3-color-space", "https://www.w3.org/TR/webcodecs/#videoframe-convert-to-rgb-frame", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videoframe-convert-to-rgb-frame", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoframe-convert-to-rgb-frame", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videoframe-convert-to-rgb-frame", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoframe-convert-to-rgb-frame", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-rgba%E2%91%A1", "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", @@ -4558,16 +2975,15 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-timestamp-slot%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-duration-slot%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-timestamp-slot%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-convert-predefinedcolorspace-to-videocolorspace", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-color-space-slot%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-media-resource%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-media-resource%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-color-space-slot%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-format-slot%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A8", "https://www.w3.org/TR/webcodecs/#videoframe-copy-videoframe-metadata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videoframe-copy-videoframe-metadata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoframe-copy-videoframe-metadata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videoframe-copy-videoframe-metadata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videoframe-copy-videoframe-metadata", "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", @@ -4606,10 +3022,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-colorspaceconversion-none", "https://www.w3.org/TR/webcodecs/#videoframe-copyto-options", "https://www.w3.org/TR/webcodecs/#dictdef-videoframecopytooptions", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-videoframecopytooptions", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-videoframecopytooptions", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-videoframecopytooptions", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-videoframecopytooptions", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-domrectinit%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframecopytooptions-rect%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-idl-sequence%E2%91%A5", @@ -4622,15 +3034,11 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-copyto%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-allocationsize%E2%91%A1", "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%A5", + "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-dictdef-planelayout%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-videoframecopytooptions-rect", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframecopytooptions-rect", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframecopytooptions-rect", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframecopytooptions-rect", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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", @@ -4641,19 +3049,11 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-copyto%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-allocationsize%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-videoframecopytooptions-layout", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframecopytooptions-layout", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframecopytooptions-layout", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframecopytooptions-layout", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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-BufferSource%E2%91%A6", "https://www.w3.org/TR/webcodecs/#dom-videoframecopytooptions-format", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframecopytooptions-format", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframecopytooptions-format", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframecopytooptions-format", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframecopytooptions-format", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videopixelformat%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videopixelformat%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-BufferSource%E2%91%A7", @@ -4665,10 +3065,6 @@ "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", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframecopytooptions-colorspace", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframecopytooptions-colorspace", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videoframecopytooptions-colorspace", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videoframecopytooptions-colorspace", "https://www.w3.org/TR/webcodecs/#ref-for-predefinedcolorspace%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-predefinedcolorspace%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-BufferSource%E2%91%A0%E2%93%AA", @@ -4678,7 +3074,7 @@ "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-dom-predefinedcolorspace-srgb", + "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-domrect%E2%91%A0", @@ -4700,10 +3096,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-copyto%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-planelayout%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#dictdef-planelayout", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-planelayout", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-planelayout", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-planelayout", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-planelayout", "https://www.w3.org/TR/webcodecs/#ref-for-EnforceRange%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-planelayout-offset%E2%91%A1", @@ -4711,25 +3103,13 @@ "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-planelayout-stride%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-planelayout-offset", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-planelayout-offset", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-planelayout-offset", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-planelayout-offset", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-planelayout-offset", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-BufferSource%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-planelayout-stride", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-planelayout-stride", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-planelayout-stride", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-planelayout-stride", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-planelayout-stride", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A6%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-BufferSource%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webcodecs/#pixel-format", "https://www.w3.org/TR/webcodecs/#enumdef-videopixelformat", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-videopixelformat", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-videopixelformat", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-videopixelformat", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-videopixelformat", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420p10", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420p12", @@ -4754,16 +3134,8 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-bgra%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-bgrx%E2%91%A4", "https://www.w3.org/TR/webcodecs/#sub-sampling", - "https://www.w3.org/TR/webcodecs/#infopanel-for-sub-sampling", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-sub-sampling", - "https://www.w3.org/TR/webcodecs/#infopanel-for-sub-sampling", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-sub-sampling", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling", "https://www.w3.org/TR/webcodecs/#sub-sampling-factor", - "https://www.w3.org/TR/webcodecs/#infopanel-for-sub-sampling-factor", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-sub-sampling-factor", - "https://www.w3.org/TR/webcodecs/#infopanel-for-sub-sampling-factor", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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", @@ -4771,18 +3143,10 @@ "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", "https://www.w3.org/TR/webcodecs/#equivalent-opaque-format", - "https://www.w3.org/TR/webcodecs/#infopanel-for-equivalent-opaque-format", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-equivalent-opaque-format", - "https://www.w3.org/TR/webcodecs/#infopanel-for-equivalent-opaque-format", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-equivalent-opaque-format", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videopixelformat%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videopixelformat%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i420", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i420", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i420", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i420", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i420", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A4", @@ -4796,10 +3160,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A7", "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/#infopanel-for-dom-videopixelformat-i420p10", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i420p10", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i420p10", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i420p10", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A7", @@ -4813,10 +3173,6 @@ "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-y%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i420p12", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i420p12", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i420p12", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i420p12", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i420p12", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A0%E2%91%A0", @@ -4830,10 +3186,6 @@ "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-y%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i420a", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i420a", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i420a", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i420a", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i420a", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A0%E2%91%A3", @@ -4850,10 +3202,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i420ap10", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i420ap10", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i420ap10", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i420ap10", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i420ap10", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A0%E2%91%A6", @@ -4870,10 +3218,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420p10%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i420ap12", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i420ap12", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i420ap12", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i420ap12", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i420ap12", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1%E2%93%AA", @@ -4890,10 +3234,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420p12%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i422", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A8", @@ -4906,10 +3246,6 @@ "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-x%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i422p10", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422p10", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422p10", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422p10", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422p10", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A0%E2%91%A0", @@ -4922,10 +3258,6 @@ "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%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i422p12", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422p12", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422p12", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422p12", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422p12", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A0%E2%91%A2", @@ -4938,10 +3270,6 @@ "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%A1", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i422a", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422a", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422a", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422a", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422a", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A0%E2%91%A4", @@ -4957,10 +3285,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i422%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i422ap10", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422ap10", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422ap10", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422ap10", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422ap10", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A0%E2%91%A6", @@ -4976,10 +3300,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420p10%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i422ap12", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422ap12", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422ap12", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422ap12", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422ap12", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A0%E2%91%A8", @@ -4995,40 +3315,24 @@ "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420p10%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i444", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i444", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i444", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i444", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i444", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i444p10", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i444p10", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i444p10", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i444p10", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i444p10", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i444p12", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i444p12", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i444p12", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i444p12", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i444p12", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i444a", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i444a", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i444a", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i444a", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i444a", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A3%E2%91%A6", @@ -5038,10 +3342,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i444%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i444ap10", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i444ap10", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i444ap10", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i444ap10", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i444ap10", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A3%E2%91%A8", @@ -5051,10 +3351,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i444p10%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i444ap12", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i444ap12", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i444ap12", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i444ap12", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i444ap12", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A4%E2%91%A0", @@ -5064,10 +3360,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i444p10%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-nv12", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-nv12", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-nv12", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-nv12", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-nv12", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A4%E2%91%A2", @@ -5082,10 +3374,6 @@ "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", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-rgba", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-rgba", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-rgba", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-rgba", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A4%E2%91%A6", @@ -5094,19 +3382,11 @@ "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-rgbx%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-rgbx", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-rgbx", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-rgbx", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-rgbx", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-rgbx", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-bgra", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-bgra", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-bgra", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-bgra", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-bgra", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A5%E2%91%A0", @@ -5115,10 +3395,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-bgrx%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-bgrx", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-bgrx", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-bgrx", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-bgrx", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-bgrx", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A5%E2%91%A2", @@ -5126,12 +3402,8 @@ "https://www.w3.org/TR/webcodecs/#video-color-space-interface", "https://www.w3.org/TR/webcodecs/#ref-for-Exposed%E2%91%A7", "https://www.w3.org/TR/webcodecs/#videocolorspace", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videocolorspace", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videocolorspace", - "https://www.w3.org/TR/webcodecs/#infopanel-for-videocolorspace", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-videocolorspace", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-videocolorspace", - "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videocolorspaceinit%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videocolorspaceinit%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-videocolorspace-videocolorspace-init-init", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videocolorprimaries", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-primaries", @@ -5142,13 +3414,9 @@ "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-videocolorspace-fullrange", "https://www.w3.org/TR/webcodecs/#ref-for-Default", - "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videocolorspaceinit%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-videocolorspaceinit%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-videocolorspace-tojson", "https://www.w3.org/TR/webcodecs/#dictdef-videocolorspaceinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-videocolorspaceinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-videocolorspaceinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-videocolorspaceinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-videocolorspaceinit", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videocolorprimaries%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videocolorspaceinit-primaries", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videotransfercharacteristics%E2%91%A0", @@ -5159,183 +3427,71 @@ "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", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorspace-primaries-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorspace-primaries-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorspace-primaries-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorspace-primaries-slot", "https://www.w3.org/TR/webcodecs/#dom-videocolorspace-transfer-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorspace-transfer-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorspace-transfer-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorspace-transfer-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorspace-transfer-slot", "https://www.w3.org/TR/webcodecs/#dom-videocolorspace-matrix-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorspace-matrix-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorspace-matrix-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorspace-matrix-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorspace-matrix-slot", "https://www.w3.org/TR/webcodecs/#dom-videocolorspace-full-range-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorspace-full-range-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorspace-full-range-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorspace-full-range-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorspace-full-range-slot", "https://www.w3.org/TR/webcodecs/#videocolorspace-constructors", "https://www.w3.org/TR/webcodecs/#dom-videocolorspace-videocolorspace", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorspace-videocolorspace", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorspace-videocolorspace", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorspace-videocolorspace", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorspace-videocolorspace", - "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-primaries-slot", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-transfer-slot", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-matrix-slot", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-full-range-slot", + "https://www.w3.org/TR/webcodecs/#ref-for-videocolorspace%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-primaries-slot%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-transfer-slot%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-matrix-slot%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-full-range-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#videocolorspace-attributes", "https://www.w3.org/TR/webcodecs/#dom-videocolorspace-primaries", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorspace-primaries", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorspace-primaries", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorspace-primaries", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorspace-primaries", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videocolorprimaries%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-primaries%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-primaries-slot%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-primaries-slot%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-videocolorspace-transfer", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorspace-transfer", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorspace-transfer", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorspace-transfer", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorspace-transfer", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videotransfercharacteristics%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-transfer%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-transfer-slot%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-transfer-slot%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-videocolorspace-matrix", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorspace-matrix", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorspace-matrix", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorspace-matrix", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorspace-matrix", "https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videomatrixcoefficients%E2%91%A1", "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%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/#infopanel-for-dom-videocolorspace-fullrange", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorspace-fullrange", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorspace-fullrange", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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-dom-videocolorspace-fullrange%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorspace-full-range-slot%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", "https://www.w3.org/TR/webcodecs/#enumdef-videocolorprimaries", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-videocolorprimaries", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-videocolorprimaries", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-videocolorprimaries", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-videocolorprimaries", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorprimaries-bt709%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorprimaries-bt470bg", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorprimaries-smpte170m", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorprimaries-bt2020", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorprimaries-smpte432", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videocolorprimaries-smpte432%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videocolorprimaries-bt709", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorprimaries-bt709", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorprimaries-bt709", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorprimaries-bt709", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorprimaries-bt709", "https://www.w3.org/TR/webcodecs/#dom-videocolorprimaries-bt470bg", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorprimaries-bt470bg", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorprimaries-bt470bg", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorprimaries-bt470bg", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorprimaries-bt470bg", "https://www.w3.org/TR/webcodecs/#dom-videocolorprimaries-smpte170m", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorprimaries-smpte170m", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorprimaries-smpte170m", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorprimaries-smpte170m", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorprimaries-smpte170m", "https://www.w3.org/TR/webcodecs/#dom-videocolorprimaries-bt2020", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorprimaries-bt2020", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorprimaries-bt2020", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorprimaries-bt2020", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorprimaries-bt2020", "https://www.w3.org/TR/webcodecs/#dom-videocolorprimaries-smpte432", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorprimaries-smpte432", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorprimaries-smpte432", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videocolorprimaries-smpte432", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videocolorprimaries-smpte432", "https://www.w3.org/TR/webcodecs/#videotransfercharacteristics", "https://www.w3.org/TR/webcodecs/#enumdef-videotransfercharacteristics", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-videotransfercharacteristics", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-videotransfercharacteristics", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-videotransfercharacteristics", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-videotransfercharacteristics", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videotransfercharacteristics-bt709%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videotransfercharacteristics-smpte170m", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videotransfercharacteristics-iec61966-2-1%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videotransfercharacteristics-iec61966-2-1%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videotransfercharacteristics-linear", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videotransfercharacteristics-pq", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videotransfercharacteristics-hlg", "https://www.w3.org/TR/webcodecs/#dom-videotransfercharacteristics-bt709", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videotransfercharacteristics-bt709", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videotransfercharacteristics-bt709", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videotransfercharacteristics-bt709", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videotransfercharacteristics-bt709", "https://www.w3.org/TR/webcodecs/#dom-videotransfercharacteristics-smpte170m", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videotransfercharacteristics-smpte170m", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videotransfercharacteristics-smpte170m", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videotransfercharacteristics-smpte170m", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videotransfercharacteristics-smpte170m", "https://www.w3.org/TR/webcodecs/#dom-videotransfercharacteristics-iec61966-2-1", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videotransfercharacteristics-iec61966-2-1", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videotransfercharacteristics-iec61966-2-1", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videotransfercharacteristics-iec61966-2-1", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videotransfercharacteristics-iec61966-2-1", "https://www.w3.org/TR/webcodecs/#dom-videotransfercharacteristics-linear", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videotransfercharacteristics-linear", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videotransfercharacteristics-linear", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videotransfercharacteristics-linear", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videotransfercharacteristics-linear", "https://www.w3.org/TR/webcodecs/#dom-videotransfercharacteristics-pq", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videotransfercharacteristics-pq", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videotransfercharacteristics-pq", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videotransfercharacteristics-pq", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videotransfercharacteristics-pq", "https://www.w3.org/TR/webcodecs/#dom-videotransfercharacteristics-hlg", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videotransfercharacteristics-hlg", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videotransfercharacteristics-hlg", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videotransfercharacteristics-hlg", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videotransfercharacteristics-hlg", "https://www.w3.org/TR/webcodecs/#videomatrixcoefficients", "https://www.w3.org/TR/webcodecs/#enumdef-videomatrixcoefficients", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-videomatrixcoefficients", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-videomatrixcoefficients", - "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-videomatrixcoefficients", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-videomatrixcoefficients", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videomatrixcoefficients-rgb%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videomatrixcoefficients-rgb%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videomatrixcoefficients-bt709%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videomatrixcoefficients-bt470bg", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videomatrixcoefficients-smpte170m", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videomatrixcoefficients-bt2020-ncl", "https://www.w3.org/TR/webcodecs/#dom-videomatrixcoefficients-rgb", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videomatrixcoefficients-rgb", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videomatrixcoefficients-rgb", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videomatrixcoefficients-rgb", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videomatrixcoefficients-rgb", "https://www.w3.org/TR/webcodecs/#dom-videomatrixcoefficients-bt709", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videomatrixcoefficients-bt709", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videomatrixcoefficients-bt709", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videomatrixcoefficients-bt709", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videomatrixcoefficients-bt709", "https://www.w3.org/TR/webcodecs/#dom-videomatrixcoefficients-bt470bg", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videomatrixcoefficients-bt470bg", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videomatrixcoefficients-bt470bg", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videomatrixcoefficients-bt470bg", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videomatrixcoefficients-bt470bg", "https://www.w3.org/TR/webcodecs/#dom-videomatrixcoefficients-smpte170m", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videomatrixcoefficients-smpte170m", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videomatrixcoefficients-smpte170m", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videomatrixcoefficients-smpte170m", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videomatrixcoefficients-smpte170m", "https://www.w3.org/TR/webcodecs/#dom-videomatrixcoefficients-bt2020-ncl", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videomatrixcoefficients-bt2020-ncl", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videomatrixcoefficients-bt2020-ncl", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videomatrixcoefficients-bt2020-ncl", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videomatrixcoefficients-bt2020-ncl", "https://www.w3.org/TR/webcodecs/#image-decoding", "https://www.w3.org/TR/webcodecs/#image-decoding-background", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder", @@ -5349,10 +3505,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-Exposed%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-SecureContext%E2%91%A3", "https://www.w3.org/TR/webcodecs/#imagedecoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-imagedecoder", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-imagedecoderinit", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-imagedecoder-init-init", @@ -5381,110 +3533,46 @@ "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-istypesupported-type-type", "https://www.w3.org/TR/webcodecs/#imagedecoder-internal-slots", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-control-message-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-control-message-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-control-message-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-control-message-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-control-message-queue-slot", "https://www.w3.org/TR/webcodecs/#ref-for-queue%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-control-message%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-codec%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-control-message-queue-slot%E2%91%A7", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-message-queue-blocked-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-message-queue-blocked-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-message-queue-blocked-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-message-queue-blocked-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-message-queue-blocked-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-control-message-queue-slot", "https://www.w3.org/TR/webcodecs/#ref-for-control-message%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-message-queue-blocked%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-codec-work-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-codec-work-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-codec-work-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-codec-work-queue-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-codec-work-queue-slot", "https://www.w3.org/TR/webcodecs/#ref-for-parallel-queue%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-codec-implementation-slot", "https://www.w3.org/TR/webcodecs/#ref-for-codec-work-queue%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-imagetracklist-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-imagetracklist-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-imagetracklist-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-imagetracklist-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-imagetracklist-slot", "https://www.w3.org/TR/webcodecs/#ref-for-imagetracklist%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-type-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-type-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-type-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-type-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-type-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-type", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-complete-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-complete-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-complete-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-complete-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-complete-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-completed-promise-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-completed-promise-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-completed-promise-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-completed-promise-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-completed-promise-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-complete-slot", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-codec-implementation-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-codec-implementation-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-codec-implementation-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-codec-implementation-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-codec-implementation-slot", "https://www.w3.org/TR/webcodecs/#ref-for-codec-implementation%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-encoded-data-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-encoded-data-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-encoded-data-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-encoded-data-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-encoded-data-slot", "https://www.w3.org/TR/webcodecs/#ref-for-byte-sequence", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-prefer-animation-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-prefer-animation-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-prefer-animation-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-prefer-animation-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-prefer-animation-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-preferanimation", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-pending-decode-promises-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-pending-decode-promises-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-pending-decode-promises-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-pending-decode-promises-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-pending-decode-promises-slot", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-internal-selected-track-index-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-internal-selected-track-index-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-internal-selected-track-index-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-internal-selected-track-index-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-internal-selected-track-index-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-tracks-established-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-tracks-established-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-tracks-established-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-tracks-established-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-tracks-established-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-imagetracklist-slot", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-closed-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-closed-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-closed-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-closed-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-closed-slot", "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/#infopanel-for-dom-imagedecoder-progressive-frame-generations-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-progressive-frame-generations-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-progressive-frame-generations-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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-dom-imagedecoder-decode%E2%91%A0", "https://www.w3.org/TR/webcodecs/#imagedecoder-constructor", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-imagedecoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-imagedecoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-imagedecoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-imagedecoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-imagedecoder", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-decode%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-notsupportederror%E2%91%A0%E2%91%A2", @@ -5549,10 +3637,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-transfer%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-running-a-control-message%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#configure-the-image-decoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-configure-the-image-decoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-configure-the-image-decoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-configure-the-image-decoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-configure-the-image-decoder", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-check-type-support", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-close-imagedecoder", "https://www.w3.org/TR/webcodecs/#ref-for-notsupportederror%E2%91%A0%E2%91%A3", @@ -5569,45 +3653,25 @@ "https://www.w3.org/TR/webcodecs/#ref-for-process-the-control-message-queue%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-running-a-control-message%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webcodecs/#decode-track-metadata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-decode-track-metadata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-decode-track-metadata", - "https://www.w3.org/TR/webcodecs/#infopanel-for-decode-track-metadata", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-decode-track-metadata", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-codec-work-queue-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-establish-tracks", "https://www.w3.org/TR/webcodecs/#imagedecoder-attributes", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-type", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-type", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-type", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-type", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-type", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMString%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-type%E2%91%A1", "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/#infopanel-for-dom-imagedecoder-complete", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-complete", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-complete", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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-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", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-completed", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-completed", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-completed", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-completed", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-completed", "https://www.w3.org/TR/webcodecs/#ref-for-idl-undefined%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-complete%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-completed%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-completed-promise-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-tracks", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-tracks", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-tracks", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-tracks", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-tracks", "https://www.w3.org/TR/webcodecs/#ref-for-imagetracklist%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-live", "https://www.w3.org/TR/webcodecs/#ref-for-imagetracklist%E2%91%A3", @@ -5615,10 +3679,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-imagetracklist-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#imagedecoder-methods", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-decode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-decode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-decode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-decode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-decode", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-closed-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-idl-promise%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-invalidstateerror%E2%91%A1%E2%91%A5", @@ -5643,26 +3703,14 @@ "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-decode-complete-frame", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecodeoptions-frameindex%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-reset", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-reset", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-reset", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-reset", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-reset", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-reset-imagedecoder", "https://www.w3.org/TR/webcodecs/#ref-for-aborterror%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-close", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-close", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-close", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-close", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-close", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-close-imagedecoder%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-aborterror%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-istypesupported", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-istypesupported", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-istypesupported", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-istypesupported", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-istypesupported", "https://www.w3.org/TR/webcodecs/#ref-for-valid-image-mime-type", "https://www.w3.org/TR/webcodecs/#ref-for-idl-promise%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A8", @@ -5670,10 +3718,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-check-type-support%E2%91%A0", "https://www.w3.org/TR/webcodecs/#imagedecoder-algorithms", "https://www.w3.org/TR/webcodecs/#imagedecoder-fetch-stream-data-loop", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-fetch-stream-data-loop", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-fetch-stream-data-loop", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-fetch-stream-data-loop", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-fetch-stream-data-loop", "https://www.w3.org/TR/webcodecs/#ref-for-read-request", "https://www.w3.org/TR/webcodecs/#ref-for-read-request-chunk-steps", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-closed-slot%E2%91%A1", @@ -5695,10 +3739,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-notreadableerror", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webcodecs/#imagedecoder-establish-tracks", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-establish-tracks", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-establish-tracks", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-establish-tracks", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-establish-tracks", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-tracks-established-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-complete%E2%91%A2", @@ -5736,10 +3776,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetracklist-selected-index-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetracklist-ready-promise-slot", "https://www.w3.org/TR/webcodecs/#imagedecoder-get-default-selected-track-index", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-get-default-selected-track-index", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-get-default-selected-track-index", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-get-default-selected-track-index", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-get-default-selected-track-index", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-primary-image-track", "https://www.w3.org/TR/webcodecs/#ref-for-imagetrack%E2%91%A0", @@ -5751,27 +3787,11 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-animated%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-prefer-animation-slot%E2%91%A3", "https://www.w3.org/TR/webcodecs/#imagedecoder-update-tracks", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-update-tracks", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-update-tracks", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-update-tracks", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-update-tracks", "https://www.w3.org/TR/webcodecs/#track-update-struct", - "https://www.w3.org/TR/webcodecs/#infopanel-for-track-update-struct", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-track-update-struct", - "https://www.w3.org/TR/webcodecs/#infopanel-for-track-update-struct", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-track-update-struct", "https://www.w3.org/TR/webcodecs/#ref-for-struct%E2%91%A1", "https://www.w3.org/TR/webcodecs/#track-update-struct-track-index", - "https://www.w3.org/TR/webcodecs/#infopanel-for-track-update-struct-track-index", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-track-update-struct-track-index", - "https://www.w3.org/TR/webcodecs/#infopanel-for-track-update-struct-track-index", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-track-update-struct-track-index", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A6%E2%91%A7", "https://www.w3.org/TR/webcodecs/#track-update-struct-frame-count", - "https://www.w3.org/TR/webcodecs/#infopanel-for-track-update-struct-frame-count", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-track-update-struct-frame-count", - "https://www.w3.org/TR/webcodecs/#infopanel-for-track-update-struct-frame-count", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-track-update-struct-frame-count", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A6%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-tracks-established-slot%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-list%E2%91%A1%E2%93%AA", @@ -5788,10 +3808,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetracklist-track-list-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-frame-count-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#imagedecoder-decode-complete-frame", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-decode-complete-frame", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-decode-complete-frame", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-decode-complete-frame", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-decode-complete-frame", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-tracks-established-slot%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-internal-selected-track-index-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-internal-selected-track-index-slot%E2%91%A2", @@ -5813,10 +3829,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-create-a-videoframe%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-resolve-decode", "https://www.w3.org/TR/webcodecs/#imagedecoder-decode-progressive-frame", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-decode-progressive-frame", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-decode-progressive-frame", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-decode-progressive-frame", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-decode-progressive-frame", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-tracks-established-slot%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-internal-selected-track-index-slot%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-internal-selected-track-index-slot%E2%91%A4", @@ -5844,19 +3856,11 @@ "https://www.w3.org/TR/webcodecs/#ref-for-create-a-videoframe%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-pending-decode-promises-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#imagedecoder-resolve-decode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-resolve-decode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-resolve-decode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-resolve-decode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-resolve-decode", "https://www.w3.org/TR/webcodecs/#ref-for-queue-a-task%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-closed-slot%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-pending-decode-promises-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-pending-decode-promises-slot%E2%91%A3", "https://www.w3.org/TR/webcodecs/#imagedecoder-reject-infeasible-decode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-reject-infeasible-decode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-reject-infeasible-decode", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-reject-infeasible-decode", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-reject-infeasible-decode", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-complete%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-closed-slot%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-complete%E2%91%A6", @@ -5868,33 +3872,17 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-pending-decode-promises-slot%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-pending-decode-promises-slot%E2%91%A5", "https://www.w3.org/TR/webcodecs/#imagedecoder-fatally-reject-bad-data", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-fatally-reject-bad-data", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-fatally-reject-bad-data", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-fatally-reject-bad-data", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-fatally-reject-bad-data", "https://www.w3.org/TR/webcodecs/#ref-for-queue-a-task%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-closed-slot%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-close-imagedecoder%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-encodingerror%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/webcodecs/#imagedecoder-check-type-support", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-check-type-support", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-check-type-support", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-check-type-support", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-check-type-support", "https://www.w3.org/TR/webcodecs/#imagedecoder-reset-imagedecoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-reset-imagedecoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-reset-imagedecoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-reset-imagedecoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-reset-imagedecoder", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-codec-implementation-slot%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-pending-decode-promises-slot%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-pending-decode-promises-slot%E2%91%A7", "https://www.w3.org/TR/webcodecs/#imagedecoder-close-imagedecoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-close-imagedecoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-close-imagedecoder", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-close-imagedecoder", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-close-imagedecoder", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-reset-imagedecoder%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-closed-slot%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-codec-implementation-slot%E2%91%A8", @@ -5910,15 +3898,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-AllowSharedBufferSource%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-readablestream%E2%91%A1", "https://www.w3.org/TR/webcodecs/#typedefdef-imagebuffersource", - "https://www.w3.org/TR/webcodecs/#infopanel-for-typedefdef-imagebuffersource", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-typedefdef-imagebuffersource", - "https://www.w3.org/TR/webcodecs/#infopanel-for-typedefdef-imagebuffersource", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-typedefdef-imagebuffersource", "https://www.w3.org/TR/webcodecs/#dictdef-imagedecoderinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-imagedecoderinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-imagedecoderinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-imagedecoderinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-imagedecoderinit", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMString%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-type%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-typedefdef-imagebuffersource", @@ -5936,16 +3916,8 @@ "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", "https://www.w3.org/TR/webcodecs/#dom-imagedecoderinit-transfer", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoderinit-transfer", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoderinit-transfer", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoderinit-transfer", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoderinit-transfer", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-imagedecoderinit%E2%91%A0", "https://www.w3.org/TR/webcodecs/#valid-imagedecoderinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-valid-imagedecoderinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-valid-imagedecoderinit", - "https://www.w3.org/TR/webcodecs/#infopanel-for-valid-imagedecoderinit", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-valid-imagedecoderinit", "https://www.w3.org/TR/webcodecs/#ref-for-valid-image-mime-type%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-readablestream%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-is-readable-stream-disturbed", @@ -5960,75 +3932,35 @@ "https://www.w3.org/TR/webcodecs/#ref-for-map-exists%E2%91%A2%E2%91%A2", "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/#infopanel-for-valid-image-mime-type", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-valid-image-mime-type", - "https://www.w3.org/TR/webcodecs/#infopanel-for-valid-image-mime-type", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-valid-image-mime-type", "https://www.w3.org/TR/webcodecs/#ref-for-valid-mime-type", "https://www.w3.org/TR/webcodecs/#dom-imagedecoderinit-type", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoderinit-type", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoderinit-type", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoderinit-type", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoderinit-type", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMString%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-imagedecoderinit-data", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoderinit-data", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoderinit-data", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoderinit-data", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoderinit-data", "https://www.w3.org/TR/webcodecs/#ref-for-typedefdef-imagebuffersource%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-BufferSource%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-readablestream%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-type%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-imagedecoderinit-colorspaceconversion", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoderinit-colorspaceconversion", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoderinit-colorspaceconversion", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoderinit-colorspaceconversion", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoderinit-colorspaceconversion", "https://www.w3.org/TR/webcodecs/#ref-for-colorspaceconversion%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagebitmapoptions-colorspaceconversion%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-imagebitmapoptions%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-imagedecoderinit-desiredwidth", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoderinit-desiredwidth", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoderinit-desiredwidth", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoderinit-desiredwidth", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoderinit-desiredwidth", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A7%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-imagedecoderinit-desiredheight", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoderinit-desiredheight", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoderinit-desiredheight", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoderinit-desiredheight", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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/#infopanel-for-dom-imagedecoderinit-preferanimation", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoderinit-preferanimation", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoderinit-preferanimation", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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-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/#infopanel-for-dictdef-imagedecodeoptions", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-imagedecodeoptions", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-imagedecodeoptions", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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-dom-imagedecodeoptions-completeframesonly%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-imagedecodeoptions-frameindex", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecodeoptions-frameindex", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecodeoptions-frameindex", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecodeoptions-frameindex", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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/#infopanel-for-dom-imagedecodeoptions-completeframesonly", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecodeoptions-completeframesonly", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecodeoptions-completeframesonly", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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-progressive-image%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderesult-image%E2%91%A1", @@ -6046,25 +3978,13 @@ "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/#infopanel-for-dictdef-imagedecoderesult", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dictdef-imagedecoderesult", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dictdef-imagedecoderesult", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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-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-dom-imagedecoderesult-complete%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-imagedecoderesult-image", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoderesult-image", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoderesult-image", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoderesult-image", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoderesult-image", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-imagedecoderesult-complete", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoderesult-complete", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoderesult-complete", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoderesult-complete", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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-dom-imagedecoderesult-image%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderesult-complete%E2%91%A4", @@ -6073,10 +3993,6 @@ "https://www.w3.org/TR/webcodecs/#imagetracklist-interface", "https://www.w3.org/TR/webcodecs/#ref-for-Exposed%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#imagetracklist", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagetracklist", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagetracklist", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagetracklist", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagetracklist", "https://www.w3.org/TR/webcodecs/#ref-for-imagetrack%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A7%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-imagetracklist-__getter__-index-index", @@ -6091,58 +4007,30 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetracklist-selectedtrack", "https://www.w3.org/TR/webcodecs/#imagetracklist-internal-slots", "https://www.w3.org/TR/webcodecs/#dom-imagetracklist-ready-promise-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetracklist-ready-promise-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetracklist-ready-promise-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetracklist-ready-promise-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetracklist-ready-promise-slot", "https://www.w3.org/TR/webcodecs/#ref-for-imagetracklist%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-imagetrack%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-imagetrack%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-framecount%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-complete%E2%91%A7", "https://www.w3.org/TR/webcodecs/#dom-imagetracklist-track-list-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetracklist-track-list-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetracklist-track-list-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetracklist-track-list-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetracklist-track-list-slot", "https://www.w3.org/TR/webcodecs/#ref-for-imagetrack%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-imagetracklist%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-imagetracklist-selected-index-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetracklist-selected-index-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetracklist-selected-index-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetracklist-selected-index-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetracklist-selected-index-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetracklist-track-list-slot%E2%91%A3", "https://www.w3.org/TR/webcodecs/#imagetracklist-attributes", "https://www.w3.org/TR/webcodecs/#dom-imagetracklist-ready", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetracklist-ready", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetracklist-ready", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetracklist-ready", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetracklist-ready", "https://www.w3.org/TR/webcodecs/#ref-for-idl-undefined%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetracklist-ready%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetracklist-ready-promise-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-imagetracklist-length", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetracklist-length", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetracklist-length", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetracklist-length", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetracklist-length", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A7%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetracklist-length%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetracklist-track-list-slot%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-imagetracklist-selectedindex", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetracklist-selectedindex", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetracklist-selectedindex", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetracklist-selectedindex", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetracklist-selectedindex", "https://www.w3.org/TR/webcodecs/#ref-for-idl-long%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetracklist-selectedindex%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetracklist-selected-index-slot%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-imagetracklist-selectedtrack", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetracklist-selectedtrack", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetracklist-selectedtrack", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetracklist-selectedtrack", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetracklist-selectedtrack", "https://www.w3.org/TR/webcodecs/#ref-for-imagetrack%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetracklist-selectedtrack%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetracklist-selected-index-slot%E2%91%A4", @@ -6151,10 +4039,6 @@ "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/#infopanel-for-imagetrack", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagetrack", - "https://www.w3.org/TR/webcodecs/#infopanel-for-imagetrack", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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-dom-imagetrack-animated%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A7%E2%91%A8", @@ -6165,45 +4049,17 @@ "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", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetrack-imagedecoder-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetrack-imagedecoder-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetrack-imagedecoder-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetrack-imagedecoder-slot", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-imagetrack%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#dom-imagetrack-imagetracklist-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetrack-imagetracklist-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetrack-imagetracklist-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetrack-imagetracklist-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetrack-imagetracklist-slot", "https://www.w3.org/TR/webcodecs/#ref-for-imagetracklist%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-imagetrack%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-imagetrack-animated-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetrack-animated-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetrack-animated-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetrack-animated-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetrack-animated-slot", "https://www.w3.org/TR/webcodecs/#dom-imagetrack-frame-count-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetrack-frame-count-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetrack-frame-count-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetrack-frame-count-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetrack-frame-count-slot", "https://www.w3.org/TR/webcodecs/#dom-imagetrack-repetition-count-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetrack-repetition-count-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetrack-repetition-count-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetrack-repetition-count-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetrack-repetition-count-slot", "https://www.w3.org/TR/webcodecs/#dom-imagetrack-selected-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetrack-selected-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetrack-selected-slot", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetrack-selected-slot", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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/#infopanel-for-dom-imagetrack-animated", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetrack-animated", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetrack-animated", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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-dom-imagetrack-animated%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-animated-slot%E2%91%A0", @@ -6212,26 +4068,14 @@ "https://www.w3.org/TR/webcodecs/#ref-for-readablestream%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-data%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-imagetrack-framecount", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetrack-framecount", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetrack-framecount", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetrack-framecount", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetrack-framecount", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unsigned-long%E2%91%A8%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-framecount%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-frame-count-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-imagetrack-repetitioncount", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetrack-repetitioncount", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetrack-repetitioncount", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetrack-repetitioncount", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetrack-repetitioncount", "https://www.w3.org/TR/webcodecs/#ref-for-idl-unrestricted-float%E2%91%A0", "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/#infopanel-for-dom-imagetrack-selected", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetrack-selected", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetrack-selected", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-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-dom-imagetrack-selected%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-selected-slot%E2%91%A1", @@ -6264,10 +4108,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-progressive-frame-generations-slot%E2%91%A4", "https://www.w3.org/TR/webcodecs/#resource-reclamation", "https://www.w3.org/TR/webcodecs/#reclaim-a-codec", - "https://www.w3.org/TR/webcodecs/#infopanel-for-reclaim-a-codec", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-reclaim-a-codec", - "https://www.w3.org/TR/webcodecs/#infopanel-for-reclaim-a-codec", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-reclaim-a-codec", "https://www.w3.org/TR/webcodecs/#ref-for-close-audiodecoder%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-close-audioencoder%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-close-videodecoder%E2%91%A2", @@ -6278,26 +4118,14 @@ "https://www.w3.org/TR/webcodecs/#ref-for-inactive-codec", "https://www.w3.org/TR/webcodecs/#ref-for-background-codec", "https://www.w3.org/TR/webcodecs/#active-codec", - "https://www.w3.org/TR/webcodecs/#infopanel-for-active-codec", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-active-codec", - "https://www.w3.org/TR/webcodecs/#infopanel-for-active-codec", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-active-codec", "https://www.w3.org/TR/webcodecs/#ref-for-videoencoder%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-active-codec%E2%91%A0", "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%A3", "https://www.w3.org/TR/webcodecs/#ref-for-videoencoder%E2%91%A5", "https://www.w3.org/TR/webcodecs/#inactive-codec", - "https://www.w3.org/TR/webcodecs/#infopanel-for-inactive-codec", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-inactive-codec", - "https://www.w3.org/TR/webcodecs/#infopanel-for-inactive-codec", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-inactive-codec", "https://www.w3.org/TR/webcodecs/#ref-for-active-codec%E2%91%A1", "https://www.w3.org/TR/webcodecs/#background-codec", - "https://www.w3.org/TR/webcodecs/#infopanel-for-background-codec", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-background-codec", - "https://www.w3.org/TR/webcodecs/#infopanel-for-background-codec", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-background-codec", "https://www.w3.org/TR/webcodecs/#ref-for-dom-node-ownerdocument", "https://www.w3.org/TR/webcodecs/#ref-for-concept-WorkerGlobalScope-owner-set", "https://www.w3.org/TR/webcodecs/#ref-for-document", @@ -6339,665 +4167,138 @@ "https://www.w3.org/TR/webcodecs/#index-defined-here", "https://www.w3.org/TR/webcodecs/#index-defined-elsewhere", "https://www.w3.org/TR/webcodecs/#487e1aa9", - "https://www.w3.org/TR/webcodecs/#infopanel-for-487e1aa9", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-487e1aa9", - "https://www.w3.org/TR/webcodecs/#infopanel-for-487e1aa9", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-487e1aa9", "https://www.w3.org/TR/webcodecs/#b9cef6bf", - "https://www.w3.org/TR/webcodecs/#infopanel-for-b9cef6bf", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-b9cef6bf", - "https://www.w3.org/TR/webcodecs/#infopanel-for-b9cef6bf", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-b9cef6bf", "https://www.w3.org/TR/webcodecs/#24ae9eec", - "https://www.w3.org/TR/webcodecs/#infopanel-for-24ae9eec", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-24ae9eec", - "https://www.w3.org/TR/webcodecs/#infopanel-for-24ae9eec", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-24ae9eec", "https://www.w3.org/TR/webcodecs/#85394472", - "https://www.w3.org/TR/webcodecs/#infopanel-for-85394472", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-85394472", - "https://www.w3.org/TR/webcodecs/#infopanel-for-85394472", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-85394472", "https://www.w3.org/TR/webcodecs/#2bc0cdf4", - "https://www.w3.org/TR/webcodecs/#infopanel-for-2bc0cdf4", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-2bc0cdf4", - "https://www.w3.org/TR/webcodecs/#infopanel-for-2bc0cdf4", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-2bc0cdf4", "https://www.w3.org/TR/webcodecs/#3c0f3699", - "https://www.w3.org/TR/webcodecs/#infopanel-for-3c0f3699", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-3c0f3699", - "https://www.w3.org/TR/webcodecs/#infopanel-for-3c0f3699", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-3c0f3699", "https://www.w3.org/TR/webcodecs/#e1576caa", - "https://www.w3.org/TR/webcodecs/#infopanel-for-e1576caa", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-e1576caa", - "https://www.w3.org/TR/webcodecs/#infopanel-for-e1576caa", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-e1576caa", "https://www.w3.org/TR/webcodecs/#d11c73d6", - "https://www.w3.org/TR/webcodecs/#infopanel-for-d11c73d6", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-d11c73d6", - "https://www.w3.org/TR/webcodecs/#infopanel-for-d11c73d6", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-d11c73d6", "https://www.w3.org/TR/webcodecs/#5a9ab3ba", - "https://www.w3.org/TR/webcodecs/#infopanel-for-5a9ab3ba", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-5a9ab3ba", - "https://www.w3.org/TR/webcodecs/#infopanel-for-5a9ab3ba", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-5a9ab3ba", "https://www.w3.org/TR/webcodecs/#224fa1d7", - "https://www.w3.org/TR/webcodecs/#infopanel-for-224fa1d7", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-224fa1d7", - "https://www.w3.org/TR/webcodecs/#infopanel-for-224fa1d7", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-224fa1d7", "https://www.w3.org/TR/webcodecs/#b904c22d", - "https://www.w3.org/TR/webcodecs/#infopanel-for-b904c22d", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-b904c22d", - "https://www.w3.org/TR/webcodecs/#infopanel-for-b904c22d", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-b904c22d", "https://www.w3.org/TR/webcodecs/#5e5910e7", - "https://www.w3.org/TR/webcodecs/#infopanel-for-5e5910e7", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-5e5910e7", - "https://www.w3.org/TR/webcodecs/#infopanel-for-5e5910e7", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-5e5910e7", "https://www.w3.org/TR/webcodecs/#a29193af", - "https://www.w3.org/TR/webcodecs/#infopanel-for-a29193af", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-a29193af", - "https://www.w3.org/TR/webcodecs/#infopanel-for-a29193af", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-a29193af", "https://www.w3.org/TR/webcodecs/#c7cb8568", - "https://www.w3.org/TR/webcodecs/#infopanel-for-c7cb8568", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-c7cb8568", - "https://www.w3.org/TR/webcodecs/#infopanel-for-c7cb8568", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-c7cb8568", "https://www.w3.org/TR/webcodecs/#0b3fab2a", - "https://www.w3.org/TR/webcodecs/#infopanel-for-0b3fab2a", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-0b3fab2a", - "https://www.w3.org/TR/webcodecs/#infopanel-for-0b3fab2a", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-0b3fab2a", "https://www.w3.org/TR/webcodecs/#0f3c26d0", - "https://www.w3.org/TR/webcodecs/#infopanel-for-0f3c26d0", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-0f3c26d0", - "https://www.w3.org/TR/webcodecs/#infopanel-for-0f3c26d0", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-0f3c26d0", "https://www.w3.org/TR/webcodecs/#68298a62", - "https://www.w3.org/TR/webcodecs/#infopanel-for-68298a62", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-68298a62", - "https://www.w3.org/TR/webcodecs/#infopanel-for-68298a62", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-68298a62", "https://www.w3.org/TR/webcodecs/#f70541f3", - "https://www.w3.org/TR/webcodecs/#infopanel-for-f70541f3", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-f70541f3", - "https://www.w3.org/TR/webcodecs/#infopanel-for-f70541f3", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-f70541f3", "https://www.w3.org/TR/webcodecs/#fd2e8607", - "https://www.w3.org/TR/webcodecs/#infopanel-for-fd2e8607", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-fd2e8607", - "https://www.w3.org/TR/webcodecs/#infopanel-for-fd2e8607", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-fd2e8607", "https://www.w3.org/TR/webcodecs/#56bab0ff", - "https://www.w3.org/TR/webcodecs/#infopanel-for-56bab0ff", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-56bab0ff", - "https://www.w3.org/TR/webcodecs/#infopanel-for-56bab0ff", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-56bab0ff", "https://www.w3.org/TR/webcodecs/#15062a80", - "https://www.w3.org/TR/webcodecs/#infopanel-for-15062a80", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-15062a80", - "https://www.w3.org/TR/webcodecs/#infopanel-for-15062a80", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-15062a80", "https://www.w3.org/TR/webcodecs/#9e7f2fa8", - "https://www.w3.org/TR/webcodecs/#infopanel-for-9e7f2fa8", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-9e7f2fa8", - "https://www.w3.org/TR/webcodecs/#infopanel-for-9e7f2fa8", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-9e7f2fa8", "https://www.w3.org/TR/webcodecs/#448f6a24", - "https://www.w3.org/TR/webcodecs/#infopanel-for-448f6a24", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-448f6a24", - "https://www.w3.org/TR/webcodecs/#infopanel-for-448f6a24", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-448f6a24", "https://www.w3.org/TR/webcodecs/#1439b86e", - "https://www.w3.org/TR/webcodecs/#infopanel-for-1439b86e", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-1439b86e", - "https://www.w3.org/TR/webcodecs/#infopanel-for-1439b86e", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-1439b86e", "https://www.w3.org/TR/webcodecs/#865f408e", - "https://www.w3.org/TR/webcodecs/#infopanel-for-865f408e", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-865f408e", - "https://www.w3.org/TR/webcodecs/#infopanel-for-865f408e", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-865f408e", "https://www.w3.org/TR/webcodecs/#f0951476", - "https://www.w3.org/TR/webcodecs/#infopanel-for-f0951476", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-f0951476", - "https://www.w3.org/TR/webcodecs/#infopanel-for-f0951476", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-f0951476", "https://www.w3.org/TR/webcodecs/#5b13c537", - "https://www.w3.org/TR/webcodecs/#infopanel-for-5b13c537", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-5b13c537", - "https://www.w3.org/TR/webcodecs/#infopanel-for-5b13c537", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-5b13c537", "https://www.w3.org/TR/webcodecs/#c5891539", - "https://www.w3.org/TR/webcodecs/#infopanel-for-c5891539", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-c5891539", - "https://www.w3.org/TR/webcodecs/#infopanel-for-c5891539", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-c5891539", "https://www.w3.org/TR/webcodecs/#1076ec40", - "https://www.w3.org/TR/webcodecs/#infopanel-for-1076ec40", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-1076ec40", - "https://www.w3.org/TR/webcodecs/#infopanel-for-1076ec40", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-1076ec40", "https://www.w3.org/TR/webcodecs/#f57f330b", - "https://www.w3.org/TR/webcodecs/#infopanel-for-f57f330b", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-f57f330b", - "https://www.w3.org/TR/webcodecs/#infopanel-for-f57f330b", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-f57f330b", "https://www.w3.org/TR/webcodecs/#478bb3aa", - "https://www.w3.org/TR/webcodecs/#infopanel-for-478bb3aa", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-478bb3aa", - "https://www.w3.org/TR/webcodecs/#infopanel-for-478bb3aa", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-478bb3aa", "https://www.w3.org/TR/webcodecs/#6dde628c", - "https://www.w3.org/TR/webcodecs/#infopanel-for-6dde628c", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-6dde628c", - "https://www.w3.org/TR/webcodecs/#infopanel-for-6dde628c", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-6dde628c", "https://www.w3.org/TR/webcodecs/#d834f763", - "https://www.w3.org/TR/webcodecs/#infopanel-for-d834f763", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-d834f763", - "https://www.w3.org/TR/webcodecs/#infopanel-for-d834f763", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-d834f763", "https://www.w3.org/TR/webcodecs/#804aab85", - "https://www.w3.org/TR/webcodecs/#infopanel-for-804aab85", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-804aab85", - "https://www.w3.org/TR/webcodecs/#infopanel-for-804aab85", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-804aab85", "https://www.w3.org/TR/webcodecs/#72b42be1", - "https://www.w3.org/TR/webcodecs/#infopanel-for-72b42be1", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-72b42be1", - "https://www.w3.org/TR/webcodecs/#infopanel-for-72b42be1", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-72b42be1", "https://www.w3.org/TR/webcodecs/#eb5c4be3", - "https://www.w3.org/TR/webcodecs/#infopanel-for-eb5c4be3", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-eb5c4be3", - "https://www.w3.org/TR/webcodecs/#infopanel-for-eb5c4be3", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-eb5c4be3", "https://www.w3.org/TR/webcodecs/#0800bdf4", - "https://www.w3.org/TR/webcodecs/#infopanel-for-0800bdf4", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-0800bdf4", - "https://www.w3.org/TR/webcodecs/#infopanel-for-0800bdf4", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-0800bdf4", "https://www.w3.org/TR/webcodecs/#89786baf", - "https://www.w3.org/TR/webcodecs/#infopanel-for-89786baf", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-89786baf", - "https://www.w3.org/TR/webcodecs/#infopanel-for-89786baf", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-89786baf", "https://www.w3.org/TR/webcodecs/#444d7f6a", - "https://www.w3.org/TR/webcodecs/#infopanel-for-444d7f6a", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-444d7f6a", - "https://www.w3.org/TR/webcodecs/#infopanel-for-444d7f6a", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-444d7f6a", "https://www.w3.org/TR/webcodecs/#9db69224", - "https://www.w3.org/TR/webcodecs/#infopanel-for-9db69224", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-9db69224", - "https://www.w3.org/TR/webcodecs/#infopanel-for-9db69224", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-9db69224", "https://www.w3.org/TR/webcodecs/#f9acbef2", - "https://www.w3.org/TR/webcodecs/#infopanel-for-f9acbef2", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-f9acbef2", - "https://www.w3.org/TR/webcodecs/#infopanel-for-f9acbef2", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-f9acbef2", "https://www.w3.org/TR/webcodecs/#a9b926ec", - "https://www.w3.org/TR/webcodecs/#infopanel-for-a9b926ec", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-a9b926ec", - "https://www.w3.org/TR/webcodecs/#infopanel-for-a9b926ec", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-a9b926ec", "https://www.w3.org/TR/webcodecs/#668b61dc", - "https://www.w3.org/TR/webcodecs/#infopanel-for-668b61dc", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-668b61dc", - "https://www.w3.org/TR/webcodecs/#infopanel-for-668b61dc", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-668b61dc", "https://www.w3.org/TR/webcodecs/#5a571255", - "https://www.w3.org/TR/webcodecs/#infopanel-for-5a571255", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-5a571255", - "https://www.w3.org/TR/webcodecs/#infopanel-for-5a571255", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-5a571255", "https://www.w3.org/TR/webcodecs/#4ee5a10e", - "https://www.w3.org/TR/webcodecs/#infopanel-for-4ee5a10e", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-4ee5a10e", - "https://www.w3.org/TR/webcodecs/#infopanel-for-4ee5a10e", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-4ee5a10e", "https://www.w3.org/TR/webcodecs/#888d7c65", - "https://www.w3.org/TR/webcodecs/#infopanel-for-888d7c65", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-888d7c65", - "https://www.w3.org/TR/webcodecs/#infopanel-for-888d7c65", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-888d7c65", + "https://www.w3.org/TR/webcodecs/#be829d54", "https://www.w3.org/TR/webcodecs/#0deaf786", - "https://www.w3.org/TR/webcodecs/#infopanel-for-0deaf786", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-0deaf786", - "https://www.w3.org/TR/webcodecs/#infopanel-for-0deaf786", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-0deaf786", "https://www.w3.org/TR/webcodecs/#9d386f55", - "https://www.w3.org/TR/webcodecs/#infopanel-for-9d386f55", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-9d386f55", - "https://www.w3.org/TR/webcodecs/#infopanel-for-9d386f55", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-9d386f55", "https://www.w3.org/TR/webcodecs/#03675365", - "https://www.w3.org/TR/webcodecs/#infopanel-for-03675365", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-03675365", - "https://www.w3.org/TR/webcodecs/#infopanel-for-03675365", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-03675365", "https://www.w3.org/TR/webcodecs/#c6d19e56", - "https://www.w3.org/TR/webcodecs/#infopanel-for-c6d19e56", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-c6d19e56", - "https://www.w3.org/TR/webcodecs/#infopanel-for-c6d19e56", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-c6d19e56", "https://www.w3.org/TR/webcodecs/#4b6086d7", - "https://www.w3.org/TR/webcodecs/#infopanel-for-4b6086d7", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-4b6086d7", - "https://www.w3.org/TR/webcodecs/#infopanel-for-4b6086d7", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-4b6086d7", "https://www.w3.org/TR/webcodecs/#061031fb", - "https://www.w3.org/TR/webcodecs/#infopanel-for-061031fb", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-061031fb", - "https://www.w3.org/TR/webcodecs/#infopanel-for-061031fb", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-061031fb", "https://www.w3.org/TR/webcodecs/#cd3f6631", - "https://www.w3.org/TR/webcodecs/#infopanel-for-cd3f6631", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-cd3f6631", - "https://www.w3.org/TR/webcodecs/#infopanel-for-cd3f6631", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-cd3f6631", "https://www.w3.org/TR/webcodecs/#ef662a55", - "https://www.w3.org/TR/webcodecs/#infopanel-for-ef662a55", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-ef662a55", - "https://www.w3.org/TR/webcodecs/#infopanel-for-ef662a55", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-ef662a55", "https://www.w3.org/TR/webcodecs/#552e1f12", - "https://www.w3.org/TR/webcodecs/#infopanel-for-552e1f12", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-552e1f12", - "https://www.w3.org/TR/webcodecs/#infopanel-for-552e1f12", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-552e1f12", "https://www.w3.org/TR/webcodecs/#20c0b7ef", - "https://www.w3.org/TR/webcodecs/#infopanel-for-20c0b7ef", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-20c0b7ef", - "https://www.w3.org/TR/webcodecs/#infopanel-for-20c0b7ef", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-20c0b7ef", "https://www.w3.org/TR/webcodecs/#dc248371", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dc248371", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dc248371", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dc248371", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dc248371", "https://www.w3.org/TR/webcodecs/#7de33c29", - "https://www.w3.org/TR/webcodecs/#infopanel-for-7de33c29", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-7de33c29", - "https://www.w3.org/TR/webcodecs/#infopanel-for-7de33c29", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-7de33c29", "https://www.w3.org/TR/webcodecs/#9a517a7d", - "https://www.w3.org/TR/webcodecs/#infopanel-for-9a517a7d", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-9a517a7d", - "https://www.w3.org/TR/webcodecs/#infopanel-for-9a517a7d", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-9a517a7d", "https://www.w3.org/TR/webcodecs/#f32dc6c1", - "https://www.w3.org/TR/webcodecs/#infopanel-for-f32dc6c1", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-f32dc6c1", - "https://www.w3.org/TR/webcodecs/#infopanel-for-f32dc6c1", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-f32dc6c1", "https://www.w3.org/TR/webcodecs/#eb573143", - "https://www.w3.org/TR/webcodecs/#infopanel-for-eb573143", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-eb573143", - "https://www.w3.org/TR/webcodecs/#infopanel-for-eb573143", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-eb573143", "https://www.w3.org/TR/webcodecs/#bacf18ab", - "https://www.w3.org/TR/webcodecs/#infopanel-for-bacf18ab", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-bacf18ab", - "https://www.w3.org/TR/webcodecs/#infopanel-for-bacf18ab", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-bacf18ab", "https://www.w3.org/TR/webcodecs/#25ce4994", - "https://www.w3.org/TR/webcodecs/#infopanel-for-25ce4994", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-25ce4994", - "https://www.w3.org/TR/webcodecs/#infopanel-for-25ce4994", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-25ce4994", "https://www.w3.org/TR/webcodecs/#6aa60cdd", - "https://www.w3.org/TR/webcodecs/#infopanel-for-6aa60cdd", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-6aa60cdd", - "https://www.w3.org/TR/webcodecs/#infopanel-for-6aa60cdd", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-6aa60cdd", "https://www.w3.org/TR/webcodecs/#3de9e659", - "https://www.w3.org/TR/webcodecs/#infopanel-for-3de9e659", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-3de9e659", - "https://www.w3.org/TR/webcodecs/#infopanel-for-3de9e659", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-3de9e659", "https://www.w3.org/TR/webcodecs/#f937b7b6", - "https://www.w3.org/TR/webcodecs/#infopanel-for-f937b7b6", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-f937b7b6", - "https://www.w3.org/TR/webcodecs/#infopanel-for-f937b7b6", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-f937b7b6", "https://www.w3.org/TR/webcodecs/#06a6db54", - "https://www.w3.org/TR/webcodecs/#infopanel-for-06a6db54", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-06a6db54", - "https://www.w3.org/TR/webcodecs/#infopanel-for-06a6db54", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-06a6db54", "https://www.w3.org/TR/webcodecs/#1243a891", - "https://www.w3.org/TR/webcodecs/#infopanel-for-1243a891", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-1243a891", - "https://www.w3.org/TR/webcodecs/#infopanel-for-1243a891", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-1243a891", "https://www.w3.org/TR/webcodecs/#6b815fdd", - "https://www.w3.org/TR/webcodecs/#infopanel-for-6b815fdd", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-6b815fdd", - "https://www.w3.org/TR/webcodecs/#infopanel-for-6b815fdd", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-6b815fdd", "https://www.w3.org/TR/webcodecs/#649608b9", - "https://www.w3.org/TR/webcodecs/#infopanel-for-649608b9", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-649608b9", - "https://www.w3.org/TR/webcodecs/#infopanel-for-649608b9", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-649608b9", "https://www.w3.org/TR/webcodecs/#3fca5a9e", - "https://www.w3.org/TR/webcodecs/#infopanel-for-3fca5a9e", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-3fca5a9e", - "https://www.w3.org/TR/webcodecs/#infopanel-for-3fca5a9e", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-3fca5a9e", "https://www.w3.org/TR/webcodecs/#47dfca75", - "https://www.w3.org/TR/webcodecs/#infopanel-for-47dfca75", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-47dfca75", - "https://www.w3.org/TR/webcodecs/#infopanel-for-47dfca75", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-47dfca75", "https://www.w3.org/TR/webcodecs/#a37f05fd", - "https://www.w3.org/TR/webcodecs/#infopanel-for-a37f05fd", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-a37f05fd", - "https://www.w3.org/TR/webcodecs/#infopanel-for-a37f05fd", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-a37f05fd", "https://www.w3.org/TR/webcodecs/#984221ca", - "https://www.w3.org/TR/webcodecs/#infopanel-for-984221ca", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-984221ca", - "https://www.w3.org/TR/webcodecs/#infopanel-for-984221ca", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-984221ca", "https://www.w3.org/TR/webcodecs/#1ba47f8a", - "https://www.w3.org/TR/webcodecs/#infopanel-for-1ba47f8a", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-1ba47f8a", - "https://www.w3.org/TR/webcodecs/#infopanel-for-1ba47f8a", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-1ba47f8a", "https://www.w3.org/TR/webcodecs/#df4aa284", - "https://www.w3.org/TR/webcodecs/#infopanel-for-df4aa284", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-df4aa284", - "https://www.w3.org/TR/webcodecs/#infopanel-for-df4aa284", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-df4aa284", "https://www.w3.org/TR/webcodecs/#4f4a7078", - "https://www.w3.org/TR/webcodecs/#infopanel-for-4f4a7078", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-4f4a7078", - "https://www.w3.org/TR/webcodecs/#infopanel-for-4f4a7078", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-4f4a7078", "https://www.w3.org/TR/webcodecs/#bdd96bce", - "https://www.w3.org/TR/webcodecs/#infopanel-for-bdd96bce", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-bdd96bce", - "https://www.w3.org/TR/webcodecs/#infopanel-for-bdd96bce", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-bdd96bce", "https://www.w3.org/TR/webcodecs/#c1a5d0aa", - "https://www.w3.org/TR/webcodecs/#infopanel-for-c1a5d0aa", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-c1a5d0aa", - "https://www.w3.org/TR/webcodecs/#infopanel-for-c1a5d0aa", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-c1a5d0aa", "https://www.w3.org/TR/webcodecs/#5f5f034e", - "https://www.w3.org/TR/webcodecs/#infopanel-for-5f5f034e", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-5f5f034e", - "https://www.w3.org/TR/webcodecs/#infopanel-for-5f5f034e", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-5f5f034e", "https://www.w3.org/TR/webcodecs/#16785ec4", - "https://www.w3.org/TR/webcodecs/#infopanel-for-16785ec4", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-16785ec4", - "https://www.w3.org/TR/webcodecs/#infopanel-for-16785ec4", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-16785ec4", "https://www.w3.org/TR/webcodecs/#1b04994c", - "https://www.w3.org/TR/webcodecs/#infopanel-for-1b04994c", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-1b04994c", - "https://www.w3.org/TR/webcodecs/#infopanel-for-1b04994c", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-1b04994c", "https://www.w3.org/TR/webcodecs/#6b476808", - "https://www.w3.org/TR/webcodecs/#infopanel-for-6b476808", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-6b476808", - "https://www.w3.org/TR/webcodecs/#infopanel-for-6b476808", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-6b476808", "https://www.w3.org/TR/webcodecs/#59ed4e57", - "https://www.w3.org/TR/webcodecs/#infopanel-for-59ed4e57", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-59ed4e57", - "https://www.w3.org/TR/webcodecs/#infopanel-for-59ed4e57", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-59ed4e57", "https://www.w3.org/TR/webcodecs/#43d35049", - "https://www.w3.org/TR/webcodecs/#infopanel-for-43d35049", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-43d35049", - "https://www.w3.org/TR/webcodecs/#infopanel-for-43d35049", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-43d35049", "https://www.w3.org/TR/webcodecs/#f0e85418", - "https://www.w3.org/TR/webcodecs/#infopanel-for-f0e85418", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-f0e85418", - "https://www.w3.org/TR/webcodecs/#infopanel-for-f0e85418", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-f0e85418", "https://www.w3.org/TR/webcodecs/#f33a5993", - "https://www.w3.org/TR/webcodecs/#infopanel-for-f33a5993", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-f33a5993", - "https://www.w3.org/TR/webcodecs/#infopanel-for-f33a5993", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-f33a5993", "https://www.w3.org/TR/webcodecs/#5655d36f", - "https://www.w3.org/TR/webcodecs/#infopanel-for-5655d36f", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-5655d36f", - "https://www.w3.org/TR/webcodecs/#infopanel-for-5655d36f", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-5655d36f", "https://www.w3.org/TR/webcodecs/#bf6531af", - "https://www.w3.org/TR/webcodecs/#infopanel-for-bf6531af", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-bf6531af", - "https://www.w3.org/TR/webcodecs/#infopanel-for-bf6531af", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-bf6531af", "https://www.w3.org/TR/webcodecs/#ffba9cf8", - "https://www.w3.org/TR/webcodecs/#infopanel-for-ffba9cf8", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-ffba9cf8", - "https://www.w3.org/TR/webcodecs/#infopanel-for-ffba9cf8", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-ffba9cf8", "https://www.w3.org/TR/webcodecs/#6d997105", - "https://www.w3.org/TR/webcodecs/#infopanel-for-6d997105", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-6d997105", - "https://www.w3.org/TR/webcodecs/#infopanel-for-6d997105", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-6d997105", "https://www.w3.org/TR/webcodecs/#90a8d210", - "https://www.w3.org/TR/webcodecs/#infopanel-for-90a8d210", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-90a8d210", - "https://www.w3.org/TR/webcodecs/#infopanel-for-90a8d210", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-90a8d210", "https://www.w3.org/TR/webcodecs/#80984ff0", - "https://www.w3.org/TR/webcodecs/#infopanel-for-80984ff0", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-80984ff0", - "https://www.w3.org/TR/webcodecs/#infopanel-for-80984ff0", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-80984ff0", "https://www.w3.org/TR/webcodecs/#afce8053", - "https://www.w3.org/TR/webcodecs/#infopanel-for-afce8053", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-afce8053", - "https://www.w3.org/TR/webcodecs/#infopanel-for-afce8053", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-afce8053", "https://www.w3.org/TR/webcodecs/#d25dfb2c", - "https://www.w3.org/TR/webcodecs/#infopanel-for-d25dfb2c", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-d25dfb2c", - "https://www.w3.org/TR/webcodecs/#infopanel-for-d25dfb2c", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-d25dfb2c", "https://www.w3.org/TR/webcodecs/#5e4b6157", - "https://www.w3.org/TR/webcodecs/#infopanel-for-5e4b6157", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-5e4b6157", - "https://www.w3.org/TR/webcodecs/#infopanel-for-5e4b6157", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-5e4b6157", "https://www.w3.org/TR/webcodecs/#2f8afbfe", - "https://www.w3.org/TR/webcodecs/#infopanel-for-2f8afbfe", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-2f8afbfe", - "https://www.w3.org/TR/webcodecs/#infopanel-for-2f8afbfe", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-2f8afbfe", "https://www.w3.org/TR/webcodecs/#3aff2fb3", - "https://www.w3.org/TR/webcodecs/#infopanel-for-3aff2fb3", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-3aff2fb3", - "https://www.w3.org/TR/webcodecs/#infopanel-for-3aff2fb3", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-3aff2fb3", "https://www.w3.org/TR/webcodecs/#dca2de17", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dca2de17", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dca2de17", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dca2de17", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dca2de17", "https://www.w3.org/TR/webcodecs/#8855a9aa", - "https://www.w3.org/TR/webcodecs/#infopanel-for-8855a9aa", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-8855a9aa", - "https://www.w3.org/TR/webcodecs/#infopanel-for-8855a9aa", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-8855a9aa", "https://www.w3.org/TR/webcodecs/#d54f5897", - "https://www.w3.org/TR/webcodecs/#infopanel-for-d54f5897", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-d54f5897", - "https://www.w3.org/TR/webcodecs/#infopanel-for-d54f5897", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-d54f5897", "https://www.w3.org/TR/webcodecs/#24fec0b4", - "https://www.w3.org/TR/webcodecs/#infopanel-for-24fec0b4", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-24fec0b4", - "https://www.w3.org/TR/webcodecs/#infopanel-for-24fec0b4", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-24fec0b4", "https://www.w3.org/TR/webcodecs/#f4531911", - "https://www.w3.org/TR/webcodecs/#infopanel-for-f4531911", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-f4531911", - "https://www.w3.org/TR/webcodecs/#infopanel-for-f4531911", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-f4531911", "https://www.w3.org/TR/webcodecs/#9befea0b", - "https://www.w3.org/TR/webcodecs/#infopanel-for-9befea0b", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-9befea0b", - "https://www.w3.org/TR/webcodecs/#infopanel-for-9befea0b", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-9befea0b", "https://www.w3.org/TR/webcodecs/#c01cbda0", - "https://www.w3.org/TR/webcodecs/#infopanel-for-c01cbda0", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-c01cbda0", - "https://www.w3.org/TR/webcodecs/#infopanel-for-c01cbda0", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-c01cbda0", "https://www.w3.org/TR/webcodecs/#889e932f", - "https://www.w3.org/TR/webcodecs/#infopanel-for-889e932f", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-889e932f", - "https://www.w3.org/TR/webcodecs/#infopanel-for-889e932f", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-889e932f", "https://www.w3.org/TR/webcodecs/#797018a7", - "https://www.w3.org/TR/webcodecs/#infopanel-for-797018a7", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-797018a7", - "https://www.w3.org/TR/webcodecs/#infopanel-for-797018a7", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-797018a7", "https://www.w3.org/TR/webcodecs/#0be3911e", - "https://www.w3.org/TR/webcodecs/#infopanel-for-0be3911e", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-0be3911e", - "https://www.w3.org/TR/webcodecs/#infopanel-for-0be3911e", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-0be3911e", "https://www.w3.org/TR/webcodecs/#3182eb71", - "https://www.w3.org/TR/webcodecs/#infopanel-for-3182eb71", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-3182eb71", - "https://www.w3.org/TR/webcodecs/#infopanel-for-3182eb71", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-3182eb71", "https://www.w3.org/TR/webcodecs/#bdbd19d1", - "https://www.w3.org/TR/webcodecs/#infopanel-for-bdbd19d1", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-bdbd19d1", - "https://www.w3.org/TR/webcodecs/#infopanel-for-bdbd19d1", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-bdbd19d1", "https://www.w3.org/TR/webcodecs/#5e129c74", - "https://www.w3.org/TR/webcodecs/#infopanel-for-5e129c74", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-5e129c74", - "https://www.w3.org/TR/webcodecs/#infopanel-for-5e129c74", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-5e129c74", "https://www.w3.org/TR/webcodecs/#ec878a66", - "https://www.w3.org/TR/webcodecs/#infopanel-for-ec878a66", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-ec878a66", - "https://www.w3.org/TR/webcodecs/#infopanel-for-ec878a66", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-ec878a66", "https://www.w3.org/TR/webcodecs/#b75bb3bd", - "https://www.w3.org/TR/webcodecs/#infopanel-for-b75bb3bd", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-b75bb3bd", - "https://www.w3.org/TR/webcodecs/#infopanel-for-b75bb3bd", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-b75bb3bd", "https://www.w3.org/TR/webcodecs/#c3e881ef", - "https://www.w3.org/TR/webcodecs/#infopanel-for-c3e881ef", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-c3e881ef", - "https://www.w3.org/TR/webcodecs/#infopanel-for-c3e881ef", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-c3e881ef", "https://www.w3.org/TR/webcodecs/#82ca3efc", - "https://www.w3.org/TR/webcodecs/#infopanel-for-82ca3efc", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-82ca3efc", - "https://www.w3.org/TR/webcodecs/#infopanel-for-82ca3efc", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-82ca3efc", "https://www.w3.org/TR/webcodecs/#d0b4a948", - "https://www.w3.org/TR/webcodecs/#infopanel-for-d0b4a948", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-d0b4a948", - "https://www.w3.org/TR/webcodecs/#infopanel-for-d0b4a948", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-d0b4a948", "https://www.w3.org/TR/webcodecs/#5372cca8", - "https://www.w3.org/TR/webcodecs/#infopanel-for-5372cca8", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-5372cca8", - "https://www.w3.org/TR/webcodecs/#infopanel-for-5372cca8", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-5372cca8", "https://www.w3.org/TR/webcodecs/#e97b1447", - "https://www.w3.org/TR/webcodecs/#infopanel-for-e97b1447", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-e97b1447", - "https://www.w3.org/TR/webcodecs/#infopanel-for-e97b1447", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-e97b1447", "https://www.w3.org/TR/webcodecs/#8c800cdf", - "https://www.w3.org/TR/webcodecs/#infopanel-for-8c800cdf", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-8c800cdf", - "https://www.w3.org/TR/webcodecs/#infopanel-for-8c800cdf", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-8c800cdf", "https://www.w3.org/TR/webcodecs/#eec1be2d", - "https://www.w3.org/TR/webcodecs/#infopanel-for-eec1be2d", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-eec1be2d", - "https://www.w3.org/TR/webcodecs/#infopanel-for-eec1be2d", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-eec1be2d", "https://www.w3.org/TR/webcodecs/#f8de33a3", - "https://www.w3.org/TR/webcodecs/#infopanel-for-f8de33a3", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-f8de33a3", - "https://www.w3.org/TR/webcodecs/#infopanel-for-f8de33a3", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-f8de33a3", "https://www.w3.org/TR/webcodecs/#9aeb0a82", - "https://www.w3.org/TR/webcodecs/#infopanel-for-9aeb0a82", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-9aeb0a82", - "https://www.w3.org/TR/webcodecs/#infopanel-for-9aeb0a82", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-9aeb0a82", "https://www.w3.org/TR/webcodecs/#9cce47fd", - "https://www.w3.org/TR/webcodecs/#infopanel-for-9cce47fd", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-9cce47fd", - "https://www.w3.org/TR/webcodecs/#infopanel-for-9cce47fd", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-9cce47fd", "https://www.w3.org/TR/webcodecs/#3b5f2424", - "https://www.w3.org/TR/webcodecs/#infopanel-for-3b5f2424", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-3b5f2424", - "https://www.w3.org/TR/webcodecs/#infopanel-for-3b5f2424", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-3b5f2424", "https://www.w3.org/TR/webcodecs/#4013a022", - "https://www.w3.org/TR/webcodecs/#infopanel-for-4013a022", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-4013a022", - "https://www.w3.org/TR/webcodecs/#infopanel-for-4013a022", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-4013a022", "https://www.w3.org/TR/webcodecs/#5f90bbfb", - "https://www.w3.org/TR/webcodecs/#infopanel-for-5f90bbfb", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-5f90bbfb", - "https://www.w3.org/TR/webcodecs/#infopanel-for-5f90bbfb", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-5f90bbfb", "https://www.w3.org/TR/webcodecs/#583773dd", - "https://www.w3.org/TR/webcodecs/#infopanel-for-583773dd", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-583773dd", - "https://www.w3.org/TR/webcodecs/#infopanel-for-583773dd", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-583773dd", "https://www.w3.org/TR/webcodecs/#e97a9688", - "https://www.w3.org/TR/webcodecs/#infopanel-for-e97a9688", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-e97a9688", - "https://www.w3.org/TR/webcodecs/#infopanel-for-e97a9688", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-e97a9688", "https://www.w3.org/TR/webcodecs/#f14b47b8", - "https://www.w3.org/TR/webcodecs/#infopanel-for-f14b47b8", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-f14b47b8", - "https://www.w3.org/TR/webcodecs/#infopanel-for-f14b47b8", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-f14b47b8", "https://www.w3.org/TR/webcodecs/#8db90fd1", - "https://www.w3.org/TR/webcodecs/#infopanel-for-8db90fd1", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-8db90fd1", - "https://www.w3.org/TR/webcodecs/#infopanel-for-8db90fd1", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-8db90fd1", "https://www.w3.org/TR/webcodecs/#dd2fde5d", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dd2fde5d", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dd2fde5d", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dd2fde5d", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dd2fde5d", "https://www.w3.org/TR/webcodecs/#e9597ac9", - "https://www.w3.org/TR/webcodecs/#infopanel-for-e9597ac9", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-e9597ac9", - "https://www.w3.org/TR/webcodecs/#infopanel-for-e9597ac9", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-e9597ac9", "https://www.w3.org/TR/webcodecs/#references", "https://www.w3.org/TR/webcodecs/#normative", "https://www.w3.org/TR/webcodecs/#biblio-css-images-3", diff --git a/tr/index.json b/tr/index.json index f7a88146a6da..cf3143c45c04 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-10-04T01:34:52.905Z", + "date": "2024-10-05T01:34:16.839Z", "options": { "fallback": "tr/index.json", "output": "report", @@ -711,7 +711,7 @@ "https://aomediacodec.github.io/av1-spec/" ], "crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf", - "date": "4 October 2024", + "date": "5 October 2024", "links": "links/av1-spec.json" }, { @@ -2261,11 +2261,11 @@ ], "crawled": "https://www.w3.org/TR/css-anchor-position-1/", "crawlCacheInfo": { - "lastModified": "Tue, 26 Mar 2024 00:56:07 GMT" + "lastModified": "Fri, 04 Oct 2024 23:03:05 GMT" }, "generator": "bikeshed", - "date": "26 March 2024", - "revision": "7f2cacd5b13b8baa544324bd7f90d94173cd5e2b", + "date": "4 October 2024", + "revision": "6710397edd8929d99310823ea63ef5768de16ceb", "algorithms": "algorithms/css-anchor-position-1.json", "links": "links/css-anchor-position-1.json", "refs": "refs/css-anchor-position-1.json", @@ -12893,11 +12893,11 @@ ], "crawled": "https://www.w3.org/TR/mediasession/", "crawlCacheInfo": { - "lastModified": "Mon, 30 Sep 2024 23:52:52 GMT" + "lastModified": "Fri, 04 Oct 2024 16:41:40 GMT" }, "generator": "bikeshed", - "date": "30 September 2024", - "revision": "1ef0e12a8d33095bb2409d3d35c80b9b7aef3338", + "date": "4 October 2024", + "revision": "3fbd7431abacf928b229149931125321d4787d12", "algorithms": "algorithms/mediasession.json", "links": "links/mediasession.json", "refs": "refs/mediasession.json", @@ -18672,11 +18672,11 @@ ], "crawled": "https://www.w3.org/TR/wasm-js-api-2/", "crawlCacheInfo": { - "lastModified": "Thu, 03 Oct 2024 00:39:48 GMT" + "lastModified": "Fri, 04 Oct 2024 20:23:10 GMT" }, "generator": "bikeshed", - "date": "3 October 2024", - "revision": "f1e8a19b947452fd4e9c451ba52da9144107e012", + "date": "4 October 2024", + "revision": "2d480da2357a82308616ad6be0f55d2cf2c6bd83", "algorithms": "algorithms/wasm-js-api-2.json", "links": "links/wasm-js-api-2.json", "refs": "refs/wasm-js-api-2.json", @@ -20037,11 +20037,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs/", "crawlCacheInfo": { - "lastModified": "Mon, 09 Sep 2024 23:09:00 GMT" + "lastModified": "Fri, 04 Oct 2024 19:10:08 GMT" }, "generator": "bikeshed", - "date": "9 September 2024", - "revision": "dd799db0d93d8fed60a771bc1db0ecf75de14798", + "date": "4 October 2024", + "revision": "4bea332491d40a41434f5d6e054189767f77a847", "algorithms": "algorithms/webcodecs.json", "links": "links/webcodecs.json", "refs": "refs/webcodecs.json", diff --git a/tr/links/css-anchor-position-1.json b/tr/links/css-anchor-position-1.json index bf55b5ffd9bf..4d7ce2917a6a 100644 --- a/tr/links/css-anchor-position-1.json +++ b/tr/links/css-anchor-position-1.json @@ -7,26 +7,24 @@ "rawlinks": { "https://datatracker.ietf.org/doc/html/rfc2119": {}, "https://dom.spec.whatwg.org/": {}, + "https://drafts.csswg.org/css-env-1/": {}, + "https://drafts.csswg.org/css-position-4/": {}, "https://github.com/w3c/csswg-drafts/issues": {}, "https://html.spec.whatwg.org/multipage/": {}, "https://infra.spec.whatwg.org/": {}, "https://lists.w3.org/Archives/Public/public-css-archive/": {}, "https://lists.w3.org/Archives/Public/public-css-testsuite": {}, "https://lists.w3.org/Archives/Public/www-style/": {}, - "https://webidl.spec.whatwg.org/": {}, - "https://www.w3.org/2023/Process-20231103/": { - "anchors": [ - "recs-and-notes" - ] - }, - "https://www.w3.org/Consortium/Patent-Policy-20200915/": { + "https://w3c.github.io/aria/": { "anchors": [ - "def-essential", - "sec-Disclosure" + "aria-details", + "aria-describedby" ] }, + "https://webidl.spec.whatwg.org/": {}, "https://www.w3.org/Style/CSS/Test/": {}, "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/2024/WD-css-anchor-position-1-20240326/": {}, "https://www.w3.org/TR/CSS/": { "anchors": [ "future-proofing", @@ -34,6 +32,11 @@ "proprietary-extension" ] }, + "https://www.w3.org/TR/CSS2/about.html": { + "anchors": [ + "property-defs" + ] + }, "https://www.w3.org/TR/CSS21/": {}, "https://www.w3.org/TR/CSS21/conform.html": { "anchors": [ @@ -42,7 +45,11 @@ "ignore" ] }, - "https://www.w3.org/TR/css-align-3/": {}, + "https://www.w3.org/TR/css-align-3/": { + "anchors": [ + "overflow-values" + ] + }, "https://www.w3.org/TR/css-box-4/": {}, "https://www.w3.org/TR/css-break-4/": {}, "https://www.w3.org/TR/css-cascade-5/": {}, @@ -55,12 +62,14 @@ "computed" ] }, + "https://www.w3.org/TR/css-conditional-5/": {}, "https://www.w3.org/TR/css-contain-2/": {}, - "https://www.w3.org/TR/css-contain-3/": {}, "https://www.w3.org/TR/css-display-3/": {}, "https://www.w3.org/TR/css-logical-1/": {}, "https://www.w3.org/TR/css-overflow-3/": {}, + "https://www.w3.org/TR/css-overflow-4/": {}, "https://www.w3.org/TR/css-position-3/": {}, + "https://www.w3.org/TR/css-pseudo-4/": {}, "https://www.w3.org/TR/css-pseudo/": { "anchors": [ "generated-content" @@ -73,6 +82,11 @@ "https://www.w3.org/TR/css-syntax-3/": {}, "https://www.w3.org/TR/css-transforms-1/": {}, "https://www.w3.org/TR/css-transitions-1/": {}, + "https://www.w3.org/TR/css-values-3/": { + "anchors": [ + "value-defs" + ] + }, "https://www.w3.org/TR/css-values-4/": {}, "https://www.w3.org/TR/css-values/": { "anchors": [ @@ -80,6 +94,7 @@ "percentages" ] }, + "https://www.w3.org/TR/css-variables-1/": {}, "https://www.w3.org/TR/css-writing-modes-4/": {}, "https://www.w3.org/TR/cssom-1/": {}, "https://www.w3.org/TR/cssom/": { @@ -96,7 +111,18 @@ ] }, "https://www.w3.org/groups/wg/css": {}, - "https://www.w3.org/groups/wg/css/ipr": {} + "https://www.w3.org/groups/wg/css/ipr": {}, + "https://www.w3.org/policies/patent-policy/20200915/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ] + }, + "https://www.w3.org/policies/process/20231103/": { + "anchors": [ + "recs-and-notes" + ] + } }, "autolinks": { "https://dom.spec.whatwg.org/": { @@ -106,9 +132,11 @@ "concept-shadow-tree" ] }, - "https://drafts.csswg.org/css-contain-3/": { + "https://drafts.csswg.org/css-env-1/": { "anchors": [ - "container-query-length" + "funcdef-env", + "css-environment-variable", + "valdef-env-safe-area-inset-top" ] }, "https://drafts.csswg.org/css-logical-1/": { @@ -116,12 +144,29 @@ "inset-properties" ] }, + "https://drafts.csswg.org/css-position-4/": { + "anchors": [ + "in-a-higher-top-layer", + "in-the-same-top-layer" + ] + }, "https://drafts.csswg.org/css-scoping-1/": { "anchors": [ + "flat-tree", "css-tree-scoped-name", "css-tree-scoped-reference" ] }, + "https://drafts.csswg.org/css-variables-1/": { + "anchors": [ + "arbitrary-substitution-function" + ] + }, + "https://drafts.csswg.org/cssom-1/": { + "anchors": [ + "cssstyledeclaration-readonly-flag" + ] + }, "https://html.spec.whatwg.org/multipage/grouping-content.html": { "anchors": [ "the-li-element" @@ -138,6 +183,11 @@ "iteration-continue" ] }, + "https://w3c.github.io/aria/": { + "anchors": [ + "host_general_role" + ] + }, "https://webidl.spec.whatwg.org/": { "anchors": [ "Exposed", @@ -161,30 +211,40 @@ "propdef-justify-self", "propdef-justify-items", "propdef-align-items", - "valdef-self-position-center" + "valdef-self-position-center", + "typedef-self-position", + "typedef-baseline-position" ] }, "https://www.w3.org/TR/css-box-4/": { "anchors": [ + "margin-edge", + "border-box", + "propdef-margin-top", + "propdef-margin-left", + "propdef-margin-right", + "propdef-margin-bottom", "margin-properties", "margin-box" ] }, "https://www.w3.org/TR/css-break-4/": { "anchors": [ - "fragment" + "fragment", + "box-fragment" ] }, "https://www.w3.org/TR/css-cascade-5/": { "anchors": [ + "reset-only-sub-property", "computed-value", + "used-value", "css-property", "cascade-origin-author", "cascade-origin-animation", "valdef-all-revert", - "valdef-all-revert-layer", "cascade-origin-user", - "used-value" + "valdef-all-revert-layer" ] }, "https://www.w3.org/TR/css-cascade-6/": { @@ -192,6 +252,12 @@ "origin" ] }, + "https://www.w3.org/TR/css-conditional-5/": { + "anchors": [ + "container-query", + "container-query-length" + ] + }, "https://www.w3.org/TR/css-contain-2/": { "anchors": [ "containment", @@ -199,21 +265,18 @@ "layout-containment", "skips-its-contents", "propdef-content-visibility", - "relevant-to-the-user" - ] - }, - "https://www.w3.org/TR/css-contain-3/": { - "anchors": [ - "container-query" + "relevant-to-the-user", + "paint-containment" ] }, "https://www.w3.org/TR/css-display-3/": { "anchors": [ "principal-box", + "elements", "containing-block", - "initial-containing-block", "containing-block-chain", - "elements" + "initial-containing-block", + "propdef-visibility" ] }, "https://www.w3.org/TR/css-logical-1/": { @@ -226,18 +289,34 @@ "https://www.w3.org/TR/css-overflow-3/": { "anchors": [ "scroll-container", - "scroll-offset" + "scroll-offset", + "ink-overflow-rectangle", + "propdef-overflow" + ] + }, + "https://www.w3.org/TR/css-overflow-4/": { + "anchors": [ + "overflow-clip-edge" ] }, "https://www.w3.org/TR/css-position-3/": { "anchors": [ "absolute-position", + "propdef-position", "valdef-top-auto", - "propdef-left", - "propdef-right", "inset-modified-containing-block", + "original-containing-block", "propdef-top", - "propdef-bottom" + "propdef-left", + "propdef-right", + "propdef-bottom", + "propdef-inset-block-start", + "propdef-inset-block-end" + ] + }, + "https://www.w3.org/TR/css-pseudo-4/": { + "anchors": [ + "tree-abiding" ] }, "https://www.w3.org/TR/css-shadow-parts-1/": { @@ -248,9 +327,12 @@ "https://www.w3.org/TR/css-sizing-3/": { "anchors": [ "propdef-max-height", - "available", "sizing-property", - "propdef-width" + "propdef-width", + "propdef-height", + "propdef-min-width", + "propdef-min-height", + "propdef-max-width" ] }, "https://www.w3.org/TR/css-sizing-4/": { @@ -265,11 +347,13 @@ }, "https://www.w3.org/TR/css-transforms-1/": { "anchors": [ + "propdef-transform", "funcdef-transform-translate" ] }, "https://www.w3.org/TR/css-values-4/": { "anchors": [ + "css-wide-keywords", "comb-one", "typedef-dashed-ident", "mult-comma", @@ -277,6 +361,7 @@ "mult-num-range", "length-value", "mult-opt", + "comb-all", "comb-comma", "typedef-length-percentage", "percentage-value", @@ -284,11 +369,17 @@ "computed-length" ] }, + "https://www.w3.org/TR/css-variables-1/": { + "anchors": [ + "invalid-at-computed-value-time", + "substitute-a-var" + ] + }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ + "writing-mode", "start", "end", - "writing-mode", "block-axis", "inline-axis", "block-start", @@ -301,8 +392,12 @@ "anchors": [ "cssrule", "cssomstring", - "dom-cssstyledeclaration-csstext", - "cssstyledeclaration" + "cssstyledeclaration", + "cssstyledeclaration-computed-flag", + "cssstyledeclaration-declarations", + "concept-declarations-specified-order", + "cssstyledeclaration-parent-css-rule", + "cssstyledeclaration-owner-node" ] }, "https://www.w3.org/TR/resize-observer-1/": { @@ -312,8 +407,7 @@ }, "https://www.w3.org/TR/selectors-4/": { "anchors": [ - "originating-element", - "pseudo-element" + "originating-element" ] }, "https://www.w3.org/TR/web-animations-1/": { diff --git a/tr/links/mediasession.json b/tr/links/mediasession.json index a21ce5ed92c5..fe348b3c97c1 100644 --- a/tr/links/mediasession.json +++ b/tr/links/mediasession.json @@ -121,9 +121,9 @@ "mime-type" ] }, - "https://tc39.es/ecma262/multipage/fundamental-objects.html": { + "https://tc39.es/ecma262/multipage/abstract-operations.html": { "anchors": [ - "sec-object.freeze" + "sec-setintegritylevel" ] }, "https://url.spec.whatwg.org/": { @@ -145,8 +145,11 @@ "notallowederror", "idl-DOMString", "idl-frozen-array", + "idl-object", "idl-sequence", "dfn-create-frozen-array", + "dfn-convert-idl-to-javascript-value", + "dfn-convert-ecmascript-to-idl-value", "idl-double", "idl-USVString", "dfn-dictionary-member", diff --git a/tr/links/webcodecs.json b/tr/links/webcodecs.json index aad427b19c67..098e86b0dd05 100644 --- a/tr/links/webcodecs.json +++ b/tr/links/webcodecs.json @@ -85,8 +85,9 @@ "the-image-argument-is-not-origin-clean", "htmlcanvaselement", "offscreencanvas", - "predefinedcolorspace", - "dom-predefinedcolorspace-srgb" + "dom-predefinedcolorspace-srgb", + "dom-predefinedcolorspace-display-p3", + "predefinedcolorspace" ] }, "https://html.spec.whatwg.org/multipage/embedded-content.html": { diff --git a/tr/refs/css-anchor-position-1.json b/tr/refs/css-anchor-position-1.json index 263c396fcd67..5f4f68b36d0e 100644 --- a/tr/refs/css-anchor-position-1.json +++ b/tr/refs/css-anchor-position-1.json @@ -33,6 +33,10 @@ "name": "CSS-DISPLAY-3", "url": "https://www.w3.org/TR/css-display-3/" }, + { + "name": "CSS-ENV-1", + "url": "https://drafts.csswg.org/css-env-1/" + }, { "name": "CSS-LOGICAL-1", "url": "https://www.w3.org/TR/css-logical-1/" @@ -41,10 +45,22 @@ "name": "CSS-OVERFLOW-3", "url": "https://www.w3.org/TR/css-overflow-3/" }, + { + "name": "CSS-OVERFLOW-4", + "url": "https://www.w3.org/TR/css-overflow-4/" + }, { "name": "CSS-POSITION-3", "url": "https://www.w3.org/TR/css-position-3/" }, + { + "name": "CSS-POSITION-4", + "url": "https://drafts.csswg.org/css-position-4/" + }, + { + "name": "CSS-PSEUDO-4", + "url": "https://www.w3.org/TR/css-pseudo-4/" + }, { "name": "CSS-SCOPING-1", "url": "https://www.w3.org/TR/css-scoping-1/" @@ -61,16 +77,24 @@ "name": "CSS-TRANSFORMS-1", "url": "https://www.w3.org/TR/css-transforms-1/" }, + { + "name": "CSS-VALUES-3", + "url": "https://www.w3.org/TR/css-values-3/" + }, { "name": "CSS-VALUES-4", "url": "https://www.w3.org/TR/css-values-4/" }, + { + "name": "CSS-VARIABLES-1", + "url": "https://www.w3.org/TR/css-variables-1/" + }, { "name": "CSS-WRITING-MODES-4", "url": "https://www.w3.org/TR/css-writing-modes-4/" }, { - "name": "CSS21", + "name": "CSS2", "url": "https://www.w3.org/TR/CSS21/" }, { @@ -104,8 +128,8 @@ ], "informative": [ { - "name": "CSS-CONTAIN-3", - "url": "https://www.w3.org/TR/css-contain-3/" + "name": "CSS-CONDITIONAL-5", + "url": "https://www.w3.org/TR/css-conditional-5/" }, { "name": "CSS-SHADOW-PARTS-1",