From c380c6eb867edd879937b982d0d15a1941ebd3b6 Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Thu, 13 Feb 2025 01:35:26 +0000 Subject: [PATCH] Update of TR report from new reffy run Using reffy commit 18.3.1. --- tr/algorithms/ambient-light.json | 10 +- tr/algorithms/media-capabilities.json | 198 +++++++++--- tr/algorithms/pointerevents4.json | 18 +- tr/algorithms/presentation-api.json | 108 +++---- tr/algorithms/webtransport.json | 142 ++++----- tr/dfns/accelerometer.json | 133 ++++---- tr/dfns/ambient-light.json | 63 ++-- tr/dfns/magnetometer.json | 174 ++++++----- tr/dfns/media-capabilities.json | 212 ++++++------- tr/dfns/proximity.json | 77 +++-- tr/dfns/webcodecs-aac-codec-registration.json | 21 +- tr/dfns/webcodecs-av1-codec-registration.json | 7 +- tr/dfns/webcodecs-avc-codec-registration.json | 28 +- .../webcodecs-flac-codec-registration.json | 14 +- .../webcodecs-hevc-codec-registration.json | 28 +- .../webcodecs-opus-codec-registration.json | 112 ++++--- tr/dfns/webcodecs-vp9-codec-registration.json | 7 +- tr/dfns/webtransport.json | 103 ++++++ tr/headings/media-capabilities.json | 51 ++- tr/headings/webtransport.json | 2 +- tr/idl/media-capabilities.idl | 6 +- tr/idl/webtransport.idl | 43 +-- tr/ids/accelerometer.json | 277 +---------------- tr/ids/ambient-light.json | 205 +----------- tr/ids/magnetometer.json | 293 +----------------- tr/ids/media-capabilities.json | 144 ++++++--- tr/ids/pointerevents4.json | 122 ++++---- tr/ids/proximity.json | 225 +------------- tr/ids/webcodecs-aac-codec-registration.json | 57 +--- tr/ids/webcodecs-av1-codec-registration.json | 45 +-- tr/ids/webcodecs-avc-codec-registration.json | 77 +---- tr/ids/webcodecs-flac-codec-registration.json | 57 +--- tr/ids/webcodecs-hevc-codec-registration.json | 77 +---- tr/ids/webcodecs-opus-codec-registration.json | 125 +------- tr/ids/webcodecs-ulaw-codec-registration.json | 13 +- tr/ids/webcodecs-vp9-codec-registration.json | 41 +-- tr/ids/webtransport.json | 103 ++++-- tr/index.json | 144 ++++----- tr/links/ambient-light.json | 19 +- tr/links/core-aam-1.2.json | 154 --------- tr/links/dpub-aria-1.1.json | 49 +-- tr/links/media-capabilities.json | 20 +- tr/links/mediacapture-fromelement.json | 35 +-- tr/links/presentation-api.json | 124 ++++---- tr/links/proximity.json | 21 +- .../webcodecs-aac-codec-registration.json | 2 +- .../webcodecs-av1-codec-registration.json | 2 +- .../webcodecs-avc-codec-registration.json | 2 +- .../webcodecs-flac-codec-registration.json | 2 +- .../webcodecs-hevc-codec-registration.json | 2 +- .../webcodecs-opus-codec-registration.json | 2 +- .../webcodecs-ulaw-codec-registration.json | 2 +- .../webcodecs-vp9-codec-registration.json | 2 +- tr/links/webtransport.json | 29 +- tr/refs/media-capabilities.json | 8 +- tr/refs/mediacapture-fromelement.json | 2 +- 56 files changed, 1368 insertions(+), 2671 deletions(-) diff --git a/tr/algorithms/ambient-light.json b/tr/algorithms/ambient-light.json index 0159453f4435..acc024570998 100644 --- a/tr/algorithms/ambient-light.json +++ b/tr/algorithms/ambient-light.json @@ -9,7 +9,7 @@ "rationale": "let", "steps": [ { - "html": "

Let illuminance be the result of invoking get value from latest\n reading with this and \"illuminance\" as arguments.

" + "html": "

Let illuminance be the result of invoking get value from latest reading with this and \"illuminance\" as arguments.

" }, { "html": "

Return illuminance.

" @@ -62,13 +62,13 @@ "html": "

Let latestIlluminance be latestReading[\"illuminance\"].

" }, { - "html": "

If abs(latestIlluminance - newIlluminance) < illuminance\n threshold value, return false.

" + "html": "

If abs(latestIlluminance - newIlluminance) < illuminance threshold value, return false.

" }, { - "html": "

Let roundedNewReading be the result of invoking the ambient light\n reading quantization algorithm algorithm with newIlluminance.

" + "html": "

Let roundedNewReading be the result of invoking the ambient light reading quantization algorithm algorithm with newIlluminance.

" }, { - "html": "

Let roundedLatestReading be the result of invoking the ambient\n light reading quantization algorithm algorithm with latestIlluminance.

" + "html": "

Let roundedLatestReading be the result of invoking the ambient light reading quantization algorithm algorithm with latestIlluminance.

" }, { "html": "

If roundedNewReading[\"illuminance\"] and roundedLatestIlluminance[\"illuminance\"]\n are equal, return false.

" @@ -87,7 +87,7 @@ "html": "

Let quantizedReading be reading.

" }, { - "html": "

Set quantizedReading[\"illuminance\"] to the multiple of the illuminance\n rounding multiple that reading[\"illuminance\"] is closest to.

" + "html": "

Set quantizedReading[\"illuminance\"] to the multiple of the illuminance rounding multiple that reading[\"illuminance\"] is closest to.

" }, { "html": "

Return quantizedReading.

" diff --git a/tr/algorithms/media-capabilities.json b/tr/algorithms/media-capabilities.json index 4178858dc96c..f3c19059091a 100644 --- a/tr/algorithms/media-capabilities.json +++ b/tr/algorithms/media-capabilities.json @@ -37,16 +37,19 @@ "rationale": "if", "steps": [ { - "html": "If configuration’s contentType is\n not a valid video MIME type, return false and\n abort these steps." + "html": "If framerate is not finite or is not greater\n than 0, return false and abort these steps." }, { - "html": "If framerate is not finite or is not greater\n than 0, return false and abort these steps." + "html": "If an optional member is specified for a MediaDecodingType or MediaEncodingType to which it’s not applicable, return false and abort these steps. See applicability rules\n in the member definitions below." }, { - "html": "If an optional member is specified for a MediaDecodingType or MediaEncodingType to which it’s not applicable, return false and abort these steps. See applicability rules\n in the member definitions below." + "html": "Let mimeType be the result of running parse a MIME type with configuration’s contentType." }, { - "html": "Return true." + "html": "If mimeType is failure, return false." + }, + { + "html": "Return the result of running check MIME type validity with mimeType and video." } ] }, @@ -54,34 +57,72 @@ "name": "valid audio configuration", "href": "https://www.w3.org/TR/media-capabilities/#valid-audio-configuration", "html": "To check if a AudioConfiguration configuration is a valid audio configuration, the following steps MUST be run:", - "rationale": "if", + "rationale": "let", "steps": [ { - "html": "If configuration’s contentType is\n not a valid audio MIME type, return false and\n abort these steps." + "html": "Let mimeType be the result of running parse a MIME type with configuration’s contentType." }, { - "html": "Return true." + "html": "If mimeType is failure, return false." + }, + { + "html": "Return the result of running check MIME type validity with mimeType and audio." } ] }, { - "html": "Given a MediaEncodingConfiguration configuration, this\n algorithm returns a MediaCapabilitiesEncodingInfo. The following\n steps are run:", - "rationale": "let", + "name": "Create a MediaCapabilitiesEncodingInfo", + "href": "https://www.w3.org/TR/media-capabilities/#abstract-opdef-create-a-mediacapabilitiesencodinginfo", + "html": "To create a MediaCapabilitiesEncodingInfo, given a MediaEncodingConfiguration configuration, run the\n following steps. They return a MediaCapabilitiesEncodingInfo:", + "rationale": ".algorithm", "steps": [ { "html": "Let info be a new MediaCapabilitiesEncodingInfo instance. Unless stated otherwise, reading and writing apply to info for the next steps." }, { - "html": "Set configuration to be a\n new MediaEncodingConfiguration. For every property in configuration create a new property with the same name and\n value in configuration." + "html": "Set configuration to be a\n new MediaEncodingConfiguration. For every property in configuration create a new property with the same name and\n value in configuration." }, { - "html": "If the user agent is able to encode the media represented by configuration, set supported to true. Otherwise set it to false." + "html": "Let videoSupported be unknown." }, { - "html": "If the user agent is able to encode the media represented by configuration at the indicated framerate, set smooth to true. Otherwise\n set it to false." + "html": "If video is present in configuration, run the following steps:", + "rationale": "let", + "steps": [ + { + "html": "Let videoMimeType be the result of running parse a MIME type with configuration’s contentType." + }, + { + "html": "Set videoSupported to the result of running check MIME type support with videoMimeType and configuration’s type." + } + ] }, { - "html": "If the user agent is able to encode the media represented by configuration in a power efficient manner, set powerEfficient to true.\n Otherwise set it to false." + "html": "Let audioSupported be unknown." + }, + { + "html": "If audio is present in configuration,\n run the following steps:", + "rationale": "let", + "steps": [ + { + "html": "Let audioMimeType be the result of running parse a MIME type with configuration’s contentType." + }, + { + "html": "Set audioSupported to the result of running check MIME type support with audioMimeType and configuration’s type." + } + ] + }, + { + "html": "If either videoSupported or audioSupported is unsupported, set supported to false, smooth to false, powerEfficient to false, and return info." + }, + { + "html": "Otherwise, set supported to true." + }, + { + "html": "If the user agent is able to encode the media represented by configuration at the indicated framerate, set smooth to true. Otherwise\n set it to false." + }, + { + "html": "If the user agent is able to encode the media represented by configuration in a power efficient manner, set powerEfficient to true.\n Otherwise set it to false." }, { "html": "Return info." @@ -89,24 +130,29 @@ ] }, { - "html": "Given a MediaDecodingConfiguration configuration, this\n algorithm returns a MediaCapabilitiesDecodingInfo. The following\n steps are run:", - "rationale": "let", + "name": "Create a MediaCapabilitiesDecodingInfo", + "href": "https://www.w3.org/TR/media-capabilities/#abstract-opdef-create-a-mediacapabilitiesdecodinginfo", + "html": "To create a MediaCapabilitiesDecodingInfo, given a MediaDecodingConfiguration configuration, perform the\n following steps. They return a MediaCapabilitiesDecodingInfo:", + "rationale": ".algorithm", "steps": [ { "html": "Let info be a new MediaCapabilitiesDecodingInfo instance. Unless stated otherwise, reading and writing apply to info for the next steps." }, { - "html": "Set configuration to be a new MediaDecodingConfiguration. For every property in configuration create a new property with the same name and\n value in configuration." + "html": "Set configuration to be a new MediaDecodingConfiguration. For every property in configuration create a new property with the same name and\n value in configuration." }, { "html": "If configuration.keySystemConfiguration exists:", "rationale": "set", "steps": [ { - "html": "Set keySystemAccess to the result of running the Check Encrypted Decoding\n Support algorithm with configuration." + "html": "Set keySystemAccess to the result of running the Check Encrypted Decoding Support algorithm with configuration." }, { - "html": "If keySystemAccess is not null set supported to true. Otherwise set it to false." + "html": "If keySystemAccess is null, set supported to false, smooth to false, powerEfficient to false, and return info." + }, + { + "html": "Otherwise, set supported to true and continue with step 6." } ] }, @@ -118,18 +164,48 @@ "html": "Set keySystemAccess to null." }, { - "html": "If the user agent is able to decode the media represented\n by configuration, set supported to true." + "html": "Let videoSupported be unknown." + }, + { + "html": "If video is present in configuration,\n run the following steps:", + "rationale": "let", + "steps": [ + { + "html": "Let videoMimeType be the result of running parse a MIME type with configuration’s contentType." + }, + { + "html": "Set videoSupported be the result of running check MIME type support with videoMimeType and configuration’s type." + } + ] }, { - "html": "Otherwise, set it to false." + "html": "Let audioSupported be unknown." + }, + { + "html": "If audio is present in configuration,\n run the following steps:", + "rationale": "let", + "steps": [ + { + "html": "Let audioMimeType be the result of running parse a MIME type with configuration’s contentType." + }, + { + "html": "Set audioSupported to the result of running check MIME type support with audioMimeType and configuration’s type." + } + ] + }, + { + "html": "If either videoSupported or audioSupported is unsupported, set supported to false, smooth to false, powerEfficient to false, and return info." } ] }, { - "html": "If the user agent is able to decode the media represented by configuration at the indicated framerate\n without dropping frames, set smooth to true. Otherwise set it to false." + "html": "Set supported to true." + }, + { + "html": "If the user agent is able to decode the media represented by configuration at the indicated framerate\n without dropping frames, set smooth to true. Otherwise set it to false." }, { - "html": "If the user agent is able to decode the media represented by configuration in a power efficient manner, set powerEfficient to true. Otherwise set it to false." + "html": "If the user agent is able to decode the media represented by configuration in a power efficient manner, set powerEfficient to true. Otherwise set it to false." }, { "html": "Return info." @@ -137,14 +213,62 @@ ] }, { - "html": "Given a MediaDecodingConfiguration config where keySystemConfiguration exists, this algorithm returns a MediaKeySystemAccess or null as appropriate. The\n following steps are run:", - "rationale": "if", + "name": "Check MIME Type Validity", + "href": "https://www.w3.org/TR/media-capabilities/#abstract-opdef-check-mime-type-validity", + "html": "To check MIME type validity given a MIME type record mimeType and\n a string media, run the following steps:", + "rationale": ".algorithm", + "steps": [ + { + "html": "If the type of mimeType per [RFC9110] is neither media nor application, return false." + }, + { + "html": "If the combined type and subtype members\n of mimeType allow a single media codec and the parameters member of mimeType is not empty,\n return false." + }, + { + "html": "If the combined type and subtype members\n of mimeType allow multiple media codecs, run the following steps:", + "rationale": "if", + "steps": [ + { + "html": "If the parameters member of mimeType does not contain a single key named \"codecs\", return false." + }, + { + "html": "If the value of mimeType.parameters[\"codecs\"] does not describe a single media codec, return false." + } + ] + }, + { + "html": "Return true." + } + ] + }, + { + "name": "Check MIME Type Support", + "href": "https://www.w3.org/TR/media-capabilities/#abstract-opdef-check-mime-type-support", + "html": "To check MIME type support, given a MIME type record mimeType and either a MediaEncodingType or MediaDecodingType encodingOrDecodingType, perform the following\n steps. They return supported if\n the MIME type is supported by the user agent, unsupported if the MIME type is not supported:", + "rationale": ".algorithm", + "steps": [ + { + "html": "If encodingOrDecodingType is webrtc (MediaEncodingType)\n or webrtc (MediaDecodingType) and mimeType is not one\n that is used with RTP (as defined in the specifications of the corresponding RTP\n payload formats [IANA-MEDIA-TYPES] [RFC6838]), return unsupported." + }, + { + "html": "If mimeType is not supported by the user agent, return unsupported." + }, + { + "html": "Return supported." + } + ] + }, + { + "name": "Check Encrypted Decoding Support", + "href": "https://www.w3.org/TR/media-capabilities/#abstract-opdef-check-encrypted-decoding-support", + "html": "To check encrypted decoding support, given a MediaDecodingConfiguration config where keySystemConfiguration exists, perform the\n following steps. They return a MediaKeySystemAccess or null as appropriate:", + "rationale": ".algorithm", "steps": [ { "html": "If the keySystem member of config.keySystemConfiguration is not one of the Key Systems supported by the user agent, return null. String comparison is case-sensitive." }, { - "html": "Let origin be the origin of the calling context’s Document." + "html": "Let origin be the origin of the calling context’s Document." }, { "html": "Let implementation be the implementation of config.keySystemConfiguration.keySystem." @@ -166,7 +290,7 @@ "html": "Set the sessionTypes attribute to config.keySystemConfiguration.sessionTypes." }, { - "html": "If audio exists in config, set the audioCapabilities attribute to a sequence containing a\n single MediaKeySystemMediaCapability, initialized as\n follows:", + "html": "If audio exists in config, set the audioCapabilities attribute to a sequence containing a\n single MediaKeySystemMediaCapability, initialized as\n follows:", "rationale": "set", "steps": [ { @@ -187,7 +311,7 @@ ] }, { - "html": "If video exists in config, set the\n videoCapabilities attribute to a sequence containing a single MediaKeySystemMediaCapability, initialized as follows:", + "html": "If video exists in config, set the\n videoCapabilities attribute to a sequence containing a single MediaKeySystemMediaCapability, initialized as follows:", "rationale": "set", "steps": [ { @@ -210,10 +334,10 @@ ] }, { - "html": "Let supported configuration be the result of\n executing the Get Supported Configuration algorithm on implementation, emeConfiguration, and origin." + "html": "Let supported configuration be the result of\n executing the Get Supported Configuration algorithm [ENCRYPTED-MEDIA] on implementation, emeConfiguration, and origin." }, { - "html": "If supported configuration is NotSupported, return null and abort\n these steps." + "html": "If supported configuration is NotSupported, return null." }, { "html": "Let access be a new MediaKeySystemAccess object, and initialize it as follows:", @@ -240,17 +364,17 @@ "rationale": "if", "steps": [ { - "html": "If configuration is not a valid\n MediaDecodingConfiguration, return a Promise rejected with a\n newly created TypeError." + "html": "If configuration is not a valid\n MediaDecodingConfiguration, return a Promise rejected with a\n newly created TypeError." }, { - "html": "If configuration.keySystemConfiguration exists,\n run the following substeps:", + "html": "If configuration.keySystemConfiguration exists,\n run the following substeps:", "rationale": "if", "steps": [ { - "html": "If the global object is of type WorkerGlobalScope,\n return a Promise rejected with a newly created DOMException whose name is InvalidStateError." + "html": "If the global object is of type WorkerGlobalScope,\n return a Promise rejected with a newly created DOMException whose name is InvalidStateError." }, { - "html": "If the global object’s relevant settings object is a non-secure context, return a Promise rejected with a newly\n created DOMException whose name is SecurityError." + "html": "If the global object’s relevant settings object is a non-secure context, return a Promise rejected with a newly\n created DOMException whose name is SecurityError." } ] }, @@ -262,7 +386,7 @@ "rationale": "run", "steps": [ { - "html": "Run the Create a MediaCapabilitiesDecodingInfo algorithm\n with configuration." + "html": "Run the Create a MediaCapabilitiesDecodingInfo algorithm\n with configuration." }, { "html": "Queue a Media Capabilities task to resolve p with its result." @@ -279,7 +403,7 @@ "rationale": "if", "steps": [ { - "html": "If configuration is not a valid MediaConfiguration,\n return a Promise rejected with a newly created TypeError." + "html": "If configuration is not a valid MediaConfiguration,\n return a Promise rejected with a newly created TypeError." }, { "html": "Let p be a new Promise." @@ -289,10 +413,10 @@ "rationale": "run", "steps": [ { - "html": "Run the Create a MediaCapabilitiesEncodingInfo algorithm with configuration." + "html": "Run the Create a MediaCapabilitiesEncodingInfo algorithm with configuration." }, { - "html": "Queue a Media Capabilities task to resolve p with\n its result." + "html": "Queue a Media Capabilities task to resolve p with\n its result." } ] }, diff --git a/tr/algorithms/pointerevents4.json b/tr/algorithms/pointerevents4.json index 7cf6081ce449..b00e535f3e4d 100644 --- a/tr/algorithms/pointerevents4.json +++ b/tr/algorithms/pointerevents4.json @@ -104,11 +104,11 @@ ] }, { - "html": "Right before firing a pointerdown, pointerup or pointermove event, or a pointerleave event at the window, the user agent SHOULD run the following steps:", + "html": "Right before firing a pointerdown, pointerup or pointermove event, or a pointerleave event at the window, the user agent SHOULD run the following steps:", "rationale": "let", "steps": [ { - "html": "Let T be the target of the pointerdown, pointerup or pointermove event being dispatched. For the pointerleave event, unset T." + "html": "Let T be the target of the pointerdown, pointerup or pointermove event being dispatched. For the pointerleave event, unset T." }, { "html": "If T and current effective legacy mouse pointer position are both unset or they are equal, terminate these steps." @@ -129,16 +129,16 @@ "html": "If the isPrimary property for the pointer event to be dispatched is false then dispatch the pointer event and terminate these steps." }, { - "html": "If the pointer event to be dispatched is a pointerdown, pointerup or pointermove event, or a pointerleave event at the window, dispatch compatibility mouse transition events as described in Tracking the effective position of the legacy mouse pointer." + "html": "If the pointer event to be dispatched is a pointerdown, pointerup or pointermove event, or a pointerleave event at the window, dispatch compatibility mouse transition events as described in Tracking the effective position of the legacy mouse pointer." }, { "html": "Dispatch the pointer event." }, { - "html": "If the pointer event dispatched was pointerdown and the event was canceled, then set the PREVENT MOUSE EVENT flag for this pointerType." + "html": "If the pointer event dispatched was pointerdown and the event was canceled, then set the PREVENT MOUSE EVENT flag for this pointerType." }, { - "html": "If the PREVENT MOUSE EVENT flag is not set for this pointerType and the pointer event dispatched was:\n " + "html": "If the PREVENT MOUSE EVENT flag is not set for this pointerType and the pointer event dispatched was:\n " }, { "html": "If the pointer event dispatched was pointerup or pointercancel, clear the PREVENT MOUSE EVENT flag for this pointerType." @@ -153,19 +153,19 @@ "html": "If the isPrimary property for the pointer event to be dispatched is false then dispatch the pointer event and terminate these steps." }, { - "html": "If the pointer event to be dispatched is pointerover and the pointerdown event has not yet been dispatched for this pointer, then fire a mousemove event (for compatibility with legacy mouse-specific code)." + "html": "If the pointer event to be dispatched is pointerover and the pointerdown event has not yet been dispatched for this pointer, then fire a mousemove event (for compatibility with legacy mouse-specific code)." }, { - "html": "If the pointer event to be dispatched is a pointerdown, pointerup or pointermove event, or a pointerleave event at the window, dispatch compatibility mouse transition events as described in Tracking the effective position of the legacy mouse pointer." + "html": "If the pointer event to be dispatched is a pointerdown, pointerup or pointermove event, or a pointerleave event at the window, dispatch compatibility mouse transition events as described in Tracking the effective position of the legacy mouse pointer." }, { "html": "Dispatch the pointer event." }, { - "html": "If the pointer event dispatched was pointerdown and the event was canceled, then set the PREVENT MOUSE EVENT flag for this pointerType." + "html": "If the pointer event dispatched was pointerdown and the event was canceled, then set the PREVENT MOUSE EVENT flag for this pointerType." }, { - "html": "If the PREVENT MOUSE EVENT flag is not set for this pointerType and the pointer event dispatched was:\n " + "html": "If the PREVENT MOUSE EVENT flag is not set for this pointerType and the pointer event dispatched was:\n " }, { "html": "If the pointer event dispatched was pointerup or pointercancel, clear the PREVENT MOUSE EVENT flag for this pointerType." diff --git a/tr/algorithms/presentation-api.json b/tr/algorithms/presentation-api.json index cb841e3d6014..b6e9e4117e56 100644 --- a/tr/algorithms/presentation-api.json +++ b/tr/algorithms/presentation-api.json @@ -9,10 +9,10 @@ "rationale": "if", "steps": [ { - "html": "If the document object's active sandboxing flag set has the sandboxed presentation browsing context flag\n set, then throw a SecurityError and abort these steps." + "html": "If the document object's active sandboxing flag set has the sandboxed presentation browsing context flag\n set, then throw a SecurityError and abort these steps." }, { - "html": "If urls is an empty sequence, then\n throw a NotSupportedError and abort all remaining\n steps." + "html": "If urls is an empty sequence, then\n throw a NotSupportedError and abort all remaining\n steps." }, { "html": "If a single url was provided, let urls be\n a one item array containing url." @@ -25,10 +25,10 @@ "rationale": "let", "steps": [ { - "html": "Let A be an absolute URL that is the result of\n parsing U relative to the API base URL specified by\n the current settings object." + "html": "Let A be an absolute URL that is the result of\n parsing U relative to the API base URL specified by\n the current settings object." }, { - "html": "If the parse a URL algorithm failed, then\n throw a SyntaxError exception and abort all\n remaining steps." + "html": "If the parse a URL algorithm failed, then\n throw a SyntaxError exception and abort all\n remaining steps." }, { "html": "If A's scheme is supported by the controlling\n user agent, add A to\n presentationUrls." @@ -36,10 +36,10 @@ ] }, { - "html": "If presentationUrls is an empty list, then throw a\n NotSupportedError and abort all remaining steps." + "html": "If presentationUrls is an empty list, then throw a\n NotSupportedError and abort all remaining steps." }, { - "html": "If any member of presentationUrls is not a\n potentially trustworthy URL, then throw a SecurityError\n and abort these steps." + "html": "If any member of presentationUrls is not a\n potentially trustworthy URL, then throw a SecurityError\n and abort these steps." }, { "html": "Construct a new PresentationRequest object with\n presentationUrls as its presentation request URLs\n and return it." @@ -53,22 +53,22 @@ "rationale": "if", "steps": [ { - "html": "If the document's active window does not have\n transient activation, return a Promise rejected with an\n InvalidAccessError exception and abort these steps." + "html": "If the document's active window does not have\n transient activation, return a Promise rejected with an\n InvalidAccessError exception and abort these steps." }, { - "html": "Let topContext be the top-level browsing\n context of the controlling browsing context." + "html": "Let topContext be the top-level browsing\n context of the controlling browsing context." }, { - "html": "If there is already an unsettled Promise from a previous\n call to start in\n topContext or any browsing context in the\n descendant navigables of topContext, return\n a new Promise rejected with an OperationError exception and\n abort all remaining steps." + "html": "If there is already an unsettled Promise from a previous\n call to start in\n topContext or any browsing context in the\n descendant navigables of topContext, return\n a new Promise rejected with an OperationError exception and\n abort all remaining steps." }, { - "html": "Let P be a new Promise." + "html": "Let P be a new Promise." }, { - "html": "Return P, but continue running these steps in\n parallel." + "html": "Return P, but continue running these steps in\n parallel." }, { - "html": "If the user agent is not monitoring\n the list of available presentation displays, run the steps to\n monitor the list of available presentation displays in\n parallel." + "html": "If the user agent is not monitoring\n the list of available presentation displays, run the steps to\n monitor the list of available presentation displays in\n parallel." }, { "html": "Let presentationUrls be the presentation request\n URLs of presentationRequest." @@ -81,7 +81,7 @@ "rationale": "queue", "steps": [ { - "html": "Queue a Presentation API task to reject\n P with a NotFoundError exception." + "html": "Queue a Presentation API task to reject\n P with a NotFoundError exception." }, { "html": "Abort all remaining steps." @@ -92,7 +92,7 @@ ] }, { - "html": "If the user denies permission to use a display,\n queue a Presentation API task to reject P with an\n NotAllowedError exception, and abort all remaining steps." + "html": "If the user denies permission to use a display,\n queue a Presentation API task to reject P with an\n NotAllowedError exception, and abort all remaining steps." }, { "html": "Otherwise, the user grants permission to use a\n display; let D be that display." @@ -109,7 +109,7 @@ "rationale": "run", "steps": [ { - "html": "Run the following steps in parallel." + "html": "Run the following steps in parallel." }, { "html": "Let presentationUrls be the presentation request\n URLs of presentationRequest." @@ -129,7 +129,7 @@ "rationale": "assert", "steps": [ { - "html": "Assert: this is running in parallel." + "html": "Assert: this is running in parallel." }, { "html": "Let I be a new valid presentation identifier\n unique among all presentation identifiers for known\n presentation connections in the set of controlled\n presentations. To avoid fingerprinting, implementations SHOULD\n set the presentation identifier to a UUID generated\n by following forms 4.4 or 4.5 of [rfc4122]." @@ -156,7 +156,7 @@ "html": "If P is provided, queue a Presentation API\n task to resolve P with S." }, { - "html": "Queue a Presentation API task to fire an event named\n connectionavailable,\n that uses the PresentationConnectionAvailableEvent\n interface, with the connection attribute\n initialized to S, at presentationRequest.\n The event must not bubble and must not be cancelable." + "html": "Queue a Presentation API task to fire an event named\n connectionavailable,\n that uses the PresentationConnectionAvailableEvent\n interface, with the connection attribute\n initialized to S, at presentationRequest.\n The event must not bubble and must not be cancelable." }, { "html": "Let U be the user agent connected to D." @@ -179,13 +179,13 @@ "rationale": "let", "steps": [ { - "html": "Let P be a new Promise." + "html": "Let P be a new Promise." }, { - "html": "Return P, but continue running these steps in\n parallel." + "html": "Return P, but continue running these steps in\n parallel." }, { - "html": "Search the set of controlled presentations for a\n PresentationConnection that meets the following criteria:\n " + "html": "Search the set of controlled presentations for a\n PresentationConnection that meets the following criteria:\n " }, { "html": "If such a PresentationConnection exists, run the\n following steps:", @@ -212,7 +212,7 @@ ] }, { - "html": "Search the set of controlled presentations for the first\n PresentationConnection that meets the following criteria:\n " + "html": "Search the set of controlled presentations for the first\n PresentationConnection that meets the following criteria:\n " }, { "html": "If such a PresentationConnection exists, run the\n following steps:", @@ -240,7 +240,7 @@ "html": "Queue a Presentation API task to resolve\n P with newConnection." }, { - "html": "Queue a Presentation API task to fire an event\n named connectionavailable, that uses the\n PresentationConnectionAvailableEvent interface, with\n the connection\n attribute initialized to newConnection, at\n presentationRequest. The event must not bubble and\n must not be cancelable." + "html": "Queue a Presentation API task to fire an event\n named connectionavailable, that uses the\n PresentationConnectionAvailableEvent interface, with\n the connection\n attribute initialized to newConnection, at\n presentationRequest. The event must not bubble and\n must not be cancelable." }, { "html": "Establish a presentation connection with\n newConnection." @@ -251,7 +251,7 @@ ] }, { - "html": "Queue a Presentation API task to reject\n P with a NotFoundError exception." + "html": "Queue a Presentation API task to reject\n P with a NotFoundError exception." } ] }, @@ -262,17 +262,17 @@ "rationale": "let", "steps": [ { - "html": "Let P be a new Promise constructed in the\n JavaScript realm of presentationRequest." + "html": "Let P be a new Promise constructed in the\n JavaScript realm of presentationRequest." }, { - "html": "Return P, but continue running these steps in\n parallel." + "html": "Return P, but continue running these steps in\n parallel." }, { "html": "If the user agent is unable to continuously monitor the list\n of available presentation displays in the background, but can\n later find presentation displays in order to start a connection,\n then:", "rationale": "queue", "steps": [ { - "html": "Queue a Presentation API task to reject\n P with a NotSupportedError exception." + "html": "Queue a Presentation API task to reject\n P with a NotSupportedError exception." }, { "html": "Abort all the remaining steps." @@ -312,7 +312,7 @@ "rationale": "assert", "steps": [ { - "html": "Assert: this is running in parallel." + "html": "Assert: this is running in parallel." }, { "html": "Let availabilitySet be a shallow copy of the set\n of presentation availability objects." @@ -380,7 +380,7 @@ "html": "Set A's value property to\n newAvailability." }, { - "html": "Fire an event named change at A." + "html": "Fire an event named change at A." } ] } @@ -410,7 +410,7 @@ "rationale": "assert", "steps": [ { - "html": "Assert: this is running in parallel." + "html": "Assert: this is running in parallel." }, { "html": "If the presentation connection state of\n presentationConnection is not connecting, then abort all\n remaining steps." @@ -426,7 +426,7 @@ "html": "Set the presentation connection state of\n presentationConnection to connected." }, { - "html": "Fire an event named connect at\n presentationConnection." + "html": "Fire an event named connect at\n presentationConnection." } ] }, @@ -442,13 +442,13 @@ "rationale": "if", "steps": [ { - "html": "If the state property of\n presentationConnection is not connected, throw an\n InvalidStateError exception." + "html": "If the state property of\n presentationConnection is not connected, throw an\n InvalidStateError exception." }, { "html": "If the closing procedure of\n presentationConnection has started, then abort these\n steps." }, { - "html": "Let presentation message type messageType be\n binary if messageOrData is of type\n ArrayBuffer, ArrayBufferView, or Blob. Let\n messageType be text if\n messageOrData is of type DOMString." + "html": "Let presentation message type messageType be\n binary if messageOrData is of type\n ArrayBuffer, ArrayBufferView, or Blob. Let\n messageType be text if\n messageOrData is of type DOMString." }, { "html": "Using an implementation specific mechanism, transmit the\n contents of messageOrData as the presentation message\n data and messageType as the presentation message\n type to the destination browsing context." @@ -465,13 +465,13 @@ "rationale": "assert", "steps": [ { - "html": "Assert: this is running in parallel." + "html": "Assert: this is running in parallel." }, { "html": "If the state property of\n presentationConnection is not connected, abort these steps." }, { - "html": "Let event be the result of creating an event\n using the MessageEvent interface, with the event type\n message, which does not bubble and is not cancelable." + "html": "Let event be the result of creating an event\n using the MessageEvent interface, with the event type\n message, which does not bubble and is not cancelable." }, { "html": "Initialize the event's data attribute as follows:", @@ -481,15 +481,15 @@ "html": "If messageType is text, then\n initialize event's data attribute to\n messageData with type DOMString." }, { - "html": "If messageType is binary, and\n binaryType attribute is set to \"blob\", then\n initialize event's data attribute to a\n new Blob object with messageData as its raw\n data." + "html": "If messageType is binary, and\n binaryType attribute is set to \"blob\", then\n initialize event's data attribute to a\n new Blob object with messageData as its raw\n data." }, { - "html": "If messageType is binary, and\n binaryType attribute is set to\n \"arraybuffer\", then initialize event's\n data attribute to a new ArrayBuffer object\n whose contents are messageData." + "html": "If messageType is binary, and\n binaryType attribute is set to\n \"arraybuffer\", then initialize event's\n data attribute to a new ArrayBuffer object\n whose contents are messageData." } ] }, { - "html": "Queue a Presentation API task to fire\n event at presentationConnection." + "html": "Queue a Presentation API task to fire\n event at presentationConnection." } ] }, @@ -545,7 +545,7 @@ ] }, { - "html": "Fire an event named close, that uses the\n PresentationConnectionCloseEvent interface, with the\n reason\n attribute initialized to closeReason and the\n message\n attribute initialized to closeMessage, at\n presentationConnection. The event must not bubble\n and must not be cancelable." + "html": "Fire an event named close, that uses the\n PresentationConnectionCloseEvent interface, with the\n reason\n attribute initialized to closeReason and the\n message\n attribute initialized to closeMessage, at\n presentationConnection. The event must not bubble\n and must not be cancelable." } ] } @@ -565,21 +565,21 @@ "rationale": "if", "steps": [ { - "html": "If the presentation identifier of known\n connection and connection are equal, and the\n presentation connection state of known\n connection is connected or\n connecting,\n then queue a global task on the presentation task\n source given known connection's relevant\n global object to run the following steps:", + "html": "If the presentation identifier of known\n connection and connection are equal, and the\n presentation connection state of known\n connection is connected or\n connecting,\n then queue a global task on the presentation task\n source given known connection's relevant\n global object to run the following steps:", "rationale": "set", "steps": [ { "html": "Set the presentation connection state of\n known connection to terminated." }, { - "html": "Fire an event named terminate at \n known connection." + "html": "Fire an event named terminate at \n known connection." } ] } ] }, { - "html": "In parallel, send a termination request for the\n presentation to its receiving user agent using an\n implementation specific mechanism." + "html": "In parallel, send a termination request for the\n presentation to its receiving user agent using an\n implementation specific mechanism." } ] }, @@ -605,7 +605,7 @@ ] }, { - "html": "If there is a receiving browsing context for\n P, and it has a document for P that is not\n unloaded, unload a document corresponding to that\n browsing context, remove that browsing context from\n the user interface and discard it." + "html": "If there is a receiving browsing context for\n P, and it has a document for P that is not\n unloaded, unload a document corresponding to that\n browsing context, remove that browsing context from\n the user interface and discard it." }, { "html": "For each connection in\n connectedControllers, send a termination confirmation\n for P using an implementation specific mechanism to the\n controlling user agent that owns the destination browsing\n context for connection." @@ -617,7 +617,7 @@ "rationale": "for", "steps": [ { - "html": "For each connection in the set of controlled\n presentations that was connected to P, queue a\n global task on the presentation task source given \n connection's relevant global object to run the\n following steps:", + "html": "For each connection in the set of controlled\n presentations that was connected to P, queue a\n global task on the presentation task source given \n connection's relevant global object to run the\n following steps:", "rationale": "if", "steps": [ { @@ -627,7 +627,7 @@ "html": "Set the presentation connection state of\n connection to terminated." }, { - "html": "Fire an event named terminate at\n connection." + "html": "Fire an event named terminate at\n connection." } ] } @@ -643,7 +643,7 @@ "html": "If the presentation controllers promise is not\n null, return the presentation controllers promise\n and abort all remaining steps." }, { - "html": "Otherwise, let the presentation controllers promise be a\n new Promise constructed in the JavaScript realm of this\n PresentationReceiver object." + "html": "Otherwise, let the presentation controllers promise be a\n new Promise constructed in the JavaScript realm of this\n PresentationReceiver object." }, { "html": "Return the presentation controllers promise." @@ -660,16 +660,16 @@ "rationale": "create", "steps": [ { - "html": "Create a new\n top-level browsing context C, set to display\n content on D." + "html": "Create a new\n top-level browsing context C, set to display\n content on D." }, { "html": "Set the session history of C to be the empty\n list." }, { - "html": "Set the sandboxed modals flag and the sandboxed\n auxiliary navigation browsing context flag on C." + "html": "Set the sandboxed modals flag and the sandboxed\n auxiliary navigation browsing context flag on C." }, { - "html": "If the receiving user agent implements [PERMISSIONS],\n set the permission state of all permission descriptor types for C to\n \"denied\"." + "html": "If the receiving user agent implements [PERMISSIONS],\n set the permission state of all permission descriptor types for C to\n \"denied\"." }, { "html": "Create a new empty cookie store for C." @@ -684,10 +684,10 @@ "html": "If the receiving user agent implements [INDEXEDDB],\n create a new empty storage for IndexedDB databases for \n C." }, { - "html": "If the receiving user agent implements\n [SERVICE-WORKERS], create a new empty list of registered\n service worker registrations and a new empty set of\n Cache objects for C." + "html": "If the receiving user agent implements\n [SERVICE-WORKERS], create a new empty list of registered\n service worker registrations and a new empty set of\n Cache objects for C." }, { - "html": "Navigate C to presentationUrl." + "html": "Navigate C to presentationUrl." }, { "html": "Start monitoring incoming presentation connections for\n C with presentationId and\n presentationUrl." @@ -701,7 +701,7 @@ "rationale": "assert", "steps": [ { - "html": "Assert: this is running in parallel." + "html": "Assert: this is running in parallel." }, { "html": "If presentationId and I are not equal,\n refuse the connection and abort all remaining steps." @@ -725,7 +725,7 @@ "html": "Add S to the set of presentation controllers." }, { - "html": "If the presentation controllers monitor is\n null, run the following steps in parallel.", + "html": "If the presentation controllers monitor is\n null, run the following steps in parallel.", "rationale": "let", "steps": [ { @@ -743,14 +743,14 @@ ] }, { - "html": "Otherwise, run the following steps in parallel.", + "html": "Otherwise, run the following steps in parallel.", "rationale": "populate", "steps": [ { "html": "Populate the presentation controllers monitor with\n the set of presentation controllers." }, { - "html": "Queue a Presentation API task to fire an event\n named connectionavailable, that\n uses the PresentationConnectionAvailableEvent\n interface, with the connection\n attribute initialized to S, at the presentation\n controllers monitor. The event must not bubble and must\n not be cancelable." + "html": "Queue a Presentation API task to fire an event\n named connectionavailable, that\n uses the PresentationConnectionAvailableEvent\n interface, with the connection\n attribute initialized to S, at the presentation\n controllers monitor. The event must not bubble and must\n not be cancelable." } ] } diff --git a/tr/algorithms/webtransport.json b/tr/algorithms/webtransport.json index 177ff477d90b..2317b897c7f7 100644 --- a/tr/algorithms/webtransport.json +++ b/tr/algorithms/webtransport.json @@ -75,7 +75,7 @@ "rationale": "return", "steps": [ { - "html": "

Return this's [[OutgoingDatagramsExpirationDuration]].

" + "html": "

Return this’s [[OutgoingDatagramsExpirationDuration]].

" } ] }, @@ -183,11 +183,11 @@ "html": "

Let datagram and timestamp be the result of dequeuing queue.

" }, { - "html": "If datagrams.[[Readable]]'s current BYOB request view is not null, then:", + "html": "If datagrams.[[Readable]]’s current BYOB request view is not null, then:", "rationale": "let", "steps": [ { - "html": "

Let view be datagrams.[[Readable]]'s current BYOB request view.

" + "html": "

Let view be datagrams.[[Readable]]’s current BYOB request view.

" }, { "html": "

If view’s byte length is less than the size of datagram, return a promise rejected with a RangeError.

" @@ -368,7 +368,7 @@ "html": "

Remove the first element from queue.

" }, { - "html": "

Queue a network task with transport to resolve promise with undefined.

" + "html": "

Queue a network task with transport to resolve promise with undefined.

" } ] }, @@ -418,7 +418,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let baseURL be this's relevant settings object's API base URL.

" + "html": "

Let baseURL be this’s relevant settings object’s API base URL.

" }, { "html": "

Let parsedURL be the URL record resulting from parsing url with baseURL.

" @@ -433,31 +433,37 @@ "html": "

If parsedURL fragment is not null, throw a SyntaxError exception.

" }, { - "html": "

Let allowPooling be options's allowPooling.

" + "html": "

Let allowPooling be options’s allowPooling.

" }, { "html": "

Let dedicated be the negation of allowPooling.

" }, { - "html": "

Let serverCertificateHashes be options's serverCertificateHashes if it exists, and null otherwise.

" + "html": "

Let serverCertificateHashes be options’s serverCertificateHashes if it exists, and null otherwise.

" }, { "html": "

If dedicated is false and serverCertificateHashes is non-null, then throw a NotSupportedError exception.

" }, { - "html": "

Let requireUnreliable be options's requireUnreliable.

" + "html": "

Let requireUnreliable be options’s requireUnreliable.

" }, { - "html": "

Let congestionControl be options's congestionControl.

" + "html": "

Let congestionControl be options’s congestionControl.

" }, { "html": "

If congestionControl is not \"default\", and the user agent does not support any\n congestion control algorithms that optimize for congestionControl, as allowed by [RFC9002] Section 7,\n then set congestionControl to \"default\".

" }, { - "html": "

Let anticipatedConcurrentIncomingUnidirectionalStreams be options's anticipatedConcurrentIncomingUnidirectionalStreams.

" + "html": "

Let protocols be options’s protocols

" }, { - "html": "

Let anticipatedConcurrentIncomingBidirectionalStreams be options's anticipatedConcurrentIncomingBidirectionalStreams.

" + "html": "

If any of the values in protocols occur more than once, fail to match\n the requirements for elements that comprise the value of WT-Protocol fields as defined by the WebTransport protocol, or have an isomorphic encoded length of 0 or exceeding 512, throw a SyntaxError exception. [WEB-TRANSPORT-HTTP3] Section 3.4.

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

Let anticipatedConcurrentIncomingUnidirectionalStreams be options’s anticipatedConcurrentIncomingUnidirectionalStreams.

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

Let anticipatedConcurrentIncomingBidirectionalStreams be options’s anticipatedConcurrentIncomingBidirectionalStreams.

" }, { "html": "

Let incomingDatagrams be a new ReadableStream.

" @@ -469,7 +475,7 @@ "html": "

Let datagrams be the result of creating a WebTransportDatagramDuplexStream, its readable set to incomingDatagrams and its writable set to outgoingDatagrams.

" }, { - "html": "

Let transport be a newly constructed WebTransport object, with:

\n
\n
[[SendStreams]]\n
\n

an empty ordered set

\n
[[ReceiveStreams]]\n
\n

an empty ordered set

\n
[[IncomingBidirectionalStreams]]\n
\n

a new ReadableStream

\n
[[IncomingUnidirectionalStreams]]\n
\n

a new ReadableStream

\n
[[State]]\n
\n

\"connecting\"

\n
[[Ready]]\n
\n

a new promise

\n
[[Reliability]]\n
\n

\"pending\"

\n
[[CongestionControl]]\n
\n

congestionControl

\n
[[AnticipatedConcurrentIncomingUnidirectionalStreams]]\n
\n

anticipatedConcurrentIncomingUnidirectionalStreams

\n
[[AnticipatedConcurrentIncomingBidirectionalStreams]]\n
\n

anticipatedConcurrentIncomingBidirectionalStreams

\n
[[Closed]]\n
\n

a new promise

\n
[[Draining]]\n
\n

a new promise

\n
[[Datagrams]]\n
\n

datagrams

\n
[[Session]]\n
\n

null

\n
" + "html": "

Let transport be a newly constructed WebTransport object, with:

\n
\n
[[SendStreams]]\n
\n

an empty ordered set

\n
[[ReceiveStreams]]\n
\n

an empty ordered set

\n
[[IncomingBidirectionalStreams]]\n
\n

a new ReadableStream

\n
[[IncomingUnidirectionalStreams]]\n
\n

a new ReadableStream

\n
[[State]]\n
\n

\"connecting\"

\n
[[Ready]]\n
\n

a new promise

\n
[[Reliability]]\n
\n

\"pending\"

\n
[[CongestionControl]]\n
\n

congestionControl

\n
[[AnticipatedConcurrentIncomingUnidirectionalStreams]]\n
\n

anticipatedConcurrentIncomingUnidirectionalStreams

\n
[[AnticipatedConcurrentIncomingBidirectionalStreams]]\n
\n

anticipatedConcurrentIncomingBidirectionalStreams

\n
[[Protocol]]\n
\n

an empty string

\n
[[Closed]]\n
\n

a new promise

\n
[[Draining]]\n
\n

a new promise

\n
[[Datagrams]]\n
\n

datagrams

\n
[[Session]]\n
\n

null

\n
" }, { "html": "

Let pullDatagramsAlgorithm be an action that runs pullDatagrams with transport.

" @@ -503,7 +509,7 @@ "html": "

Set up transport.[[IncomingUnidirectionalStreams]] with pullAlgorithm set to pullUnidirectionalStreamAlgorithm, and highWaterMark set to 0.

" }, { - "html": "

Initialize WebTransport over HTTP with transport, parsedURL, dedicated, requireUnreliable, congestionControl, and serverCertificateHashes.

" + "html": "

Initialize WebTransport over HTTP with transport, parsedURL, dedicated, requireUnreliable, congestionControl, protocols, and serverCertificateHashes.

" }, { "html": "

Return transport.

" @@ -513,7 +519,7 @@ { "name": "initialize WebTransport over HTTP", "href": "https://www.w3.org/TR/webtransport/#initialize-webtransport-over-http", - "html": "To initialize WebTransport over HTTP, given a WebTransport object transport, a URL record url, a boolean dedicated, a boolean http3Only, a WebTransportCongestionControl congestionControl, and a\nsequence<WebTransportHash> serverCertificateHashes, run these steps.", + "html": "To initialize WebTransport over HTTP, given a WebTransport object transport, a URL record url, a boolean dedicated, a boolean requireUnreliable, a WebTransportCongestionControl congestionControl,\na protocols array, and a\nsequence<WebTransportHash> serverCertificateHashes, run these steps.", "rationale": ".algorithm", "steps": [ { @@ -523,7 +529,7 @@ "html": "

Let origin be client’s origin.

" }, { - "html": "

Let request be a new request whose URL is url, client is client, policy container is client’s policy container, destination is an empty string,\n and origin is origin.

" + "html": "

Let request be a new request whose URL is url, client is client, policy container is client’s policy container, destination is an empty string, origin is origin and redirect mode is \"error\".

" }, { "html": "

Run report Content Security Policy violations for request.

" @@ -554,7 +560,7 @@ "html": "

Let newConnection be \"no\" if dedicated is false; otherwise \"yes-and-dedicated\".

" }, { - "html": "

Let connection be the result of obtaining a connection with networkPartitionKey, url, false, newConnection, and http3Only. If the user agent\n supports more than one congestion control algorithm, choose one appropriate for congestionControl for sending of data on this connection. When obtaining a connection, if serverCertificateHashes is specified, instead of using the default certificate verification\n algorithm, consider the certificate valid if it meets the custom certificate\n requirements and if verifying the certificate hash against serverCertificateHashes returns true. If either condition is not met, let connection be\n failure.

" + "html": "

Let connection be the result of obtaining a connection with networkPartitionKey, url, false, newConnection, and requireUnreliable. If the user agent\n supports more than one congestion control algorithm, choose one appropriate for congestionControl for sending of data on this connection. When obtaining a connection, if serverCertificateHashes is specified, instead of using the default certificate verification\n algorithm, consider the certificate valid if it meets the custom certificate requirements and if verifying the certificate hash against serverCertificateHashes returns true. If either condition is not met, let connection be\n failure.

" }, { "html": "If connection is failure, then abort the remaining steps and queue a network task with transport to run these steps:", @@ -575,7 +581,7 @@ "html": "

Wait for connection to receive the first SETTINGS frame, and let settings be a dictionary that\n represents the SETTINGS frame.

" }, { - "html": "If settings doesn’t contain SETTINGS_ENABLE_WEBTRANPORT with a value of 1, or it doesn’t\n contain H3_DATAGRAM with a value of 1, then abort the remaining steps and queue a network\n task with transport to run these steps:", + "html": "If settings doesn’t contain SETTINGS_ENABLE_WEBTRANPORT with a value of 1, or it doesn’t\n contain H3_DATAGRAM with a value of 1, then abort the remaining steps and queue a network task with transport to run these steps:", "rationale": "if", "steps": [ { @@ -590,7 +596,7 @@ ] }, { - "html": "

Establish a WebTransport session with origin on connection.

" + "html": "

Establish a WebTransport session with origin and protocols on connection.

" }, { "html": "If the previous step fails, abort the remaining steps and queue a network task with transport to run these steps:", @@ -636,7 +642,10 @@ "html": "

Set transport.[[Session]] to session.

" }, { - "html": "

If the connection is an HTTP/3 connection, set transport’s [[Reliability]] to \"supports-unreliable\".

" + "html": "

Set transport.[[Protocol]] to either the string value of the WT-Protocol header field\n in the 2xx response to the CONNECT request if present, following [WEB-TRANSPORT-HTTP3] Section 3.4,\n or \"\" if not present.

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

If the connection is an HTTP/3 connection, set transport.[[Reliability]] to \"supports-unreliable\".

" }, { "html": "

If the connection is an HTTP/2 connection [WEB-TRANSPORT-HTTP2], set transport’s [[Reliability]] to \"reliable-only\".

" @@ -769,25 +778,25 @@ "rationale": "return", "steps": [ { - "html": "

Return this's [[Datagrams]].

" + "html": "

Return this’s [[Datagrams]].

" } ] }, { "name": "WebTransport/incomingBidirectionalStreams", "href": "https://www.w3.org/TR/webtransport/#dom-webtransport-incomingbidirectionalstreams", - "html": "Returns a ReadableStream of WebTransportBidirectionalStreams that have been\n received from the server.\n The getter steps for the incomingBidirectionalStreams attribute SHALL be:", + "html": "The getter steps for the incomingBidirectionalStreams attribute SHALL be:", "rationale": "return", "steps": [ { - "html": "

Return this's [[IncomingBidirectionalStreams]].

" + "html": "

Return this’s [[IncomingBidirectionalStreams]].

" } ] }, { "name": "WebTransport/incomingUnidirectionalStreams", "href": "https://www.w3.org/TR/webtransport/#dom-webtransport-incomingunidirectionalstreams", - "html": "A ReadableStream of unidirectional streams, each represented by a WebTransportReceiveStream, that have been received from the server.\n The getter steps for incomingUnidirectionalStreams are:", + "html": "The getter steps for incomingUnidirectionalStreams are:", "rationale": "return", "steps": [ { @@ -798,11 +807,11 @@ { "name": "WebTransport/close(closeInfo)", "href": "https://www.w3.org/TR/webtransport/#dom-webtransport-close", - "html": "
\n
close(closeInfo)\n
\n

Terminates the WebTransport session associated with the WebTransport object.

\n

When close is called, the user agent MUST run the following steps:

\n \n
", + "html": "
\n
close(closeInfo)\n
\n

Terminates the WebTransport session associated with the WebTransport object.

\n

When close is called, the user agent MUST run the following steps:

\n \n
", "rationale": ".algorithm", "steps": [ { - "html": "

Let transport be this.

" + "html": "

Let transport be this.

" }, { "html": "

If transport.[[State]] is \"closed\" or \"failed\", then abort these steps.

" @@ -849,7 +858,7 @@ "rationale": "let", "steps": [ { - "html": "

Let transport be this.

" + "html": "

Let transport be this.

" }, { "html": "

Let p be a new promise.

" @@ -866,24 +875,13 @@ }, { "html": "

If transport.[[State]] is \"failed\", reject p with an InvalidStateError and abort these steps.

" - } - ] - } - ] - }, - { - "name": "WebTransport/getStats()", - "href": "https://www.w3.org/TR/webtransport/#dom-webtransport-getstats", - "html": "When getStats is called, the user agent MUST run the following steps:", - "rationale": "if", - "steps": [ - { - "html": "

If transport.[[State]] is \"closed\", resolve p with\n the most recent stats available for the connection and abort these\n steps. The exact point at which those stats are collected is implementation-defined.

" - }, - { - "html": "Gather the stats from the underlying connection, including stats on datagrams.", - "rationale": "queue", - "steps": [ + }, + { + "html": "

If transport.[[State]] is \"closed\", resolve p with\n the most recent stats available for the connection and abort these\n steps. The exact point at which those stats are collected is implementation-defined.

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

Gather the stats from the underlying connection, including stats on datagrams.

" + }, { "html": "Queue a network task with transport to run the following steps:", "rationale": "let", @@ -896,18 +894,10 @@ } ] } - ], - "additional": [ - { - "html": "Gather the stats from the underlying connection, including stats on datagrams.", - "rationale": "return", - "steps": [ - { - "html": "

Return p.

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

Return p.

" } ] }, @@ -918,19 +908,19 @@ "rationale": "let", "steps": [ { - "html": "

Let transport be this.

" + "html": "

Let transport be this.

" }, { "html": "

If transport.[[State]] is \"closed\" or \"failed\",\n return a new rejected promise with an InvalidStateError.

" }, { - "html": "

Let sendGroup be options's sendGroup.

" + "html": "

Let sendGroup be options’s sendGroup.

" }, { - "html": "

Let sendOrder be options's sendOrder.

" + "html": "

Let sendOrder be options’s sendOrder.

" }, { - "html": "

Let waitUntilAvailable be options's waitUntilAvailable.

" + "html": "

Let waitUntilAvailable be options’s waitUntilAvailable.

" }, { "html": "

Let p be a new promise.

" @@ -974,19 +964,19 @@ "rationale": "let", "steps": [ { - "html": "

Let transport be this.

" + "html": "

Let transport be this.

" }, { "html": "

If transport.[[State]] is \"closed\" or \"failed\",\n return a new rejected promise with an InvalidStateError.

" }, { - "html": "

Let sendGroup be options's sendGroup.

" + "html": "

Let sendGroup be options’s sendGroup.

" }, { - "html": "

Let sendOrder be options's sendOrder.

" + "html": "

Let sendOrder be options’s sendOrder.

" }, { - "html": "

Let waitUntilAvailable be options's waitUntilAvailable.

" + "html": "

Let waitUntilAvailable be options’s waitUntilAvailable.

" }, { "html": "

Let p be a new promise.

" @@ -1030,10 +1020,10 @@ "rationale": "let", "steps": [ { - "html": "

Let transport be this.

" + "html": "

Let transport be this.

" }, { - "html": "

If transport.[[State]] is \"closed\" or \"failed\", throw an InvalidStateError.

" + "html": "

If transport.[[State]] is \"closed\" or \"failed\", throw an InvalidStateError.

" }, { "html": "

Return the result of creating a WebTransportSendGroup with transport.

" @@ -1169,7 +1159,7 @@ }, { "name": "termination-initiated-by-server", - "html": "Whenever a WebTransport session which is associated with a WebTransport transport is terminated with optionally code and reasonBytes, run these steps:", + "html": "Whenever a WebTransport session which is associated with a WebTransport transport is terminated with optionally code and reasonBytes, run these steps:", "rationale": ".algorithm", "steps": [ { @@ -1308,7 +1298,7 @@ "rationale": "return", "steps": [ { - "html": "

Return this's [[SendGroup]].

" + "html": "

Return this’s [[SendGroup]].

" } ] }, @@ -1319,10 +1309,10 @@ "rationale": "if", "steps": [ { - "html": "

If value is non-null, and value.[[Transport]] is not this.[[Transport]], throw an InvalidStateError.

" + "html": "

If value is non-null, and value.[[Transport]] is not this.[[Transport]], throw an InvalidStateError.

" }, { - "html": "

Set this.[[SendGroup]] to value.

" + "html": "

Set this.[[SendGroup]] to value.

" } ] }, @@ -1333,7 +1323,7 @@ "rationale": "return", "steps": [ { - "html": "

Return this's [[SendOrder]].

" + "html": "

Return this’s [[SendOrder]].

" } ] }, @@ -1344,7 +1334,7 @@ "rationale": "set", "steps": [ { - "html": "

Set this.[[SendOrder]] to value.

" + "html": "

Set this.[[SendOrder]] to value.

" } ] }, @@ -1486,7 +1476,7 @@ ] }, { - "html": "

Otherwise, send bytes on stream.[[InternalStream]] and wait for the operation to complete.\n This sending MAY be interleaved with sending of previously queued streams and datagrams,\n as well as streams and datagrams yet to be queued to be sent over this transport.

\n

The user-agent MAY have a buffer to improve the transfer performance. Such a buffer\n SHOULD have a fixed upper limit, to carry the backpressure information to the user of the WebTransportSendStream.

\n

This sending MUST starve\n until all bytes queued for sending on WebTransportSendStreams with the\n same [[SendGroup]] and a higher [[SendOrder]], that are neither errored nor blocked by flow control, have been\n sent.

\n

We access stream.[[SendOrder]] in parallel here. User agents SHOULD\n respond to live updates of these values during sending, though the details are implementation-defined.

\n \n

This sending MUST NOT starve otherwise,\n except for flow control reasons or error.

\n

The user agent SHOULD divide bandwidth fairly between all streams that aren’t starved.

" + "html": "

Otherwise, send bytes on stream.[[InternalStream]] and wait for the operation to complete.\n This sending MAY be interleaved with sending of previously queued streams and datagrams,\n as well as streams and datagrams yet to be queued to be sent over this transport.\n Datagrams SHOULD be given priority over this sending, but not to the point of starving it.

\n

The user-agent MAY have a buffer to improve the transfer performance. Such a buffer\n SHOULD have a fixed upper limit, to carry the backpressure information to the user of the WebTransportSendStream.

\n

This sending MUST starve\n until all bytes queued for sending on WebTransportSendStreams with the\n same [[SendGroup]] and a higher [[SendOrder]], that are neither errored nor blocked by flow control, have been\n sent.

\n

We access stream.[[SendOrder]] in parallel here. User agents SHOULD\n respond to live updates of these values during sending, though the details are implementation-defined.

\n \n

This sending MUST NOT starve otherwise,\n except for flow control reasons or error.

\n

The user agent SHOULD divide bandwidth fairly between all streams that aren’t starved.

" }, { "html": "

If the previous step failed due to a network error, abort the remaining steps.

" @@ -1539,7 +1529,7 @@ "html": "

Send FIN on stream.[[InternalStream]] and wait for the operation to\n complete.

" }, { - "html": "

Wait for stream.[[InternalStream]] to enter the \"Data Recvd\" state. [QUIC]

" + "html": "

Wait for stream.[[InternalStream]] to enter the \"all data committed\" state. [QUIC]

" }, { "html": "Queue a network task with transport to run these steps:", @@ -1674,7 +1664,7 @@ "html": "

Let p be a new promise.

" }, { - "html": "

Let streams be all WebTransportSendStreams whose [[SendGroup]] is this.

" + "html": "

Let streams be all WebTransportSendStreams whose [[SendGroup]] is this.

" }, { "html": "Run the following steps in parallel:", @@ -1803,10 +1793,10 @@ "html": "

Set offset to stream’s current BYOB request view.[[ByteOffset]].

" }, { - "html": "

Set maxBytes to stream’s current BYOB request view's byte length.

" + "html": "

Set maxBytes to stream’s current BYOB request view’s byte length.

" }, { - "html": "

Set buffer to stream’s current BYOB request view's underlying buffer.

" + "html": "

Set buffer to stream’s current BYOB request view’s underlying buffer.

" } ] }, diff --git a/tr/dfns/accelerometer.json b/tr/dfns/accelerometer.json index d9ad83db34b1..af3a75721858 100644 --- a/tr/dfns/accelerometer.json +++ b/tr/dfns/accelerometer.json @@ -35,9 +35,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/accelerometer/#title", - "title": "Accelerometer" + "id": "accelerometer-model", + "href": "https://www.w3.org/TR/accelerometer/#accelerometer-model", + "title": "Accelerometer", + "number": "6.1" }, "definedIn": "prose" }, @@ -72,9 +73,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/accelerometer/#title", - "title": "Accelerometer" + "id": "linear-acceleration-sensor-model", + "href": "https://www.w3.org/TR/accelerometer/#linear-acceleration-sensor-model", + "title": "Linear Acceleration Sensor", + "number": "6.2" }, "definedIn": "prose" }, @@ -109,9 +111,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/accelerometer/#title", - "title": "Accelerometer" + "id": "gravity-sensor-model", + "href": "https://www.w3.org/TR/accelerometer/#gravity-sensor-model", + "title": "Gravity Sensor", + "number": "6.3" }, "definedIn": "prose" }, @@ -127,9 +130,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/accelerometer/#title", - "title": "Accelerometer" + "id": "gravity-sensor-model", + "href": "https://www.w3.org/TR/accelerometer/#gravity-sensor-model", + "title": "Gravity Sensor", + "number": "6.3" }, "definedIn": "prose" }, @@ -164,9 +168,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/accelerometer/#title", - "title": "Accelerometer" + "id": "reference-frame", + "href": "https://www.w3.org/TR/accelerometer/#reference-frame", + "title": "Reference Frame", + "number": "6.4" }, "definedIn": "prose" }, @@ -206,9 +211,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/accelerometer/#title", - "title": "Accelerometer" + "id": "accelerometer-interface", + "href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface", + "title": "The Accelerometer Interface", + "number": "7.1" }, "definedIn": "pre" }, @@ -226,9 +232,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/accelerometer/#title", - "title": "Accelerometer" + "id": "accelerometer-interface", + "href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface", + "title": "The Accelerometer Interface", + "number": "7.1" }, "definedIn": "pre" }, @@ -246,9 +253,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/accelerometer/#title", - "title": "Accelerometer" + "id": "accelerometer-interface", + "href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface", + "title": "The Accelerometer Interface", + "number": "7.1" }, "definedIn": "pre" }, @@ -266,9 +274,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/accelerometer/#title", - "title": "Accelerometer" + "id": "accelerometer-interface", + "href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface", + "title": "The Accelerometer Interface", + "number": "7.1" }, "definedIn": "pre" }, @@ -284,9 +293,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/accelerometer/#title", - "title": "Accelerometer" + "id": "accelerometer-interface", + "href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface", + "title": "The Accelerometer Interface", + "number": "7.1" }, "definedIn": "pre" }, @@ -304,9 +314,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/accelerometer/#title", - "title": "Accelerometer" + "id": "accelerometer-interface", + "href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface", + "title": "The Accelerometer Interface", + "number": "7.1" }, "definedIn": "pre" }, @@ -324,9 +335,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/accelerometer/#title", - "title": "Accelerometer" + "id": "accelerometer-interface", + "href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface", + "title": "The Accelerometer Interface", + "number": "7.1" }, "definedIn": "pre" }, @@ -342,9 +354,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/accelerometer/#title", - "title": "Accelerometer" + "id": "accelerometer-interface", + "href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface", + "title": "The Accelerometer Interface", + "number": "7.1" }, "definedIn": "pre" }, @@ -362,9 +375,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/accelerometer/#title", - "title": "Accelerometer" + "id": "accelerometer-interface", + "href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface", + "title": "The Accelerometer Interface", + "number": "7.1" }, "definedIn": "pre" }, @@ -385,9 +399,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/accelerometer/#title", - "title": "Accelerometer" + "id": "accelerometer-interface", + "href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface", + "title": "The Accelerometer Interface", + "number": "7.1" }, "definedIn": "prose" }, @@ -427,9 +442,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/accelerometer/#title", - "title": "Accelerometer" + "id": "linearaccelerationsensor-interface", + "href": "https://www.w3.org/TR/accelerometer/#linearaccelerationsensor-interface", + "title": "The LinearAccelerationSensor Interface", + "number": "7.2" }, "definedIn": "pre" }, @@ -450,9 +466,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/accelerometer/#title", - "title": "Accelerometer" + "id": "linearaccelerationsensor-interface", + "href": "https://www.w3.org/TR/accelerometer/#linearaccelerationsensor-interface", + "title": "The LinearAccelerationSensor Interface", + "number": "7.2" }, "definedIn": "prose" }, @@ -492,9 +509,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/accelerometer/#title", - "title": "Accelerometer" + "id": "gravitysensor-interface", + "href": "https://www.w3.org/TR/accelerometer/#gravitysensor-interface", + "title": "The GravitySensor Interface", + "number": "7.3" }, "definedIn": "pre" }, @@ -515,9 +533,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/accelerometer/#title", - "title": "Accelerometer" + "id": "gravitysensor-interface", + "href": "https://www.w3.org/TR/accelerometer/#gravitysensor-interface", + "title": "The GravitySensor Interface", + "number": "7.3" }, "definedIn": "prose" }, diff --git a/tr/dfns/ambient-light.json b/tr/dfns/ambient-light.json index e4f785942564..fc1219879137 100644 --- a/tr/dfns/ambient-light.json +++ b/tr/dfns/ambient-light.json @@ -35,9 +35,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/ambient-light/#title", - "title": "Ambient Light Sensor" + "id": "model", + "href": "https://www.w3.org/TR/ambient-light/#model", + "title": "Model", + "number": "4" }, "definedIn": "prose" }, @@ -53,9 +54,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/ambient-light/#title", - "title": "Ambient Light Sensor" + "id": "model", + "href": "https://www.w3.org/TR/ambient-light/#model", + "title": "Model", + "number": "4" }, "definedIn": "prose" }, @@ -71,9 +73,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/ambient-light/#title", - "title": "Ambient Light Sensor" + "id": "model", + "href": "https://www.w3.org/TR/ambient-light/#model", + "title": "Model", + "number": "4" }, "definedIn": "prose" }, @@ -89,9 +92,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/ambient-light/#title", - "title": "Ambient Light Sensor" + "id": "model", + "href": "https://www.w3.org/TR/ambient-light/#model", + "title": "Model", + "number": "4" }, "definedIn": "prose" }, @@ -107,9 +111,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/ambient-light/#title", - "title": "Ambient Light Sensor" + "id": "model", + "href": "https://www.w3.org/TR/ambient-light/#model", + "title": "Model", + "number": "4" }, "definedIn": "prose" }, @@ -125,9 +130,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/ambient-light/#title", - "title": "Ambient Light Sensor" + "id": "model", + "href": "https://www.w3.org/TR/ambient-light/#model", + "title": "Model", + "number": "4" }, "definedIn": "prose" }, @@ -167,9 +173,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/ambient-light/#title", - "title": "Ambient Light Sensor" + "id": "ambient-light-sensor-interface", + "href": "https://www.w3.org/TR/ambient-light/#ambient-light-sensor-interface", + "title": "The AmbientLightSensor Interface", + "number": "5.1" }, "definedIn": "pre" }, @@ -190,9 +197,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/ambient-light/#title", - "title": "Ambient Light Sensor" + "id": "ambient-light-sensor-interface", + "href": "https://www.w3.org/TR/ambient-light/#ambient-light-sensor-interface", + "title": "The AmbientLightSensor Interface", + "number": "5.1" }, "definedIn": "pre" }, @@ -210,9 +218,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/ambient-light/#title", - "title": "Ambient Light Sensor" + "id": "ambient-light-sensor-interface", + "href": "https://www.w3.org/TR/ambient-light/#ambient-light-sensor-interface", + "title": "The AmbientLightSensor Interface", + "number": "5.1" }, "definedIn": "pre" }, diff --git a/tr/dfns/magnetometer.json b/tr/dfns/magnetometer.json index 64b34d844fab..e1761970dca8 100644 --- a/tr/dfns/magnetometer.json +++ b/tr/dfns/magnetometer.json @@ -35,9 +35,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "intro", + "href": "https://www.w3.org/TR/magnetometer/#intro", + "title": "Introduction", + "number": "1" }, "definedIn": "prose" }, @@ -53,9 +54,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "intro", + "href": "https://www.w3.org/TR/magnetometer/#intro", + "title": "Introduction", + "number": "1" }, "definedIn": "prose" }, @@ -71,9 +73,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "intro", + "href": "https://www.w3.org/TR/magnetometer/#intro", + "title": "Introduction", + "number": "1" }, "definedIn": "prose" }, @@ -89,9 +92,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "intro", + "href": "https://www.w3.org/TR/magnetometer/#intro", + "title": "Introduction", + "number": "1" }, "definedIn": "prose" }, @@ -126,9 +130,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "model", + "href": "https://www.w3.org/TR/magnetometer/#model", + "title": "Model", + "number": "5" }, "definedIn": "prose" }, @@ -144,9 +149,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "model", + "href": "https://www.w3.org/TR/magnetometer/#model", + "title": "Model", + "number": "5" }, "definedIn": "prose" }, @@ -186,9 +192,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "magnetometer-interface", + "href": "https://www.w3.org/TR/magnetometer/#magnetometer-interface", + "title": "The Magnetometer Interface", + "number": "6.1" }, "definedIn": "pre" }, @@ -206,9 +213,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "magnetometer-interface", + "href": "https://www.w3.org/TR/magnetometer/#magnetometer-interface", + "title": "The Magnetometer Interface", + "number": "6.1" }, "definedIn": "pre" }, @@ -226,9 +234,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "magnetometer-interface", + "href": "https://www.w3.org/TR/magnetometer/#magnetometer-interface", + "title": "The Magnetometer Interface", + "number": "6.1" }, "definedIn": "pre" }, @@ -246,9 +255,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "magnetometer-interface", + "href": "https://www.w3.org/TR/magnetometer/#magnetometer-interface", + "title": "The Magnetometer Interface", + "number": "6.1" }, "definedIn": "pre" }, @@ -264,9 +274,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "magnetometer-interface", + "href": "https://www.w3.org/TR/magnetometer/#magnetometer-interface", + "title": "The Magnetometer Interface", + "number": "6.1" }, "definedIn": "pre" }, @@ -284,9 +295,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "magnetometer-interface", + "href": "https://www.w3.org/TR/magnetometer/#magnetometer-interface", + "title": "The Magnetometer Interface", + "number": "6.1" }, "definedIn": "pre" }, @@ -304,9 +316,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "magnetometer-interface", + "href": "https://www.w3.org/TR/magnetometer/#magnetometer-interface", + "title": "The Magnetometer Interface", + "number": "6.1" }, "definedIn": "pre" }, @@ -322,9 +335,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "magnetometer-interface", + "href": "https://www.w3.org/TR/magnetometer/#magnetometer-interface", + "title": "The Magnetometer Interface", + "number": "6.1" }, "definedIn": "pre" }, @@ -342,9 +356,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "magnetometer-interface", + "href": "https://www.w3.org/TR/magnetometer/#magnetometer-interface", + "title": "The Magnetometer Interface", + "number": "6.1" }, "definedIn": "pre" }, @@ -365,9 +380,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "magnetometer-interface", + "href": "https://www.w3.org/TR/magnetometer/#magnetometer-interface", + "title": "The Magnetometer Interface", + "number": "6.1" }, "definedIn": "prose" }, @@ -407,9 +423,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "uncalibrated-magnetometer-interface", + "href": "https://www.w3.org/TR/magnetometer/#uncalibrated-magnetometer-interface", + "title": "The UncalibratedMagnetometer Interface", + "number": "6.2" }, "definedIn": "pre" }, @@ -427,9 +444,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "uncalibrated-magnetometer-interface", + "href": "https://www.w3.org/TR/magnetometer/#uncalibrated-magnetometer-interface", + "title": "The UncalibratedMagnetometer Interface", + "number": "6.2" }, "definedIn": "pre" }, @@ -447,9 +465,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "uncalibrated-magnetometer-interface", + "href": "https://www.w3.org/TR/magnetometer/#uncalibrated-magnetometer-interface", + "title": "The UncalibratedMagnetometer Interface", + "number": "6.2" }, "definedIn": "pre" }, @@ -467,9 +486,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "uncalibrated-magnetometer-interface", + "href": "https://www.w3.org/TR/magnetometer/#uncalibrated-magnetometer-interface", + "title": "The UncalibratedMagnetometer Interface", + "number": "6.2" }, "definedIn": "pre" }, @@ -487,9 +507,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "uncalibrated-magnetometer-interface", + "href": "https://www.w3.org/TR/magnetometer/#uncalibrated-magnetometer-interface", + "title": "The UncalibratedMagnetometer Interface", + "number": "6.2" }, "definedIn": "pre" }, @@ -507,9 +528,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "uncalibrated-magnetometer-interface", + "href": "https://www.w3.org/TR/magnetometer/#uncalibrated-magnetometer-interface", + "title": "The UncalibratedMagnetometer Interface", + "number": "6.2" }, "definedIn": "pre" }, @@ -527,9 +549,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "uncalibrated-magnetometer-interface", + "href": "https://www.w3.org/TR/magnetometer/#uncalibrated-magnetometer-interface", + "title": "The UncalibratedMagnetometer Interface", + "number": "6.2" }, "definedIn": "pre" }, @@ -550,9 +573,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "uncalibrated-magnetometer-interface", + "href": "https://www.w3.org/TR/magnetometer/#uncalibrated-magnetometer-interface", + "title": "The UncalibratedMagnetometer Interface", + "number": "6.2" }, "definedIn": "prose" }, @@ -624,9 +648,9 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/magnetometer/#title", - "title": "Magnetometer" + "id": "compass", + "href": "https://www.w3.org/TR/magnetometer/#compass", + "title": "11. Compass Heading Using Magnetometers" }, "definedIn": "prose" }, diff --git a/tr/dfns/media-capabilities.json b/tr/dfns/media-capabilities.json index 6d9c9d4ec089..a2a7a69aaf32 100644 --- a/tr/dfns/media-capabilities.json +++ b/tr/dfns/media-capabilities.json @@ -352,63 +352,6 @@ }, "definedIn": "prose" }, - { - "id": "valid-media-mime-type", - "href": "https://www.w3.org/TR/media-capabilities/#valid-media-mime-type", - "linkingText": [ - "valid media MIME type" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "mime-type", - "href": "https://www.w3.org/TR/media-capabilities/#mime-type", - "title": "MIME types", - "number": "2.1.4" - }, - "definedIn": "prose" - }, - { - "id": "valid-audio-mime-type", - "href": "https://www.w3.org/TR/media-capabilities/#valid-audio-mime-type", - "linkingText": [ - "valid audio MIME type" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "mime-type", - "href": "https://www.w3.org/TR/media-capabilities/#mime-type", - "title": "MIME types", - "number": "2.1.4" - }, - "definedIn": "prose" - }, - { - "id": "valid-video-mime-type", - "href": "https://www.w3.org/TR/media-capabilities/#valid-video-mime-type", - "linkingText": [ - "valid video MIME type" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "mime-type", - "href": "https://www.w3.org/TR/media-capabilities/#mime-type", - "title": "MIME types", - "number": "2.1.4" - }, - "definedIn": "prose" - }, { "id": "dictdef-videoconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#dictdef-videoconfiguration", @@ -424,7 +367,7 @@ "id": "videoconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#videoconfiguration", "title": "VideoConfiguration", - "number": "2.1.5" + "number": "2.1.4" }, "definedIn": "pre" }, @@ -445,7 +388,7 @@ "id": "videoconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#videoconfiguration", "title": "VideoConfiguration", - "number": "2.1.5" + "number": "2.1.4" }, "definedIn": "prose" }, @@ -464,7 +407,7 @@ "id": "videoconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#videoconfiguration", "title": "VideoConfiguration", - "number": "2.1.5" + "number": "2.1.4" }, "definedIn": "prose" }, @@ -485,7 +428,7 @@ "id": "videoconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#videoconfiguration", "title": "VideoConfiguration", - "number": "2.1.5" + "number": "2.1.4" }, "definedIn": "prose" }, @@ -506,7 +449,7 @@ "id": "videoconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#videoconfiguration", "title": "VideoConfiguration", - "number": "2.1.5" + "number": "2.1.4" }, "definedIn": "prose" }, @@ -527,7 +470,7 @@ "id": "videoconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#videoconfiguration", "title": "VideoConfiguration", - "number": "2.1.5" + "number": "2.1.4" }, "definedIn": "prose" }, @@ -548,7 +491,7 @@ "id": "videoconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#videoconfiguration", "title": "VideoConfiguration", - "number": "2.1.5" + "number": "2.1.4" }, "definedIn": "prose" }, @@ -569,7 +512,7 @@ "id": "videoconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#videoconfiguration", "title": "VideoConfiguration", - "number": "2.1.5" + "number": "2.1.4" }, "definedIn": "prose" }, @@ -590,7 +533,7 @@ "id": "videoconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#videoconfiguration", "title": "VideoConfiguration", - "number": "2.1.5" + "number": "2.1.4" }, "definedIn": "prose" }, @@ -611,7 +554,7 @@ "id": "videoconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#videoconfiguration", "title": "VideoConfiguration", - "number": "2.1.5" + "number": "2.1.4" }, "definedIn": "prose" }, @@ -632,7 +575,7 @@ "id": "videoconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#videoconfiguration", "title": "VideoConfiguration", - "number": "2.1.5" + "number": "2.1.4" }, "definedIn": "prose" }, @@ -653,7 +596,7 @@ "id": "videoconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#videoconfiguration", "title": "VideoConfiguration", - "number": "2.1.5" + "number": "2.1.4" }, "definedIn": "prose" }, @@ -674,7 +617,7 @@ "id": "videoconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#videoconfiguration", "title": "VideoConfiguration", - "number": "2.1.5" + "number": "2.1.4" }, "definedIn": "prose" }, @@ -693,7 +636,7 @@ "id": "hdrmetadatatype", "href": "https://www.w3.org/TR/media-capabilities/#hdrmetadatatype", "title": "HdrMetadataType", - "number": "2.1.6" + "number": "2.1.5" }, "definedIn": "pre" }, @@ -715,7 +658,7 @@ "id": "hdrmetadatatype", "href": "https://www.w3.org/TR/media-capabilities/#hdrmetadatatype", "title": "HdrMetadataType", - "number": "2.1.6" + "number": "2.1.5" }, "definedIn": "prose" }, @@ -737,7 +680,7 @@ "id": "hdrmetadatatype", "href": "https://www.w3.org/TR/media-capabilities/#hdrmetadatatype", "title": "HdrMetadataType", - "number": "2.1.6" + "number": "2.1.5" }, "definedIn": "prose" }, @@ -759,7 +702,7 @@ "id": "hdrmetadatatype", "href": "https://www.w3.org/TR/media-capabilities/#hdrmetadatatype", "title": "HdrMetadataType", - "number": "2.1.6" + "number": "2.1.5" }, "definedIn": "prose" }, @@ -778,7 +721,7 @@ "id": "colorgamut", "href": "https://www.w3.org/TR/media-capabilities/#colorgamut", "title": "ColorGamut", - "number": "2.1.7" + "number": "2.1.6" }, "definedIn": "pre" }, @@ -800,7 +743,7 @@ "id": "colorgamut", "href": "https://www.w3.org/TR/media-capabilities/#colorgamut", "title": "ColorGamut", - "number": "2.1.7" + "number": "2.1.6" }, "definedIn": "prose" }, @@ -822,7 +765,7 @@ "id": "colorgamut", "href": "https://www.w3.org/TR/media-capabilities/#colorgamut", "title": "ColorGamut", - "number": "2.1.7" + "number": "2.1.6" }, "definedIn": "prose" }, @@ -844,7 +787,7 @@ "id": "colorgamut", "href": "https://www.w3.org/TR/media-capabilities/#colorgamut", "title": "ColorGamut", - "number": "2.1.7" + "number": "2.1.6" }, "definedIn": "prose" }, @@ -863,7 +806,7 @@ "id": "transferfunction", "href": "https://www.w3.org/TR/media-capabilities/#transferfunction", "title": "TransferFunction", - "number": "2.1.8" + "number": "2.1.7" }, "definedIn": "pre" }, @@ -885,7 +828,7 @@ "id": "transferfunction", "href": "https://www.w3.org/TR/media-capabilities/#transferfunction", "title": "TransferFunction", - "number": "2.1.8" + "number": "2.1.7" }, "definedIn": "prose" }, @@ -907,7 +850,7 @@ "id": "transferfunction", "href": "https://www.w3.org/TR/media-capabilities/#transferfunction", "title": "TransferFunction", - "number": "2.1.8" + "number": "2.1.7" }, "definedIn": "prose" }, @@ -929,7 +872,7 @@ "id": "transferfunction", "href": "https://www.w3.org/TR/media-capabilities/#transferfunction", "title": "TransferFunction", - "number": "2.1.8" + "number": "2.1.7" }, "definedIn": "prose" }, @@ -948,7 +891,7 @@ "id": "audioconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#audioconfiguration", "title": "AudioConfiguration", - "number": "2.1.9" + "number": "2.1.8" }, "definedIn": "pre" }, @@ -969,7 +912,7 @@ "id": "audioconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#audioconfiguration", "title": "AudioConfiguration", - "number": "2.1.9" + "number": "2.1.8" }, "definedIn": "prose" }, @@ -988,7 +931,7 @@ "id": "audioconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#audioconfiguration", "title": "AudioConfiguration", - "number": "2.1.9" + "number": "2.1.8" }, "definedIn": "prose" }, @@ -1009,7 +952,7 @@ "id": "audioconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#audioconfiguration", "title": "AudioConfiguration", - "number": "2.1.9" + "number": "2.1.8" }, "definedIn": "prose" }, @@ -1030,7 +973,7 @@ "id": "audioconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#audioconfiguration", "title": "AudioConfiguration", - "number": "2.1.9" + "number": "2.1.8" }, "definedIn": "prose" }, @@ -1051,7 +994,7 @@ "id": "audioconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#audioconfiguration", "title": "AudioConfiguration", - "number": "2.1.9" + "number": "2.1.8" }, "definedIn": "prose" }, @@ -1072,7 +1015,7 @@ "id": "audioconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#audioconfiguration", "title": "AudioConfiguration", - "number": "2.1.9" + "number": "2.1.8" }, "definedIn": "prose" }, @@ -1091,7 +1034,7 @@ "id": "mediacapabilitieskeysystemconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#mediacapabilitieskeysystemconfiguration", "title": "MediaCapabilitiesKeySystemConfiguration", - "number": "2.1.10" + "number": "2.1.9" }, "definedIn": "pre" }, @@ -1112,7 +1055,7 @@ "id": "mediacapabilitieskeysystemconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#mediacapabilitieskeysystemconfiguration", "title": "MediaCapabilitiesKeySystemConfiguration", - "number": "2.1.10" + "number": "2.1.9" }, "definedIn": "prose" }, @@ -1133,7 +1076,7 @@ "id": "mediacapabilitieskeysystemconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#mediacapabilitieskeysystemconfiguration", "title": "MediaCapabilitiesKeySystemConfiguration", - "number": "2.1.10" + "number": "2.1.9" }, "definedIn": "prose" }, @@ -1154,7 +1097,7 @@ "id": "mediacapabilitieskeysystemconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#mediacapabilitieskeysystemconfiguration", "title": "MediaCapabilitiesKeySystemConfiguration", - "number": "2.1.10" + "number": "2.1.9" }, "definedIn": "prose" }, @@ -1175,7 +1118,7 @@ "id": "mediacapabilitieskeysystemconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#mediacapabilitieskeysystemconfiguration", "title": "MediaCapabilitiesKeySystemConfiguration", - "number": "2.1.10" + "number": "2.1.9" }, "definedIn": "prose" }, @@ -1196,7 +1139,7 @@ "id": "mediacapabilitieskeysystemconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#mediacapabilitieskeysystemconfiguration", "title": "MediaCapabilitiesKeySystemConfiguration", - "number": "2.1.10" + "number": "2.1.9" }, "definedIn": "prose" }, @@ -1217,7 +1160,7 @@ "id": "mediacapabilitieskeysystemconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#mediacapabilitieskeysystemconfiguration", "title": "MediaCapabilitiesKeySystemConfiguration", - "number": "2.1.10" + "number": "2.1.9" }, "definedIn": "prose" }, @@ -1238,7 +1181,7 @@ "id": "mediacapabilitieskeysystemconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#mediacapabilitieskeysystemconfiguration", "title": "MediaCapabilitiesKeySystemConfiguration", - "number": "2.1.10" + "number": "2.1.9" }, "definedIn": "prose" }, @@ -1257,7 +1200,7 @@ "id": "keysystemtrackconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#keysystemtrackconfiguration", "title": "KeySystemTrackConfiguration", - "number": "2.1.11" + "number": "2.1.10" }, "definedIn": "pre" }, @@ -1278,7 +1221,7 @@ "id": "keysystemtrackconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#keysystemtrackconfiguration", "title": "KeySystemTrackConfiguration", - "number": "2.1.11" + "number": "2.1.10" }, "definedIn": "prose" }, @@ -1299,7 +1242,7 @@ "id": "keysystemtrackconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#keysystemtrackconfiguration", "title": "KeySystemTrackConfiguration", - "number": "2.1.11" + "number": "2.1.10" }, "definedIn": "prose" }, @@ -1506,13 +1449,14 @@ "definedIn": "prose" }, { - "id": "create-a-mediacapabilitiesencodinginfo", - "href": "https://www.w3.org/TR/media-capabilities/#create-a-mediacapabilitiesencodinginfo", + "id": "abstract-opdef-create-a-mediacapabilitiesencodinginfo", + "href": "https://www.w3.org/TR/media-capabilities/#abstract-opdef-create-a-mediacapabilitiesencodinginfo", "linkingText": [ - "Create a MediaCapabilitiesEncodingInfo" + "Create a MediaCapabilitiesEncodingInfo", + "create a MediaCapabilitiesEncodingInfo" ], "localLinkingText": [], - "type": "dfn", + "type": "abstract-op", "for": [], "access": "private", "informative": false, @@ -1525,13 +1469,14 @@ "definedIn": "heading" }, { - "id": "create-a-mediacapabilitiesdecodinginfo", - "href": "https://www.w3.org/TR/media-capabilities/#create-a-mediacapabilitiesdecodinginfo", + "id": "abstract-opdef-create-a-mediacapabilitiesdecodinginfo", + "href": "https://www.w3.org/TR/media-capabilities/#abstract-opdef-create-a-mediacapabilitiesdecodinginfo", "linkingText": [ - "Create a MediaCapabilitiesDecodingInfo" + "Create a MediaCapabilitiesDecodingInfo", + "create a MediaCapabilitiesDecodingInfo" ], "localLinkingText": [], - "type": "dfn", + "type": "abstract-op", "for": [], "access": "private", "informative": false, @@ -1544,13 +1489,54 @@ "definedIn": "heading" }, { - "id": "check-encrypted-decoding-support", - "href": "https://www.w3.org/TR/media-capabilities/#check-encrypted-decoding-support", + "id": "abstract-opdef-check-mime-type-validity", + "href": "https://www.w3.org/TR/media-capabilities/#abstract-opdef-check-mime-type-validity", "linkingText": [ - "Check Encrypted Decoding Support" + "Check MIME Type Validity", + "check MIME type validity" ], "localLinkingText": [], - "type": "dfn", + "type": "abstract-op", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "check-mime-type-validity", + "href": "https://www.w3.org/TR/media-capabilities/#check-mime-type-validity", + "title": "Check MIME Type Validity", + "number": "2.3.3" + }, + "definedIn": "heading" + }, + { + "id": "abstract-opdef-check-mime-type-support", + "href": "https://www.w3.org/TR/media-capabilities/#abstract-opdef-check-mime-type-support", + "linkingText": [ + "Check MIME Type Support", + "check MIME type support" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "check-mime-type-support", + "href": "https://www.w3.org/TR/media-capabilities/#check-mime-type-support", + "title": "Check MIME Type Support", + "number": "2.3.4" + }, + "definedIn": "heading" + }, + { + "id": "abstract-opdef-check-encrypted-decoding-support", + "href": "https://www.w3.org/TR/media-capabilities/#abstract-opdef-check-encrypted-decoding-support", + "linkingText": [ + "Check Encrypted Decoding Support", + "check encrypted decoding support" + ], + "localLinkingText": [], + "type": "abstract-op", "for": [], "access": "private", "informative": false, @@ -1558,7 +1544,7 @@ "id": "is-encrypted-decode-supported", "href": "https://www.w3.org/TR/media-capabilities/#is-encrypted-decode-supported", "title": "Check Encrypted Decoding Support", - "number": "2.3.3" + "number": "2.3.5" }, "definedIn": "heading" }, diff --git a/tr/dfns/proximity.json b/tr/dfns/proximity.json index f70f4ecc43e6..54f0c979e08e 100644 --- a/tr/dfns/proximity.json +++ b/tr/dfns/proximity.json @@ -54,9 +54,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/proximity/#title", - "title": "Proximity Sensor" + "id": "model", + "href": "https://www.w3.org/TR/proximity/#model", + "title": "Model", + "number": "5" }, "definedIn": "prose" }, @@ -72,9 +73,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/proximity/#title", - "title": "Proximity Sensor" + "id": "model", + "href": "https://www.w3.org/TR/proximity/#model", + "title": "Model", + "number": "5" }, "definedIn": "prose" }, @@ -90,9 +92,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/proximity/#title", - "title": "Proximity Sensor" + "id": "model", + "href": "https://www.w3.org/TR/proximity/#model", + "title": "Model", + "number": "5" }, "definedIn": "prose" }, @@ -108,9 +111,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/proximity/#title", - "title": "Proximity Sensor" + "id": "model", + "href": "https://www.w3.org/TR/proximity/#model", + "title": "Model", + "number": "5" }, "definedIn": "prose" }, @@ -126,9 +130,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/proximity/#title", - "title": "Proximity Sensor" + "id": "model", + "href": "https://www.w3.org/TR/proximity/#model", + "title": "Model", + "number": "5" }, "definedIn": "prose" }, @@ -144,9 +149,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/proximity/#title", - "title": "Proximity Sensor" + "id": "model", + "href": "https://www.w3.org/TR/proximity/#model", + "title": "Model", + "number": "5" }, "definedIn": "prose" }, @@ -186,9 +192,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/proximity/#title", - "title": "Proximity Sensor" + "id": "proximity-sensor-interface", + "href": "https://www.w3.org/TR/proximity/#proximity-sensor-interface", + "title": "The ProximitySensor Interface", + "number": "6.1" }, "definedIn": "pre" }, @@ -209,9 +216,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/proximity/#title", - "title": "Proximity Sensor" + "id": "proximity-sensor-interface", + "href": "https://www.w3.org/TR/proximity/#proximity-sensor-interface", + "title": "The ProximitySensor Interface", + "number": "6.1" }, "definedIn": "pre" }, @@ -229,9 +237,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/proximity/#title", - "title": "Proximity Sensor" + "id": "proximity-sensor-interface", + "href": "https://www.w3.org/TR/proximity/#proximity-sensor-interface", + "title": "The ProximitySensor Interface", + "number": "6.1" }, "definedIn": "pre" }, @@ -249,9 +258,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/proximity/#title", - "title": "Proximity Sensor" + "id": "proximity-sensor-interface", + "href": "https://www.w3.org/TR/proximity/#proximity-sensor-interface", + "title": "The ProximitySensor Interface", + "number": "6.1" }, "definedIn": "pre" }, @@ -269,9 +279,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/proximity/#title", - "title": "Proximity Sensor" + "id": "proximity-sensor-interface", + "href": "https://www.w3.org/TR/proximity/#proximity-sensor-interface", + "title": "The ProximitySensor Interface", + "number": "6.1" }, "definedIn": "pre" }, diff --git a/tr/dfns/webcodecs-aac-codec-registration.json b/tr/dfns/webcodecs-aac-codec-registration.json index 73fa47955000..24a933cd36c3 100644 --- a/tr/dfns/webcodecs-aac-codec-registration.json +++ b/tr/dfns/webcodecs-aac-codec-registration.json @@ -58,9 +58,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-aac-codec-registration/#title", - "title": "AAC WebCodecs Registration" + "id": "aac-encoder-config", + "href": "https://www.w3.org/TR/webcodecs-aac-codec-registration/#aac-encoder-config", + "title": "AacEncoderConfig", + "number": "5.1" }, "definedIn": "dt" }, @@ -98,9 +99,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-aac-codec-registration/#title", - "title": "AAC WebCodecs Registration" + "id": "aac-bitstream-format", + "href": "https://www.w3.org/TR/webcodecs-aac-codec-registration/#aac-bitstream-format", + "title": "AacBitstreamFormat", + "number": "5.2" }, "definedIn": "dt" }, @@ -119,9 +121,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-aac-codec-registration/#title", - "title": "AAC WebCodecs Registration" + "id": "aac-bitstream-format", + "href": "https://www.w3.org/TR/webcodecs-aac-codec-registration/#aac-bitstream-format", + "title": "AacBitstreamFormat", + "number": "5.2" }, "definedIn": "dt" } diff --git a/tr/dfns/webcodecs-av1-codec-registration.json b/tr/dfns/webcodecs-av1-codec-registration.json index 3af87441721b..bbf69a560492 100644 --- a/tr/dfns/webcodecs-av1-codec-registration.json +++ b/tr/dfns/webcodecs-av1-codec-registration.json @@ -58,9 +58,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-av1-codec-registration/#title", - "title": "AV1 WebCodecs Registration" + "id": "av1-encode-options", + "href": "https://www.w3.org/TR/webcodecs-av1-codec-registration/#av1-encode-options", + "title": "VideoEncoderEncodeOptionsForAv1", + "number": "5.1" }, "definedIn": "dt" } diff --git a/tr/dfns/webcodecs-avc-codec-registration.json b/tr/dfns/webcodecs-avc-codec-registration.json index b91429e86093..56ab39974100 100644 --- a/tr/dfns/webcodecs-avc-codec-registration.json +++ b/tr/dfns/webcodecs-avc-codec-registration.json @@ -58,9 +58,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-avc-codec-registration/#title", - "title": "AVC (H.264) WebCodecs Registration" + "id": "avc-encoder-config", + "href": "https://www.w3.org/TR/webcodecs-avc-codec-registration/#avc-encoder-config", + "title": "AvcEncoderConfig", + "number": "5.1" }, "definedIn": "dt" }, @@ -98,9 +99,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-avc-codec-registration/#title", - "title": "AVC (H.264) WebCodecs Registration" + "id": "avc-bitstream-format", + "href": "https://www.w3.org/TR/webcodecs-avc-codec-registration/#avc-bitstream-format", + "title": "AvcBitstreamFormat", + "number": "5.2" }, "definedIn": "dt" }, @@ -119,9 +121,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-avc-codec-registration/#title", - "title": "AVC (H.264) WebCodecs Registration" + "id": "avc-bitstream-format", + "href": "https://www.w3.org/TR/webcodecs-avc-codec-registration/#avc-bitstream-format", + "title": "AvcBitstreamFormat", + "number": "5.2" }, "definedIn": "dt" }, @@ -179,9 +182,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-avc-codec-registration/#title", - "title": "AVC (H.264) WebCodecs Registration" + "id": "avc-encode-options", + "href": "https://www.w3.org/TR/webcodecs-avc-codec-registration/#avc-encode-options", + "title": "VideoEncoderEncodeOptionsForAvc", + "number": "6.1" }, "definedIn": "dt" } diff --git a/tr/dfns/webcodecs-flac-codec-registration.json b/tr/dfns/webcodecs-flac-codec-registration.json index 7c41b3827944..bf4b77abd078 100644 --- a/tr/dfns/webcodecs-flac-codec-registration.json +++ b/tr/dfns/webcodecs-flac-codec-registration.json @@ -58,9 +58,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-flac-codec-registration/#title", - "title": "FLAC WebCodecs Registration" + "id": "flac-encoder-config", + "href": "https://www.w3.org/TR/webcodecs-flac-codec-registration/#flac-encoder-config", + "title": "FlacEncoderConfig", + "number": "5.1" }, "definedIn": "dt" }, @@ -78,9 +79,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-flac-codec-registration/#title", - "title": "FLAC WebCodecs Registration" + "id": "flac-encoder-config", + "href": "https://www.w3.org/TR/webcodecs-flac-codec-registration/#flac-encoder-config", + "title": "FlacEncoderConfig", + "number": "5.1" }, "definedIn": "dt" } diff --git a/tr/dfns/webcodecs-hevc-codec-registration.json b/tr/dfns/webcodecs-hevc-codec-registration.json index 7b4f0092d553..dc845357b066 100644 --- a/tr/dfns/webcodecs-hevc-codec-registration.json +++ b/tr/dfns/webcodecs-hevc-codec-registration.json @@ -58,9 +58,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#title", - "title": "HEVC (H.265) WebCodecs Registration" + "id": "hevc-encoder-config", + "href": "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#hevc-encoder-config", + "title": "HevcEncoderConfig", + "number": "5.1" }, "definedIn": "dt" }, @@ -98,9 +99,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#title", - "title": "HEVC (H.265) WebCodecs Registration" + "id": "hevc-bitstream-format", + "href": "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#hevc-bitstream-format", + "title": "HevcBitstreamFormat", + "number": "5.2" }, "definedIn": "dt" }, @@ -119,9 +121,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#title", - "title": "HEVC (H.265) WebCodecs Registration" + "id": "hevc-bitstream-format", + "href": "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#hevc-bitstream-format", + "title": "HevcBitstreamFormat", + "number": "5.2" }, "definedIn": "dt" }, @@ -179,9 +182,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#title", - "title": "HEVC (H.265) WebCodecs Registration" + "id": "hevc-encode-options", + "href": "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#hevc-encode-options", + "title": "VideoEncoderEncodeOptionsForHevc", + "number": "6.1" }, "definedIn": "dt" } diff --git a/tr/dfns/webcodecs-opus-codec-registration.json b/tr/dfns/webcodecs-opus-codec-registration.json index 4bc8cbd229f5..f1aff4234dfe 100644 --- a/tr/dfns/webcodecs-opus-codec-registration.json +++ b/tr/dfns/webcodecs-opus-codec-registration.json @@ -58,9 +58,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#title", - "title": "Opus WebCodecs Registration" + "id": "opus-encoder-config", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-encoder-config", + "title": "OpusEncoderConfig", + "number": "5.1" }, "definedIn": "dt" }, @@ -78,9 +79,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#title", - "title": "Opus WebCodecs Registration" + "id": "opus-encoder-config", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-encoder-config", + "title": "OpusEncoderConfig", + "number": "5.1" }, "definedIn": "dt" }, @@ -98,9 +100,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#title", - "title": "Opus WebCodecs Registration" + "id": "opus-encoder-config", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-encoder-config", + "title": "OpusEncoderConfig", + "number": "5.1" }, "definedIn": "dt" }, @@ -118,9 +121,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#title", - "title": "Opus WebCodecs Registration" + "id": "opus-encoder-config", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-encoder-config", + "title": "OpusEncoderConfig", + "number": "5.1" }, "definedIn": "dt" }, @@ -138,9 +142,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#title", - "title": "Opus WebCodecs Registration" + "id": "opus-encoder-config", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-encoder-config", + "title": "OpusEncoderConfig", + "number": "5.1" }, "definedIn": "dt" }, @@ -158,9 +163,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#title", - "title": "Opus WebCodecs Registration" + "id": "opus-encoder-config", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-encoder-config", + "title": "OpusEncoderConfig", + "number": "5.1" }, "definedIn": "dt" }, @@ -178,9 +184,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#title", - "title": "Opus WebCodecs Registration" + "id": "opus-encoder-config", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-encoder-config", + "title": "OpusEncoderConfig", + "number": "5.1" }, "definedIn": "dt" }, @@ -198,9 +205,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#title", - "title": "Opus WebCodecs Registration" + "id": "opus-encoder-config", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-encoder-config", + "title": "OpusEncoderConfig", + "number": "5.1" }, "definedIn": "dt" }, @@ -238,9 +246,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#title", - "title": "Opus WebCodecs Registration" + "id": "opus-bitstream-format", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-bitstream-format", + "title": "OpusBitstreamFormat", + "number": "5.2" }, "definedIn": "dt" }, @@ -259,9 +268,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#title", - "title": "Opus WebCodecs Registration" + "id": "opus-bitstream-format", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-bitstream-format", + "title": "OpusBitstreamFormat", + "number": "5.2" }, "definedIn": "dt" }, @@ -299,9 +309,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#title", - "title": "Opus WebCodecs Registration" + "id": "opus-signal", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-signal", + "title": "OpusSignal", + "number": "5.3" }, "definedIn": "dt" }, @@ -320,9 +331,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#title", - "title": "Opus WebCodecs Registration" + "id": "opus-signal", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-signal", + "title": "OpusSignal", + "number": "5.3" }, "definedIn": "dt" }, @@ -341,9 +353,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#title", - "title": "Opus WebCodecs Registration" + "id": "opus-signal", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-signal", + "title": "OpusSignal", + "number": "5.3" }, "definedIn": "dt" }, @@ -381,9 +394,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#title", - "title": "Opus WebCodecs Registration" + "id": "opus-application", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-application", + "title": "OpusApplication", + "number": "5.4" }, "definedIn": "dt" }, @@ -402,9 +416,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#title", - "title": "Opus WebCodecs Registration" + "id": "opus-application", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-application", + "title": "OpusApplication", + "number": "5.4" }, "definedIn": "dt" }, @@ -423,9 +438,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#title", - "title": "Opus WebCodecs Registration" + "id": "opus-application", + "href": "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-application", + "title": "OpusApplication", + "number": "5.4" }, "definedIn": "dt" } diff --git a/tr/dfns/webcodecs-vp9-codec-registration.json b/tr/dfns/webcodecs-vp9-codec-registration.json index a5345fd6754f..16a8f91c5262 100644 --- a/tr/dfns/webcodecs-vp9-codec-registration.json +++ b/tr/dfns/webcodecs-vp9-codec-registration.json @@ -58,9 +58,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#title", - "title": "VP9 WebCodecs Registration" + "id": "vp9-encode-options", + "href": "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#vp9-encode-options", + "title": "VideoEncoderEncodeOptionsForVp9", + "number": "5.1" }, "definedIn": "dt" } diff --git a/tr/dfns/webtransport.json b/tr/dfns/webtransport.json index 04e0fc778369..55ff2ac426b0 100644 --- a/tr/dfns/webtransport.json +++ b/tr/dfns/webtransport.json @@ -1511,6 +1511,27 @@ }, "definedIn": "table" }, + { + "id": "dom-webtransport-protocol-slot", + "href": "https://www.w3.org/TR/webtransport/#dom-webtransport-protocol-slot", + "linkingText": [ + "[[Protocol]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "WebTransport" + ], + "access": "public", + "informative": false, + "heading": { + "id": "webtransport-internal-slots", + "href": "https://www.w3.org/TR/webtransport/#webtransport-internal-slots", + "title": "Internal slots", + "number": "5.1" + }, + "definedIn": "table" + }, { "id": "dom-webtransport-closed-slot", "href": "https://www.w3.org/TR/webtransport/#dom-webtransport-closed-slot", @@ -1883,6 +1904,27 @@ }, "definedIn": "dt" }, + { + "id": "dom-webtransport-protocol", + "href": "https://www.w3.org/TR/webtransport/#dom-webtransport-protocol", + "linkingText": [ + "protocol" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "WebTransport" + ], + "access": "public", + "informative": false, + "heading": { + "id": "webtransport-attributes", + "href": "https://www.w3.org/TR/webtransport/#webtransport-attributes", + "title": "Attributes", + "number": "5.3" + }, + "definedIn": "dt" + }, { "id": "dom-webtransport-close", "href": "https://www.w3.org/TR/webtransport/#dom-webtransport-close", @@ -2340,6 +2382,46 @@ }, "definedIn": "dt" }, + { + "id": "dom-webtransportoptions-protocols", + "href": "https://www.w3.org/TR/webtransport/#dom-webtransportoptions-protocols", + "linkingText": [ + "protocols" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "WebTransportOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "web-transport-configuration", + "href": "https://www.w3.org/TR/webtransport/#web-transport-configuration", + "title": "Configuration", + "number": "5.9" + }, + "definedIn": "dt" + }, + { + "id": "protocol-names", + "href": "https://www.w3.org/TR/webtransport/#protocol-names", + "linkingText": [ + "protocol names" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "web-transport-configuration", + "href": "https://www.w3.org/TR/webtransport/#web-transport-configuration", + "title": "Configuration", + "number": "5.9" + }, + "definedIn": "prose" + }, { "id": "compute-a-certificate-hash", "href": "https://www.w3.org/TR/webtransport/#compute-a-certificate-hash", @@ -2828,6 +2910,27 @@ }, "definedIn": "dt" }, + { + "id": "dom-webtransportconnectionstats-atsendcapacity", + "href": "https://www.w3.org/TR/webtransport/#dom-webtransportconnectionstats-atsendcapacity", + "linkingText": [ + "atSendCapacity" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "WebTransportConnectionStats" + ], + "access": "public", + "informative": false, + "heading": { + "id": "web-transport-connection-stats", + "href": "https://www.w3.org/TR/webtransport/#web-transport-connection-stats", + "title": "WebTransportConnectionStats Dictionary", + "number": "5.12" + }, + "definedIn": "dt" + }, { "id": "dictdef-webtransportdatagramstats", "href": "https://www.w3.org/TR/webtransport/#dictdef-webtransportdatagramstats", diff --git a/tr/headings/media-capabilities.json b/tr/headings/media-capabilities.json index ec7ace3a9da6..7324403e0bbe 100644 --- a/tr/headings/media-capabilities.json +++ b/tr/headings/media-capabilities.json @@ -70,75 +70,54 @@ "title": "MediaEncodingType", "number": "2.1.3" }, - { - "id": "mime-type", - "href": "https://www.w3.org/TR/media-capabilities/#mime-type", - "level": 4, - "title": "MIME types", - "number": "2.1.4" - }, - { - "id": "http", - "href": "https://www.w3.org/TR/media-capabilities/#http", - "level": 5, - "title": "HTTP", - "number": "2.1.4.1" - }, - { - "id": "rtp", - "href": "https://www.w3.org/TR/media-capabilities/#rtp", - "level": 5, - "title": "RTP", - "number": "2.1.4.2" - }, { "id": "videoconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#videoconfiguration", "level": 4, "title": "VideoConfiguration", - "number": "2.1.5" + "number": "2.1.4" }, { "id": "hdrmetadatatype", "href": "https://www.w3.org/TR/media-capabilities/#hdrmetadatatype", "level": 4, "title": "HdrMetadataType", - "number": "2.1.6" + "number": "2.1.5" }, { "id": "colorgamut", "href": "https://www.w3.org/TR/media-capabilities/#colorgamut", "level": 4, "title": "ColorGamut", - "number": "2.1.7" + "number": "2.1.6" }, { "id": "transferfunction", "href": "https://www.w3.org/TR/media-capabilities/#transferfunction", "level": 4, "title": "TransferFunction", - "number": "2.1.8" + "number": "2.1.7" }, { "id": "audioconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#audioconfiguration", "level": 4, "title": "AudioConfiguration", - "number": "2.1.9" + "number": "2.1.8" }, { "id": "mediacapabilitieskeysystemconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#mediacapabilitieskeysystemconfiguration", "level": 4, "title": "MediaCapabilitiesKeySystemConfiguration", - "number": "2.1.10" + "number": "2.1.9" }, { "id": "keysystemtrackconfiguration", "href": "https://www.w3.org/TR/media-capabilities/#keysystemtrackconfiguration", "level": 4, "title": "KeySystemTrackConfiguration", - "number": "2.1.11" + "number": "2.1.10" }, { "id": "media-capabilities-info", @@ -168,12 +147,26 @@ "title": "Create a MediaCapabilitiesDecodingInfo", "number": "2.3.2" }, + { + "id": "check-mime-type-validity", + "href": "https://www.w3.org/TR/media-capabilities/#check-mime-type-validity", + "level": 4, + "title": "Check MIME Type Validity", + "number": "2.3.3" + }, + { + "id": "check-mime-type-support", + "href": "https://www.w3.org/TR/media-capabilities/#check-mime-type-support", + "level": 4, + "title": "Check MIME Type Support", + "number": "2.3.4" + }, { "id": "is-encrypted-decode-supported", "href": "https://www.w3.org/TR/media-capabilities/#is-encrypted-decode-supported", "level": 4, "title": "Check Encrypted Decoding Support", - "number": "2.3.3" + "number": "2.3.5" }, { "id": "navigators-extensions", diff --git a/tr/headings/webtransport.json b/tr/headings/webtransport.json index cc34d6a02cf5..ed31562d597c 100644 --- a/tr/headings/webtransport.json +++ b/tr/headings/webtransport.json @@ -427,7 +427,7 @@ "id": "certificate-hashes", "href": "https://www.w3.org/TR/webtransport/#certificate-hashes", "level": 3, - "title": "Authentication using Certificate Hashes {#certificate-hashes}", + "title": "Authentication using Certificate Hashes", "number": "13.4" }, { diff --git a/tr/idl/media-capabilities.idl b/tr/idl/media-capabilities.idl index 111ef6208a9d..bd520a9d2901 100644 --- a/tr/idl/media-capabilities.idl +++ b/tr/idl/media-capabilities.idl @@ -110,6 +110,8 @@ partial interface WorkerNavigator { [Exposed=(Window, Worker)] interface MediaCapabilities { - [NewObject] Promise decodingInfo(MediaDecodingConfiguration configuration); - [NewObject] Promise encodingInfo(MediaEncodingConfiguration configuration); + [NewObject] Promise decodingInfo( + MediaDecodingConfiguration configuration); + [NewObject] Promise encodingInfo( + MediaEncodingConfiguration configuration); }; diff --git a/tr/idl/webtransport.idl b/tr/idl/webtransport.idl index 7d8441ea7469..db8c3212715c 100644 --- a/tr/idl/webtransport.idl +++ b/tr/idl/webtransport.idl @@ -25,6 +25,7 @@ interface WebTransport { readonly attribute WebTransportCongestionControl congestionControl; [EnforceRange] attribute unsigned short? anticipatedConcurrentIncomingUnidirectionalStreams; [EnforceRange] attribute unsigned short? anticipatedConcurrentIncomingBidirectionalStreams; + readonly attribute DOMString protocol; readonly attribute Promise closed; readonly attribute Promise draining; @@ -64,6 +65,7 @@ dictionary WebTransportOptions { WebTransportCongestionControl congestionControl = "default"; [EnforceRange] unsigned short? anticipatedConcurrentIncomingUnidirectionalStreams = null; [EnforceRange] unsigned short? anticipatedConcurrentIncomingBidirectionalStreams = null; + sequence protocols = []; }; enum WebTransportCongestionControl { @@ -84,24 +86,25 @@ dictionary WebTransportSendStreamOptions { }; dictionary WebTransportConnectionStats { - unsigned long long bytesSent; - unsigned long long packetsSent; - unsigned long long bytesLost; - unsigned long long packetsLost; - unsigned long long bytesReceived; - unsigned long long packetsReceived; - DOMHighResTimeStamp smoothedRtt; - DOMHighResTimeStamp rttVariation; - DOMHighResTimeStamp minRtt; - WebTransportDatagramStats datagrams; - unsigned long long? estimatedSendRate; + unsigned long long bytesSent = 0; + unsigned long long packetsSent = 0; + unsigned long long bytesLost = 0; + unsigned long long packetsLost = 0; + unsigned long long bytesReceived = 0; + unsigned long long packetsReceived = 0; + required DOMHighResTimeStamp smoothedRtt; + required DOMHighResTimeStamp rttVariation; + required DOMHighResTimeStamp minRtt; + required WebTransportDatagramStats datagrams; + unsigned long long? estimatedSendRate = null; + boolean atSendCapacity = false; }; dictionary WebTransportDatagramStats { - unsigned long long droppedIncoming; - unsigned long long expiredIncoming; - unsigned long long expiredOutgoing; - unsigned long long lostOutgoing; + unsigned long long droppedIncoming = 0; + unsigned long long expiredIncoming = 0; + unsigned long long expiredOutgoing = 0; + unsigned long long lostOutgoing = 0; }; [Exposed=(Window,Worker), SecureContext, Transferable] @@ -113,9 +116,9 @@ interface WebTransportSendStream : WritableStream { }; dictionary WebTransportSendStreamStats { - unsigned long long bytesWritten; - unsigned long long bytesSent; - unsigned long long bytesAcknowledged; + unsigned long long bytesWritten = 0; + unsigned long long bytesSent = 0; + unsigned long long bytesAcknowledged = 0; }; [Exposed=(Window,Worker), SecureContext] @@ -129,8 +132,8 @@ interface WebTransportReceiveStream : ReadableStream { }; dictionary WebTransportReceiveStreamStats { - unsigned long long bytesReceived; - unsigned long long bytesRead; + unsigned long long bytesReceived = 0; + unsigned long long bytesRead = 0; }; [Exposed=(Window,Worker), SecureContext] diff --git a/tr/ids/accelerometer.json b/tr/ids/accelerometer.json index 53bd49d583d7..03f5ed0837e8 100644 --- a/tr/ids/accelerometer.json +++ b/tr/ids/accelerometer.json @@ -7,6 +7,7 @@ "https://www.w3.org/TR/accelerometer/#toc-nav", "https://www.w3.org/TR/accelerometer/#toc-jump", "https://www.w3.org/TR/accelerometer/#toc-toggle", + "https://www.w3.org/TR/accelerometer/#toc-theme-toggle", "https://www.w3.org/TR/accelerometer/#title", "https://www.w3.org/TR/accelerometer/#w3c-state", "https://www.w3.org/TR/accelerometer/#abstract", @@ -48,10 +49,6 @@ "https://www.w3.org/TR/accelerometer/#model", "https://www.w3.org/TR/accelerometer/#accelerometer-model", "https://www.w3.org/TR/accelerometer/#accelerometer-sensor-type", - "https://www.w3.org/TR/accelerometer/#infopanel-for-accelerometer-sensor-type", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-accelerometer-sensor-type", - "https://www.w3.org/TR/accelerometer/#infopanel-for-accelerometer-sensor-type", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-accelerometer-sensor-type", "https://www.w3.org/TR/accelerometer/#ref-for-sensor-type", "https://www.w3.org/TR/accelerometer/#ref-for-extension-sensor-interface", "https://www.w3.org/TR/accelerometer/#ref-for-accelerometer%E2%91%A1", @@ -74,20 +71,12 @@ "https://www.w3.org/TR/accelerometer/#ref-for-map-getting-the-values", "https://www.w3.org/TR/accelerometer/#ref-for-acceleration%E2%91%A1", "https://www.w3.org/TR/accelerometer/#acceleration", - "https://www.w3.org/TR/accelerometer/#infopanel-for-acceleration", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-acceleration", - "https://www.w3.org/TR/accelerometer/#infopanel-for-acceleration", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-acceleration", "https://www.w3.org/TR/accelerometer/#ref-for-acceleration%E2%91%A2", "https://www.w3.org/TR/accelerometer/#ref-for-acceleration%E2%91%A3", "https://www.w3.org/TR/accelerometer/#ref-for-acceleration%E2%91%A4", "https://www.w3.org/TR/accelerometer/#ref-for-local-coordinate-system%E2%91%A0", "https://www.w3.org/TR/accelerometer/#linear-acceleration-sensor-model", "https://www.w3.org/TR/accelerometer/#linear-acceleration-sensor-sensor-type", - "https://www.w3.org/TR/accelerometer/#infopanel-for-linear-acceleration-sensor-sensor-type", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-linear-acceleration-sensor-sensor-type", - "https://www.w3.org/TR/accelerometer/#infopanel-for-linear-acceleration-sensor-sensor-type", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-linear-acceleration-sensor-sensor-type", "https://www.w3.org/TR/accelerometer/#ref-for-sensor-type%E2%91%A1", "https://www.w3.org/TR/accelerometer/#ref-for-extension-sensor-interface%E2%91%A0", "https://www.w3.org/TR/accelerometer/#ref-for-linearaccelerationsensor%E2%91%A1", @@ -109,20 +98,12 @@ "https://www.w3.org/TR/accelerometer/#ref-for-map-getting-the-values%E2%91%A0", "https://www.w3.org/TR/accelerometer/#ref-for-linear-acceleration", "https://www.w3.org/TR/accelerometer/#linear-acceleration", - "https://www.w3.org/TR/accelerometer/#infopanel-for-linear-acceleration", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-linear-acceleration", - "https://www.w3.org/TR/accelerometer/#infopanel-for-linear-acceleration", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-linear-acceleration", "https://www.w3.org/TR/accelerometer/#ref-for-acceleration%E2%91%A5", "https://www.w3.org/TR/accelerometer/#ref-for-gravity", "https://www.w3.org/TR/accelerometer/#ref-for-gravity%E2%91%A0", "https://www.w3.org/TR/accelerometer/#ref-for-linear-acceleration%E2%91%A0", "https://www.w3.org/TR/accelerometer/#gravity-sensor-model", "https://www.w3.org/TR/accelerometer/#gravity-sensor-sensor-type", - "https://www.w3.org/TR/accelerometer/#infopanel-for-gravity-sensor-sensor-type", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-gravity-sensor-sensor-type", - "https://www.w3.org/TR/accelerometer/#infopanel-for-gravity-sensor-sensor-type", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-gravity-sensor-sensor-type", "https://www.w3.org/TR/accelerometer/#ref-for-sensor-type%E2%91%A3", "https://www.w3.org/TR/accelerometer/#ref-for-extension-sensor-interface%E2%91%A1", "https://www.w3.org/TR/accelerometer/#ref-for-gravitysensor%E2%91%A1", @@ -135,10 +116,6 @@ "https://www.w3.org/TR/accelerometer/#ref-for-permissiondef-accelerometer%E2%91%A8", "https://www.w3.org/TR/accelerometer/#ref-for-virtual-sensor-type%E2%91%A1", "https://www.w3.org/TR/accelerometer/#gravity-virtual-sensor-type", - "https://www.w3.org/TR/accelerometer/#infopanel-for-gravity-virtual-sensor-type", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-gravity-virtual-sensor-type", - "https://www.w3.org/TR/accelerometer/#infopanel-for-gravity-virtual-sensor-type", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-gravity-virtual-sensor-type", "https://www.w3.org/TR/accelerometer/#ref-for-latest-reading%E2%91%A1", "https://www.w3.org/TR/accelerometer/#ref-for-sensor%E2%91%A1", "https://www.w3.org/TR/accelerometer/#ref-for-gravity-sensor-sensor-type", @@ -148,10 +125,6 @@ "https://www.w3.org/TR/accelerometer/#ref-for-map-getting-the-values%E2%91%A1", "https://www.w3.org/TR/accelerometer/#ref-for-gravity%E2%91%A1", "https://www.w3.org/TR/accelerometer/#gravity", - "https://www.w3.org/TR/accelerometer/#infopanel-for-gravity", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-gravity", - "https://www.w3.org/TR/accelerometer/#infopanel-for-gravity", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-gravity", "https://www.w3.org/TR/accelerometer/#ref-for-gravity%E2%91%A2", "https://www.w3.org/TR/accelerometer/#ref-for-linear-acceleration%E2%91%A1", "https://www.w3.org/TR/accelerometer/#reference-frame", @@ -163,18 +136,10 @@ "https://www.w3.org/TR/accelerometer/#ref-for-device-coordinate-system", "https://www.w3.org/TR/accelerometer/#ref-for-screen-coordinate-system%E2%91%A0", "https://www.w3.org/TR/accelerometer/#device-coordinate-system", - "https://www.w3.org/TR/accelerometer/#infopanel-for-device-coordinate-system", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-device-coordinate-system", - "https://www.w3.org/TR/accelerometer/#infopanel-for-device-coordinate-system", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-device-coordinate-system", "https://www.w3.org/TR/accelerometer/#ref-for-device-coordinate-system%E2%91%A0", "https://www.w3.org/TR/accelerometer/#ref-for-device-coordinate-system%E2%91%A1", "https://www.w3.org/TR/accelerometer/#ref-for-dom-screen%E2%91%A1", "https://www.w3.org/TR/accelerometer/#screen-coordinate-system", - "https://www.w3.org/TR/accelerometer/#infopanel-for-screen-coordinate-system", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-screen-coordinate-system", - "https://www.w3.org/TR/accelerometer/#infopanel-for-screen-coordinate-system", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-screen-coordinate-system", "https://www.w3.org/TR/accelerometer/#ref-for-dom-screen%E2%91%A2", "https://www.w3.org/TR/accelerometer/#ref-for-screen-coordinate-system%E2%91%A1", "https://www.w3.org/TR/accelerometer/#ref-for-dom-screen%E2%91%A3", @@ -192,56 +157,24 @@ "https://www.w3.org/TR/accelerometer/#ref-for-SecureContext", "https://www.w3.org/TR/accelerometer/#ref-for-Exposed", "https://www.w3.org/TR/accelerometer/#accelerometer", - "https://www.w3.org/TR/accelerometer/#infopanel-for-accelerometer", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-accelerometer", - "https://www.w3.org/TR/accelerometer/#infopanel-for-accelerometer", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-accelerometer", "https://www.w3.org/TR/accelerometer/#ref-for-sensor%E2%91%A2", "https://www.w3.org/TR/accelerometer/#ref-for-dom-accelerometer-accelerometer", "https://www.w3.org/TR/accelerometer/#ref-for-dictdef-accelerometersensoroptions", "https://www.w3.org/TR/accelerometer/#dom-accelerometer-accelerometer-options-options", "https://www.w3.org/TR/accelerometer/#ref-for-idl-double", "https://www.w3.org/TR/accelerometer/#dom-accelerometer-x", - "https://www.w3.org/TR/accelerometer/#infopanel-for-dom-accelerometer-x", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-dom-accelerometer-x", - "https://www.w3.org/TR/accelerometer/#infopanel-for-dom-accelerometer-x", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-dom-accelerometer-x", "https://www.w3.org/TR/accelerometer/#ref-for-idl-double%E2%91%A0", "https://www.w3.org/TR/accelerometer/#dom-accelerometer-y", - "https://www.w3.org/TR/accelerometer/#infopanel-for-dom-accelerometer-y", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-dom-accelerometer-y", - "https://www.w3.org/TR/accelerometer/#infopanel-for-dom-accelerometer-y", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-dom-accelerometer-y", "https://www.w3.org/TR/accelerometer/#ref-for-idl-double%E2%91%A1", "https://www.w3.org/TR/accelerometer/#dom-accelerometer-z", - "https://www.w3.org/TR/accelerometer/#infopanel-for-dom-accelerometer-z", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-dom-accelerometer-z", - "https://www.w3.org/TR/accelerometer/#infopanel-for-dom-accelerometer-z", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-dom-accelerometer-z", "https://www.w3.org/TR/accelerometer/#enumdef-accelerometerlocalcoordinatesystem", - "https://www.w3.org/TR/accelerometer/#infopanel-for-enumdef-accelerometerlocalcoordinatesystem", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-enumdef-accelerometerlocalcoordinatesystem", - "https://www.w3.org/TR/accelerometer/#infopanel-for-enumdef-accelerometerlocalcoordinatesystem", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-enumdef-accelerometerlocalcoordinatesystem", "https://www.w3.org/TR/accelerometer/#dom-accelerometerlocalcoordinatesystem-device", "https://www.w3.org/TR/accelerometer/#dom-accelerometerlocalcoordinatesystem-screen", "https://www.w3.org/TR/accelerometer/#dictdef-accelerometersensoroptions", - "https://www.w3.org/TR/accelerometer/#infopanel-for-dictdef-accelerometersensoroptions", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-dictdef-accelerometersensoroptions", - "https://www.w3.org/TR/accelerometer/#infopanel-for-dictdef-accelerometersensoroptions", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-dictdef-accelerometersensoroptions", "https://www.w3.org/TR/accelerometer/#ref-for-dictdef-sensoroptions", "https://www.w3.org/TR/accelerometer/#ref-for-enumdef-accelerometerlocalcoordinatesystem", "https://www.w3.org/TR/accelerometer/#dom-accelerometersensoroptions-referenceframe", - "https://www.w3.org/TR/accelerometer/#infopanel-for-dom-accelerometersensoroptions-referenceframe", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-dom-accelerometersensoroptions-referenceframe", - "https://www.w3.org/TR/accelerometer/#infopanel-for-dom-accelerometersensoroptions-referenceframe", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-dom-accelerometersensoroptions-referenceframe", "https://www.w3.org/TR/accelerometer/#dom-accelerometer-accelerometer", - "https://www.w3.org/TR/accelerometer/#infopanel-for-dom-accelerometer-accelerometer", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-dom-accelerometer-accelerometer", - "https://www.w3.org/TR/accelerometer/#infopanel-for-dom-accelerometer-accelerometer", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-dom-accelerometer-accelerometer", "https://www.w3.org/TR/accelerometer/#ref-for-construct-an-accelerometer-object", "https://www.w3.org/TR/accelerometer/#ref-for-this", "https://www.w3.org/TR/accelerometer/#ref-for-supported-sensor-options", @@ -265,19 +198,11 @@ "https://www.w3.org/TR/accelerometer/#ref-for-SecureContext%E2%91%A0", "https://www.w3.org/TR/accelerometer/#ref-for-Exposed%E2%91%A0", "https://www.w3.org/TR/accelerometer/#linearaccelerationsensor", - "https://www.w3.org/TR/accelerometer/#infopanel-for-linearaccelerationsensor", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-linearaccelerationsensor", - "https://www.w3.org/TR/accelerometer/#infopanel-for-linearaccelerationsensor", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-linearaccelerationsensor", "https://www.w3.org/TR/accelerometer/#ref-for-accelerometer%E2%91%A7", "https://www.w3.org/TR/accelerometer/#ref-for-dom-linearaccelerationsensor-linearaccelerationsensor", "https://www.w3.org/TR/accelerometer/#ref-for-dictdef-accelerometersensoroptions%E2%91%A0", "https://www.w3.org/TR/accelerometer/#dom-linearaccelerationsensor-linearaccelerationsensor-options-options", "https://www.w3.org/TR/accelerometer/#dom-linearaccelerationsensor-linearaccelerationsensor", - "https://www.w3.org/TR/accelerometer/#infopanel-for-dom-linearaccelerationsensor-linearaccelerationsensor", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-dom-linearaccelerationsensor-linearaccelerationsensor", - "https://www.w3.org/TR/accelerometer/#infopanel-for-dom-linearaccelerationsensor-linearaccelerationsensor", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-dom-linearaccelerationsensor-linearaccelerationsensor", "https://www.w3.org/TR/accelerometer/#ref-for-construct-an-accelerometer-object%E2%91%A0", "https://www.w3.org/TR/accelerometer/#ref-for-this%E2%91%A0", "https://www.w3.org/TR/accelerometer/#ref-for-supported-sensor-options%E2%91%A0", @@ -301,19 +226,11 @@ "https://www.w3.org/TR/accelerometer/#ref-for-SecureContext%E2%91%A1", "https://www.w3.org/TR/accelerometer/#ref-for-Exposed%E2%91%A1", "https://www.w3.org/TR/accelerometer/#gravitysensor", - "https://www.w3.org/TR/accelerometer/#infopanel-for-gravitysensor", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-gravitysensor", - "https://www.w3.org/TR/accelerometer/#infopanel-for-gravitysensor", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-gravitysensor", "https://www.w3.org/TR/accelerometer/#ref-for-accelerometer%E2%91%A8", "https://www.w3.org/TR/accelerometer/#ref-for-dom-gravitysensor-gravitysensor", "https://www.w3.org/TR/accelerometer/#ref-for-dictdef-accelerometersensoroptions%E2%91%A1", "https://www.w3.org/TR/accelerometer/#dom-gravitysensor-gravitysensor-options-options", "https://www.w3.org/TR/accelerometer/#dom-gravitysensor-gravitysensor", - "https://www.w3.org/TR/accelerometer/#infopanel-for-dom-gravitysensor-gravitysensor", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-dom-gravitysensor-gravitysensor", - "https://www.w3.org/TR/accelerometer/#infopanel-for-dom-gravitysensor-gravitysensor", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-dom-gravitysensor-gravitysensor", "https://www.w3.org/TR/accelerometer/#ref-for-construct-an-accelerometer-object%E2%91%A1", "https://www.w3.org/TR/accelerometer/#ref-for-this%E2%91%A1", "https://www.w3.org/TR/accelerometer/#ref-for-supported-sensor-options%E2%91%A1", @@ -339,10 +256,6 @@ "https://www.w3.org/TR/accelerometer/#abstract-opertaions", "https://www.w3.org/TR/accelerometer/#construct-an-accelerometer-object", "https://www.w3.org/TR/accelerometer/#ref-for-construct-an-accelerometer-object%E2%91%A2", - "https://www.w3.org/TR/accelerometer/#infopanel-for-construct-an-accelerometer-object", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-construct-an-accelerometer-object", - "https://www.w3.org/TR/accelerometer/#infopanel-for-construct-an-accelerometer-object", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-construct-an-accelerometer-object", "https://www.w3.org/TR/accelerometer/#ref-for-accelerometer%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/accelerometer/#ref-for-linearaccelerationsensor%E2%91%A7", "https://www.w3.org/TR/accelerometer/#ref-for-gravitysensor%E2%91%A7", @@ -360,10 +273,6 @@ "https://www.w3.org/TR/accelerometer/#ref-for-device-coordinate-system%E2%91%A4", "https://www.w3.org/TR/accelerometer/#accelerometer-reading-quantization-algorithm", "https://www.w3.org/TR/accelerometer/#ref-for-accelerometer-reading-quantization-algorithm%E2%91%A0", - "https://www.w3.org/TR/accelerometer/#infopanel-for-accelerometer-reading-quantization-algorithm", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-accelerometer-reading-quantization-algorithm", - "https://www.w3.org/TR/accelerometer/#infopanel-for-accelerometer-reading-quantization-algorithm", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-accelerometer-reading-quantization-algorithm", "https://www.w3.org/TR/accelerometer/#ref-for-accelerometer-sensor-type%E2%91%A0", "https://www.w3.org/TR/accelerometer/#ref-for-sensor-type%E2%91%A6", "https://www.w3.org/TR/accelerometer/#ref-for-reading-quantization-algorithm", @@ -399,235 +308,51 @@ "https://www.w3.org/TR/accelerometer/#index-defined-here", "https://www.w3.org/TR/accelerometer/#index-defined-elsewhere", "https://www.w3.org/TR/accelerometer/#0db88ee6", - "https://www.w3.org/TR/accelerometer/#infopanel-for-0db88ee6", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-0db88ee6", - "https://www.w3.org/TR/accelerometer/#infopanel-for-0db88ee6", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-0db88ee6", "https://www.w3.org/TR/accelerometer/#86139dd1", - "https://www.w3.org/TR/accelerometer/#infopanel-for-86139dd1", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-86139dd1", - "https://www.w3.org/TR/accelerometer/#infopanel-for-86139dd1", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-86139dd1", "https://www.w3.org/TR/accelerometer/#110eb0e4", - "https://www.w3.org/TR/accelerometer/#infopanel-for-110eb0e4", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-110eb0e4", - "https://www.w3.org/TR/accelerometer/#infopanel-for-110eb0e4", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-110eb0e4", "https://www.w3.org/TR/accelerometer/#1b956603", - "https://www.w3.org/TR/accelerometer/#infopanel-for-1b956603", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-1b956603", - "https://www.w3.org/TR/accelerometer/#infopanel-for-1b956603", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-1b956603", "https://www.w3.org/TR/accelerometer/#207de9db", - "https://www.w3.org/TR/accelerometer/#infopanel-for-207de9db", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-207de9db", - "https://www.w3.org/TR/accelerometer/#infopanel-for-207de9db", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-207de9db", "https://www.w3.org/TR/accelerometer/#5822d2f3", - "https://www.w3.org/TR/accelerometer/#infopanel-for-5822d2f3", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-5822d2f3", - "https://www.w3.org/TR/accelerometer/#infopanel-for-5822d2f3", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-5822d2f3", "https://www.w3.org/TR/accelerometer/#2797dd43", - "https://www.w3.org/TR/accelerometer/#infopanel-for-2797dd43", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-2797dd43", - "https://www.w3.org/TR/accelerometer/#infopanel-for-2797dd43", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-2797dd43", "https://www.w3.org/TR/accelerometer/#beb7996f", - "https://www.w3.org/TR/accelerometer/#infopanel-for-beb7996f", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-beb7996f", - "https://www.w3.org/TR/accelerometer/#infopanel-for-beb7996f", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-beb7996f", "https://www.w3.org/TR/accelerometer/#8e858db8", - "https://www.w3.org/TR/accelerometer/#infopanel-for-8e858db8", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-8e858db8", - "https://www.w3.org/TR/accelerometer/#infopanel-for-8e858db8", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-8e858db8", "https://www.w3.org/TR/accelerometer/#5af83a7f", - "https://www.w3.org/TR/accelerometer/#infopanel-for-5af83a7f", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-5af83a7f", - "https://www.w3.org/TR/accelerometer/#infopanel-for-5af83a7f", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-5af83a7f", "https://www.w3.org/TR/accelerometer/#a09cf46b", - "https://www.w3.org/TR/accelerometer/#infopanel-for-a09cf46b", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-a09cf46b", - "https://www.w3.org/TR/accelerometer/#infopanel-for-a09cf46b", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-a09cf46b", "https://www.w3.org/TR/accelerometer/#fd4ad34f", - "https://www.w3.org/TR/accelerometer/#infopanel-for-fd4ad34f", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-fd4ad34f", - "https://www.w3.org/TR/accelerometer/#infopanel-for-fd4ad34f", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-fd4ad34f", "https://www.w3.org/TR/accelerometer/#0026f53f", - "https://www.w3.org/TR/accelerometer/#infopanel-for-0026f53f", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-0026f53f", - "https://www.w3.org/TR/accelerometer/#infopanel-for-0026f53f", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-0026f53f", "https://www.w3.org/TR/accelerometer/#7272b427", - "https://www.w3.org/TR/accelerometer/#infopanel-for-7272b427", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-7272b427", - "https://www.w3.org/TR/accelerometer/#infopanel-for-7272b427", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-7272b427", "https://www.w3.org/TR/accelerometer/#378064f9", - "https://www.w3.org/TR/accelerometer/#infopanel-for-378064f9", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-378064f9", - "https://www.w3.org/TR/accelerometer/#infopanel-for-378064f9", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-378064f9", "https://www.w3.org/TR/accelerometer/#95a8cb5f", - "https://www.w3.org/TR/accelerometer/#infopanel-for-95a8cb5f", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-95a8cb5f", - "https://www.w3.org/TR/accelerometer/#infopanel-for-95a8cb5f", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-95a8cb5f", "https://www.w3.org/TR/accelerometer/#47391bd7", - "https://www.w3.org/TR/accelerometer/#infopanel-for-47391bd7", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-47391bd7", - "https://www.w3.org/TR/accelerometer/#infopanel-for-47391bd7", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-47391bd7", "https://www.w3.org/TR/accelerometer/#64ade43d", - "https://www.w3.org/TR/accelerometer/#infopanel-for-64ade43d", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-64ade43d", - "https://www.w3.org/TR/accelerometer/#infopanel-for-64ade43d", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-64ade43d", "https://www.w3.org/TR/accelerometer/#5d47b5a4", - "https://www.w3.org/TR/accelerometer/#infopanel-for-5d47b5a4", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-5d47b5a4", - "https://www.w3.org/TR/accelerometer/#infopanel-for-5d47b5a4", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-5d47b5a4", "https://www.w3.org/TR/accelerometer/#611c5008", - "https://www.w3.org/TR/accelerometer/#infopanel-for-611c5008", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-611c5008", - "https://www.w3.org/TR/accelerometer/#infopanel-for-611c5008", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-611c5008", "https://www.w3.org/TR/accelerometer/#1f45ff31", - "https://www.w3.org/TR/accelerometer/#infopanel-for-1f45ff31", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-1f45ff31", - "https://www.w3.org/TR/accelerometer/#infopanel-for-1f45ff31", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-1f45ff31", "https://www.w3.org/TR/accelerometer/#7470ffcc", - "https://www.w3.org/TR/accelerometer/#infopanel-for-7470ffcc", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-7470ffcc", - "https://www.w3.org/TR/accelerometer/#infopanel-for-7470ffcc", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-7470ffcc", "https://www.w3.org/TR/accelerometer/#80bf03eb", - "https://www.w3.org/TR/accelerometer/#infopanel-for-80bf03eb", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-80bf03eb", - "https://www.w3.org/TR/accelerometer/#infopanel-for-80bf03eb", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-80bf03eb", "https://www.w3.org/TR/accelerometer/#5afb8cab", - "https://www.w3.org/TR/accelerometer/#infopanel-for-5afb8cab", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-5afb8cab", - "https://www.w3.org/TR/accelerometer/#infopanel-for-5afb8cab", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-5afb8cab", "https://www.w3.org/TR/accelerometer/#f96b75e9", - "https://www.w3.org/TR/accelerometer/#infopanel-for-f96b75e9", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-f96b75e9", - "https://www.w3.org/TR/accelerometer/#infopanel-for-f96b75e9", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-f96b75e9", "https://www.w3.org/TR/accelerometer/#13f5be19", - "https://www.w3.org/TR/accelerometer/#infopanel-for-13f5be19", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-13f5be19", - "https://www.w3.org/TR/accelerometer/#infopanel-for-13f5be19", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-13f5be19", "https://www.w3.org/TR/accelerometer/#eed9938b", - "https://www.w3.org/TR/accelerometer/#infopanel-for-eed9938b", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-eed9938b", - "https://www.w3.org/TR/accelerometer/#infopanel-for-eed9938b", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-eed9938b", "https://www.w3.org/TR/accelerometer/#bb15fee5", - "https://www.w3.org/TR/accelerometer/#infopanel-for-bb15fee5", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-bb15fee5", - "https://www.w3.org/TR/accelerometer/#infopanel-for-bb15fee5", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-bb15fee5", "https://www.w3.org/TR/accelerometer/#4fa114dd", - "https://www.w3.org/TR/accelerometer/#infopanel-for-4fa114dd", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-4fa114dd", - "https://www.w3.org/TR/accelerometer/#infopanel-for-4fa114dd", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-4fa114dd", "https://www.w3.org/TR/accelerometer/#8958b003", - "https://www.w3.org/TR/accelerometer/#infopanel-for-8958b003", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-8958b003", - "https://www.w3.org/TR/accelerometer/#infopanel-for-8958b003", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-8958b003", "https://www.w3.org/TR/accelerometer/#d14a6f26", - "https://www.w3.org/TR/accelerometer/#infopanel-for-d14a6f26", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-d14a6f26", - "https://www.w3.org/TR/accelerometer/#infopanel-for-d14a6f26", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-d14a6f26", "https://www.w3.org/TR/accelerometer/#31db57e6", - "https://www.w3.org/TR/accelerometer/#infopanel-for-31db57e6", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-31db57e6", - "https://www.w3.org/TR/accelerometer/#infopanel-for-31db57e6", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-31db57e6", "https://www.w3.org/TR/accelerometer/#3fca5a9e", - "https://www.w3.org/TR/accelerometer/#infopanel-for-3fca5a9e", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-3fca5a9e", - "https://www.w3.org/TR/accelerometer/#infopanel-for-3fca5a9e", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-3fca5a9e", "https://www.w3.org/TR/accelerometer/#802b0fdd", - "https://www.w3.org/TR/accelerometer/#infopanel-for-802b0fdd", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-802b0fdd", - "https://www.w3.org/TR/accelerometer/#infopanel-for-802b0fdd", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-802b0fdd", "https://www.w3.org/TR/accelerometer/#12d6b9a8", - "https://www.w3.org/TR/accelerometer/#infopanel-for-12d6b9a8", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-12d6b9a8", - "https://www.w3.org/TR/accelerometer/#infopanel-for-12d6b9a8", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-12d6b9a8", "https://www.w3.org/TR/accelerometer/#409a61ca", - "https://www.w3.org/TR/accelerometer/#infopanel-for-409a61ca", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-409a61ca", - "https://www.w3.org/TR/accelerometer/#infopanel-for-409a61ca", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-409a61ca", "https://www.w3.org/TR/accelerometer/#cc890cc1", - "https://www.w3.org/TR/accelerometer/#infopanel-for-cc890cc1", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-cc890cc1", - "https://www.w3.org/TR/accelerometer/#infopanel-for-cc890cc1", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-cc890cc1", "https://www.w3.org/TR/accelerometer/#bb91d953", - "https://www.w3.org/TR/accelerometer/#infopanel-for-bb91d953", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-bb91d953", - "https://www.w3.org/TR/accelerometer/#infopanel-for-bb91d953", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-bb91d953", "https://www.w3.org/TR/accelerometer/#435b7a7b", - "https://www.w3.org/TR/accelerometer/#infopanel-for-435b7a7b", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-435b7a7b", - "https://www.w3.org/TR/accelerometer/#infopanel-for-435b7a7b", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-435b7a7b", "https://www.w3.org/TR/accelerometer/#dca2de17", - "https://www.w3.org/TR/accelerometer/#infopanel-for-dca2de17", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-dca2de17", - "https://www.w3.org/TR/accelerometer/#infopanel-for-dca2de17", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-dca2de17", "https://www.w3.org/TR/accelerometer/#889e932f", - "https://www.w3.org/TR/accelerometer/#infopanel-for-889e932f", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-889e932f", - "https://www.w3.org/TR/accelerometer/#infopanel-for-889e932f", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-889e932f", "https://www.w3.org/TR/accelerometer/#b75bb3bd", - "https://www.w3.org/TR/accelerometer/#infopanel-for-b75bb3bd", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-b75bb3bd", - "https://www.w3.org/TR/accelerometer/#infopanel-for-b75bb3bd", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-b75bb3bd", "https://www.w3.org/TR/accelerometer/#c3e881ef", - "https://www.w3.org/TR/accelerometer/#infopanel-for-c3e881ef", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-c3e881ef", - "https://www.w3.org/TR/accelerometer/#infopanel-for-c3e881ef", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-c3e881ef", "https://www.w3.org/TR/accelerometer/#8c800cdf", - "https://www.w3.org/TR/accelerometer/#infopanel-for-8c800cdf", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-8c800cdf", - "https://www.w3.org/TR/accelerometer/#infopanel-for-8c800cdf", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-8c800cdf", "https://www.w3.org/TR/accelerometer/#4013a022", - "https://www.w3.org/TR/accelerometer/#infopanel-for-4013a022", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-4013a022", - "https://www.w3.org/TR/accelerometer/#infopanel-for-4013a022", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-4013a022", "https://www.w3.org/TR/accelerometer/#b4cfa5ce", - "https://www.w3.org/TR/accelerometer/#infopanel-for-b4cfa5ce", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-b4cfa5ce", - "https://www.w3.org/TR/accelerometer/#infopanel-for-b4cfa5ce", - "https://www.w3.org/TR/accelerometer/#infopaneltitle-for-b4cfa5ce", "https://www.w3.org/TR/accelerometer/#references", "https://www.w3.org/TR/accelerometer/#normative", "https://www.w3.org/TR/accelerometer/#biblio-device-orientation", diff --git a/tr/ids/ambient-light.json b/tr/ids/ambient-light.json index 46bd43f9e8bd..e26b90ce2d15 100644 --- a/tr/ids/ambient-light.json +++ b/tr/ids/ambient-light.json @@ -7,6 +7,7 @@ "https://www.w3.org/TR/ambient-light/#toc-nav", "https://www.w3.org/TR/ambient-light/#toc-jump", "https://www.w3.org/TR/ambient-light/#toc-toggle", + "https://www.w3.org/TR/ambient-light/#toc-theme-toggle", "https://www.w3.org/TR/ambient-light/#title", "https://www.w3.org/TR/ambient-light/#w3c-state", "https://www.w3.org/TR/ambient-light/#abstract", @@ -47,10 +48,6 @@ "https://www.w3.org/TR/ambient-light/#ref-for-threshold-check-algorithm%E2%91%A0", "https://www.w3.org/TR/ambient-light/#model", "https://www.w3.org/TR/ambient-light/#ambient-light-sensor", - "https://www.w3.org/TR/ambient-light/#infopanel-for-ambient-light-sensor", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-ambient-light-sensor", - "https://www.w3.org/TR/ambient-light/#infopanel-for-ambient-light-sensor", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-ambient-light-sensor", "https://www.w3.org/TR/ambient-light/#ref-for-sensor-type", "https://www.w3.org/TR/ambient-light/#ref-for-sensor", "https://www.w3.org/TR/ambient-light/#ref-for-ambientlightsensor", @@ -69,44 +66,24 @@ "https://www.w3.org/TR/ambient-light/#ref-for-ambient-light-sensor%E2%91%A2", "https://www.w3.org/TR/ambient-light/#ref-for-virtual-sensor-type", "https://www.w3.org/TR/ambient-light/#ambient-light-virtual-sensor-type", - "https://www.w3.org/TR/ambient-light/#infopanel-for-ambient-light-virtual-sensor-type", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-ambient-light-virtual-sensor-type", - "https://www.w3.org/TR/ambient-light/#infopanel-for-ambient-light-virtual-sensor-type", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-ambient-light-virtual-sensor-type", "https://www.w3.org/TR/ambient-light/#current-light-level", "https://www.w3.org/TR/ambient-light/#illuminance", "https://www.w3.org/TR/ambient-light/#ref-for-ambient-light-sensor%E2%91%A3", "https://www.w3.org/TR/ambient-light/#illuminance-rounding-multiple", - "https://www.w3.org/TR/ambient-light/#infopanel-for-illuminance-rounding-multiple", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-illuminance-rounding-multiple", - "https://www.w3.org/TR/ambient-light/#infopanel-for-illuminance-rounding-multiple", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-illuminance-rounding-multiple", "https://www.w3.org/TR/ambient-light/#ref-for-ambient-light-sensor%E2%91%A4", "https://www.w3.org/TR/ambient-light/#illuminance-threshold-value", - "https://www.w3.org/TR/ambient-light/#infopanel-for-illuminance-threshold-value", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-illuminance-threshold-value", - "https://www.w3.org/TR/ambient-light/#infopanel-for-illuminance-threshold-value", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-illuminance-threshold-value", "https://www.w3.org/TR/ambient-light/#ref-for-ambient-light-threshold-check-algorithm%E2%91%A0", "https://www.w3.org/TR/ambient-light/#api", "https://www.w3.org/TR/ambient-light/#ambient-light-sensor-interface", "https://www.w3.org/TR/ambient-light/#ref-for-SecureContext", "https://www.w3.org/TR/ambient-light/#ref-for-Exposed", "https://www.w3.org/TR/ambient-light/#ambientlightsensor", - "https://www.w3.org/TR/ambient-light/#infopanel-for-ambientlightsensor", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-ambientlightsensor", - "https://www.w3.org/TR/ambient-light/#infopanel-for-ambientlightsensor", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-ambientlightsensor", "https://www.w3.org/TR/ambient-light/#ref-for-sensor%E2%91%A0", "https://www.w3.org/TR/ambient-light/#dom-ambientlightsensor-ambientlightsensor", "https://www.w3.org/TR/ambient-light/#ref-for-dictdef-sensoroptions", "https://www.w3.org/TR/ambient-light/#dom-ambientlightsensor-ambientlightsensor-sensoroptions-sensoroptions", "https://www.w3.org/TR/ambient-light/#ref-for-idl-double", "https://www.w3.org/TR/ambient-light/#dom-ambientlightsensor-illuminance", - "https://www.w3.org/TR/ambient-light/#infopanel-for-dom-ambientlightsensor-illuminance", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-dom-ambientlightsensor-illuminance", - "https://www.w3.org/TR/ambient-light/#infopanel-for-dom-ambientlightsensor-illuminance", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-dom-ambientlightsensor-illuminance", "https://www.w3.org/TR/ambient-light/#ref-for-ambientlightsensor%E2%91%A0", "https://www.w3.org/TR/ambient-light/#ref-for-construct-an-ambient-light-sensor-object", "https://www.w3.org/TR/ambient-light/#ambient-light-sensor-reading-attribute", @@ -116,10 +93,6 @@ "https://www.w3.org/TR/ambient-light/#abstract-operations", "https://www.w3.org/TR/ambient-light/#construct-an-ambient-light-sensor-object", "https://www.w3.org/TR/ambient-light/#ref-for-construct-an-ambient-light-sensor-object%E2%91%A0", - "https://www.w3.org/TR/ambient-light/#infopanel-for-construct-an-ambient-light-sensor-object", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-construct-an-ambient-light-sensor-object", - "https://www.w3.org/TR/ambient-light/#infopanel-for-construct-an-ambient-light-sensor-object", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-construct-an-ambient-light-sensor-object", "https://www.w3.org/TR/ambient-light/#ref-for-dictdef-sensoroptions%E2%91%A0", "https://www.w3.org/TR/ambient-light/#ref-for-ambientlightsensor%E2%91%A1", "https://www.w3.org/TR/ambient-light/#ref-for-check-sensor-policy-controlled-features", @@ -131,10 +104,6 @@ "https://www.w3.org/TR/ambient-light/#ref-for-initialize-a-sensor-object", "https://www.w3.org/TR/ambient-light/#ambient-light-threshold-check-algorithm", "https://www.w3.org/TR/ambient-light/#ref-for-ambient-light-threshold-check-algorithm%E2%91%A1", - "https://www.w3.org/TR/ambient-light/#infopanel-for-ambient-light-threshold-check-algorithm", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-ambient-light-threshold-check-algorithm", - "https://www.w3.org/TR/ambient-light/#infopanel-for-ambient-light-threshold-check-algorithm", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-ambient-light-threshold-check-algorithm", "https://www.w3.org/TR/ambient-light/#ref-for-ambient-light-sensor%E2%91%A5", "https://www.w3.org/TR/ambient-light/#ref-for-sensor-type%E2%91%A0", "https://www.w3.org/TR/ambient-light/#ref-for-threshold-check-algorithm%E2%91%A1", @@ -151,10 +120,6 @@ "https://www.w3.org/TR/ambient-light/#ref-for-illuminance-rounding-multiple%E2%91%A5", "https://www.w3.org/TR/ambient-light/#ambient-light-reading-quantization-algorithm", "https://www.w3.org/TR/ambient-light/#ref-for-ambient-light-reading-quantization-algorithm%E2%91%A3", - "https://www.w3.org/TR/ambient-light/#infopanel-for-ambient-light-reading-quantization-algorithm", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-ambient-light-reading-quantization-algorithm", - "https://www.w3.org/TR/ambient-light/#infopanel-for-ambient-light-reading-quantization-algorithm", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-ambient-light-reading-quantization-algorithm", "https://www.w3.org/TR/ambient-light/#ref-for-ambient-light-sensor%E2%91%A6", "https://www.w3.org/TR/ambient-light/#ref-for-sensor-type%E2%91%A1", "https://www.w3.org/TR/ambient-light/#ref-for-reading-quantization-algorithm%E2%91%A0", @@ -164,10 +129,6 @@ "https://www.w3.org/TR/ambient-light/#automation", "https://www.w3.org/TR/ambient-light/#ref-for-ambient-light-sensor%E2%91%A7", "https://www.w3.org/TR/ambient-light/#illuminance-reading-parsing-algorithm", - "https://www.w3.org/TR/ambient-light/#infopanel-for-illuminance-reading-parsing-algorithm", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-illuminance-reading-parsing-algorithm", - "https://www.w3.org/TR/ambient-light/#infopanel-for-illuminance-reading-parsing-algorithm", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-illuminance-reading-parsing-algorithm", "https://www.w3.org/TR/ambient-light/#ref-for-sec-object-objects", "https://www.w3.org/TR/ambient-light/#ref-for-parse-single-value-number-reading", "https://www.w3.org/TR/ambient-light/#ref-for-per-type-virtual-sensor-metadata", @@ -190,210 +151,46 @@ "https://www.w3.org/TR/ambient-light/#index-defined-here", "https://www.w3.org/TR/ambient-light/#index-defined-elsewhere", "https://www.w3.org/TR/ambient-light/#a6e67972", - "https://www.w3.org/TR/ambient-light/#infopanel-for-a6e67972", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-a6e67972", - "https://www.w3.org/TR/ambient-light/#infopanel-for-a6e67972", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-a6e67972", "https://www.w3.org/TR/ambient-light/#b01bbc68", - "https://www.w3.org/TR/ambient-light/#infopanel-for-b01bbc68", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-b01bbc68", - "https://www.w3.org/TR/ambient-light/#infopanel-for-b01bbc68", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-b01bbc68", "https://www.w3.org/TR/ambient-light/#1b956603", - "https://www.w3.org/TR/ambient-light/#infopanel-for-1b956603", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-1b956603", - "https://www.w3.org/TR/ambient-light/#infopanel-for-1b956603", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-1b956603", "https://www.w3.org/TR/ambient-light/#207de9db", - "https://www.w3.org/TR/ambient-light/#infopanel-for-207de9db", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-207de9db", - "https://www.w3.org/TR/ambient-light/#infopanel-for-207de9db", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-207de9db", "https://www.w3.org/TR/ambient-light/#5822d2f3", - "https://www.w3.org/TR/ambient-light/#infopanel-for-5822d2f3", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-5822d2f3", - "https://www.w3.org/TR/ambient-light/#infopanel-for-5822d2f3", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-5822d2f3", "https://www.w3.org/TR/ambient-light/#2797dd43", - "https://www.w3.org/TR/ambient-light/#infopanel-for-2797dd43", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-2797dd43", - "https://www.w3.org/TR/ambient-light/#infopanel-for-2797dd43", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-2797dd43", "https://www.w3.org/TR/ambient-light/#a09cf46b", - "https://www.w3.org/TR/ambient-light/#infopanel-for-a09cf46b", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-a09cf46b", - "https://www.w3.org/TR/ambient-light/#infopanel-for-a09cf46b", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-a09cf46b", "https://www.w3.org/TR/ambient-light/#fd4ad34f", - "https://www.w3.org/TR/ambient-light/#infopanel-for-fd4ad34f", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-fd4ad34f", - "https://www.w3.org/TR/ambient-light/#infopanel-for-fd4ad34f", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-fd4ad34f", "https://www.w3.org/TR/ambient-light/#0026f53f", - "https://www.w3.org/TR/ambient-light/#infopanel-for-0026f53f", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-0026f53f", - "https://www.w3.org/TR/ambient-light/#infopanel-for-0026f53f", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-0026f53f", "https://www.w3.org/TR/ambient-light/#c79c290a", - "https://www.w3.org/TR/ambient-light/#infopanel-for-c79c290a", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-c79c290a", - "https://www.w3.org/TR/ambient-light/#infopanel-for-c79c290a", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-c79c290a", "https://www.w3.org/TR/ambient-light/#a296510f", - "https://www.w3.org/TR/ambient-light/#infopanel-for-a296510f", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-a296510f", - "https://www.w3.org/TR/ambient-light/#infopanel-for-a296510f", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-a296510f", "https://www.w3.org/TR/ambient-light/#c1bbb186", - "https://www.w3.org/TR/ambient-light/#infopanel-for-c1bbb186", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-c1bbb186", - "https://www.w3.org/TR/ambient-light/#infopanel-for-c1bbb186", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-c1bbb186", "https://www.w3.org/TR/ambient-light/#5d47b5a4", - "https://www.w3.org/TR/ambient-light/#infopanel-for-5d47b5a4", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-5d47b5a4", - "https://www.w3.org/TR/ambient-light/#infopanel-for-5d47b5a4", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-5d47b5a4", "https://www.w3.org/TR/ambient-light/#611c5008", - "https://www.w3.org/TR/ambient-light/#infopanel-for-611c5008", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-611c5008", - "https://www.w3.org/TR/ambient-light/#infopanel-for-611c5008", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-611c5008", "https://www.w3.org/TR/ambient-light/#1f45ff31", - "https://www.w3.org/TR/ambient-light/#infopanel-for-1f45ff31", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-1f45ff31", - "https://www.w3.org/TR/ambient-light/#infopanel-for-1f45ff31", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-1f45ff31", "https://www.w3.org/TR/ambient-light/#214e5c65", - "https://www.w3.org/TR/ambient-light/#infopanel-for-214e5c65", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-214e5c65", - "https://www.w3.org/TR/ambient-light/#infopanel-for-214e5c65", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-214e5c65", "https://www.w3.org/TR/ambient-light/#6f3f0749", - "https://www.w3.org/TR/ambient-light/#infopanel-for-6f3f0749", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-6f3f0749", - "https://www.w3.org/TR/ambient-light/#infopanel-for-6f3f0749", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-6f3f0749", "https://www.w3.org/TR/ambient-light/#80bf03eb", - "https://www.w3.org/TR/ambient-light/#infopanel-for-80bf03eb", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-80bf03eb", - "https://www.w3.org/TR/ambient-light/#infopanel-for-80bf03eb", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-80bf03eb", "https://www.w3.org/TR/ambient-light/#5afb8cab", - "https://www.w3.org/TR/ambient-light/#infopanel-for-5afb8cab", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-5afb8cab", - "https://www.w3.org/TR/ambient-light/#infopanel-for-5afb8cab", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-5afb8cab", "https://www.w3.org/TR/ambient-light/#f96b75e9", - "https://www.w3.org/TR/ambient-light/#infopanel-for-f96b75e9", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-f96b75e9", - "https://www.w3.org/TR/ambient-light/#infopanel-for-f96b75e9", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-f96b75e9", "https://www.w3.org/TR/ambient-light/#6048fac5", - "https://www.w3.org/TR/ambient-light/#infopanel-for-6048fac5", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-6048fac5", - "https://www.w3.org/TR/ambient-light/#infopanel-for-6048fac5", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-6048fac5", "https://www.w3.org/TR/ambient-light/#d8b6acc6", - "https://www.w3.org/TR/ambient-light/#infopanel-for-d8b6acc6", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-d8b6acc6", - "https://www.w3.org/TR/ambient-light/#infopanel-for-d8b6acc6", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-d8b6acc6", "https://www.w3.org/TR/ambient-light/#bb15fee5", - "https://www.w3.org/TR/ambient-light/#infopanel-for-bb15fee5", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-bb15fee5", - "https://www.w3.org/TR/ambient-light/#infopanel-for-bb15fee5", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-bb15fee5", "https://www.w3.org/TR/ambient-light/#4fa114dd", - "https://www.w3.org/TR/ambient-light/#infopanel-for-4fa114dd", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-4fa114dd", - "https://www.w3.org/TR/ambient-light/#infopanel-for-4fa114dd", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-4fa114dd", "https://www.w3.org/TR/ambient-light/#36858240", - "https://www.w3.org/TR/ambient-light/#infopanel-for-36858240", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-36858240", - "https://www.w3.org/TR/ambient-light/#infopanel-for-36858240", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-36858240", "https://www.w3.org/TR/ambient-light/#8958b003", - "https://www.w3.org/TR/ambient-light/#infopanel-for-8958b003", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-8958b003", - "https://www.w3.org/TR/ambient-light/#infopanel-for-8958b003", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-8958b003", "https://www.w3.org/TR/ambient-light/#d14a6f26", - "https://www.w3.org/TR/ambient-light/#infopanel-for-d14a6f26", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-d14a6f26", - "https://www.w3.org/TR/ambient-light/#infopanel-for-d14a6f26", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-d14a6f26", "https://www.w3.org/TR/ambient-light/#3fca5a9e", - "https://www.w3.org/TR/ambient-light/#infopanel-for-3fca5a9e", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-3fca5a9e", - "https://www.w3.org/TR/ambient-light/#infopanel-for-3fca5a9e", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-3fca5a9e", "https://www.w3.org/TR/ambient-light/#802b0fdd", - "https://www.w3.org/TR/ambient-light/#infopanel-for-802b0fdd", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-802b0fdd", - "https://www.w3.org/TR/ambient-light/#infopanel-for-802b0fdd", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-802b0fdd", "https://www.w3.org/TR/ambient-light/#e740d7e5", - "https://www.w3.org/TR/ambient-light/#infopanel-for-e740d7e5", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-e740d7e5", - "https://www.w3.org/TR/ambient-light/#infopanel-for-e740d7e5", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-e740d7e5", "https://www.w3.org/TR/ambient-light/#409a61ca", - "https://www.w3.org/TR/ambient-light/#infopanel-for-409a61ca", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-409a61ca", - "https://www.w3.org/TR/ambient-light/#infopanel-for-409a61ca", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-409a61ca", "https://www.w3.org/TR/ambient-light/#6c2d7879", - "https://www.w3.org/TR/ambient-light/#infopanel-for-6c2d7879", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-6c2d7879", - "https://www.w3.org/TR/ambient-light/#infopanel-for-6c2d7879", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-6c2d7879", "https://www.w3.org/TR/ambient-light/#1570624a", - "https://www.w3.org/TR/ambient-light/#infopanel-for-1570624a", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-1570624a", - "https://www.w3.org/TR/ambient-light/#infopanel-for-1570624a", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-1570624a", "https://www.w3.org/TR/ambient-light/#cc890cc1", - "https://www.w3.org/TR/ambient-light/#infopanel-for-cc890cc1", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-cc890cc1", - "https://www.w3.org/TR/ambient-light/#infopanel-for-cc890cc1", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-cc890cc1", "https://www.w3.org/TR/ambient-light/#dca2de17", - "https://www.w3.org/TR/ambient-light/#infopanel-for-dca2de17", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-dca2de17", - "https://www.w3.org/TR/ambient-light/#infopanel-for-dca2de17", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-dca2de17", "https://www.w3.org/TR/ambient-light/#889e932f", - "https://www.w3.org/TR/ambient-light/#infopanel-for-889e932f", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-889e932f", - "https://www.w3.org/TR/ambient-light/#infopanel-for-889e932f", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-889e932f", "https://www.w3.org/TR/ambient-light/#b75bb3bd", - "https://www.w3.org/TR/ambient-light/#infopanel-for-b75bb3bd", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-b75bb3bd", - "https://www.w3.org/TR/ambient-light/#infopanel-for-b75bb3bd", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-b75bb3bd", "https://www.w3.org/TR/ambient-light/#c3e881ef", - "https://www.w3.org/TR/ambient-light/#infopanel-for-c3e881ef", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-c3e881ef", - "https://www.w3.org/TR/ambient-light/#infopanel-for-c3e881ef", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-c3e881ef", "https://www.w3.org/TR/ambient-light/#8c800cdf", - "https://www.w3.org/TR/ambient-light/#infopanel-for-8c800cdf", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-8c800cdf", - "https://www.w3.org/TR/ambient-light/#infopanel-for-8c800cdf", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-8c800cdf", "https://www.w3.org/TR/ambient-light/#4013a022", - "https://www.w3.org/TR/ambient-light/#infopanel-for-4013a022", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-4013a022", - "https://www.w3.org/TR/ambient-light/#infopanel-for-4013a022", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-4013a022", "https://www.w3.org/TR/ambient-light/#b4cfa5ce", - "https://www.w3.org/TR/ambient-light/#infopanel-for-b4cfa5ce", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-b4cfa5ce", - "https://www.w3.org/TR/ambient-light/#infopanel-for-b4cfa5ce", - "https://www.w3.org/TR/ambient-light/#infopaneltitle-for-b4cfa5ce", "https://www.w3.org/TR/ambient-light/#references", "https://www.w3.org/TR/ambient-light/#normative", "https://www.w3.org/TR/ambient-light/#biblio-ecmascript", diff --git a/tr/ids/magnetometer.json b/tr/ids/magnetometer.json index 7d0f0483f0fa..e23d1db4d2d2 100644 --- a/tr/ids/magnetometer.json +++ b/tr/ids/magnetometer.json @@ -7,6 +7,7 @@ "https://www.w3.org/TR/magnetometer/#toc-nav", "https://www.w3.org/TR/magnetometer/#toc-jump", "https://www.w3.org/TR/magnetometer/#toc-toggle", + "https://www.w3.org/TR/magnetometer/#toc-theme-toggle", "https://www.w3.org/TR/magnetometer/#title", "https://www.w3.org/TR/magnetometer/#w3c-state", "https://www.w3.org/TR/magnetometer/#abstract", @@ -22,35 +23,15 @@ "https://www.w3.org/TR/magnetometer/#ref-for-uncalibratedmagnetometer", "https://www.w3.org/TR/magnetometer/#ref-for-uncalibrated-magnetic-field", "https://www.w3.org/TR/magnetometer/#magnetic-field", - "https://www.w3.org/TR/magnetometer/#infopanel-for-magnetic-field", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-magnetic-field", - "https://www.w3.org/TR/magnetometer/#infopanel-for-magnetic-field", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-magnetic-field", "https://www.w3.org/TR/magnetometer/#hard-iron-distortion", - "https://www.w3.org/TR/magnetometer/#infopanel-for-hard-iron-distortion", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-hard-iron-distortion", - "https://www.w3.org/TR/magnetometer/#infopanel-for-hard-iron-distortion", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-hard-iron-distortion", "https://www.w3.org/TR/magnetometer/#ref-for-magnetic-field%E2%91%A1", "https://www.w3.org/TR/magnetometer/#soft-iron-distortion", - "https://www.w3.org/TR/magnetometer/#infopanel-for-soft-iron-distortion", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-soft-iron-distortion", - "https://www.w3.org/TR/magnetometer/#infopanel-for-soft-iron-distortion", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-soft-iron-distortion", "https://www.w3.org/TR/magnetometer/#ref-for-magnetic-field%E2%91%A2", "https://www.w3.org/TR/magnetometer/#calibrated-magnetic-field", - "https://www.w3.org/TR/magnetometer/#infopanel-for-calibrated-magnetic-field", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-calibrated-magnetic-field", - "https://www.w3.org/TR/magnetometer/#infopanel-for-calibrated-magnetic-field", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-calibrated-magnetic-field", "https://www.w3.org/TR/magnetometer/#ref-for-magnetic-field%E2%91%A3", "https://www.w3.org/TR/magnetometer/#ref-for-hard-iron-distortion", "https://www.w3.org/TR/magnetometer/#ref-for-soft-iron-distortion", "https://www.w3.org/TR/magnetometer/#uncalibrated-magnetic-field", - "https://www.w3.org/TR/magnetometer/#infopanel-for-uncalibrated-magnetic-field", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-uncalibrated-magnetic-field", - "https://www.w3.org/TR/magnetometer/#infopanel-for-uncalibrated-magnetic-field", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-uncalibrated-magnetic-field", "https://www.w3.org/TR/magnetometer/#ref-for-magnetic-field%E2%91%A4", "https://www.w3.org/TR/magnetometer/#ref-for-hard-iron-distortion%E2%91%A0", "https://www.w3.org/TR/magnetometer/#ref-for-soft-iron-distortion%E2%91%A0", @@ -65,10 +46,6 @@ "https://www.w3.org/TR/magnetometer/#ref-for-permissiondef-magnetometer", "https://www.w3.org/TR/magnetometer/#model", "https://www.w3.org/TR/magnetometer/#magnetometer-sensor-type", - "https://www.w3.org/TR/magnetometer/#infopanel-for-magnetometer-sensor-type", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-magnetometer-sensor-type", - "https://www.w3.org/TR/magnetometer/#infopanel-for-magnetometer-sensor-type", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-magnetometer-sensor-type", "https://www.w3.org/TR/magnetometer/#ref-for-sensor-type", "https://www.w3.org/TR/magnetometer/#ref-for-extension-sensor-interface", "https://www.w3.org/TR/magnetometer/#ref-for-magnetometer%E2%91%A0", @@ -89,10 +66,6 @@ "https://www.w3.org/TR/magnetometer/#ref-for-map-getting-the-values", "https://www.w3.org/TR/magnetometer/#ref-for-magnetic-field%E2%91%A6", "https://www.w3.org/TR/magnetometer/#uncalibrated-magnetometer-sensor-type", - "https://www.w3.org/TR/magnetometer/#infopanel-for-uncalibrated-magnetometer-sensor-type", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-uncalibrated-magnetometer-sensor-type", - "https://www.w3.org/TR/magnetometer/#infopanel-for-uncalibrated-magnetometer-sensor-type", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-uncalibrated-magnetometer-sensor-type", "https://www.w3.org/TR/magnetometer/#ref-for-sensor-type%E2%91%A1", "https://www.w3.org/TR/magnetometer/#ref-for-extension-sensor-interface%E2%91%A0", "https://www.w3.org/TR/magnetometer/#ref-for-uncalibratedmagnetometer%E2%91%A0", @@ -105,10 +78,6 @@ "https://www.w3.org/TR/magnetometer/#ref-for-permissiondef-magnetometer%E2%91%A5", "https://www.w3.org/TR/magnetometer/#ref-for-virtual-sensor-type%E2%91%A0", "https://www.w3.org/TR/magnetometer/#uncalibrated-magnetometer-virtual-sensor-type", - "https://www.w3.org/TR/magnetometer/#infopanel-for-uncalibrated-magnetometer-virtual-sensor-type", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-uncalibrated-magnetometer-virtual-sensor-type", - "https://www.w3.org/TR/magnetometer/#infopanel-for-uncalibrated-magnetometer-virtual-sensor-type", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-uncalibrated-magnetometer-virtual-sensor-type", "https://www.w3.org/TR/magnetometer/#ref-for-latest-reading%E2%91%A0", "https://www.w3.org/TR/magnetometer/#ref-for-sensor%E2%91%A0", "https://www.w3.org/TR/magnetometer/#ref-for-sensor-type%E2%91%A2", @@ -135,56 +104,24 @@ "https://www.w3.org/TR/magnetometer/#ref-for-SecureContext", "https://www.w3.org/TR/magnetometer/#ref-for-Exposed", "https://www.w3.org/TR/magnetometer/#magnetometer", - "https://www.w3.org/TR/magnetometer/#infopanel-for-magnetometer", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-magnetometer", - "https://www.w3.org/TR/magnetometer/#infopanel-for-magnetometer", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-magnetometer", "https://www.w3.org/TR/magnetometer/#ref-for-sensor%E2%91%A1", "https://www.w3.org/TR/magnetometer/#ref-for-dom-magnetometer-magnetometer", "https://www.w3.org/TR/magnetometer/#ref-for-dictdef-magnetometersensoroptions", "https://www.w3.org/TR/magnetometer/#dom-magnetometer-magnetometer-sensoroptions-sensoroptions", "https://www.w3.org/TR/magnetometer/#ref-for-idl-double", "https://www.w3.org/TR/magnetometer/#dom-magnetometer-x", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dom-magnetometer-x", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dom-magnetometer-x", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dom-magnetometer-x", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dom-magnetometer-x", "https://www.w3.org/TR/magnetometer/#ref-for-idl-double%E2%91%A0", "https://www.w3.org/TR/magnetometer/#dom-magnetometer-y", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dom-magnetometer-y", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dom-magnetometer-y", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dom-magnetometer-y", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dom-magnetometer-y", "https://www.w3.org/TR/magnetometer/#ref-for-idl-double%E2%91%A1", "https://www.w3.org/TR/magnetometer/#dom-magnetometer-z", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dom-magnetometer-z", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dom-magnetometer-z", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dom-magnetometer-z", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dom-magnetometer-z", "https://www.w3.org/TR/magnetometer/#enumdef-magnetometerlocalcoordinatesystem", - "https://www.w3.org/TR/magnetometer/#infopanel-for-enumdef-magnetometerlocalcoordinatesystem", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-enumdef-magnetometerlocalcoordinatesystem", - "https://www.w3.org/TR/magnetometer/#infopanel-for-enumdef-magnetometerlocalcoordinatesystem", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-enumdef-magnetometerlocalcoordinatesystem", "https://www.w3.org/TR/magnetometer/#dom-magnetometerlocalcoordinatesystem-device", "https://www.w3.org/TR/magnetometer/#dom-magnetometerlocalcoordinatesystem-screen", "https://www.w3.org/TR/magnetometer/#dictdef-magnetometersensoroptions", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dictdef-magnetometersensoroptions", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dictdef-magnetometersensoroptions", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dictdef-magnetometersensoroptions", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dictdef-magnetometersensoroptions", "https://www.w3.org/TR/magnetometer/#ref-for-dictdef-sensoroptions", "https://www.w3.org/TR/magnetometer/#ref-for-enumdef-magnetometerlocalcoordinatesystem", "https://www.w3.org/TR/magnetometer/#dom-magnetometersensoroptions-referenceframe", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dom-magnetometersensoroptions-referenceframe", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dom-magnetometersensoroptions-referenceframe", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dom-magnetometersensoroptions-referenceframe", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dom-magnetometersensoroptions-referenceframe", "https://www.w3.org/TR/magnetometer/#dom-magnetometer-magnetometer", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dom-magnetometer-magnetometer", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dom-magnetometer-magnetometer", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dom-magnetometer-magnetometer", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dom-magnetometer-magnetometer", "https://www.w3.org/TR/magnetometer/#ref-for-construct-a-magnetometer-object", "https://www.w3.org/TR/magnetometer/#ref-for-this", "https://www.w3.org/TR/magnetometer/#ref-for-supported-sensor-options", @@ -208,55 +145,23 @@ "https://www.w3.org/TR/magnetometer/#ref-for-SecureContext%E2%91%A0", "https://www.w3.org/TR/magnetometer/#ref-for-Exposed%E2%91%A0", "https://www.w3.org/TR/magnetometer/#uncalibratedmagnetometer", - "https://www.w3.org/TR/magnetometer/#infopanel-for-uncalibratedmagnetometer", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-uncalibratedmagnetometer", - "https://www.w3.org/TR/magnetometer/#infopanel-for-uncalibratedmagnetometer", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-uncalibratedmagnetometer", "https://www.w3.org/TR/magnetometer/#ref-for-sensor%E2%91%A2", "https://www.w3.org/TR/magnetometer/#ref-for-dom-uncalibratedmagnetometer-uncalibratedmagnetometer", "https://www.w3.org/TR/magnetometer/#ref-for-dictdef-magnetometersensoroptions%E2%91%A0", "https://www.w3.org/TR/magnetometer/#dom-uncalibratedmagnetometer-uncalibratedmagnetometer-sensoroptions-sensoroptions", "https://www.w3.org/TR/magnetometer/#ref-for-idl-double%E2%91%A2", "https://www.w3.org/TR/magnetometer/#dom-uncalibratedmagnetometer-x", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dom-uncalibratedmagnetometer-x", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dom-uncalibratedmagnetometer-x", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dom-uncalibratedmagnetometer-x", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dom-uncalibratedmagnetometer-x", "https://www.w3.org/TR/magnetometer/#ref-for-idl-double%E2%91%A3", "https://www.w3.org/TR/magnetometer/#dom-uncalibratedmagnetometer-y", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dom-uncalibratedmagnetometer-y", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dom-uncalibratedmagnetometer-y", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dom-uncalibratedmagnetometer-y", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dom-uncalibratedmagnetometer-y", "https://www.w3.org/TR/magnetometer/#ref-for-idl-double%E2%91%A4", "https://www.w3.org/TR/magnetometer/#dom-uncalibratedmagnetometer-z", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dom-uncalibratedmagnetometer-z", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dom-uncalibratedmagnetometer-z", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dom-uncalibratedmagnetometer-z", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dom-uncalibratedmagnetometer-z", "https://www.w3.org/TR/magnetometer/#ref-for-idl-double%E2%91%A5", "https://www.w3.org/TR/magnetometer/#dom-uncalibratedmagnetometer-xbias", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dom-uncalibratedmagnetometer-xbias", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dom-uncalibratedmagnetometer-xbias", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dom-uncalibratedmagnetometer-xbias", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dom-uncalibratedmagnetometer-xbias", "https://www.w3.org/TR/magnetometer/#ref-for-idl-double%E2%91%A6", "https://www.w3.org/TR/magnetometer/#dom-uncalibratedmagnetometer-ybias", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dom-uncalibratedmagnetometer-ybias", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dom-uncalibratedmagnetometer-ybias", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dom-uncalibratedmagnetometer-ybias", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dom-uncalibratedmagnetometer-ybias", "https://www.w3.org/TR/magnetometer/#ref-for-idl-double%E2%91%A7", "https://www.w3.org/TR/magnetometer/#dom-uncalibratedmagnetometer-zbias", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dom-uncalibratedmagnetometer-zbias", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dom-uncalibratedmagnetometer-zbias", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dom-uncalibratedmagnetometer-zbias", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dom-uncalibratedmagnetometer-zbias", "https://www.w3.org/TR/magnetometer/#dom-uncalibratedmagnetometer-uncalibratedmagnetometer", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dom-uncalibratedmagnetometer-uncalibratedmagnetometer", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dom-uncalibratedmagnetometer-uncalibratedmagnetometer", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dom-uncalibratedmagnetometer-uncalibratedmagnetometer", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dom-uncalibratedmagnetometer-uncalibratedmagnetometer", "https://www.w3.org/TR/magnetometer/#ref-for-construct-a-magnetometer-object%E2%91%A0", "https://www.w3.org/TR/magnetometer/#ref-for-this%E2%91%A0", "https://www.w3.org/TR/magnetometer/#ref-for-supported-sensor-options%E2%91%A0", @@ -294,10 +199,6 @@ "https://www.w3.org/TR/magnetometer/#abstract-opertaions", "https://www.w3.org/TR/magnetometer/#construct-a-magnetometer-object", "https://www.w3.org/TR/magnetometer/#ref-for-construct-a-magnetometer-object%E2%91%A1", - "https://www.w3.org/TR/magnetometer/#infopanel-for-construct-a-magnetometer-object", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-construct-a-magnetometer-object", - "https://www.w3.org/TR/magnetometer/#infopanel-for-construct-a-magnetometer-object", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-construct-a-magnetometer-object", "https://www.w3.org/TR/magnetometer/#ref-for-magnetometer%E2%91%A6", "https://www.w3.org/TR/magnetometer/#ref-for-uncalibratedmagnetometer%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/magnetometer/#ref-for-dictdef-magnetometersensoroptions%E2%91%A1", @@ -335,10 +236,6 @@ "https://www.w3.org/TR/magnetometer/#ref-for-uncalibrated-magnetometer-reading-parsing-algorithm", "https://www.w3.org/TR/magnetometer/#uncalibrated-magnetometer-reading-parsing-algorithm", "https://www.w3.org/TR/magnetometer/#ref-for-uncalibrated-magnetometer-reading-parsing-algorithm%E2%91%A0", - "https://www.w3.org/TR/magnetometer/#infopanel-for-uncalibrated-magnetometer-reading-parsing-algorithm", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-uncalibrated-magnetometer-reading-parsing-algorithm", - "https://www.w3.org/TR/magnetometer/#infopanel-for-uncalibrated-magnetometer-reading-parsing-algorithm", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-uncalibrated-magnetometer-reading-parsing-algorithm", "https://www.w3.org/TR/magnetometer/#ref-for-sec-object-objects", "https://www.w3.org/TR/magnetometer/#ref-for-sensor-reading%E2%91%A0", "https://www.w3.org/TR/magnetometer/#ref-for-parse-xyz-reading%E2%91%A0", @@ -356,15 +253,7 @@ "https://www.w3.org/TR/magnetometer/#ref-for-dom-magnetometer-y%E2%91%A0", "https://www.w3.org/TR/magnetometer/#ref-for-declination-angle%E2%91%A0", "https://www.w3.org/TR/magnetometer/#magnetic-declination", - "https://www.w3.org/TR/magnetometer/#infopanel-for-magnetic-declination", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-magnetic-declination", - "https://www.w3.org/TR/magnetometer/#infopanel-for-magnetic-declination", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-magnetic-declination", "https://www.w3.org/TR/magnetometer/#declination-angle", - "https://www.w3.org/TR/magnetometer/#infopanel-for-declination-angle", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-declination-angle", - "https://www.w3.org/TR/magnetometer/#infopanel-for-declination-angle", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-declination-angle", "https://www.w3.org/TR/magnetometer/#ref-for-magnetic-declination", "https://www.w3.org/TR/magnetometer/#example-f96b6e7a", "https://www.w3.org/TR/magnetometer/#example-eebd0ddd", @@ -375,230 +264,50 @@ "https://www.w3.org/TR/magnetometer/#index-defined-here", "https://www.w3.org/TR/magnetometer/#index-defined-elsewhere", "https://www.w3.org/TR/magnetometer/#7892f569", - "https://www.w3.org/TR/magnetometer/#infopanel-for-7892f569", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-7892f569", - "https://www.w3.org/TR/magnetometer/#infopanel-for-7892f569", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-7892f569", "https://www.w3.org/TR/magnetometer/#9d689cca", - "https://www.w3.org/TR/magnetometer/#infopanel-for-9d689cca", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-9d689cca", - "https://www.w3.org/TR/magnetometer/#infopanel-for-9d689cca", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-9d689cca", "https://www.w3.org/TR/magnetometer/#7476a912", - "https://www.w3.org/TR/magnetometer/#infopanel-for-7476a912", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-7476a912", - "https://www.w3.org/TR/magnetometer/#infopanel-for-7476a912", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-7476a912", "https://www.w3.org/TR/magnetometer/#a6e67972", - "https://www.w3.org/TR/magnetometer/#infopanel-for-a6e67972", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-a6e67972", - "https://www.w3.org/TR/magnetometer/#infopanel-for-a6e67972", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-a6e67972", "https://www.w3.org/TR/magnetometer/#43ca0698", - "https://www.w3.org/TR/magnetometer/#infopanel-for-43ca0698", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-43ca0698", - "https://www.w3.org/TR/magnetometer/#infopanel-for-43ca0698", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-43ca0698", "https://www.w3.org/TR/magnetometer/#54877c21", - "https://www.w3.org/TR/magnetometer/#infopanel-for-54877c21", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-54877c21", - "https://www.w3.org/TR/magnetometer/#infopanel-for-54877c21", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-54877c21", "https://www.w3.org/TR/magnetometer/#17a3bf1e", - "https://www.w3.org/TR/magnetometer/#infopanel-for-17a3bf1e", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-17a3bf1e", - "https://www.w3.org/TR/magnetometer/#infopanel-for-17a3bf1e", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-17a3bf1e", "https://www.w3.org/TR/magnetometer/#7681ed4c", - "https://www.w3.org/TR/magnetometer/#infopanel-for-7681ed4c", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-7681ed4c", - "https://www.w3.org/TR/magnetometer/#infopanel-for-7681ed4c", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-7681ed4c", "https://www.w3.org/TR/magnetometer/#86456066", - "https://www.w3.org/TR/magnetometer/#infopanel-for-86456066", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-86456066", - "https://www.w3.org/TR/magnetometer/#infopanel-for-86456066", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-86456066", "https://www.w3.org/TR/magnetometer/#01f38218", - "https://www.w3.org/TR/magnetometer/#infopanel-for-01f38218", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-01f38218", - "https://www.w3.org/TR/magnetometer/#infopanel-for-01f38218", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-01f38218", "https://www.w3.org/TR/magnetometer/#0026f53f", - "https://www.w3.org/TR/magnetometer/#infopanel-for-0026f53f", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-0026f53f", - "https://www.w3.org/TR/magnetometer/#infopanel-for-0026f53f", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-0026f53f", "https://www.w3.org/TR/magnetometer/#31f6aa50", - "https://www.w3.org/TR/magnetometer/#infopanel-for-31f6aa50", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-31f6aa50", - "https://www.w3.org/TR/magnetometer/#infopanel-for-31f6aa50", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-31f6aa50", "https://www.w3.org/TR/magnetometer/#378064f9", - "https://www.w3.org/TR/magnetometer/#infopanel-for-378064f9", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-378064f9", - "https://www.w3.org/TR/magnetometer/#infopanel-for-378064f9", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-378064f9", "https://www.w3.org/TR/magnetometer/#95a8cb5f", - "https://www.w3.org/TR/magnetometer/#infopanel-for-95a8cb5f", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-95a8cb5f", - "https://www.w3.org/TR/magnetometer/#infopanel-for-95a8cb5f", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-95a8cb5f", "https://www.w3.org/TR/magnetometer/#a296510f", - "https://www.w3.org/TR/magnetometer/#infopanel-for-a296510f", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-a296510f", - "https://www.w3.org/TR/magnetometer/#infopanel-for-a296510f", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-a296510f", "https://www.w3.org/TR/magnetometer/#5730d2c8", - "https://www.w3.org/TR/magnetometer/#infopanel-for-5730d2c8", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-5730d2c8", - "https://www.w3.org/TR/magnetometer/#infopanel-for-5730d2c8", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-5730d2c8", "https://www.w3.org/TR/magnetometer/#37839ddb", - "https://www.w3.org/TR/magnetometer/#infopanel-for-37839ddb", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-37839ddb", - "https://www.w3.org/TR/magnetometer/#infopanel-for-37839ddb", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-37839ddb", "https://www.w3.org/TR/magnetometer/#f35214b2", - "https://www.w3.org/TR/magnetometer/#infopanel-for-f35214b2", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-f35214b2", - "https://www.w3.org/TR/magnetometer/#infopanel-for-f35214b2", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-f35214b2", "https://www.w3.org/TR/magnetometer/#e962037c", - "https://www.w3.org/TR/magnetometer/#infopanel-for-e962037c", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-e962037c", - "https://www.w3.org/TR/magnetometer/#infopanel-for-e962037c", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-e962037c", "https://www.w3.org/TR/magnetometer/#9419253d", - "https://www.w3.org/TR/magnetometer/#infopanel-for-9419253d", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-9419253d", - "https://www.w3.org/TR/magnetometer/#infopanel-for-9419253d", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-9419253d", "https://www.w3.org/TR/magnetometer/#40b81364", - "https://www.w3.org/TR/magnetometer/#infopanel-for-40b81364", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-40b81364", - "https://www.w3.org/TR/magnetometer/#infopanel-for-40b81364", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-40b81364", "https://www.w3.org/TR/magnetometer/#cc002227", - "https://www.w3.org/TR/magnetometer/#infopanel-for-cc002227", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-cc002227", - "https://www.w3.org/TR/magnetometer/#infopanel-for-cc002227", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-cc002227", "https://www.w3.org/TR/magnetometer/#f96b75e9", - "https://www.w3.org/TR/magnetometer/#infopanel-for-f96b75e9", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-f96b75e9", - "https://www.w3.org/TR/magnetometer/#infopanel-for-f96b75e9", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-f96b75e9", "https://www.w3.org/TR/magnetometer/#13f5be19", - "https://www.w3.org/TR/magnetometer/#infopanel-for-13f5be19", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-13f5be19", - "https://www.w3.org/TR/magnetometer/#infopanel-for-13f5be19", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-13f5be19", "https://www.w3.org/TR/magnetometer/#13965e5c", - "https://www.w3.org/TR/magnetometer/#infopanel-for-13965e5c", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-13965e5c", - "https://www.w3.org/TR/magnetometer/#infopanel-for-13965e5c", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-13965e5c", "https://www.w3.org/TR/magnetometer/#3eaab7c9", - "https://www.w3.org/TR/magnetometer/#infopanel-for-3eaab7c9", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-3eaab7c9", - "https://www.w3.org/TR/magnetometer/#infopanel-for-3eaab7c9", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-3eaab7c9", "https://www.w3.org/TR/magnetometer/#8958b003", - "https://www.w3.org/TR/magnetometer/#infopanel-for-8958b003", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-8958b003", - "https://www.w3.org/TR/magnetometer/#infopanel-for-8958b003", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-8958b003", "https://www.w3.org/TR/magnetometer/#16d07e10", - "https://www.w3.org/TR/magnetometer/#infopanel-for-16d07e10", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-16d07e10", - "https://www.w3.org/TR/magnetometer/#infopanel-for-16d07e10", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-16d07e10", "https://www.w3.org/TR/magnetometer/#d14a6f26", - "https://www.w3.org/TR/magnetometer/#infopanel-for-d14a6f26", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-d14a6f26", - "https://www.w3.org/TR/magnetometer/#infopanel-for-d14a6f26", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-d14a6f26", "https://www.w3.org/TR/magnetometer/#31db57e6", - "https://www.w3.org/TR/magnetometer/#infopanel-for-31db57e6", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-31db57e6", - "https://www.w3.org/TR/magnetometer/#infopanel-for-31db57e6", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-31db57e6", "https://www.w3.org/TR/magnetometer/#649608b9", - "https://www.w3.org/TR/magnetometer/#infopanel-for-649608b9", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-649608b9", - "https://www.w3.org/TR/magnetometer/#infopanel-for-649608b9", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-649608b9", "https://www.w3.org/TR/magnetometer/#3fca5a9e", - "https://www.w3.org/TR/magnetometer/#infopanel-for-3fca5a9e", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-3fca5a9e", - "https://www.w3.org/TR/magnetometer/#infopanel-for-3fca5a9e", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-3fca5a9e", "https://www.w3.org/TR/magnetometer/#0e6b2056", - "https://www.w3.org/TR/magnetometer/#infopanel-for-0e6b2056", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-0e6b2056", - "https://www.w3.org/TR/magnetometer/#infopanel-for-0e6b2056", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-0e6b2056", "https://www.w3.org/TR/magnetometer/#802b0fdd", - "https://www.w3.org/TR/magnetometer/#infopanel-for-802b0fdd", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-802b0fdd", - "https://www.w3.org/TR/magnetometer/#infopanel-for-802b0fdd", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-802b0fdd", "https://www.w3.org/TR/magnetometer/#12d6b9a8", - "https://www.w3.org/TR/magnetometer/#infopanel-for-12d6b9a8", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-12d6b9a8", - "https://www.w3.org/TR/magnetometer/#infopanel-for-12d6b9a8", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-12d6b9a8", "https://www.w3.org/TR/magnetometer/#75e1dbe0", - "https://www.w3.org/TR/magnetometer/#infopanel-for-75e1dbe0", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-75e1dbe0", - "https://www.w3.org/TR/magnetometer/#infopanel-for-75e1dbe0", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-75e1dbe0", "https://www.w3.org/TR/magnetometer/#5f6cd70a", - "https://www.w3.org/TR/magnetometer/#infopanel-for-5f6cd70a", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-5f6cd70a", - "https://www.w3.org/TR/magnetometer/#infopanel-for-5f6cd70a", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-5f6cd70a", "https://www.w3.org/TR/magnetometer/#4ed2f1ff", - "https://www.w3.org/TR/magnetometer/#infopanel-for-4ed2f1ff", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-4ed2f1ff", - "https://www.w3.org/TR/magnetometer/#infopanel-for-4ed2f1ff", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-4ed2f1ff", "https://www.w3.org/TR/magnetometer/#dca2de17", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dca2de17", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dca2de17", - "https://www.w3.org/TR/magnetometer/#infopanel-for-dca2de17", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-dca2de17", "https://www.w3.org/TR/magnetometer/#889e932f", - "https://www.w3.org/TR/magnetometer/#infopanel-for-889e932f", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-889e932f", - "https://www.w3.org/TR/magnetometer/#infopanel-for-889e932f", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-889e932f", "https://www.w3.org/TR/magnetometer/#b75bb3bd", - "https://www.w3.org/TR/magnetometer/#infopanel-for-b75bb3bd", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-b75bb3bd", - "https://www.w3.org/TR/magnetometer/#infopanel-for-b75bb3bd", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-b75bb3bd", "https://www.w3.org/TR/magnetometer/#c3e881ef", - "https://www.w3.org/TR/magnetometer/#infopanel-for-c3e881ef", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-c3e881ef", - "https://www.w3.org/TR/magnetometer/#infopanel-for-c3e881ef", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-c3e881ef", "https://www.w3.org/TR/magnetometer/#8c800cdf", - "https://www.w3.org/TR/magnetometer/#infopanel-for-8c800cdf", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-8c800cdf", - "https://www.w3.org/TR/magnetometer/#infopanel-for-8c800cdf", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-8c800cdf", "https://www.w3.org/TR/magnetometer/#4013a022", - "https://www.w3.org/TR/magnetometer/#infopanel-for-4013a022", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-4013a022", - "https://www.w3.org/TR/magnetometer/#infopanel-for-4013a022", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-4013a022", "https://www.w3.org/TR/magnetometer/#b4cfa5ce", - "https://www.w3.org/TR/magnetometer/#infopanel-for-b4cfa5ce", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-b4cfa5ce", - "https://www.w3.org/TR/magnetometer/#infopanel-for-b4cfa5ce", - "https://www.w3.org/TR/magnetometer/#infopaneltitle-for-b4cfa5ce", "https://www.w3.org/TR/magnetometer/#references", "https://www.w3.org/TR/magnetometer/#normative", "https://www.w3.org/TR/magnetometer/#biblio-accelerometer", diff --git a/tr/ids/media-capabilities.json b/tr/ids/media-capabilities.json index 8fcd4d97d67e..ecc51ee9f844 100644 --- a/tr/ids/media-capabilities.json +++ b/tr/ids/media-capabilities.json @@ -79,19 +79,6 @@ "https://www.w3.org/TR/media-capabilities/#ref-for-mediarecorder", "https://www.w3.org/TR/media-capabilities/#dom-mediaencodingtype-webrtc", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-rtcpeerconnection%E2%91%A1", - "https://www.w3.org/TR/media-capabilities/#mime-type", - "https://www.w3.org/TR/media-capabilities/#valid-media-mime-type", - "https://www.w3.org/TR/media-capabilities/#ref-for-valid-mime-type", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-file%E2%91%A1", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-media-source%E2%91%A1", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediaencodingtype-record%E2%91%A0", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-webrtc%E2%91%A0", - "https://www.w3.org/TR/media-capabilities/#valid-audio-mime-type", - "https://www.w3.org/TR/media-capabilities/#ref-for-valid-media-mime-type", - "https://www.w3.org/TR/media-capabilities/#valid-video-mime-type", - "https://www.w3.org/TR/media-capabilities/#ref-for-valid-media-mime-type%E2%91%A0", - "https://www.w3.org/TR/media-capabilities/#http", - "https://www.w3.org/TR/media-capabilities/#rtp", "https://www.w3.org/TR/media-capabilities/#videoconfiguration", "https://www.w3.org/TR/media-capabilities/#dictdef-videoconfiguration", "https://www.w3.org/TR/media-capabilities/#ref-for-idl-DOMString", @@ -117,13 +104,15 @@ "https://www.w3.org/TR/media-capabilities/#ref-for-idl-boolean%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-videoconfiguration-spatialscalability", "https://www.w3.org/TR/media-capabilities/#dom-videoconfiguration-contenttype", + "https://www.w3.org/TR/media-capabilities/#ref-for-mime-type", "https://www.w3.org/TR/media-capabilities/#ref-for-dictdef-videoconfiguration%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#valid-video-configuration", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-videoconfiguration-contenttype%E2%91%A0", - "https://www.w3.org/TR/media-capabilities/#ref-for-valid-video-mime-type", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-videoconfiguration-framerate%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-enumdef-mediadecodingtype%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-enumdef-mediaencodingtype%E2%91%A0", + "https://www.w3.org/TR/media-capabilities/#ref-for-parse-a-mime-type", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-videoconfiguration-contenttype%E2%91%A0", + "https://www.w3.org/TR/media-capabilities/#ref-for-abstract-opdef-check-mime-type-validity", "https://www.w3.org/TR/media-capabilities/#dom-videoconfiguration-width", "https://www.w3.org/TR/media-capabilities/#dom-videoconfiguration-height", "https://www.w3.org/TR/media-capabilities/#dom-videoconfiguration-bitrate", @@ -134,18 +123,18 @@ "https://www.w3.org/TR/media-capabilities/#dom-videoconfiguration-hdrmetadatatype", "https://www.w3.org/TR/media-capabilities/#ref-for-enumdef-hdrmetadatatype%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-dictdef-mediadecodingconfiguration%E2%91%A3", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-media-source%E2%91%A2", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-file%E2%91%A2", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-media-source%E2%91%A1", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-file%E2%91%A1", "https://www.w3.org/TR/media-capabilities/#dom-videoconfiguration-colorgamut", "https://www.w3.org/TR/media-capabilities/#ref-for-enumdef-colorgamut%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-dictdef-mediadecodingconfiguration%E2%91%A4", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-media-source%E2%91%A3", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-file%E2%91%A3", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-media-source%E2%91%A2", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-file%E2%91%A2", "https://www.w3.org/TR/media-capabilities/#dom-videoconfiguration-transferfunction", "https://www.w3.org/TR/media-capabilities/#ref-for-enumdef-transferfunction%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-dictdef-mediadecodingconfiguration%E2%91%A5", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-media-source%E2%91%A4", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-file%E2%91%A4", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-media-source%E2%91%A3", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-file%E2%91%A3", "https://www.w3.org/TR/media-capabilities/#dom-videoconfiguration-scalabilitymode", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-videoconfiguration-contenttype%E2%91%A3", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-rtcrtpsender-setparameters", @@ -154,9 +143,9 @@ "https://www.w3.org/TR/media-capabilities/#dom-videoconfiguration-spatialscalability", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-videoconfiguration-scalabilitymode%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-dictdef-mediadecodingconfiguration%E2%91%A6", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-media-source%E2%91%A5", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-file%E2%91%A5", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-webrtc%E2%91%A1", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-media-source%E2%91%A4", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-file%E2%91%A4", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-webrtc%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#hdrmetadatatype", "https://www.w3.org/TR/media-capabilities/#enumdef-hdrmetadatatype", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-hdrmetadatatype-smptest2086", @@ -200,22 +189,24 @@ "https://www.w3.org/TR/media-capabilities/#ref-for-idl-boolean%E2%91%A1", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-audioconfiguration-spatialrendering", "https://www.w3.org/TR/media-capabilities/#dom-audioconfiguration-contenttype", + "https://www.w3.org/TR/media-capabilities/#ref-for-mime-type%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-dictdef-audioconfiguration%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#valid-audio-configuration", + "https://www.w3.org/TR/media-capabilities/#ref-for-parse-a-mime-type%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-audioconfiguration-contenttype%E2%91%A0", - "https://www.w3.org/TR/media-capabilities/#ref-for-valid-audio-mime-type", + "https://www.w3.org/TR/media-capabilities/#ref-for-abstract-opdef-check-mime-type-validity%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#dom-audioconfiguration-channels", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-media-source%E2%91%A6", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-file%E2%91%A6", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-webrtc%E2%91%A2", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-media-source%E2%91%A5", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-file%E2%91%A5", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-webrtc%E2%91%A1", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediaencodingtype-webrtc%E2%91%A1", "https://www.w3.org/TR/media-capabilities/#issue-a7738173", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-audioconfiguration-channels%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#dom-audioconfiguration-bitrate", "https://www.w3.org/TR/media-capabilities/#dom-audioconfiguration-samplerate", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-media-source%E2%91%A7", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-file%E2%91%A7", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-webrtc%E2%91%A3", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-media-source%E2%91%A6", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-file%E2%91%A6", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-webrtc%E2%91%A2", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediaencodingtype-webrtc%E2%91%A2", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-audioconfiguration-samplerate%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#dom-audioconfiguration-spatialrendering", @@ -224,8 +215,8 @@ "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesinfo-supported", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-audioconfiguration-spatialrendering%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-dictdef-mediadecodingconfiguration%E2%91%A7", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-media-source%E2%91%A8", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-file%E2%91%A8", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-media-source%E2%91%A7", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-file%E2%91%A7", "https://www.w3.org/TR/media-capabilities/#mediacapabilitieskeysystemconfiguration", "https://www.w3.org/TR/media-capabilities/#dictdef-mediacapabilitieskeysystemconfiguration", "https://www.w3.org/TR/media-capabilities/#ref-for-idl-DOMString%E2%91%A3", @@ -307,19 +298,34 @@ "https://www.w3.org/TR/media-capabilities/#ref-for-dictdef-mediacapabilitiesencodinginfo%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#info-algorithms", "https://www.w3.org/TR/media-capabilities/#create-media-capabilities-encoding-info", - "https://www.w3.org/TR/media-capabilities/#create-a-mediacapabilitiesencodinginfo", + "https://www.w3.org/TR/media-capabilities/#abstract-opdef-create-a-mediacapabilitiesencodinginfo", + "https://www.w3.org/TR/media-capabilities/#ref-for-abstract-opdef-create-a-mediacapabilitiesencodinginfo", "https://www.w3.org/TR/media-capabilities/#ref-for-dictdef-mediaencodingconfiguration%E2%91%A3", "https://www.w3.org/TR/media-capabilities/#ref-for-dictdef-mediacapabilitiesencodinginfo%E2%91%A1", "https://www.w3.org/TR/media-capabilities/#ref-for-dictdef-mediacapabilitiesencodinginfo%E2%91%A2", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesencodinginfo-configuration%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-dictdef-mediaencodingconfiguration%E2%91%A4", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesencodinginfo-configuration%E2%91%A1", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediaconfiguration-video", + "https://www.w3.org/TR/media-capabilities/#ref-for-parse-a-mime-type%E2%91%A1", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-videoconfiguration-contenttype%E2%91%A4", + "https://www.w3.org/TR/media-capabilities/#ref-for-abstract-opdef-check-mime-type-support", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediaencodingconfiguration-type", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediaconfiguration-audio", + "https://www.w3.org/TR/media-capabilities/#ref-for-parse-a-mime-type%E2%91%A2", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-audioconfiguration-contenttype%E2%91%A2", + "https://www.w3.org/TR/media-capabilities/#ref-for-abstract-opdef-check-mime-type-support%E2%91%A0", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediaencodingconfiguration-type%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesinfo-supported%E2%91%A1", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesinfo-smooth%E2%91%A0", - "https://www.w3.org/TR/media-capabilities/#ref-for-power-efficient", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesinfo-powerefficient%E2%91%A0", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesinfo-supported%E2%91%A2", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesinfo-smooth%E2%91%A1", + "https://www.w3.org/TR/media-capabilities/#ref-for-power-efficient", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesinfo-powerefficient%E2%91%A1", "https://www.w3.org/TR/media-capabilities/#create-media-capabilities-decoding-info", - "https://www.w3.org/TR/media-capabilities/#create-a-mediacapabilitiesdecodinginfo", + "https://www.w3.org/TR/media-capabilities/#abstract-opdef-create-a-mediacapabilitiesdecodinginfo", + "https://www.w3.org/TR/media-capabilities/#ref-for-abstract-opdef-create-a-mediacapabilitiesdecodinginfo", "https://www.w3.org/TR/media-capabilities/#ref-for-dictdef-mediadecodingconfiguration%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/media-capabilities/#ref-for-dictdef-mediacapabilitiesdecodinginfo%E2%91%A2", "https://www.w3.org/TR/media-capabilities/#ref-for-dictdef-mediacapabilitiesdecodinginfo%E2%91%A3", @@ -328,16 +334,51 @@ "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesdecodinginfo-configuration%E2%91%A1", "https://www.w3.org/TR/media-capabilities/#ref-for-map-exists%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesdecodinginfo-keysystemaccess%E2%91%A0", - "https://www.w3.org/TR/media-capabilities/#ref-for-check-encrypted-decoding-support", + "https://www.w3.org/TR/media-capabilities/#ref-for-abstract-opdef-check-encrypted-decoding-support", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesdecodinginfo-keysystemaccess%E2%91%A1", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesinfo-supported%E2%91%A2", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesdecodinginfo-keysystemaccess%E2%91%A2", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesinfo-supported%E2%91%A3", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesinfo-smooth%E2%91%A1", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesinfo-smooth%E2%91%A2", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesinfo-powerefficient%E2%91%A2", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesinfo-supported%E2%91%A4", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesdecodinginfo-keysystemaccess%E2%91%A2", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediaconfiguration-video%E2%91%A0", + "https://www.w3.org/TR/media-capabilities/#ref-for-parse-a-mime-type%E2%91%A3", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-videoconfiguration-contenttype%E2%91%A5", + "https://www.w3.org/TR/media-capabilities/#ref-for-abstract-opdef-check-mime-type-support%E2%91%A1", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingconfiguration-type", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediaconfiguration-audio%E2%91%A0", + "https://www.w3.org/TR/media-capabilities/#ref-for-parse-a-mime-type%E2%91%A4", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-audioconfiguration-contenttype%E2%91%A3", + "https://www.w3.org/TR/media-capabilities/#ref-for-abstract-opdef-check-mime-type-support%E2%91%A2", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingconfiguration-type%E2%91%A0", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesinfo-supported%E2%91%A5", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesinfo-smooth%E2%91%A3", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesinfo-powerefficient%E2%91%A3", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesinfo-supported%E2%91%A6", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesinfo-smooth%E2%91%A4", "https://www.w3.org/TR/media-capabilities/#ref-for-power-efficient%E2%91%A0", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesinfo-powerefficient%E2%91%A1", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitiesinfo-powerefficient%E2%91%A4", + "https://www.w3.org/TR/media-capabilities/#check-mime-type-validity", + "https://www.w3.org/TR/media-capabilities/#abstract-opdef-check-mime-type-validity", + "https://www.w3.org/TR/media-capabilities/#ref-for-abstract-opdef-check-mime-type-validity%E2%91%A1", + "https://www.w3.org/TR/media-capabilities/#ref-for-mime-type%E2%91%A1", + "https://www.w3.org/TR/media-capabilities/#issue-b19b1a35", + "https://www.w3.org/TR/media-capabilities/#issue-2ac980d5", + "https://www.w3.org/TR/media-capabilities/#check-mime-type-support", + "https://www.w3.org/TR/media-capabilities/#abstract-opdef-check-mime-type-support", + "https://www.w3.org/TR/media-capabilities/#ref-for-abstract-opdef-check-mime-type-support%E2%91%A3", + "https://www.w3.org/TR/media-capabilities/#ref-for-mime-type%E2%91%A2", + "https://www.w3.org/TR/media-capabilities/#ref-for-enumdef-mediaencodingtype%E2%91%A1", + "https://www.w3.org/TR/media-capabilities/#ref-for-enumdef-mediadecodingtype%E2%91%A1", + "https://www.w3.org/TR/media-capabilities/#ref-for-supported-by-the-user-agent", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediaencodingtype-webrtc%E2%91%A3", + "https://www.w3.org/TR/media-capabilities/#ref-for-enumdef-mediaencodingtype%E2%91%A2", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-webrtc%E2%91%A3", + "https://www.w3.org/TR/media-capabilities/#ref-for-enumdef-mediadecodingtype%E2%91%A2", + "https://www.w3.org/TR/media-capabilities/#ref-for-supported-by-the-user-agent%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#is-encrypted-decode-supported", - "https://www.w3.org/TR/media-capabilities/#check-encrypted-decoding-support", + "https://www.w3.org/TR/media-capabilities/#abstract-opdef-check-encrypted-decoding-support", + "https://www.w3.org/TR/media-capabilities/#ref-for-abstract-opdef-check-encrypted-decoding-support%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-dictdef-mediadecodingconfiguration%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingconfiguration-keysystemconfiguration%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-map-exists%E2%91%A0%E2%91%A0", @@ -345,13 +386,13 @@ "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilitieskeysystemconfiguration-keysystem%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-dfn-key-system", "https://www.w3.org/TR/media-capabilities/#ref-for-concept-origin", - "https://www.w3.org/TR/media-capabilities/#ref-for-concept-document", + "https://www.w3.org/TR/media-capabilities/#ref-for-clone-a-node-document", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediakeysystemconfiguration", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediakeysystemconfiguration-initdatatypes%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediakeysystemconfiguration-distinctiveidentifier%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediakeysystemconfiguration-persistentstate%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediakeysystemconfiguration-sessiontypes%E2%91%A0", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediaconfiguration-audio", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediaconfiguration-audio%E2%91%A1", "https://www.w3.org/TR/media-capabilities/#ref-for-map-exists%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediakeysystemconfiguration-audiocapabilities", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediakeysystemmediacapability", @@ -359,7 +400,7 @@ "https://www.w3.org/TR/media-capabilities/#ref-for-map-exists%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediakeysystemmediacapability-robustness%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediakeysystemmediacapability-encryptionscheme%E2%91%A0", - "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediaconfiguration-video", + "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediaconfiguration-video%E2%91%A1", "https://www.w3.org/TR/media-capabilities/#ref-for-map-exists%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediakeysystemmediacapability%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediakeysystemmediacapability-contenttype%E2%91%A0", @@ -418,7 +459,7 @@ "https://www.w3.org/TR/media-capabilities/#ref-for-idl-DOMException%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-securityerror", "https://www.w3.org/TR/media-capabilities/#ref-for-in-parallel", - "https://www.w3.org/TR/media-capabilities/#ref-for-create-a-mediacapabilitiesdecodinginfo", + "https://www.w3.org/TR/media-capabilities/#ref-for-abstract-opdef-create-a-mediacapabilitiesdecodinginfo%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-queue-a-media-capabilities-task", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilities-decodinginfo%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingconfiguration-keysystemconfiguration%E2%91%A1", @@ -428,7 +469,7 @@ "https://www.w3.org/TR/media-capabilities/#ref-for-valid-mediaconfiguration%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-exceptiondef-typeerror%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-in-parallel%E2%91%A0", - "https://www.w3.org/TR/media-capabilities/#ref-for-create-a-mediacapabilitiesencodinginfo", + "https://www.w3.org/TR/media-capabilities/#ref-for-abstract-opdef-create-a-mediacapabilitiesencodinginfo%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#ref-for-queue-a-media-capabilities-task%E2%91%A0", "https://www.w3.org/TR/media-capabilities/#security-privacy-considerations", "https://www.w3.org/TR/media-capabilities/#decoding-encoding-fingerprinting", @@ -456,7 +497,7 @@ "https://www.w3.org/TR/media-capabilities/#index", "https://www.w3.org/TR/media-capabilities/#index-defined-here", "https://www.w3.org/TR/media-capabilities/#index-defined-elsewhere", - "https://www.w3.org/TR/media-capabilities/#a973e0fe", + "https://www.w3.org/TR/media-capabilities/#a84c14c9", "https://www.w3.org/TR/media-capabilities/#06137087", "https://www.w3.org/TR/media-capabilities/#b13e26cf", "https://www.w3.org/TR/media-capabilities/#339f108f", @@ -489,7 +530,10 @@ "https://www.w3.org/TR/media-capabilities/#1243a891", "https://www.w3.org/TR/media-capabilities/#5dc5df37", "https://www.w3.org/TR/media-capabilities/#63e5d430", - "https://www.w3.org/TR/media-capabilities/#f6096d53", + "https://www.w3.org/TR/media-capabilities/#16785ec4", + "https://www.w3.org/TR/media-capabilities/#7b6aef50", + "https://www.w3.org/TR/media-capabilities/#d72dabca", + "https://www.w3.org/TR/media-capabilities/#bcbbe7d9", "https://www.w3.org/TR/media-capabilities/#dca2de17", "https://www.w3.org/TR/media-capabilities/#8855a9aa", "https://www.w3.org/TR/media-capabilities/#889e932f", @@ -524,8 +568,8 @@ "https://www.w3.org/TR/media-capabilities/#biblio-webidl", "https://www.w3.org/TR/media-capabilities/#biblio-webrtc", "https://www.w3.org/TR/media-capabilities/#informative", + "https://www.w3.org/TR/media-capabilities/#biblio-iana-media-types", "https://www.w3.org/TR/media-capabilities/#biblio-mediastream-recording", - "https://www.w3.org/TR/media-capabilities/#biblio-rfc4855", "https://www.w3.org/TR/media-capabilities/#biblio-rfc6838", "https://www.w3.org/TR/media-capabilities/#biblio-rfc9110", "https://www.w3.org/TR/media-capabilities/#biblio-webrtc-svc", diff --git a/tr/ids/pointerevents4.json b/tr/ids/pointerevents4.json index 2f65232331d5..56d47655083c 100644 --- a/tr/ids/pointerevents4.json +++ b/tr/ids/pointerevents4.json @@ -653,6 +653,11 @@ "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-active-buttons-state-5", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-active-document-2", "https://www.w3.org/TR/pointerevents4/#dfn-pending-pointer-capture-target-override", + "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-39", + "https://www.w3.org/TR/pointerevents4/#h-note-41", + "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-process-pending-pointer-capture-5", + "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-implicit-pointer-capture-3", + "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-24", "https://www.w3.org/TR/pointerevents4/#releasing-pointer-capture", "https://www.w3.org/TR/pointerevents4/#x9-3-releasing-pointer-capture", "https://www.w3.org/TR/pointerevents4/#dfn-release-pointer-capture", @@ -660,20 +665,23 @@ "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-implicitly-release-the-pointer-capture-5", "https://www.w3.org/TR/pointerevents4/#ref-for-dom-element-haspointercapture-2", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pending-pointer-capture-target-override-6", + "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-40", + "https://www.w3.org/TR/pointerevents4/#h-note-42", + "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-set-pointer-capture-4", "https://www.w3.org/TR/pointerevents4/#implicit-pointer-capture", "https://www.w3.org/TR/pointerevents4/#x9-4-implicit-pointer-capture", "https://www.w3.org/TR/pointerevents4/#dfn-implicit-pointer-capture", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-direct-manipulation-7", "https://www.w3.org/TR/pointerevents4/#ref-for-dom-element-setpointercapture-3", - "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-24", - "https://www.w3.org/TR/pointerevents4/#ref-for-dom-element-haspointercapture-3", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-25", + "https://www.w3.org/TR/pointerevents4/#ref-for-dom-element-haspointercapture-3", + "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-26", "https://www.w3.org/TR/pointerevents4/#ref-for-dom-element-releasepointercapture-2", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-gotpointercapture-11", - "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-39", - "https://www.w3.org/TR/pointerevents4/#h-note-41", - "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-40", - "https://www.w3.org/TR/pointerevents4/#h-note-42", + "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-41", + "https://www.w3.org/TR/pointerevents4/#h-note-43", + "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-42", + "https://www.w3.org/TR/pointerevents4/#h-note-44", "https://www.w3.org/TR/pointerevents4/#implicit-release-of-pointer-capture", "https://www.w3.org/TR/pointerevents4/#x9-5-implicit-release-of-pointer-capture", "https://www.w3.org/TR/pointerevents4/#dfn-implicitly-release-the-pointer-capture", @@ -682,22 +690,22 @@ "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pending-pointer-capture-target-override-7", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerup-21", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointercancel-9", - "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-process-pending-pointer-capture-5", - "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-lostpointercapture-12", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-process-pending-pointer-capture-6", + "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-lostpointercapture-12", + "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-process-pending-pointer-capture-7", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointer-capture-target-override-8", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointer-capture-target-override-9", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pending-pointer-capture-target-override-8", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pending-pointer-capture-target-override-9", - "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-41", - "https://www.w3.org/TR/pointerevents4/#h-note-43", + "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-43", + "https://www.w3.org/TR/pointerevents4/#h-note-45", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-lostpointercapture-13", - "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-process-pending-pointer-capture-7", + "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-process-pending-pointer-capture-8", "https://www.w3.org/TR/pointerevents4/#ref-for-dom-element-releasepointercapture-3", "https://www.w3.org/TR/pointerevents4/#coalesced-and-predicted-events", "https://www.w3.org/TR/pointerevents4/#x10-coalesced-and-predicted-events", - "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-42", - "https://www.w3.org/TR/pointerevents4/#h-note-44", + "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-44", + "https://www.w3.org/TR/pointerevents4/#h-note-46", "https://www.w3.org/TR/pointerevents4/#coalesced-events", "https://www.w3.org/TR/pointerevents4/#x10-1-coalesced-events", "https://www.w3.org/TR/pointerevents4/#dfn-coalesced-events", @@ -715,24 +723,24 @@ "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointermove-24", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerrawupdate-21", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-coalesced-events-list-2", - "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-43", - "https://www.w3.org/TR/pointerevents4/#h-note-45", - "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-44", - "https://www.w3.org/TR/pointerevents4/#h-note-46", + "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-45", + "https://www.w3.org/TR/pointerevents4/#h-note-47", + "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-46", + "https://www.w3.org/TR/pointerevents4/#h-note-48", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-coalesced-events-list-3", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-coalesced-events-list-4", "https://www.w3.org/TR/pointerevents4/#ref-for-dom-pointerevent-getpredictedevents-2", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-coalesced-events-list-5", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-predicted-events-list-2", "https://www.w3.org/TR/pointerevents4/#example_12", - "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-45", - "https://www.w3.org/TR/pointerevents4/#h-note-47", - "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-26", + "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-47", + "https://www.w3.org/TR/pointerevents4/#h-note-49", + "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-27", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointermove-25", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointermove-26", - "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-27", - "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-46", - "https://www.w3.org/TR/pointerevents4/#h-note-48", + "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-28", + "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-48", + "https://www.w3.org/TR/pointerevents4/#h-note-50", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerrawupdate-22", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerrawupdate-23", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerrawupdate-24", @@ -741,7 +749,7 @@ "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerrawupdate-27", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointermove-27", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointermove-28", - "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-28", + "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-29", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerrawupdate-28", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerrawupdate-29", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointermove-29", @@ -756,19 +764,19 @@ "https://www.w3.org/TR/pointerevents4/#dfn-predicted-events-list", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointermove-31", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-predicted-events-list-3", - "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-47", - "https://www.w3.org/TR/pointerevents4/#h-note-49", + "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-49", + "https://www.w3.org/TR/pointerevents4/#h-note-51", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-coalesced-events-list-6", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-predicted-events-list-4", - "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-48", - "https://www.w3.org/TR/pointerevents4/#h-note-50", + "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-50", + "https://www.w3.org/TR/pointerevents4/#h-note-52", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-predicted-events-list-5", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-predicted-events-list-6", "https://www.w3.org/TR/pointerevents4/#ref-for-dom-pointerevent-getpredictedevents-4", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-coalesced-events-list-7", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-predicted-events-list-7", - "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-49", - "https://www.w3.org/TR/pointerevents4/#h-note-51", + "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-51", + "https://www.w3.org/TR/pointerevents4/#h-note-53", "https://www.w3.org/TR/pointerevents4/#example_13", "https://www.w3.org/TR/pointerevents4/#populating-and-maintaining-the-coalesced-and-predicted-events-lists", "https://www.w3.org/TR/pointerevents4/#x10-3-populating-and-maintaining-the-coalesced-and-predicted-events-lists", @@ -784,30 +792,30 @@ "https://www.w3.org/TR/pointerevents4/#compatibility-mapping-with-mouse-events", "https://www.w3.org/TR/pointerevents4/#x11-compatibility-mapping-with-mouse-events", "https://www.w3.org/TR/pointerevents4/#dfn-compatibility-mouse-events", - "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-50", - "https://www.w3.org/TR/pointerevents4/#h-note-52", + "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-52", + "https://www.w3.org/TR/pointerevents4/#h-note-54", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-touch-action-2", - "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-29", + "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-30", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerup-23", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerup-24", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerup-25", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-compatibility-mouse-events-10", - "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-51", - "https://www.w3.org/TR/pointerevents4/#h-note-53", + "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-53", + "https://www.w3.org/TR/pointerevents4/#h-note-55", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerup-26", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerup-27", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointercancel-10", - "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-30", + "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-31", "https://www.w3.org/TR/pointerevents4/#tracking-the-effective-position-of-the-legacy-mouse-pointer", "https://www.w3.org/TR/pointerevents4/#x11-1-tracking-the-effective-position-of-the-legacy-mouse-pointer", "https://www.w3.org/TR/pointerevents4/#dfn-tracking-the-effective-position-of-the-legacy-mouse-pointer", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-primary-pointer-4", "https://www.w3.org/TR/pointerevents4/#dfn-effective-position-of-the-legacy-mouse-pointer", - "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-31", + "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-32", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerup-28", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointermove-32", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerleave-11", - "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-32", + "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-33", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerup-29", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointermove-33", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerleave-12", @@ -815,22 +823,22 @@ "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-effective-position-of-the-legacy-mouse-pointer-2", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-effective-position-of-the-legacy-mouse-pointer-3", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-effective-position-of-the-legacy-mouse-pointer-4", - "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-52", - "https://www.w3.org/TR/pointerevents4/#h-note-54", + "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-54", + "https://www.w3.org/TR/pointerevents4/#h-note-56", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-effective-position-of-the-legacy-mouse-pointer-5", "https://www.w3.org/TR/pointerevents4/#legacy-pointer-transition", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-effective-position-of-the-legacy-mouse-pointer-6", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-effective-position-of-the-legacy-mouse-pointer-7", "https://www.w3.org/TR/pointerevents4/#mapping-for-devices-that-support-hover", "https://www.w3.org/TR/pointerevents4/#x11-2-mapping-for-devices-that-support-hover", - "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-33", + "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-34", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerup-30", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointermove-34", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerleave-13", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-tracking-the-effective-position-of-the-legacy-mouse-pointer-1", - "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-34", - "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-canceled-event-1", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-35", + "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-canceled-event-1", + "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-36", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointermove-35", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerup-31", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointercancel-11", @@ -838,35 +846,35 @@ "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointercancel-12", "https://www.w3.org/TR/pointerevents4/#mapping-for-devices-that-do-not-support-hover", "https://www.w3.org/TR/pointerevents4/#x11-3-mapping-for-devices-that-do-not-support-hover", - "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-53", - "https://www.w3.org/TR/pointerevents4/#h-note-55", + "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-55", + "https://www.w3.org/TR/pointerevents4/#h-note-57", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerover-10", - "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-36", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-37", + "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-38", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerup-33", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointermove-36", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerleave-14", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-tracking-the-effective-position-of-the-legacy-mouse-pointer-2", - "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-38", - "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-canceled-event-2", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-39", + "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-canceled-event-2", + "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-40", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointermove-37", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerup-34", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointercancel-13", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerup-35", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointercancel-14", - "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-54", - "https://www.w3.org/TR/pointerevents4/#h-note-56", + "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-56", + "https://www.w3.org/TR/pointerevents4/#h-note-58", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerover-11", - "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-40", + "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-41", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointermove-38", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerup-36", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerout-10", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerleave-15", - "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-41", + "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-42", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-canceled-event-3", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerover-12", - "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-42", + "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerdown-43", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointermove-39", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerup-37", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-pointerout-11", @@ -879,14 +887,14 @@ "https://www.w3.org/TR/pointerevents4/#dfn-active-document", "https://www.w3.org/TR/pointerevents4/#ref-for-dfn-active-pointer-8", "https://www.w3.org/TR/pointerevents4/#dfn-active-pointer", - "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-55", - "https://www.w3.org/TR/pointerevents4/#h-note-57", + "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-57", + "https://www.w3.org/TR/pointerevents4/#h-note-59", "https://www.w3.org/TR/pointerevents4/#dfn-canceled-event", "https://www.w3.org/TR/pointerevents4/#dfn-contact-geometry", "https://www.w3.org/TR/pointerevents4/#dfn-digitizer", "https://www.w3.org/TR/pointerevents4/#dfn-direct-manipulation", - "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-56", - "https://www.w3.org/TR/pointerevents4/#h-note-58", + "https://www.w3.org/TR/pointerevents4/#issue-container-generatedID-58", + "https://www.w3.org/TR/pointerevents4/#h-note-60", "https://www.w3.org/TR/pointerevents4/#dfn-hit-test", "https://www.w3.org/TR/pointerevents4/#dfn-measurable-properties", "https://www.w3.org/TR/pointerevents4/#dfn-pointer", diff --git a/tr/ids/proximity.json b/tr/ids/proximity.json index a7f731a69823..35fdc3d18b9b 100644 --- a/tr/ids/proximity.json +++ b/tr/ids/proximity.json @@ -7,6 +7,7 @@ "https://www.w3.org/TR/proximity/#toc-nav", "https://www.w3.org/TR/proximity/#toc-jump", "https://www.w3.org/TR/proximity/#toc-toggle", + "https://www.w3.org/TR/proximity/#toc-theme-toggle", "https://www.w3.org/TR/proximity/#title", "https://www.w3.org/TR/proximity/#w3c-state", "https://www.w3.org/TR/proximity/#abstract", @@ -26,26 +27,14 @@ "https://www.w3.org/TR/proximity/#permissions-policy-integration", "https://www.w3.org/TR/proximity/#ref-for-policy-controlled-feature", "https://www.w3.org/TR/proximity/#proximity-sensor-feature", - "https://www.w3.org/TR/proximity/#infopanel-for-proximity-sensor-feature", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-proximity-sensor-feature", - "https://www.w3.org/TR/proximity/#infopanel-for-proximity-sensor-feature", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-proximity-sensor-feature", "https://www.w3.org/TR/proximity/#ref-for-policy-controlled-feature-default-allowlist", "https://www.w3.org/TR/proximity/#model", "https://www.w3.org/TR/proximity/#proximity-sensor-sensor-type", - "https://www.w3.org/TR/proximity/#infopanel-for-proximity-sensor-sensor-type", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-proximity-sensor-sensor-type", - "https://www.w3.org/TR/proximity/#infopanel-for-proximity-sensor-sensor-type", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-proximity-sensor-sensor-type", "https://www.w3.org/TR/proximity/#ref-for-sensor-type", "https://www.w3.org/TR/proximity/#ref-for-extension-sensor-interface", "https://www.w3.org/TR/proximity/#ref-for-proximitysensor", "https://www.w3.org/TR/proximity/#ref-for-sensor-permission-names", "https://www.w3.org/TR/proximity/#permissiondef-proximity", - "https://www.w3.org/TR/proximity/#infopanel-for-permissiondef-proximity", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-permissiondef-proximity", - "https://www.w3.org/TR/proximity/#infopanel-for-permissiondef-proximity", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-permissiondef-proximity", "https://www.w3.org/TR/proximity/#ref-for-sensor-feature-names", "https://www.w3.org/TR/proximity/#ref-for-proximity-sensor-feature", "https://www.w3.org/TR/proximity/#ref-for-dfn-permission-revocation-algorithm", @@ -54,10 +43,6 @@ "https://www.w3.org/TR/proximity/#ref-for-default-sensor", "https://www.w3.org/TR/proximity/#ref-for-virtual-sensor-type", "https://www.w3.org/TR/proximity/#proximity-virtual-sensor-type", - "https://www.w3.org/TR/proximity/#infopanel-for-proximity-virtual-sensor-type", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-proximity-virtual-sensor-type", - "https://www.w3.org/TR/proximity/#infopanel-for-proximity-virtual-sensor-type", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-proximity-virtual-sensor-type", "https://www.w3.org/TR/proximity/#ref-for-latest-reading", "https://www.w3.org/TR/proximity/#ref-for-sensor", "https://www.w3.org/TR/proximity/#ref-for-proximity-sensor-sensor-type", @@ -69,57 +54,25 @@ "https://www.w3.org/TR/proximity/#ref-for-max", "https://www.w3.org/TR/proximity/#ref-for-near", "https://www.w3.org/TR/proximity/#distance", - "https://www.w3.org/TR/proximity/#infopanel-for-distance", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-distance", - "https://www.w3.org/TR/proximity/#infopanel-for-distance", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-distance", "https://www.w3.org/TR/proximity/#sensing-range", - "https://www.w3.org/TR/proximity/#infopanel-for-sensing-range", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-sensing-range", - "https://www.w3.org/TR/proximity/#infopanel-for-sensing-range", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-sensing-range", "https://www.w3.org/TR/proximity/#max", - "https://www.w3.org/TR/proximity/#infopanel-for-max", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-max", - "https://www.w3.org/TR/proximity/#infopanel-for-max", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-max", "https://www.w3.org/TR/proximity/#ref-for-sensing-range", "https://www.w3.org/TR/proximity/#near", - "https://www.w3.org/TR/proximity/#infopanel-for-near", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-near", - "https://www.w3.org/TR/proximity/#infopanel-for-near", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-near", "https://www.w3.org/TR/proximity/#api", "https://www.w3.org/TR/proximity/#proximity-sensor-interface", "https://www.w3.org/TR/proximity/#ref-for-SecureContext", "https://www.w3.org/TR/proximity/#ref-for-Exposed", "https://www.w3.org/TR/proximity/#proximitysensor", - "https://www.w3.org/TR/proximity/#infopanel-for-proximitysensor", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-proximitysensor", - "https://www.w3.org/TR/proximity/#infopanel-for-proximitysensor", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-proximitysensor", "https://www.w3.org/TR/proximity/#ref-for-sensor%E2%91%A0", "https://www.w3.org/TR/proximity/#dom-proximitysensor-proximitysensor", "https://www.w3.org/TR/proximity/#ref-for-dictdef-sensoroptions", "https://www.w3.org/TR/proximity/#dom-proximitysensor-proximitysensor-sensoroptions-sensoroptions", "https://www.w3.org/TR/proximity/#ref-for-idl-double", "https://www.w3.org/TR/proximity/#dom-proximitysensor-distance", - "https://www.w3.org/TR/proximity/#infopanel-for-dom-proximitysensor-distance", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-dom-proximitysensor-distance", - "https://www.w3.org/TR/proximity/#infopanel-for-dom-proximitysensor-distance", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-dom-proximitysensor-distance", "https://www.w3.org/TR/proximity/#ref-for-idl-double%E2%91%A0", "https://www.w3.org/TR/proximity/#dom-proximitysensor-max", - "https://www.w3.org/TR/proximity/#infopanel-for-dom-proximitysensor-max", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-dom-proximitysensor-max", - "https://www.w3.org/TR/proximity/#infopanel-for-dom-proximitysensor-max", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-dom-proximitysensor-max", "https://www.w3.org/TR/proximity/#ref-for-idl-boolean", "https://www.w3.org/TR/proximity/#dom-proximitysensor-near", - "https://www.w3.org/TR/proximity/#infopanel-for-dom-proximitysensor-near", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-dom-proximitysensor-near", - "https://www.w3.org/TR/proximity/#infopanel-for-dom-proximitysensor-near", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-dom-proximitysensor-near", "https://www.w3.org/TR/proximity/#ref-for-proximitysensor%E2%91%A0", "https://www.w3.org/TR/proximity/#ref-for-construct-a-proximity-sensor-object", "https://www.w3.org/TR/proximity/#proximity-sensor-distance", @@ -145,10 +98,6 @@ "https://www.w3.org/TR/proximity/#abstract-operations", "https://www.w3.org/TR/proximity/#construct-a-proximity-sensor-object", "https://www.w3.org/TR/proximity/#ref-for-construct-a-proximity-sensor-object%E2%91%A0", - "https://www.w3.org/TR/proximity/#infopanel-for-construct-a-proximity-sensor-object", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-construct-a-proximity-sensor-object", - "https://www.w3.org/TR/proximity/#infopanel-for-construct-a-proximity-sensor-object", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-construct-a-proximity-sensor-object", "https://www.w3.org/TR/proximity/#ref-for-dictdef-sensoroptions%E2%91%A0", "https://www.w3.org/TR/proximity/#ref-for-proximitysensor%E2%91%A4", "https://www.w3.org/TR/proximity/#ref-for-check-sensor-policy-controlled-features", @@ -171,10 +120,6 @@ "https://www.w3.org/TR/proximity/#ref-for-proximity-reading-parsing-algorithm", "https://www.w3.org/TR/proximity/#proximity-reading-parsing-algorithm", "https://www.w3.org/TR/proximity/#ref-for-proximity-reading-parsing-algorithm%E2%91%A0", - "https://www.w3.org/TR/proximity/#infopanel-for-proximity-reading-parsing-algorithm", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-proximity-reading-parsing-algorithm", - "https://www.w3.org/TR/proximity/#infopanel-for-proximity-reading-parsing-algorithm", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-proximity-reading-parsing-algorithm", "https://www.w3.org/TR/proximity/#ref-for-sec-object-objects", "https://www.w3.org/TR/proximity/#ref-for-sensor-reading%E2%91%A0", "https://www.w3.org/TR/proximity/#ref-for-sensor-reading%E2%91%A1", @@ -192,215 +137,47 @@ "https://www.w3.org/TR/proximity/#index-defined-here", "https://www.w3.org/TR/proximity/#index-defined-elsewhere", "https://www.w3.org/TR/proximity/#a6e67972", - "https://www.w3.org/TR/proximity/#infopanel-for-a6e67972", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-a6e67972", - "https://www.w3.org/TR/proximity/#infopanel-for-a6e67972", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-a6e67972", "https://www.w3.org/TR/proximity/#1b956603", - "https://www.w3.org/TR/proximity/#infopanel-for-1b956603", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-1b956603", - "https://www.w3.org/TR/proximity/#infopanel-for-1b956603", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-1b956603", "https://www.w3.org/TR/proximity/#207de9db", - "https://www.w3.org/TR/proximity/#infopanel-for-207de9db", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-207de9db", - "https://www.w3.org/TR/proximity/#infopanel-for-207de9db", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-207de9db", "https://www.w3.org/TR/proximity/#120b5cd7", - "https://www.w3.org/TR/proximity/#infopanel-for-120b5cd7", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-120b5cd7", - "https://www.w3.org/TR/proximity/#infopanel-for-120b5cd7", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-120b5cd7", "https://www.w3.org/TR/proximity/#80862307", - "https://www.w3.org/TR/proximity/#infopanel-for-80862307", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-80862307", - "https://www.w3.org/TR/proximity/#infopanel-for-80862307", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-80862307", "https://www.w3.org/TR/proximity/#beb7996f", - "https://www.w3.org/TR/proximity/#infopanel-for-beb7996f", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-beb7996f", - "https://www.w3.org/TR/proximity/#infopanel-for-beb7996f", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-beb7996f", "https://www.w3.org/TR/proximity/#4e835b4e", - "https://www.w3.org/TR/proximity/#infopanel-for-4e835b4e", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-4e835b4e", - "https://www.w3.org/TR/proximity/#infopanel-for-4e835b4e", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-4e835b4e", "https://www.w3.org/TR/proximity/#a09cf46b", - "https://www.w3.org/TR/proximity/#infopanel-for-a09cf46b", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-a09cf46b", - "https://www.w3.org/TR/proximity/#infopanel-for-a09cf46b", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-a09cf46b", "https://www.w3.org/TR/proximity/#fd4ad34f", - "https://www.w3.org/TR/proximity/#infopanel-for-fd4ad34f", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-fd4ad34f", - "https://www.w3.org/TR/proximity/#infopanel-for-fd4ad34f", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-fd4ad34f", "https://www.w3.org/TR/proximity/#b152f730", - "https://www.w3.org/TR/proximity/#infopanel-for-b152f730", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-b152f730", - "https://www.w3.org/TR/proximity/#infopanel-for-b152f730", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-b152f730", "https://www.w3.org/TR/proximity/#3e7f3108", - "https://www.w3.org/TR/proximity/#infopanel-for-3e7f3108", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-3e7f3108", - "https://www.w3.org/TR/proximity/#infopanel-for-3e7f3108", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-3e7f3108", "https://www.w3.org/TR/proximity/#fefc23b8", - "https://www.w3.org/TR/proximity/#infopanel-for-fefc23b8", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-fefc23b8", - "https://www.w3.org/TR/proximity/#infopanel-for-fefc23b8", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-fefc23b8", "https://www.w3.org/TR/proximity/#c1bbb186", - "https://www.w3.org/TR/proximity/#infopanel-for-c1bbb186", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-c1bbb186", - "https://www.w3.org/TR/proximity/#infopanel-for-c1bbb186", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-c1bbb186", "https://www.w3.org/TR/proximity/#5d47b5a4", - "https://www.w3.org/TR/proximity/#infopanel-for-5d47b5a4", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-5d47b5a4", - "https://www.w3.org/TR/proximity/#infopanel-for-5d47b5a4", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-5d47b5a4", "https://www.w3.org/TR/proximity/#611c5008", - "https://www.w3.org/TR/proximity/#infopanel-for-611c5008", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-611c5008", - "https://www.w3.org/TR/proximity/#infopanel-for-611c5008", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-611c5008", "https://www.w3.org/TR/proximity/#7470ffcc", - "https://www.w3.org/TR/proximity/#infopanel-for-7470ffcc", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-7470ffcc", - "https://www.w3.org/TR/proximity/#infopanel-for-7470ffcc", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-7470ffcc", "https://www.w3.org/TR/proximity/#80bf03eb", - "https://www.w3.org/TR/proximity/#infopanel-for-80bf03eb", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-80bf03eb", - "https://www.w3.org/TR/proximity/#infopanel-for-80bf03eb", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-80bf03eb", "https://www.w3.org/TR/proximity/#5afb8cab", - "https://www.w3.org/TR/proximity/#infopanel-for-5afb8cab", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-5afb8cab", - "https://www.w3.org/TR/proximity/#infopanel-for-5afb8cab", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-5afb8cab", "https://www.w3.org/TR/proximity/#44637b0a", - "https://www.w3.org/TR/proximity/#infopanel-for-44637b0a", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-44637b0a", - "https://www.w3.org/TR/proximity/#infopanel-for-44637b0a", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-44637b0a", "https://www.w3.org/TR/proximity/#34c25f36", - "https://www.w3.org/TR/proximity/#infopanel-for-34c25f36", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-34c25f36", - "https://www.w3.org/TR/proximity/#infopanel-for-34c25f36", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-34c25f36", "https://www.w3.org/TR/proximity/#bb15fee5", - "https://www.w3.org/TR/proximity/#infopanel-for-bb15fee5", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-bb15fee5", - "https://www.w3.org/TR/proximity/#infopanel-for-bb15fee5", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-bb15fee5", "https://www.w3.org/TR/proximity/#4fa114dd", - "https://www.w3.org/TR/proximity/#infopanel-for-4fa114dd", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-4fa114dd", - "https://www.w3.org/TR/proximity/#infopanel-for-4fa114dd", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-4fa114dd", "https://www.w3.org/TR/proximity/#8958b003", - "https://www.w3.org/TR/proximity/#infopanel-for-8958b003", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-8958b003", - "https://www.w3.org/TR/proximity/#infopanel-for-8958b003", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-8958b003", "https://www.w3.org/TR/proximity/#16d07e10", - "https://www.w3.org/TR/proximity/#infopanel-for-16d07e10", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-16d07e10", - "https://www.w3.org/TR/proximity/#infopanel-for-16d07e10", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-16d07e10", "https://www.w3.org/TR/proximity/#d14a6f26", - "https://www.w3.org/TR/proximity/#infopanel-for-d14a6f26", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-d14a6f26", - "https://www.w3.org/TR/proximity/#infopanel-for-d14a6f26", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-d14a6f26", "https://www.w3.org/TR/proximity/#31db57e6", - "https://www.w3.org/TR/proximity/#infopanel-for-31db57e6", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-31db57e6", - "https://www.w3.org/TR/proximity/#infopanel-for-31db57e6", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-31db57e6", "https://www.w3.org/TR/proximity/#649608b9", - "https://www.w3.org/TR/proximity/#infopanel-for-649608b9", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-649608b9", - "https://www.w3.org/TR/proximity/#infopanel-for-649608b9", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-649608b9", "https://www.w3.org/TR/proximity/#3fca5a9e", - "https://www.w3.org/TR/proximity/#infopanel-for-3fca5a9e", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-3fca5a9e", - "https://www.w3.org/TR/proximity/#infopanel-for-3fca5a9e", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-3fca5a9e", "https://www.w3.org/TR/proximity/#0e6b2056", - "https://www.w3.org/TR/proximity/#infopanel-for-0e6b2056", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-0e6b2056", - "https://www.w3.org/TR/proximity/#infopanel-for-0e6b2056", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-0e6b2056", "https://www.w3.org/TR/proximity/#802b0fdd", - "https://www.w3.org/TR/proximity/#infopanel-for-802b0fdd", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-802b0fdd", - "https://www.w3.org/TR/proximity/#infopanel-for-802b0fdd", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-802b0fdd", "https://www.w3.org/TR/proximity/#12d6b9a8", - "https://www.w3.org/TR/proximity/#infopanel-for-12d6b9a8", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-12d6b9a8", - "https://www.w3.org/TR/proximity/#infopanel-for-12d6b9a8", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-12d6b9a8", "https://www.w3.org/TR/proximity/#409a61ca", - "https://www.w3.org/TR/proximity/#infopanel-for-409a61ca", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-409a61ca", - "https://www.w3.org/TR/proximity/#infopanel-for-409a61ca", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-409a61ca", "https://www.w3.org/TR/proximity/#1570624a", - "https://www.w3.org/TR/proximity/#infopanel-for-1570624a", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-1570624a", - "https://www.w3.org/TR/proximity/#infopanel-for-1570624a", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-1570624a", "https://www.w3.org/TR/proximity/#cc890cc1", - "https://www.w3.org/TR/proximity/#infopanel-for-cc890cc1", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-cc890cc1", - "https://www.w3.org/TR/proximity/#infopanel-for-cc890cc1", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-cc890cc1", "https://www.w3.org/TR/proximity/#fa818daf", - "https://www.w3.org/TR/proximity/#infopanel-for-fa818daf", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-fa818daf", - "https://www.w3.org/TR/proximity/#infopanel-for-fa818daf", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-fa818daf", "https://www.w3.org/TR/proximity/#dca2de17", - "https://www.w3.org/TR/proximity/#infopanel-for-dca2de17", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-dca2de17", - "https://www.w3.org/TR/proximity/#infopanel-for-dca2de17", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-dca2de17", "https://www.w3.org/TR/proximity/#889e932f", - "https://www.w3.org/TR/proximity/#infopanel-for-889e932f", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-889e932f", - "https://www.w3.org/TR/proximity/#infopanel-for-889e932f", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-889e932f", "https://www.w3.org/TR/proximity/#b75bb3bd", - "https://www.w3.org/TR/proximity/#infopanel-for-b75bb3bd", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-b75bb3bd", - "https://www.w3.org/TR/proximity/#infopanel-for-b75bb3bd", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-b75bb3bd", "https://www.w3.org/TR/proximity/#c3e881ef", - "https://www.w3.org/TR/proximity/#infopanel-for-c3e881ef", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-c3e881ef", - "https://www.w3.org/TR/proximity/#infopanel-for-c3e881ef", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-c3e881ef", "https://www.w3.org/TR/proximity/#5372cca8", - "https://www.w3.org/TR/proximity/#infopanel-for-5372cca8", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-5372cca8", - "https://www.w3.org/TR/proximity/#infopanel-for-5372cca8", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-5372cca8", "https://www.w3.org/TR/proximity/#8c800cdf", - "https://www.w3.org/TR/proximity/#infopanel-for-8c800cdf", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-8c800cdf", - "https://www.w3.org/TR/proximity/#infopanel-for-8c800cdf", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-8c800cdf", "https://www.w3.org/TR/proximity/#b4cfa5ce", - "https://www.w3.org/TR/proximity/#infopanel-for-b4cfa5ce", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-b4cfa5ce", - "https://www.w3.org/TR/proximity/#infopanel-for-b4cfa5ce", - "https://www.w3.org/TR/proximity/#infopaneltitle-for-b4cfa5ce", "https://www.w3.org/TR/proximity/#references", "https://www.w3.org/TR/proximity/#normative", "https://www.w3.org/TR/proximity/#biblio-ecmascript", diff --git a/tr/ids/webcodecs-aac-codec-registration.json b/tr/ids/webcodecs-aac-codec-registration.json index 79ccb7b92f42..92c4c77d4126 100644 --- a/tr/ids/webcodecs-aac-codec-registration.json +++ b/tr/ids/webcodecs-aac-codec-registration.json @@ -7,6 +7,7 @@ "https://www.w3.org/TR/webcodecs-aac-codec-registration/#toc-nav", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#toc-jump", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#toc-toggle", + "https://www.w3.org/TR/webcodecs-aac-codec-registration/#toc-theme-toggle", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#title", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#w3c-state", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#abstract", @@ -44,47 +45,23 @@ "https://www.w3.org/TR/webcodecs-aac-codec-registration/#ref-for-dictdef-aacencoderconfig", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#ref-for-dom-audioencoderconfig-aac", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#dom-audioencoderconfig-aac", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-dom-audioencoderconfig-aac", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-dom-audioencoderconfig-aac", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-dom-audioencoderconfig-aac", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-dom-audioencoderconfig-aac", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#ref-for-dictdef-aacencoderconfig%E2%91%A0", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#aac-encoder-config", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#dictdef-aacencoderconfig", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-dictdef-aacencoderconfig", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-dictdef-aacencoderconfig", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-dictdef-aacencoderconfig", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-dictdef-aacencoderconfig", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#ref-for-enumdef-aacbitstreamformat", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#ref-for-dom-aacencoderconfig-format", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#dom-aacencoderconfig-format", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-dom-aacencoderconfig-format", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-dom-aacencoderconfig-format", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-dom-aacencoderconfig-format", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-dom-aacencoderconfig-format", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#ref-for-enumdef-aacbitstreamformat%E2%91%A0", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#ref-for-encodedaudiochunk%E2%91%A4", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#ref-for-enumdef-aacbitstreamformat%E2%91%A1", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#aac-bitstream-format", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#enumdef-aacbitstreamformat", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-enumdef-aacbitstreamformat", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-enumdef-aacbitstreamformat", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-enumdef-aacbitstreamformat", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-enumdef-aacbitstreamformat", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#ref-for-dom-aacbitstreamformat-aac%E2%91%A1", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#ref-for-dom-aacbitstreamformat-adts%E2%91%A1", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#ref-for-enumdef-aacbitstreamformat%E2%91%A2", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#dom-aacbitstreamformat-aac", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-dom-aacbitstreamformat-aac", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-dom-aacbitstreamformat-aac", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-dom-aacbitstreamformat-aac", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-dom-aacbitstreamformat-aac", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#ref-for-dom-audiodecoderconfig-description%E2%91%A2", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#dom-aacbitstreamformat-adts", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-dom-aacbitstreamformat-adts", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-dom-aacbitstreamformat-adts", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-dom-aacbitstreamformat-adts", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-dom-aacbitstreamformat-adts", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#ref-for-dom-audiodecoderconfig-description%E2%91%A3", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#privacy-considerations", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#security-considerations", @@ -95,45 +72,13 @@ "https://www.w3.org/TR/webcodecs-aac-codec-registration/#index-defined-here", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#index-defined-elsewhere", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#c30731e3", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-c30731e3", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-c30731e3", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-c30731e3", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-c30731e3", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#94a945f4", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-94a945f4", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-94a945f4", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-94a945f4", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-94a945f4", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#3e400611", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-3e400611", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-3e400611", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-3e400611", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-3e400611", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#7405dd40", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-7405dd40", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-7405dd40", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-7405dd40", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-7405dd40", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#65dc4f12", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-65dc4f12", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-65dc4f12", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-65dc4f12", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-65dc4f12", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#73685fdd", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-73685fdd", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-73685fdd", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-73685fdd", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-73685fdd", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#56f923d0", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-56f923d0", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-56f923d0", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-56f923d0", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-56f923d0", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#656e3c61", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-656e3c61", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-656e3c61", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopanel-for-656e3c61", - "https://www.w3.org/TR/webcodecs-aac-codec-registration/#infopaneltitle-for-656e3c61", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#references", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#normative", "https://www.w3.org/TR/webcodecs-aac-codec-registration/#biblio-rfc2119", diff --git a/tr/ids/webcodecs-av1-codec-registration.json b/tr/ids/webcodecs-av1-codec-registration.json index 3619201e949c..2e17c74ed454 100644 --- a/tr/ids/webcodecs-av1-codec-registration.json +++ b/tr/ids/webcodecs-av1-codec-registration.json @@ -7,6 +7,7 @@ "https://www.w3.org/TR/webcodecs-av1-codec-registration/#toc-nav", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#toc-jump", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#toc-toggle", + "https://www.w3.org/TR/webcodecs-av1-codec-registration/#toc-theme-toggle", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#title", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#w3c-state", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#abstract", @@ -37,24 +38,12 @@ "https://www.w3.org/TR/webcodecs-av1-codec-registration/#ref-for-dictdef-videoencoderencodeoptionsforav1", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#ref-for-dom-videoencoderencodeoptions-av1", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#dom-videoencoderencodeoptions-av1", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopanel-for-dom-videoencoderencodeoptions-av1", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopaneltitle-for-dom-videoencoderencodeoptions-av1", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopanel-for-dom-videoencoderencodeoptions-av1", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopaneltitle-for-dom-videoencoderencodeoptions-av1", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#ref-for-dictdef-videoencoderencodeoptionsforav1%E2%91%A0", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#av1-encode-options", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#dictdef-videoencoderencodeoptionsforav1", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopanel-for-dictdef-videoencoderencodeoptionsforav1", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopaneltitle-for-dictdef-videoencoderencodeoptionsforav1", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopanel-for-dictdef-videoencoderencodeoptionsforav1", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopaneltitle-for-dictdef-videoencoderencodeoptionsforav1", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#ref-for-idl-unsigned-short", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#ref-for-dom-videoencoderencodeoptionsforav1-quantizer", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#dom-videoencoderencodeoptionsforav1-quantizer", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopanel-for-dom-videoencoderencodeoptionsforav1-quantizer", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopaneltitle-for-dom-videoencoderencodeoptionsforav1-quantizer", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopanel-for-dom-videoencoderencodeoptionsforav1-quantizer", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopaneltitle-for-dom-videoencoderencodeoptionsforav1-quantizer", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#ref-for-idl-unsigned-short%E2%91%A0", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#privacy-considerations", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#security-considerations", @@ -65,45 +54,13 @@ "https://www.w3.org/TR/webcodecs-av1-codec-registration/#index-defined-here", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#index-defined-elsewhere", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#d239a8c2", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopanel-for-d239a8c2", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopaneltitle-for-d239a8c2", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopanel-for-d239a8c2", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopaneltitle-for-d239a8c2", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#22466159", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopanel-for-22466159", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopaneltitle-for-22466159", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopanel-for-22466159", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopaneltitle-for-22466159", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#3aa8626d", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopanel-for-3aa8626d", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopaneltitle-for-3aa8626d", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopanel-for-3aa8626d", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopaneltitle-for-3aa8626d", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#2720ddb0", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopanel-for-2720ddb0", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopaneltitle-for-2720ddb0", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopanel-for-2720ddb0", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopaneltitle-for-2720ddb0", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#9cb4afd6", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopanel-for-9cb4afd6", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopaneltitle-for-9cb4afd6", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopanel-for-9cb4afd6", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopaneltitle-for-9cb4afd6", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#54f0e453", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopanel-for-54f0e453", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopaneltitle-for-54f0e453", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopanel-for-54f0e453", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopaneltitle-for-54f0e453", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#6dae30ed", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopanel-for-6dae30ed", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopaneltitle-for-6dae30ed", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopanel-for-6dae30ed", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopaneltitle-for-6dae30ed", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#450958f7", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopanel-for-450958f7", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopaneltitle-for-450958f7", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopanel-for-450958f7", - "https://www.w3.org/TR/webcodecs-av1-codec-registration/#infopaneltitle-for-450958f7", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#references", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#normative", "https://www.w3.org/TR/webcodecs-av1-codec-registration/#biblio-rfc2119", diff --git a/tr/ids/webcodecs-avc-codec-registration.json b/tr/ids/webcodecs-avc-codec-registration.json index a4aa24778ddc..14c46065c03e 100644 --- a/tr/ids/webcodecs-avc-codec-registration.json +++ b/tr/ids/webcodecs-avc-codec-registration.json @@ -7,6 +7,7 @@ "https://www.w3.org/TR/webcodecs-avc-codec-registration/#toc-nav", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#toc-jump", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#toc-toggle", + "https://www.w3.org/TR/webcodecs-avc-codec-registration/#toc-theme-toggle", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#title", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#w3c-state", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#abstract", @@ -54,46 +55,22 @@ "https://www.w3.org/TR/webcodecs-avc-codec-registration/#ref-for-dictdef-avcencoderconfig", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#ref-for-dom-videoencoderconfig-avc", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#dom-videoencoderconfig-avc", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-dom-videoencoderconfig-avc", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-dom-videoencoderconfig-avc", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-dom-videoencoderconfig-avc", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-dom-videoencoderconfig-avc", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#ref-for-dictdef-avcencoderconfig%E2%91%A0", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#avc-encoder-config", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#dictdef-avcencoderconfig", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-dictdef-avcencoderconfig", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-dictdef-avcencoderconfig", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-dictdef-avcencoderconfig", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-dictdef-avcencoderconfig", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#ref-for-enumdef-avcbitstreamformat", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#ref-for-dom-avcencoderconfig-format", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#dom-avcencoderconfig-format", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-dom-avcencoderconfig-format", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-dom-avcencoderconfig-format", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-dom-avcencoderconfig-format", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-dom-avcencoderconfig-format", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#ref-for-enumdef-avcbitstreamformat%E2%91%A0", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#ref-for-encodedvideochunk%E2%91%A7", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#ref-for-enumdef-avcbitstreamformat%E2%91%A1", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#avc-bitstream-format", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#enumdef-avcbitstreamformat", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-enumdef-avcbitstreamformat", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-enumdef-avcbitstreamformat", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-enumdef-avcbitstreamformat", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-enumdef-avcbitstreamformat", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#ref-for-dom-avcbitstreamformat-annexb%E2%91%A2", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#ref-for-dom-avcbitstreamformat-avc%E2%91%A3", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#ref-for-enumdef-avcbitstreamformat%E2%91%A2", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#dom-avcbitstreamformat-annexb", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-dom-avcbitstreamformat-annexb", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-dom-avcbitstreamformat-annexb", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-dom-avcbitstreamformat-annexb", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-dom-avcbitstreamformat-annexb", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#dom-avcbitstreamformat-avc", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-dom-avcbitstreamformat-avc", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-dom-avcbitstreamformat-avc", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-dom-avcbitstreamformat-avc", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-dom-avcbitstreamformat-avc", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#ref-for-dom-videoencoder-output-callback-slot", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#ref-for-dom-videodecoderconfig-description%E2%91%A3", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#ref-for-dom-encodedvideochunkmetadata-decoderconfig", @@ -102,24 +79,12 @@ "https://www.w3.org/TR/webcodecs-avc-codec-registration/#ref-for-dictdef-videoencoderencodeoptionsforavc", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#ref-for-dom-videoencoderencodeoptions-avc", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#dom-videoencoderencodeoptions-avc", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-dom-videoencoderencodeoptions-avc", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-dom-videoencoderencodeoptions-avc", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-dom-videoencoderencodeoptions-avc", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-dom-videoencoderencodeoptions-avc", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#ref-for-dictdef-videoencoderencodeoptionsforavc%E2%91%A0", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#avc-encode-options", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#dictdef-videoencoderencodeoptionsforavc", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-dictdef-videoencoderencodeoptionsforavc", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-dictdef-videoencoderencodeoptionsforavc", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-dictdef-videoencoderencodeoptionsforavc", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-dictdef-videoencoderencodeoptionsforavc", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#ref-for-idl-unsigned-short", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#ref-for-dom-videoencoderencodeoptionsforavc-quantizer", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#dom-videoencoderencodeoptionsforavc-quantizer", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-dom-videoencoderencodeoptionsforavc-quantizer", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-dom-videoencoderencodeoptionsforavc-quantizer", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-dom-videoencoderencodeoptionsforavc-quantizer", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-dom-videoencoderencodeoptionsforavc-quantizer", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#ref-for-idl-unsigned-short%E2%91%A0", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#privacy-considerations", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#security-considerations", @@ -130,55 +95,15 @@ "https://www.w3.org/TR/webcodecs-avc-codec-registration/#index-defined-here", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#index-defined-elsewhere", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#d239a8c2", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-d239a8c2", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-d239a8c2", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-d239a8c2", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-d239a8c2", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#22466159", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-22466159", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-22466159", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-22466159", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-22466159", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#3aa8626d", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-3aa8626d", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-3aa8626d", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-3aa8626d", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-3aa8626d", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#2720ddb0", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-2720ddb0", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-2720ddb0", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-2720ddb0", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-2720ddb0", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#9cb4afd6", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-9cb4afd6", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-9cb4afd6", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-9cb4afd6", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-9cb4afd6", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#125a0a40", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-125a0a40", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-125a0a40", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-125a0a40", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-125a0a40", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#54f0e453", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-54f0e453", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-54f0e453", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-54f0e453", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-54f0e453", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#18866b6c", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-18866b6c", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-18866b6c", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-18866b6c", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-18866b6c", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#6dae30ed", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-6dae30ed", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-6dae30ed", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-6dae30ed", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-6dae30ed", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#450958f7", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-450958f7", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-450958f7", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopanel-for-450958f7", - "https://www.w3.org/TR/webcodecs-avc-codec-registration/#infopaneltitle-for-450958f7", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#references", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#normative", "https://www.w3.org/TR/webcodecs-avc-codec-registration/#biblio-rfc2119", diff --git a/tr/ids/webcodecs-flac-codec-registration.json b/tr/ids/webcodecs-flac-codec-registration.json index b981767b435c..d46790b320dc 100644 --- a/tr/ids/webcodecs-flac-codec-registration.json +++ b/tr/ids/webcodecs-flac-codec-registration.json @@ -7,6 +7,7 @@ "https://www.w3.org/TR/webcodecs-flac-codec-registration/#toc-nav", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#toc-jump", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#toc-toggle", + "https://www.w3.org/TR/webcodecs-flac-codec-registration/#toc-theme-toggle", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#title", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#w3c-state", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#abstract", @@ -38,17 +39,9 @@ "https://www.w3.org/TR/webcodecs-flac-codec-registration/#ref-for-dictdef-flacencoderconfig", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#ref-for-dom-audioencoderconfig-flac", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#dom-audioencoderconfig-flac", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-dom-audioencoderconfig-flac", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-dom-audioencoderconfig-flac", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-dom-audioencoderconfig-flac", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-dom-audioencoderconfig-flac", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#ref-for-dictdef-flacencoderconfig%E2%91%A0", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#flac-encoder-config", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#dictdef-flacencoderconfig", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-dictdef-flacencoderconfig", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-dictdef-flacencoderconfig", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-dictdef-flacencoderconfig", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-dictdef-flacencoderconfig", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#ref-for-EnforceRange", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#ref-for-idl-unsigned-long", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#ref-for-dom-flacencoderconfig-blocksize", @@ -59,17 +52,9 @@ "https://www.w3.org/TR/webcodecs-flac-codec-registration/#ref-for-dom-flacencoderconfig-blocksize%E2%91%A0", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#ref-for-dom-flacencoderconfig-compresslevel%E2%91%A0", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#dom-flacencoderconfig-blocksize", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-dom-flacencoderconfig-blocksize", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-dom-flacencoderconfig-blocksize", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-dom-flacencoderconfig-blocksize", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-dom-flacencoderconfig-blocksize", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#ref-for-idl-unsigned-long%E2%91%A1", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#ref-for-encodedaudiochunk%E2%91%A3", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#dom-flacencoderconfig-compresslevel", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-dom-flacencoderconfig-compresslevel", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-dom-flacencoderconfig-compresslevel", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-dom-flacencoderconfig-compresslevel", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-dom-flacencoderconfig-compresslevel", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#ref-for-idl-unsigned-long%E2%91%A2", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#privacy-considerations", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#security-considerations", @@ -80,55 +65,15 @@ "https://www.w3.org/TR/webcodecs-flac-codec-registration/#index-defined-here", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#index-defined-elsewhere", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#c30731e3", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-c30731e3", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-c30731e3", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-c30731e3", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-c30731e3", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#94a945f4", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-94a945f4", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-94a945f4", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-94a945f4", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-94a945f4", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#3e400611", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-3e400611", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-3e400611", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-3e400611", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-3e400611", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#7405dd40", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-7405dd40", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-7405dd40", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-7405dd40", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-7405dd40", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#65dc4f12", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-65dc4f12", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-65dc4f12", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-65dc4f12", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-65dc4f12", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#73685fdd", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-73685fdd", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-73685fdd", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-73685fdd", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-73685fdd", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#56f923d0", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-56f923d0", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-56f923d0", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-56f923d0", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-56f923d0", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#656e3c61", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-656e3c61", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-656e3c61", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-656e3c61", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-656e3c61", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#c01cbda0", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-c01cbda0", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-c01cbda0", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-c01cbda0", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-c01cbda0", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#e97a9688", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-e97a9688", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-e97a9688", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopanel-for-e97a9688", - "https://www.w3.org/TR/webcodecs-flac-codec-registration/#infopaneltitle-for-e97a9688", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#references", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#normative", "https://www.w3.org/TR/webcodecs-flac-codec-registration/#biblio-rfc2119", diff --git a/tr/ids/webcodecs-hevc-codec-registration.json b/tr/ids/webcodecs-hevc-codec-registration.json index ccef82259024..32298a0dd17b 100644 --- a/tr/ids/webcodecs-hevc-codec-registration.json +++ b/tr/ids/webcodecs-hevc-codec-registration.json @@ -7,6 +7,7 @@ "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#toc-nav", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#toc-jump", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#toc-toggle", + "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#toc-theme-toggle", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#title", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#w3c-state", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#abstract", @@ -53,46 +54,22 @@ "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#ref-for-dictdef-hevcencoderconfig", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#ref-for-dom-videoencoderconfig-hevc", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#dom-videoencoderconfig-hevc", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-dom-videoencoderconfig-hevc", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-dom-videoencoderconfig-hevc", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-dom-videoencoderconfig-hevc", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-dom-videoencoderconfig-hevc", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#ref-for-dictdef-hevcencoderconfig%E2%91%A0", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#hevc-encoder-config", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#dictdef-hevcencoderconfig", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-dictdef-hevcencoderconfig", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-dictdef-hevcencoderconfig", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-dictdef-hevcencoderconfig", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-dictdef-hevcencoderconfig", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#ref-for-enumdef-hevcbitstreamformat", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#ref-for-dom-hevcencoderconfig-format", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#dom-hevcencoderconfig-format", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-dom-hevcencoderconfig-format", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-dom-hevcencoderconfig-format", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-dom-hevcencoderconfig-format", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-dom-hevcencoderconfig-format", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#ref-for-enumdef-hevcbitstreamformat%E2%91%A0", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#ref-for-encodedvideochunk%E2%91%A7", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#ref-for-enumdef-hevcbitstreamformat%E2%91%A1", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#hevc-bitstream-format", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#enumdef-hevcbitstreamformat", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-enumdef-hevcbitstreamformat", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-enumdef-hevcbitstreamformat", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-enumdef-hevcbitstreamformat", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-enumdef-hevcbitstreamformat", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#ref-for-dom-hevcbitstreamformat-annexb%E2%91%A2", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#ref-for-dom-hevcbitstreamformat-hevc%E2%91%A3", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#ref-for-enumdef-hevcbitstreamformat%E2%91%A2", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#dom-hevcbitstreamformat-annexb", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-dom-hevcbitstreamformat-annexb", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-dom-hevcbitstreamformat-annexb", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-dom-hevcbitstreamformat-annexb", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-dom-hevcbitstreamformat-annexb", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#dom-hevcbitstreamformat-hevc", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-dom-hevcbitstreamformat-hevc", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-dom-hevcbitstreamformat-hevc", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-dom-hevcbitstreamformat-hevc", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-dom-hevcbitstreamformat-hevc", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#ref-for-dom-videoencoder-output-callback-slot", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#ref-for-dom-videodecoderconfig-description%E2%91%A3", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#ref-for-dom-encodedvideochunkmetadata-decoderconfig", @@ -101,24 +78,12 @@ "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#ref-for-dictdef-videoencoderencodeoptionsforhevc", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#ref-for-dom-videoencoderencodeoptions-hevc", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#dom-videoencoderencodeoptions-hevc", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-dom-videoencoderencodeoptions-hevc", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-dom-videoencoderencodeoptions-hevc", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-dom-videoencoderencodeoptions-hevc", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-dom-videoencoderencodeoptions-hevc", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#ref-for-dictdef-videoencoderencodeoptionsforhevc%E2%91%A0", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#hevc-encode-options", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#dictdef-videoencoderencodeoptionsforhevc", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-dictdef-videoencoderencodeoptionsforhevc", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-dictdef-videoencoderencodeoptionsforhevc", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-dictdef-videoencoderencodeoptionsforhevc", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-dictdef-videoencoderencodeoptionsforhevc", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#ref-for-idl-unsigned-short", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#ref-for-dom-videoencoderencodeoptionsforhevc-quantizer", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#dom-videoencoderencodeoptionsforhevc-quantizer", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-dom-videoencoderencodeoptionsforhevc-quantizer", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-dom-videoencoderencodeoptionsforhevc-quantizer", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-dom-videoencoderencodeoptionsforhevc-quantizer", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-dom-videoencoderencodeoptionsforhevc-quantizer", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#ref-for-idl-unsigned-short%E2%91%A0", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#privacy-considerations", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#security-considerations", @@ -129,55 +94,15 @@ "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#index-defined-here", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#index-defined-elsewhere", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#d239a8c2", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-d239a8c2", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-d239a8c2", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-d239a8c2", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-d239a8c2", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#22466159", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-22466159", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-22466159", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-22466159", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-22466159", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#3aa8626d", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-3aa8626d", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-3aa8626d", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-3aa8626d", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-3aa8626d", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#2720ddb0", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-2720ddb0", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-2720ddb0", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-2720ddb0", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-2720ddb0", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#9cb4afd6", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-9cb4afd6", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-9cb4afd6", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-9cb4afd6", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-9cb4afd6", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#125a0a40", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-125a0a40", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-125a0a40", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-125a0a40", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-125a0a40", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#54f0e453", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-54f0e453", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-54f0e453", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-54f0e453", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-54f0e453", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#18866b6c", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-18866b6c", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-18866b6c", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-18866b6c", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-18866b6c", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#6dae30ed", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-6dae30ed", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-6dae30ed", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-6dae30ed", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-6dae30ed", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#450958f7", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-450958f7", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-450958f7", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopanel-for-450958f7", - "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#infopaneltitle-for-450958f7", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#references", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#normative", "https://www.w3.org/TR/webcodecs-hevc-codec-registration/#biblio-rfc2119", diff --git a/tr/ids/webcodecs-opus-codec-registration.json b/tr/ids/webcodecs-opus-codec-registration.json index eeea6fc090fd..0060926b727e 100644 --- a/tr/ids/webcodecs-opus-codec-registration.json +++ b/tr/ids/webcodecs-opus-codec-registration.json @@ -7,6 +7,7 @@ "https://www.w3.org/TR/webcodecs-opus-codec-registration/#toc-nav", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#toc-jump", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#toc-toggle", + "https://www.w3.org/TR/webcodecs-opus-codec-registration/#toc-theme-toggle", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#title", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#w3c-state", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#abstract", @@ -42,17 +43,9 @@ "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dictdef-opusencoderconfig", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dom-audioencoderconfig-opus", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-audioencoderconfig-opus", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-audioencoderconfig-opus", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-audioencoderconfig-opus", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-audioencoderconfig-opus", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-audioencoderconfig-opus", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dictdef-opusencoderconfig%E2%91%A0", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-encoder-config", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dictdef-opusencoderconfig", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dictdef-opusencoderconfig", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dictdef-opusencoderconfig", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dictdef-opusencoderconfig", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dictdef-opusencoderconfig", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-enumdef-opusbitstreamformat", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dom-opusencoderconfig-format", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-enumdef-opussignal", @@ -77,128 +70,52 @@ "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dom-opusencoderconfig-complexity%E2%91%A0", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dom-opusencoderconfig-packetlossperc%E2%91%A0", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-format", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusencoderconfig-format", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusencoderconfig-format", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusencoderconfig-format", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusencoderconfig-format", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-enumdef-opusbitstreamformat%E2%91%A0", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-encodedaudiochunk%E2%91%A5", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-enumdef-opusbitstreamformat%E2%91%A1", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-signal", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusencoderconfig-signal", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusencoderconfig-signal", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusencoderconfig-signal", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusencoderconfig-signal", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-enumdef-opussignal%E2%91%A0", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-enumdef-opussignal%E2%91%A1", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-application", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusencoderconfig-application", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusencoderconfig-application", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusencoderconfig-application", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusencoderconfig-application", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-enumdef-opusapplication%E2%91%A0", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-enumdef-opusapplication%E2%91%A1", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-frameduration", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusencoderconfig-frameduration", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusencoderconfig-frameduration", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusencoderconfig-frameduration", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusencoderconfig-frameduration", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-idl-unsigned-long-long%E2%91%A0", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-encodedaudiochunk%E2%91%A6", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-complexity", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusencoderconfig-complexity", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusencoderconfig-complexity", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusencoderconfig-complexity", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusencoderconfig-complexity", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-idl-unsigned-long%E2%91%A1", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-packetlossperc", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusencoderconfig-packetlossperc", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusencoderconfig-packetlossperc", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusencoderconfig-packetlossperc", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusencoderconfig-packetlossperc", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-idl-unsigned-long%E2%91%A2", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-useinbandfec", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusencoderconfig-useinbandfec", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusencoderconfig-useinbandfec", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusencoderconfig-useinbandfec", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusencoderconfig-useinbandfec", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-idl-boolean%E2%91%A1", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusencoderconfig-usedtx", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusencoderconfig-usedtx", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusencoderconfig-usedtx", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusencoderconfig-usedtx", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusencoderconfig-usedtx", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-idl-boolean%E2%91%A2", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-bitstream-format", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#enumdef-opusbitstreamformat", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-enumdef-opusbitstreamformat", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-enumdef-opusbitstreamformat", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-enumdef-opusbitstreamformat", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-enumdef-opusbitstreamformat", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dom-opusbitstreamformat-opus%E2%91%A1", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dom-opusbitstreamformat-ogg%E2%91%A1", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-enumdef-opusbitstreamformat%E2%91%A2", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusbitstreamformat-opus", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusbitstreamformat-opus", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusbitstreamformat-opus", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusbitstreamformat-opus", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusbitstreamformat-opus", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusbitstreamformat-ogg", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusbitstreamformat-ogg", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusbitstreamformat-ogg", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusbitstreamformat-ogg", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusbitstreamformat-ogg", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dom-audiodecoderconfig-description%E2%91%A3", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-signal", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#enumdef-opussignal", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-enumdef-opussignal", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-enumdef-opussignal", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-enumdef-opussignal", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-enumdef-opussignal", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dom-opussignal-auto", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dom-opussignal-music", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dom-opussignal-voice", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-enumdef-opussignal%E2%91%A2", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opussignal-auto", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opussignal-auto", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opussignal-auto", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opussignal-auto", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opussignal-auto", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opussignal-music", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opussignal-music", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opussignal-music", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opussignal-music", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opussignal-music", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opussignal-voice", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opussignal-voice", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opussignal-voice", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opussignal-voice", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opussignal-voice", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#opus-application", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#enumdef-opusapplication", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-enumdef-opusapplication", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-enumdef-opusapplication", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-enumdef-opusapplication", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-enumdef-opusapplication", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dom-opusapplication-voip", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dom-opusapplication-audio", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-dom-opusapplication-lowdelay", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#ref-for-enumdef-opusapplication%E2%91%A2", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusapplication-voip", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusapplication-voip", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusapplication-voip", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusapplication-voip", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusapplication-voip", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusapplication-audio", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusapplication-audio", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusapplication-audio", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusapplication-audio", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusapplication-audio", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#dom-opusapplication-lowdelay", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusapplication-lowdelay", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusapplication-lowdelay", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-dom-opusapplication-lowdelay", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-dom-opusapplication-lowdelay", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#privacy-considerations", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#security-considerations", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#w3c-conformance", @@ -208,55 +125,15 @@ "https://www.w3.org/TR/webcodecs-opus-codec-registration/#index-defined-here", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#index-defined-elsewhere", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#c30731e3", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-c30731e3", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-c30731e3", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-c30731e3", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-c30731e3", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#94a945f4", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-94a945f4", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-94a945f4", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-94a945f4", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-94a945f4", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#3e400611", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-3e400611", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-3e400611", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-3e400611", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-3e400611", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#7405dd40", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-7405dd40", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-7405dd40", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-7405dd40", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-7405dd40", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#65dc4f12", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-65dc4f12", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-65dc4f12", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-65dc4f12", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-65dc4f12", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#73685fdd", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-73685fdd", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-73685fdd", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-73685fdd", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-73685fdd", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#c01cbda0", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-c01cbda0", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-c01cbda0", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-c01cbda0", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-c01cbda0", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#5372cca8", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-5372cca8", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-5372cca8", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-5372cca8", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-5372cca8", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#e97a9688", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-e97a9688", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-e97a9688", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-e97a9688", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-e97a9688", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#f14b47b8", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-f14b47b8", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-f14b47b8", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopanel-for-f14b47b8", - "https://www.w3.org/TR/webcodecs-opus-codec-registration/#infopaneltitle-for-f14b47b8", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#references", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#normative", "https://www.w3.org/TR/webcodecs-opus-codec-registration/#biblio-rfc2119", diff --git a/tr/ids/webcodecs-ulaw-codec-registration.json b/tr/ids/webcodecs-ulaw-codec-registration.json index 9a85a4206385..441c5f193ea4 100644 --- a/tr/ids/webcodecs-ulaw-codec-registration.json +++ b/tr/ids/webcodecs-ulaw-codec-registration.json @@ -7,6 +7,7 @@ "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#toc-nav", "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#toc-jump", "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#toc-toggle", + "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#toc-theme-toggle", "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#title", "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#w3c-state", "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#abstract", @@ -38,23 +39,11 @@ "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#index", "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#index-defined-elsewhere", "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#c30731e3", - "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#infopanel-for-c30731e3", - "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#infopaneltitle-for-c30731e3", "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#51c408b9", - "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#infopanel-for-51c408b9", - "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#infopaneltitle-for-51c408b9", "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#3e400611", - "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#infopanel-for-3e400611", - "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#infopaneltitle-for-3e400611", "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#7405dd40", - "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#infopanel-for-7405dd40", - "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#infopaneltitle-for-7405dd40", "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#65dc4f12", - "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#infopanel-for-65dc4f12", - "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#infopaneltitle-for-65dc4f12", "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#73685fdd", - "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#infopanel-for-73685fdd", - "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#infopaneltitle-for-73685fdd", "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#references", "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#normative", "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/#biblio-rfc2119", diff --git a/tr/ids/webcodecs-vp9-codec-registration.json b/tr/ids/webcodecs-vp9-codec-registration.json index 7fb78ced1544..ce8b59f409f5 100644 --- a/tr/ids/webcodecs-vp9-codec-registration.json +++ b/tr/ids/webcodecs-vp9-codec-registration.json @@ -7,6 +7,7 @@ "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#toc-nav", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#toc-jump", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#toc-toggle", + "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#toc-theme-toggle", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#title", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#w3c-state", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#abstract", @@ -36,24 +37,12 @@ "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#ref-for-dictdef-videoencoderencodeoptionsforvp9", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#ref-for-dom-videoencoderencodeoptions-vp9", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#dom-videoencoderencodeoptions-vp9", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopanel-for-dom-videoencoderencodeoptions-vp9", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopaneltitle-for-dom-videoencoderencodeoptions-vp9", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopanel-for-dom-videoencoderencodeoptions-vp9", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopaneltitle-for-dom-videoencoderencodeoptions-vp9", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#ref-for-dictdef-videoencoderencodeoptionsforvp9%E2%91%A0", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#vp9-encode-options", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#dictdef-videoencoderencodeoptionsforvp9", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopanel-for-dictdef-videoencoderencodeoptionsforvp9", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopaneltitle-for-dictdef-videoencoderencodeoptionsforvp9", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopanel-for-dictdef-videoencoderencodeoptionsforvp9", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopaneltitle-for-dictdef-videoencoderencodeoptionsforvp9", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#ref-for-idl-unsigned-short", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#ref-for-dom-videoencoderencodeoptionsforvp9-quantizer", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#dom-videoencoderencodeoptionsforvp9-quantizer", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopanel-for-dom-videoencoderencodeoptionsforvp9-quantizer", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopaneltitle-for-dom-videoencoderencodeoptionsforvp9-quantizer", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopanel-for-dom-videoencoderencodeoptionsforvp9-quantizer", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopaneltitle-for-dom-videoencoderencodeoptionsforvp9-quantizer", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#ref-for-idl-unsigned-short%E2%91%A0", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#privacy-considerations", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#security-considerations", @@ -64,40 +53,12 @@ "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#index-defined-here", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#index-defined-elsewhere", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#d239a8c2", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopanel-for-d239a8c2", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopaneltitle-for-d239a8c2", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopanel-for-d239a8c2", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopaneltitle-for-d239a8c2", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#22466159", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopanel-for-22466159", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopaneltitle-for-22466159", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopanel-for-22466159", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopaneltitle-for-22466159", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#2720ddb0", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopanel-for-2720ddb0", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopaneltitle-for-2720ddb0", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopanel-for-2720ddb0", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopaneltitle-for-2720ddb0", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#9cb4afd6", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopanel-for-9cb4afd6", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopaneltitle-for-9cb4afd6", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopanel-for-9cb4afd6", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopaneltitle-for-9cb4afd6", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#54f0e453", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopanel-for-54f0e453", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopaneltitle-for-54f0e453", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopanel-for-54f0e453", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopaneltitle-for-54f0e453", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#6dae30ed", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopanel-for-6dae30ed", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopaneltitle-for-6dae30ed", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopanel-for-6dae30ed", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopaneltitle-for-6dae30ed", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#450958f7", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopanel-for-450958f7", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopaneltitle-for-450958f7", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopanel-for-450958f7", - "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#infopaneltitle-for-450958f7", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#references", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#normative", "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#biblio-rfc2119", diff --git a/tr/ids/webtransport.json b/tr/ids/webtransport.json index 8bd743c79047..67bad9163ac9 100644 --- a/tr/ids/webtransport.json +++ b/tr/ids/webtransport.json @@ -20,6 +20,7 @@ "https://www.w3.org/TR/webtransport/#protocol-concepts", "https://www.w3.org/TR/webtransport/#ref-for-protocol-webtransport-session", "https://www.w3.org/TR/webtransport/#ref-for-protocol-webtransport-stream", + "https://www.w3.org/TR/webtransport/#ref-for-protocol-names", "https://www.w3.org/TR/webtransport/#webtransport-session", "https://www.w3.org/TR/webtransport/#protocol-webtransport-session", "https://www.w3.org/TR/webtransport/#underlying-connection", @@ -45,6 +46,7 @@ "https://www.w3.org/TR/webtransport/#ref-for-http-origin", "https://www.w3.org/TR/webtransport/#ref-for-credentials", "https://www.w3.org/TR/webtransport/#connect-stream", + "https://www.w3.org/TR/webtransport/#ref-for-isomorphic-encode%E2%91%A0", "https://www.w3.org/TR/webtransport/#ref-for-protocol-webtransport-session%E2%91%A3", "https://www.w3.org/TR/webtransport/#session-draining", "https://www.w3.org/TR/webtransport/#ref-for-connect-stream", @@ -298,6 +300,8 @@ "https://www.w3.org/TR/webtransport/#ref-for-EnforceRange%E2%91%A0", "https://www.w3.org/TR/webtransport/#ref-for-idl-unsigned-short%E2%91%A0", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-anticipatedconcurrentincomingbidirectionalstreams", + "https://www.w3.org/TR/webtransport/#ref-for-idl-DOMString", + "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-protocol", "https://www.w3.org/TR/webtransport/#ref-for-idl-promise%E2%91%A1", "https://www.w3.org/TR/webtransport/#ref-for-dictdef-webtransportcloseinfo", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-closed", @@ -361,6 +365,7 @@ "https://www.w3.org/TR/webtransport/#ref-for-stream-incoming-unidirectional%E2%91%A2", "https://www.w3.org/TR/webtransport/#dom-webtransport-anticipatedconcurrentincomingbidirectionalstreams-slot", "https://www.w3.org/TR/webtransport/#ref-for-stream-bidirectional%E2%91%A3", + "https://www.w3.org/TR/webtransport/#dom-webtransport-protocol-slot", "https://www.w3.org/TR/webtransport/#dom-webtransport-closed-slot", "https://www.w3.org/TR/webtransport/#ref-for-webtransport%E2%91%A8", "https://www.w3.org/TR/webtransport/#dom-webtransport-draining-slot", @@ -399,8 +404,13 @@ "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-webtransport-url-options-options%E2%91%A2", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportoptions-congestioncontrol", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-webtransport-url-options-options%E2%91%A3", - "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportoptions-anticipatedconcurrentincomingunidirectionalstreams", + "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportoptions-protocols", + "https://www.w3.org/TR/webtransport/#ref-for-isomorphic-encode%E2%91%A1", + "https://www.w3.org/TR/webtransport/#ref-for-dfn-throw%E2%91%A7", + "https://www.w3.org/TR/webtransport/#ref-for-syntaxerror%E2%91%A2", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-webtransport-url-options-options%E2%91%A4", + "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportoptions-anticipatedconcurrentincomingunidirectionalstreams", + "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-webtransport-url-options-options%E2%91%A5", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportoptions-anticipatedconcurrentincomingbidirectionalstreams", "https://www.w3.org/TR/webtransport/#ref-for-new%E2%91%A0", "https://www.w3.org/TR/webtransport/#ref-for-readablestream%E2%91%A6", @@ -425,6 +435,7 @@ "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-congestioncontrol-slot", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-anticipatedconcurrentincomingunidirectionalstreams-slot", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-anticipatedconcurrentincomingbidirectionalstreams-slot", + "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-protocol-slot", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-closed-slot", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-draining-slot", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-datagrams-slot%E2%91%A1", @@ -461,6 +472,7 @@ "https://www.w3.org/TR/webtransport/#ref-for-concept-settings-object-policy-container", "https://www.w3.org/TR/webtransport/#ref-for-concept-request-destination", "https://www.w3.org/TR/webtransport/#ref-for-concept-request-origin", + "https://www.w3.org/TR/webtransport/#ref-for-concept-request-redirect-mode", "https://www.w3.org/TR/webtransport/#ref-for-report-for-request", "https://www.w3.org/TR/webtransport/#ref-for-should-block-request", "https://www.w3.org/TR/webtransport/#ref-for-block-bad-port", @@ -505,6 +517,7 @@ "https://www.w3.org/TR/webtransport/#ref-for-session-terminate", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-state-slot%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-session-slot%E2%91%A2", + "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-protocol-slot%E2%91%A0", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-reliability-slot%E2%91%A0", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-reliability-slot%E2%91%A1", "https://www.w3.org/TR/webtransport/#ref-for-sec-promise-objects%E2%91%A3", @@ -606,10 +619,16 @@ "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-anticipatedconcurrentincomingbidirectionalstreams-slot%E2%91%A2", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-anticipatedconcurrentincomingunidirectionalstreams%E2%91%A0", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-anticipatedconcurrentincomingbidirectionalstreams%E2%91%A0", - "https://www.w3.org/TR/webtransport/#webtransport-methods", - "https://www.w3.org/TR/webtransport/#dom-webtransport-close", + "https://www.w3.org/TR/webtransport/#dom-webtransport-protocol", + "https://www.w3.org/TR/webtransport/#ref-for-idl-DOMString%E2%91%A0", "https://www.w3.org/TR/webtransport/#ref-for-protocol-webtransport-session%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportoptions-protocols%E2%91%A0", "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-protocol-slot%E2%91%A1", + "https://www.w3.org/TR/webtransport/#webtransport-methods", + "https://www.w3.org/TR/webtransport/#dom-webtransport-close", + "https://www.w3.org/TR/webtransport/#ref-for-protocol-webtransport-session%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-state-slot%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-state-slot%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webtransport/#ref-for-dfn-create-exception%E2%91%A3", @@ -635,7 +654,7 @@ "https://www.w3.org/TR/webtransport/#dom-webtransport-getstats", "https://www.w3.org/TR/webtransport/#ref-for-webtransport%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webtransport/#ref-for-underlying-connection", - "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-state-slot%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webtransport/#ref-for-sec-promise-objects%E2%91%A8", "https://www.w3.org/TR/webtransport/#ref-for-invalidstateerror%E2%91%A1", @@ -654,7 +673,7 @@ "https://www.w3.org/TR/webtransport/#ref-for-sec-promise-objects%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webtransport/#dom-webtransport-createbidirectionalstream", "https://www.w3.org/TR/webtransport/#ref-for-webtransportbidirectionalstream%E2%91%A3", - "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-state-slot%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webtransport/#ref-for-sec-promise-objects%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webtransport/#ref-for-invalidstateerror%E2%91%A3", @@ -684,7 +703,7 @@ "https://www.w3.org/TR/webtransport/#ref-for-sec-promise-objects%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webtransport/#dom-webtransport-createunidirectionalstream", "https://www.w3.org/TR/webtransport/#ref-for-webtransportsendstream%E2%91%A1", - "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-state-slot%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webtransport/#ref-for-sec-promise-objects%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webtransport/#ref-for-invalidstateerror%E2%91%A6", @@ -714,9 +733,9 @@ "https://www.w3.org/TR/webtransport/#ref-for-sec-promise-objects%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webtransport/#dom-webtransport-createsendgroup", "https://www.w3.org/TR/webtransport/#ref-for-webtransportsendgroup%E2%91%A0", - "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-state-slot%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/webtransport/#ref-for-dfn-throw%E2%91%A7", + "https://www.w3.org/TR/webtransport/#ref-for-dfn-throw%E2%91%A8", "https://www.w3.org/TR/webtransport/#ref-for-invalidstateerror%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webtransport/#ref-for-webtransportsendgroup-create", "https://www.w3.org/TR/webtransport/#ref-for-webtransportsendgroup%E2%91%A1", @@ -769,7 +788,7 @@ "https://www.w3.org/TR/webtransport/#ref-for-networking-task-source", "https://www.w3.org/TR/webtransport/#ref-for-concept-relevant-global", "https://www.w3.org/TR/webtransport/#web-transport-termination", - "https://www.w3.org/TR/webtransport/#ref-for-protocol-webtransport-session%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webtransport/#ref-for-protocol-webtransport-session%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webtransport/#ref-for-webtransport%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webtransport/#ref-for-session-terminated", "https://www.w3.org/TR/webtransport/#ref-for-webtransport-queue-a-network-task%E2%91%A0%E2%91%A4", @@ -840,14 +859,14 @@ "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-closed%E2%91%A2", "https://www.w3.org/TR/webtransport/#ref-for-webtransport%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webtransport/#ref-for-session-establish%E2%91%A2", - "https://www.w3.org/TR/webtransport/#ref-for-protocol-webtransport-session%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webtransport/#ref-for-protocol-webtransport-session%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-datagrams-slot%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportdatagramduplexstream-outgoingdatagramsqueue-slot%E2%91%A5", "https://www.w3.org/TR/webtransport/#ref-for-webtransport%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webtransport/#ref-for-underlying-connection%E2%91%A2", "https://www.w3.org/TR/webtransport/#web-transport-configuration", "https://www.w3.org/TR/webtransport/#dictdef-webtransporthash", - "https://www.w3.org/TR/webtransport/#ref-for-idl-DOMString", + "https://www.w3.org/TR/webtransport/#ref-for-idl-DOMString%E2%91%A1", "https://www.w3.org/TR/webtransport/#dom-webtransporthash-algorithm", "https://www.w3.org/TR/webtransport/#ref-for-BufferSource%E2%91%A0", "https://www.w3.org/TR/webtransport/#dom-webtransporthash-value", @@ -867,19 +886,22 @@ "https://www.w3.org/TR/webtransport/#ref-for-EnforceRange%E2%91%A2", "https://www.w3.org/TR/webtransport/#ref-for-idl-unsigned-short%E2%91%A4", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportoptions-anticipatedconcurrentincomingbidirectionalstreams%E2%91%A0", + "https://www.w3.org/TR/webtransport/#ref-for-idl-sequence%E2%91%A0", + "https://www.w3.org/TR/webtransport/#ref-for-idl-DOMString%E2%91%A2", + "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportoptions-protocols%E2%91%A1", "https://www.w3.org/TR/webtransport/#enumdef-webtransportcongestioncontrol", "https://www.w3.org/TR/webtransport/#dom-webtransportcongestioncontrol-default", "https://www.w3.org/TR/webtransport/#dom-webtransportcongestioncontrol-throughput", "https://www.w3.org/TR/webtransport/#dom-webtransportcongestioncontrol-low-latency", "https://www.w3.org/TR/webtransport/#dictdef-webtransportoptions", - "https://www.w3.org/TR/webtransport/#ref-for-protocol-webtransport-session%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webtransport/#ref-for-protocol-webtransport-session%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webtransport/#dom-webtransportoptions-allowpooling", "https://www.w3.org/TR/webtransport/#ref-for-idl-boolean%E2%91%A3", - "https://www.w3.org/TR/webtransport/#ref-for-protocol-webtransport-session%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webtransport/#ref-for-protocol-webtransport-session%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webtransport/#ref-for-underlying-connection%E2%91%A3", "https://www.w3.org/TR/webtransport/#dom-webtransportoptions-requireunreliable", "https://www.w3.org/TR/webtransport/#ref-for-idl-boolean%E2%91%A4", - "https://www.w3.org/TR/webtransport/#ref-for-protocol-webtransport-session%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webtransport/#ref-for-protocol-webtransport-session%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webtransport/#ref-for-concept-connection%E2%91%A2", "https://www.w3.org/TR/webtransport/#ref-for-concept-connection%E2%91%A3", "https://www.w3.org/TR/webtransport/#dom-webtransportoptions-servercertificatehashes", @@ -904,6 +926,9 @@ "https://www.w3.org/TR/webtransport/#ref-for-stream-bidirectional%E2%91%A5", "https://www.w3.org/TR/webtransport/#ref-for-stream-bidirectional%E2%91%A6", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-anticipatedconcurrentincomingbidirectionalstreams-slot%E2%91%A3", + "https://www.w3.org/TR/webtransport/#dom-webtransportoptions-protocols", + "https://www.w3.org/TR/webtransport/#ref-for-idl-DOMString%E2%91%A3", + "https://www.w3.org/TR/webtransport/#protocol-names", "https://www.w3.org/TR/webtransport/#compute-a-certificate-hash", "https://www.w3.org/TR/webtransport/#verify-a-certificate-hash", "https://www.w3.org/TR/webtransport/#ref-for-compute-a-certificate-hash", @@ -965,11 +990,11 @@ "https://www.w3.org/TR/webtransport/#ref-for-sec-promise-objects%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webtransport/#web-transport-connection-stats", "https://www.w3.org/TR/webtransport/#dictdef-webtransportconnectionstats", - "https://www.w3.org/TR/webtransport/#ref-for-protocol-webtransport-session%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/webtransport/#ref-for-underlying-connection%E2%91%A5", "https://www.w3.org/TR/webtransport/#ref-for-protocol-webtransport-session%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webtransport/#ref-for-concept-connection%E2%91%A4", + "https://www.w3.org/TR/webtransport/#ref-for-underlying-connection%E2%91%A5", "https://www.w3.org/TR/webtransport/#ref-for-protocol-webtransport-session%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webtransport/#ref-for-concept-connection%E2%91%A4", + "https://www.w3.org/TR/webtransport/#ref-for-protocol-webtransport-session%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webtransport/#ref-for-map-exists", "https://www.w3.org/TR/webtransport/#ref-for-dictdef-webtransportconnectionstats%E2%91%A1", "https://www.w3.org/TR/webtransport/#ref-for-dictdef-webtransportconnectionstats%E2%91%A2", @@ -995,6 +1020,8 @@ "https://www.w3.org/TR/webtransport/#dom-webtransportconnectionstats-datagrams", "https://www.w3.org/TR/webtransport/#ref-for-idl-unsigned-long-long%E2%91%A5", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportconnectionstats-estimatedsendrate", + "https://www.w3.org/TR/webtransport/#ref-for-idl-boolean%E2%91%A7", + "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportconnectionstats-atsendcapacity", "https://www.w3.org/TR/webtransport/#dom-webtransportconnectionstats-bytessent", "https://www.w3.org/TR/webtransport/#ref-for-idl-unsigned-long-long%E2%91%A6", "https://www.w3.org/TR/webtransport/#ref-for-underlying-connection%E2%91%A6", @@ -1021,8 +1048,17 @@ "https://www.w3.org/TR/webtransport/#ref-for-dom-domhighrestimestamp%E2%91%A4", "https://www.w3.org/TR/webtransport/#dom-webtransportconnectionstats-estimatedsendrate", "https://www.w3.org/TR/webtransport/#ref-for-idl-unsigned-long-long%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webtransport/#ref-for-protocol-webtransport-session%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webtransport/#ref-for-protocol-webtransport-session%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransport-congestioncontrol%E2%91%A0", + "https://www.w3.org/TR/webtransport/#dom-webtransportconnectionstats-atsendcapacity", + "https://www.w3.org/TR/webtransport/#ref-for-idl-boolean%E2%91%A8", + "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportconnectionstats-estimatedsendrate%E2%91%A0", + "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportconnectionstats-estimatedsendrate%E2%91%A1", + "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportconnectionstats-atsendcapacity%E2%91%A0", + "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportconnectionstats-estimatedsendrate%E2%91%A2", + "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportconnectionstats-estimatedsendrate%E2%91%A3", + "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportconnectionstats-estimatedsendrate%E2%91%A4", + "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportconnectionstats-atsendcapacity%E2%91%A1", "https://www.w3.org/TR/webtransport/#web-transport-datagram-stats", "https://www.w3.org/TR/webtransport/#dictdef-webtransportdatagramstats", "https://www.w3.org/TR/webtransport/#ref-for-underlying-connection%E2%91%A0%E2%91%A2", @@ -1080,20 +1116,20 @@ "https://www.w3.org/TR/webtransport/#send-stream-attributes", "https://www.w3.org/TR/webtransport/#dom-webtransportsendstream-sendgroup", "https://www.w3.org/TR/webtransport/#ref-for-webtransportsendgroup%E2%91%A6", - "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportsendstream-sendgroup-slot", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportsendgroup-transport-slot", - "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportsendstream-transport-slot", - "https://www.w3.org/TR/webtransport/#ref-for-dfn-throw%E2%91%A8", + "https://www.w3.org/TR/webtransport/#ref-for-dfn-throw%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webtransport/#ref-for-invalidstateerror%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportsendstream-sendgroup-slot%E2%91%A0", "https://www.w3.org/TR/webtransport/#dom-webtransportsendstream-sendorder", "https://www.w3.org/TR/webtransport/#ref-for-idl-long-long%E2%91%A2", - "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportsendstream-sendorder-slot", "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportsendstream-sendorder-slot", + "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportsendstream-sendorder-slot%E2%91%A0", "https://www.w3.org/TR/webtransport/#send-stream-methods", "https://www.w3.org/TR/webtransport/#dom-webtransportsendstream-getstats", @@ -1110,7 +1146,7 @@ "https://www.w3.org/TR/webtransport/#ref-for-writablestreamdefaultwriter", "https://www.w3.org/TR/webtransport/#ref-for-webtransportwriter-create", "https://www.w3.org/TR/webtransport/#ref-for-webtransportwriter%E2%91%A0", - "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webtransport/#send-stream-internal-slots", "https://www.w3.org/TR/webtransport/#ref-for-webtransportsendstream%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webtransport/#dom-webtransportsendstream-internalstream-slot", @@ -1305,10 +1341,10 @@ "https://www.w3.org/TR/webtransport/#dom-webtransportsendgroup-getstats", "https://www.w3.org/TR/webtransport/#ref-for-webtransportsendstream%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webtransport/#ref-for-grouped%E2%91%A0", - "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webtransport/#ref-for-webtransportsendstream%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportsendstream-sendgroup-slot%E2%91%A3", - "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webtransport/#ref-for-in-parallel%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webtransport/#ref-for-webtransport-queue-a-network-task%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webtransport/#ref-for-new%E2%91%A6", @@ -1483,11 +1519,11 @@ "https://www.w3.org/TR/webtransport/#bidirectional-stream-attributes", "https://www.w3.org/TR/webtransport/#dom-webtransportbidirectionalstream-readable", "https://www.w3.org/TR/webtransport/#ref-for-webtransportreceivestream%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportbidirectionalstream-readable-slot", "https://www.w3.org/TR/webtransport/#dom-webtransportbidirectionalstream-writable", "https://www.w3.org/TR/webtransport/#ref-for-webtransportsendstream%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransportbidirectionalstream-writable-slot", "https://www.w3.org/TR/webtransport/#bidirectional-stream-procedures", "https://www.w3.org/TR/webtransport/#bidirectionalstream-create", @@ -1551,7 +1587,7 @@ "https://www.w3.org/TR/webtransport/#ref-for-webtransporterror%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webtransport/#ref-for-idl-DOMException%E2%91%A0", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransporterror-webtransporterror", - "https://www.w3.org/TR/webtransport/#ref-for-idl-DOMString%E2%91%A0", + "https://www.w3.org/TR/webtransport/#ref-for-idl-DOMString%E2%91%A4", "https://www.w3.org/TR/webtransport/#dom-webtransporterror-webtransporterror-message-options-message", "https://www.w3.org/TR/webtransport/#ref-for-dictdef-webtransporterroroptions", "https://www.w3.org/TR/webtransport/#dom-webtransporterror-webtransporterror-message-options-options", @@ -1581,16 +1617,16 @@ "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransporterroroptions-source%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransporterror-streamerrorcode-slot%E2%91%A3", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransporterroroptions-streamerrorcode%E2%91%A1", - "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webtransport/#ref-for-dom-domexception-code", "https://www.w3.org/TR/webtransport/#web-transport-error-attributes", "https://www.w3.org/TR/webtransport/#dom-webtransporterror-source", "https://www.w3.org/TR/webtransport/#ref-for-enumdef-webtransporterrorsource%E2%91%A2", - "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransporterror-source-slot%E2%91%A0", "https://www.w3.org/TR/webtransport/#dom-webtransporterror-streamerrorcode", "https://www.w3.org/TR/webtransport/#ref-for-idl-unsigned-long%E2%91%A5", - "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webtransport/#ref-for-this%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webtransport/#ref-for-dom-webtransporterror-streamerrorcode-slot%E2%91%A4", "https://www.w3.org/TR/webtransport/#web-transport-error-serialization", "https://www.w3.org/TR/webtransport/#ref-for-webtransporterror%E2%91%A0%E2%91%A3", @@ -1788,6 +1824,7 @@ "https://www.w3.org/TR/webtransport/#ddf444bb", "https://www.w3.org/TR/webtransport/#f78d5b5c", "https://www.w3.org/TR/webtransport/#86efadaf", + "https://www.w3.org/TR/webtransport/#64b62ea0", "https://www.w3.org/TR/webtransport/#55213b5b", "https://www.w3.org/TR/webtransport/#db8aa4d8", "https://www.w3.org/TR/webtransport/#dc1cd39b", diff --git a/tr/index.json b/tr/index.json index 2b5cfaa8887a..cd73bf7bc30c 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2025-02-12T01:35:08.591Z", + "date": "2025-02-13T01:35:15.995Z", "options": { "fallback": "tr/index.json", "output": "report", @@ -726,7 +726,7 @@ "https://aomediacodec.github.io/av1-spec/" ], "crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf", - "date": "12 February 2025", + "date": "13 February 2025", "links": "links/av1-spec.json", "cddl": [] }, @@ -781,11 +781,11 @@ ], "crawled": "https://www.w3.org/TR/accelerometer/", "crawlCacheInfo": { - "lastModified": "Wed, 09 Oct 2024 17:22:15 GMT" + "lastModified": "Wed, 12 Feb 2025 19:25:45 GMT" }, "generator": "bikeshed", - "date": "9 October 2024", - "revision": "00ba9713d947b750da18aec619065f2c3bea2eeb", + "date": "12 February 2025", + "revision": "8f50f9342be062dca5e36b8d6c90c8561e85dd21", "algorithms": "algorithms/accelerometer.json", "links": "links/accelerometer.json", "refs": "refs/accelerometer.json", @@ -911,11 +911,11 @@ ], "crawled": "https://www.w3.org/TR/ambient-light/", "crawlCacheInfo": { - "lastModified": "Wed, 24 Jan 2024 08:17:46 GMT" + "lastModified": "Wed, 12 Feb 2025 18:44:04 GMT" }, "generator": "bikeshed", - "date": "24 January 2024", - "revision": "96e67a1f5977f0056f4a48ef240c0314cc2bf8b8", + "date": "12 February 2025", + "revision": "bcd9e1695b5f0365641d328314058384103594c1", "algorithms": "algorithms/ambient-light.json", "links": "links/ambient-light.json", "refs": "refs/ambient-light.json", @@ -1909,11 +1909,11 @@ ], "crawled": "https://www.w3.org/TR/core-aam-1.2/", "crawlCacheInfo": { - "lastModified": "Thu, 19 Dec 2024 18:22:31 GMT" + "lastModified": "Wed, 12 Feb 2025 16:59:14 GMT" }, "generator": "respec", - "date": "19 December 2024", - "revision": "7b1a1b4e2eca0dc7b3b2cf335ee34d7654357944", + "date": "12 February 2025", + "revision": "5593255505aa4c29d22744a81513e24f8f3a06f9", "links": "links/core-aam-1.2.json", "refs": "refs/core-aam-1.2.json", "dfns": "dfns/core-aam-1.2.json", @@ -9851,11 +9851,11 @@ ], "crawled": "https://www.w3.org/TR/dpub-aria-1.1/", "crawlCacheInfo": { - "lastModified": "Wed, 18 Dec 2024 17:08:08 GMT" + "lastModified": "Wed, 12 Feb 2025 16:59:04 GMT" }, "generator": "respec", - "date": "18 December 2024", - "revision": "801bdb84aa45df641d379213e3773a474ffab28e", + "date": "12 February 2025", + "revision": "5593255505aa4c29d22744a81513e24f8f3a06f9", "links": "links/dpub-aria-1.1.json", "refs": "refs/dpub-aria-1.1.json", "headings": "headings/dpub-aria-1.1.json", @@ -11692,11 +11692,11 @@ ], "crawled": "https://www.w3.org/TR/html-aam-1.0/", "crawlCacheInfo": { - "lastModified": "Fri, 07 Feb 2025 20:01:22 GMT" + "lastModified": "Wed, 12 Feb 2025 16:58:55 GMT" }, "generator": "respec", - "date": "07 February 2025", - "revision": "077621f4676b386a1a1fba804e8f20b964f67cbc", + "date": "12 February 2025", + "revision": "5593255505aa4c29d22744a81513e24f8f3a06f9", "algorithms": "algorithms/html-aam-1.0.json", "links": "links/html-aam-1.0.json", "refs": "refs/html-aam-1.0.json", @@ -12668,11 +12668,11 @@ ], "crawled": "https://www.w3.org/TR/magnetometer/", "crawlCacheInfo": { - "lastModified": "Tue, 08 Oct 2024 18:29:59 GMT" + "lastModified": "Wed, 12 Feb 2025 18:41:34 GMT" }, "generator": "bikeshed", - "date": "8 October 2024", - "revision": "6993f28d125a78a958deac3593c6f10b1300dd75", + "date": "12 February 2025", + "revision": "32fd8cba7155d829727f1af0c07d7833fa98b9b9", "algorithms": "algorithms/magnetometer.json", "links": "links/magnetometer.json", "refs": "refs/magnetometer.json", @@ -12912,11 +12912,11 @@ ], "crawled": "https://www.w3.org/TR/media-capabilities/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:53:24 GMT" + "lastModified": "Wed, 12 Feb 2025 23:29:49 GMT" }, "generator": "bikeshed", - "date": "7 October 2024", - "revision": "e2c7d31f7da32c9f31452fbc4e40b683b1864210", + "date": "12 February 2025", + "revision": "00b3da2a72b7233d20546984b20abf166d067c1c", "algorithms": "algorithms/media-capabilities.json", "links": "links/media-capabilities.json", "refs": "refs/media-capabilities.json", @@ -13044,11 +13044,11 @@ ], "crawled": "https://www.w3.org/TR/mediacapture-fromelement/", "crawlCacheInfo": { - "lastModified": "Tue, 12 Dec 2023 13:55:22 GMT" + "lastModified": "Wed, 12 Feb 2025 09:51:52 GMT" }, "generator": "respec", - "date": "12 December 2023", - "revision": "081f0054684b3053c3e811e2dccad4855187bfc3", + "date": "12 February 2025", + "revision": "c69833453fa3acb26020b9285f8a7de9f6f7c3b7", "algorithms": "algorithms/mediacapture-fromelement.json", "links": "links/mediacapture-fromelement.json", "refs": "refs/mediacapture-fromelement.json", @@ -14458,11 +14458,11 @@ ], "crawled": "https://www.w3.org/TR/network-error-logging/", "crawlCacheInfo": { - "lastModified": "Fri, 07 Feb 2025 14:29:47 GMT" + "lastModified": "Wed, 12 Feb 2025 21:01:08 GMT" }, "generator": "respec", - "date": "07 February 2025", - "revision": "dd401797cbb92c6261c1d940b8ec710748890b5f", + "date": "12 February 2025", + "revision": "d8a99163c8b583d63973eef35f5a611e90379a1a", "algorithms": "algorithms/network-error-logging.json", "links": "links/network-error-logging.json", "refs": "refs/network-error-logging.json", @@ -14642,11 +14642,11 @@ ], "crawled": "https://www.w3.org/TR/orientation-event/", "crawlCacheInfo": { - "lastModified": "Wed, 12 Feb 2025 01:19:38 GMT" + "lastModified": "Wed, 12 Feb 2025 21:30:51 GMT" }, "generator": "bikeshed", "date": "12 February 2025", - "revision": "5adbbea4a21d004927f33e40ff4d5a70cc85de73", + "revision": "70d42d5484db7fd1646e48cc17caa5ff1c9d92cb", "algorithms": "algorithms/orientation-event.json", "links": "links/orientation-event.json", "refs": "refs/orientation-event.json", @@ -15499,11 +15499,11 @@ ], "crawled": "https://www.w3.org/TR/pointerevents4/", "crawlCacheInfo": { - "lastModified": "Wed, 29 Jan 2025 21:09:52 GMT" + "lastModified": "Wed, 12 Feb 2025 16:45:40 GMT" }, "generator": "respec", - "date": "29 January 2025", - "revision": "7a88278b79818b0ac9ab454c8c6ebff511fe7fd6", + "date": "12 February 2025", + "revision": "7f2264f1f6c37776ba5c478843ba924bb3104916", "algorithms": "algorithms/pointerevents4.json", "links": "links/pointerevents4.json", "refs": "refs/pointerevents4.json", @@ -15633,11 +15633,11 @@ ], "crawled": "https://www.w3.org/TR/presentation-api/", "crawlCacheInfo": { - "lastModified": "Tue, 08 Oct 2024 16:51:27 GMT" + "lastModified": "Wed, 12 Feb 2025 18:45:03 GMT" }, "generator": "respec", - "date": "08 October 2024", - "revision": "b9a3e3dc266b9122af1f990e1257d7a3e60f9be3", + "date": "12 February 2025", + "revision": "7c6c9f7cdddd24653d25cfb62ea36f0748884f84", "algorithms": "algorithms/presentation-api.json", "links": "links/presentation-api.json", "refs": "refs/presentation-api.json", @@ -15699,11 +15699,11 @@ ], "crawled": "https://www.w3.org/TR/proximity/", "crawlCacheInfo": { - "lastModified": "Mon, 27 Nov 2023 23:46:13 GMT" + "lastModified": "Wed, 12 Feb 2025 18:46:51 GMT" }, "generator": "bikeshed", - "date": "27 November 2023", - "revision": "d9ead973774d7803a820fbe2ba65e61886d44bf3", + "date": "12 February 2025", + "revision": "453a6b61f7b50d08a556c85d4bf563be1902e7f4", "algorithms": "algorithms/proximity.json", "links": "links/proximity.json", "refs": "refs/proximity.json", @@ -19243,11 +19243,11 @@ ], "crawled": "https://www.w3.org/TR/vibration/", "crawlCacheInfo": { - "lastModified": "Fri, 29 Nov 2024 14:00:44 GMT" + "lastModified": "Wed, 12 Feb 2025 18:39:43 GMT" }, "generator": "respec", - "date": "29 November 2024", - "revision": "bd8fb21c94f999a7e207541bbbeeb7680df53328", + "date": "12 February 2025", + "revision": "baf3eb2528617337baf18599dfd1ab6427744163", "algorithms": "algorithms/vibration.json", "links": "links/vibration.json", "refs": "refs/vibration.json", @@ -20179,11 +20179,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-aac-codec-registration/", "crawlCacheInfo": { - "lastModified": "Mon, 09 Sep 2024 23:16:09 GMT" + "lastModified": "Wed, 12 Feb 2025 17:47:02 GMT" }, "generator": "bikeshed", - "date": "9 September 2024", - "revision": "dd799db0d93d8fed60a771bc1db0ecf75de14798", + "date": "12 February 2025", + "revision": "011346f5edde07d8d205ef493d820bf30a279163", "links": "links/webcodecs-aac-codec-registration.json", "refs": "refs/webcodecs-aac-codec-registration.json", "idl": "idl/webcodecs-aac-codec-registration.idl", @@ -20293,11 +20293,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-av1-codec-registration/", "crawlCacheInfo": { - "lastModified": "Mon, 09 Sep 2024 23:20:26 GMT" + "lastModified": "Wed, 12 Feb 2025 17:47:41 GMT" }, "generator": "bikeshed", - "date": "9 September 2024", - "revision": "dd799db0d93d8fed60a771bc1db0ecf75de14798", + "date": "12 February 2025", + "revision": "011346f5edde07d8d205ef493d820bf30a279163", "links": "links/webcodecs-av1-codec-registration.json", "refs": "refs/webcodecs-av1-codec-registration.json", "idl": "idl/webcodecs-av1-codec-registration.idl", @@ -20351,11 +20351,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-avc-codec-registration/", "crawlCacheInfo": { - "lastModified": "Mon, 09 Sep 2024 23:11:53 GMT" + "lastModified": "Wed, 12 Feb 2025 17:47:25 GMT" }, "generator": "bikeshed", - "date": "9 September 2024", - "revision": "dd799db0d93d8fed60a771bc1db0ecf75de14798", + "date": "12 February 2025", + "revision": "011346f5edde07d8d205ef493d820bf30a279163", "links": "links/webcodecs-avc-codec-registration.json", "refs": "refs/webcodecs-avc-codec-registration.json", "idl": "idl/webcodecs-avc-codec-registration.idl", @@ -20466,11 +20466,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-flac-codec-registration/", "crawlCacheInfo": { - "lastModified": "Mon, 09 Sep 2024 23:17:29 GMT" + "lastModified": "Wed, 12 Feb 2025 17:47:14 GMT" }, "generator": "bikeshed", - "date": "9 September 2024", - "revision": "dd799db0d93d8fed60a771bc1db0ecf75de14798", + "date": "12 February 2025", + "revision": "011346f5edde07d8d205ef493d820bf30a279163", "algorithms": "algorithms/webcodecs-flac-codec-registration.json", "links": "links/webcodecs-flac-codec-registration.json", "refs": "refs/webcodecs-flac-codec-registration.json", @@ -20525,11 +20525,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-hevc-codec-registration/", "crawlCacheInfo": { - "lastModified": "Mon, 09 Sep 2024 23:27:42 GMT" + "lastModified": "Wed, 12 Feb 2025 17:47:19 GMT" }, "generator": "bikeshed", - "date": "9 September 2024", - "revision": "dd799db0d93d8fed60a771bc1db0ecf75de14798", + "date": "12 February 2025", + "revision": "011346f5edde07d8d205ef493d820bf30a279163", "links": "links/webcodecs-hevc-codec-registration.json", "refs": "refs/webcodecs-hevc-codec-registration.json", "idl": "idl/webcodecs-hevc-codec-registration.idl", @@ -20639,11 +20639,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-opus-codec-registration/", "crawlCacheInfo": { - "lastModified": "Mon, 09 Sep 2024 23:19:07 GMT" + "lastModified": "Wed, 12 Feb 2025 17:47:36 GMT" }, "generator": "bikeshed", - "date": "9 September 2024", - "revision": "dd799db0d93d8fed60a771bc1db0ecf75de14798", + "date": "12 February 2025", + "revision": "011346f5edde07d8d205ef493d820bf30a279163", "algorithms": "algorithms/webcodecs-opus-codec-registration.json", "links": "links/webcodecs-opus-codec-registration.json", "refs": "refs/webcodecs-opus-codec-registration.json", @@ -20754,11 +20754,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/", "crawlCacheInfo": { - "lastModified": "Mon, 09 Sep 2024 23:26:31 GMT" + "lastModified": "Wed, 12 Feb 2025 17:47:30 GMT" }, "generator": "bikeshed", - "date": "9 September 2024", - "revision": "dd799db0d93d8fed60a771bc1db0ecf75de14798", + "date": "12 February 2025", + "revision": "011346f5edde07d8d205ef493d820bf30a279163", "links": "links/webcodecs-ulaw-codec-registration.json", "refs": "refs/webcodecs-ulaw-codec-registration.json", "headings": "headings/webcodecs-ulaw-codec-registration.json", @@ -20978,11 +20978,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-vp9-codec-registration/", "crawlCacheInfo": { - "lastModified": "Mon, 09 Sep 2024 23:21:50 GMT" + "lastModified": "Wed, 12 Feb 2025 17:47:08 GMT" }, "generator": "bikeshed", - "date": "9 September 2024", - "revision": "dd799db0d93d8fed60a771bc1db0ecf75de14798", + "date": "12 February 2025", + "revision": "011346f5edde07d8d205ef493d820bf30a279163", "links": "links/webcodecs-vp9-codec-registration.json", "refs": "refs/webcodecs-vp9-codec-registration.json", "idl": "idl/webcodecs-vp9-codec-registration.idl", @@ -21042,11 +21042,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs/", "crawlCacheInfo": { - "lastModified": "Wed, 29 Jan 2025 17:31:16 GMT" + "lastModified": "Wed, 12 Feb 2025 17:47:55 GMT" }, "generator": "bikeshed", - "date": "29 January 2025", - "revision": "90090dcbe3232e10c7f61e449ad58cef40b834a0", + "date": "12 February 2025", + "revision": "011346f5edde07d8d205ef493d820bf30a279163", "algorithms": "algorithms/webcodecs.json", "links": "links/webcodecs.json", "refs": "refs/webcodecs.json", @@ -21888,10 +21888,10 @@ ], "crawled": "https://www.w3.org/TR/webtransport/", "crawlCacheInfo": { - "lastModified": "Fri, 31 May 2024 07:48:03 GMT" + "lastModified": "Wed, 12 Feb 2025 21:59:51 GMT" }, "generator": "bikeshed", - "date": "31 May 2024", + "date": "12 February 2025", "algorithms": "algorithms/webtransport.json", "links": "links/webtransport.json", "refs": "refs/webtransport.json", diff --git a/tr/links/ambient-light.json b/tr/links/ambient-light.json index a1392512eda4..19038fa55247 100644 --- a/tr/links/ambient-light.json +++ b/tr/links/ambient-light.json @@ -43,21 +43,20 @@ "https://w3c.github.io/webappsec-permissions-policy/": {}, "https://webidl.spec.whatwg.org/": {}, "https://www.science.org/doi/10.1126/sciadv.adj3608": {}, - "https://www.w3.org/2023/Process-20231103/": { - "anchors": [ - "recs-and-notes" - ] - }, - "https://www.w3.org/Consortium/Patent-Policy-20200915/": { + "https://www.w3.org/TR/": {}, + "https://www.w3.org/groups/wg/das": {}, + "https://www.w3.org/groups/wg/das/ipr": {}, + "https://www.w3.org/policies/patent-policy/": { "anchors": [ "def-essential", "sec-Disclosure" ] }, - "https://www.w3.org/Consortium/Patent-Policy/": {}, - "https://www.w3.org/TR/": {}, - "https://www.w3.org/groups/wg/das": {}, - "https://www.w3.org/groups/wg/das/ipr": {} + "https://www.w3.org/policies/process/20231103/": { + "anchors": [ + "recs-and-notes" + ] + } }, "autolinks": { "https://infra.spec.whatwg.org/": { diff --git a/tr/links/core-aam-1.2.json b/tr/links/core-aam-1.2.json index 17530a538157..3d67fc74f4a6 100644 --- a/tr/links/core-aam-1.2.json +++ b/tr/links/core-aam-1.2.json @@ -44,160 +44,6 @@ "https://learn.microsoft.com/en-us/dotnet/api/system.windows.automation.provider.ivalueprovider": {}, "https://msdn.microsoft.com/en-us/library/windows/apps/ee671630.aspx": {}, "https://msdn.microsoft.com/en-us/library/windows/desktop/dd373608(v=vs.85).aspx": {}, - "https://w3c.github.io/accname/": { - "anchors": [ - "mapping_additional_nd_te" - ] - }, - "https://w3c.github.io/aria/": { - "anchors": [ - "aria-description", - "aria-describedby", - "deprecated", - "aria-flowto", - "aria-live", - "alert", - "alertdialog", - "application", - "article", - "banner", - "blockquote", - "button", - "aria-pressed", - "aria-haspopup", - "caption", - "cell", - "checkbox", - "code", - "columnheader", - "combobox", - "aria-expanded", - "comment", - "complementary", - "contentinfo", - "definition", - "deletion", - "dialog", - "directory", - "document", - "emphasis", - "feed", - "figure", - "form", - "generic", - "grid", - "gridcell", - "group", - "heading", - "image", - "img", - "insertion", - "link", - "list", - "listbox", - "listitem", - "log", - "main", - "mark", - "marquee", - "math", - "menu", - "menubar", - "menuitem", - "menuitemcheckbox", - "menuitemradio", - "meter", - "navigation", - "none", - "note", - "option", - "paragraph", - "presentation", - "progressbar", - "radio", - "radiogroup", - "region", - "row", - "rowgroup", - "rowheader", - "scrollbar", - "search", - "searchbox", - "aria-readonly", - "sectionfooter", - "sectionheader", - "separator", - "slider", - "spinbutton", - "status", - "strong", - "subscript", - "suggestion", - "superscript", - "switch", - "tab", - "tabpanel", - "aria-labelledby", - "table", - "tablist", - "term", - "textbox", - "time", - "timer", - "toolbar", - "tooltip", - "tree", - "treegrid", - "treeitem", - "aria-activedescendant", - "role_definitions", - "aria-grabbed", - "aria-atomic", - "aria-autocomplete", - "aria-braillelabel", - "aria-brailleroledescription", - "aria-busy", - "aria-checked", - "aria-colcount", - "aria-colindex", - "aria-colindextext", - "aria-colspan", - "aria-controls", - "aria-current", - "aria-details", - "aria-disabled", - "aria-dropeffect", - "aria-errormessage", - "aria-hidden", - "tree_inclusion", - "aria-invalid", - "aria-keyshortcuts", - "aria-label", - "aria-level", - "aria-modal", - "aria-multiline", - "aria-multiselectable", - "aria-orientation", - "aria-owns", - "aria-placeholder", - "aria-posinset", - "aria-relevant", - "aria-required", - "aria-roledescription", - "aria-rowcount", - "aria-rowindex", - "aria-rowindextext", - "aria-rowspan", - "aria-selected", - "aria-setsize", - "aria-sort", - "aria-valuemax", - "document-handling_author-errors_states-properties", - "aria-valuemin", - "aria-valuenow", - "aria-valuetext" - ] - }, "https://w3c.github.io/webdriver/": { "anchors": [ "get-computed-role" diff --git a/tr/links/dpub-aria-1.1.json b/tr/links/dpub-aria-1.1.json index c34675fa9631..cb0ea5ec1b93 100644 --- a/tr/links/dpub-aria-1.1.json +++ b/tr/links/dpub-aria-1.1.json @@ -103,54 +103,7 @@ "anchors": [ "ua-support", "co-evolution", - "heading", - "at_support", - "roles", - "section", - "aria-atomic", - "aria-braillelabel", - "aria-brailleroledescription", - "aria-busy", - "aria-controls", - "aria-current", - "aria-describedby", - "aria-description", - "aria-details", - "aria-disabled", - "aria-dropeffect", - "aria-errormessage", - "aria-flowto", - "aria-grabbed", - "aria-haspopup", - "aria-hidden", - "aria-invalid", - "aria-keyshortcuts", - "aria-label", - "aria-labelledby", - "aria-live", - "aria-owns", - "aria-relevant", - "aria-roledescription", - "landmark", - "link", - "aria-expanded", - "list", - "listitem", - "img", - "aria-posinset", - "aria-setsize", - "figure", - "navigation", - "note", - "separator", - "aria-valuenow", - "aria-orientation", - "aria-valuemax", - "aria-valuemin", - "aria-valuetext", - "sectionhead", - "term", - "definition" + "at_support" ] }, "https://www.w3.org/WAI/intro/aria": {}, diff --git a/tr/links/media-capabilities.json b/tr/links/media-capabilities.json index 679988b6bc73..8adde1f55025 100644 --- a/tr/links/media-capabilities.json +++ b/tr/links/media-capabilities.json @@ -13,6 +13,8 @@ "https://datatracker.ietf.org/doc/html/rfc2119": {}, "https://dom.spec.whatwg.org/": {}, "https://github.com/w3c/media-capabilities/issues": {}, + "https://github.com/w3c/media-capabilities/issues/235": {}, + "https://github.com/w3c/media-capabilities/issues/238": {}, "https://html.spec.whatwg.org/multipage/": {}, "https://httpwg.org/specs/rfc9110.html": {}, "https://ieeexplore.ieee.org/document/7291452": {}, @@ -25,24 +27,20 @@ "https://w3c.github.io/encrypted-media": {}, "https://webidl.spec.whatwg.org/": {}, "https://webstore.iec.ch/publication/6169": {}, - "https://www.rfc-editor.org/rfc/rfc4855": {}, + "https://www.iana.org/assignments/media-types/": {}, "https://www.rfc-editor.org/rfc/rfc6838": {}, - "https://www.w3.org/Consortium/Patent-Policy/": { - "anchors": [ - "sec-Disclosure" - ] - }, "https://www.w3.org/TR/": {}, "https://www.w3.org/TR/encrypted-media-2/": {}, "https://www.w3.org/TR/media-source-2/": {}, "https://www.w3.org/TR/mediastream-recording/": {}, "https://www.w3.org/TR/webrtc-svc/": {}, "https://www.w3.org/TR/webrtc/": {}, - "https://www.w3.org/groups/wg/media": {}, + "https://www.w3.org/groups/wg/media/": {}, "https://www.w3.org/groups/wg/media/ipr": {}, "https://www.w3.org/policies/patent-policy/": { "anchors": [ - "def-essential" + "def-essential", + "sec-Disclosure" ] }, "https://www.w3.org/policies/process/20231103/": { @@ -54,7 +52,7 @@ "autolinks": { "https://dom.spec.whatwg.org/": { "anchors": [ - "concept-document" + "clone-a-node-document" ] }, "https://html.spec.whatwg.org/multipage/browsers.html": { @@ -95,7 +93,9 @@ }, "https://mimesniff.spec.whatwg.org/": { "anchors": [ - "valid-mime-type" + "mime-type", + "parse-a-mime-type", + "supported-by-the-user-agent" ] }, "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html": { diff --git a/tr/links/mediacapture-fromelement.json b/tr/links/mediacapture-fromelement.json index a6bc3ecc1341..b86f88bceb73 100644 --- a/tr/links/mediacapture-fromelement.json +++ b/tr/links/mediacapture-fromelement.json @@ -32,32 +32,28 @@ "event-mediastreamtrack-mute" ] }, - "https://webidl.spec.whatwg.org/": { - "anchors": [ - "Exposed" - ] - }, + "https://webidl.spec.whatwg.org/": {}, "https://www.rfc-editor.org/rfc/rfc2119": {}, "https://www.rfc-editor.org/rfc/rfc8174": {}, - "https://www.w3.org/2023/Process-20231103/": { - "anchors": [ - "recs-and-notes" - ] - }, - "https://www.w3.org/Consortium/Patent-Policy/": { - "anchors": [ - "def-essential", - "sec-Disclosure" - ] - }, "https://www.w3.org/TR/": {}, "https://www.w3.org/TR/html5/": {}, "https://www.w3.org/TR/mediacapture-streams/": {}, "https://www.w3.org/TR/streamproc/": {}, - "https://www.w3.org/TR/webaudio/": {}, + "https://www.w3.org/TR/webaudio-1.0/": {}, "https://www.w3.org/TR/webrtc/": {}, "https://www.w3.org/groups/wg/webrtc": {}, - "https://www.w3.org/groups/wg/webrtc/ipr": {} + "https://www.w3.org/groups/wg/webrtc/ipr": {}, + "https://www.w3.org/policies/patent-policy/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ] + }, + "https://www.w3.org/policies/process/20231103/": { + "anchors": [ + "recs-and-notes" + ] + } }, "autolinks": { "https://html.spec.whatwg.org/multipage/canvas.html": { @@ -82,6 +78,7 @@ "idl-double", "securityerror", "notsupportederror", + "Exposed", "idl-undefined" ] }, @@ -91,7 +88,7 @@ "dom-mediastreamtrack" ] }, - "https://www.w3.org/TR/webaudio/": { + "https://www.w3.org/TR/webaudio-1.0/": { "anchors": [ "MediaStreamAudioSourceNode" ] diff --git a/tr/links/presentation-api.json b/tr/links/presentation-api.json index 9fc5395dd4fa..ea3cd39179d3 100644 --- a/tr/links/presentation-api.json +++ b/tr/links/presentation-api.json @@ -86,17 +86,12 @@ "https://html.spec.whatwg.org/multipage/browsers.html": { "anchors": [ "creating-a-new-browsing-context", - "allowed-to-navigate", - "sandboxed-presentation-browsing-context-flag", - "sandboxed-modals-flag", - "sandboxed-auxiliary-navigation-browsing-context-flag", - "sandboxed-top-level-navigation-without-user-activation-browsing-context-flag" + "allowed-to-navigate" ] }, "https://html.spec.whatwg.org/multipage/browsing-the-web.html": { "anchors": [ - "navigate-fragid", - "navigate" + "navigate-fragid" ] }, "https://html.spec.whatwg.org/multipage/document-lifecycle.html": { @@ -104,39 +99,16 @@ "unload-a-document" ] }, - "https://html.spec.whatwg.org/multipage/document-sequences.html": { - "anchors": [ - "browsing-context", - "child-navigable", - "top-level-browsing-context" - ] - }, "https://html.spec.whatwg.org/multipage/history.html": { "anchors": [ "session-history" ] }, - "https://html.spec.whatwg.org/multipage/infrastructure.html": { - "anchors": [ - "in-parallel" - ] - }, "https://html.spec.whatwg.org/multipage/urls-and-fetching.html": { "anchors": [ "parse-a-url" ] }, - "https://html.spec.whatwg.org/multipage/webappapis.html": { - "anchors": [ - "task-source", - "queue-a-global-task", - "global-object", - "current-settings-object", - "event-handlers", - "event-handler-event-type", - "concept-relevant-global" - ] - }, "https://httpwg.org/specs/rfc6265.html": { "anchors": [ "storage-model" @@ -148,11 +120,7 @@ "authentication" ] }, - "https://infra.spec.whatwg.org/": { - "anchors": [ - "assert" - ] - }, + "https://infra.spec.whatwg.org/": {}, "https://nfc-forum.org/": {}, "https://tc39.es/ecma262/multipage/": { "anchors": [ @@ -161,21 +129,8 @@ "sec-rejectpromise" ] }, - "https://url.spec.whatwg.org/": { - "anchors": [ - "concept-url" - ] - }, - "https://webidl.spec.whatwg.org/": { - "anchors": [ - "SecureContext", - "SameObject", - "Exposed", - "idl-sequence", - "idl-promise", - "idl-frozen-array" - ] - }, + "https://url.spec.whatwg.org/": {}, + "https://webidl.spec.whatwg.org/": {}, "https://websockets.spec.whatwg.org/": {}, "https://www.rfc-editor.org/rfc/rfc2119": {}, "https://www.rfc-editor.org/rfc/rfc4122": { @@ -192,22 +147,9 @@ "database" ] }, - "https://www.w3.org/TR/permissions/": { - "anchors": [ - "dfn-permission-state" - ] - }, - "https://www.w3.org/TR/secure-contexts/": { - "anchors": [ - "potentially-trustworthy-url" - ] - }, - "https://www.w3.org/TR/service-workers/": { - "anchors": [ - "dfn-service-worker-registration", - "dfn-service-worker" - ] - }, + "https://www.w3.org/TR/permissions/": {}, + "https://www.w3.org/TR/secure-contexts/": {}, + "https://www.w3.org/TR/service-workers/": {}, "https://www.w3.org/TR/webrtc/": {}, "https://www.w3.org/community/webscreens/": {}, "https://www.w3.org/groups/wg/secondscreen": {}, @@ -242,7 +184,11 @@ }, "https://html.spec.whatwg.org/multipage/browsers.html": { "anchors": [ - "active-sandboxing-flag-set" + "active-sandboxing-flag-set", + "sandboxed-presentation-browsing-context-flag", + "sandboxed-modals-flag", + "sandboxed-auxiliary-navigation-browsing-context-flag", + "sandboxed-top-level-navigation-without-user-activation-browsing-context-flag" ] }, "https://html.spec.whatwg.org/multipage/browsing-the-web.html": { @@ -257,10 +203,18 @@ }, "https://html.spec.whatwg.org/multipage/document-sequences.html": { "anchors": [ + "browsing-context", + "child-navigable", "nav-window", + "top-level-browsing-context", "descendant-navigables" ] }, + "https://html.spec.whatwg.org/multipage/infrastructure.html": { + "anchors": [ + "in-parallel" + ] + }, "https://html.spec.whatwg.org/multipage/interaction.html": { "anchors": [ "transient-activation" @@ -278,7 +232,14 @@ }, "https://html.spec.whatwg.org/multipage/webappapis.html": { "anchors": [ - "eventhandler" + "task-source", + "queue-a-global-task", + "global-object", + "eventhandler", + "current-settings-object", + "event-handlers", + "event-handler-event-type", + "concept-relevant-global" ] }, "https://html.spec.whatwg.org/multipage/webstorage.html": { @@ -298,6 +259,11 @@ "field.accept-language" ] }, + "https://infra.spec.whatwg.org/": { + "anchors": [ + "assert" + ] + }, "https://tc39.es/ecma262/multipage/": { "anchors": [ "sec-code-realms", @@ -305,10 +271,19 @@ "sec-promise-resolve-functions" ] }, + "https://url.spec.whatwg.org/": { + "anchors": [ + "concept-url" + ] + }, "https://webidl.spec.whatwg.org/": { "anchors": [ "idl-promise", + "SecureContext", + "SameObject", + "Exposed", "idl-USVString", + "idl-sequence", "securityerror", "dfn-throw", "notsupportederror", @@ -322,7 +297,8 @@ "idl-undefined", "idl-ArrayBuffer", "ArrayBufferView", - "invalidstateerror" + "invalidstateerror", + "idl-frozen-array" ] }, "https://websockets.spec.whatwg.org/": { @@ -342,14 +318,22 @@ }, "https://www.w3.org/TR/permissions/": { "anchors": [ + "dfn-permission-state", "dfn-permission-descriptor-type" ] }, + "https://www.w3.org/TR/secure-contexts/": { + "anchors": [ + "potentially-trustworthy-url" + ] + }, "https://www.w3.org/TR/service-workers/": { "anchors": [ + "dfn-service-worker-registration", "cache", "dfn-window-client", - "dfn-worker-client" + "dfn-worker-client", + "dfn-service-worker" ] }, "https://www.w3.org/TR/webrtc/": { diff --git a/tr/links/proximity.json b/tr/links/proximity.json index de46686ab612..fc0189465683 100644 --- a/tr/links/proximity.json +++ b/tr/links/proximity.json @@ -18,22 +18,21 @@ "https://w3c.github.io/webappsec-permissions-policy/": {}, "https://w3c.github.io/webdriver/": {}, "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://www.w3.org/PM/horizontal/review.html?shortname=proximity-sensor": {}, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/groups/wg/das": {}, + "https://www.w3.org/groups/wg/das/ipr": {}, + "https://www.w3.org/policies/patent-policy/": { "anchors": [ "def-essential", "sec-Disclosure" ] }, - "https://www.w3.org/Consortium/Patent-Policy/": {}, - "https://www.w3.org/PM/horizontal/review.html?shortname=proximity-sensor": {}, - "https://www.w3.org/TR/": {}, - "https://www.w3.org/groups/wg/das": {}, - "https://www.w3.org/groups/wg/das/ipr": {} + "https://www.w3.org/policies/process/20231103/": { + "anchors": [ + "recs-and-notes" + ] + } }, "autolinks": { "https://infra.spec.whatwg.org/": { diff --git a/tr/links/webcodecs-aac-codec-registration.json b/tr/links/webcodecs-aac-codec-registration.json index fc448e12f605..c7c2e2107b6d 100644 --- a/tr/links/webcodecs-aac-codec-registration.json +++ b/tr/links/webcodecs-aac-codec-registration.json @@ -17,7 +17,7 @@ "security-considerations" ] }, - "https://www.w3.org/groups/wg/media": {}, + "https://www.w3.org/groups/wg/media/": {}, "https://www.w3.org/policies/patent-policy/": {}, "https://www.w3.org/policies/process/20231103/": { "anchors": [ diff --git a/tr/links/webcodecs-av1-codec-registration.json b/tr/links/webcodecs-av1-codec-registration.json index 99b0f0a47c95..16cce7d0b92b 100644 --- a/tr/links/webcodecs-av1-codec-registration.json +++ b/tr/links/webcodecs-av1-codec-registration.json @@ -19,7 +19,7 @@ "security-considerations" ] }, - "https://www.w3.org/groups/wg/media": {}, + "https://www.w3.org/groups/wg/media/": {}, "https://www.w3.org/policies/patent-policy/": {}, "https://www.w3.org/policies/process/20231103/": { "anchors": [ diff --git a/tr/links/webcodecs-avc-codec-registration.json b/tr/links/webcodecs-avc-codec-registration.json index b2a89ee1f1bf..c06d0d4243e9 100644 --- a/tr/links/webcodecs-avc-codec-registration.json +++ b/tr/links/webcodecs-avc-codec-registration.json @@ -20,7 +20,7 @@ "security-considerations" ] }, - "https://www.w3.org/groups/wg/media": {}, + "https://www.w3.org/groups/wg/media/": {}, "https://www.w3.org/policies/patent-policy/": {}, "https://www.w3.org/policies/process/20231103/": { "anchors": [ diff --git a/tr/links/webcodecs-flac-codec-registration.json b/tr/links/webcodecs-flac-codec-registration.json index c40a895e0512..204a0b8dce08 100644 --- a/tr/links/webcodecs-flac-codec-registration.json +++ b/tr/links/webcodecs-flac-codec-registration.json @@ -18,7 +18,7 @@ "security-considerations" ] }, - "https://www.w3.org/groups/wg/media": {}, + "https://www.w3.org/groups/wg/media/": {}, "https://www.w3.org/policies/patent-policy/": {}, "https://www.w3.org/policies/process/20231103/": { "anchors": [ diff --git a/tr/links/webcodecs-hevc-codec-registration.json b/tr/links/webcodecs-hevc-codec-registration.json index ec9f8fd9c3c0..99c66955f011 100644 --- a/tr/links/webcodecs-hevc-codec-registration.json +++ b/tr/links/webcodecs-hevc-codec-registration.json @@ -19,7 +19,7 @@ "security-considerations" ] }, - "https://www.w3.org/groups/wg/media": {}, + "https://www.w3.org/groups/wg/media/": {}, "https://www.w3.org/policies/patent-policy/": {}, "https://www.w3.org/policies/process/20231103/": { "anchors": [ diff --git a/tr/links/webcodecs-opus-codec-registration.json b/tr/links/webcodecs-opus-codec-registration.json index 5ac671c957ac..11bdd7f81080 100644 --- a/tr/links/webcodecs-opus-codec-registration.json +++ b/tr/links/webcodecs-opus-codec-registration.json @@ -28,7 +28,7 @@ "security-considerations" ] }, - "https://www.w3.org/groups/wg/media": {}, + "https://www.w3.org/groups/wg/media/": {}, "https://www.w3.org/policies/patent-policy/": {}, "https://www.w3.org/policies/process/20231103/": { "anchors": [ diff --git a/tr/links/webcodecs-ulaw-codec-registration.json b/tr/links/webcodecs-ulaw-codec-registration.json index 3a7a772ed81c..db5c8d0e3c9f 100644 --- a/tr/links/webcodecs-ulaw-codec-registration.json +++ b/tr/links/webcodecs-ulaw-codec-registration.json @@ -17,7 +17,7 @@ "security-considerations" ] }, - "https://www.w3.org/groups/wg/media": {}, + "https://www.w3.org/groups/wg/media/": {}, "https://www.w3.org/policies/patent-policy/": {}, "https://www.w3.org/policies/process/20231103/": { "anchors": [ diff --git a/tr/links/webcodecs-vp9-codec-registration.json b/tr/links/webcodecs-vp9-codec-registration.json index 0c5415c65b1b..79b4c4f3a20f 100644 --- a/tr/links/webcodecs-vp9-codec-registration.json +++ b/tr/links/webcodecs-vp9-codec-registration.json @@ -19,7 +19,7 @@ "security-considerations" ] }, - "https://www.w3.org/groups/wg/media": {}, + "https://www.w3.org/groups/wg/media/": {}, "https://www.w3.org/policies/patent-policy/": {}, "https://www.w3.org/policies/process/20231103/": { "anchors": [ diff --git a/tr/links/webtransport.json b/tr/links/webtransport.json index a89ad9c99a59..18977743a644 100644 --- a/tr/links/webtransport.json +++ b/tr/links/webtransport.json @@ -9,6 +9,7 @@ "https://datatracker.ietf.org/doc/html/draft-ietf-webtrans-http2/": {}, "https://datatracker.ietf.org/doc/html/draft-ietf-webtrans-http3/": { "anchors": [ + "section-3.4", "section-4.6", "section-4.3" ] @@ -51,6 +52,7 @@ "network-partition-keys" ] }, + "https://github.com/ietf-wg-webtrans/draft-ietf-webtrans-overview/issues/15": {}, "https://github.com/w3c/webtransport/": {}, "https://github.com/w3c/webtransport/issues": {}, "https://html.spec.whatwg.org/multipage/": {}, @@ -116,17 +118,6 @@ "https://www.rfc-editor.org/rfc/rfc9525": {}, "https://www.w3.org/2001/tag/doc/unsanctioned-tracking/": {}, "https://www.w3.org/2004/01/pp-impl/125908/status": {}, - "https://www.w3.org/2023/Process-20231103/": { - "anchors": [ - "recs-and-notes" - ] - }, - "https://www.w3.org/Consortium/Patent-Policy/": { - "anchors": [ - "def-essential", - "sec-Disclosure" - ] - }, "https://www.w3.org/TR/": {}, "https://www.w3.org/TR/CSP3/": {}, "https://www.w3.org/TR/hr-time-3/": {}, @@ -142,7 +133,18 @@ }, "https://www.w3.org/TR/webrtc/": {}, "https://www.w3.org/community/ortc/": {}, - "https://www.w3.org/groups/wg/webtransport": {} + "https://www.w3.org/groups/wg/webtransport": {}, + "https://www.w3.org/policies/patent-policy/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ] + }, + "https://www.w3.org/policies/process/20231103/": { + "anchors": [ + "recs-and-notes" + ] + } }, "autolinks": { "http://www.ecma-international.org/ecma-262/6.0/index.html": { @@ -176,6 +178,7 @@ "concept-request-policy-container", "concept-request-destination", "concept-request-origin", + "concept-request-redirect-mode", "block-bad-port", "determine-the-network-partition-key", "concept-connection-obtain", @@ -315,6 +318,7 @@ "idl-undefined", "EnforceRange", "idl-unsigned-short", + "idl-DOMString", "idl-boolean", "syntaxerror", "notsupportederror", @@ -322,7 +326,6 @@ "invalidstateerror", "aborterror", "quotaexceedederror", - "idl-DOMString", "idl-sequence", "idl-long-long", "idl-unsigned-long-long", diff --git a/tr/refs/media-capabilities.json b/tr/refs/media-capabilities.json index 1fb0f07ba146..4e5c7cffba8d 100644 --- a/tr/refs/media-capabilities.json +++ b/tr/refs/media-capabilities.json @@ -68,12 +68,12 @@ ], "informative": [ { - "name": "MEDIASTREAM-RECORDING", - "url": "https://www.w3.org/TR/mediastream-recording/" + "name": "IANA-MEDIA-TYPES", + "url": "https://www.iana.org/assignments/media-types/" }, { - "name": "RFC4855", - "url": "https://www.rfc-editor.org/rfc/rfc4855" + "name": "MEDIASTREAM-RECORDING", + "url": "https://www.w3.org/TR/mediastream-recording/" }, { "name": "RFC6838", diff --git a/tr/refs/mediacapture-fromelement.json b/tr/refs/mediacapture-fromelement.json index a8efebe3e3d0..e2ef6cbf5ceb 100644 --- a/tr/refs/mediacapture-fromelement.json +++ b/tr/refs/mediacapture-fromelement.json @@ -31,7 +31,7 @@ }, { "name": "WEBAUDIO", - "url": "https://www.w3.org/TR/webaudio/" + "url": "https://www.w3.org/TR/webaudio-1.0/" }, { "name": "WEBIDL",