diff --git a/tr/css/css-color-6.json b/tr/css/css-color-6.json new file mode 100644 index 000000000000..a51d10a12873 --- /dev/null +++ b/tr/css/css-color-6.json @@ -0,0 +1,47 @@ +{ + "spec": { + "title": "CSS Color Module Level 6", + "url": "https://drafts.csswg.org/css-color-6/" + }, + "properties": [], + "atrules": [], + "selectors": [], + "values": [ + { + "name": "contrast-color()", + "prose": "The contrast-color() functional notation identifies a sufficiently contrasting color against a specified background or foreground color without requiring manual computation.", + "type": "function", + "value": "contrast-color( [ [ && [ tbd-fg | tbd-bg ] && ? ] | [ && [ tbd-fg | tbd-bg ] && , # ] ] )", + "values": [ + { + "name": "text", + "prose": "The tbd-fg and tbd-bg keywords indicate the role of the base color in calculating the contrast: as text against a list of candidate background colors (text) or as a background against a list of candidate text colors. (The effective contrast of a pair of colors depends on their usage.)", + "type": "value", + "value": "text" + }, + { + "name": "wcag2", + "prose": "The wcag2 keyword and wcag2() functional notations indicate use of the [WCAG21] luminance contrast algorithm. Their syntax is:", + "type": "value", + "value": "wcag2" + }, + { + "name": "wcag2()", + "prose": "The wcag2 keyword and wcag2() functional notations indicate use of the [WCAG21] luminance contrast algorithm. Their syntax is:", + "type": "function" + } + ] + }, + { + "name": "", + "prose": "The argument specifies the contrast algorithm(s) to use. If no color candidates have been provided, may be omitted, in which case a UA-chosen algorithm is used.", + "type": "type", + "value": "" + }, + { + "name": "", + "type": "type", + "value": "wcag | wcag2([ | [ aa | aaa ] && large? ])" + } + ] +} diff --git a/tr/css/css-conditional-values.json b/tr/css/css-conditional-values.json new file mode 100644 index 000000000000..fc957478a52f --- /dev/null +++ b/tr/css/css-conditional-values.json @@ -0,0 +1,57 @@ +{ + "spec": { + "title": "CSS Conditional Values Module Level 1", + "url": "https://drafts.csswg.org/css-conditional-values-1/" + }, + "properties": [], + "atrules": [], + "selectors": [], + "values": [ + { + "name": "", + "type": "type", + "value": "'true' | 'false'" + }, + { + "name": "", + "type": "type", + "value": "not | [ and ]* | [ or ]*" + }, + { + "name": "", + "type": "type", + "value": "( ) | " + }, + { + "name": "", + "type": "type", + "value": " | " + }, + { + "name": "", + "type": "type", + "value": " | | | " + }, + { + "name": "", + "type": "type", + "value": "[ '=' | '>=' | '>' | '<' | '<=' ]" + }, + { + "name": "if()", + "prose": "The if() function allows authors to set a property value (or parts thereof) to different values based on certain conditions.", + "type": "function", + "value": "if( , [, ]?) | if( then [else ]?) | if( , [, ]?)" + }, + { + "name": "", + "type": "type", + "value": "" + }, + { + "name": "", + "type": "type", + "value": "" + } + ] +} diff --git a/tr/css/css-display.json b/tr/css/css-display.json index 18b24eae48dc..d31f5b701669 100644 --- a/tr/css/css-display.json +++ b/tr/css/css-display.json @@ -1,7 +1,7 @@ { "spec": { - "title": "CSS Display Module Level 3", - "url": "https://www.w3.org/TR/css-display-3/" + "title": "CSS Display Module Level 4", + "url": "https://drafts.csswg.org/css-display-4/" }, "properties": [ { @@ -28,9 +28,37 @@ }, { "name": "order", + "value": "[ <'layout-order'> <'reading-order'>? ] | [ reading && <'reading-order'> ] | [ layout && <'layout-order'> ] | [ reading-and-layout && ]", + "initial": "see individual properties", + "appliesTo": "flex items and grid items", + "inherited": "no", + "percentages": "see individual properties", + "computedValue": "see individual properties", + "animationType": "see individual properties", + "canonicalOrder": "per grammar", + "values": [ + { + "name": "reading-and-layout", + "prose": "The order property sets both layout-order and reading-order in a single declaration. Unless reading-and-layout is specified—in which case both <'reading-order'> and <'layout-order'> are set to the specified value—the omitted longhand is set to zero.", + "type": "value", + "value": "reading-and-layout" + }, + { + "name": "", + "prose": "Specifically, the layout-order property controls the order in which flex items or grid items appear within their container by assigning them to the ordinal groups, as specified by its value.", + "type": "value", + "value": "" + } + ], + "styleDeclaration": [ + "order" + ] + }, + { + "name": "reading-order", "value": "", "initial": "0", - "appliesTo": "flex items and grid items", + "appliesTo": "all elements", "inherited": "no", "percentages": "n/a", "computedValue": "specified integer", @@ -39,13 +67,29 @@ "values": [ { "name": "", - "prose": "Specifically, the order property controls the order in which flex items or grid items appear within their container, by assigning them to ordinal groups. It takes a single value, which specifies which ordinal group the item belongs to.", + "prose": "The reading-order property controls the order in which elements are rendered to speech or are navigated to when using (linear) sequention navigation methods. It takes a single value, which specifies which ordinal group the item belongs to. Sibling elements are ordered starting from the lowest numbered ordinal group and going up; elements with the same ordinal group are keep the order they appear in the source document.", "type": "value", "value": "" } ], "styleDeclaration": [ - "order" + "reading-order", + "readingOrder" + ] + }, + { + "name": "layout-order", + "value": "", + "initial": "0", + "appliesTo": "flex items and grid items", + "inherited": "no", + "percentages": "n/a", + "computedValue": "specified integer", + "canonicalOrder": "per grammar", + "animationType": "by computed value type", + "styleDeclaration": [ + "layout-order", + "layoutOrder" ] }, { diff --git a/tr/css/html.json b/tr/css/html.json new file mode 100644 index 000000000000..4ae5bf3033f2 --- /dev/null +++ b/tr/css/html.json @@ -0,0 +1,26 @@ +{ + "spec": { + "title": "HTML Standard", + "url": "https://html.spec.whatwg.org/multipage/" + }, + "properties": [], + "atrules": [], + "selectors": [], + "values": [ + { + "name": "", + "type": "type", + "value": "[ # , ]? " + }, + { + "name": "", + "type": "type", + "value": " " + }, + { + "name": "", + "type": "type", + "value": "" + } + ] +} diff --git a/tr/css/selectors-nonelement.json b/tr/css/selectors-nonelement.json new file mode 100644 index 000000000000..50551b2ca264 --- /dev/null +++ b/tr/css/selectors-nonelement.json @@ -0,0 +1,31 @@ +{ + "spec": { + "title": "Non-element Selectors Module Level 1", + "url": "https://www.w3.org/TR/selectors-nonelement-1/" + }, + "properties": [], + "atrules": [], + "selectors": [ + { + "name": "::attr()", + "value": "::attr( ? )" + } + ], + "values": [ + { + "name": "", + "type": "type", + "value": "[ ? '|' ]? " + }, + { + "name": "", + "type": "type", + "value": " | '*'" + }, + { + "name": "", + "type": "type", + "value": " | '*'" + } + ] +} diff --git a/tr/dfns/CSP3.json b/tr/dfns/CSP3.json index e5583ceb7406..b977ceb77e61 100644 --- a/tr/dfns/CSP3.json +++ b/tr/dfns/CSP3.json @@ -2890,25 +2890,6 @@ }, "definedIn": "prose" }, - { - "id": "prefetch-src", - "href": "https://www.w3.org/TR/CSP3/#prefetch-src", - "linkingText": [ - "prefetch-src" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "directive-prefetch-src", - "href": "https://www.w3.org/TR/CSP3/#directive-prefetch-src", - "title": "prefetch-src", - "number": "6.1.10" - }, - "definedIn": "prose" - }, { "id": "script-src", "href": "https://www.w3.org/TR/CSP3/#script-src", @@ -2924,7 +2905,7 @@ "id": "directive-script-src", "href": "https://www.w3.org/TR/CSP3/#directive-script-src", "title": "script-src", - "number": "6.1.11" + "number": "6.1.10" }, "definedIn": "prose" }, @@ -2943,7 +2924,7 @@ "id": "directive-script-src-elem", "href": "https://www.w3.org/TR/CSP3/#directive-script-src-elem", "title": "script-src-elem", - "number": "6.1.12" + "number": "6.1.11" }, "definedIn": "prose" }, @@ -2962,7 +2943,7 @@ "id": "directive-script-src-attr", "href": "https://www.w3.org/TR/CSP3/#directive-script-src-attr", "title": "script-src-attr", - "number": "6.1.13" + "number": "6.1.12" }, "definedIn": "prose" }, @@ -2981,7 +2962,7 @@ "id": "directive-style-src", "href": "https://www.w3.org/TR/CSP3/#directive-style-src", "title": "style-src", - "number": "6.1.14" + "number": "6.1.13" }, "definedIn": "prose" }, @@ -3000,7 +2981,7 @@ "id": "directive-style-src-elem", "href": "https://www.w3.org/TR/CSP3/#directive-style-src-elem", "title": "style-src-elem", - "number": "6.1.15" + "number": "6.1.14" }, "definedIn": "prose" }, @@ -3019,7 +3000,7 @@ "id": "directive-style-src-attr", "href": "https://www.w3.org/TR/CSP3/#directive-style-src-attr", "title": "style-src-attr", - "number": "6.1.16" + "number": "6.1.15" }, "definedIn": "prose" }, @@ -3285,7 +3266,7 @@ "id": "match-schemes", "href": "https://www.w3.org/TR/CSP3/#match-schemes", "title": "scheme-part matching", - "number": "6.7.2.7" + "number": "6.7.2.8" }, "definedIn": "prose" }, @@ -3304,7 +3285,7 @@ "id": "match-hosts", "href": "https://www.w3.org/TR/CSP3/#match-hosts", "title": "host-part matching", - "number": "6.7.2.8" + "number": "6.7.2.9" }, "definedIn": "prose" }, @@ -3323,7 +3304,7 @@ "id": "match-ports", "href": "https://www.w3.org/TR/CSP3/#match-ports", "title": "port-part matching", - "number": "6.7.2.9" + "number": "6.7.2.10" }, "definedIn": "prose" }, @@ -3342,7 +3323,7 @@ "id": "match-paths", "href": "https://www.w3.org/TR/CSP3/#match-paths", "title": "path-part matching", - "number": "6.7.2.10" + "number": "6.7.2.11" }, "definedIn": "prose" }, diff --git a/tr/dfns/attribution-reporting-api.json b/tr/dfns/attribution-reporting-api.json index c74a124147e7..6bae0327c068 100644 --- a/tr/dfns/attribution-reporting-api.json +++ b/tr/dfns/attribution-reporting-api.json @@ -1408,6 +1408,29 @@ }, "definedIn": "dt" }, + { + "id": "attribution-report-original-report-time", + "href": "https://wicg.github.io/attribution-reporting-api/#attribution-report-original-report-time", + "linkingText": [ + "original report time" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "attribution report", + "aggregatable report", + "event-level report" + ], + "access": "private", + "informative": false, + "heading": { + "id": "attribution-report", + "href": "https://wicg.github.io/attribution-reporting-api/#attribution-report", + "title": "Attribution report", + "number": "5.11" + }, + "definedIn": "dt" + }, { "id": "attribution-report-delivered", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-report-delivered", @@ -1788,27 +1811,6 @@ }, "definedIn": "dt" }, - { - "id": "aggregatable-report-original-report-time", - "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-report-original-report-time", - "linkingText": [ - "original report time" - ], - "localLinkingText": [], - "type": "dfn", - "for": [ - "aggregatable report" - ], - "access": "private", - "informative": false, - "heading": { - "id": "aggregatable-report", - "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-report", - "title": "Aggregatable report", - "number": "5.14" - }, - "definedIn": "dt" - }, { "id": "aggregatable-report-contributions", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-report-contributions", diff --git a/tr/dfns/compute-pressure.json b/tr/dfns/compute-pressure.json index 4bea831df3ba..a7fbb53aa73f 100644 --- a/tr/dfns/compute-pressure.json +++ b/tr/dfns/compute-pressure.json @@ -1,12 +1,12 @@ { "spec": { "title": "Compute Pressure Level 1", - "url": "https://w3c.github.io/compute-pressure/" + "url": "https://www.w3.org/TR/compute-pressure/" }, "dfns": [ { "id": "dfn-processing-units", - "href": "https://w3c.github.io/compute-pressure/#dfn-processing-units", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-processing-units", "linkingText": [ "processing units" ], @@ -17,7 +17,7 @@ "informative": false, "heading": { "id": "processing-units", - "href": "https://w3c.github.io/compute-pressure/#processing-units", + "href": "https://www.w3.org/TR/compute-pressure/#processing-units", "title": "Processing Units", "number": "3.1" }, @@ -25,7 +25,7 @@ }, { "id": "dfn-supported-source-types", - "href": "https://w3c.github.io/compute-pressure/#dfn-supported-source-types", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-supported-source-types", "linkingText": [ "supported source types" ], @@ -36,7 +36,7 @@ "informative": false, "heading": { "id": "supported-sources", - "href": "https://w3c.github.io/compute-pressure/#supported-sources", + "href": "https://www.w3.org/TR/compute-pressure/#supported-sources", "title": "Supported sources", "number": "3.2" }, @@ -44,7 +44,7 @@ }, { "id": "dfn-sampling-rate", - "href": "https://w3c.github.io/compute-pressure/#dfn-sampling-rate", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-sampling-rate", "linkingText": [ "sampling rate" ], @@ -55,7 +55,7 @@ "informative": false, "heading": { "id": "sampling-and-reporting-rate", - "href": "https://w3c.github.io/compute-pressure/#sampling-and-reporting-rate", + "href": "https://www.w3.org/TR/compute-pressure/#sampling-and-reporting-rate", "title": "Sampling and Reporting Rate", "number": "3.3" }, @@ -63,7 +63,7 @@ }, { "id": "dfn-reporting-rate", - "href": "https://w3c.github.io/compute-pressure/#dfn-reporting-rate", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-reporting-rate", "linkingText": [ "reporting rate" ], @@ -74,7 +74,7 @@ "informative": false, "heading": { "id": "sampling-and-reporting-rate", - "href": "https://w3c.github.io/compute-pressure/#sampling-and-reporting-rate", + "href": "https://www.w3.org/TR/compute-pressure/#sampling-and-reporting-rate", "title": "Sampling and Reporting Rate", "number": "3.3" }, @@ -82,7 +82,7 @@ }, { "id": "dfn-source-types", - "href": "https://w3c.github.io/compute-pressure/#dfn-source-types", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-source-types", "linkingText": [ "source types" ], @@ -93,15 +93,34 @@ "informative": false, "heading": { "id": "platform-primitives", - "href": "https://w3c.github.io/compute-pressure/#platform-primitives", + "href": "https://www.w3.org/TR/compute-pressure/#platform-primitives", "title": "Platform primitives", "number": "4" }, "definedIn": "prose" }, + { + "id": "dfn-compute-pressure", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-compute-pressure", + "linkingText": [ + "\"compute-pressure\"" + ], + "localLinkingText": [], + "type": "permission", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "permissions-integration", + "href": "https://www.w3.org/TR/compute-pressure/#permissions-integration", + "title": "Permissions integration", + "number": "5.1" + }, + "definedIn": "prose" + }, { "id": "dfn-pressure-observer-task-queued", - "href": "https://w3c.github.io/compute-pressure/#dfn-pressure-observer-task-queued", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-pressure-observer-task-queued", "linkingText": [ "pressure observer task queued" ], @@ -112,7 +131,7 @@ "informative": false, "heading": { "id": "internal-slot-definitions", - "href": "https://w3c.github.io/compute-pressure/#internal-slot-definitions", + "href": "https://www.w3.org/TR/compute-pressure/#internal-slot-definitions", "title": "Internal Slot Definitions", "number": "7" }, @@ -120,7 +139,7 @@ }, { "id": "dfn-registered-observer-list", - "href": "https://w3c.github.io/compute-pressure/#dfn-registered-observer-list", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-registered-observer-list", "linkingText": [ "registered observer list" ], @@ -131,7 +150,7 @@ "informative": false, "heading": { "id": "internal-slot-definitions", - "href": "https://w3c.github.io/compute-pressure/#internal-slot-definitions", + "href": "https://www.w3.org/TR/compute-pressure/#internal-slot-definitions", "title": "Internal Slot Definitions", "number": "7" }, @@ -139,7 +158,7 @@ }, { "id": "dfn-platform-collector", - "href": "https://w3c.github.io/compute-pressure/#dfn-platform-collector", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-platform-collector", "linkingText": [ "platform collector" ], @@ -150,7 +169,7 @@ "informative": false, "heading": { "id": "internal-slot-definitions", - "href": "https://w3c.github.io/compute-pressure/#internal-slot-definitions", + "href": "https://www.w3.org/TR/compute-pressure/#internal-slot-definitions", "title": "Internal Slot Definitions", "number": "7" }, @@ -158,7 +177,7 @@ }, { "id": "dfn-registered-observer", - "href": "https://w3c.github.io/compute-pressure/#dfn-registered-observer", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-registered-observer", "linkingText": [ "registered observer" ], @@ -169,7 +188,7 @@ "informative": false, "heading": { "id": "internal-slot-definitions", - "href": "https://w3c.github.io/compute-pressure/#internal-slot-definitions", + "href": "https://www.w3.org/TR/compute-pressure/#internal-slot-definitions", "title": "Internal Slot Definitions", "number": "7" }, @@ -177,7 +196,7 @@ }, { "id": "dfn-observer", - "href": "https://w3c.github.io/compute-pressure/#dfn-observer", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-observer", "linkingText": [ "observer" ], @@ -188,7 +207,7 @@ "informative": false, "heading": { "id": "internal-slot-definitions", - "href": "https://w3c.github.io/compute-pressure/#internal-slot-definitions", + "href": "https://www.w3.org/TR/compute-pressure/#internal-slot-definitions", "title": "Internal Slot Definitions", "number": "7" }, @@ -196,7 +215,7 @@ }, { "id": "dfn-callback", - "href": "https://w3c.github.io/compute-pressure/#dfn-callback", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-callback", "linkingText": [ "[[Callback]]" ], @@ -209,7 +228,7 @@ "informative": false, "heading": { "id": "internal-slot-definitions", - "href": "https://w3c.github.io/compute-pressure/#internal-slot-definitions", + "href": "https://www.w3.org/TR/compute-pressure/#internal-slot-definitions", "title": "Internal Slot Definitions", "number": "7" }, @@ -217,7 +236,7 @@ }, { "id": "dfn-samplerate", - "href": "https://w3c.github.io/compute-pressure/#dfn-samplerate", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-samplerate", "linkingText": [ "[[SampleRate]]" ], @@ -230,28 +249,7 @@ "informative": false, "heading": { "id": "internal-slot-definitions", - "href": "https://w3c.github.io/compute-pressure/#internal-slot-definitions", - "title": "Internal Slot Definitions", - "number": "7" - }, - "definedIn": "prose" - }, - { - "id": "dfn-pendingobservepromises", - "href": "https://w3c.github.io/compute-pressure/#dfn-pendingobservepromises", - "linkingText": [ - "[[PendingObservePromises]]" - ], - "localLinkingText": [], - "type": "attribute", - "for": [ - "PressureObserver" - ], - "access": "private", - "informative": false, - "heading": { - "id": "internal-slot-definitions", - "href": "https://w3c.github.io/compute-pressure/#internal-slot-definitions", + "href": "https://www.w3.org/TR/compute-pressure/#internal-slot-definitions", "title": "Internal Slot Definitions", "number": "7" }, @@ -259,7 +257,7 @@ }, { "id": "dfn-queuedrecords", - "href": "https://w3c.github.io/compute-pressure/#dfn-queuedrecords", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-queuedrecords", "linkingText": [ "[[QueuedRecords]]" ], @@ -272,7 +270,7 @@ "informative": false, "heading": { "id": "internal-slot-definitions", - "href": "https://w3c.github.io/compute-pressure/#internal-slot-definitions", + "href": "https://www.w3.org/TR/compute-pressure/#internal-slot-definitions", "title": "Internal Slot Definitions", "number": "7" }, @@ -280,7 +278,7 @@ }, { "id": "dfn-lastrecordmap", - "href": "https://w3c.github.io/compute-pressure/#dfn-lastrecordmap", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-lastrecordmap", "linkingText": [ "[[LastRecordMap]]" ], @@ -293,7 +291,7 @@ "informative": false, "heading": { "id": "internal-slot-definitions", - "href": "https://w3c.github.io/compute-pressure/#internal-slot-definitions", + "href": "https://www.w3.org/TR/compute-pressure/#internal-slot-definitions", "title": "Internal Slot Definitions", "number": "7" }, @@ -301,7 +299,7 @@ }, { "id": "dfn-max-queued-records", - "href": "https://w3c.github.io/compute-pressure/#dfn-max-queued-records", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-max-queued-records", "linkingText": [ "max queued records" ], @@ -312,7 +310,7 @@ "informative": false, "heading": { "id": "internal-slot-definitions", - "href": "https://w3c.github.io/compute-pressure/#internal-slot-definitions", + "href": "https://www.w3.org/TR/compute-pressure/#internal-slot-definitions", "title": "Internal Slot Definitions", "number": "7" }, @@ -320,7 +318,7 @@ }, { "id": "dfn-pressure-states", - "href": "https://w3c.github.io/compute-pressure/#dfn-pressure-states", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-pressure-states", "linkingText": [ "Pressure states" ], @@ -331,7 +329,7 @@ "informative": false, "heading": { "id": "pressure-states", - "href": "https://w3c.github.io/compute-pressure/#pressure-states", + "href": "https://www.w3.org/TR/compute-pressure/#pressure-states", "title": "Pressure States", "number": "8" }, @@ -339,7 +337,7 @@ }, { "id": "dom-pressurestate-nominal", - "href": "https://w3c.github.io/compute-pressure/#dom-pressurestate-nominal", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressurestate-nominal", "linkingText": [ "nominal" ], @@ -352,7 +350,7 @@ "informative": false, "heading": { "id": "pressure-states", - "href": "https://w3c.github.io/compute-pressure/#pressure-states", + "href": "https://www.w3.org/TR/compute-pressure/#pressure-states", "title": "Pressure States", "number": "8" }, @@ -360,7 +358,7 @@ }, { "id": "dom-pressurestate-fair", - "href": "https://w3c.github.io/compute-pressure/#dom-pressurestate-fair", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressurestate-fair", "linkingText": [ "fair" ], @@ -373,7 +371,7 @@ "informative": false, "heading": { "id": "pressure-states", - "href": "https://w3c.github.io/compute-pressure/#pressure-states", + "href": "https://www.w3.org/TR/compute-pressure/#pressure-states", "title": "Pressure States", "number": "8" }, @@ -381,7 +379,7 @@ }, { "id": "dom-pressurestate-serious", - "href": "https://w3c.github.io/compute-pressure/#dom-pressurestate-serious", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressurestate-serious", "linkingText": [ "serious" ], @@ -394,7 +392,7 @@ "informative": false, "heading": { "id": "pressure-states", - "href": "https://w3c.github.io/compute-pressure/#pressure-states", + "href": "https://www.w3.org/TR/compute-pressure/#pressure-states", "title": "Pressure States", "number": "8" }, @@ -402,7 +400,7 @@ }, { "id": "dom-pressurestate-critical", - "href": "https://w3c.github.io/compute-pressure/#dom-pressurestate-critical", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressurestate-critical", "linkingText": [ "critical" ], @@ -415,7 +413,7 @@ "informative": false, "heading": { "id": "pressure-states", - "href": "https://w3c.github.io/compute-pressure/#pressure-states", + "href": "https://www.w3.org/TR/compute-pressure/#pressure-states", "title": "Pressure States", "number": "8" }, @@ -423,7 +421,7 @@ }, { "id": "dom-pressurestate", - "href": "https://w3c.github.io/compute-pressure/#dom-pressurestate", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressurestate", "linkingText": [ "PressureState" ], @@ -434,7 +432,7 @@ "informative": false, "heading": { "id": "pressure-states", - "href": "https://w3c.github.io/compute-pressure/#pressure-states", + "href": "https://www.w3.org/TR/compute-pressure/#pressure-states", "title": "Pressure States", "number": "8" }, @@ -442,7 +440,7 @@ }, { "id": "dfn-contributing-factors", - "href": "https://w3c.github.io/compute-pressure/#dfn-contributing-factors", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-contributing-factors", "linkingText": [ "Contributing factors" ], @@ -453,7 +451,7 @@ "informative": false, "heading": { "id": "contributing-factors", - "href": "https://w3c.github.io/compute-pressure/#contributing-factors", + "href": "https://www.w3.org/TR/compute-pressure/#contributing-factors", "title": "Contributing Factors", "number": "9" }, @@ -461,7 +459,7 @@ }, { "id": "dom-pressurefactor-thermal", - "href": "https://w3c.github.io/compute-pressure/#dom-pressurefactor-thermal", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressurefactor-thermal", "linkingText": [ "thermal" ], @@ -474,7 +472,7 @@ "informative": false, "heading": { "id": "contributing-factors", - "href": "https://w3c.github.io/compute-pressure/#contributing-factors", + "href": "https://www.w3.org/TR/compute-pressure/#contributing-factors", "title": "Contributing Factors", "number": "9" }, @@ -482,7 +480,7 @@ }, { "id": "dom-pressurefactor-power-supply", - "href": "https://w3c.github.io/compute-pressure/#dom-pressurefactor-power-supply", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressurefactor-power-supply", "linkingText": [ "power-supply" ], @@ -495,7 +493,7 @@ "informative": false, "heading": { "id": "contributing-factors", - "href": "https://w3c.github.io/compute-pressure/#contributing-factors", + "href": "https://www.w3.org/TR/compute-pressure/#contributing-factors", "title": "Contributing Factors", "number": "9" }, @@ -503,7 +501,7 @@ }, { "id": "dom-pressurefactor", - "href": "https://w3c.github.io/compute-pressure/#dom-pressurefactor", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressurefactor", "linkingText": [ "PressureFactor" ], @@ -514,7 +512,7 @@ "informative": false, "heading": { "id": "contributing-factors", - "href": "https://w3c.github.io/compute-pressure/#contributing-factors", + "href": "https://www.w3.org/TR/compute-pressure/#contributing-factors", "title": "Contributing Factors", "number": "9" }, @@ -522,7 +520,7 @@ }, { "id": "dom-pressureupdatecallback", - "href": "https://w3c.github.io/compute-pressure/#dom-pressureupdatecallback", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressureupdatecallback", "linkingText": [ "PressureUpdateCallback" ], @@ -533,7 +531,7 @@ "informative": false, "heading": { "id": "the-pressureupdatecallback-callback", - "href": "https://w3c.github.io/compute-pressure/#the-pressureupdatecallback-callback", + "href": "https://www.w3.org/TR/compute-pressure/#the-pressureupdatecallback-callback", "title": "The PressureUpdateCallback callback", "number": "10.1" }, @@ -541,7 +539,7 @@ }, { "id": "dom-pressuresource", - "href": "https://w3c.github.io/compute-pressure/#dom-pressuresource", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressuresource", "linkingText": [ "PressureSource" ], @@ -552,7 +550,7 @@ "informative": false, "heading": { "id": "the-pressureobserver-object", - "href": "https://w3c.github.io/compute-pressure/#the-pressureobserver-object", + "href": "https://www.w3.org/TR/compute-pressure/#the-pressureobserver-object", "title": "The PressureObserver object", "number": "10.2" }, @@ -560,7 +558,7 @@ }, { "id": "dom-pressuresource-cpu", - "href": "https://w3c.github.io/compute-pressure/#dom-pressuresource-cpu", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressuresource-cpu", "linkingText": [ "cpu" ], @@ -573,7 +571,7 @@ "informative": false, "heading": { "id": "the-pressureobserver-object", - "href": "https://w3c.github.io/compute-pressure/#the-pressureobserver-object", + "href": "https://www.w3.org/TR/compute-pressure/#the-pressureobserver-object", "title": "The PressureObserver object", "number": "10.2" }, @@ -581,7 +579,7 @@ }, { "id": "dom-pressureobserver", - "href": "https://w3c.github.io/compute-pressure/#dom-pressureobserver", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressureobserver", "linkingText": [ "PressureObserver" ], @@ -592,7 +590,7 @@ "informative": false, "heading": { "id": "the-pressureobserver-object", - "href": "https://w3c.github.io/compute-pressure/#the-pressureobserver-object", + "href": "https://www.w3.org/TR/compute-pressure/#the-pressureobserver-object", "title": "The PressureObserver object", "number": "10.2" }, @@ -600,7 +598,7 @@ }, { "id": "dom-pressureobserver-constructor", - "href": "https://w3c.github.io/compute-pressure/#dom-pressureobserver-constructor", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressureobserver-constructor", "linkingText": [ "constructor()", "constructor(callback)", @@ -619,7 +617,7 @@ "informative": false, "heading": { "id": "the-constructor-method", - "href": "https://w3c.github.io/compute-pressure/#the-constructor-method", + "href": "https://www.w3.org/TR/compute-pressure/#the-constructor-method", "title": "The constructor() method", "number": "10.2.1" }, @@ -627,7 +625,7 @@ }, { "id": "dom-pressureobserver-observe", - "href": "https://w3c.github.io/compute-pressure/#dom-pressureobserver-observe", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressureobserver-observe", "linkingText": [ "observe()", "observe(source)" @@ -645,7 +643,7 @@ "informative": false, "heading": { "id": "the-observe-method", - "href": "https://w3c.github.io/compute-pressure/#the-observe-method", + "href": "https://www.w3.org/TR/compute-pressure/#the-observe-method", "title": "The observe() method", "number": "10.2.2" }, @@ -653,7 +651,7 @@ }, { "id": "dom-pressureobserver-unobserve", - "href": "https://w3c.github.io/compute-pressure/#dom-pressureobserver-unobserve", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressureobserver-unobserve", "linkingText": [ "unobserve()", "unobserve(source)" @@ -671,7 +669,7 @@ "informative": false, "heading": { "id": "the-unobserve-method", - "href": "https://w3c.github.io/compute-pressure/#the-unobserve-method", + "href": "https://www.w3.org/TR/compute-pressure/#the-unobserve-method", "title": "The unobserve() method", "number": "10.2.3" }, @@ -679,7 +677,7 @@ }, { "id": "dom-pressureobserver-disconnect", - "href": "https://w3c.github.io/compute-pressure/#dom-pressureobserver-disconnect", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressureobserver-disconnect", "linkingText": [ "disconnect()" ], @@ -696,7 +694,7 @@ "informative": false, "heading": { "id": "the-disconnect-method", - "href": "https://w3c.github.io/compute-pressure/#the-disconnect-method", + "href": "https://www.w3.org/TR/compute-pressure/#the-disconnect-method", "title": "The disconnect() method", "number": "10.2.4" }, @@ -704,7 +702,7 @@ }, { "id": "dom-pressureobserver-takerecords", - "href": "https://w3c.github.io/compute-pressure/#dom-pressureobserver-takerecords", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressureobserver-takerecords", "linkingText": [ "takeRecords()" ], @@ -721,7 +719,7 @@ "informative": false, "heading": { "id": "the-takerecords-method", - "href": "https://w3c.github.io/compute-pressure/#the-takerecords-method", + "href": "https://www.w3.org/TR/compute-pressure/#the-takerecords-method", "title": "The takeRecords() method", "number": "10.2.5" }, @@ -729,7 +727,7 @@ }, { "id": "dom-pressureobserver-supportedsources", - "href": "https://w3c.github.io/compute-pressure/#dom-pressureobserver-supportedsources", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressureobserver-supportedsources", "linkingText": [ "supportedSources" ], @@ -744,15 +742,40 @@ "informative": false, "heading": { "id": "the-supportedsources-attribute", - "href": "https://w3c.github.io/compute-pressure/#the-supportedsources-attribute", + "href": "https://www.w3.org/TR/compute-pressure/#the-supportedsources-attribute", "title": "The supportedSources attribute", "number": "10.2.6" }, "definedIn": "heading" }, + { + "id": "dom-pressureobserver-requestpermission", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressureobserver-requestpermission", + "linkingText": [ + "requestPermission()" + ], + "localLinkingText": [ + "PressureObserver.requestPermission", + "PressureObserver.requestPermission()", + "requestPermission" + ], + "type": "method", + "for": [ + "PressureObserver" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-static-requestpermission-method", + "href": "https://www.w3.org/TR/compute-pressure/#the-static-requestpermission-method", + "title": "The static requestPermission() method", + "number": "10.2.7" + }, + "definedIn": "heading" + }, { "id": "dom-pressurerecord", - "href": "https://w3c.github.io/compute-pressure/#dom-pressurerecord", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressurerecord", "linkingText": [ "PressureRecord" ], @@ -763,7 +786,7 @@ "informative": false, "heading": { "id": "the-pressurerecord-interface", - "href": "https://w3c.github.io/compute-pressure/#the-pressurerecord-interface", + "href": "https://www.w3.org/TR/compute-pressure/#the-pressurerecord-interface", "title": "The PressureRecord interface", "number": "10.3" }, @@ -771,7 +794,7 @@ }, { "id": "dfn-source", - "href": "https://w3c.github.io/compute-pressure/#dfn-source", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-source", "linkingText": [ "[[Source]]" ], @@ -784,7 +807,7 @@ "informative": false, "heading": { "id": "the-pressurerecord-interface", - "href": "https://w3c.github.io/compute-pressure/#the-pressurerecord-interface", + "href": "https://www.w3.org/TR/compute-pressure/#the-pressurerecord-interface", "title": "The PressureRecord interface", "number": "10.3" }, @@ -792,7 +815,7 @@ }, { "id": "dfn-state", - "href": "https://w3c.github.io/compute-pressure/#dfn-state", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-state", "linkingText": [ "[[State]]" ], @@ -805,7 +828,7 @@ "informative": false, "heading": { "id": "the-pressurerecord-interface", - "href": "https://w3c.github.io/compute-pressure/#the-pressurerecord-interface", + "href": "https://www.w3.org/TR/compute-pressure/#the-pressurerecord-interface", "title": "The PressureRecord interface", "number": "10.3" }, @@ -813,7 +836,7 @@ }, { "id": "dfn-factors", - "href": "https://w3c.github.io/compute-pressure/#dfn-factors", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-factors", "linkingText": [ "[[Factors]]" ], @@ -826,7 +849,7 @@ "informative": false, "heading": { "id": "the-pressurerecord-interface", - "href": "https://w3c.github.io/compute-pressure/#the-pressurerecord-interface", + "href": "https://www.w3.org/TR/compute-pressure/#the-pressurerecord-interface", "title": "The PressureRecord interface", "number": "10.3" }, @@ -834,7 +857,7 @@ }, { "id": "dfn-time", - "href": "https://w3c.github.io/compute-pressure/#dfn-time", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-time", "linkingText": [ "[[Time]]" ], @@ -847,7 +870,7 @@ "informative": false, "heading": { "id": "the-pressurerecord-interface", - "href": "https://w3c.github.io/compute-pressure/#the-pressurerecord-interface", + "href": "https://www.w3.org/TR/compute-pressure/#the-pressurerecord-interface", "title": "The PressureRecord interface", "number": "10.3" }, @@ -855,7 +878,7 @@ }, { "id": "dom-pressurerecord-source", - "href": "https://w3c.github.io/compute-pressure/#dom-pressurerecord-source", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressurerecord-source", "linkingText": [ "source" ], @@ -870,7 +893,7 @@ "informative": false, "heading": { "id": "the-source-attribute", - "href": "https://w3c.github.io/compute-pressure/#the-source-attribute", + "href": "https://www.w3.org/TR/compute-pressure/#the-source-attribute", "title": "The source attribute", "number": "10.3.1" }, @@ -878,7 +901,7 @@ }, { "id": "dom-pressurerecord-state", - "href": "https://w3c.github.io/compute-pressure/#dom-pressurerecord-state", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressurerecord-state", "linkingText": [ "state" ], @@ -893,7 +916,7 @@ "informative": false, "heading": { "id": "the-state-attribute", - "href": "https://w3c.github.io/compute-pressure/#the-state-attribute", + "href": "https://www.w3.org/TR/compute-pressure/#the-state-attribute", "title": "The state attribute", "number": "10.3.2" }, @@ -901,7 +924,7 @@ }, { "id": "dom-pressurerecord-factors", - "href": "https://w3c.github.io/compute-pressure/#dom-pressurerecord-factors", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressurerecord-factors", "linkingText": [ "factors" ], @@ -916,7 +939,7 @@ "informative": false, "heading": { "id": "the-factors-attribute", - "href": "https://w3c.github.io/compute-pressure/#the-factors-attribute", + "href": "https://www.w3.org/TR/compute-pressure/#the-factors-attribute", "title": "The factors attribute", "number": "10.3.3" }, @@ -924,7 +947,7 @@ }, { "id": "dom-pressurerecord-time", - "href": "https://w3c.github.io/compute-pressure/#dom-pressurerecord-time", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressurerecord-time", "linkingText": [ "time" ], @@ -939,7 +962,7 @@ "informative": false, "heading": { "id": "the-time-attribute", - "href": "https://w3c.github.io/compute-pressure/#the-time-attribute", + "href": "https://www.w3.org/TR/compute-pressure/#the-time-attribute", "title": "The time attribute", "number": "10.3.4" }, @@ -947,7 +970,7 @@ }, { "id": "dom-pressureobserveroptions", - "href": "https://w3c.github.io/compute-pressure/#dom-pressureobserveroptions", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressureobserveroptions", "linkingText": [ "PressureObserverOptions" ], @@ -958,7 +981,7 @@ "informative": false, "heading": { "id": "the-pressureobserveroptions-dictionary", - "href": "https://w3c.github.io/compute-pressure/#the-pressureobserveroptions-dictionary", + "href": "https://www.w3.org/TR/compute-pressure/#the-pressureobserveroptions-dictionary", "title": "The PressureObserverOptions dictionary", "number": "10.4" }, @@ -966,7 +989,7 @@ }, { "id": "dom-pressureobserveroptions-samplerate", - "href": "https://w3c.github.io/compute-pressure/#dom-pressureobserveroptions-samplerate", + "href": "https://www.w3.org/TR/compute-pressure/#dom-pressureobserveroptions-samplerate", "linkingText": [ "sampleRate" ], @@ -979,7 +1002,7 @@ "informative": false, "heading": { "id": "the-samplerate-member", - "href": "https://w3c.github.io/compute-pressure/#the-samplerate-member", + "href": "https://www.w3.org/TR/compute-pressure/#the-samplerate-member", "title": "The sampleRate member", "number": "10.4.1" }, @@ -987,7 +1010,7 @@ }, { "id": "dfn-requested-sampling-rate", - "href": "https://w3c.github.io/compute-pressure/#dfn-requested-sampling-rate", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-requested-sampling-rate", "linkingText": [ "requested sampling rate" ], @@ -998,7 +1021,7 @@ "informative": false, "heading": { "id": "the-samplerate-member", - "href": "https://w3c.github.io/compute-pressure/#the-samplerate-member", + "href": "https://www.w3.org/TR/compute-pressure/#the-samplerate-member", "title": "The sampleRate member", "number": "10.4.1" }, @@ -1006,7 +1029,7 @@ }, { "id": "dfn-passes-privacy-test", - "href": "https://w3c.github.io/compute-pressure/#dfn-passes-privacy-test", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-passes-privacy-test", "linkingText": [ "passes privacy test" ], @@ -1017,7 +1040,7 @@ "informative": false, "heading": { "id": "supporting-algorithms", - "href": "https://w3c.github.io/compute-pressure/#supporting-algorithms", + "href": "https://www.w3.org/TR/compute-pressure/#supporting-algorithms", "title": "Supporting algorithms", "number": "10.6.1" }, @@ -1025,7 +1048,7 @@ }, { "id": "dfn-passes-rate-test", - "href": "https://w3c.github.io/compute-pressure/#dfn-passes-rate-test", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-passes-rate-test", "linkingText": [ "passes rate test" ], @@ -1036,7 +1059,7 @@ "informative": false, "heading": { "id": "supporting-algorithms", - "href": "https://w3c.github.io/compute-pressure/#supporting-algorithms", + "href": "https://www.w3.org/TR/compute-pressure/#supporting-algorithms", "title": "Supporting algorithms", "number": "10.6.1" }, @@ -1044,7 +1067,7 @@ }, { "id": "dfn-has-change-in-data", - "href": "https://w3c.github.io/compute-pressure/#dfn-has-change-in-data", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-has-change-in-data", "linkingText": [ "has change in data" ], @@ -1055,7 +1078,7 @@ "informative": false, "heading": { "id": "supporting-algorithms", - "href": "https://w3c.github.io/compute-pressure/#supporting-algorithms", + "href": "https://www.w3.org/TR/compute-pressure/#supporting-algorithms", "title": "Supporting algorithms", "number": "10.6.1" }, @@ -1063,7 +1086,7 @@ }, { "id": "dfn-data-delivery", - "href": "https://w3c.github.io/compute-pressure/#dfn-data-delivery", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-data-delivery", "linkingText": [ "data delivery" ], @@ -1074,7 +1097,7 @@ "informative": false, "heading": { "id": "data-delivery", - "href": "https://w3c.github.io/compute-pressure/#data-delivery", + "href": "https://www.w3.org/TR/compute-pressure/#data-delivery", "title": "Data delivery", "number": "10.6.2" }, @@ -1082,7 +1105,7 @@ }, { "id": "dfn-queue-a-record", - "href": "https://w3c.github.io/compute-pressure/#dfn-queue-a-record", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-queue-a-record", "linkingText": [ "queue a record" ], @@ -1093,7 +1116,7 @@ "informative": false, "heading": { "id": "queue-a-pressurerecord", - "href": "https://w3c.github.io/compute-pressure/#queue-a-pressurerecord", + "href": "https://www.w3.org/TR/compute-pressure/#queue-a-pressurerecord", "title": "Queue a PressureRecord", "number": "10.6.3" }, @@ -1101,7 +1124,7 @@ }, { "id": "dfn-pressureobserver-task-source", - "href": "https://w3c.github.io/compute-pressure/#dfn-pressureobserver-task-source", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-pressureobserver-task-source", "linkingText": [ "PressureObserver task source" ], @@ -1112,7 +1135,7 @@ "informative": false, "heading": { "id": "queue-a-pressure-observer-task", - "href": "https://w3c.github.io/compute-pressure/#queue-a-pressure-observer-task", + "href": "https://www.w3.org/TR/compute-pressure/#queue-a-pressure-observer-task", "title": "Queue a Pressure Observer Task", "number": "10.6.4" }, @@ -1120,7 +1143,7 @@ }, { "id": "dfn-queue-a-pressure-observer-task", - "href": "https://w3c.github.io/compute-pressure/#dfn-queue-a-pressure-observer-task", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-queue-a-pressure-observer-task", "linkingText": [ "queue a pressure observer task" ], @@ -1131,7 +1154,7 @@ "informative": false, "heading": { "id": "queue-a-pressure-observer-task", - "href": "https://w3c.github.io/compute-pressure/#queue-a-pressure-observer-task", + "href": "https://www.w3.org/TR/compute-pressure/#queue-a-pressure-observer-task", "title": "Queue a Pressure Observer Task", "number": "10.6.4" }, @@ -1139,7 +1162,7 @@ }, { "id": "dfn-notify-pressure-observers", - "href": "https://w3c.github.io/compute-pressure/#dfn-notify-pressure-observers", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-notify-pressure-observers", "linkingText": [ "notify pressure observers" ], @@ -1150,7 +1173,7 @@ "informative": false, "heading": { "id": "notify-observers", - "href": "https://w3c.github.io/compute-pressure/#notify-observers", + "href": "https://www.w3.org/TR/compute-pressure/#notify-observers", "title": "Notify Pressure Observers", "number": "10.6.5" }, @@ -1158,7 +1181,7 @@ }, { "id": "dfn-user-agent", - "href": "https://w3c.github.io/compute-pressure/#dfn-user-agent", + "href": "https://www.w3.org/TR/compute-pressure/#dfn-user-agent", "linkingText": [ "user agent" ], @@ -1169,7 +1192,7 @@ "informative": false, "heading": { "id": "conformance", - "href": "https://w3c.github.io/compute-pressure/#conformance", + "href": "https://www.w3.org/TR/compute-pressure/#conformance", "title": "Conformance", "number": "10.9" }, diff --git a/tr/dfns/contact-api.json b/tr/dfns/contact-picker-1.json similarity index 70% rename from tr/dfns/contact-api.json rename to tr/dfns/contact-picker-1.json index c047546e4120..2bd62853966c 100644 --- a/tr/dfns/contact-api.json +++ b/tr/dfns/contact-picker-1.json @@ -1,12 +1,12 @@ { "spec": { "title": "Contact Picker API", - "url": "https://w3c.github.io/contact-picker/spec/" + "url": "https://www.w3.org/TR/contact-picker-1/" }, "dfns": [ { "id": "contact-picker-task-source", - "href": "https://w3c.github.io/contact-picker/spec/#contact-picker-task-source", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-picker-task-source", "linkingText": [ "contact picker task source" ], @@ -17,7 +17,7 @@ "informative": false, "heading": { "id": "infrastructure", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure", "title": "Infrastructure", "number": "4" }, @@ -25,7 +25,7 @@ }, { "id": "queue-a-contact-picker-task", - "href": "https://w3c.github.io/contact-picker/spec/#queue-a-contact-picker-task", + "href": "https://www.w3.org/TR/contact-picker-1/#queue-a-contact-picker-task", "linkingText": [ "queue a contact picker task" ], @@ -36,7 +36,7 @@ "informative": false, "heading": { "id": "infrastructure", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure", "title": "Infrastructure", "number": "4" }, @@ -44,7 +44,7 @@ }, { "id": "physical-address", - "href": "https://w3c.github.io/contact-picker/spec/#physical-address", + "href": "https://www.w3.org/TR/contact-picker-1/#physical-address", "linkingText": [ "physical address" ], @@ -55,7 +55,7 @@ "informative": false, "heading": { "id": "infrastructure-physical-address", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure-physical-address", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure-physical-address", "title": "Physical address", "number": "4.1" }, @@ -63,7 +63,7 @@ }, { "id": "physical-address-country", - "href": "https://w3c.github.io/contact-picker/spec/#physical-address-country", + "href": "https://www.w3.org/TR/contact-picker-1/#physical-address-country", "linkingText": [ "country" ], @@ -76,7 +76,7 @@ "informative": false, "heading": { "id": "infrastructure-physical-address", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure-physical-address", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure-physical-address", "title": "Physical address", "number": "4.1" }, @@ -84,7 +84,7 @@ }, { "id": "physical-address-address-line", - "href": "https://w3c.github.io/contact-picker/spec/#physical-address-address-line", + "href": "https://www.w3.org/TR/contact-picker-1/#physical-address-address-line", "linkingText": [ "address line" ], @@ -97,7 +97,7 @@ "informative": false, "heading": { "id": "infrastructure-physical-address", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure-physical-address", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure-physical-address", "title": "Physical address", "number": "4.1" }, @@ -105,7 +105,7 @@ }, { "id": "physical-address-region", - "href": "https://w3c.github.io/contact-picker/spec/#physical-address-region", + "href": "https://www.w3.org/TR/contact-picker-1/#physical-address-region", "linkingText": [ "region" ], @@ -118,7 +118,7 @@ "informative": false, "heading": { "id": "infrastructure-physical-address", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure-physical-address", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure-physical-address", "title": "Physical address", "number": "4.1" }, @@ -126,7 +126,7 @@ }, { "id": "physical-address-city", - "href": "https://w3c.github.io/contact-picker/spec/#physical-address-city", + "href": "https://www.w3.org/TR/contact-picker-1/#physical-address-city", "linkingText": [ "city" ], @@ -139,7 +139,7 @@ "informative": false, "heading": { "id": "infrastructure-physical-address", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure-physical-address", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure-physical-address", "title": "Physical address", "number": "4.1" }, @@ -147,7 +147,7 @@ }, { "id": "physical-address-dependent-locality", - "href": "https://w3c.github.io/contact-picker/spec/#physical-address-dependent-locality", + "href": "https://www.w3.org/TR/contact-picker-1/#physical-address-dependent-locality", "linkingText": [ "dependent locality" ], @@ -160,7 +160,7 @@ "informative": false, "heading": { "id": "infrastructure-physical-address", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure-physical-address", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure-physical-address", "title": "Physical address", "number": "4.1" }, @@ -168,7 +168,7 @@ }, { "id": "physical-address-postal-code", - "href": "https://w3c.github.io/contact-picker/spec/#physical-address-postal-code", + "href": "https://www.w3.org/TR/contact-picker-1/#physical-address-postal-code", "linkingText": [ "postal code" ], @@ -181,7 +181,7 @@ "informative": false, "heading": { "id": "infrastructure-physical-address", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure-physical-address", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure-physical-address", "title": "Physical address", "number": "4.1" }, @@ -189,7 +189,7 @@ }, { "id": "physical-address-sorting-code", - "href": "https://w3c.github.io/contact-picker/spec/#physical-address-sorting-code", + "href": "https://www.w3.org/TR/contact-picker-1/#physical-address-sorting-code", "linkingText": [ "sorting code" ], @@ -202,7 +202,7 @@ "informative": false, "heading": { "id": "infrastructure-physical-address", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure-physical-address", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure-physical-address", "title": "Physical address", "number": "4.1" }, @@ -210,7 +210,7 @@ }, { "id": "physical-address-organization", - "href": "https://w3c.github.io/contact-picker/spec/#physical-address-organization", + "href": "https://www.w3.org/TR/contact-picker-1/#physical-address-organization", "linkingText": [ "organization" ], @@ -223,7 +223,7 @@ "informative": false, "heading": { "id": "infrastructure-physical-address", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure-physical-address", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure-physical-address", "title": "Physical address", "number": "4.1" }, @@ -231,7 +231,7 @@ }, { "id": "physical-address-recipient", - "href": "https://w3c.github.io/contact-picker/spec/#physical-address-recipient", + "href": "https://www.w3.org/TR/contact-picker-1/#physical-address-recipient", "linkingText": [ "recipient" ], @@ -244,7 +244,7 @@ "informative": false, "heading": { "id": "infrastructure-physical-address", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure-physical-address", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure-physical-address", "title": "Physical address", "number": "4.1" }, @@ -252,7 +252,7 @@ }, { "id": "physical-address-phone-number", - "href": "https://w3c.github.io/contact-picker/spec/#physical-address-phone-number", + "href": "https://www.w3.org/TR/contact-picker-1/#physical-address-phone-number", "linkingText": [ "phone number" ], @@ -265,7 +265,7 @@ "informative": false, "heading": { "id": "infrastructure-physical-address", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure-physical-address", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure-physical-address", "title": "Physical address", "number": "4.1" }, @@ -273,7 +273,7 @@ }, { "id": "user-contact", - "href": "https://w3c.github.io/contact-picker/spec/#user-contact", + "href": "https://www.w3.org/TR/contact-picker-1/#user-contact", "linkingText": [ "user contact" ], @@ -284,7 +284,7 @@ "informative": false, "heading": { "id": "infrastructure-user-contact", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure-user-contact", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure-user-contact", "title": "User contact", "number": "4.2" }, @@ -292,7 +292,7 @@ }, { "id": "user-contact-names", - "href": "https://w3c.github.io/contact-picker/spec/#user-contact-names", + "href": "https://www.w3.org/TR/contact-picker-1/#user-contact-names", "linkingText": [ "names" ], @@ -305,7 +305,7 @@ "informative": false, "heading": { "id": "infrastructure-user-contact", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure-user-contact", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure-user-contact", "title": "User contact", "number": "4.2" }, @@ -313,7 +313,7 @@ }, { "id": "user-contact-emails", - "href": "https://w3c.github.io/contact-picker/spec/#user-contact-emails", + "href": "https://www.w3.org/TR/contact-picker-1/#user-contact-emails", "linkingText": [ "emails" ], @@ -326,7 +326,7 @@ "informative": false, "heading": { "id": "infrastructure-user-contact", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure-user-contact", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure-user-contact", "title": "User contact", "number": "4.2" }, @@ -334,7 +334,7 @@ }, { "id": "user-contact-numbers", - "href": "https://w3c.github.io/contact-picker/spec/#user-contact-numbers", + "href": "https://www.w3.org/TR/contact-picker-1/#user-contact-numbers", "linkingText": [ "numbers" ], @@ -347,7 +347,7 @@ "informative": false, "heading": { "id": "infrastructure-user-contact", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure-user-contact", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure-user-contact", "title": "User contact", "number": "4.2" }, @@ -355,7 +355,7 @@ }, { "id": "user-contact-addresses", - "href": "https://w3c.github.io/contact-picker/spec/#user-contact-addresses", + "href": "https://www.w3.org/TR/contact-picker-1/#user-contact-addresses", "linkingText": [ "addresses" ], @@ -368,7 +368,7 @@ "informative": false, "heading": { "id": "infrastructure-user-contact", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure-user-contact", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure-user-contact", "title": "User contact", "number": "4.2" }, @@ -376,7 +376,7 @@ }, { "id": "user-contact-icons", - "href": "https://w3c.github.io/contact-picker/spec/#user-contact-icons", + "href": "https://www.w3.org/TR/contact-picker-1/#user-contact-icons", "linkingText": [ "icons" ], @@ -389,7 +389,7 @@ "informative": false, "heading": { "id": "infrastructure-user-contact", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure-user-contact", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure-user-contact", "title": "User contact", "number": "4.2" }, @@ -397,7 +397,7 @@ }, { "id": "contacts-source", - "href": "https://w3c.github.io/contact-picker/spec/#contacts-source", + "href": "https://www.w3.org/TR/contact-picker-1/#contacts-source", "linkingText": [ "contacts source" ], @@ -408,7 +408,7 @@ "informative": false, "heading": { "id": "infrastructure-contacts-source", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure-contacts-source", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure-contacts-source", "title": "Contacts source", "number": "4.3" }, @@ -416,7 +416,7 @@ }, { "id": "contacts-source-available-contacts", - "href": "https://w3c.github.io/contact-picker/spec/#contacts-source-available-contacts", + "href": "https://www.w3.org/TR/contact-picker-1/#contacts-source-available-contacts", "linkingText": [ "available contacts" ], @@ -429,7 +429,7 @@ "informative": false, "heading": { "id": "infrastructure-contacts-source", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure-contacts-source", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure-contacts-source", "title": "Contacts source", "number": "4.3" }, @@ -437,7 +437,7 @@ }, { "id": "contacts-source-supported-properties", - "href": "https://w3c.github.io/contact-picker/spec/#contacts-source-supported-properties", + "href": "https://www.w3.org/TR/contact-picker-1/#contacts-source-supported-properties", "linkingText": [ "supported properties" ], @@ -450,7 +450,7 @@ "informative": false, "heading": { "id": "infrastructure-contacts-source", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure-contacts-source", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure-contacts-source", "title": "Contacts source", "number": "4.3" }, @@ -458,7 +458,7 @@ }, { "id": "navigator-contacts-manager", - "href": "https://w3c.github.io/contact-picker/spec/#navigator-contacts-manager", + "href": "https://www.w3.org/TR/contact-picker-1/#navigator-contacts-manager", "linkingText": [ "contacts manager" ], @@ -471,7 +471,7 @@ "informative": false, "heading": { "id": "extensions-to-navigator", - "href": "https://w3c.github.io/contact-picker/spec/#extensions-to-navigator", + "href": "https://www.w3.org/TR/contact-picker-1/#extensions-to-navigator", "title": "Extensions to Navigator", "number": "5.1" }, @@ -479,7 +479,7 @@ }, { "id": "dom-navigator-contacts", - "href": "https://w3c.github.io/contact-picker/spec/#dom-navigator-contacts", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-navigator-contacts", "linkingText": [ "contacts" ], @@ -492,7 +492,7 @@ "informative": false, "heading": { "id": "extensions-to-navigator", - "href": "https://w3c.github.io/contact-picker/spec/#extensions-to-navigator", + "href": "https://www.w3.org/TR/contact-picker-1/#extensions-to-navigator", "title": "Extensions to Navigator", "number": "5.1" }, @@ -500,7 +500,7 @@ }, { "id": "contact-picker-is-showing-flag", - "href": "https://w3c.github.io/contact-picker/spec/#contact-picker-is-showing-flag", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-picker-is-showing-flag", "linkingText": [ "contact picker is showing flag" ], @@ -511,7 +511,7 @@ "informative": false, "heading": { "id": "extensions-to-navigator", - "href": "https://w3c.github.io/contact-picker/spec/#extensions-to-navigator", + "href": "https://www.w3.org/TR/contact-picker-1/#extensions-to-navigator", "title": "Extensions to Navigator", "number": "5.1" }, @@ -519,7 +519,7 @@ }, { "id": "enumdef-contactproperty", - "href": "https://w3c.github.io/contact-picker/spec/#enumdef-contactproperty", + "href": "https://www.w3.org/TR/contact-picker-1/#enumdef-contactproperty", "linkingText": [ "ContactProperty" ], @@ -530,7 +530,7 @@ "informative": false, "heading": { "id": "contact-property", - "href": "https://w3c.github.io/contact-picker/spec/#contact-property", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-property", "title": "ContactProperty", "number": "5.2" }, @@ -538,7 +538,7 @@ }, { "id": "dom-contactproperty-address", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactproperty-address", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactproperty-address", "linkingText": [ "\"address\"" ], @@ -551,7 +551,7 @@ "informative": false, "heading": { "id": "contact-property", - "href": "https://w3c.github.io/contact-picker/spec/#contact-property", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-property", "title": "ContactProperty", "number": "5.2" }, @@ -559,7 +559,7 @@ }, { "id": "dom-contactproperty-email", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactproperty-email", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactproperty-email", "linkingText": [ "\"email\"" ], @@ -572,7 +572,7 @@ "informative": false, "heading": { "id": "contact-property", - "href": "https://w3c.github.io/contact-picker/spec/#contact-property", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-property", "title": "ContactProperty", "number": "5.2" }, @@ -580,7 +580,7 @@ }, { "id": "dom-contactproperty-icon", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactproperty-icon", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactproperty-icon", "linkingText": [ "\"icon\"" ], @@ -593,7 +593,7 @@ "informative": false, "heading": { "id": "contact-property", - "href": "https://w3c.github.io/contact-picker/spec/#contact-property", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-property", "title": "ContactProperty", "number": "5.2" }, @@ -601,7 +601,7 @@ }, { "id": "dom-contactproperty-name", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactproperty-name", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactproperty-name", "linkingText": [ "\"name\"" ], @@ -614,7 +614,7 @@ "informative": false, "heading": { "id": "contact-property", - "href": "https://w3c.github.io/contact-picker/spec/#contact-property", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-property", "title": "ContactProperty", "number": "5.2" }, @@ -622,7 +622,7 @@ }, { "id": "dom-contactproperty-tel", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactproperty-tel", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactproperty-tel", "linkingText": [ "\"tel\"" ], @@ -635,7 +635,7 @@ "informative": false, "heading": { "id": "contact-property", - "href": "https://w3c.github.io/contact-picker/spec/#contact-property", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-property", "title": "ContactProperty", "number": "5.2" }, @@ -643,7 +643,7 @@ }, { "id": "available", - "href": "https://w3c.github.io/contact-picker/spec/#available", + "href": "https://www.w3.org/TR/contact-picker-1/#available", "linkingText": [ "available" ], @@ -654,7 +654,7 @@ "informative": false, "heading": { "id": "contact-property", - "href": "https://w3c.github.io/contact-picker/spec/#contact-property", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-property", "title": "ContactProperty", "number": "5.2" }, @@ -662,7 +662,7 @@ }, { "id": "contactaddress", - "href": "https://w3c.github.io/contact-picker/spec/#contactaddress", + "href": "https://www.w3.org/TR/contact-picker-1/#contactaddress", "linkingText": [ "ContactAddress" ], @@ -673,7 +673,7 @@ "informative": false, "heading": { "id": "contact-address", - "href": "https://w3c.github.io/contact-picker/spec/#contact-address", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-address", "title": "ContactAddress", "number": "5.3" }, @@ -681,7 +681,7 @@ }, { "id": "dom-contactaddress-tojson", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactaddress-tojson", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactaddress-tojson", "linkingText": [ "toJSON()" ], @@ -694,7 +694,7 @@ "informative": false, "heading": { "id": "contact-address", - "href": "https://w3c.github.io/contact-picker/spec/#contact-address", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-address", "title": "ContactAddress", "number": "5.3" }, @@ -702,7 +702,7 @@ }, { "id": "contactaddress-address", - "href": "https://w3c.github.io/contact-picker/spec/#contactaddress-address", + "href": "https://www.w3.org/TR/contact-picker-1/#contactaddress-address", "linkingText": [ "address" ], @@ -715,7 +715,7 @@ "informative": false, "heading": { "id": "contact-address", - "href": "https://w3c.github.io/contact-picker/spec/#contact-address", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-address", "title": "ContactAddress", "number": "5.3" }, @@ -723,7 +723,7 @@ }, { "id": "dom-contactaddress-city", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactaddress-city", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactaddress-city", "linkingText": [ "city" ], @@ -736,7 +736,7 @@ "informative": false, "heading": { "id": "contact-address", - "href": "https://w3c.github.io/contact-picker/spec/#contact-address", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-address", "title": "ContactAddress", "number": "5.3" }, @@ -744,7 +744,7 @@ }, { "id": "dom-contactaddress-country", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactaddress-country", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactaddress-country", "linkingText": [ "country" ], @@ -757,7 +757,7 @@ "informative": false, "heading": { "id": "contact-address", - "href": "https://w3c.github.io/contact-picker/spec/#contact-address", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-address", "title": "ContactAddress", "number": "5.3" }, @@ -765,7 +765,7 @@ }, { "id": "dom-contactaddress-dependentlocality", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactaddress-dependentlocality", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactaddress-dependentlocality", "linkingText": [ "dependentLocality" ], @@ -778,7 +778,7 @@ "informative": false, "heading": { "id": "contact-address", - "href": "https://w3c.github.io/contact-picker/spec/#contact-address", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-address", "title": "ContactAddress", "number": "5.3" }, @@ -786,7 +786,7 @@ }, { "id": "dom-contactaddress-organization", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactaddress-organization", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactaddress-organization", "linkingText": [ "organization" ], @@ -799,7 +799,7 @@ "informative": false, "heading": { "id": "contact-address", - "href": "https://w3c.github.io/contact-picker/spec/#contact-address", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-address", "title": "ContactAddress", "number": "5.3" }, @@ -807,7 +807,7 @@ }, { "id": "dom-contactaddress-phone", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactaddress-phone", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactaddress-phone", "linkingText": [ "phone" ], @@ -820,7 +820,7 @@ "informative": false, "heading": { "id": "contact-address", - "href": "https://w3c.github.io/contact-picker/spec/#contact-address", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-address", "title": "ContactAddress", "number": "5.3" }, @@ -828,7 +828,7 @@ }, { "id": "dom-contactaddress-postalcode", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactaddress-postalcode", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactaddress-postalcode", "linkingText": [ "postalCode" ], @@ -841,7 +841,7 @@ "informative": false, "heading": { "id": "contact-address", - "href": "https://w3c.github.io/contact-picker/spec/#contact-address", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-address", "title": "ContactAddress", "number": "5.3" }, @@ -849,7 +849,7 @@ }, { "id": "dom-contactaddress-recipient", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactaddress-recipient", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactaddress-recipient", "linkingText": [ "recipient" ], @@ -862,7 +862,7 @@ "informative": false, "heading": { "id": "contact-address", - "href": "https://w3c.github.io/contact-picker/spec/#contact-address", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-address", "title": "ContactAddress", "number": "5.3" }, @@ -870,7 +870,7 @@ }, { "id": "dom-contactaddress-region", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactaddress-region", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactaddress-region", "linkingText": [ "region" ], @@ -883,7 +883,7 @@ "informative": false, "heading": { "id": "contact-address", - "href": "https://w3c.github.io/contact-picker/spec/#contact-address", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-address", "title": "ContactAddress", "number": "5.3" }, @@ -891,7 +891,7 @@ }, { "id": "dom-contactaddress-sortingcode", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactaddress-sortingcode", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactaddress-sortingcode", "linkingText": [ "sortingCode" ], @@ -904,7 +904,7 @@ "informative": false, "heading": { "id": "contact-address", - "href": "https://w3c.github.io/contact-picker/spec/#contact-address", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-address", "title": "ContactAddress", "number": "5.3" }, @@ -912,7 +912,7 @@ }, { "id": "dom-contactaddress-addressline", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactaddress-addressline", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactaddress-addressline", "linkingText": [ "addressLine" ], @@ -925,7 +925,7 @@ "informative": false, "heading": { "id": "contact-address", - "href": "https://w3c.github.io/contact-picker/spec/#contact-address", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-address", "title": "ContactAddress", "number": "5.3" }, @@ -933,7 +933,7 @@ }, { "id": "dictdef-contactinfo", - "href": "https://w3c.github.io/contact-picker/spec/#dictdef-contactinfo", + "href": "https://www.w3.org/TR/contact-picker-1/#dictdef-contactinfo", "linkingText": [ "ContactInfo" ], @@ -944,7 +944,7 @@ "informative": false, "heading": { "id": "contacts-manager", - "href": "https://w3c.github.io/contact-picker/spec/#contacts-manager", + "href": "https://www.w3.org/TR/contact-picker-1/#contacts-manager", "title": "ContactsManager", "number": "5.4" }, @@ -952,7 +952,7 @@ }, { "id": "dom-contactinfo-address", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactinfo-address", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactinfo-address", "linkingText": [ "address" ], @@ -965,7 +965,7 @@ "informative": false, "heading": { "id": "contacts-manager", - "href": "https://w3c.github.io/contact-picker/spec/#contacts-manager", + "href": "https://www.w3.org/TR/contact-picker-1/#contacts-manager", "title": "ContactsManager", "number": "5.4" }, @@ -973,7 +973,7 @@ }, { "id": "dom-contactinfo-email", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactinfo-email", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactinfo-email", "linkingText": [ "email" ], @@ -986,7 +986,7 @@ "informative": false, "heading": { "id": "contacts-manager", - "href": "https://w3c.github.io/contact-picker/spec/#contacts-manager", + "href": "https://www.w3.org/TR/contact-picker-1/#contacts-manager", "title": "ContactsManager", "number": "5.4" }, @@ -994,7 +994,7 @@ }, { "id": "dom-contactinfo-icon", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactinfo-icon", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactinfo-icon", "linkingText": [ "icon" ], @@ -1007,7 +1007,7 @@ "informative": false, "heading": { "id": "contacts-manager", - "href": "https://w3c.github.io/contact-picker/spec/#contacts-manager", + "href": "https://www.w3.org/TR/contact-picker-1/#contacts-manager", "title": "ContactsManager", "number": "5.4" }, @@ -1015,7 +1015,7 @@ }, { "id": "dom-contactinfo-name", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactinfo-name", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactinfo-name", "linkingText": [ "name" ], @@ -1028,7 +1028,7 @@ "informative": false, "heading": { "id": "contacts-manager", - "href": "https://w3c.github.io/contact-picker/spec/#contacts-manager", + "href": "https://www.w3.org/TR/contact-picker-1/#contacts-manager", "title": "ContactsManager", "number": "5.4" }, @@ -1036,7 +1036,7 @@ }, { "id": "dom-contactinfo-tel", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactinfo-tel", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactinfo-tel", "linkingText": [ "tel" ], @@ -1049,7 +1049,7 @@ "informative": false, "heading": { "id": "contacts-manager", - "href": "https://w3c.github.io/contact-picker/spec/#contacts-manager", + "href": "https://www.w3.org/TR/contact-picker-1/#contacts-manager", "title": "ContactsManager", "number": "5.4" }, @@ -1057,7 +1057,7 @@ }, { "id": "dictdef-contactsselectoptions", - "href": "https://w3c.github.io/contact-picker/spec/#dictdef-contactsselectoptions", + "href": "https://www.w3.org/TR/contact-picker-1/#dictdef-contactsselectoptions", "linkingText": [ "ContactsSelectOptions" ], @@ -1068,7 +1068,7 @@ "informative": false, "heading": { "id": "contacts-manager", - "href": "https://w3c.github.io/contact-picker/spec/#contacts-manager", + "href": "https://www.w3.org/TR/contact-picker-1/#contacts-manager", "title": "ContactsManager", "number": "5.4" }, @@ -1076,7 +1076,7 @@ }, { "id": "dom-contactsselectoptions-multiple", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactsselectoptions-multiple", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactsselectoptions-multiple", "linkingText": [ "multiple" ], @@ -1089,7 +1089,7 @@ "informative": false, "heading": { "id": "contacts-manager", - "href": "https://w3c.github.io/contact-picker/spec/#contacts-manager", + "href": "https://www.w3.org/TR/contact-picker-1/#contacts-manager", "title": "ContactsManager", "number": "5.4" }, @@ -1097,7 +1097,7 @@ }, { "id": "contactsmanager", - "href": "https://w3c.github.io/contact-picker/spec/#contactsmanager", + "href": "https://www.w3.org/TR/contact-picker-1/#contactsmanager", "linkingText": [ "ContactsManager" ], @@ -1108,7 +1108,7 @@ "informative": false, "heading": { "id": "contacts-manager", - "href": "https://w3c.github.io/contact-picker/spec/#contacts-manager", + "href": "https://www.w3.org/TR/contact-picker-1/#contacts-manager", "title": "ContactsManager", "number": "5.4" }, @@ -1116,7 +1116,7 @@ }, { "id": "dom-contactsmanager-select-properties-options-properties", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactsmanager-select-properties-options-properties", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactsmanager-select-properties-options-properties", "linkingText": [ "properties" ], @@ -1130,7 +1130,7 @@ "informative": false, "heading": { "id": "contacts-manager", - "href": "https://w3c.github.io/contact-picker/spec/#contacts-manager", + "href": "https://www.w3.org/TR/contact-picker-1/#contacts-manager", "title": "ContactsManager", "number": "5.4" }, @@ -1138,7 +1138,7 @@ }, { "id": "dom-contactsmanager-select-properties-options-options", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactsmanager-select-properties-options-options", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactsmanager-select-properties-options-options", "linkingText": [ "options" ], @@ -1152,7 +1152,7 @@ "informative": false, "heading": { "id": "contacts-manager", - "href": "https://w3c.github.io/contact-picker/spec/#contacts-manager", + "href": "https://www.w3.org/TR/contact-picker-1/#contacts-manager", "title": "ContactsManager", "number": "5.4" }, @@ -1160,7 +1160,7 @@ }, { "id": "dom-contactsmanager-getproperties", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactsmanager-getproperties", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactsmanager-getproperties", "linkingText": [ "getProperties()" ], @@ -1173,7 +1173,7 @@ "informative": false, "heading": { "id": "contacts-manager-getproperties", - "href": "https://w3c.github.io/contact-picker/spec/#contacts-manager-getproperties", + "href": "https://www.w3.org/TR/contact-picker-1/#contacts-manager-getproperties", "title": "getProperties()", "number": "5.4.1" }, @@ -1181,7 +1181,7 @@ }, { "id": "dom-contactsmanager-select", - "href": "https://w3c.github.io/contact-picker/spec/#dom-contactsmanager-select", + "href": "https://www.w3.org/TR/contact-picker-1/#dom-contactsmanager-select", "linkingText": [ "select(properties, options)", "select(properties)" @@ -1195,7 +1195,7 @@ "informative": false, "heading": { "id": "contacts-manager-select", - "href": "https://w3c.github.io/contact-picker/spec/#contacts-manager-select", + "href": "https://www.w3.org/TR/contact-picker-1/#contacts-manager-select", "title": "select()", "number": "5.4.2" }, @@ -1203,7 +1203,7 @@ }, { "id": "contactsmanager-launching-a-contact-picker", - "href": "https://w3c.github.io/contact-picker/spec/#contactsmanager-launching-a-contact-picker", + "href": "https://www.w3.org/TR/contact-picker-1/#contactsmanager-launching-a-contact-picker", "linkingText": [ "launching a contact picker" ], @@ -1216,7 +1216,7 @@ "informative": false, "heading": { "id": "contact-picker", - "href": "https://w3c.github.io/contact-picker/spec/#contact-picker", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-picker", "title": "Contact Picker", "number": "6" }, diff --git a/tr/dfns/css-2022.json b/tr/dfns/css-2022.json new file mode 100644 index 000000000000..170af48513c7 --- /dev/null +++ b/tr/dfns/css-2022.json @@ -0,0 +1,333 @@ +{ + "spec": { + "title": "CSS Snapshot 2022", + "url": "https://www.w3.org/TR/css-2022/" + }, + "dfns": [ + { + "id": "css", + "href": "https://www.w3.org/TR/css-2022/#css", + "linkingText": [ + "CSS", + "Cascading Style Sheets" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css-glossary", + "href": "https://www.w3.org/TR/css-2022/#css-glossary", + "title": "What is CSS?", + "number": "1.1" + }, + "definedIn": "dt" + }, + { + "id": "style-sheet", + "href": "https://www.w3.org/TR/css-2022/#style-sheet", + "linkingText": [ + "Style sheet" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css-glossary", + "href": "https://www.w3.org/TR/css-2022/#css-glossary", + "title": "What is CSS?", + "number": "1.1" + }, + "definedIn": "dt" + }, + { + "id": "source-document", + "href": "https://www.w3.org/TR/css-2022/#source-document", + "linkingText": [ + "Source document" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css-glossary", + "href": "https://www.w3.org/TR/css-2022/#css-glossary", + "title": "What is CSS?", + "number": "1.1" + }, + "definedIn": "dt" + }, + { + "id": "author", + "href": "https://www.w3.org/TR/css-2022/#author", + "linkingText": [ + "Author" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css-glossary", + "href": "https://www.w3.org/TR/css-2022/#css-glossary", + "title": "What is CSS?", + "number": "1.1" + }, + "definedIn": "dt" + }, + { + "id": "authoring-tool", + "href": "https://www.w3.org/TR/css-2022/#authoring-tool", + "linkingText": [ + "authoring tool" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css-glossary", + "href": "https://www.w3.org/TR/css-2022/#css-glossary", + "title": "What is CSS?", + "number": "1.1" + }, + "definedIn": "prose" + }, + { + "id": "user", + "href": "https://www.w3.org/TR/css-2022/#user", + "linkingText": [ + "User" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css-glossary", + "href": "https://www.w3.org/TR/css-2022/#css-glossary", + "title": "What is CSS?", + "number": "1.1" + }, + "definedIn": "dt" + }, + { + "id": "user-agent", + "href": "https://www.w3.org/TR/css-2022/#user-agent", + "linkingText": [ + "user agent", + "UA" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "css-glossary", + "href": "https://www.w3.org/TR/css-2022/#css-glossary", + "title": "What is CSS?", + "number": "1.1" + }, + "definedIn": "dt" + }, + { + "id": "editors-draft", + "href": "https://www.w3.org/TR/css-2022/#editors-draft", + "linkingText": [ + "Editor’s Draft" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "w3c-process", + "href": "https://www.w3.org/TR/css-2022/#w3c-process", + "title": "Background: The W3C Process and CSS", + "number": "1.2" + }, + "definedIn": "prose" + }, + { + "id": "cascading-style-sheets-css", + "href": "https://www.w3.org/TR/css-2022/#cascading-style-sheets-css", + "linkingText": [ + "Cascading Style Sheets (CSS)" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css-official", + "href": "https://www.w3.org/TR/css-2022/#css-official", + "title": "Cascading Style Sheets (CSS) — The Official Definition", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "levels", + "href": "https://www.w3.org/TR/css-2022/#levels", + "linkingText": [ + "levels" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css-levels", + "href": "https://www.w3.org/TR/css-2022/#css-levels", + "title": "CSS Levels", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "css-level-1", + "href": "https://www.w3.org/TR/css-2022/#css-level-1", + "linkingText": [ + "CSS Level 1" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css-levels", + "href": "https://www.w3.org/TR/css-2022/#css-levels", + "title": "CSS Levels", + "number": "2.4" + }, + "definedIn": "dt" + }, + { + "id": "css-level-2", + "href": "https://www.w3.org/TR/css-2022/#css-level-2", + "linkingText": [ + "CSS Level 2" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css-levels", + "href": "https://www.w3.org/TR/css-2022/#css-levels", + "title": "CSS Levels", + "number": "2.4" + }, + "definedIn": "dt" + }, + { + "id": "css-level-3", + "href": "https://www.w3.org/TR/css-2022/#css-level-3", + "linkingText": [ + "CSS Level 3" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css-levels", + "href": "https://www.w3.org/TR/css-2022/#css-levels", + "title": "CSS Levels", + "number": "2.4" + }, + "definedIn": "dt" + }, + { + "id": "css-level-4", + "href": "https://www.w3.org/TR/css-2022/#css-level-4", + "linkingText": [ + "CSS Level 4" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css-levels", + "href": "https://www.w3.org/TR/css-2022/#css-levels", + "title": "CSS Levels", + "number": "2.4" + }, + "definedIn": "dt" + }, + { + "id": "unstable", + "href": "https://www.w3.org/TR/css-2022/#unstable", + "linkingText": [ + "unstable" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "experimental", + "href": "https://www.w3.org/TR/css-2022/#experimental", + "title": "Experimentation and Unstable Features", + "number": "3.2.1" + }, + "definedIn": "prose" + }, + { + "id": "proprietary-extension", + "href": "https://www.w3.org/TR/css-2022/#proprietary-extension", + "linkingText": [ + "proprietary extension" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "proprietary", + "href": "https://www.w3.org/TR/css-2022/#proprietary", + "title": "Proprietary and Non-standardized Features", + "number": "3.2.2" + }, + "definedIn": "prose" + }, + { + "id": "rough-interoperability", + "href": "https://www.w3.org/TR/css-2022/#rough-interoperability", + "linkingText": [ + "Rough interoperability" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "de-facto", + "href": "https://www.w3.org/TR/css-2022/#de-facto", + "title": "Market Pressure and De Facto Standards", + "number": "3.2.3" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/css-color-3.json b/tr/dfns/css-color-3.json new file mode 100644 index 000000000000..affb7b5c8572 --- /dev/null +++ b/tr/dfns/css-color-3.json @@ -0,0 +1,3447 @@ +{ + "spec": { + "title": "CSS Color Module Level 3", + "url": "https://www.w3.org/TR/css-color-3/" + }, + "dfns": [ + { + "id": "color1", + "href": "https://www.w3.org/TR/css-color-3/#color1", + "linkingText": [ + "color" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "foreground", + "href": "https://www.w3.org/TR/css-color-3/#foreground", + "title": "Foreground color: the ‘color’ property", + "number": "3.1" + }, + "definedIn": "table" + }, + { + "id": "ltcolorgt", + "href": "https://www.w3.org/TR/css-color-3/#ltcolorgt", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "foreground", + "href": "https://www.w3.org/TR/css-color-3/#foreground", + "title": "Foreground color: the ‘color’ property", + "number": "3.1" + }, + "definedIn": "dt" + }, + { + "id": "opacity", + "href": "https://www.w3.org/TR/css-color-3/#opacity", + "linkingText": [ + "opacity" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "transparency", + "href": "https://www.w3.org/TR/css-color-3/#transparency", + "title": "Transparency: the ‘opacity’ property", + "number": "3.2" + }, + "definedIn": "table" + }, + { + "id": "alphavalue-def", + "href": "https://www.w3.org/TR/css-color-3/#alphavalue-def", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "transparency", + "href": "https://www.w3.org/TR/css-color-3/#transparency", + "title": "Transparency: the ‘opacity’ property", + "number": "3.2" + }, + "definedIn": "dt" + }, + { + "id": "black", + "href": "https://www.w3.org/TR/css-color-3/#black", + "linkingText": [ + "black" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "html4", + "href": "https://www.w3.org/TR/css-color-3/#html4", + "title": "Basic color keywords", + "number": "4.1" + }, + "definedIn": "table" + }, + { + "id": "silver", + "href": "https://www.w3.org/TR/css-color-3/#silver", + "linkingText": [ + "silver" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "html4", + "href": "https://www.w3.org/TR/css-color-3/#html4", + "title": "Basic color keywords", + "number": "4.1" + }, + "definedIn": "table" + }, + { + "id": "gray", + "href": "https://www.w3.org/TR/css-color-3/#gray", + "linkingText": [ + "gray" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "html4", + "href": "https://www.w3.org/TR/css-color-3/#html4", + "title": "Basic color keywords", + "number": "4.1" + }, + "definedIn": "table" + }, + { + "id": "white", + "href": "https://www.w3.org/TR/css-color-3/#white", + "linkingText": [ + "white" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "html4", + "href": "https://www.w3.org/TR/css-color-3/#html4", + "title": "Basic color keywords", + "number": "4.1" + }, + "definedIn": "table" + }, + { + "id": "maroon", + "href": "https://www.w3.org/TR/css-color-3/#maroon", + "linkingText": [ + "maroon" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "html4", + "href": "https://www.w3.org/TR/css-color-3/#html4", + "title": "Basic color keywords", + "number": "4.1" + }, + "definedIn": "table" + }, + { + "id": "red", + "href": "https://www.w3.org/TR/css-color-3/#red", + "linkingText": [ + "red" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "html4", + "href": "https://www.w3.org/TR/css-color-3/#html4", + "title": "Basic color keywords", + "number": "4.1" + }, + "definedIn": "table" + }, + { + "id": "purple", + "href": "https://www.w3.org/TR/css-color-3/#purple", + "linkingText": [ + "purple" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "html4", + "href": "https://www.w3.org/TR/css-color-3/#html4", + "title": "Basic color keywords", + "number": "4.1" + }, + "definedIn": "table" + }, + { + "id": "fuchsia", + "href": "https://www.w3.org/TR/css-color-3/#fuchsia", + "linkingText": [ + "fuchsia" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "html4", + "href": "https://www.w3.org/TR/css-color-3/#html4", + "title": "Basic color keywords", + "number": "4.1" + }, + "definedIn": "table" + }, + { + "id": "green", + "href": "https://www.w3.org/TR/css-color-3/#green", + "linkingText": [ + "green" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "html4", + "href": "https://www.w3.org/TR/css-color-3/#html4", + "title": "Basic color keywords", + "number": "4.1" + }, + "definedIn": "table" + }, + { + "id": "lime", + "href": "https://www.w3.org/TR/css-color-3/#lime", + "linkingText": [ + "lime" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "html4", + "href": "https://www.w3.org/TR/css-color-3/#html4", + "title": "Basic color keywords", + "number": "4.1" + }, + "definedIn": "table" + }, + { + "id": "olive", + "href": "https://www.w3.org/TR/css-color-3/#olive", + "linkingText": [ + "olive" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "html4", + "href": "https://www.w3.org/TR/css-color-3/#html4", + "title": "Basic color keywords", + "number": "4.1" + }, + "definedIn": "table" + }, + { + "id": "yellow", + "href": "https://www.w3.org/TR/css-color-3/#yellow", + "linkingText": [ + "yellow" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "html4", + "href": "https://www.w3.org/TR/css-color-3/#html4", + "title": "Basic color keywords", + "number": "4.1" + }, + "definedIn": "table" + }, + { + "id": "navy", + "href": "https://www.w3.org/TR/css-color-3/#navy", + "linkingText": [ + "navy" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "html4", + "href": "https://www.w3.org/TR/css-color-3/#html4", + "title": "Basic color keywords", + "number": "4.1" + }, + "definedIn": "table" + }, + { + "id": "blue", + "href": "https://www.w3.org/TR/css-color-3/#blue", + "linkingText": [ + "blue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "html4", + "href": "https://www.w3.org/TR/css-color-3/#html4", + "title": "Basic color keywords", + "number": "4.1" + }, + "definedIn": "table" + }, + { + "id": "teal", + "href": "https://www.w3.org/TR/css-color-3/#teal", + "linkingText": [ + "teal" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "html4", + "href": "https://www.w3.org/TR/css-color-3/#html4", + "title": "Basic color keywords", + "number": "4.1" + }, + "definedIn": "table" + }, + { + "id": "aqua", + "href": "https://www.w3.org/TR/css-color-3/#aqua", + "linkingText": [ + "aqua" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "html4", + "href": "https://www.w3.org/TR/css-color-3/#html4", + "title": "Basic color keywords", + "number": "4.1" + }, + "definedIn": "table" + }, + { + "id": "transparent-def", + "href": "https://www.w3.org/TR/css-color-3/#transparent-def", + "linkingText": [ + "transparent" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "transparent", + "href": "https://www.w3.org/TR/css-color-3/#transparent", + "title": "‘transparent’ color keyword", + "number": "4.2.3" + }, + "definedIn": "dt" + }, + { + "id": "aliceblue", + "href": "https://www.w3.org/TR/css-color-3/#aliceblue", + "linkingText": [ + "aliceblue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "antiquewhite", + "href": "https://www.w3.org/TR/css-color-3/#antiquewhite", + "linkingText": [ + "antiquewhite" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "aquamarine", + "href": "https://www.w3.org/TR/css-color-3/#aquamarine", + "linkingText": [ + "aquamarine" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "azure", + "href": "https://www.w3.org/TR/css-color-3/#azure", + "linkingText": [ + "azure" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "beige", + "href": "https://www.w3.org/TR/css-color-3/#beige", + "linkingText": [ + "beige" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "bisque", + "href": "https://www.w3.org/TR/css-color-3/#bisque", + "linkingText": [ + "bisque" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "blanchedalmond", + "href": "https://www.w3.org/TR/css-color-3/#blanchedalmond", + "linkingText": [ + "blanchedalmond" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "blueviolet", + "href": "https://www.w3.org/TR/css-color-3/#blueviolet", + "linkingText": [ + "blueviolet" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "brown", + "href": "https://www.w3.org/TR/css-color-3/#brown", + "linkingText": [ + "brown" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "burlywood", + "href": "https://www.w3.org/TR/css-color-3/#burlywood", + "linkingText": [ + "burlywood" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "cadetblue", + "href": "https://www.w3.org/TR/css-color-3/#cadetblue", + "linkingText": [ + "cadetblue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "chartreuse", + "href": "https://www.w3.org/TR/css-color-3/#chartreuse", + "linkingText": [ + "chartreuse" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "chocolate", + "href": "https://www.w3.org/TR/css-color-3/#chocolate", + "linkingText": [ + "chocolate" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "coral", + "href": "https://www.w3.org/TR/css-color-3/#coral", + "linkingText": [ + "coral" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "cornflowerblue", + "href": "https://www.w3.org/TR/css-color-3/#cornflowerblue", + "linkingText": [ + "cornflowerblue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "cornsilk", + "href": "https://www.w3.org/TR/css-color-3/#cornsilk", + "linkingText": [ + "cornsilk" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "crimson", + "href": "https://www.w3.org/TR/css-color-3/#crimson", + "linkingText": [ + "crimson" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "cyan", + "href": "https://www.w3.org/TR/css-color-3/#cyan", + "linkingText": [ + "cyan" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "darkblue", + "href": "https://www.w3.org/TR/css-color-3/#darkblue", + "linkingText": [ + "darkblue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "darkcyan", + "href": "https://www.w3.org/TR/css-color-3/#darkcyan", + "linkingText": [ + "darkcyan" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "darkgoldenrod", + "href": "https://www.w3.org/TR/css-color-3/#darkgoldenrod", + "linkingText": [ + "darkgoldenrod" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "darkgray", + "href": "https://www.w3.org/TR/css-color-3/#darkgray", + "linkingText": [ + "darkgray" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "darkgreen", + "href": "https://www.w3.org/TR/css-color-3/#darkgreen", + "linkingText": [ + "darkgreen" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "darkgrey", + "href": "https://www.w3.org/TR/css-color-3/#darkgrey", + "linkingText": [ + "darkgrey" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "darkkhaki", + "href": "https://www.w3.org/TR/css-color-3/#darkkhaki", + "linkingText": [ + "darkkhaki" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "darkmagenta", + "href": "https://www.w3.org/TR/css-color-3/#darkmagenta", + "linkingText": [ + "darkmagenta" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "darkolivegreen", + "href": "https://www.w3.org/TR/css-color-3/#darkolivegreen", + "linkingText": [ + "darkolivegreen" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "darkorange", + "href": "https://www.w3.org/TR/css-color-3/#darkorange", + "linkingText": [ + "darkorange" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "darkorchid", + "href": "https://www.w3.org/TR/css-color-3/#darkorchid", + "linkingText": [ + "darkorchid" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "darkred", + "href": "https://www.w3.org/TR/css-color-3/#darkred", + "linkingText": [ + "darkred" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "darksalmon", + "href": "https://www.w3.org/TR/css-color-3/#darksalmon", + "linkingText": [ + "darksalmon" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "darkseagreen", + "href": "https://www.w3.org/TR/css-color-3/#darkseagreen", + "linkingText": [ + "darkseagreen" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "darkslateblue", + "href": "https://www.w3.org/TR/css-color-3/#darkslateblue", + "linkingText": [ + "darkslateblue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "darkslategray", + "href": "https://www.w3.org/TR/css-color-3/#darkslategray", + "linkingText": [ + "darkslategray" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "darkslategrey", + "href": "https://www.w3.org/TR/css-color-3/#darkslategrey", + "linkingText": [ + "darkslategrey" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "darkturquoise", + "href": "https://www.w3.org/TR/css-color-3/#darkturquoise", + "linkingText": [ + "darkturquoise" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "darkviolet", + "href": "https://www.w3.org/TR/css-color-3/#darkviolet", + "linkingText": [ + "darkviolet" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "deeppink", + "href": "https://www.w3.org/TR/css-color-3/#deeppink", + "linkingText": [ + "deeppink" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "deepskyblue", + "href": "https://www.w3.org/TR/css-color-3/#deepskyblue", + "linkingText": [ + "deepskyblue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "dimgray", + "href": "https://www.w3.org/TR/css-color-3/#dimgray", + "linkingText": [ + "dimgray" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "dimgrey", + "href": "https://www.w3.org/TR/css-color-3/#dimgrey", + "linkingText": [ + "dimgrey" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "dodgerblue", + "href": "https://www.w3.org/TR/css-color-3/#dodgerblue", + "linkingText": [ + "dodgerblue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "firebrick", + "href": "https://www.w3.org/TR/css-color-3/#firebrick", + "linkingText": [ + "firebrick" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "floralwhite", + "href": "https://www.w3.org/TR/css-color-3/#floralwhite", + "linkingText": [ + "floralwhite" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "forestgreen", + "href": "https://www.w3.org/TR/css-color-3/#forestgreen", + "linkingText": [ + "forestgreen" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "gainsboro", + "href": "https://www.w3.org/TR/css-color-3/#gainsboro", + "linkingText": [ + "gainsboro" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "ghostwhite", + "href": "https://www.w3.org/TR/css-color-3/#ghostwhite", + "linkingText": [ + "ghostwhite" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "gold", + "href": "https://www.w3.org/TR/css-color-3/#gold", + "linkingText": [ + "gold" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "goldenrod", + "href": "https://www.w3.org/TR/css-color-3/#goldenrod", + "linkingText": [ + "goldenrod" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "greenyellow", + "href": "https://www.w3.org/TR/css-color-3/#greenyellow", + "linkingText": [ + "greenyellow" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "grey", + "href": "https://www.w3.org/TR/css-color-3/#grey", + "linkingText": [ + "grey" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "honeydew", + "href": "https://www.w3.org/TR/css-color-3/#honeydew", + "linkingText": [ + "honeydew" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "hotpink", + "href": "https://www.w3.org/TR/css-color-3/#hotpink", + "linkingText": [ + "hotpink" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "indianred", + "href": "https://www.w3.org/TR/css-color-3/#indianred", + "linkingText": [ + "indianred" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "indigo", + "href": "https://www.w3.org/TR/css-color-3/#indigo", + "linkingText": [ + "indigo" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "ivory", + "href": "https://www.w3.org/TR/css-color-3/#ivory", + "linkingText": [ + "ivory" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "khaki", + "href": "https://www.w3.org/TR/css-color-3/#khaki", + "linkingText": [ + "khaki" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "lavender", + "href": "https://www.w3.org/TR/css-color-3/#lavender", + "linkingText": [ + "lavender" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "lavenderblush", + "href": "https://www.w3.org/TR/css-color-3/#lavenderblush", + "linkingText": [ + "lavenderblush" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "lawngreen", + "href": "https://www.w3.org/TR/css-color-3/#lawngreen", + "linkingText": [ + "lawngreen" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "lemonchiffon", + "href": "https://www.w3.org/TR/css-color-3/#lemonchiffon", + "linkingText": [ + "lemonchiffon" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "lightblue", + "href": "https://www.w3.org/TR/css-color-3/#lightblue", + "linkingText": [ + "lightblue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "lightcoral", + "href": "https://www.w3.org/TR/css-color-3/#lightcoral", + "linkingText": [ + "lightcoral" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "lightcyan", + "href": "https://www.w3.org/TR/css-color-3/#lightcyan", + "linkingText": [ + "lightcyan" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "lightgoldenrodyellow", + "href": "https://www.w3.org/TR/css-color-3/#lightgoldenrodyellow", + "linkingText": [ + "lightgoldenrodyellow" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "lightgray", + "href": "https://www.w3.org/TR/css-color-3/#lightgray", + "linkingText": [ + "lightgray" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "lightgreen", + "href": "https://www.w3.org/TR/css-color-3/#lightgreen", + "linkingText": [ + "lightgreen" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "lightgrey", + "href": "https://www.w3.org/TR/css-color-3/#lightgrey", + "linkingText": [ + "lightgrey" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "lightpink", + "href": "https://www.w3.org/TR/css-color-3/#lightpink", + "linkingText": [ + "lightpink" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "lightsalmon", + "href": "https://www.w3.org/TR/css-color-3/#lightsalmon", + "linkingText": [ + "lightsalmon" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "lightseagreen", + "href": "https://www.w3.org/TR/css-color-3/#lightseagreen", + "linkingText": [ + "lightseagreen" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "lightskyblue", + "href": "https://www.w3.org/TR/css-color-3/#lightskyblue", + "linkingText": [ + "lightskyblue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "lightslategray", + "href": "https://www.w3.org/TR/css-color-3/#lightslategray", + "linkingText": [ + "lightslategray" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "lightslategrey", + "href": "https://www.w3.org/TR/css-color-3/#lightslategrey", + "linkingText": [ + "lightslategrey" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "lightsteelblue", + "href": "https://www.w3.org/TR/css-color-3/#lightsteelblue", + "linkingText": [ + "lightsteelblue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "lightyellow", + "href": "https://www.w3.org/TR/css-color-3/#lightyellow", + "linkingText": [ + "lightyellow" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "limegreen", + "href": "https://www.w3.org/TR/css-color-3/#limegreen", + "linkingText": [ + "limegreen" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "linen", + "href": "https://www.w3.org/TR/css-color-3/#linen", + "linkingText": [ + "linen" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "magenta", + "href": "https://www.w3.org/TR/css-color-3/#magenta", + "linkingText": [ + "magenta" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "mediumaquamarine", + "href": "https://www.w3.org/TR/css-color-3/#mediumaquamarine", + "linkingText": [ + "mediumaquamarine" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "mediumblue", + "href": "https://www.w3.org/TR/css-color-3/#mediumblue", + "linkingText": [ + "mediumblue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "mediumorchid", + "href": "https://www.w3.org/TR/css-color-3/#mediumorchid", + "linkingText": [ + "mediumorchid" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "mediumpurple", + "href": "https://www.w3.org/TR/css-color-3/#mediumpurple", + "linkingText": [ + "mediumpurple" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "mediumseagreen", + "href": "https://www.w3.org/TR/css-color-3/#mediumseagreen", + "linkingText": [ + "mediumseagreen" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "mediumslateblue", + "href": "https://www.w3.org/TR/css-color-3/#mediumslateblue", + "linkingText": [ + "mediumslateblue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "mediumspringgreen", + "href": "https://www.w3.org/TR/css-color-3/#mediumspringgreen", + "linkingText": [ + "mediumspringgreen" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "mediumturquoise", + "href": "https://www.w3.org/TR/css-color-3/#mediumturquoise", + "linkingText": [ + "mediumturquoise" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "mediumvioletred", + "href": "https://www.w3.org/TR/css-color-3/#mediumvioletred", + "linkingText": [ + "mediumvioletred" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "midnightblue", + "href": "https://www.w3.org/TR/css-color-3/#midnightblue", + "linkingText": [ + "midnightblue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "mintcream", + "href": "https://www.w3.org/TR/css-color-3/#mintcream", + "linkingText": [ + "mintcream" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "mistyrose", + "href": "https://www.w3.org/TR/css-color-3/#mistyrose", + "linkingText": [ + "mistyrose" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "moccasin", + "href": "https://www.w3.org/TR/css-color-3/#moccasin", + "linkingText": [ + "moccasin" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "navajowhite", + "href": "https://www.w3.org/TR/css-color-3/#navajowhite", + "linkingText": [ + "navajowhite" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "oldlace", + "href": "https://www.w3.org/TR/css-color-3/#oldlace", + "linkingText": [ + "oldlace" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "olivedrab", + "href": "https://www.w3.org/TR/css-color-3/#olivedrab", + "linkingText": [ + "olivedrab" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "orange", + "href": "https://www.w3.org/TR/css-color-3/#orange", + "linkingText": [ + "orange" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "orangered", + "href": "https://www.w3.org/TR/css-color-3/#orangered", + "linkingText": [ + "orangered" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "orchid", + "href": "https://www.w3.org/TR/css-color-3/#orchid", + "linkingText": [ + "orchid" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "palegoldenrod", + "href": "https://www.w3.org/TR/css-color-3/#palegoldenrod", + "linkingText": [ + "palegoldenrod" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "palegreen", + "href": "https://www.w3.org/TR/css-color-3/#palegreen", + "linkingText": [ + "palegreen" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "paleturquoise", + "href": "https://www.w3.org/TR/css-color-3/#paleturquoise", + "linkingText": [ + "paleturquoise" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "palevioletred", + "href": "https://www.w3.org/TR/css-color-3/#palevioletred", + "linkingText": [ + "palevioletred" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "papayawhip", + "href": "https://www.w3.org/TR/css-color-3/#papayawhip", + "linkingText": [ + "papayawhip" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "peachpuff", + "href": "https://www.w3.org/TR/css-color-3/#peachpuff", + "linkingText": [ + "peachpuff" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "peru", + "href": "https://www.w3.org/TR/css-color-3/#peru", + "linkingText": [ + "peru" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "pink", + "href": "https://www.w3.org/TR/css-color-3/#pink", + "linkingText": [ + "pink" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "plum", + "href": "https://www.w3.org/TR/css-color-3/#plum", + "linkingText": [ + "plum" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "powderblue", + "href": "https://www.w3.org/TR/css-color-3/#powderblue", + "linkingText": [ + "powderblue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "rosybrown", + "href": "https://www.w3.org/TR/css-color-3/#rosybrown", + "linkingText": [ + "rosybrown" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "royalblue", + "href": "https://www.w3.org/TR/css-color-3/#royalblue", + "linkingText": [ + "royalblue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "saddlebrown", + "href": "https://www.w3.org/TR/css-color-3/#saddlebrown", + "linkingText": [ + "saddlebrown" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "salmon", + "href": "https://www.w3.org/TR/css-color-3/#salmon", + "linkingText": [ + "salmon" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "sandybrown", + "href": "https://www.w3.org/TR/css-color-3/#sandybrown", + "linkingText": [ + "sandybrown" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "seagreen", + "href": "https://www.w3.org/TR/css-color-3/#seagreen", + "linkingText": [ + "seagreen" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "seashell", + "href": "https://www.w3.org/TR/css-color-3/#seashell", + "linkingText": [ + "seashell" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "sienna", + "href": "https://www.w3.org/TR/css-color-3/#sienna", + "linkingText": [ + "sienna" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "skyblue", + "href": "https://www.w3.org/TR/css-color-3/#skyblue", + "linkingText": [ + "skyblue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "slateblue", + "href": "https://www.w3.org/TR/css-color-3/#slateblue", + "linkingText": [ + "slateblue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "slategray", + "href": "https://www.w3.org/TR/css-color-3/#slategray", + "linkingText": [ + "slategray" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "slategrey", + "href": "https://www.w3.org/TR/css-color-3/#slategrey", + "linkingText": [ + "slategrey" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "snow", + "href": "https://www.w3.org/TR/css-color-3/#snow", + "linkingText": [ + "snow" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "springgreen", + "href": "https://www.w3.org/TR/css-color-3/#springgreen", + "linkingText": [ + "springgreen" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "steelblue", + "href": "https://www.w3.org/TR/css-color-3/#steelblue", + "linkingText": [ + "steelblue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "tan", + "href": "https://www.w3.org/TR/css-color-3/#tan", + "linkingText": [ + "tan" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "thistle", + "href": "https://www.w3.org/TR/css-color-3/#thistle", + "linkingText": [ + "thistle" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "tomato", + "href": "https://www.w3.org/TR/css-color-3/#tomato", + "linkingText": [ + "tomato" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "turquoise", + "href": "https://www.w3.org/TR/css-color-3/#turquoise", + "linkingText": [ + "turquoise" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "violet", + "href": "https://www.w3.org/TR/css-color-3/#violet", + "linkingText": [ + "violet" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "wheat", + "href": "https://www.w3.org/TR/css-color-3/#wheat", + "linkingText": [ + "wheat" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "whitesmoke", + "href": "https://www.w3.org/TR/css-color-3/#whitesmoke", + "linkingText": [ + "whitesmoke" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "yellowgreen", + "href": "https://www.w3.org/TR/css-color-3/#yellowgreen", + "linkingText": [ + "yellowgreen" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "title": "Extended color keywords", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "currentColor-def", + "href": "https://www.w3.org/TR/css-color-3/#currentColor-def", + "linkingText": [ + "currentColor" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "currentcolor", + "href": "https://www.w3.org/TR/css-color-3/#currentcolor", + "title": "‘currentColor’ color keyword", + "number": "4.4" + }, + "definedIn": "dt" + }, + { + "id": "activeborder", + "href": "https://www.w3.org/TR/css-color-3/#activeborder", + "linkingText": [ + "ActiveBorder" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "activecaption", + "href": "https://www.w3.org/TR/css-color-3/#activecaption", + "linkingText": [ + "ActiveCaption" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "appworkspace", + "href": "https://www.w3.org/TR/css-color-3/#appworkspace", + "linkingText": [ + "AppWorkspace" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "background", + "href": "https://www.w3.org/TR/css-color-3/#background", + "linkingText": [ + "Background" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "buttonface", + "href": "https://www.w3.org/TR/css-color-3/#buttonface", + "linkingText": [ + "ButtonFace" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "buttonhighlight", + "href": "https://www.w3.org/TR/css-color-3/#buttonhighlight", + "linkingText": [ + "ButtonHighlight" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "buttonshadow", + "href": "https://www.w3.org/TR/css-color-3/#buttonshadow", + "linkingText": [ + "ButtonShadow" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "buttontext", + "href": "https://www.w3.org/TR/css-color-3/#buttontext", + "linkingText": [ + "ButtonText" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "captiontext", + "href": "https://www.w3.org/TR/css-color-3/#captiontext", + "linkingText": [ + "CaptionText" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "graytext", + "href": "https://www.w3.org/TR/css-color-3/#graytext", + "linkingText": [ + "GrayText" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "highlight", + "href": "https://www.w3.org/TR/css-color-3/#highlight", + "linkingText": [ + "Highlight" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "highlighttext", + "href": "https://www.w3.org/TR/css-color-3/#highlighttext", + "linkingText": [ + "HighlightText" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "inactiveborder", + "href": "https://www.w3.org/TR/css-color-3/#inactiveborder", + "linkingText": [ + "InactiveBorder" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "inactivecaption", + "href": "https://www.w3.org/TR/css-color-3/#inactivecaption", + "linkingText": [ + "InactiveCaption" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "inactivecaptiontext", + "href": "https://www.w3.org/TR/css-color-3/#inactivecaptiontext", + "linkingText": [ + "InactiveCaptionText" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "infobackground", + "href": "https://www.w3.org/TR/css-color-3/#infobackground", + "linkingText": [ + "InfoBackground" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "infotext", + "href": "https://www.w3.org/TR/css-color-3/#infotext", + "linkingText": [ + "InfoText" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "menu", + "href": "https://www.w3.org/TR/css-color-3/#menu", + "linkingText": [ + "Menu" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "menutext", + "href": "https://www.w3.org/TR/css-color-3/#menutext", + "linkingText": [ + "MenuText" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "scrollbar", + "href": "https://www.w3.org/TR/css-color-3/#scrollbar", + "linkingText": [ + "Scrollbar" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "threeddarkshadow", + "href": "https://www.w3.org/TR/css-color-3/#threeddarkshadow", + "linkingText": [ + "ThreeDDarkShadow" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "threedface", + "href": "https://www.w3.org/TR/css-color-3/#threedface", + "linkingText": [ + "ThreeDFace" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "threedhighlight", + "href": "https://www.w3.org/TR/css-color-3/#threedhighlight", + "linkingText": [ + "ThreeDHighlight" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "threedlightshadow", + "href": "https://www.w3.org/TR/css-color-3/#threedlightshadow", + "linkingText": [ + "ThreeDLightShadow" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "threedshadow", + "href": "https://www.w3.org/TR/css-color-3/#threedshadow", + "linkingText": [ + "ThreeDShadow" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "window", + "href": "https://www.w3.org/TR/css-color-3/#window", + "linkingText": [ + "Window" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "windowframe", + "href": "https://www.w3.org/TR/css-color-3/#windowframe", + "linkingText": [ + "WindowFrame" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + }, + { + "id": "windowtext", + "href": "https://www.w3.org/TR/css-color-3/#windowtext", + "linkingText": [ + "WindowText" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "title": "CSS2 system colors", + "number": "4.5.1" + }, + "definedIn": "dt" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/css-color-6.json b/tr/dfns/css-color-6.json new file mode 100644 index 000000000000..0a1b21d48fd8 --- /dev/null +++ b/tr/dfns/css-color-6.json @@ -0,0 +1,189 @@ +{ + "spec": { + "title": "CSS Color Module Level 6", + "url": "https://drafts.csswg.org/css-color-6/" + }, + "dfns": [ + { + "id": "funcdef-contrast-color", + "href": "https://drafts.csswg.org/css-color-6/#funcdef-contrast-color", + "linkingText": [ + "contrast-color()" + ], + "localLinkingText": [], + "type": "function", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "colorcontrast", + "href": "https://drafts.csswg.org/css-color-6/#colorcontrast", + "title": "Computing a Contrasting Color: the contrast-color() function", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "contrast-base-color", + "href": "https://drafts.csswg.org/css-color-6/#contrast-base-color", + "linkingText": [ + "contrast base color" + ], + "localLinkingText": [ + "base color" + ], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "colorcontrast", + "href": "https://drafts.csswg.org/css-color-6/#colorcontrast", + "title": "Computing a Contrasting Color: the contrast-color() function", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "contrast-color-candidates", + "href": "https://drafts.csswg.org/css-color-6/#contrast-color-candidates", + "linkingText": [ + "contrast color candidates" + ], + "localLinkingText": [ + "color candidates" + ], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "colorcontrast", + "href": "https://drafts.csswg.org/css-color-6/#colorcontrast", + "title": "Computing a Contrasting Color: the contrast-color() function", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "valdef-contrast-color-text", + "href": "https://drafts.csswg.org/css-color-6/#valdef-contrast-color-text", + "linkingText": [ + "text" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "contrast-color()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "colorcontrast", + "href": "https://drafts.csswg.org/css-color-6/#colorcontrast", + "title": "Computing a Contrasting Color: the contrast-color() function", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "typedef-target-contrast", + "href": "https://drafts.csswg.org/css-color-6/#typedef-target-contrast", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "colorcontrast", + "href": "https://drafts.csswg.org/css-color-6/#colorcontrast", + "title": "Computing a Contrasting Color: the contrast-color() function", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "target-contrast-level", + "href": "https://drafts.csswg.org/css-color-6/#target-contrast-level", + "linkingText": [ + "target contrast level" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "colorcontrast", + "href": "https://drafts.csswg.org/css-color-6/#colorcontrast", + "title": "Computing a Contrasting Color: the contrast-color() function", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "valdef-contrast-color-wcag2", + "href": "https://drafts.csswg.org/css-color-6/#valdef-contrast-color-wcag2", + "linkingText": [ + "wcag2" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "contrast-color()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "luminance-contrast", + "href": "https://drafts.csswg.org/css-color-6/#luminance-contrast", + "title": "WCAG 2.1: the wcag2 keyword and wcag2() function", + "number": "2.2.1" + }, + "definedIn": "prose" + }, + { + "id": "funcdef-contrast-color-wcag2", + "href": "https://drafts.csswg.org/css-color-6/#funcdef-contrast-color-wcag2", + "linkingText": [ + "wcag2()" + ], + "localLinkingText": [], + "type": "function", + "for": [ + "contrast-color()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "luminance-contrast", + "href": "https://drafts.csswg.org/css-color-6/#luminance-contrast", + "title": "WCAG 2.1: the wcag2 keyword and wcag2() function", + "number": "2.2.1" + }, + "definedIn": "prose" + }, + { + "id": "typedef-wcag2", + "href": "https://drafts.csswg.org/css-color-6/#typedef-wcag2", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "luminance-contrast", + "href": "https://drafts.csswg.org/css-color-6/#luminance-contrast", + "title": "WCAG 2.1: the wcag2 keyword and wcag2() function", + "number": "2.2.1" + }, + "definedIn": "pre" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/css-color-hdr.json b/tr/dfns/css-color-hdr.json new file mode 100644 index 000000000000..3d8ddd8e607e --- /dev/null +++ b/tr/dfns/css-color-hdr.json @@ -0,0 +1,103 @@ +{ + "spec": { + "title": "CSS Color HDR Module Level 1", + "url": "https://drafts.csswg.org/css-color-hdr/" + }, + "dfns": [ + { + "id": "rec2100-pq", + "href": "https://drafts.csswg.org/css-color-hdr/#rec2100-pq", + "linkingText": [ + "rec2100-pq" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "valdef-color-rec2100-pq", + "href": "https://drafts.csswg.org/css-color-hdr/#valdef-color-rec2100-pq", + "title": "rec2100-pq", + "number": "2.1" + }, + "definedIn": "heading" + }, + { + "id": "rec2100-hlg", + "href": "https://drafts.csswg.org/css-color-hdr/#rec2100-hlg", + "linkingText": [ + "rec2100-hlg" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "valdef-color-rec2100-hlg", + "href": "https://drafts.csswg.org/css-color-hdr/#valdef-color-rec2100-hlg", + "title": "rec2100-hlg", + "number": "2.2" + }, + "definedIn": "heading" + }, + { + "id": "jzazbz", + "href": "https://drafts.csswg.org/css-color-hdr/#jzazbz", + "linkingText": [ + "Jzazbz" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "Jzazbz", + "href": "https://drafts.csswg.org/css-color-hdr/#Jzazbz", + "title": "Jzazbz", + "number": "2.3" + }, + "definedIn": "heading" + }, + { + "id": "jzczhz", + "href": "https://drafts.csswg.org/css-color-hdr/#jzczhz", + "linkingText": [ + "JzCzHz" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "JzCzHz", + "href": "https://drafts.csswg.org/css-color-hdr/#JzCzHz", + "title": "JzCzHz", + "number": "2.4" + }, + "definedIn": "heading" + }, + { + "id": "ictcp", + "href": "https://drafts.csswg.org/css-color-hdr/#ictcp", + "linkingText": [ + "ICtCp" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "ICtCp", + "href": "https://drafts.csswg.org/css-color-hdr/#ICtCp", + "title": "ICtCp", + "number": "2.5" + }, + "definedIn": "heading" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/css-conditional-values-1.json b/tr/dfns/css-conditional-values-1.json new file mode 100644 index 000000000000..903c5af108fc --- /dev/null +++ b/tr/dfns/css-conditional-values-1.json @@ -0,0 +1,236 @@ +{ + "spec": { + "title": "CSS Conditional Values Module Level 1", + "url": "https://drafts.csswg.org/css-conditional-values-1/" + }, + "dfns": [ + { + "id": "typedef-boolean-constant", + "href": "https://drafts.csswg.org/css-conditional-values-1/#typedef-boolean-constant", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "bool-constants", + "href": "https://drafts.csswg.org/css-conditional-values-1/#bool-constants", + "title": "Boolean constants: true and false", + "number": "2.1" + }, + "definedIn": "pre" + }, + { + "id": "true", + "href": "https://drafts.csswg.org/css-conditional-values-1/#true", + "linkingText": [ + "'true'" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "bool-constants", + "href": "https://drafts.csswg.org/css-conditional-values-1/#bool-constants", + "title": "Boolean constants: true and false", + "number": "2.1" + }, + "definedIn": "pre" + }, + { + "id": "false", + "href": "https://drafts.csswg.org/css-conditional-values-1/#false", + "linkingText": [ + "'false'" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "bool-constants", + "href": "https://drafts.csswg.org/css-conditional-values-1/#bool-constants", + "title": "Boolean constants: true and false", + "number": "2.1" + }, + "definedIn": "pre" + }, + { + "id": "typedef-condition", + "href": "https://drafts.csswg.org/css-conditional-values-1/#typedef-condition", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "condition", + "href": "https://drafts.csswg.org/css-conditional-values-1/#condition", + "title": "Logical comparisons: The type", + "number": "2.2" + }, + "definedIn": "pre" + }, + { + "id": "typedef-condition-in-parens", + "href": "https://drafts.csswg.org/css-conditional-values-1/#typedef-condition-in-parens", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "condition", + "href": "https://drafts.csswg.org/css-conditional-values-1/#condition", + "title": "Logical comparisons: The type", + "number": "2.2" + }, + "definedIn": "pre" + }, + { + "id": "typedef-atomic-condition", + "href": "https://drafts.csswg.org/css-conditional-values-1/#typedef-atomic-condition", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "condition", + "href": "https://drafts.csswg.org/css-conditional-values-1/#condition", + "title": "Logical comparisons: The type", + "number": "2.2" + }, + "definedIn": "pre" + }, + { + "id": "typedef-comparison-operand", + "href": "https://drafts.csswg.org/css-conditional-values-1/#typedef-comparison-operand", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "condition", + "href": "https://drafts.csswg.org/css-conditional-values-1/#condition", + "title": "Logical comparisons: The type", + "number": "2.2" + }, + "definedIn": "pre" + }, + { + "id": "typedef-comparison-operator", + "href": "https://drafts.csswg.org/css-conditional-values-1/#typedef-comparison-operator", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "condition", + "href": "https://drafts.csswg.org/css-conditional-values-1/#condition", + "title": "Logical comparisons: The type", + "number": "2.2" + }, + "definedIn": "pre" + }, + { + "id": "invalid-condition", + "href": "https://drafts.csswg.org/css-conditional-values-1/#invalid-condition", + "linkingText": [ + "invalid condition" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "condition", + "href": "https://drafts.csswg.org/css-conditional-values-1/#condition", + "title": "Logical comparisons: The type", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "funcdef-if", + "href": "https://drafts.csswg.org/css-conditional-values-1/#funcdef-if", + "linkingText": [ + "if()" + ], + "localLinkingText": [], + "type": "function", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "if", + "href": "https://drafts.csswg.org/css-conditional-values-1/#if", + "title": "Inline conditionals: The if() function", + "number": "3" + }, + "definedIn": "prose" + }, + { + "id": "typedef-consequent", + "href": "https://drafts.csswg.org/css-conditional-values-1/#typedef-consequent", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "if", + "href": "https://drafts.csswg.org/css-conditional-values-1/#if", + "title": "Inline conditionals: The if() function", + "number": "3" + }, + "definedIn": "pre" + }, + { + "id": "typedef-antecedent", + "href": "https://drafts.csswg.org/css-conditional-values-1/#typedef-antecedent", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "if", + "href": "https://drafts.csswg.org/css-conditional-values-1/#if", + "title": "Inline conditionals: The if() function", + "number": "3" + }, + "definedIn": "pre" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/css-contain-1.json b/tr/dfns/css-contain-1.json new file mode 100644 index 000000000000..1aa0320fa2bd --- /dev/null +++ b/tr/dfns/css-contain-1.json @@ -0,0 +1,324 @@ +{ + "spec": { + "title": "CSS Containment Module Level 1", + "url": "https://www.w3.org/TR/css-contain-1/" + }, + "dfns": [ + { + "id": "propdef-contain", + "href": "https://www.w3.org/TR/css-contain-1/#propdef-contain", + "linkingText": [ + "contain" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "contain-property", + "href": "https://www.w3.org/TR/css-contain-1/#contain-property", + "title": "Strong Containment: the contain property", + "number": "2" + }, + "definedIn": "table" + }, + { + "id": "valdef-contain-none", + "href": "https://www.w3.org/TR/css-contain-1/#valdef-contain-none", + "linkingText": [ + "none" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "contain" + ], + "access": "public", + "informative": false, + "heading": { + "id": "contain-property", + "href": "https://www.w3.org/TR/css-contain-1/#contain-property", + "title": "Strong Containment: the contain property", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "valdef-contain-strict", + "href": "https://www.w3.org/TR/css-contain-1/#valdef-contain-strict", + "linkingText": [ + "strict" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "contain" + ], + "access": "public", + "informative": false, + "heading": { + "id": "contain-property", + "href": "https://www.w3.org/TR/css-contain-1/#contain-property", + "title": "Strong Containment: the contain property", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "valdef-contain-content", + "href": "https://www.w3.org/TR/css-contain-1/#valdef-contain-content", + "linkingText": [ + "content" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "contain" + ], + "access": "public", + "informative": false, + "heading": { + "id": "contain-property", + "href": "https://www.w3.org/TR/css-contain-1/#contain-property", + "title": "Strong Containment: the contain property", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "valdef-contain-size", + "href": "https://www.w3.org/TR/css-contain-1/#valdef-contain-size", + "linkingText": [ + "size" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "contain" + ], + "access": "public", + "informative": false, + "heading": { + "id": "contain-property", + "href": "https://www.w3.org/TR/css-contain-1/#contain-property", + "title": "Strong Containment: the contain property", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "valdef-contain-layout", + "href": "https://www.w3.org/TR/css-contain-1/#valdef-contain-layout", + "linkingText": [ + "layout" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "contain" + ], + "access": "public", + "informative": false, + "heading": { + "id": "contain-property", + "href": "https://www.w3.org/TR/css-contain-1/#contain-property", + "title": "Strong Containment: the contain property", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "valdef-contain-paint", + "href": "https://www.w3.org/TR/css-contain-1/#valdef-contain-paint", + "linkingText": [ + "paint" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "contain" + ], + "access": "public", + "informative": false, + "heading": { + "id": "contain-property", + "href": "https://www.w3.org/TR/css-contain-1/#contain-property", + "title": "Strong Containment: the contain property", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "containment", + "href": "https://www.w3.org/TR/css-contain-1/#containment", + "linkingText": [ + "containment" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "containment-types", + "href": "https://www.w3.org/TR/css-contain-1/#containment-types", + "title": "Types of Containment", + "number": "3" + }, + "definedIn": "prose" + }, + { + "id": "size-containment", + "href": "https://www.w3.org/TR/css-contain-1/#size-containment", + "linkingText": [ + "size containment" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "containment-size", + "href": "https://www.w3.org/TR/css-contain-1/#containment-size", + "title": "Size Containment", + "number": "3.1" + }, + "definedIn": "prose" + }, + { + "id": "size-containment-box", + "href": "https://www.w3.org/TR/css-contain-1/#size-containment-box", + "linkingText": [ + "size containment box" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "containment-size", + "href": "https://www.w3.org/TR/css-contain-1/#containment-size", + "title": "Size Containment", + "number": "3.1" + }, + "definedIn": "prose" + }, + { + "id": "sizing-as-if-empty", + "href": "https://www.w3.org/TR/css-contain-1/#sizing-as-if-empty", + "linkingText": [ + "Sizing as if empty" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "containment-size", + "href": "https://www.w3.org/TR/css-contain-1/#containment-size", + "title": "Size Containment", + "number": "3.1" + }, + "definedIn": "dt" + }, + { + "id": "laying-out-in-place", + "href": "https://www.w3.org/TR/css-contain-1/#laying-out-in-place", + "linkingText": [ + "Laying out in-place" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "containment-size", + "href": "https://www.w3.org/TR/css-contain-1/#containment-size", + "title": "Size Containment", + "number": "3.1" + }, + "definedIn": "dt" + }, + { + "id": "layout-containment", + "href": "https://www.w3.org/TR/css-contain-1/#layout-containment", + "linkingText": [ + "layout containment" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "containment-layout", + "href": "https://www.w3.org/TR/css-contain-1/#containment-layout", + "title": "Layout Containment", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "layout-containment-box", + "href": "https://www.w3.org/TR/css-contain-1/#layout-containment-box", + "linkingText": [ + "layout containment box" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "containment-layout", + "href": "https://www.w3.org/TR/css-contain-1/#containment-layout", + "title": "Layout Containment", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "paint-containment", + "href": "https://www.w3.org/TR/css-contain-1/#paint-containment", + "linkingText": [ + "paint containment" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "containment-paint", + "href": "https://www.w3.org/TR/css-contain-1/#containment-paint", + "title": "Paint Containment", + "number": "3.3" + }, + "definedIn": "prose" + }, + { + "id": "paint-containment-box", + "href": "https://www.w3.org/TR/css-contain-1/#paint-containment-box", + "linkingText": [ + "paint containment box" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "containment-paint", + "href": "https://www.w3.org/TR/css-contain-1/#containment-paint", + "title": "Paint Containment", + "number": "3.3" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/css-display-4.json b/tr/dfns/css-display-4.json new file mode 100644 index 000000000000..0217f29323ef --- /dev/null +++ b/tr/dfns/css-display-4.json @@ -0,0 +1,1953 @@ +{ + "spec": { + "title": "CSS Display Module Level 4", + "url": "https://drafts.csswg.org/css-display-4/" + }, + "dfns": [ + { + "id": "element-tree", + "href": "https://drafts.csswg.org/css-display-4/#element-tree", + "linkingText": [ + "element tree" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "CSS" + ], + "access": "public", + "informative": false, + "heading": { + "id": "intro", + "href": "https://drafts.csswg.org/css-display-4/#intro", + "title": "Introduction", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "elements", + "href": "https://drafts.csswg.org/css-display-4/#elements", + "linkingText": [ + "element" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "CSS" + ], + "access": "private", + "informative": false, + "heading": { + "id": "intro", + "href": "https://drafts.csswg.org/css-display-4/#intro", + "title": "Introduction", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "text-nodes", + "href": "https://drafts.csswg.org/css-display-4/#text-nodes", + "linkingText": [ + "text node" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "CSS" + ], + "access": "public", + "informative": false, + "heading": { + "id": "intro", + "href": "https://drafts.csswg.org/css-display-4/#intro", + "title": "Introduction", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "box-tree", + "href": "https://drafts.csswg.org/css-display-4/#box-tree", + "linkingText": [ + "box tree" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "CSS" + ], + "access": "public", + "informative": false, + "heading": { + "id": "intro", + "href": "https://drafts.csswg.org/css-display-4/#intro", + "title": "Introduction", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "box", + "href": "https://drafts.csswg.org/css-display-4/#box", + "linkingText": [ + "box" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "CSS" + ], + "access": "public", + "informative": false, + "heading": { + "id": "intro", + "href": "https://drafts.csswg.org/css-display-4/#intro", + "title": "Introduction", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "text-run", + "href": "https://drafts.csswg.org/css-display-4/#text-run", + "linkingText": [ + "text run" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "CSS" + ], + "access": "public", + "informative": false, + "heading": { + "id": "intro", + "href": "https://drafts.csswg.org/css-display-4/#intro", + "title": "Introduction", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "css-parent-box", + "href": "https://drafts.csswg.org/css-display-4/#css-parent-box", + "linkingText": [ + "parent box" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "CSS" + ], + "access": "public", + "informative": false, + "heading": { + "id": "intro", + "href": "https://drafts.csswg.org/css-display-4/#intro", + "title": "Introduction", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "anonymous", + "href": "https://drafts.csswg.org/css-display-4/#anonymous", + "linkingText": [ + "anonymous", + "anonymous box" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "CSS" + ], + "access": "public", + "informative": false, + "heading": { + "id": "intro", + "href": "https://drafts.csswg.org/css-display-4/#intro", + "title": "Introduction", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "propdef-display", + "href": "https://drafts.csswg.org/css-display-4/#propdef-display", + "linkingText": [ + "display" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-display-properties", + "href": "https://drafts.csswg.org/css-display-4/#the-display-properties", + "title": "Box Layout Modes: the display property", + "number": "2" + }, + "definedIn": "table" + }, + { + "id": "display-type", + "href": "https://drafts.csswg.org/css-display-4/#display-type", + "linkingText": [ + "display type" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-display-properties", + "href": "https://drafts.csswg.org/css-display-4/#the-display-properties", + "title": "Box Layout Modes: the display property", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "inner-display-type", + "href": "https://drafts.csswg.org/css-display-4/#inner-display-type", + "linkingText": [ + "inner display type" + ], + "localLinkingText": [ + "inner" + ], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-display-properties", + "href": "https://drafts.csswg.org/css-display-4/#the-display-properties", + "title": "Box Layout Modes: the display property", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "outer-display-type", + "href": "https://drafts.csswg.org/css-display-4/#outer-display-type", + "linkingText": [ + "outer display type" + ], + "localLinkingText": [ + "outer" + ], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-display-properties", + "href": "https://drafts.csswg.org/css-display-4/#the-display-properties", + "title": "Box Layout Modes: the display property", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "typedef-display-outside", + "href": "https://drafts.csswg.org/css-display-4/#typedef-display-outside", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-display-properties", + "href": "https://drafts.csswg.org/css-display-4/#the-display-properties", + "title": "Box Layout Modes: the display property", + "number": "2" + }, + "definedIn": "pre" + }, + { + "id": "typedef-display-inside", + "href": "https://drafts.csswg.org/css-display-4/#typedef-display-inside", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-display-properties", + "href": "https://drafts.csswg.org/css-display-4/#the-display-properties", + "title": "Box Layout Modes: the display property", + "number": "2" + }, + "definedIn": "pre" + }, + { + "id": "typedef-display-listitem", + "href": "https://drafts.csswg.org/css-display-4/#typedef-display-listitem", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-display-properties", + "href": "https://drafts.csswg.org/css-display-4/#the-display-properties", + "title": "Box Layout Modes: the display property", + "number": "2" + }, + "definedIn": "pre" + }, + { + "id": "typedef-display-internal", + "href": "https://drafts.csswg.org/css-display-4/#typedef-display-internal", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-display-properties", + "href": "https://drafts.csswg.org/css-display-4/#the-display-properties", + "title": "Box Layout Modes: the display property", + "number": "2" + }, + "definedIn": "pre" + }, + { + "id": "typedef-display-box", + "href": "https://drafts.csswg.org/css-display-4/#typedef-display-box", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-display-properties", + "href": "https://drafts.csswg.org/css-display-4/#the-display-properties", + "title": "Box Layout Modes: the display property", + "number": "2" + }, + "definedIn": "pre" + }, + { + "id": "typedef-display-legacy", + "href": "https://drafts.csswg.org/css-display-4/#typedef-display-legacy", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-display-properties", + "href": "https://drafts.csswg.org/css-display-4/#the-display-properties", + "title": "Box Layout Modes: the display property", + "number": "2" + }, + "definedIn": "pre" + }, + { + "id": "inline-block", + "href": "https://drafts.csswg.org/css-display-4/#inline-block", + "linkingText": [ + "inline block", + "inline block box" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-display-properties", + "href": "https://drafts.csswg.org/css-display-4/#the-display-properties", + "title": "Box Layout Modes: the display property", + "number": "2" + }, + "definedIn": "table" + }, + { + "id": "valdef-display-block", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-block", + "linkingText": [ + "block" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "outer-role", + "href": "https://drafts.csswg.org/css-display-4/#outer-role", + "title": "Outer Display Roles for Flow Layout: the block, inline, and run-in keywords", + "number": "2.1" + }, + "definedIn": "dt" + }, + { + "id": "block-level-box", + "href": "https://drafts.csswg.org/css-display-4/#block-level-box", + "linkingText": [ + "block-level box" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "outer-role", + "href": "https://drafts.csswg.org/css-display-4/#outer-role", + "title": "Outer Display Roles for Flow Layout: the block, inline, and run-in keywords", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "valdef-display-inline", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-inline", + "linkingText": [ + "inline" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "outer-role", + "href": "https://drafts.csswg.org/css-display-4/#outer-role", + "title": "Outer Display Roles for Flow Layout: the block, inline, and run-in keywords", + "number": "2.1" + }, + "definedIn": "dt" + }, + { + "id": "inline-level-box", + "href": "https://drafts.csswg.org/css-display-4/#inline-level-box", + "linkingText": [ + "inline-level box" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "outer-role", + "href": "https://drafts.csswg.org/css-display-4/#outer-role", + "title": "Outer Display Roles for Flow Layout: the block, inline, and run-in keywords", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "valdef-display-run-in", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-run-in", + "linkingText": [ + "run-in" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "outer-role", + "href": "https://drafts.csswg.org/css-display-4/#outer-role", + "title": "Outer Display Roles for Flow Layout: the block, inline, and run-in keywords", + "number": "2.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-display-flow", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-flow", + "linkingText": [ + "flow" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "inner-model", + "href": "https://drafts.csswg.org/css-display-4/#inner-model", + "title": "Inner Display Layout Models: the flow, flow-root, table, flex, grid, and ruby keywords", + "number": "2.2" + }, + "definedIn": "dt" + }, + { + "id": "flow-layout", + "href": "https://drafts.csswg.org/css-display-4/#flow-layout", + "linkingText": [ + "flow layout" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "inner-model", + "href": "https://drafts.csswg.org/css-display-4/#inner-model", + "title": "Inner Display Layout Models: the flow, flow-root, table, flex, grid, and ruby keywords", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "valdef-display-flow-root", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-flow-root", + "linkingText": [ + "flow-root" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "inner-model", + "href": "https://drafts.csswg.org/css-display-4/#inner-model", + "title": "Inner Display Layout Models: the flow, flow-root, table, flex, grid, and ruby keywords", + "number": "2.2" + }, + "definedIn": "dt" + }, + { + "id": "valdef-display-table", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-table", + "linkingText": [ + "table" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "inner-model", + "href": "https://drafts.csswg.org/css-display-4/#inner-model", + "title": "Inner Display Layout Models: the flow, flow-root, table, flex, grid, and ruby keywords", + "number": "2.2" + }, + "definedIn": "dt" + }, + { + "id": "valdef-display-flex", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-flex", + "linkingText": [ + "flex" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "inner-model", + "href": "https://drafts.csswg.org/css-display-4/#inner-model", + "title": "Inner Display Layout Models: the flow, flow-root, table, flex, grid, and ruby keywords", + "number": "2.2" + }, + "definedIn": "dt" + }, + { + "id": "valdef-display-grid", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-grid", + "linkingText": [ + "grid" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "inner-model", + "href": "https://drafts.csswg.org/css-display-4/#inner-model", + "title": "Inner Display Layout Models: the flow, flow-root, table, flex, grid, and ruby keywords", + "number": "2.2" + }, + "definedIn": "dt" + }, + { + "id": "valdef-display-ruby", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-ruby", + "linkingText": [ + "ruby" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "inner-model", + "href": "https://drafts.csswg.org/css-display-4/#inner-model", + "title": "Inner Display Layout Models: the flow, flow-root, table, flex, grid, and ruby keywords", + "number": "2.2" + }, + "definedIn": "dt" + }, + { + "id": "valdef-display-list-item", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-list-item", + "linkingText": [ + "list-item" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "list-items", + "href": "https://drafts.csswg.org/css-display-4/#list-items", + "title": "Generating Marker Boxes: the list-item keyword", + "number": "2.3" + }, + "definedIn": "prose" + }, + { + "id": "layout-internal", + "href": "https://drafts.csswg.org/css-display-4/#layout-internal", + "linkingText": [ + "layout-internal" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "layout-specific-display", + "href": "https://drafts.csswg.org/css-display-4/#layout-specific-display", + "title": "Layout-Internal Display Types: the table-* and ruby-* keywords", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "valdef-display-table-row-group", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-table-row-group", + "linkingText": [ + "table-row-group" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "layout-specific-display", + "href": "https://drafts.csswg.org/css-display-4/#layout-specific-display", + "title": "Layout-Internal Display Types: the table-* and ruby-* keywords", + "number": "2.4" + }, + "definedIn": "dt" + }, + { + "id": "valdef-display-table-header-group", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-table-header-group", + "linkingText": [ + "table-header-group" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "layout-specific-display", + "href": "https://drafts.csswg.org/css-display-4/#layout-specific-display", + "title": "Layout-Internal Display Types: the table-* and ruby-* keywords", + "number": "2.4" + }, + "definedIn": "dt" + }, + { + "id": "valdef-display-table-footer-group", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-table-footer-group", + "linkingText": [ + "table-footer-group" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "layout-specific-display", + "href": "https://drafts.csswg.org/css-display-4/#layout-specific-display", + "title": "Layout-Internal Display Types: the table-* and ruby-* keywords", + "number": "2.4" + }, + "definedIn": "dt" + }, + { + "id": "valdef-display-table-row", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-table-row", + "linkingText": [ + "table-row" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "layout-specific-display", + "href": "https://drafts.csswg.org/css-display-4/#layout-specific-display", + "title": "Layout-Internal Display Types: the table-* and ruby-* keywords", + "number": "2.4" + }, + "definedIn": "dt" + }, + { + "id": "valdef-display-table-cell", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-table-cell", + "linkingText": [ + "table-cell" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "layout-specific-display", + "href": "https://drafts.csswg.org/css-display-4/#layout-specific-display", + "title": "Layout-Internal Display Types: the table-* and ruby-* keywords", + "number": "2.4" + }, + "definedIn": "dt" + }, + { + "id": "valdef-display-table-column-group", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-table-column-group", + "linkingText": [ + "table-column-group" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "layout-specific-display", + "href": "https://drafts.csswg.org/css-display-4/#layout-specific-display", + "title": "Layout-Internal Display Types: the table-* and ruby-* keywords", + "number": "2.4" + }, + "definedIn": "dt" + }, + { + "id": "valdef-display-table-column", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-table-column", + "linkingText": [ + "table-column" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "layout-specific-display", + "href": "https://drafts.csswg.org/css-display-4/#layout-specific-display", + "title": "Layout-Internal Display Types: the table-* and ruby-* keywords", + "number": "2.4" + }, + "definedIn": "dt" + }, + { + "id": "internal-table-element", + "href": "https://drafts.csswg.org/css-display-4/#internal-table-element", + "linkingText": [ + "internal table element" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "layout-specific-display", + "href": "https://drafts.csswg.org/css-display-4/#layout-specific-display", + "title": "Layout-Internal Display Types: the table-* and ruby-* keywords", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "internal-table-box", + "href": "https://drafts.csswg.org/css-display-4/#internal-table-box", + "linkingText": [ + "internal table box" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "layout-specific-display", + "href": "https://drafts.csswg.org/css-display-4/#layout-specific-display", + "title": "Layout-Internal Display Types: the table-* and ruby-* keywords", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "valdef-display-table-caption", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-table-caption", + "linkingText": [ + "table-caption" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "layout-specific-display", + "href": "https://drafts.csswg.org/css-display-4/#layout-specific-display", + "title": "Layout-Internal Display Types: the table-* and ruby-* keywords", + "number": "2.4" + }, + "definedIn": "dt" + }, + { + "id": "table-caption-box", + "href": "https://drafts.csswg.org/css-display-4/#table-caption-box", + "linkingText": [ + "table caption box" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "layout-specific-display", + "href": "https://drafts.csswg.org/css-display-4/#layout-specific-display", + "title": "Layout-Internal Display Types: the table-* and ruby-* keywords", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "valdef-display-ruby-base", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-ruby-base", + "linkingText": [ + "ruby-base" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "layout-specific-display", + "href": "https://drafts.csswg.org/css-display-4/#layout-specific-display", + "title": "Layout-Internal Display Types: the table-* and ruby-* keywords", + "number": "2.4" + }, + "definedIn": "dt" + }, + { + "id": "valdef-display-ruby-text", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-ruby-text", + "linkingText": [ + "ruby-text" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "layout-specific-display", + "href": "https://drafts.csswg.org/css-display-4/#layout-specific-display", + "title": "Layout-Internal Display Types: the table-* and ruby-* keywords", + "number": "2.4" + }, + "definedIn": "dt" + }, + { + "id": "valdef-display-ruby-base-container", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-ruby-base-container", + "linkingText": [ + "ruby-base-container" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "layout-specific-display", + "href": "https://drafts.csswg.org/css-display-4/#layout-specific-display", + "title": "Layout-Internal Display Types: the table-* and ruby-* keywords", + "number": "2.4" + }, + "definedIn": "dt" + }, + { + "id": "valdef-display-ruby-text-container", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-ruby-text-container", + "linkingText": [ + "ruby-text-container" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "layout-specific-display", + "href": "https://drafts.csswg.org/css-display-4/#layout-specific-display", + "title": "Layout-Internal Display Types: the table-* and ruby-* keywords", + "number": "2.4" + }, + "definedIn": "dt" + }, + { + "id": "internal-ruby-element", + "href": "https://drafts.csswg.org/css-display-4/#internal-ruby-element", + "linkingText": [ + "internal ruby element" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "layout-specific-display", + "href": "https://drafts.csswg.org/css-display-4/#layout-specific-display", + "title": "Layout-Internal Display Types: the table-* and ruby-* keywords", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "internal-ruby-box", + "href": "https://drafts.csswg.org/css-display-4/#internal-ruby-box", + "linkingText": [ + "internal ruby box" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "layout-specific-display", + "href": "https://drafts.csswg.org/css-display-4/#layout-specific-display", + "title": "Layout-Internal Display Types: the table-* and ruby-* keywords", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "valdef-display-contents", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-contents", + "linkingText": [ + "contents" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "box-generation", + "href": "https://drafts.csswg.org/css-display-4/#box-generation", + "title": "Box Generation: the none and contents keywords", + "number": "2.5" + }, + "definedIn": "dt" + }, + { + "id": "valdef-display-none", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-none", + "linkingText": [ + "none" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "box-generation", + "href": "https://drafts.csswg.org/css-display-4/#box-generation", + "title": "Box Generation: the none and contents keywords", + "number": "2.5" + }, + "definedIn": "dt" + }, + { + "id": "valdef-display-inline-block", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-inline-block", + "linkingText": [ + "inline-block" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "legacy-display", + "href": "https://drafts.csswg.org/css-display-4/#legacy-display", + "title": "Precomposed Inline-level Display Values", + "number": "2.6" + }, + "definedIn": "dt" + }, + { + "id": "valdef-display-inline-table", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-inline-table", + "linkingText": [ + "inline-table" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "legacy-display", + "href": "https://drafts.csswg.org/css-display-4/#legacy-display", + "title": "Precomposed Inline-level Display Values", + "number": "2.6" + }, + "definedIn": "dt" + }, + { + "id": "valdef-display-inline-flex", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-inline-flex", + "linkingText": [ + "inline-flex" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "legacy-display", + "href": "https://drafts.csswg.org/css-display-4/#legacy-display", + "title": "Precomposed Inline-level Display Values", + "number": "2.6" + }, + "definedIn": "dt" + }, + { + "id": "valdef-display-inline-grid", + "href": "https://drafts.csswg.org/css-display-4/#valdef-display-inline-grid", + "linkingText": [ + "inline-grid" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display", + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "legacy-display", + "href": "https://drafts.csswg.org/css-display-4/#legacy-display", + "title": "Precomposed Inline-level Display Values", + "number": "2.6" + }, + "definedIn": "dt" + }, + { + "id": "blockify", + "href": "https://drafts.csswg.org/css-display-4/#blockify", + "linkingText": [ + "blockify", + "blockification" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "transformations", + "href": "https://drafts.csswg.org/css-display-4/#transformations", + "title": "Automatic Box Type Transformations", + "number": "2.7" + }, + "definedIn": "prose" + }, + { + "id": "inlinify", + "href": "https://drafts.csswg.org/css-display-4/#inlinify", + "linkingText": [ + "inlinify", + "inlinification" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "transformations", + "href": "https://drafts.csswg.org/css-display-4/#transformations", + "title": "Automatic Box Type Transformations", + "number": "2.7" + }, + "definedIn": "prose" + }, + { + "id": "propdef-order", + "href": "https://drafts.csswg.org/css-display-4/#propdef-order", + "linkingText": [ + "order" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "order-property", + "href": "https://drafts.csswg.org/css-display-4/#order-property", + "title": "Display Order Shorthand: the order property", + "number": "3.1" + }, + "definedIn": "table" + }, + { + "id": "valdef-order-reading-and-layout", + "href": "https://drafts.csswg.org/css-display-4/#valdef-order-reading-and-layout", + "linkingText": [ + "reading-and-layout" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "order" + ], + "access": "public", + "informative": false, + "heading": { + "id": "order-property", + "href": "https://drafts.csswg.org/css-display-4/#order-property", + "title": "Display Order Shorthand: the order property", + "number": "3.1" + }, + "definedIn": "prose" + }, + { + "id": "propdef-reading-order", + "href": "https://drafts.csswg.org/css-display-4/#propdef-reading-order", + "linkingText": [ + "reading-order" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "reading-order", + "href": "https://drafts.csswg.org/css-display-4/#reading-order", + "title": "Reading Order: the reading-order property", + "number": "3.2" + }, + "definedIn": "table" + }, + { + "id": "propdef-layout-order", + "href": "https://drafts.csswg.org/css-display-4/#propdef-layout-order", + "linkingText": [ + "layout-order" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "layout-order", + "href": "https://drafts.csswg.org/css-display-4/#layout-order", + "title": "Box Order: the layout-order property", + "number": "3.3" + }, + "definedIn": "table" + }, + { + "id": "order-modified-document-order", + "href": "https://drafts.csswg.org/css-display-4/#order-modified-document-order", + "linkingText": [ + "order-modified document order" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "layout-order", + "href": "https://drafts.csswg.org/css-display-4/#layout-order", + "title": "Box Order: the layout-order property", + "number": "3.3" + }, + "definedIn": "prose" + }, + { + "id": "propdef-visibility", + "href": "https://drafts.csswg.org/css-display-4/#propdef-visibility", + "linkingText": [ + "visibility" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "visibility", + "href": "https://drafts.csswg.org/css-display-4/#visibility", + "title": "Invisibility: the visibility property", + "number": "4" + }, + "definedIn": "table" + }, + { + "id": "valdef-visibility-visible", + "href": "https://drafts.csswg.org/css-display-4/#valdef-visibility-visible", + "linkingText": [ + "visible" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "visibility" + ], + "access": "public", + "informative": false, + "heading": { + "id": "visibility", + "href": "https://drafts.csswg.org/css-display-4/#visibility", + "title": "Invisibility: the visibility property", + "number": "4" + }, + "definedIn": "dt" + }, + { + "id": "valdef-visibility-hidden", + "href": "https://drafts.csswg.org/css-display-4/#valdef-visibility-hidden", + "linkingText": [ + "hidden" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "visibility" + ], + "access": "public", + "informative": false, + "heading": { + "id": "visibility", + "href": "https://drafts.csswg.org/css-display-4/#visibility", + "title": "Invisibility: the visibility property", + "number": "4" + }, + "definedIn": "dt" + }, + { + "id": "valdef-visibility-collapse", + "href": "https://drafts.csswg.org/css-display-4/#valdef-visibility-collapse", + "linkingText": [ + "collapse" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "visibility" + ], + "access": "public", + "informative": false, + "heading": { + "id": "visibility", + "href": "https://drafts.csswg.org/css-display-4/#visibility", + "title": "Invisibility: the visibility property", + "number": "4" + }, + "definedIn": "dt" + }, + { + "id": "collapsed", + "href": "https://drafts.csswg.org/css-display-4/#collapsed", + "linkingText": [ + "collapsed" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "visibility", + "href": "https://drafts.csswg.org/css-display-4/#visibility", + "title": "Invisibility: the visibility property", + "number": "4" + }, + "definedIn": "prose" + }, + { + "id": "invisible", + "href": "https://drafts.csswg.org/css-display-4/#invisible", + "linkingText": [ + "Invisible" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "visibility", + "href": "https://drafts.csswg.org/css-display-4/#visibility", + "title": "Invisibility: the visibility property", + "number": "4" + }, + "definedIn": "prose" + }, + { + "id": "run-in", + "href": "https://drafts.csswg.org/css-display-4/#run-in", + "linkingText": [ + "run-in", + "run-in box" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "run-in-layout", + "href": "https://drafts.csswg.org/css-display-4/#run-in-layout", + "title": "Run-In Layout", + "number": "5" + }, + "definedIn": "prose" + }, + { + "id": "run-in-sequence", + "href": "https://drafts.csswg.org/css-display-4/#run-in-sequence", + "linkingText": [ + "run-in sequence" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "run-in-layout", + "href": "https://drafts.csswg.org/css-display-4/#run-in-layout", + "title": "Run-In Layout", + "number": "5" + }, + "definedIn": "prose" + }, + { + "id": "root-element", + "href": "https://drafts.csswg.org/css-display-4/#root-element", + "linkingText": [ + "root element" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "dt" + }, + { + "id": "principal-box", + "href": "https://drafts.csswg.org/css-display-4/#principal-box", + "linkingText": [ + "principal box" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "dt" + }, + { + "id": "inline-level", + "href": "https://drafts.csswg.org/css-display-4/#inline-level", + "linkingText": [ + "inline-level", + "inline-level content" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "dt" + }, + { + "id": "block-level", + "href": "https://drafts.csswg.org/css-display-4/#block-level", + "linkingText": [ + "block-level", + "block-level content" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "dt" + }, + { + "id": "inline-box", + "href": "https://drafts.csswg.org/css-display-4/#inline-box", + "linkingText": [ + "inline box" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "dt" + }, + { + "id": "inline", + "href": "https://drafts.csswg.org/css-display-4/#inline", + "linkingText": [ + "inline" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "dt" + }, + { + "id": "atomic-inline", + "href": "https://drafts.csswg.org/css-display-4/#atomic-inline", + "linkingText": [ + "atomic inline", + "atomic inline box" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "dt" + }, + { + "id": "block-container", + "href": "https://drafts.csswg.org/css-display-4/#block-container", + "linkingText": [ + "block container", + "block container box" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "dt" + }, + { + "id": "block-box", + "href": "https://drafts.csswg.org/css-display-4/#block-box", + "linkingText": [ + "block box" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "dt" + }, + { + "id": "block", + "href": "https://drafts.csswg.org/css-display-4/#block", + "linkingText": [ + "block" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "dt" + }, + { + "id": "replaced-element", + "href": "https://drafts.csswg.org/css-display-4/#replaced-element", + "linkingText": [ + "replaced element", + "replaced" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "dt" + }, + { + "id": "non-replaced", + "href": "https://drafts.csswg.org/css-display-4/#non-replaced", + "linkingText": [ + "non-replaced", + "non-replaced element" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "prose" + }, + { + "id": "containing-block", + "href": "https://drafts.csswg.org/css-display-4/#containing-block", + "linkingText": [ + "containing block" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "dt" + }, + { + "id": "containing-block-chain", + "href": "https://drafts.csswg.org/css-display-4/#containing-block-chain", + "linkingText": [ + "containing block chain" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "dt" + }, + { + "id": "initial-containing-block", + "href": "https://drafts.csswg.org/css-display-4/#initial-containing-block", + "linkingText": [ + "initial containing block" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "dt" + }, + { + "id": "formatting-context", + "href": "https://drafts.csswg.org/css-display-4/#formatting-context", + "linkingText": [ + "formatting context" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "dt" + }, + { + "id": "independent-formatting-context", + "href": "https://drafts.csswg.org/css-display-4/#independent-formatting-context", + "linkingText": [ + "independent formatting context" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "dt" + }, + { + "id": "establish-an-independent-formatting-context", + "href": "https://drafts.csswg.org/css-display-4/#establish-an-independent-formatting-context", + "linkingText": [ + "establish an independent formatting context", + "establishes an independent formatting context", + "establishing an independent formatting context", + "established an independent formatting context" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "prose" + }, + { + "id": "block-formatting-context", + "href": "https://drafts.csswg.org/css-display-4/#block-formatting-context", + "linkingText": [ + "block formatting context" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "dt" + }, + { + "id": "inline-formatting-context", + "href": "https://drafts.csswg.org/css-display-4/#inline-formatting-context", + "linkingText": [ + "inline formatting context" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "dt" + }, + { + "id": "block-layout", + "href": "https://drafts.csswg.org/css-display-4/#block-layout", + "linkingText": [ + "block layout" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "dt" + }, + { + "id": "block-formatting-context-root", + "href": "https://drafts.csswg.org/css-display-4/#block-formatting-context-root", + "linkingText": [ + "block formatting context root" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "dt" + }, + { + "id": "bfc", + "href": "https://drafts.csswg.org/css-display-4/#bfc", + "linkingText": [ + "BFC" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "dt" + }, + { + "id": "out-of-flow", + "href": "https://drafts.csswg.org/css-display-4/#out-of-flow", + "linkingText": [ + "out of flow", + "out-of-flow" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "dt" + }, + { + "id": "in-flow", + "href": "https://drafts.csswg.org/css-display-4/#in-flow", + "linkingText": [ + "in flow", + "in-flow" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "dt" + }, + { + "id": "document-order", + "href": "https://drafts.csswg.org/css-display-4/#document-order", + "linkingText": [ + "document order" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "title": "Appendix A: Glossary" + }, + "definedIn": "dt" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/css-grid-1.json b/tr/dfns/css-grid-1.json new file mode 100644 index 000000000000..3496d3ef7b04 --- /dev/null +++ b/tr/dfns/css-grid-1.json @@ -0,0 +1,2656 @@ +{ + "spec": { + "title": "CSS Grid Layout Module Level 1", + "url": "https://www.w3.org/TR/css-grid-1/" + }, + "dfns": [ + { + "id": "grid-layout", + "href": "https://www.w3.org/TR/css-grid-1/#grid-layout", + "linkingText": [ + "grid layout" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "grid-concepts", + "href": "https://www.w3.org/TR/css-grid-1/#grid-concepts", + "title": "Grid Layout Concepts and Terminology", + "number": "3" + }, + "definedIn": "prose" + }, + { + "id": "grid", + "href": "https://www.w3.org/TR/css-grid-1/#grid", + "linkingText": [ + "grid" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "grid-concepts", + "href": "https://www.w3.org/TR/css-grid-1/#grid-concepts", + "title": "Grid Layout Concepts and Terminology", + "number": "3" + }, + "definedIn": "prose" + }, + { + "id": "grid-column", + "href": "https://www.w3.org/TR/css-grid-1/#grid-column", + "linkingText": [ + "grid column" + ], + "localLinkingText": [ + "column" + ], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "grid-concepts", + "href": "https://www.w3.org/TR/css-grid-1/#grid-concepts", + "title": "Grid Layout Concepts and Terminology", + "number": "3" + }, + "definedIn": "prose" + }, + { + "id": "grid-row", + "href": "https://www.w3.org/TR/css-grid-1/#grid-row", + "linkingText": [ + "grid row" + ], + "localLinkingText": [ + "row" + ], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "grid-concepts", + "href": "https://www.w3.org/TR/css-grid-1/#grid-concepts", + "title": "Grid Layout Concepts and Terminology", + "number": "3" + }, + "definedIn": "prose" + }, + { + "id": "grid-line", + "href": "https://www.w3.org/TR/css-grid-1/#grid-line", + "linkingText": [ + "grid line", + "grid row line", + "grid column line" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "grid-line-concept", + "href": "https://www.w3.org/TR/css-grid-1/#grid-line-concept", + "title": "Grid Lines", + "number": "3.1" + }, + "definedIn": "prose" + }, + { + "id": "grid-track", + "href": "https://www.w3.org/TR/css-grid-1/#grid-track", + "linkingText": [ + "Grid track" + ], + "localLinkingText": [ + "track" + ], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "grid-track-concept", + "href": "https://www.w3.org/TR/css-grid-1/#grid-track-concept", + "title": "Grid Tracks and Cells", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "grid-cell", + "href": "https://www.w3.org/TR/css-grid-1/#grid-cell", + "linkingText": [ + "grid cell" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "grid-track-concept", + "href": "https://www.w3.org/TR/css-grid-1/#grid-track-concept", + "title": "Grid Tracks and Cells", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "grid-area", + "href": "https://www.w3.org/TR/css-grid-1/#grid-area", + "linkingText": [ + "grid area" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "grid-area-concept", + "href": "https://www.w3.org/TR/css-grid-1/#grid-area-concept", + "title": "Grid Areas", + "number": "3.3" + }, + "definedIn": "prose" + }, + { + "id": "valdef-display-grid", + "href": "https://www.w3.org/TR/css-grid-1/#valdef-display-grid", + "linkingText": [ + "grid" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display" + ], + "access": "public", + "informative": false, + "heading": { + "id": "grid-containers", + "href": "https://www.w3.org/TR/css-grid-1/#grid-containers", + "title": "Establishing Grid Containers: the grid and inline-grid display values", + "number": "5.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-display-inline-grid", + "href": "https://www.w3.org/TR/css-grid-1/#valdef-display-inline-grid", + "linkingText": [ + "inline-grid" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "display" + ], + "access": "public", + "informative": false, + "heading": { + "id": "grid-containers", + "href": "https://www.w3.org/TR/css-grid-1/#grid-containers", + "title": "Establishing Grid Containers: the grid and inline-grid display values", + "number": "5.1" + }, + "definedIn": "dt" + }, + { + "id": "grid-container", + "href": "https://www.w3.org/TR/css-grid-1/#grid-container", + "linkingText": [ + "grid container" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "grid-containers", + "href": "https://www.w3.org/TR/css-grid-1/#grid-containers", + "title": "Establishing Grid Containers: the grid and inline-grid display values", + "number": "5.1" + }, + "definedIn": "prose" + }, + { + "id": "grid-formatting-context", + "href": "https://www.w3.org/TR/css-grid-1/#grid-formatting-context", + "linkingText": [ + "grid formatting context" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "grid-containers", + "href": "https://www.w3.org/TR/css-grid-1/#grid-containers", + "title": "Establishing Grid Containers: the grid and inline-grid display values", + "number": "5.1" + }, + "definedIn": "prose" + }, + { + "id": "clamp-a-grid-area", + "href": "https://www.w3.org/TR/css-grid-1/#clamp-a-grid-area", + "linkingText": [ + "clamp a grid area" + ], + "localLinkingText": [ + "clamp" + ], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "overlarge-grids", + "href": "https://www.w3.org/TR/css-grid-1/#overlarge-grids", + "title": "Limiting Large Grids", + "number": "5.4" + }, + "definedIn": "prose" + }, + { + "id": "grid-item", + "href": "https://www.w3.org/TR/css-grid-1/#grid-item", + "linkingText": [ + "grid item" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "grid-items", + "href": "https://www.w3.org/TR/css-grid-1/#grid-items", + "title": "Grid Items", + "number": "6" + }, + "definedIn": "prose" + }, + { + "id": "grid-level", + "href": "https://www.w3.org/TR/css-grid-1/#grid-level", + "linkingText": [ + "grid-level" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "grid-item-display", + "href": "https://www.w3.org/TR/css-grid-1/#grid-item-display", + "title": "Grid Item Display", + "number": "6.1" + }, + "definedIn": "prose" + }, + { + "id": "content-based-minimum-size", + "href": "https://www.w3.org/TR/css-grid-1/#content-based-minimum-size", + "linkingText": [ + "content-based minimum size" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "min-size-auto", + "href": "https://www.w3.org/TR/css-grid-1/#min-size-auto", + "title": "Automatic Minimum Size of Grid Items", + "number": "6.6" + }, + "definedIn": "prose" + }, + { + "id": "specified-size-suggestion", + "href": "https://www.w3.org/TR/css-grid-1/#specified-size-suggestion", + "linkingText": [ + "specified size suggestion" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "min-size-auto", + "href": "https://www.w3.org/TR/css-grid-1/#min-size-auto", + "title": "Automatic Minimum Size of Grid Items", + "number": "6.6" + }, + "definedIn": "dt" + }, + { + "id": "transferred-size-suggestion", + "href": "https://www.w3.org/TR/css-grid-1/#transferred-size-suggestion", + "linkingText": [ + "transferred size suggestion" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "min-size-auto", + "href": "https://www.w3.org/TR/css-grid-1/#min-size-auto", + "title": "Automatic Minimum Size of Grid Items", + "number": "6.6" + }, + "definedIn": "dt" + }, + { + "id": "content-size-suggestion", + "href": "https://www.w3.org/TR/css-grid-1/#content-size-suggestion", + "linkingText": [ + "content size suggestion" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "min-size-auto", + "href": "https://www.w3.org/TR/css-grid-1/#min-size-auto", + "title": "Automatic Minimum Size of Grid Items", + "number": "6.6" + }, + "definedIn": "dt" + }, + { + "id": "explicit-grid", + "href": "https://www.w3.org/TR/css-grid-1/#explicit-grid", + "linkingText": [ + "explicit grid" + ], + "localLinkingText": [ + "explicit" + ], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "explicit-grids", + "href": "https://www.w3.org/TR/css-grid-1/#explicit-grids", + "title": "The Explicit Grid", + "number": "7.1" + }, + "definedIn": "prose" + }, + { + "id": "explicit-grid-track", + "href": "https://www.w3.org/TR/css-grid-1/#explicit-grid-track", + "linkingText": [ + "explicit grid track", + "explicit grid row", + "explicit grid column" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "explicit-grids", + "href": "https://www.w3.org/TR/css-grid-1/#explicit-grids", + "title": "The Explicit Grid", + "number": "7.1" + }, + "definedIn": "prose" + }, + { + "id": "explicit-grid-properties", + "href": "https://www.w3.org/TR/css-grid-1/#explicit-grid-properties", + "linkingText": [ + "explicit grid properties" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "explicit-grids", + "href": "https://www.w3.org/TR/css-grid-1/#explicit-grids", + "title": "The Explicit Grid", + "number": "7.1" + }, + "definedIn": "prose" + }, + { + "id": "propdef-grid-template-columns", + "href": "https://www.w3.org/TR/css-grid-1/#propdef-grid-template-columns", + "linkingText": [ + "grid-template-columns" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "track-sizing", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizing", + "title": "Explicit Track Sizing: the grid-template-rows and grid-template-columns properties", + "number": "7.2" + }, + "definedIn": "table" + }, + { + "id": "propdef-grid-template-rows", + "href": "https://www.w3.org/TR/css-grid-1/#propdef-grid-template-rows", + "linkingText": [ + "grid-template-rows" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "track-sizing", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizing", + "title": "Explicit Track Sizing: the grid-template-rows and grid-template-columns properties", + "number": "7.2" + }, + "definedIn": "table" + }, + { + "id": "track-list", + "href": "https://www.w3.org/TR/css-grid-1/#track-list", + "linkingText": [ + "track list" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "track-sizing", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizing", + "title": "Explicit Track Sizing: the grid-template-rows and grid-template-columns properties", + "number": "7.2" + }, + "definedIn": "prose" + }, + { + "id": "valdef-grid-template-rows-none", + "href": "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-rows-none", + "linkingText": [ + "none" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "grid-template-rows", + "grid-template-columns" + ], + "access": "public", + "informative": false, + "heading": { + "id": "track-sizing", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizing", + "title": "Explicit Track Sizing: the grid-template-rows and grid-template-columns properties", + "number": "7.2" + }, + "definedIn": "dt" + }, + { + "id": "track-listing", + "href": "https://www.w3.org/TR/css-grid-1/#track-listing", + "linkingText": [ + " | " + ], + "localLinkingText": [], + "type": "value", + "for": [ + "grid-template-rows", + "grid-template-columns" + ], + "access": "public", + "informative": false, + "heading": { + "id": "track-sizing", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizing", + "title": "Explicit Track Sizing: the grid-template-rows and grid-template-columns properties", + "number": "7.2" + }, + "definedIn": "dt" + }, + { + "id": "grid-template-rows-track-sizing-function", + "href": "https://www.w3.org/TR/css-grid-1/#grid-template-rows-track-sizing-function", + "linkingText": [ + "track sizing function", + "sizing function" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "grid-template-rows", + "grid-template-columns" + ], + "access": "private", + "informative": false, + "heading": { + "id": "track-sizing", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizing", + "title": "Explicit Track Sizing: the grid-template-rows and grid-template-columns properties", + "number": "7.2" + }, + "definedIn": "prose" + }, + { + "id": "typedef-track-list", + "href": "https://www.w3.org/TR/css-grid-1/#typedef-track-list", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "track-sizing", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizing", + "title": "Explicit Track Sizing: the grid-template-rows and grid-template-columns properties", + "number": "7.2" + }, + "definedIn": "pre" + }, + { + "id": "typedef-auto-track-list", + "href": "https://www.w3.org/TR/css-grid-1/#typedef-auto-track-list", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "track-sizing", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizing", + "title": "Explicit Track Sizing: the grid-template-rows and grid-template-columns properties", + "number": "7.2" + }, + "definedIn": "pre" + }, + { + "id": "typedef-explicit-track-list", + "href": "https://www.w3.org/TR/css-grid-1/#typedef-explicit-track-list", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "track-sizing", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizing", + "title": "Explicit Track Sizing: the grid-template-rows and grid-template-columns properties", + "number": "7.2" + }, + "definedIn": "pre" + }, + { + "id": "typedef-track-size", + "href": "https://www.w3.org/TR/css-grid-1/#typedef-track-size", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "track-sizing", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizing", + "title": "Explicit Track Sizing: the grid-template-rows and grid-template-columns properties", + "number": "7.2" + }, + "definedIn": "pre" + }, + { + "id": "typedef-fixed-size", + "href": "https://www.w3.org/TR/css-grid-1/#typedef-fixed-size", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "track-sizing", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizing", + "title": "Explicit Track Sizing: the grid-template-rows and grid-template-columns properties", + "number": "7.2" + }, + "definedIn": "pre" + }, + { + "id": "typedef-track-breadth", + "href": "https://www.w3.org/TR/css-grid-1/#typedef-track-breadth", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "track-sizing", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizing", + "title": "Explicit Track Sizing: the grid-template-rows and grid-template-columns properties", + "number": "7.2" + }, + "definedIn": "pre" + }, + { + "id": "typedef-inflexible-breadth", + "href": "https://www.w3.org/TR/css-grid-1/#typedef-inflexible-breadth", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "track-sizing", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizing", + "title": "Explicit Track Sizing: the grid-template-rows and grid-template-columns properties", + "number": "7.2" + }, + "definedIn": "pre" + }, + { + "id": "typedef-fixed-breadth", + "href": "https://www.w3.org/TR/css-grid-1/#typedef-fixed-breadth", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "track-sizing", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizing", + "title": "Explicit Track Sizing: the grid-template-rows and grid-template-columns properties", + "number": "7.2" + }, + "definedIn": "pre" + }, + { + "id": "typedef-line-names", + "href": "https://www.w3.org/TR/css-grid-1/#typedef-line-names", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "track-sizing", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizing", + "title": "Explicit Track Sizing: the grid-template-rows and grid-template-columns properties", + "number": "7.2" + }, + "definedIn": "pre" + }, + { + "id": "valdef-grid-template-columns-flex", + "href": "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-columns-flex", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "grid-template-columns", + "grid-template-rows" + ], + "access": "public", + "informative": false, + "heading": { + "id": "track-sizes", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizes", + "title": "Track Sizes", + "number": "7.2.1" + }, + "definedIn": "dt" + }, + { + "id": "grid-template-columns-flex-factor", + "href": "https://www.w3.org/TR/css-grid-1/#grid-template-columns-flex-factor", + "linkingText": [ + "flex factor" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "grid-template-columns", + "grid-template-rows" + ], + "access": "private", + "informative": false, + "heading": { + "id": "track-sizes", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizes", + "title": "Track Sizes", + "number": "7.2.1" + }, + "definedIn": "prose" + }, + { + "id": "valdef-grid-template-columns-minmax", + "href": "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-columns-minmax", + "linkingText": [ + "minmax()" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "grid-template-columns", + "grid-template-rows" + ], + "access": "public", + "informative": false, + "heading": { + "id": "track-sizes", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizes", + "title": "Track Sizes", + "number": "7.2.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-grid-template-columns-auto", + "href": "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-columns-auto", + "linkingText": [ + "auto" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "grid-template-columns", + "grid-template-rows" + ], + "access": "public", + "informative": false, + "heading": { + "id": "track-sizes", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizes", + "title": "Track Sizes", + "number": "7.2.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-grid-template-columns-max-content", + "href": "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-columns-max-content", + "linkingText": [ + "max-content" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "grid-template-columns", + "grid-template-rows" + ], + "access": "public", + "informative": false, + "heading": { + "id": "track-sizes", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizes", + "title": "Track Sizes", + "number": "7.2.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-grid-template-columns-min-content", + "href": "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-columns-min-content", + "linkingText": [ + "min-content" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "grid-template-columns", + "grid-template-rows" + ], + "access": "public", + "informative": false, + "heading": { + "id": "track-sizes", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizes", + "title": "Track Sizes", + "number": "7.2.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-grid-template-columns-fit-content", + "href": "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-columns-fit-content", + "linkingText": [ + "fit-content()" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "grid-template-columns", + "grid-template-rows" + ], + "access": "public", + "informative": false, + "heading": { + "id": "track-sizes", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizes", + "title": "Track Sizes", + "number": "7.2.1" + }, + "definedIn": "dt" + }, + { + "id": "line-name", + "href": "https://www.w3.org/TR/css-grid-1/#line-name", + "linkingText": [ + "line name" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "named-lines", + "href": "https://www.w3.org/TR/css-grid-1/#named-lines", + "title": "Naming Grid Lines: the [*] syntax", + "number": "7.2.2" + }, + "definedIn": "prose" + }, + { + "id": "explicitly-assigned-line-name", + "href": "https://www.w3.org/TR/css-grid-1/#explicitly-assigned-line-name", + "linkingText": [ + "explicitly-assigned line name" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "named-lines", + "href": "https://www.w3.org/TR/css-grid-1/#named-lines", + "title": "Naming Grid Lines: the [*] syntax", + "number": "7.2.2" + }, + "definedIn": "prose" + }, + { + "id": "funcdef-repeat", + "href": "https://www.w3.org/TR/css-grid-1/#funcdef-repeat", + "linkingText": [ + "repeat()" + ], + "localLinkingText": [], + "type": "function", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "repeat-notation", + "href": "https://www.w3.org/TR/css-grid-1/#repeat-notation", + "title": "Repeating Rows and Columns: the repeat() notation", + "number": "7.2.3" + }, + "definedIn": "prose" + }, + { + "id": "typedef-track-repeat", + "href": "https://www.w3.org/TR/css-grid-1/#typedef-track-repeat", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "repeat-syntax", + "href": "https://www.w3.org/TR/css-grid-1/#repeat-syntax", + "title": "Syntax of repeat()", + "number": "7.2.3.1" + }, + "definedIn": "pre" + }, + { + "id": "typedef-auto-repeat", + "href": "https://www.w3.org/TR/css-grid-1/#typedef-auto-repeat", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "repeat-syntax", + "href": "https://www.w3.org/TR/css-grid-1/#repeat-syntax", + "title": "Syntax of repeat()", + "number": "7.2.3.1" + }, + "definedIn": "pre" + }, + { + "id": "typedef-fixed-repeat", + "href": "https://www.w3.org/TR/css-grid-1/#typedef-fixed-repeat", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "repeat-syntax", + "href": "https://www.w3.org/TR/css-grid-1/#repeat-syntax", + "title": "Syntax of repeat()", + "number": "7.2.3.1" + }, + "definedIn": "pre" + }, + { + "id": "valdef-repeat-auto-fill", + "href": "https://www.w3.org/TR/css-grid-1/#valdef-repeat-auto-fill", + "linkingText": [ + "auto-fill" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "repeat()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "auto-repeat", + "href": "https://www.w3.org/TR/css-grid-1/#auto-repeat", + "title": "Repeat-to-fill: auto-fill and auto-fit repetitions", + "number": "7.2.3.2" + }, + "definedIn": "prose" + }, + { + "id": "valdef-repeat-auto-fit", + "href": "https://www.w3.org/TR/css-grid-1/#valdef-repeat-auto-fit", + "linkingText": [ + "auto-fit" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "repeat()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "auto-repeat", + "href": "https://www.w3.org/TR/css-grid-1/#auto-repeat", + "title": "Repeat-to-fill: auto-fill and auto-fit repetitions", + "number": "7.2.3.2" + }, + "definedIn": "prose" + }, + { + "id": "collapsed-track", + "href": "https://www.w3.org/TR/css-grid-1/#collapsed-track", + "linkingText": [ + "collapsed track" + ], + "localLinkingText": [ + "collapse" + ], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "auto-repeat", + "href": "https://www.w3.org/TR/css-grid-1/#auto-repeat", + "title": "Repeat-to-fill: auto-fill and auto-fit repetitions", + "number": "7.2.3.2" + }, + "definedIn": "prose" + }, + { + "id": "flexible-length", + "href": "https://www.w3.org/TR/css-grid-1/#flexible-length", + "linkingText": [ + "flexible length" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "fr-unit", + "href": "https://www.w3.org/TR/css-grid-1/#fr-unit", + "title": "Flexible Lengths: the fr unit", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "typedef-flex", + "href": "https://www.w3.org/TR/css-grid-1/#typedef-flex", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "fr-unit", + "href": "https://www.w3.org/TR/css-grid-1/#fr-unit", + "title": "Flexible Lengths: the fr unit", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "valdef-flex-fr", + "href": "https://www.w3.org/TR/css-grid-1/#valdef-flex-fr", + "linkingText": [ + "fr", + "fr unit" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "fr-unit", + "href": "https://www.w3.org/TR/css-grid-1/#fr-unit", + "title": "Flexible Lengths: the fr unit", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "flexible-tracks", + "href": "https://www.w3.org/TR/css-grid-1/#flexible-tracks", + "linkingText": [ + "flexible tracks" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "fr-unit", + "href": "https://www.w3.org/TR/css-grid-1/#fr-unit", + "title": "Flexible Lengths: the fr unit", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "flex-fraction", + "href": "https://www.w3.org/TR/css-grid-1/#flex-fraction", + "linkingText": [ + "flex fraction" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "fr-unit", + "href": "https://www.w3.org/TR/css-grid-1/#fr-unit", + "title": "Flexible Lengths: the fr unit", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "computed-track-list", + "href": "https://www.w3.org/TR/css-grid-1/#computed-track-list", + "linkingText": [ + "computed track list" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "computed-tracks", + "href": "https://www.w3.org/TR/css-grid-1/#computed-tracks", + "title": "Computed Value of a Track Listing", + "number": "7.2.5" + }, + "definedIn": "prose" + }, + { + "id": "line-name-set", + "href": "https://www.w3.org/TR/css-grid-1/#line-name-set", + "linkingText": [ + "line name set" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "computed-tracks", + "href": "https://www.w3.org/TR/css-grid-1/#computed-tracks", + "title": "Computed Value of a Track Listing", + "number": "7.2.5" + }, + "definedIn": "prose" + }, + { + "id": "track-section", + "href": "https://www.w3.org/TR/css-grid-1/#track-section", + "linkingText": [ + "track section" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "computed-tracks", + "href": "https://www.w3.org/TR/css-grid-1/#computed-tracks", + "title": "Computed Value of a Track Listing", + "number": "7.2.5" + }, + "definedIn": "prose" + }, + { + "id": "propdef-grid-template-areas", + "href": "https://www.w3.org/TR/css-grid-1/#propdef-grid-template-areas", + "linkingText": [ + "grid-template-areas" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "grid-template-areas-property", + "href": "https://www.w3.org/TR/css-grid-1/#grid-template-areas-property", + "title": "Named Areas: the grid-template-areas property", + "number": "7.3" + }, + "definedIn": "table" + }, + { + "id": "named-grid-area", + "href": "https://www.w3.org/TR/css-grid-1/#named-grid-area", + "linkingText": [ + "named grid area" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "grid-template-areas-property", + "href": "https://www.w3.org/TR/css-grid-1/#grid-template-areas-property", + "title": "Named Areas: the grid-template-areas property", + "number": "7.3" + }, + "definedIn": "prose" + }, + { + "id": "valdef-grid-template-areas-none", + "href": "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-areas-none", + "linkingText": [ + "none" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "grid-template-areas" + ], + "access": "public", + "informative": false, + "heading": { + "id": "grid-template-areas-property", + "href": "https://www.w3.org/TR/css-grid-1/#grid-template-areas-property", + "title": "Named Areas: the grid-template-areas property", + "number": "7.3" + }, + "definedIn": "dt" + }, + { + "id": "valdef-grid-template-areas-string", + "href": "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-areas-string", + "linkingText": [ + "+" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "grid-template-areas" + ], + "access": "public", + "informative": false, + "heading": { + "id": "grid-template-areas-property", + "href": "https://www.w3.org/TR/css-grid-1/#grid-template-areas-property", + "title": "Named Areas: the grid-template-areas property", + "number": "7.3" + }, + "definedIn": "dt" + }, + { + "id": "grid-template-areas-named-cell-token", + "href": "https://www.w3.org/TR/css-grid-1/#grid-template-areas-named-cell-token", + "linkingText": [ + "named cell token" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "grid-template-areas" + ], + "access": "private", + "informative": false, + "heading": { + "id": "grid-template-areas-property", + "href": "https://www.w3.org/TR/css-grid-1/#grid-template-areas-property", + "title": "Named Areas: the grid-template-areas property", + "number": "7.3" + }, + "definedIn": "prose" + }, + { + "id": "grid-template-areas-null-cell-token", + "href": "https://www.w3.org/TR/css-grid-1/#grid-template-areas-null-cell-token", + "linkingText": [ + "null cell token" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "grid-template-areas" + ], + "access": "private", + "informative": false, + "heading": { + "id": "grid-template-areas-property", + "href": "https://www.w3.org/TR/css-grid-1/#grid-template-areas-property", + "title": "Named Areas: the grid-template-areas property", + "number": "7.3" + }, + "definedIn": "prose" + }, + { + "id": "grid-template-areas-trash-token", + "href": "https://www.w3.org/TR/css-grid-1/#grid-template-areas-trash-token", + "linkingText": [ + "trash token" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "grid-template-areas" + ], + "access": "private", + "informative": false, + "heading": { + "id": "grid-template-areas-property", + "href": "https://www.w3.org/TR/css-grid-1/#grid-template-areas-property", + "title": "Named Areas: the grid-template-areas property", + "number": "7.3" + }, + "definedIn": "prose" + }, + { + "id": "implicitly-assigned-line-name", + "href": "https://www.w3.org/TR/css-grid-1/#implicitly-assigned-line-name", + "linkingText": [ + "implicitly-assigned line name" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "implicit-named-lines", + "href": "https://www.w3.org/TR/css-grid-1/#implicit-named-lines", + "title": "Implicitly-Assigned Line Names", + "number": "7.3.2" + }, + "definedIn": "prose" + }, + { + "id": "implicitly-named-area", + "href": "https://www.w3.org/TR/css-grid-1/#implicitly-named-area", + "linkingText": [ + "implicitly-named area" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "implicit-named-areas", + "href": "https://www.w3.org/TR/css-grid-1/#implicit-named-areas", + "title": "Implicitly-Named Areas", + "number": "7.3.3" + }, + "definedIn": "prose" + }, + { + "id": "propdef-grid-template", + "href": "https://www.w3.org/TR/css-grid-1/#propdef-grid-template", + "linkingText": [ + "grid-template" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "explicit-grid-shorthand", + "href": "https://www.w3.org/TR/css-grid-1/#explicit-grid-shorthand", + "title": "Explicit Grid Shorthand: the grid-template property", + "number": "7.4" + }, + "definedIn": "table" + }, + { + "id": "valdef-grid-template-none", + "href": "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-none", + "linkingText": [ + "none" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "grid-template" + ], + "access": "public", + "informative": false, + "heading": { + "id": "explicit-grid-shorthand", + "href": "https://www.w3.org/TR/css-grid-1/#explicit-grid-shorthand", + "title": "Explicit Grid Shorthand: the grid-template property", + "number": "7.4" + }, + "definedIn": "dt" + }, + { + "id": "grid-template-rowcol", + "href": "https://www.w3.org/TR/css-grid-1/#grid-template-rowcol", + "linkingText": [ + "<'grid-template-rows'> / <'grid-template-columns'>" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "grid-template" + ], + "access": "public", + "informative": false, + "heading": { + "id": "explicit-grid-shorthand", + "href": "https://www.w3.org/TR/css-grid-1/#explicit-grid-shorthand", + "title": "Explicit Grid Shorthand: the grid-template property", + "number": "7.4" + }, + "definedIn": "dt" + }, + { + "id": "grid-template-ascii", + "href": "https://www.w3.org/TR/css-grid-1/#grid-template-ascii", + "linkingText": [ + "[ ? ? ? ]+ [ / ]?" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "grid-template" + ], + "access": "public", + "informative": false, + "heading": { + "id": "explicit-grid-shorthand", + "href": "https://www.w3.org/TR/css-grid-1/#explicit-grid-shorthand", + "title": "Explicit Grid Shorthand: the grid-template property", + "number": "7.4" + }, + "definedIn": "dt" + }, + { + "id": "implicit-grid-track", + "href": "https://www.w3.org/TR/css-grid-1/#implicit-grid-track", + "linkingText": [ + "implicit grid track", + "implicit grid row", + "implicit grid column" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "implicit-grids", + "href": "https://www.w3.org/TR/css-grid-1/#implicit-grids", + "title": "The Implicit Grid", + "number": "7.5" + }, + "definedIn": "prose" + }, + { + "id": "implicit-grid-lines", + "href": "https://www.w3.org/TR/css-grid-1/#implicit-grid-lines", + "linkingText": [ + "implicit grid lines" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "implicit-grids", + "href": "https://www.w3.org/TR/css-grid-1/#implicit-grids", + "title": "The Implicit Grid", + "number": "7.5" + }, + "definedIn": "prose" + }, + { + "id": "implicit-grid", + "href": "https://www.w3.org/TR/css-grid-1/#implicit-grid", + "linkingText": [ + "implicit grid" + ], + "localLinkingText": [ + "implicit" + ], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "implicit-grids", + "href": "https://www.w3.org/TR/css-grid-1/#implicit-grids", + "title": "The Implicit Grid", + "number": "7.5" + }, + "definedIn": "prose" + }, + { + "id": "implicit-grid-properties", + "href": "https://www.w3.org/TR/css-grid-1/#implicit-grid-properties", + "linkingText": [ + "implicit grid properties" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "implicit-grids", + "href": "https://www.w3.org/TR/css-grid-1/#implicit-grids", + "title": "The Implicit Grid", + "number": "7.5" + }, + "definedIn": "prose" + }, + { + "id": "propdef-grid-auto-columns", + "href": "https://www.w3.org/TR/css-grid-1/#propdef-grid-auto-columns", + "linkingText": [ + "grid-auto-columns" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "auto-tracks", + "href": "https://www.w3.org/TR/css-grid-1/#auto-tracks", + "title": "Implicit Track Sizing: the grid-auto-rows and grid-auto-columns properties", + "number": "7.6" + }, + "definedIn": "table" + }, + { + "id": "propdef-grid-auto-rows", + "href": "https://www.w3.org/TR/css-grid-1/#propdef-grid-auto-rows", + "linkingText": [ + "grid-auto-rows" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "auto-tracks", + "href": "https://www.w3.org/TR/css-grid-1/#auto-tracks", + "title": "Implicit Track Sizing: the grid-auto-rows and grid-auto-columns properties", + "number": "7.6" + }, + "definedIn": "table" + }, + { + "id": "auto-placement", + "href": "https://www.w3.org/TR/css-grid-1/#auto-placement", + "linkingText": [ + "auto-placement", + "automatic placement" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "grid-auto-flow-property", + "href": "https://www.w3.org/TR/css-grid-1/#grid-auto-flow-property", + "title": "Automatic Placement: the grid-auto-flow property", + "number": "7.7" + }, + "definedIn": "heading" + }, + { + "id": "propdef-grid-auto-flow", + "href": "https://www.w3.org/TR/css-grid-1/#propdef-grid-auto-flow", + "linkingText": [ + "grid-auto-flow" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "grid-auto-flow-property", + "href": "https://www.w3.org/TR/css-grid-1/#grid-auto-flow-property", + "title": "Automatic Placement: the grid-auto-flow property", + "number": "7.7" + }, + "definedIn": "table" + }, + { + "id": "valdef-grid-auto-flow-row", + "href": "https://www.w3.org/TR/css-grid-1/#valdef-grid-auto-flow-row", + "linkingText": [ + "row" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "grid-auto-flow" + ], + "access": "public", + "informative": false, + "heading": { + "id": "grid-auto-flow-property", + "href": "https://www.w3.org/TR/css-grid-1/#grid-auto-flow-property", + "title": "Automatic Placement: the grid-auto-flow property", + "number": "7.7" + }, + "definedIn": "dt" + }, + { + "id": "valdef-grid-auto-flow-column", + "href": "https://www.w3.org/TR/css-grid-1/#valdef-grid-auto-flow-column", + "linkingText": [ + "column" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "grid-auto-flow" + ], + "access": "public", + "informative": false, + "heading": { + "id": "grid-auto-flow-property", + "href": "https://www.w3.org/TR/css-grid-1/#grid-auto-flow-property", + "title": "Automatic Placement: the grid-auto-flow property", + "number": "7.7" + }, + "definedIn": "dt" + }, + { + "id": "valdef-grid-auto-flow-dense", + "href": "https://www.w3.org/TR/css-grid-1/#valdef-grid-auto-flow-dense", + "linkingText": [ + "dense" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "grid-auto-flow" + ], + "access": "public", + "informative": false, + "heading": { + "id": "grid-auto-flow-property", + "href": "https://www.w3.org/TR/css-grid-1/#grid-auto-flow-property", + "title": "Automatic Placement: the grid-auto-flow property", + "number": "7.7" + }, + "definedIn": "dt" + }, + { + "id": "propdef-grid", + "href": "https://www.w3.org/TR/css-grid-1/#propdef-grid", + "linkingText": [ + "grid" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "grid-shorthand", + "href": "https://www.w3.org/TR/css-grid-1/#grid-shorthand", + "title": "Grid Definition Shorthand: the grid property", + "number": "7.8" + }, + "definedIn": "table" + }, + { + "id": "grid-s-auto-row", + "href": "https://www.w3.org/TR/css-grid-1/#grid-s-auto-row", + "linkingText": [ + "<'grid-template-rows'> / [ auto-flow && dense? ] <'grid-auto-columns'>?" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "grid" + ], + "access": "public", + "informative": false, + "heading": { + "id": "grid-shorthand", + "href": "https://www.w3.org/TR/css-grid-1/#grid-shorthand", + "title": "Grid Definition Shorthand: the grid property", + "number": "7.8" + }, + "definedIn": "dt" + }, + { + "id": "grid-s-auto-column", + "href": "https://www.w3.org/TR/css-grid-1/#grid-s-auto-column", + "linkingText": [ + "[ auto-flow && dense? ] <'grid-auto-rows'>? / <'grid-template-columns'>" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "grid" + ], + "access": "public", + "informative": false, + "heading": { + "id": "grid-shorthand", + "href": "https://www.w3.org/TR/css-grid-1/#grid-shorthand", + "title": "Grid Definition Shorthand: the grid property", + "number": "7.8" + }, + "definedIn": "dt" + }, + { + "id": "grid-placement", + "href": "https://www.w3.org/TR/css-grid-1/#grid-placement", + "linkingText": [ + "grid placement" + ], + "localLinkingText": [ + "placement" + ], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "placement", + "href": "https://www.w3.org/TR/css-grid-1/#placement", + "title": "Placing Grid Items", + "number": "8" + }, + "definedIn": "prose" + }, + { + "id": "grid-position", + "href": "https://www.w3.org/TR/css-grid-1/#grid-position", + "linkingText": [ + "grid position" + ], + "localLinkingText": [ + "position", + "row position", + "column position" + ], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "placement", + "href": "https://www.w3.org/TR/css-grid-1/#placement", + "title": "Placing Grid Items", + "number": "8" + }, + "definedIn": "dt" + }, + { + "id": "definite-grid-position", + "href": "https://www.w3.org/TR/css-grid-1/#definite-grid-position", + "linkingText": [ + "definite grid position", + "definite row position", + "definite column position", + "definite position" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "placement", + "href": "https://www.w3.org/TR/css-grid-1/#placement", + "title": "Placing Grid Items", + "number": "8" + }, + "definedIn": "prose" + }, + { + "id": "automatic-grid-position", + "href": "https://www.w3.org/TR/css-grid-1/#automatic-grid-position", + "linkingText": [ + "automatic grid position", + "automatic row position", + "automatic column position", + "automatic position" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "placement", + "href": "https://www.w3.org/TR/css-grid-1/#placement", + "title": "Placing Grid Items", + "number": "8" + }, + "definedIn": "prose" + }, + { + "id": "grid-span", + "href": "https://www.w3.org/TR/css-grid-1/#grid-span", + "linkingText": [ + "grid span" + ], + "localLinkingText": [ + "span", + "row span", + "column span" + ], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "placement", + "href": "https://www.w3.org/TR/css-grid-1/#placement", + "title": "Placing Grid Items", + "number": "8" + }, + "definedIn": "dt" + }, + { + "id": "definite-grid-span", + "href": "https://www.w3.org/TR/css-grid-1/#definite-grid-span", + "linkingText": [ + "definite grid span", + "definite row span", + "definite column span", + "definite span" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "placement", + "href": "https://www.w3.org/TR/css-grid-1/#placement", + "title": "Placing Grid Items", + "number": "8" + }, + "definedIn": "prose" + }, + { + "id": "grid-placement-property", + "href": "https://www.w3.org/TR/css-grid-1/#grid-placement-property", + "linkingText": [ + "grid-placement property" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "placement", + "href": "https://www.w3.org/TR/css-grid-1/#placement", + "title": "Placing Grid Items", + "number": "8" + }, + "definedIn": "prose" + }, + { + "id": "propdef-grid-row-start", + "href": "https://www.w3.org/TR/css-grid-1/#propdef-grid-row-start", + "linkingText": [ + "grid-row-start" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "line-placement", + "href": "https://www.w3.org/TR/css-grid-1/#line-placement", + "title": "Line-based Placement: the grid-row-start, grid-column-start, grid-row-end, and grid-column-end properties", + "number": "8.3" + }, + "definedIn": "table" + }, + { + "id": "propdef-grid-column-start", + "href": "https://www.w3.org/TR/css-grid-1/#propdef-grid-column-start", + "linkingText": [ + "grid-column-start" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "line-placement", + "href": "https://www.w3.org/TR/css-grid-1/#line-placement", + "title": "Line-based Placement: the grid-row-start, grid-column-start, grid-row-end, and grid-column-end properties", + "number": "8.3" + }, + "definedIn": "table" + }, + { + "id": "propdef-grid-row-end", + "href": "https://www.w3.org/TR/css-grid-1/#propdef-grid-row-end", + "linkingText": [ + "grid-row-end" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "line-placement", + "href": "https://www.w3.org/TR/css-grid-1/#line-placement", + "title": "Line-based Placement: the grid-row-start, grid-column-start, grid-row-end, and grid-column-end properties", + "number": "8.3" + }, + "definedIn": "table" + }, + { + "id": "propdef-grid-column-end", + "href": "https://www.w3.org/TR/css-grid-1/#propdef-grid-column-end", + "linkingText": [ + "grid-column-end" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "line-placement", + "href": "https://www.w3.org/TR/css-grid-1/#line-placement", + "title": "Line-based Placement: the grid-row-start, grid-column-start, grid-row-end, and grid-column-end properties", + "number": "8.3" + }, + "definedIn": "table" + }, + { + "id": "typedef-grid-row-start-grid-line", + "href": "https://www.w3.org/TR/css-grid-1/#typedef-grid-row-start-grid-line", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [ + "grid-row-start", + "grid-column-start", + "grid-row-end", + "grid-column-end" + ], + "access": "public", + "informative": false, + "heading": { + "id": "line-placement", + "href": "https://www.w3.org/TR/css-grid-1/#line-placement", + "title": "Line-based Placement: the grid-row-start, grid-column-start, grid-row-end, and grid-column-end properties", + "number": "8.3" + }, + "definedIn": "pre" + }, + { + "id": "grid-placement-int", + "href": "https://www.w3.org/TR/css-grid-1/#grid-placement-int", + "linkingText": [ + " && ?" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "line-placement", + "href": "https://www.w3.org/TR/css-grid-1/#line-placement", + "title": "Line-based Placement: the grid-row-start, grid-column-start, grid-row-end, and grid-column-end properties", + "number": "8.3" + }, + "definedIn": "dt" + }, + { + "id": "grid-placement-span-int", + "href": "https://www.w3.org/TR/css-grid-1/#grid-placement-span-int", + "linkingText": [ + "span && [ || ]" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "line-placement", + "href": "https://www.w3.org/TR/css-grid-1/#line-placement", + "title": "Line-based Placement: the grid-row-start, grid-column-start, grid-row-end, and grid-column-end properties", + "number": "8.3" + }, + "definedIn": "dt" + }, + { + "id": "grid-placement-auto", + "href": "https://www.w3.org/TR/css-grid-1/#grid-placement-auto", + "linkingText": [ + "auto" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "line-placement", + "href": "https://www.w3.org/TR/css-grid-1/#line-placement", + "title": "Line-based Placement: the grid-row-start, grid-column-start, grid-row-end, and grid-column-end properties", + "number": "8.3" + }, + "definedIn": "dt" + }, + { + "id": "propdef-grid-row", + "href": "https://www.w3.org/TR/css-grid-1/#propdef-grid-row", + "linkingText": [ + "grid-row" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "placement-shorthands", + "href": "https://www.w3.org/TR/css-grid-1/#placement-shorthands", + "title": "Placement Shorthands: the grid-column, grid-row, and grid-area properties", + "number": "8.4" + }, + "definedIn": "table" + }, + { + "id": "propdef-grid-column", + "href": "https://www.w3.org/TR/css-grid-1/#propdef-grid-column", + "linkingText": [ + "grid-column" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "placement-shorthands", + "href": "https://www.w3.org/TR/css-grid-1/#placement-shorthands", + "title": "Placement Shorthands: the grid-column, grid-row, and grid-area properties", + "number": "8.4" + }, + "definedIn": "table" + }, + { + "id": "propdef-grid-area", + "href": "https://www.w3.org/TR/css-grid-1/#propdef-grid-area", + "linkingText": [ + "grid-area" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "placement-shorthands", + "href": "https://www.w3.org/TR/css-grid-1/#placement-shorthands", + "title": "Placement Shorthands: the grid-column, grid-row, and grid-area properties", + "number": "8.4" + }, + "definedIn": "table" + }, + { + "id": "grid-item-placement-algorithm", + "href": "https://www.w3.org/TR/css-grid-1/#grid-item-placement-algorithm", + "linkingText": [ + "grid item placement algorithm" + ], + "localLinkingText": [ + "auto-placement algorithm" + ], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "auto-placement-algo", + "href": "https://www.w3.org/TR/css-grid-1/#auto-placement-algo", + "title": "Grid Item Placement Algorithm", + "number": "8.5" + }, + "definedIn": "prose" + }, + { + "id": "occupied", + "href": "https://www.w3.org/TR/css-grid-1/#occupied", + "linkingText": [ + "occupied" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "auto-placement-algo", + "href": "https://www.w3.org/TR/css-grid-1/#auto-placement-algo", + "title": "Grid Item Placement Algorithm", + "number": "8.5" + }, + "definedIn": "prose" + }, + { + "id": "unoccupied", + "href": "https://www.w3.org/TR/css-grid-1/#unoccupied", + "linkingText": [ + "unoccupied" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "auto-placement-algo", + "href": "https://www.w3.org/TR/css-grid-1/#auto-placement-algo", + "title": "Grid Item Placement Algorithm", + "number": "8.5" + }, + "definedIn": "prose" + }, + { + "id": "auto-placement-cursor", + "href": "https://www.w3.org/TR/css-grid-1/#auto-placement-cursor", + "linkingText": [ + "auto-placement cursor" + ], + "localLinkingText": [ + "cursor" + ], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "auto-placement-algo", + "href": "https://www.w3.org/TR/css-grid-1/#auto-placement-algo", + "title": "Grid Item Placement Algorithm", + "number": "8.5" + }, + "definedIn": "prose" + }, + { + "id": "augmented-grid", + "href": "https://www.w3.org/TR/css-grid-1/#augmented-grid", + "linkingText": [ + "augmented grid" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "abspos-items", + "href": "https://www.w3.org/TR/css-grid-1/#abspos-items", + "title": "With a Grid Container as Containing Block", + "number": "9.1" + }, + "definedIn": "prose" + }, + { + "id": "collapsed-gutter", + "href": "https://www.w3.org/TR/css-grid-1/#collapsed-gutter", + "linkingText": [ + "collapsed gutter" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "gutters", + "href": "https://www.w3.org/TR/css-grid-1/#gutters", + "title": "Gutters: the row-gap, column-gap, and gap properties", + "number": "10.1" + }, + "definedIn": "prose" + }, + { + "id": "grid-order", + "href": "https://www.w3.org/TR/css-grid-1/#grid-order", + "linkingText": [ + "grid order", + "grid-modified document order" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "grid-baselines", + "href": "https://www.w3.org/TR/css-grid-1/#grid-baselines", + "title": "Grid Container Baselines", + "number": "10.6" + }, + "definedIn": "prose" + }, + { + "id": "grid-sizing-algorithm", + "href": "https://www.w3.org/TR/css-grid-1/#grid-sizing-algorithm", + "linkingText": [ + "grid sizing algorithm" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "layout-algorithm", + "href": "https://www.w3.org/TR/css-grid-1/#layout-algorithm", + "title": "11. Grid Sizing" + }, + "definedIn": "prose" + }, + { + "id": "fixed-sizing-function", + "href": "https://www.w3.org/TR/css-grid-1/#fixed-sizing-function", + "linkingText": [ + "fixed sizing function" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "layout-algorithm", + "href": "https://www.w3.org/TR/css-grid-1/#layout-algorithm", + "title": "11. Grid Sizing" + }, + "definedIn": "prose" + }, + { + "id": "intrinsic-sizing-function", + "href": "https://www.w3.org/TR/css-grid-1/#intrinsic-sizing-function", + "linkingText": [ + "intrinsic sizing function" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "layout-algorithm", + "href": "https://www.w3.org/TR/css-grid-1/#layout-algorithm", + "title": "11. Grid Sizing" + }, + "definedIn": "prose" + }, + { + "id": "flexible-sizing-function", + "href": "https://www.w3.org/TR/css-grid-1/#flexible-sizing-function", + "linkingText": [ + "flexible sizing function" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "layout-algorithm", + "href": "https://www.w3.org/TR/css-grid-1/#layout-algorithm", + "title": "11. Grid Sizing" + }, + "definedIn": "prose" + }, + { + "id": "min-track-sizing-function", + "href": "https://www.w3.org/TR/css-grid-1/#min-track-sizing-function", + "linkingText": [ + "min track sizing function" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "algo-terms", + "href": "https://www.w3.org/TR/css-grid-1/#algo-terms", + "title": "Track Sizing Terminology", + "number": "11.2" + }, + "definedIn": "dt" + }, + { + "id": "max-track-sizing-function", + "href": "https://www.w3.org/TR/css-grid-1/#max-track-sizing-function", + "linkingText": [ + "max track sizing function" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "algo-terms", + "href": "https://www.w3.org/TR/css-grid-1/#algo-terms", + "title": "Track Sizing Terminology", + "number": "11.2" + }, + "definedIn": "dt" + }, + { + "id": "available-grid-space", + "href": "https://www.w3.org/TR/css-grid-1/#available-grid-space", + "linkingText": [ + "available grid space" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "algo-terms", + "href": "https://www.w3.org/TR/css-grid-1/#algo-terms", + "title": "Track Sizing Terminology", + "number": "11.2" + }, + "definedIn": "dt" + }, + { + "id": "free-space", + "href": "https://www.w3.org/TR/css-grid-1/#free-space", + "linkingText": [ + "free space" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "algo-terms", + "href": "https://www.w3.org/TR/css-grid-1/#algo-terms", + "title": "Track Sizing Terminology", + "number": "11.2" + }, + "definedIn": "dt" + }, + { + "id": "span-count", + "href": "https://www.w3.org/TR/css-grid-1/#span-count", + "linkingText": [ + "span count" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "algo-terms", + "href": "https://www.w3.org/TR/css-grid-1/#algo-terms", + "title": "Track Sizing Terminology", + "number": "11.2" + }, + "definedIn": "dt" + }, + { + "id": "track-sizing-algorithm", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizing-algorithm", + "linkingText": [ + "track sizing algorithm" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "algo-track-sizing", + "href": "https://www.w3.org/TR/css-grid-1/#algo-track-sizing", + "title": "Track Sizing Algorithm", + "number": "11.3" + }, + "definedIn": "prose" + }, + { + "id": "base-size", + "href": "https://www.w3.org/TR/css-grid-1/#base-size", + "linkingText": [ + "base size" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "algo-track-sizing", + "href": "https://www.w3.org/TR/css-grid-1/#algo-track-sizing", + "title": "Track Sizing Algorithm", + "number": "11.3" + }, + "definedIn": "prose" + }, + { + "id": "growth-limit", + "href": "https://www.w3.org/TR/css-grid-1/#growth-limit", + "linkingText": [ + "growth limit" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "algo-track-sizing", + "href": "https://www.w3.org/TR/css-grid-1/#algo-track-sizing", + "title": "Track Sizing Algorithm", + "number": "11.3" + }, + "definedIn": "prose" + }, + { + "id": "limited-contribution", + "href": "https://www.w3.org/TR/css-grid-1/#limited-contribution", + "linkingText": [ + "limited min-content contribution", + "limited max-content contribution" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "algo-content", + "href": "https://www.w3.org/TR/css-grid-1/#algo-content", + "title": "Resolve Intrinsic Track Sizes", + "number": "11.5" + }, + "definedIn": "prose" + }, + { + "id": "minimum-contribution", + "href": "https://www.w3.org/TR/css-grid-1/#minimum-contribution", + "linkingText": [ + "minimum contribution" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "algo-content", + "href": "https://www.w3.org/TR/css-grid-1/#algo-content", + "title": "Resolve Intrinsic Track Sizes", + "number": "11.5" + }, + "definedIn": "prose" + }, + { + "id": "infinitely-growable", + "href": "https://www.w3.org/TR/css-grid-1/#infinitely-growable", + "linkingText": [ + "infinitely growable" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "algo-content", + "href": "https://www.w3.org/TR/css-grid-1/#algo-content", + "title": "Resolve Intrinsic Track Sizes", + "number": "11.5" + }, + "definedIn": "prose" + }, + { + "id": "distribute-extra-space", + "href": "https://www.w3.org/TR/css-grid-1/#distribute-extra-space", + "linkingText": [ + "distribute extra space" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "extra-space", + "href": "https://www.w3.org/TR/css-grid-1/#extra-space", + "title": "Distributing Extra Space Across Spanned Tracks", + "number": "11.5.1" + }, + "definedIn": "prose" + }, + { + "id": "space-to-fill", + "href": "https://www.w3.org/TR/css-grid-1/#space-to-fill", + "linkingText": [ + "space to fill" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "algo-find-fr-size", + "href": "https://www.w3.org/TR/css-grid-1/#algo-find-fr-size", + "title": "Find the Size of an fr", + "number": "11.7.1" + }, + "definedIn": "prose" + }, + { + "id": "leftover-space", + "href": "https://www.w3.org/TR/css-grid-1/#leftover-space", + "linkingText": [ + "leftover space" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "algo-find-fr-size", + "href": "https://www.w3.org/TR/css-grid-1/#algo-find-fr-size", + "title": "Find the Size of an fr", + "number": "11.7.1" + }, + "definedIn": "prose" + }, + { + "id": "flex-factor-sum", + "href": "https://www.w3.org/TR/css-grid-1/#flex-factor-sum", + "linkingText": [ + "flex factor sum" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "algo-find-fr-size", + "href": "https://www.w3.org/TR/css-grid-1/#algo-find-fr-size", + "title": "Find the Size of an fr", + "number": "11.7.1" + }, + "definedIn": "prose" + }, + { + "id": "hypothetical-fr-size", + "href": "https://www.w3.org/TR/css-grid-1/#hypothetical-fr-size", + "linkingText": [ + "hypothetical fr size" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "algo-find-fr-size", + "href": "https://www.w3.org/TR/css-grid-1/#algo-find-fr-size", + "title": "Find the Size of an fr", + "number": "11.7.1" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/css-ui-3.json b/tr/dfns/css-ui-3.json new file mode 100644 index 000000000000..08029bc6be4b --- /dev/null +++ b/tr/dfns/css-ui-3.json @@ -0,0 +1,1156 @@ +{ + "spec": { + "title": "CSS Basic User Interface Module Level 3 (CSS3 UI)", + "url": "https://www.w3.org/TR/css-ui-3/" + }, + "dfns": [ + { + "id": "propdef-box-sizing", + "href": "https://www.w3.org/TR/css-ui-3/#propdef-box-sizing", + "linkingText": [ + "box-sizing" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "box-sizing", + "href": "https://www.w3.org/TR/css-ui-3/#box-sizing", + "title": "Changing the Box Model: the box-sizing property", + "number": "3.1" + }, + "definedIn": "table" + }, + { + "id": "valdef-box-sizing-content-box", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-box-sizing-content-box", + "linkingText": [ + "content-box" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "box-sizing" + ], + "access": "public", + "informative": false, + "heading": { + "id": "box-sizing", + "href": "https://www.w3.org/TR/css-ui-3/#box-sizing", + "title": "Changing the Box Model: the box-sizing property", + "number": "3.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-box-sizing-border-box", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-box-sizing-border-box", + "linkingText": [ + "border-box" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "box-sizing" + ], + "access": "public", + "informative": false, + "heading": { + "id": "box-sizing", + "href": "https://www.w3.org/TR/css-ui-3/#box-sizing", + "title": "Changing the Box Model: the box-sizing property", + "number": "3.1" + }, + "definedIn": "dt" + }, + { + "id": "min-inner-width", + "href": "https://www.w3.org/TR/css-ui-3/#min-inner-width", + "linkingText": [ + "min inner width" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "box-sizing", + "href": "https://www.w3.org/TR/css-ui-3/#box-sizing", + "title": "Changing the Box Model: the box-sizing property", + "number": "3.1" + }, + "definedIn": "table" + }, + { + "id": "max-inner-width", + "href": "https://www.w3.org/TR/css-ui-3/#max-inner-width", + "linkingText": [ + "max inner width" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "box-sizing", + "href": "https://www.w3.org/TR/css-ui-3/#box-sizing", + "title": "Changing the Box Model: the box-sizing property", + "number": "3.1" + }, + "definedIn": "table" + }, + { + "id": "min-inner-height", + "href": "https://www.w3.org/TR/css-ui-3/#min-inner-height", + "linkingText": [ + "min inner height" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "box-sizing", + "href": "https://www.w3.org/TR/css-ui-3/#box-sizing", + "title": "Changing the Box Model: the box-sizing property", + "number": "3.1" + }, + "definedIn": "table" + }, + { + "id": "max-inner-height", + "href": "https://www.w3.org/TR/css-ui-3/#max-inner-height", + "linkingText": [ + "max inner height" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "box-sizing", + "href": "https://www.w3.org/TR/css-ui-3/#box-sizing", + "title": "Changing the Box Model: the box-sizing property", + "number": "3.1" + }, + "definedIn": "table" + }, + { + "id": "propdef-outline", + "href": "https://www.w3.org/TR/css-ui-3/#propdef-outline", + "linkingText": [ + "outline" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "outline", + "href": "https://www.w3.org/TR/css-ui-3/#outline", + "title": "Outlines Shorthand: the outline property", + "number": "4.1" + }, + "definedIn": "table" + }, + { + "id": "propdef-outline-width", + "href": "https://www.w3.org/TR/css-ui-3/#propdef-outline-width", + "linkingText": [ + "outline-width" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "outline-width", + "href": "https://www.w3.org/TR/css-ui-3/#outline-width", + "title": "Outline Thickness: the outline-width property", + "number": "4.2" + }, + "definedIn": "table" + }, + { + "id": "propdef-outline-style", + "href": "https://www.w3.org/TR/css-ui-3/#propdef-outline-style", + "linkingText": [ + "outline-style" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "outline-style", + "href": "https://www.w3.org/TR/css-ui-3/#outline-style", + "title": "Outline Patterns: the outline-style property", + "number": "4.3" + }, + "definedIn": "table" + }, + { + "id": "propdef-outline-color", + "href": "https://www.w3.org/TR/css-ui-3/#propdef-outline-color", + "linkingText": [ + "outline-color" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "outline-color", + "href": "https://www.w3.org/TR/css-ui-3/#outline-color", + "title": "Outline Colors: the outline-color property", + "number": "4.4" + }, + "definedIn": "table" + }, + { + "id": "valdef-outline-color-invert", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-outline-color-invert", + "linkingText": [ + "invert" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "outline-color" + ], + "access": "public", + "informative": false, + "heading": { + "id": "outline-color", + "href": "https://www.w3.org/TR/css-ui-3/#outline-color", + "title": "Outline Colors: the outline-color property", + "number": "4.4" + }, + "definedIn": "prose" + }, + { + "id": "propdef-outline-offset", + "href": "https://www.w3.org/TR/css-ui-3/#propdef-outline-offset", + "linkingText": [ + "outline-offset" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "outline-offset", + "href": "https://www.w3.org/TR/css-ui-3/#outline-offset", + "title": "Offsetting the Outline: the outline-offset property", + "number": "4.5" + }, + "definedIn": "table" + }, + { + "id": "propdef-resize", + "href": "https://www.w3.org/TR/css-ui-3/#propdef-resize", + "linkingText": [ + "resize" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "resize", + "href": "https://www.w3.org/TR/css-ui-3/#resize", + "title": "Resizing Boxes: the resize property", + "number": "5.1" + }, + "definedIn": "table" + }, + { + "id": "propdef-text-overflow", + "href": "https://www.w3.org/TR/css-ui-3/#propdef-text-overflow", + "linkingText": [ + "text-overflow" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "text-overflow", + "href": "https://www.w3.org/TR/css-ui-3/#text-overflow", + "title": "Overflow Ellipsis: the text-overflow property", + "number": "5.2" + }, + "definedIn": "table" + }, + { + "id": "overflow-clip", + "href": "https://www.w3.org/TR/css-ui-3/#overflow-clip", + "linkingText": [ + "clip" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "text-overflow" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-overflow", + "href": "https://www.w3.org/TR/css-ui-3/#text-overflow", + "title": "Overflow Ellipsis: the text-overflow property", + "number": "5.2" + }, + "definedIn": "dt" + }, + { + "id": "overflow-ellipsis", + "href": "https://www.w3.org/TR/css-ui-3/#overflow-ellipsis", + "linkingText": [ + "ellipsis" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "text-overflow" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-overflow", + "href": "https://www.w3.org/TR/css-ui-3/#text-overflow", + "title": "Overflow Ellipsis: the text-overflow property", + "number": "5.2" + }, + "definedIn": "dt" + }, + { + "id": "propdef-cursor", + "href": "https://www.w3.org/TR/css-ui-3/#propdef-cursor", + "linkingText": [ + "cursor" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "table" + }, + { + "id": "valdef-cursor-auto", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-auto", + "linkingText": [ + "auto" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-default", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-default", + "linkingText": [ + "default" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-none", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-none", + "linkingText": [ + "none" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-context-menu", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-context-menu", + "linkingText": [ + "context-menu" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-help", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-help", + "linkingText": [ + "help" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-pointer", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-pointer", + "linkingText": [ + "pointer" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-progress", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-progress", + "linkingText": [ + "progress" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-wait", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-wait", + "linkingText": [ + "wait" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-cell", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-cell", + "linkingText": [ + "cell" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-crosshair", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-crosshair", + "linkingText": [ + "crosshair" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-text", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-text", + "linkingText": [ + "text" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-vertical-text", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-vertical-text", + "linkingText": [ + "vertical-text" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-alias", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-alias", + "linkingText": [ + "alias" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-copy", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-copy", + "linkingText": [ + "copy" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-move", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-move", + "linkingText": [ + "move" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-no-drop", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-no-drop", + "linkingText": [ + "no-drop" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-not-allowed", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-not-allowed", + "linkingText": [ + "not-allowed" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-grab", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-grab", + "linkingText": [ + "grab" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-grabbing", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-grabbing", + "linkingText": [ + "grabbing" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-e-resize", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-e-resize", + "linkingText": [ + "e-resize" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-n-resize", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-n-resize", + "linkingText": [ + "n-resize" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-ne-resize", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-ne-resize", + "linkingText": [ + "ne-resize" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-nw-resize", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-nw-resize", + "linkingText": [ + "nw-resize" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-s-resize", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-s-resize", + "linkingText": [ + "s-resize" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-se-resize", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-se-resize", + "linkingText": [ + "se-resize" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-sw-resize", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-sw-resize", + "linkingText": [ + "sw-resize" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-w-resize", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-w-resize", + "linkingText": [ + "w-resize" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-ew-resize", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-ew-resize", + "linkingText": [ + "ew-resize" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-ns-resize", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-ns-resize", + "linkingText": [ + "ns-resize" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-nesw-resize", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-nesw-resize", + "linkingText": [ + "nesw-resize" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-nwse-resize", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-nwse-resize", + "linkingText": [ + "nwse-resize" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-col-resize", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-col-resize", + "linkingText": [ + "col-resize" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-row-resize", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-row-resize", + "linkingText": [ + "row-resize" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-all-scroll", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-all-scroll", + "linkingText": [ + "all-scroll" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-zoom-in", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-zoom-in", + "linkingText": [ + "zoom-in" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-cursor-zoom-out", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-cursor-zoom-out", + "linkingText": [ + "zoom-out" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "cursor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + "definedIn": "dt" + }, + { + "id": "propdef-caret-color", + "href": "https://www.w3.org/TR/css-ui-3/#propdef-caret-color", + "linkingText": [ + "caret-color" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "caret-color", + "href": "https://www.w3.org/TR/css-ui-3/#caret-color", + "title": "Coloring the Insertion Caret: the caret-color property", + "number": "6.2.1" + }, + "definedIn": "table" + }, + { + "id": "valdef-caret-color-auto", + "href": "https://www.w3.org/TR/css-ui-3/#valdef-caret-color-auto", + "linkingText": [ + "auto" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "caret-color" + ], + "access": "public", + "informative": false, + "heading": { + "id": "caret-color", + "href": "https://www.w3.org/TR/css-ui-3/#caret-color", + "title": "Coloring the Insertion Caret: the caret-color property", + "number": "6.2.1" + }, + "definedIn": "dt" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/css-writing-modes-3.json b/tr/dfns/css-writing-modes-3.json new file mode 100644 index 000000000000..0c81c95506d9 --- /dev/null +++ b/tr/dfns/css-writing-modes-3.json @@ -0,0 +1,1775 @@ +{ + "spec": { + "title": "CSS Writing Modes Level 3", + "url": "https://www.w3.org/TR/css-writing-modes-3/" + }, + "dfns": [ + { + "id": "writing-mode", + "href": "https://www.w3.org/TR/css-writing-modes-3/#writing-mode", + "linkingText": [ + "writing mode" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "text-flow", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-flow", + "title": "Introduction to Writing Modes", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "inline-base-direction", + "href": "https://www.w3.org/TR/css-writing-modes-3/#inline-base-direction", + "linkingText": [ + "inline base direction" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "text-flow", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-flow", + "title": "Introduction to Writing Modes", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "block-flow-direction", + "href": "https://www.w3.org/TR/css-writing-modes-3/#block-flow-direction", + "linkingText": [ + "block flow direction" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "text-flow", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-flow", + "title": "Introduction to Writing Modes", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "typographic-mode", + "href": "https://www.w3.org/TR/css-writing-modes-3/#typographic-mode", + "linkingText": [ + "typographic mode" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "text-flow", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-flow", + "title": "Introduction to Writing Modes", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "horizontal-writing-mode", + "href": "https://www.w3.org/TR/css-writing-modes-3/#horizontal-writing-mode", + "linkingText": [ + "horizontal writing mode" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "text-flow", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-flow", + "title": "Introduction to Writing Modes", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "vertical-writing-mode", + "href": "https://www.w3.org/TR/css-writing-modes-3/#vertical-writing-mode", + "linkingText": [ + "vertical writing mode" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "text-flow", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-flow", + "title": "Introduction to Writing Modes", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "vertical-block-flow", + "href": "https://www.w3.org/TR/css-writing-modes-3/#vertical-block-flow", + "linkingText": [ + "vertical block flow" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "text-flow", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-flow", + "title": "Introduction to Writing Modes", + "number": "1" + }, + "definedIn": "note" + }, + { + "id": "horizontal-block-flow", + "href": "https://www.w3.org/TR/css-writing-modes-3/#horizontal-block-flow", + "linkingText": [ + "horizontal block flow" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "text-flow", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-flow", + "title": "Introduction to Writing Modes", + "number": "1" + }, + "definedIn": "note" + }, + { + "id": "bidirectionality", + "href": "https://www.w3.org/TR/css-writing-modes-3/#bidirectionality", + "linkingText": [ + "bidirectionality" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "text-direction", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-direction", + "title": "Inline Direction and Bidirectionality", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "propdef-direction", + "href": "https://www.w3.org/TR/css-writing-modes-3/#propdef-direction", + "linkingText": [ + "direction" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "direction", + "href": "https://www.w3.org/TR/css-writing-modes-3/#direction", + "title": "Specifying Directionality: the direction property", + "number": "2.1" + }, + "definedIn": "table" + }, + { + "id": "valdef-direction-ltr", + "href": "https://www.w3.org/TR/css-writing-modes-3/#valdef-direction-ltr", + "linkingText": [ + "ltr" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "direction" + ], + "access": "public", + "informative": false, + "heading": { + "id": "direction", + "href": "https://www.w3.org/TR/css-writing-modes-3/#direction", + "title": "Specifying Directionality: the direction property", + "number": "2.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-direction-rtl", + "href": "https://www.w3.org/TR/css-writing-modes-3/#valdef-direction-rtl", + "linkingText": [ + "rtl" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "direction" + ], + "access": "public", + "informative": false, + "heading": { + "id": "direction", + "href": "https://www.w3.org/TR/css-writing-modes-3/#direction", + "title": "Specifying Directionality: the direction property", + "number": "2.1" + }, + "definedIn": "dt" + }, + { + "id": "propdef-unicode-bidi", + "href": "https://www.w3.org/TR/css-writing-modes-3/#propdef-unicode-bidi", + "linkingText": [ + "unicode-bidi" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "unicode-bidi", + "href": "https://www.w3.org/TR/css-writing-modes-3/#unicode-bidi", + "title": "Embeddings and Overrides: the unicode-bidi property", + "number": "2.2" + }, + "definedIn": "table" + }, + { + "id": "valdef-unicode-bidi-normal", + "href": "https://www.w3.org/TR/css-writing-modes-3/#valdef-unicode-bidi-normal", + "linkingText": [ + "normal" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "unicode-bidi" + ], + "access": "public", + "informative": false, + "heading": { + "id": "unicode-bidi", + "href": "https://www.w3.org/TR/css-writing-modes-3/#unicode-bidi", + "title": "Embeddings and Overrides: the unicode-bidi property", + "number": "2.2" + }, + "definedIn": "dt" + }, + { + "id": "valdef-unicode-bidi-embed", + "href": "https://www.w3.org/TR/css-writing-modes-3/#valdef-unicode-bidi-embed", + "linkingText": [ + "embed" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "unicode-bidi" + ], + "access": "public", + "informative": false, + "heading": { + "id": "unicode-bidi", + "href": "https://www.w3.org/TR/css-writing-modes-3/#unicode-bidi", + "title": "Embeddings and Overrides: the unicode-bidi property", + "number": "2.2" + }, + "definedIn": "dt" + }, + { + "id": "directional-embedding", + "href": "https://www.w3.org/TR/css-writing-modes-3/#directional-embedding", + "linkingText": [ + "directional embedding" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "unicode-bidi", + "href": "https://www.w3.org/TR/css-writing-modes-3/#unicode-bidi", + "title": "Embeddings and Overrides: the unicode-bidi property", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "valdef-unicode-bidi-isolate", + "href": "https://www.w3.org/TR/css-writing-modes-3/#valdef-unicode-bidi-isolate", + "linkingText": [ + "isolate" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "unicode-bidi" + ], + "access": "public", + "informative": false, + "heading": { + "id": "unicode-bidi", + "href": "https://www.w3.org/TR/css-writing-modes-3/#unicode-bidi", + "title": "Embeddings and Overrides: the unicode-bidi property", + "number": "2.2" + }, + "definedIn": "dt" + }, + { + "id": "bidi-isolate", + "href": "https://www.w3.org/TR/css-writing-modes-3/#bidi-isolate", + "linkingText": [ + "bidi-isolate", + "bidi-isolated", + "bidi isolation", + "isolation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "unicode-bidi", + "href": "https://www.w3.org/TR/css-writing-modes-3/#unicode-bidi", + "title": "Embeddings and Overrides: the unicode-bidi property", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "isolated-sequence", + "href": "https://www.w3.org/TR/css-writing-modes-3/#isolated-sequence", + "linkingText": [ + "isolated sequence" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "unicode-bidi", + "href": "https://www.w3.org/TR/css-writing-modes-3/#unicode-bidi", + "title": "Embeddings and Overrides: the unicode-bidi property", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "valdef-unicode-bidi-bidi-override", + "href": "https://www.w3.org/TR/css-writing-modes-3/#valdef-unicode-bidi-bidi-override", + "linkingText": [ + "bidi-override" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "unicode-bidi" + ], + "access": "public", + "informative": false, + "heading": { + "id": "unicode-bidi", + "href": "https://www.w3.org/TR/css-writing-modes-3/#unicode-bidi", + "title": "Embeddings and Overrides: the unicode-bidi property", + "number": "2.2" + }, + "definedIn": "dt" + }, + { + "id": "directional-override", + "href": "https://www.w3.org/TR/css-writing-modes-3/#directional-override", + "linkingText": [ + "directional override" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "unicode-bidi", + "href": "https://www.w3.org/TR/css-writing-modes-3/#unicode-bidi", + "title": "Embeddings and Overrides: the unicode-bidi property", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "valdef-unicode-bidi-isolate-override", + "href": "https://www.w3.org/TR/css-writing-modes-3/#valdef-unicode-bidi-isolate-override", + "linkingText": [ + "isolate-override" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "unicode-bidi" + ], + "access": "public", + "informative": false, + "heading": { + "id": "unicode-bidi", + "href": "https://www.w3.org/TR/css-writing-modes-3/#unicode-bidi", + "title": "Embeddings and Overrides: the unicode-bidi property", + "number": "2.2" + }, + "definedIn": "dt" + }, + { + "id": "valdef-unicode-bidi-plaintext", + "href": "https://www.w3.org/TR/css-writing-modes-3/#valdef-unicode-bidi-plaintext", + "linkingText": [ + "plaintext" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "unicode-bidi" + ], + "access": "public", + "informative": false, + "heading": { + "id": "unicode-bidi", + "href": "https://www.w3.org/TR/css-writing-modes-3/#unicode-bidi", + "title": "Embeddings and Overrides: the unicode-bidi property", + "number": "2.2" + }, + "definedIn": "dt" + }, + { + "id": "forced-paragraph-break", + "href": "https://www.w3.org/TR/css-writing-modes-3/#forced-paragraph-break", + "linkingText": [ + "forced paragraph break" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "bidi-algo", + "href": "https://www.w3.org/TR/css-writing-modes-3/#bidi-algo", + "title": "Applying the Bidirectional Reordering Algorithm", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "bidi-paragraph", + "href": "https://www.w3.org/TR/css-writing-modes-3/#bidi-paragraph", + "linkingText": [ + "bidi paragraph" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "bidi-algo", + "href": "https://www.w3.org/TR/css-writing-modes-3/#bidi-algo", + "title": "Applying the Bidirectional Reordering Algorithm", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "propdef-writing-mode", + "href": "https://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode", + "linkingText": [ + "writing-mode" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "block-flow", + "href": "https://www.w3.org/TR/css-writing-modes-3/#block-flow", + "title": "Block Flow Direction: the writing-mode property", + "number": "3.2" + }, + "definedIn": "table" + }, + { + "id": "valdef-writing-mode-horizontal-tb", + "href": "https://www.w3.org/TR/css-writing-modes-3/#valdef-writing-mode-horizontal-tb", + "linkingText": [ + "horizontal-tb" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "writing-mode" + ], + "access": "public", + "informative": false, + "heading": { + "id": "block-flow", + "href": "https://www.w3.org/TR/css-writing-modes-3/#block-flow", + "title": "Block Flow Direction: the writing-mode property", + "number": "3.2" + }, + "definedIn": "dt" + }, + { + "id": "valdef-writing-mode-vertical-rl", + "href": "https://www.w3.org/TR/css-writing-modes-3/#valdef-writing-mode-vertical-rl", + "linkingText": [ + "vertical-rl" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "writing-mode" + ], + "access": "public", + "informative": false, + "heading": { + "id": "block-flow", + "href": "https://www.w3.org/TR/css-writing-modes-3/#block-flow", + "title": "Block Flow Direction: the writing-mode property", + "number": "3.2" + }, + "definedIn": "dt" + }, + { + "id": "valdef-writing-mode-vertical-lr", + "href": "https://www.w3.org/TR/css-writing-modes-3/#valdef-writing-mode-vertical-lr", + "linkingText": [ + "vertical-lr" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "writing-mode" + ], + "access": "public", + "informative": false, + "heading": { + "id": "block-flow", + "href": "https://www.w3.org/TR/css-writing-modes-3/#block-flow", + "title": "Block Flow Direction: the writing-mode property", + "number": "3.2" + }, + "definedIn": "dt" + }, + { + "id": "baseline", + "href": "https://www.w3.org/TR/css-writing-modes-3/#baseline", + "linkingText": [ + "baseline" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "intro-baselines", + "href": "https://www.w3.org/TR/css-writing-modes-3/#intro-baselines", + "title": "Introduction to Baselines", + "number": "4.1" + }, + "definedIn": "prose" + }, + { + "id": "baseline-table", + "href": "https://www.w3.org/TR/css-writing-modes-3/#baseline-table", + "linkingText": [ + "baseline table" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "intro-baselines", + "href": "https://www.w3.org/TR/css-writing-modes-3/#intro-baselines", + "title": "Introduction to Baselines", + "number": "4.1" + }, + "definedIn": "prose" + }, + { + "id": "alphabetic-baseline", + "href": "https://www.w3.org/TR/css-writing-modes-3/#alphabetic-baseline", + "linkingText": [ + "alphabetic baseline" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "text-baselines", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-baselines", + "title": "Text Baselines", + "number": "4.2" + }, + "definedIn": "prose" + }, + { + "id": "central-baseline", + "href": "https://www.w3.org/TR/css-writing-modes-3/#central-baseline", + "linkingText": [ + "central baseline" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "text-baselines", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-baselines", + "title": "Text Baselines", + "number": "4.2" + }, + "definedIn": "prose" + }, + { + "id": "dominant-baseline", + "href": "https://www.w3.org/TR/css-writing-modes-3/#dominant-baseline", + "linkingText": [ + "dominant baseline" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "baseline-alignment", + "href": "https://www.w3.org/TR/css-writing-modes-3/#baseline-alignment", + "title": "Baseline Alignment", + "number": "4.4" + }, + "definedIn": "prose" + }, + { + "id": "horizontal-only", + "href": "https://www.w3.org/TR/css-writing-modes-3/#horizontal-only", + "linkingText": [ + "horizontal-only" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "intro-text-layout", + "href": "https://www.w3.org/TR/css-writing-modes-3/#intro-text-layout", + "title": "Introduction to Vertical Text Layout", + "number": "5" + }, + "definedIn": "dt" + }, + { + "id": "vertical-only", + "href": "https://www.w3.org/TR/css-writing-modes-3/#vertical-only", + "linkingText": [ + "vertical-only" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "intro-text-layout", + "href": "https://www.w3.org/TR/css-writing-modes-3/#intro-text-layout", + "title": "Introduction to Vertical Text Layout", + "number": "5" + }, + "definedIn": "dt" + }, + { + "id": "bi-orientational", + "href": "https://www.w3.org/TR/css-writing-modes-3/#bi-orientational", + "linkingText": [ + "bi-orientational" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "intro-text-layout", + "href": "https://www.w3.org/TR/css-writing-modes-3/#intro-text-layout", + "title": "Introduction to Vertical Text Layout", + "number": "5" + }, + "definedIn": "dt" + }, + { + "id": "vertical-script", + "href": "https://www.w3.org/TR/css-writing-modes-3/#vertical-script", + "linkingText": [ + "vertical script" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "intro-text-layout", + "href": "https://www.w3.org/TR/css-writing-modes-3/#intro-text-layout", + "title": "Introduction to Vertical Text Layout", + "number": "5" + }, + "definedIn": "prose" + }, + { + "id": "horizontal-script", + "href": "https://www.w3.org/TR/css-writing-modes-3/#horizontal-script", + "linkingText": [ + "horizontal script" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "intro-text-layout", + "href": "https://www.w3.org/TR/css-writing-modes-3/#intro-text-layout", + "title": "Introduction to Vertical Text Layout", + "number": "5" + }, + "definedIn": "prose" + }, + { + "id": "bi-orientational-transform", + "href": "https://www.w3.org/TR/css-writing-modes-3/#bi-orientational-transform", + "linkingText": [ + "bi-orientational transform" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "intro-text-layout", + "href": "https://www.w3.org/TR/css-writing-modes-3/#intro-text-layout", + "title": "Introduction to Vertical Text Layout", + "number": "5" + }, + "definedIn": "prose" + }, + { + "id": "propdef-text-orientation", + "href": "https://www.w3.org/TR/css-writing-modes-3/#propdef-text-orientation", + "linkingText": [ + "text-orientation" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "text-orientation", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-orientation", + "title": "Orienting Text: the text-orientation property", + "number": "5.1" + }, + "definedIn": "table" + }, + { + "id": "valdef-text-orientation-mixed", + "href": "https://www.w3.org/TR/css-writing-modes-3/#valdef-text-orientation-mixed", + "linkingText": [ + "mixed" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "text-orientation" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-orientation", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-orientation", + "title": "Orienting Text: the text-orientation property", + "number": "5.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-text-orientation-upright", + "href": "https://www.w3.org/TR/css-writing-modes-3/#valdef-text-orientation-upright", + "linkingText": [ + "upright" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "text-orientation" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-orientation", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-orientation", + "title": "Orienting Text: the text-orientation property", + "number": "5.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-text-orientation-sideways", + "href": "https://www.w3.org/TR/css-writing-modes-3/#valdef-text-orientation-sideways", + "linkingText": [ + "sideways" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "text-orientation" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-orientation", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-orientation", + "title": "Orienting Text: the text-orientation property", + "number": "5.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-text-orientation-sideways-right", + "href": "https://www.w3.org/TR/css-writing-modes-3/#valdef-text-orientation-sideways-right", + "linkingText": [ + "sideways-right" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "text-orientation" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-orientation", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-orientation", + "title": "Orienting Text: the text-orientation property", + "number": "5.1" + }, + "definedIn": "prose" + }, + { + "id": "propdef-glyph-orientation-vertical", + "href": "https://www.w3.org/TR/css-writing-modes-3/#propdef-glyph-orientation-vertical", + "linkingText": [ + "glyph-orientation-vertical" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "glyph-orientation", + "href": "https://www.w3.org/TR/css-writing-modes-3/#glyph-orientation", + "title": "Obsolete: the SVG1.1 glyph-orientation-vertical property", + "number": "5.1.3" + }, + "definedIn": "table" + }, + { + "id": "physical", + "href": "https://www.w3.org/TR/css-writing-modes-3/#physical", + "linkingText": [ + "physical" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abstract-box", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-box", + "title": "Abstract Box Terminology", + "number": "6" + }, + "definedIn": "dt" + }, + { + "id": "physical-direction", + "href": "https://www.w3.org/TR/css-writing-modes-3/#physical-direction", + "linkingText": [ + "physical direction" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abstract-box", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-box", + "title": "Abstract Box Terminology", + "number": "6" + }, + "definedIn": "prose" + }, + { + "id": "physical-left", + "href": "https://www.w3.org/TR/css-writing-modes-3/#physical-left", + "linkingText": [ + "physical left", + "left" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abstract-box", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-box", + "title": "Abstract Box Terminology", + "number": "6" + }, + "definedIn": "prose" + }, + { + "id": "physical-right", + "href": "https://www.w3.org/TR/css-writing-modes-3/#physical-right", + "linkingText": [ + "physical right", + "right" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abstract-box", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-box", + "title": "Abstract Box Terminology", + "number": "6" + }, + "definedIn": "prose" + }, + { + "id": "physical-top", + "href": "https://www.w3.org/TR/css-writing-modes-3/#physical-top", + "linkingText": [ + "physical top", + "top" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abstract-box", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-box", + "title": "Abstract Box Terminology", + "number": "6" + }, + "definedIn": "prose" + }, + { + "id": "physical-bottom", + "href": "https://www.w3.org/TR/css-writing-modes-3/#physical-bottom", + "linkingText": [ + "physical bottom", + "bottom" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abstract-box", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-box", + "title": "Abstract Box Terminology", + "number": "6" + }, + "definedIn": "prose" + }, + { + "id": "flow-relative", + "href": "https://www.w3.org/TR/css-writing-modes-3/#flow-relative", + "linkingText": [ + "flow-relative" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abstract-box", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-box", + "title": "Abstract Box Terminology", + "number": "6" + }, + "definedIn": "dt" + }, + { + "id": "line-relative", + "href": "https://www.w3.org/TR/css-writing-modes-3/#line-relative", + "linkingText": [ + "line-relative" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abstract-box", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-box", + "title": "Abstract Box Terminology", + "number": "6" + }, + "definedIn": "dt" + }, + { + "id": "physical-dimensions", + "href": "https://www.w3.org/TR/css-writing-modes-3/#physical-dimensions", + "linkingText": [ + "physical dimensions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abstract-box", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-box", + "title": "Abstract Box Terminology", + "number": "6" + }, + "definedIn": "prose" + }, + { + "id": "width", + "href": "https://www.w3.org/TR/css-writing-modes-3/#width", + "linkingText": [ + "width" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abstract-box", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-box", + "title": "Abstract Box Terminology", + "number": "6" + }, + "definedIn": "prose" + }, + { + "id": "height", + "href": "https://www.w3.org/TR/css-writing-modes-3/#height", + "linkingText": [ + "height" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abstract-box", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-box", + "title": "Abstract Box Terminology", + "number": "6" + }, + "definedIn": "prose" + }, + { + "id": "x-axis", + "href": "https://www.w3.org/TR/css-writing-modes-3/#x-axis", + "linkingText": [ + "x-axis", + "horizontal axis" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abstract-box", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-box", + "title": "Abstract Box Terminology", + "number": "6" + }, + "definedIn": "prose" + }, + { + "id": "horizontal-dimension", + "href": "https://www.w3.org/TR/css-writing-modes-3/#horizontal-dimension", + "linkingText": [ + "horizontal dimension" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abstract-box", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-box", + "title": "Abstract Box Terminology", + "number": "6" + }, + "definedIn": "prose" + }, + { + "id": "y-axis", + "href": "https://www.w3.org/TR/css-writing-modes-3/#y-axis", + "linkingText": [ + "y-axis", + "vertical axis" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abstract-box", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-box", + "title": "Abstract Box Terminology", + "number": "6" + }, + "definedIn": "prose" + }, + { + "id": "vertical-dimension", + "href": "https://www.w3.org/TR/css-writing-modes-3/#vertical-dimension", + "linkingText": [ + "vertical dimension" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abstract-box", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-box", + "title": "Abstract Box Terminology", + "number": "6" + }, + "definedIn": "prose" + }, + { + "id": "abstract-dimensions", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-dimensions", + "linkingText": [ + "abstract dimensions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abstract-axes", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-axes", + "title": "Abstract Dimensions", + "number": "6.1" + }, + "definedIn": "prose" + }, + { + "id": "block-dimension", + "href": "https://www.w3.org/TR/css-writing-modes-3/#block-dimension", + "linkingText": [ + "block dimension" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abstract-axes", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-axes", + "title": "Abstract Dimensions", + "number": "6.1" + }, + "definedIn": "dt" + }, + { + "id": "inline-dimension", + "href": "https://www.w3.org/TR/css-writing-modes-3/#inline-dimension", + "linkingText": [ + "inline dimension" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abstract-axes", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-axes", + "title": "Abstract Dimensions", + "number": "6.1" + }, + "definedIn": "dt" + }, + { + "id": "block-axis", + "href": "https://www.w3.org/TR/css-writing-modes-3/#block-axis", + "linkingText": [ + "block axis", + "block-axis" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abstract-axes", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-axes", + "title": "Abstract Dimensions", + "number": "6.1" + }, + "definedIn": "dt" + }, + { + "id": "inline-axis", + "href": "https://www.w3.org/TR/css-writing-modes-3/#inline-axis", + "linkingText": [ + "inline axis", + "inline-axis" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abstract-axes", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-axes", + "title": "Abstract Dimensions", + "number": "6.1" + }, + "definedIn": "dt" + }, + { + "id": "block-size", + "href": "https://www.w3.org/TR/css-writing-modes-3/#block-size", + "linkingText": [ + "block size", + "block-size" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abstract-axes", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-axes", + "title": "Abstract Dimensions", + "number": "6.1" + }, + "definedIn": "dt" + }, + { + "id": "logical-height", + "href": "https://www.w3.org/TR/css-writing-modes-3/#logical-height", + "linkingText": [ + "logical height" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abstract-axes", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-axes", + "title": "Abstract Dimensions", + "number": "6.1" + }, + "definedIn": "dt" + }, + { + "id": "inline-size", + "href": "https://www.w3.org/TR/css-writing-modes-3/#inline-size", + "linkingText": [ + "inline size", + "inline-size" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abstract-axes", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-axes", + "title": "Abstract Dimensions", + "number": "6.1" + }, + "definedIn": "dt" + }, + { + "id": "logical-width", + "href": "https://www.w3.org/TR/css-writing-modes-3/#logical-width", + "linkingText": [ + "logical width" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "abstract-axes", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-axes", + "title": "Abstract Dimensions", + "number": "6.1" + }, + "definedIn": "dt" + }, + { + "id": "flow-relative-direction", + "href": "https://www.w3.org/TR/css-writing-modes-3/#flow-relative-direction", + "linkingText": [ + "flow-relative direction" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "logical-directions", + "href": "https://www.w3.org/TR/css-writing-modes-3/#logical-directions", + "title": "Flow-relative Directions", + "number": "6.2" + }, + "definedIn": "prose" + }, + { + "id": "block-start", + "href": "https://www.w3.org/TR/css-writing-modes-3/#block-start", + "linkingText": [ + "block start", + "block-start" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "logical-directions", + "href": "https://www.w3.org/TR/css-writing-modes-3/#logical-directions", + "title": "Flow-relative Directions", + "number": "6.2" + }, + "definedIn": "dt" + }, + { + "id": "block-end", + "href": "https://www.w3.org/TR/css-writing-modes-3/#block-end", + "linkingText": [ + "block end", + "block-end" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "logical-directions", + "href": "https://www.w3.org/TR/css-writing-modes-3/#logical-directions", + "title": "Flow-relative Directions", + "number": "6.2" + }, + "definedIn": "dt" + }, + { + "id": "inline-start", + "href": "https://www.w3.org/TR/css-writing-modes-3/#inline-start", + "linkingText": [ + "inline start", + "inline-start" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "logical-directions", + "href": "https://www.w3.org/TR/css-writing-modes-3/#logical-directions", + "title": "Flow-relative Directions", + "number": "6.2" + }, + "definedIn": "dt" + }, + { + "id": "inline-end", + "href": "https://www.w3.org/TR/css-writing-modes-3/#inline-end", + "linkingText": [ + "inline end", + "inline-end" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "logical-directions", + "href": "https://www.w3.org/TR/css-writing-modes-3/#logical-directions", + "title": "Flow-relative Directions", + "number": "6.2" + }, + "definedIn": "dt" + }, + { + "id": "start", + "href": "https://www.w3.org/TR/css-writing-modes-3/#start", + "linkingText": [ + "start" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "CSS" + ], + "access": "public", + "informative": false, + "heading": { + "id": "logical-directions", + "href": "https://www.w3.org/TR/css-writing-modes-3/#logical-directions", + "title": "Flow-relative Directions", + "number": "6.2" + }, + "definedIn": "prose" + }, + { + "id": "end", + "href": "https://www.w3.org/TR/css-writing-modes-3/#end", + "linkingText": [ + "end" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "CSS" + ], + "access": "public", + "informative": false, + "heading": { + "id": "logical-directions", + "href": "https://www.w3.org/TR/css-writing-modes-3/#logical-directions", + "title": "Flow-relative Directions", + "number": "6.2" + }, + "definedIn": "prose" + }, + { + "id": "line-orientation", + "href": "https://www.w3.org/TR/css-writing-modes-3/#line-orientation", + "linkingText": [ + "line orientation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "line-directions", + "href": "https://www.w3.org/TR/css-writing-modes-3/#line-directions", + "title": "Line-relative Directions", + "number": "6.3" + }, + "definedIn": "prose" + }, + { + "id": "line-relative-direction", + "href": "https://www.w3.org/TR/css-writing-modes-3/#line-relative-direction", + "linkingText": [ + "line-relative direction" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "line-directions", + "href": "https://www.w3.org/TR/css-writing-modes-3/#line-directions", + "title": "Line-relative Directions", + "number": "6.3" + }, + "definedIn": "prose" + }, + { + "id": "over", + "href": "https://www.w3.org/TR/css-writing-modes-3/#over", + "linkingText": [ + "over" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "line-directions", + "href": "https://www.w3.org/TR/css-writing-modes-3/#line-directions", + "title": "Line-relative Directions", + "number": "6.3" + }, + "definedIn": "dt" + }, + { + "id": "line-over", + "href": "https://www.w3.org/TR/css-writing-modes-3/#line-over", + "linkingText": [ + "line-over" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "line-directions", + "href": "https://www.w3.org/TR/css-writing-modes-3/#line-directions", + "title": "Line-relative Directions", + "number": "6.3" + }, + "definedIn": "dt" + }, + { + "id": "under", + "href": "https://www.w3.org/TR/css-writing-modes-3/#under", + "linkingText": [ + "under" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "line-directions", + "href": "https://www.w3.org/TR/css-writing-modes-3/#line-directions", + "title": "Line-relative Directions", + "number": "6.3" + }, + "definedIn": "dt" + }, + { + "id": "line-under", + "href": "https://www.w3.org/TR/css-writing-modes-3/#line-under", + "linkingText": [ + "line-under" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "line-directions", + "href": "https://www.w3.org/TR/css-writing-modes-3/#line-directions", + "title": "Line-relative Directions", + "number": "6.3" + }, + "definedIn": "dt" + }, + { + "id": "line-left", + "href": "https://www.w3.org/TR/css-writing-modes-3/#line-left", + "linkingText": [ + "line-left" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "line-directions", + "href": "https://www.w3.org/TR/css-writing-modes-3/#line-directions", + "title": "Line-relative Directions", + "number": "6.3" + }, + "definedIn": "dt" + }, + { + "id": "line-right", + "href": "https://www.w3.org/TR/css-writing-modes-3/#line-right", + "linkingText": [ + "line-right" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "line-directions", + "href": "https://www.w3.org/TR/css-writing-modes-3/#line-directions", + "title": "Line-relative Directions", + "number": "6.3" + }, + "definedIn": "dt" + }, + { + "id": "establish-an-orthogonal-flow", + "href": "https://www.w3.org/TR/css-writing-modes-3/#establish-an-orthogonal-flow", + "linkingText": [ + "establish an orthogonal flow", + "orthogonal flow", + "orthogonal" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "orthogonal-flows", + "href": "https://www.w3.org/TR/css-writing-modes-3/#orthogonal-flows", + "title": "Orthogonal Flows", + "number": "7.3" + }, + "definedIn": "prose" + }, + { + "id": "principal-writing-mode", + "href": "https://www.w3.org/TR/css-writing-modes-3/#principal-writing-mode", + "linkingText": [ + "principal writing mode" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "principal-flow", + "href": "https://www.w3.org/TR/css-writing-modes-3/#principal-flow", + "title": "The Principal Writing Mode", + "number": "8" + }, + "definedIn": "prose" + }, + { + "id": "propdef-text-combine-upright", + "href": "https://www.w3.org/TR/css-writing-modes-3/#propdef-text-combine-upright", + "linkingText": [ + "text-combine-upright" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "text-combine-upright", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-combine-upright", + "title": "Horizontal-in-Vertical Composition: the text-combine-upright property", + "number": "9.1" + }, + "definedIn": "table" + }, + { + "id": "valdef-text-combine-upright-none", + "href": "https://www.w3.org/TR/css-writing-modes-3/#valdef-text-combine-upright-none", + "linkingText": [ + "none" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "text-combine-upright" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-combine-upright", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-combine-upright", + "title": "Horizontal-in-Vertical Composition: the text-combine-upright property", + "number": "9.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-text-combine-upright-all", + "href": "https://www.w3.org/TR/css-writing-modes-3/#valdef-text-combine-upright-all", + "linkingText": [ + "all" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "text-combine-upright" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-combine-upright", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-combine-upright", + "title": "Horizontal-in-Vertical Composition: the text-combine-upright property", + "number": "9.1" + }, + "definedIn": "dt" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/encoding.json b/tr/dfns/encoding.json index 15e61d94c3a5..439a3c5c5e13 100644 --- a/tr/dfns/encoding.json +++ b/tr/dfns/encoding.json @@ -1,12 +1,12 @@ { "spec": { "title": "Encoding Standard", - "url": "https://www.w3.org/TR/encoding/" + "url": "https://encoding.spec.whatwg.org/" }, "dfns": [ { "id": "concept-stream", - "href": "https://www.w3.org/TR/encoding/#concept-stream", + "href": "https://encoding.spec.whatwg.org/#concept-stream", "linkingText": [ "I/O queue" ], @@ -17,7 +17,7 @@ "informative": false, "heading": { "id": "terminology", - "href": "https://www.w3.org/TR/encoding/#terminology", + "href": "https://encoding.spec.whatwg.org/#terminology", "title": "Terminology", "number": "3" }, @@ -25,7 +25,7 @@ }, { "id": "end-of-stream", - "href": "https://www.w3.org/TR/encoding/#end-of-stream", + "href": "https://encoding.spec.whatwg.org/#end-of-stream", "linkingText": [ "End-of-queue" ], @@ -36,7 +36,7 @@ "informative": false, "heading": { "id": "terminology", - "href": "https://www.w3.org/TR/encoding/#terminology", + "href": "https://encoding.spec.whatwg.org/#terminology", "title": "Terminology", "number": "3" }, @@ -44,7 +44,7 @@ }, { "id": "concept-stream-read", - "href": "https://www.w3.org/TR/encoding/#concept-stream-read", + "href": "https://encoding.spec.whatwg.org/#concept-stream-read", "linkingText": [ "read" ], @@ -57,7 +57,7 @@ "informative": false, "heading": { "id": "terminology", - "href": "https://www.w3.org/TR/encoding/#terminology", + "href": "https://encoding.spec.whatwg.org/#terminology", "title": "Terminology", "number": "3" }, @@ -65,7 +65,7 @@ }, { "id": "i-o-queue-peek", - "href": "https://www.w3.org/TR/encoding/#i-o-queue-peek", + "href": "https://encoding.spec.whatwg.org/#i-o-queue-peek", "linkingText": [ "peek" ], @@ -78,7 +78,7 @@ "informative": false, "heading": { "id": "terminology", - "href": "https://www.w3.org/TR/encoding/#terminology", + "href": "https://encoding.spec.whatwg.org/#terminology", "title": "Terminology", "number": "3" }, @@ -86,7 +86,7 @@ }, { "id": "concept-stream-push", - "href": "https://www.w3.org/TR/encoding/#concept-stream-push", + "href": "https://encoding.spec.whatwg.org/#concept-stream-push", "linkingText": [ "push" ], @@ -99,7 +99,7 @@ "informative": false, "heading": { "id": "terminology", - "href": "https://www.w3.org/TR/encoding/#terminology", + "href": "https://encoding.spec.whatwg.org/#terminology", "title": "Terminology", "number": "3" }, @@ -107,7 +107,7 @@ }, { "id": "concept-stream-prepend", - "href": "https://www.w3.org/TR/encoding/#concept-stream-prepend", + "href": "https://encoding.spec.whatwg.org/#concept-stream-prepend", "linkingText": [ "prepend" ], @@ -120,7 +120,7 @@ "informative": false, "heading": { "id": "terminology", - "href": "https://www.w3.org/TR/encoding/#terminology", + "href": "https://encoding.spec.whatwg.org/#terminology", "title": "Terminology", "number": "3" }, @@ -128,7 +128,7 @@ }, { "id": "from-i-o-queue-convert", - "href": "https://www.w3.org/TR/encoding/#from-i-o-queue-convert", + "href": "https://encoding.spec.whatwg.org/#from-i-o-queue-convert", "linkingText": [ "convert" ], @@ -141,7 +141,7 @@ "informative": false, "heading": { "id": "terminology", - "href": "https://www.w3.org/TR/encoding/#terminology", + "href": "https://encoding.spec.whatwg.org/#terminology", "title": "Terminology", "number": "3" }, @@ -149,7 +149,7 @@ }, { "id": "to-i-o-queue-convert", - "href": "https://www.w3.org/TR/encoding/#to-i-o-queue-convert", + "href": "https://encoding.spec.whatwg.org/#to-i-o-queue-convert", "linkingText": [ "convert" ], @@ -162,7 +162,7 @@ "informative": false, "heading": { "id": "terminology", - "href": "https://www.w3.org/TR/encoding/#terminology", + "href": "https://encoding.spec.whatwg.org/#terminology", "title": "Terminology", "number": "3" }, @@ -170,7 +170,7 @@ }, { "id": "encoding", - "href": "https://www.w3.org/TR/encoding/#encoding", + "href": "https://encoding.spec.whatwg.org/#encoding", "linkingText": [ "encoding" ], @@ -181,7 +181,7 @@ "informative": false, "heading": { "id": "encodings", - "href": "https://www.w3.org/TR/encoding/#encodings", + "href": "https://encoding.spec.whatwg.org/#encodings", "title": "Encodings", "number": "4" }, @@ -189,7 +189,7 @@ }, { "id": "name", - "href": "https://www.w3.org/TR/encoding/#name", + "href": "https://encoding.spec.whatwg.org/#name", "linkingText": [ "name" ], @@ -202,7 +202,7 @@ "informative": false, "heading": { "id": "encodings", - "href": "https://www.w3.org/TR/encoding/#encodings", + "href": "https://encoding.spec.whatwg.org/#encodings", "title": "Encodings", "number": "4" }, @@ -210,7 +210,7 @@ }, { "id": "label", - "href": "https://www.w3.org/TR/encoding/#label", + "href": "https://encoding.spec.whatwg.org/#label", "linkingText": [ "label" ], @@ -223,7 +223,7 @@ "informative": false, "heading": { "id": "encodings", - "href": "https://www.w3.org/TR/encoding/#encodings", + "href": "https://encoding.spec.whatwg.org/#encodings", "title": "Encodings", "number": "4" }, @@ -231,7 +231,7 @@ }, { "id": "decoder", - "href": "https://www.w3.org/TR/encoding/#decoder", + "href": "https://encoding.spec.whatwg.org/#decoder", "linkingText": [ "decoder" ], @@ -242,7 +242,7 @@ "informative": false, "heading": { "id": "encoders-and-decoders", - "href": "https://www.w3.org/TR/encoding/#encoders-and-decoders", + "href": "https://encoding.spec.whatwg.org/#encoders-and-decoders", "title": "Encoders and decoders", "number": "4.1" }, @@ -250,7 +250,7 @@ }, { "id": "encoder", - "href": "https://www.w3.org/TR/encoding/#encoder", + "href": "https://encoding.spec.whatwg.org/#encoder", "linkingText": [ "encoder" ], @@ -261,7 +261,7 @@ "informative": false, "heading": { "id": "encoders-and-decoders", - "href": "https://www.w3.org/TR/encoding/#encoders-and-decoders", + "href": "https://encoding.spec.whatwg.org/#encoders-and-decoders", "title": "Encoders and decoders", "number": "4.1" }, @@ -269,7 +269,7 @@ }, { "id": "handler", - "href": "https://www.w3.org/TR/encoding/#handler", + "href": "https://encoding.spec.whatwg.org/#handler", "linkingText": [ "handler" ], @@ -280,7 +280,7 @@ "informative": false, "heading": { "id": "encoders-and-decoders", - "href": "https://www.w3.org/TR/encoding/#encoders-and-decoders", + "href": "https://encoding.spec.whatwg.org/#encoders-and-decoders", "title": "Encoders and decoders", "number": "4.1" }, @@ -288,7 +288,7 @@ }, { "id": "finished", - "href": "https://www.w3.org/TR/encoding/#finished", + "href": "https://encoding.spec.whatwg.org/#finished", "linkingText": [ "finished" ], @@ -299,7 +299,7 @@ "informative": false, "heading": { "id": "encoders-and-decoders", - "href": "https://www.w3.org/TR/encoding/#encoders-and-decoders", + "href": "https://encoding.spec.whatwg.org/#encoders-and-decoders", "title": "Encoders and decoders", "number": "4.1" }, @@ -307,7 +307,7 @@ }, { "id": "error", - "href": "https://www.w3.org/TR/encoding/#error", + "href": "https://encoding.spec.whatwg.org/#error", "linkingText": [ "error" ], @@ -318,7 +318,7 @@ "informative": false, "heading": { "id": "encoders-and-decoders", - "href": "https://www.w3.org/TR/encoding/#encoders-and-decoders", + "href": "https://encoding.spec.whatwg.org/#encoders-and-decoders", "title": "Encoders and decoders", "number": "4.1" }, @@ -326,7 +326,7 @@ }, { "id": "continue", - "href": "https://www.w3.org/TR/encoding/#continue", + "href": "https://encoding.spec.whatwg.org/#continue", "linkingText": [ "continue" ], @@ -337,7 +337,7 @@ "informative": false, "heading": { "id": "encoders-and-decoders", - "href": "https://www.w3.org/TR/encoding/#encoders-and-decoders", + "href": "https://encoding.spec.whatwg.org/#encoders-and-decoders", "title": "Encoders and decoders", "number": "4.1" }, @@ -345,7 +345,7 @@ }, { "id": "error-mode", - "href": "https://www.w3.org/TR/encoding/#error-mode", + "href": "https://encoding.spec.whatwg.org/#error-mode", "linkingText": [ "error mode" ], @@ -356,7 +356,7 @@ "informative": false, "heading": { "id": "encoders-and-decoders", - "href": "https://www.w3.org/TR/encoding/#encoders-and-decoders", + "href": "https://encoding.spec.whatwg.org/#encoders-and-decoders", "title": "Encoders and decoders", "number": "4.1" }, @@ -364,7 +364,7 @@ }, { "id": "concept-encoding-run", - "href": "https://www.w3.org/TR/encoding/#concept-encoding-run", + "href": "https://encoding.spec.whatwg.org/#concept-encoding-run", "linkingText": [ "process a queue", "processing a queue" @@ -376,7 +376,7 @@ "informative": false, "heading": { "id": "encoders-and-decoders", - "href": "https://www.w3.org/TR/encoding/#encoders-and-decoders", + "href": "https://encoding.spec.whatwg.org/#encoders-and-decoders", "title": "Encoders and decoders", "number": "4.1" }, @@ -384,7 +384,7 @@ }, { "id": "concept-encoding-process", - "href": "https://www.w3.org/TR/encoding/#concept-encoding-process", + "href": "https://encoding.spec.whatwg.org/#concept-encoding-process", "linkingText": [ "process an item", "processing an item" @@ -396,7 +396,7 @@ "informative": false, "heading": { "id": "encoders-and-decoders", - "href": "https://www.w3.org/TR/encoding/#encoders-and-decoders", + "href": "https://encoding.spec.whatwg.org/#encoders-and-decoders", "title": "Encoders and decoders", "number": "4.1" }, @@ -404,7 +404,7 @@ }, { "id": "concept-encoding-get", - "href": "https://www.w3.org/TR/encoding/#concept-encoding-get", + "href": "https://encoding.spec.whatwg.org/#concept-encoding-get", "linkingText": [ "get an encoding", "getting an encoding" @@ -416,7 +416,7 @@ "informative": false, "heading": { "id": "names-and-labels", - "href": "https://www.w3.org/TR/encoding/#names-and-labels", + "href": "https://encoding.spec.whatwg.org/#names-and-labels", "title": "Names and labels", "number": "4.2" }, @@ -424,7 +424,7 @@ }, { "id": "get-an-output-encoding", - "href": "https://www.w3.org/TR/encoding/#get-an-output-encoding", + "href": "https://encoding.spec.whatwg.org/#get-an-output-encoding", "linkingText": [ "get an output encoding" ], @@ -435,7 +435,7 @@ "informative": false, "heading": { "id": "output-encodings", - "href": "https://www.w3.org/TR/encoding/#output-encodings", + "href": "https://encoding.spec.whatwg.org/#output-encodings", "title": "Output encodings", "number": "4.3" }, @@ -443,7 +443,7 @@ }, { "id": "index", - "href": "https://www.w3.org/TR/encoding/#index", + "href": "https://encoding.spec.whatwg.org/#index", "linkingText": [ "index" ], @@ -454,7 +454,7 @@ "informative": false, "heading": { "id": "indexes", - "href": "https://www.w3.org/TR/encoding/#indexes", + "href": "https://encoding.spec.whatwg.org/#indexes", "title": "Indexes", "number": "5" }, @@ -462,7 +462,7 @@ }, { "id": "index-code-point", - "href": "https://www.w3.org/TR/encoding/#index-code-point", + "href": "https://encoding.spec.whatwg.org/#index-code-point", "linkingText": [ "index code point" ], @@ -473,7 +473,7 @@ "informative": false, "heading": { "id": "indexes", - "href": "https://www.w3.org/TR/encoding/#indexes", + "href": "https://encoding.spec.whatwg.org/#indexes", "title": "Indexes", "number": "5" }, @@ -481,7 +481,7 @@ }, { "id": "index-pointer", - "href": "https://www.w3.org/TR/encoding/#index-pointer", + "href": "https://encoding.spec.whatwg.org/#index-pointer", "linkingText": [ "index pointer" ], @@ -492,7 +492,7 @@ "informative": false, "heading": { "id": "indexes", - "href": "https://www.w3.org/TR/encoding/#indexes", + "href": "https://encoding.spec.whatwg.org/#indexes", "title": "Indexes", "number": "5" }, @@ -500,7 +500,7 @@ }, { "id": "index-big5", - "href": "https://www.w3.org/TR/encoding/#index-big5", + "href": "https://encoding.spec.whatwg.org/#index-big5", "linkingText": [ "index Big5" ], @@ -511,7 +511,7 @@ "informative": false, "heading": { "id": "indexes", - "href": "https://www.w3.org/TR/encoding/#indexes", + "href": "https://encoding.spec.whatwg.org/#indexes", "title": "Indexes", "number": "5" }, @@ -519,7 +519,7 @@ }, { "id": "index-euc-kr", - "href": "https://www.w3.org/TR/encoding/#index-euc-kr", + "href": "https://encoding.spec.whatwg.org/#index-euc-kr", "linkingText": [ "index EUC-KR" ], @@ -530,7 +530,7 @@ "informative": false, "heading": { "id": "indexes", - "href": "https://www.w3.org/TR/encoding/#indexes", + "href": "https://encoding.spec.whatwg.org/#indexes", "title": "Indexes", "number": "5" }, @@ -538,7 +538,7 @@ }, { "id": "index-gb18030", - "href": "https://www.w3.org/TR/encoding/#index-gb18030", + "href": "https://encoding.spec.whatwg.org/#index-gb18030", "linkingText": [ "index gb18030" ], @@ -549,7 +549,7 @@ "informative": false, "heading": { "id": "indexes", - "href": "https://www.w3.org/TR/encoding/#indexes", + "href": "https://encoding.spec.whatwg.org/#indexes", "title": "Indexes", "number": "5" }, @@ -557,7 +557,7 @@ }, { "id": "index-gb18030-ranges", - "href": "https://www.w3.org/TR/encoding/#index-gb18030-ranges", + "href": "https://encoding.spec.whatwg.org/#index-gb18030-ranges", "linkingText": [ "index gb18030 ranges" ], @@ -568,7 +568,7 @@ "informative": false, "heading": { "id": "indexes", - "href": "https://www.w3.org/TR/encoding/#indexes", + "href": "https://encoding.spec.whatwg.org/#indexes", "title": "Indexes", "number": "5" }, @@ -576,7 +576,7 @@ }, { "id": "index-jis0208", - "href": "https://www.w3.org/TR/encoding/#index-jis0208", + "href": "https://encoding.spec.whatwg.org/#index-jis0208", "linkingText": [ "index jis0208" ], @@ -587,7 +587,7 @@ "informative": false, "heading": { "id": "indexes", - "href": "https://www.w3.org/TR/encoding/#indexes", + "href": "https://encoding.spec.whatwg.org/#indexes", "title": "Indexes", "number": "5" }, @@ -595,7 +595,7 @@ }, { "id": "index-jis0212", - "href": "https://www.w3.org/TR/encoding/#index-jis0212", + "href": "https://encoding.spec.whatwg.org/#index-jis0212", "linkingText": [ "index jis0212" ], @@ -606,7 +606,7 @@ "informative": false, "heading": { "id": "indexes", - "href": "https://www.w3.org/TR/encoding/#indexes", + "href": "https://encoding.spec.whatwg.org/#indexes", "title": "Indexes", "number": "5" }, @@ -614,7 +614,7 @@ }, { "id": "index-iso-2022-jp-katakana", - "href": "https://www.w3.org/TR/encoding/#index-iso-2022-jp-katakana", + "href": "https://encoding.spec.whatwg.org/#index-iso-2022-jp-katakana", "linkingText": [ "index ISO-2022-JP katakana" ], @@ -625,7 +625,7 @@ "informative": false, "heading": { "id": "indexes", - "href": "https://www.w3.org/TR/encoding/#indexes", + "href": "https://encoding.spec.whatwg.org/#indexes", "title": "Indexes", "number": "5" }, @@ -633,7 +633,7 @@ }, { "id": "index-gb18030-ranges-code-point", - "href": "https://www.w3.org/TR/encoding/#index-gb18030-ranges-code-point", + "href": "https://encoding.spec.whatwg.org/#index-gb18030-ranges-code-point", "linkingText": [ "index gb18030 ranges code point" ], @@ -644,7 +644,7 @@ "informative": false, "heading": { "id": "indexes", - "href": "https://www.w3.org/TR/encoding/#indexes", + "href": "https://encoding.spec.whatwg.org/#indexes", "title": "Indexes", "number": "5" }, @@ -652,7 +652,7 @@ }, { "id": "index-gb18030-ranges-pointer", - "href": "https://www.w3.org/TR/encoding/#index-gb18030-ranges-pointer", + "href": "https://encoding.spec.whatwg.org/#index-gb18030-ranges-pointer", "linkingText": [ "index gb18030 ranges pointer" ], @@ -663,7 +663,7 @@ "informative": false, "heading": { "id": "indexes", - "href": "https://www.w3.org/TR/encoding/#indexes", + "href": "https://encoding.spec.whatwg.org/#indexes", "title": "Indexes", "number": "5" }, @@ -671,7 +671,7 @@ }, { "id": "index-shift_jis-pointer", - "href": "https://www.w3.org/TR/encoding/#index-shift_jis-pointer", + "href": "https://encoding.spec.whatwg.org/#index-shift_jis-pointer", "linkingText": [ "index Shift_JIS pointer" ], @@ -682,7 +682,7 @@ "informative": false, "heading": { "id": "indexes", - "href": "https://www.w3.org/TR/encoding/#indexes", + "href": "https://encoding.spec.whatwg.org/#indexes", "title": "Indexes", "number": "5" }, @@ -690,7 +690,7 @@ }, { "id": "index-big5-pointer", - "href": "https://www.w3.org/TR/encoding/#index-big5-pointer", + "href": "https://encoding.spec.whatwg.org/#index-big5-pointer", "linkingText": [ "index Big5 pointer" ], @@ -701,7 +701,7 @@ "informative": false, "heading": { "id": "indexes", - "href": "https://www.w3.org/TR/encoding/#indexes", + "href": "https://encoding.spec.whatwg.org/#indexes", "title": "Indexes", "number": "5" }, @@ -709,7 +709,7 @@ }, { "id": "utf-8-decode", - "href": "https://www.w3.org/TR/encoding/#utf-8-decode", + "href": "https://encoding.spec.whatwg.org/#utf-8-decode", "linkingText": [ "UTF-8 decode" ], @@ -720,7 +720,7 @@ "informative": false, "heading": { "id": "specification-hooks", - "href": "https://www.w3.org/TR/encoding/#specification-hooks", + "href": "https://encoding.spec.whatwg.org/#specification-hooks", "title": "Hooks for standards", "number": "6" }, @@ -728,7 +728,7 @@ }, { "id": "utf-8-decode-without-bom", - "href": "https://www.w3.org/TR/encoding/#utf-8-decode-without-bom", + "href": "https://encoding.spec.whatwg.org/#utf-8-decode-without-bom", "linkingText": [ "UTF-8 decode without BOM" ], @@ -739,7 +739,7 @@ "informative": false, "heading": { "id": "specification-hooks", - "href": "https://www.w3.org/TR/encoding/#specification-hooks", + "href": "https://encoding.spec.whatwg.org/#specification-hooks", "title": "Hooks for standards", "number": "6" }, @@ -747,7 +747,7 @@ }, { "id": "utf-8-decode-without-bom-or-fail", - "href": "https://www.w3.org/TR/encoding/#utf-8-decode-without-bom-or-fail", + "href": "https://encoding.spec.whatwg.org/#utf-8-decode-without-bom-or-fail", "linkingText": [ "UTF-8 decode without BOM or fail" ], @@ -758,7 +758,7 @@ "informative": false, "heading": { "id": "specification-hooks", - "href": "https://www.w3.org/TR/encoding/#specification-hooks", + "href": "https://encoding.spec.whatwg.org/#specification-hooks", "title": "Hooks for standards", "number": "6" }, @@ -766,7 +766,7 @@ }, { "id": "utf-8-encode", - "href": "https://www.w3.org/TR/encoding/#utf-8-encode", + "href": "https://encoding.spec.whatwg.org/#utf-8-encode", "linkingText": [ "UTF-8 encode" ], @@ -777,7 +777,7 @@ "informative": false, "heading": { "id": "specification-hooks", - "href": "https://www.w3.org/TR/encoding/#specification-hooks", + "href": "https://encoding.spec.whatwg.org/#specification-hooks", "title": "Hooks for standards", "number": "6" }, @@ -785,7 +785,7 @@ }, { "id": "decode", - "href": "https://www.w3.org/TR/encoding/#decode", + "href": "https://encoding.spec.whatwg.org/#decode", "linkingText": [ "decode" ], @@ -796,7 +796,7 @@ "informative": false, "heading": { "id": "legacy-hooks", - "href": "https://www.w3.org/TR/encoding/#legacy-hooks", + "href": "https://encoding.spec.whatwg.org/#legacy-hooks", "title": "Legacy hooks for standards", "number": "6.1" }, @@ -804,7 +804,7 @@ }, { "id": "bom-sniff", - "href": "https://www.w3.org/TR/encoding/#bom-sniff", + "href": "https://encoding.spec.whatwg.org/#bom-sniff", "linkingText": [ "BOM sniff" ], @@ -815,7 +815,7 @@ "informative": false, "heading": { "id": "legacy-hooks", - "href": "https://www.w3.org/TR/encoding/#legacy-hooks", + "href": "https://encoding.spec.whatwg.org/#legacy-hooks", "title": "Legacy hooks for standards", "number": "6.1" }, @@ -823,7 +823,7 @@ }, { "id": "encode", - "href": "https://www.w3.org/TR/encoding/#encode", + "href": "https://encoding.spec.whatwg.org/#encode", "linkingText": [ "encode" ], @@ -834,7 +834,7 @@ "informative": false, "heading": { "id": "legacy-hooks", - "href": "https://www.w3.org/TR/encoding/#legacy-hooks", + "href": "https://encoding.spec.whatwg.org/#legacy-hooks", "title": "Legacy hooks for standards", "number": "6.1" }, @@ -842,7 +842,7 @@ }, { "id": "get-an-encoder", - "href": "https://www.w3.org/TR/encoding/#get-an-encoder", + "href": "https://encoding.spec.whatwg.org/#get-an-encoder", "linkingText": [ "get an encoder", "getting an encoder" @@ -854,7 +854,7 @@ "informative": false, "heading": { "id": "legacy-hooks", - "href": "https://www.w3.org/TR/encoding/#legacy-hooks", + "href": "https://encoding.spec.whatwg.org/#legacy-hooks", "title": "Legacy hooks for standards", "number": "6.1" }, @@ -862,7 +862,7 @@ }, { "id": "encode-or-fail", - "href": "https://www.w3.org/TR/encoding/#encode-or-fail", + "href": "https://encoding.spec.whatwg.org/#encode-or-fail", "linkingText": [ "encode or fail" ], @@ -873,7 +873,7 @@ "informative": false, "heading": { "id": "legacy-hooks", - "href": "https://www.w3.org/TR/encoding/#legacy-hooks", + "href": "https://encoding.spec.whatwg.org/#legacy-hooks", "title": "Legacy hooks for standards", "number": "6.1" }, @@ -881,7 +881,7 @@ }, { "id": "textdecodercommon", - "href": "https://www.w3.org/TR/encoding/#textdecodercommon", + "href": "https://encoding.spec.whatwg.org/#textdecodercommon", "linkingText": [ "TextDecoderCommon" ], @@ -892,7 +892,7 @@ "informative": false, "heading": { "id": "interface-mixin-textdecodercommon", - "href": "https://www.w3.org/TR/encoding/#interface-mixin-textdecodercommon", + "href": "https://encoding.spec.whatwg.org/#interface-mixin-textdecodercommon", "title": "Interface mixin TextDecoderCommon", "number": "7.1" }, @@ -900,7 +900,7 @@ }, { "id": "textdecoder-encoding", - "href": "https://www.w3.org/TR/encoding/#textdecoder-encoding", + "href": "https://encoding.spec.whatwg.org/#textdecoder-encoding", "linkingText": [ "encoding" ], @@ -913,7 +913,7 @@ "informative": false, "heading": { "id": "interface-mixin-textdecodercommon", - "href": "https://www.w3.org/TR/encoding/#interface-mixin-textdecodercommon", + "href": "https://encoding.spec.whatwg.org/#interface-mixin-textdecodercommon", "title": "Interface mixin TextDecoderCommon", "number": "7.1" }, @@ -921,7 +921,7 @@ }, { "id": "textdecodercommon-decoder", - "href": "https://www.w3.org/TR/encoding/#textdecodercommon-decoder", + "href": "https://encoding.spec.whatwg.org/#textdecodercommon-decoder", "linkingText": [ "decoder" ], @@ -934,7 +934,7 @@ "informative": false, "heading": { "id": "interface-mixin-textdecodercommon", - "href": "https://www.w3.org/TR/encoding/#interface-mixin-textdecodercommon", + "href": "https://encoding.spec.whatwg.org/#interface-mixin-textdecodercommon", "title": "Interface mixin TextDecoderCommon", "number": "7.1" }, @@ -942,7 +942,7 @@ }, { "id": "textdecodercommon-i-o-queue", - "href": "https://www.w3.org/TR/encoding/#textdecodercommon-i-o-queue", + "href": "https://encoding.spec.whatwg.org/#textdecodercommon-i-o-queue", "linkingText": [ "I/O queue" ], @@ -955,7 +955,7 @@ "informative": false, "heading": { "id": "interface-mixin-textdecodercommon", - "href": "https://www.w3.org/TR/encoding/#interface-mixin-textdecodercommon", + "href": "https://encoding.spec.whatwg.org/#interface-mixin-textdecodercommon", "title": "Interface mixin TextDecoderCommon", "number": "7.1" }, @@ -963,7 +963,7 @@ }, { "id": "textdecoder-ignore-bom-flag", - "href": "https://www.w3.org/TR/encoding/#textdecoder-ignore-bom-flag", + "href": "https://encoding.spec.whatwg.org/#textdecoder-ignore-bom-flag", "linkingText": [ "ignore BOM" ], @@ -976,7 +976,7 @@ "informative": false, "heading": { "id": "interface-mixin-textdecodercommon", - "href": "https://www.w3.org/TR/encoding/#interface-mixin-textdecodercommon", + "href": "https://encoding.spec.whatwg.org/#interface-mixin-textdecodercommon", "title": "Interface mixin TextDecoderCommon", "number": "7.1" }, @@ -984,7 +984,7 @@ }, { "id": "textdecoder-bom-seen-flag", - "href": "https://www.w3.org/TR/encoding/#textdecoder-bom-seen-flag", + "href": "https://encoding.spec.whatwg.org/#textdecoder-bom-seen-flag", "linkingText": [ "BOM seen" ], @@ -997,7 +997,7 @@ "informative": false, "heading": { "id": "interface-mixin-textdecodercommon", - "href": "https://www.w3.org/TR/encoding/#interface-mixin-textdecodercommon", + "href": "https://encoding.spec.whatwg.org/#interface-mixin-textdecodercommon", "title": "Interface mixin TextDecoderCommon", "number": "7.1" }, @@ -1005,7 +1005,7 @@ }, { "id": "textdecoder-error-mode", - "href": "https://www.w3.org/TR/encoding/#textdecoder-error-mode", + "href": "https://encoding.spec.whatwg.org/#textdecoder-error-mode", "linkingText": [ "error mode" ], @@ -1018,7 +1018,7 @@ "informative": false, "heading": { "id": "interface-mixin-textdecodercommon", - "href": "https://www.w3.org/TR/encoding/#interface-mixin-textdecodercommon", + "href": "https://encoding.spec.whatwg.org/#interface-mixin-textdecodercommon", "title": "Interface mixin TextDecoderCommon", "number": "7.1" }, @@ -1026,7 +1026,7 @@ }, { "id": "concept-td-serialize", - "href": "https://www.w3.org/TR/encoding/#concept-td-serialize", + "href": "https://encoding.spec.whatwg.org/#concept-td-serialize", "linkingText": [ "serialize I/O queue" ], @@ -1037,7 +1037,7 @@ "informative": false, "heading": { "id": "interface-mixin-textdecodercommon", - "href": "https://www.w3.org/TR/encoding/#interface-mixin-textdecodercommon", + "href": "https://encoding.spec.whatwg.org/#interface-mixin-textdecodercommon", "title": "Interface mixin TextDecoderCommon", "number": "7.1" }, @@ -1045,7 +1045,7 @@ }, { "id": "dom-textdecoder-encoding", - "href": "https://www.w3.org/TR/encoding/#dom-textdecoder-encoding", + "href": "https://encoding.spec.whatwg.org/#dom-textdecoder-encoding", "linkingText": [ "encoding" ], @@ -1058,7 +1058,7 @@ "informative": false, "heading": { "id": "interface-mixin-textdecodercommon", - "href": "https://www.w3.org/TR/encoding/#interface-mixin-textdecodercommon", + "href": "https://encoding.spec.whatwg.org/#interface-mixin-textdecodercommon", "title": "Interface mixin TextDecoderCommon", "number": "7.1" }, @@ -1066,7 +1066,7 @@ }, { "id": "dom-textdecoder-fatal", - "href": "https://www.w3.org/TR/encoding/#dom-textdecoder-fatal", + "href": "https://encoding.spec.whatwg.org/#dom-textdecoder-fatal", "linkingText": [ "fatal" ], @@ -1079,7 +1079,7 @@ "informative": false, "heading": { "id": "interface-mixin-textdecodercommon", - "href": "https://www.w3.org/TR/encoding/#interface-mixin-textdecodercommon", + "href": "https://encoding.spec.whatwg.org/#interface-mixin-textdecodercommon", "title": "Interface mixin TextDecoderCommon", "number": "7.1" }, @@ -1087,7 +1087,7 @@ }, { "id": "dom-textdecoder-ignorebom", - "href": "https://www.w3.org/TR/encoding/#dom-textdecoder-ignorebom", + "href": "https://encoding.spec.whatwg.org/#dom-textdecoder-ignorebom", "linkingText": [ "ignoreBOM" ], @@ -1100,7 +1100,7 @@ "informative": false, "heading": { "id": "interface-mixin-textdecodercommon", - "href": "https://www.w3.org/TR/encoding/#interface-mixin-textdecodercommon", + "href": "https://encoding.spec.whatwg.org/#interface-mixin-textdecodercommon", "title": "Interface mixin TextDecoderCommon", "number": "7.1" }, @@ -1108,7 +1108,7 @@ }, { "id": "textdecoderoptions", - "href": "https://www.w3.org/TR/encoding/#textdecoderoptions", + "href": "https://encoding.spec.whatwg.org/#textdecoderoptions", "linkingText": [ "TextDecoderOptions" ], @@ -1119,7 +1119,7 @@ "informative": false, "heading": { "id": "interface-textdecoder", - "href": "https://www.w3.org/TR/encoding/#interface-textdecoder", + "href": "https://encoding.spec.whatwg.org/#interface-textdecoder", "title": "Interface TextDecoder", "number": "7.2" }, @@ -1127,7 +1127,7 @@ }, { "id": "dom-textdecoderoptions-fatal", - "href": "https://www.w3.org/TR/encoding/#dom-textdecoderoptions-fatal", + "href": "https://encoding.spec.whatwg.org/#dom-textdecoderoptions-fatal", "linkingText": [ "fatal" ], @@ -1140,7 +1140,7 @@ "informative": false, "heading": { "id": "interface-textdecoder", - "href": "https://www.w3.org/TR/encoding/#interface-textdecoder", + "href": "https://encoding.spec.whatwg.org/#interface-textdecoder", "title": "Interface TextDecoder", "number": "7.2" }, @@ -1148,7 +1148,7 @@ }, { "id": "dom-textdecoderoptions-ignorebom", - "href": "https://www.w3.org/TR/encoding/#dom-textdecoderoptions-ignorebom", + "href": "https://encoding.spec.whatwg.org/#dom-textdecoderoptions-ignorebom", "linkingText": [ "ignoreBOM" ], @@ -1161,7 +1161,7 @@ "informative": false, "heading": { "id": "interface-textdecoder", - "href": "https://www.w3.org/TR/encoding/#interface-textdecoder", + "href": "https://encoding.spec.whatwg.org/#interface-textdecoder", "title": "Interface TextDecoder", "number": "7.2" }, @@ -1169,7 +1169,7 @@ }, { "id": "textdecodeoptions", - "href": "https://www.w3.org/TR/encoding/#textdecodeoptions", + "href": "https://encoding.spec.whatwg.org/#textdecodeoptions", "linkingText": [ "TextDecodeOptions" ], @@ -1180,7 +1180,7 @@ "informative": false, "heading": { "id": "interface-textdecoder", - "href": "https://www.w3.org/TR/encoding/#interface-textdecoder", + "href": "https://encoding.spec.whatwg.org/#interface-textdecoder", "title": "Interface TextDecoder", "number": "7.2" }, @@ -1188,7 +1188,7 @@ }, { "id": "dom-textdecodeoptions-stream", - "href": "https://www.w3.org/TR/encoding/#dom-textdecodeoptions-stream", + "href": "https://encoding.spec.whatwg.org/#dom-textdecodeoptions-stream", "linkingText": [ "stream" ], @@ -1201,7 +1201,7 @@ "informative": false, "heading": { "id": "interface-textdecoder", - "href": "https://www.w3.org/TR/encoding/#interface-textdecoder", + "href": "https://encoding.spec.whatwg.org/#interface-textdecoder", "title": "Interface TextDecoder", "number": "7.2" }, @@ -1209,7 +1209,7 @@ }, { "id": "textdecoder", - "href": "https://www.w3.org/TR/encoding/#textdecoder", + "href": "https://encoding.spec.whatwg.org/#textdecoder", "linkingText": [ "TextDecoder" ], @@ -1220,7 +1220,7 @@ "informative": false, "heading": { "id": "interface-textdecoder", - "href": "https://www.w3.org/TR/encoding/#interface-textdecoder", + "href": "https://encoding.spec.whatwg.org/#interface-textdecoder", "title": "Interface TextDecoder", "number": "7.2" }, @@ -1228,7 +1228,7 @@ }, { "id": "dom-textdecoder-textdecoder-label-options-label", - "href": "https://www.w3.org/TR/encoding/#dom-textdecoder-textdecoder-label-options-label", + "href": "https://encoding.spec.whatwg.org/#dom-textdecoder-textdecoder-label-options-label", "linkingText": [ "label" ], @@ -1246,7 +1246,7 @@ "informative": false, "heading": { "id": "interface-textdecoder", - "href": "https://www.w3.org/TR/encoding/#interface-textdecoder", + "href": "https://encoding.spec.whatwg.org/#interface-textdecoder", "title": "Interface TextDecoder", "number": "7.2" }, @@ -1254,7 +1254,7 @@ }, { "id": "dom-textdecoder-textdecoder-label-options-options", - "href": "https://www.w3.org/TR/encoding/#dom-textdecoder-textdecoder-label-options-options", + "href": "https://encoding.spec.whatwg.org/#dom-textdecoder-textdecoder-label-options-options", "linkingText": [ "options" ], @@ -1272,7 +1272,7 @@ "informative": false, "heading": { "id": "interface-textdecoder", - "href": "https://www.w3.org/TR/encoding/#interface-textdecoder", + "href": "https://encoding.spec.whatwg.org/#interface-textdecoder", "title": "Interface TextDecoder", "number": "7.2" }, @@ -1280,7 +1280,7 @@ }, { "id": "dom-textdecoder-decode-input-options-input", - "href": "https://www.w3.org/TR/encoding/#dom-textdecoder-decode-input-options-input", + "href": "https://encoding.spec.whatwg.org/#dom-textdecoder-decode-input-options-input", "linkingText": [ "input" ], @@ -1295,7 +1295,7 @@ "informative": false, "heading": { "id": "interface-textdecoder", - "href": "https://www.w3.org/TR/encoding/#interface-textdecoder", + "href": "https://encoding.spec.whatwg.org/#interface-textdecoder", "title": "Interface TextDecoder", "number": "7.2" }, @@ -1303,7 +1303,7 @@ }, { "id": "dom-textdecoder-decode-input-options-options", - "href": "https://www.w3.org/TR/encoding/#dom-textdecoder-decode-input-options-options", + "href": "https://encoding.spec.whatwg.org/#dom-textdecoder-decode-input-options-options", "linkingText": [ "options" ], @@ -1318,7 +1318,7 @@ "informative": false, "heading": { "id": "interface-textdecoder", - "href": "https://www.w3.org/TR/encoding/#interface-textdecoder", + "href": "https://encoding.spec.whatwg.org/#interface-textdecoder", "title": "Interface TextDecoder", "number": "7.2" }, @@ -1326,7 +1326,7 @@ }, { "id": "textdecoder-do-not-flush-flag", - "href": "https://www.w3.org/TR/encoding/#textdecoder-do-not-flush-flag", + "href": "https://encoding.spec.whatwg.org/#textdecoder-do-not-flush-flag", "linkingText": [ "do not flush" ], @@ -1339,7 +1339,7 @@ "informative": false, "heading": { "id": "interface-textdecoder", - "href": "https://www.w3.org/TR/encoding/#interface-textdecoder", + "href": "https://encoding.spec.whatwg.org/#interface-textdecoder", "title": "Interface TextDecoder", "number": "7.2" }, @@ -1347,7 +1347,7 @@ }, { "id": "dom-textdecoder", - "href": "https://www.w3.org/TR/encoding/#dom-textdecoder", + "href": "https://encoding.spec.whatwg.org/#dom-textdecoder", "linkingText": [ "TextDecoder(label, options)", "constructor(label, options)", @@ -1365,7 +1365,7 @@ "informative": false, "heading": { "id": "interface-textdecoder", - "href": "https://www.w3.org/TR/encoding/#interface-textdecoder", + "href": "https://encoding.spec.whatwg.org/#interface-textdecoder", "title": "Interface TextDecoder", "number": "7.2" }, @@ -1373,7 +1373,7 @@ }, { "id": "dom-textdecoder-decode", - "href": "https://www.w3.org/TR/encoding/#dom-textdecoder-decode", + "href": "https://encoding.spec.whatwg.org/#dom-textdecoder-decode", "linkingText": [ "decode(input, options)", "decode(input)", @@ -1388,7 +1388,7 @@ "informative": false, "heading": { "id": "interface-textdecoder", - "href": "https://www.w3.org/TR/encoding/#interface-textdecoder", + "href": "https://encoding.spec.whatwg.org/#interface-textdecoder", "title": "Interface TextDecoder", "number": "7.2" }, @@ -1396,7 +1396,7 @@ }, { "id": "textencodercommon", - "href": "https://www.w3.org/TR/encoding/#textencodercommon", + "href": "https://encoding.spec.whatwg.org/#textencodercommon", "linkingText": [ "TextEncoderCommon" ], @@ -1407,7 +1407,7 @@ "informative": false, "heading": { "id": "interface-mixin-textencodercommon", - "href": "https://www.w3.org/TR/encoding/#interface-mixin-textencodercommon", + "href": "https://encoding.spec.whatwg.org/#interface-mixin-textencodercommon", "title": "Interface mixin TextEncoderCommon", "number": "7.3" }, @@ -1415,7 +1415,7 @@ }, { "id": "dom-textencoder-encoding", - "href": "https://www.w3.org/TR/encoding/#dom-textencoder-encoding", + "href": "https://encoding.spec.whatwg.org/#dom-textencoder-encoding", "linkingText": [ "encoding" ], @@ -1428,7 +1428,7 @@ "informative": false, "heading": { "id": "interface-mixin-textencodercommon", - "href": "https://www.w3.org/TR/encoding/#interface-mixin-textencodercommon", + "href": "https://encoding.spec.whatwg.org/#interface-mixin-textencodercommon", "title": "Interface mixin TextEncoderCommon", "number": "7.3" }, @@ -1436,7 +1436,7 @@ }, { "id": "dictdef-textencoderencodeintoresult", - "href": "https://www.w3.org/TR/encoding/#dictdef-textencoderencodeintoresult", + "href": "https://encoding.spec.whatwg.org/#dictdef-textencoderencodeintoresult", "linkingText": [ "TextEncoderEncodeIntoResult" ], @@ -1447,7 +1447,7 @@ "informative": false, "heading": { "id": "interface-textencoder", - "href": "https://www.w3.org/TR/encoding/#interface-textencoder", + "href": "https://encoding.spec.whatwg.org/#interface-textencoder", "title": "Interface TextEncoder", "number": "7.4" }, @@ -1455,7 +1455,7 @@ }, { "id": "dom-textencoderencodeintoresult-read", - "href": "https://www.w3.org/TR/encoding/#dom-textencoderencodeintoresult-read", + "href": "https://encoding.spec.whatwg.org/#dom-textencoderencodeintoresult-read", "linkingText": [ "read" ], @@ -1468,7 +1468,7 @@ "informative": false, "heading": { "id": "interface-textencoder", - "href": "https://www.w3.org/TR/encoding/#interface-textencoder", + "href": "https://encoding.spec.whatwg.org/#interface-textencoder", "title": "Interface TextEncoder", "number": "7.4" }, @@ -1476,7 +1476,7 @@ }, { "id": "dom-textencoderencodeintoresult-written", - "href": "https://www.w3.org/TR/encoding/#dom-textencoderencodeintoresult-written", + "href": "https://encoding.spec.whatwg.org/#dom-textencoderencodeintoresult-written", "linkingText": [ "written" ], @@ -1489,7 +1489,7 @@ "informative": false, "heading": { "id": "interface-textencoder", - "href": "https://www.w3.org/TR/encoding/#interface-textencoder", + "href": "https://encoding.spec.whatwg.org/#interface-textencoder", "title": "Interface TextEncoder", "number": "7.4" }, @@ -1497,7 +1497,7 @@ }, { "id": "textencoder", - "href": "https://www.w3.org/TR/encoding/#textencoder", + "href": "https://encoding.spec.whatwg.org/#textencoder", "linkingText": [ "TextEncoder" ], @@ -1508,7 +1508,7 @@ "informative": false, "heading": { "id": "interface-textencoder", - "href": "https://www.w3.org/TR/encoding/#interface-textencoder", + "href": "https://encoding.spec.whatwg.org/#interface-textencoder", "title": "Interface TextEncoder", "number": "7.4" }, @@ -1516,7 +1516,7 @@ }, { "id": "dom-textencoder-encode-input-input", - "href": "https://www.w3.org/TR/encoding/#dom-textencoder-encode-input-input", + "href": "https://encoding.spec.whatwg.org/#dom-textencoder-encode-input-input", "linkingText": [ "input" ], @@ -1530,7 +1530,7 @@ "informative": false, "heading": { "id": "interface-textencoder", - "href": "https://www.w3.org/TR/encoding/#interface-textencoder", + "href": "https://encoding.spec.whatwg.org/#interface-textencoder", "title": "Interface TextEncoder", "number": "7.4" }, @@ -1538,7 +1538,7 @@ }, { "id": "dom-textencoder-encodeinto-source-destination-source", - "href": "https://www.w3.org/TR/encoding/#dom-textencoder-encodeinto-source-destination-source", + "href": "https://encoding.spec.whatwg.org/#dom-textencoder-encodeinto-source-destination-source", "linkingText": [ "source" ], @@ -1551,7 +1551,7 @@ "informative": false, "heading": { "id": "interface-textencoder", - "href": "https://www.w3.org/TR/encoding/#interface-textencoder", + "href": "https://encoding.spec.whatwg.org/#interface-textencoder", "title": "Interface TextEncoder", "number": "7.4" }, @@ -1559,7 +1559,7 @@ }, { "id": "dom-textencoder-encodeinto-source-destination-destination", - "href": "https://www.w3.org/TR/encoding/#dom-textencoder-encodeinto-source-destination-destination", + "href": "https://encoding.spec.whatwg.org/#dom-textencoder-encodeinto-source-destination-destination", "linkingText": [ "destination" ], @@ -1572,7 +1572,7 @@ "informative": false, "heading": { "id": "interface-textencoder", - "href": "https://www.w3.org/TR/encoding/#interface-textencoder", + "href": "https://encoding.spec.whatwg.org/#interface-textencoder", "title": "Interface TextEncoder", "number": "7.4" }, @@ -1580,7 +1580,7 @@ }, { "id": "dom-textencoder", - "href": "https://www.w3.org/TR/encoding/#dom-textencoder", + "href": "https://encoding.spec.whatwg.org/#dom-textencoder", "linkingText": [ "TextEncoder()", "constructor()" @@ -1594,7 +1594,7 @@ "informative": false, "heading": { "id": "interface-textencoder", - "href": "https://www.w3.org/TR/encoding/#interface-textencoder", + "href": "https://encoding.spec.whatwg.org/#interface-textencoder", "title": "Interface TextEncoder", "number": "7.4" }, @@ -1602,7 +1602,7 @@ }, { "id": "dom-textencoder-encode", - "href": "https://www.w3.org/TR/encoding/#dom-textencoder-encode", + "href": "https://encoding.spec.whatwg.org/#dom-textencoder-encode", "linkingText": [ "encode(input)", "encode()" @@ -1616,7 +1616,7 @@ "informative": false, "heading": { "id": "interface-textencoder", - "href": "https://www.w3.org/TR/encoding/#interface-textencoder", + "href": "https://encoding.spec.whatwg.org/#interface-textencoder", "title": "Interface TextEncoder", "number": "7.4" }, @@ -1624,7 +1624,7 @@ }, { "id": "dom-textencoder-encodeinto", - "href": "https://www.w3.org/TR/encoding/#dom-textencoder-encodeinto", + "href": "https://encoding.spec.whatwg.org/#dom-textencoder-encodeinto", "linkingText": [ "encodeInto(source, destination)" ], @@ -1637,7 +1637,7 @@ "informative": false, "heading": { "id": "interface-textencoder", - "href": "https://www.w3.org/TR/encoding/#interface-textencoder", + "href": "https://encoding.spec.whatwg.org/#interface-textencoder", "title": "Interface TextEncoder", "number": "7.4" }, @@ -1645,7 +1645,7 @@ }, { "id": "textdecoderstream", - "href": "https://www.w3.org/TR/encoding/#textdecoderstream", + "href": "https://encoding.spec.whatwg.org/#textdecoderstream", "linkingText": [ "TextDecoderStream" ], @@ -1656,7 +1656,7 @@ "informative": false, "heading": { "id": "interface-textdecoderstream", - "href": "https://www.w3.org/TR/encoding/#interface-textdecoderstream", + "href": "https://encoding.spec.whatwg.org/#interface-textdecoderstream", "title": "Interface TextDecoderStream", "number": "7.5" }, @@ -1664,7 +1664,7 @@ }, { "id": "dom-textdecoderstream-textdecoderstream-label-options-label", - "href": "https://www.w3.org/TR/encoding/#dom-textdecoderstream-textdecoderstream-label-options-label", + "href": "https://encoding.spec.whatwg.org/#dom-textdecoderstream-textdecoderstream-label-options-label", "linkingText": [ "label" ], @@ -1682,7 +1682,7 @@ "informative": false, "heading": { "id": "interface-textdecoderstream", - "href": "https://www.w3.org/TR/encoding/#interface-textdecoderstream", + "href": "https://encoding.spec.whatwg.org/#interface-textdecoderstream", "title": "Interface TextDecoderStream", "number": "7.5" }, @@ -1690,7 +1690,7 @@ }, { "id": "dom-textdecoderstream-textdecoderstream-label-options-options", - "href": "https://www.w3.org/TR/encoding/#dom-textdecoderstream-textdecoderstream-label-options-options", + "href": "https://encoding.spec.whatwg.org/#dom-textdecoderstream-textdecoderstream-label-options-options", "linkingText": [ "options" ], @@ -1708,7 +1708,7 @@ "informative": false, "heading": { "id": "interface-textdecoderstream", - "href": "https://www.w3.org/TR/encoding/#interface-textdecoderstream", + "href": "https://encoding.spec.whatwg.org/#interface-textdecoderstream", "title": "Interface TextDecoderStream", "number": "7.5" }, @@ -1716,7 +1716,7 @@ }, { "id": "dom-textdecoderstream", - "href": "https://www.w3.org/TR/encoding/#dom-textdecoderstream", + "href": "https://encoding.spec.whatwg.org/#dom-textdecoderstream", "linkingText": [ "TextDecoderStream(label, options)", "constructor(label, options)", @@ -1734,7 +1734,7 @@ "informative": false, "heading": { "id": "interface-textdecoderstream", - "href": "https://www.w3.org/TR/encoding/#interface-textdecoderstream", + "href": "https://encoding.spec.whatwg.org/#interface-textdecoderstream", "title": "Interface TextDecoderStream", "number": "7.5" }, @@ -1742,7 +1742,7 @@ }, { "id": "decode-and-enqueue-a-chunk", - "href": "https://www.w3.org/TR/encoding/#decode-and-enqueue-a-chunk", + "href": "https://encoding.spec.whatwg.org/#decode-and-enqueue-a-chunk", "linkingText": [ "decode and enqueue a chunk" ], @@ -1753,7 +1753,7 @@ "informative": false, "heading": { "id": "interface-textdecoderstream", - "href": "https://www.w3.org/TR/encoding/#interface-textdecoderstream", + "href": "https://encoding.spec.whatwg.org/#interface-textdecoderstream", "title": "Interface TextDecoderStream", "number": "7.5" }, @@ -1761,7 +1761,7 @@ }, { "id": "flush-and-enqueue", - "href": "https://www.w3.org/TR/encoding/#flush-and-enqueue", + "href": "https://encoding.spec.whatwg.org/#flush-and-enqueue", "linkingText": [ "flush and enqueue" ], @@ -1772,7 +1772,7 @@ "informative": false, "heading": { "id": "interface-textdecoderstream", - "href": "https://www.w3.org/TR/encoding/#interface-textdecoderstream", + "href": "https://encoding.spec.whatwg.org/#interface-textdecoderstream", "title": "Interface TextDecoderStream", "number": "7.5" }, @@ -1780,7 +1780,7 @@ }, { "id": "textencoderstream", - "href": "https://www.w3.org/TR/encoding/#textencoderstream", + "href": "https://encoding.spec.whatwg.org/#textencoderstream", "linkingText": [ "TextEncoderStream" ], @@ -1791,7 +1791,7 @@ "informative": false, "heading": { "id": "interface-textencoderstream", - "href": "https://www.w3.org/TR/encoding/#interface-textencoderstream", + "href": "https://encoding.spec.whatwg.org/#interface-textencoderstream", "title": "Interface TextEncoderStream", "number": "7.6" }, @@ -1799,7 +1799,7 @@ }, { "id": "textencoderstream-encoder", - "href": "https://www.w3.org/TR/encoding/#textencoderstream-encoder", + "href": "https://encoding.spec.whatwg.org/#textencoderstream-encoder", "linkingText": [ "encoder" ], @@ -1812,7 +1812,7 @@ "informative": false, "heading": { "id": "interface-textencoderstream", - "href": "https://www.w3.org/TR/encoding/#interface-textencoderstream", + "href": "https://encoding.spec.whatwg.org/#interface-textencoderstream", "title": "Interface TextEncoderStream", "number": "7.6" }, @@ -1820,7 +1820,7 @@ }, { "id": "textencoderstream-pending-high-surrogate", - "href": "https://www.w3.org/TR/encoding/#textencoderstream-pending-high-surrogate", + "href": "https://encoding.spec.whatwg.org/#textencoderstream-pending-high-surrogate", "linkingText": [ "pending high surrogate" ], @@ -1833,7 +1833,7 @@ "informative": false, "heading": { "id": "interface-textencoderstream", - "href": "https://www.w3.org/TR/encoding/#interface-textencoderstream", + "href": "https://encoding.spec.whatwg.org/#interface-textencoderstream", "title": "Interface TextEncoderStream", "number": "7.6" }, @@ -1841,7 +1841,7 @@ }, { "id": "dom-textencoderstream", - "href": "https://www.w3.org/TR/encoding/#dom-textencoderstream", + "href": "https://encoding.spec.whatwg.org/#dom-textencoderstream", "linkingText": [ "TextEncoderStream()", "constructor()" @@ -1855,7 +1855,7 @@ "informative": false, "heading": { "id": "interface-textencoderstream", - "href": "https://www.w3.org/TR/encoding/#interface-textencoderstream", + "href": "https://encoding.spec.whatwg.org/#interface-textencoderstream", "title": "Interface TextEncoderStream", "number": "7.6" }, @@ -1863,7 +1863,7 @@ }, { "id": "encode-and-enqueue-a-chunk", - "href": "https://www.w3.org/TR/encoding/#encode-and-enqueue-a-chunk", + "href": "https://encoding.spec.whatwg.org/#encode-and-enqueue-a-chunk", "linkingText": [ "encode and enqueue a chunk" ], @@ -1874,7 +1874,7 @@ "informative": false, "heading": { "id": "interface-textencoderstream", - "href": "https://www.w3.org/TR/encoding/#interface-textencoderstream", + "href": "https://encoding.spec.whatwg.org/#interface-textencoderstream", "title": "Interface TextEncoderStream", "number": "7.6" }, @@ -1882,7 +1882,7 @@ }, { "id": "convert-code-unit-to-scalar-value", - "href": "https://www.w3.org/TR/encoding/#convert-code-unit-to-scalar-value", + "href": "https://encoding.spec.whatwg.org/#convert-code-unit-to-scalar-value", "linkingText": [ "convert code unit to scalar value" ], @@ -1893,7 +1893,7 @@ "informative": false, "heading": { "id": "interface-textencoderstream", - "href": "https://www.w3.org/TR/encoding/#interface-textencoderstream", + "href": "https://encoding.spec.whatwg.org/#interface-textencoderstream", "title": "Interface TextEncoderStream", "number": "7.6" }, @@ -1901,7 +1901,7 @@ }, { "id": "encode-and-flush", - "href": "https://www.w3.org/TR/encoding/#encode-and-flush", + "href": "https://encoding.spec.whatwg.org/#encode-and-flush", "linkingText": [ "encode and flush" ], @@ -1912,7 +1912,7 @@ "informative": false, "heading": { "id": "interface-textencoderstream", - "href": "https://www.w3.org/TR/encoding/#interface-textencoderstream", + "href": "https://encoding.spec.whatwg.org/#interface-textencoderstream", "title": "Interface TextEncoderStream", "number": "7.6" }, @@ -1920,7 +1920,7 @@ }, { "id": "utf-8", - "href": "https://www.w3.org/TR/encoding/#utf-8", + "href": "https://encoding.spec.whatwg.org/#utf-8", "linkingText": [ "UTF-8" ], @@ -1931,7 +1931,7 @@ "informative": false, "heading": { "id": "utf-8", - "href": "https://www.w3.org/TR/encoding/#utf-8", + "href": "https://encoding.spec.whatwg.org/#utf-8", "title": "UTF-8", "number": "8.1" }, @@ -1939,7 +1939,7 @@ }, { "id": "utf-8-decoder", - "href": "https://www.w3.org/TR/encoding/#utf-8-decoder", + "href": "https://encoding.spec.whatwg.org/#utf-8-decoder", "linkingText": [ "UTF-8 decoder" ], @@ -1950,7 +1950,7 @@ "informative": false, "heading": { "id": "utf-8-decoder", - "href": "https://www.w3.org/TR/encoding/#utf-8-decoder", + "href": "https://encoding.spec.whatwg.org/#utf-8-decoder", "title": "UTF-8 decoder", "number": "8.1.1" }, @@ -1958,7 +1958,7 @@ }, { "id": "utf-8-code-point", - "href": "https://www.w3.org/TR/encoding/#utf-8-code-point", + "href": "https://encoding.spec.whatwg.org/#utf-8-code-point", "linkingText": [ "UTF-8 code point" ], @@ -1969,7 +1969,7 @@ "informative": false, "heading": { "id": "utf-8-decoder", - "href": "https://www.w3.org/TR/encoding/#utf-8-decoder", + "href": "https://encoding.spec.whatwg.org/#utf-8-decoder", "title": "UTF-8 decoder", "number": "8.1.1" }, @@ -1977,7 +1977,7 @@ }, { "id": "utf-8-bytes-seen", - "href": "https://www.w3.org/TR/encoding/#utf-8-bytes-seen", + "href": "https://encoding.spec.whatwg.org/#utf-8-bytes-seen", "linkingText": [ "UTF-8 bytes seen" ], @@ -1988,7 +1988,7 @@ "informative": false, "heading": { "id": "utf-8-decoder", - "href": "https://www.w3.org/TR/encoding/#utf-8-decoder", + "href": "https://encoding.spec.whatwg.org/#utf-8-decoder", "title": "UTF-8 decoder", "number": "8.1.1" }, @@ -1996,7 +1996,7 @@ }, { "id": "utf-8-bytes-needed", - "href": "https://www.w3.org/TR/encoding/#utf-8-bytes-needed", + "href": "https://encoding.spec.whatwg.org/#utf-8-bytes-needed", "linkingText": [ "UTF-8 bytes needed" ], @@ -2007,7 +2007,7 @@ "informative": false, "heading": { "id": "utf-8-decoder", - "href": "https://www.w3.org/TR/encoding/#utf-8-decoder", + "href": "https://encoding.spec.whatwg.org/#utf-8-decoder", "title": "UTF-8 decoder", "number": "8.1.1" }, @@ -2015,7 +2015,7 @@ }, { "id": "utf-8-lower-boundary", - "href": "https://www.w3.org/TR/encoding/#utf-8-lower-boundary", + "href": "https://encoding.spec.whatwg.org/#utf-8-lower-boundary", "linkingText": [ "UTF-8 lower boundary" ], @@ -2026,7 +2026,7 @@ "informative": false, "heading": { "id": "utf-8-decoder", - "href": "https://www.w3.org/TR/encoding/#utf-8-decoder", + "href": "https://encoding.spec.whatwg.org/#utf-8-decoder", "title": "UTF-8 decoder", "number": "8.1.1" }, @@ -2034,7 +2034,7 @@ }, { "id": "utf-8-upper-boundary", - "href": "https://www.w3.org/TR/encoding/#utf-8-upper-boundary", + "href": "https://encoding.spec.whatwg.org/#utf-8-upper-boundary", "linkingText": [ "UTF-8 upper boundary" ], @@ -2045,7 +2045,7 @@ "informative": false, "heading": { "id": "utf-8-decoder", - "href": "https://www.w3.org/TR/encoding/#utf-8-decoder", + "href": "https://encoding.spec.whatwg.org/#utf-8-decoder", "title": "UTF-8 decoder", "number": "8.1.1" }, @@ -2053,7 +2053,7 @@ }, { "id": "utf-8-encoder", - "href": "https://www.w3.org/TR/encoding/#utf-8-encoder", + "href": "https://encoding.spec.whatwg.org/#utf-8-encoder", "linkingText": [ "UTF-8 encoder" ], @@ -2064,7 +2064,7 @@ "informative": false, "heading": { "id": "utf-8-encoder", - "href": "https://www.w3.org/TR/encoding/#utf-8-encoder", + "href": "https://encoding.spec.whatwg.org/#utf-8-encoder", "title": "UTF-8 encoder", "number": "8.1.2" }, @@ -2072,7 +2072,7 @@ }, { "id": "single-byte-encoding", - "href": "https://www.w3.org/TR/encoding/#single-byte-encoding", + "href": "https://encoding.spec.whatwg.org/#single-byte-encoding", "linkingText": [ "single-byte encoding" ], @@ -2083,7 +2083,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2091,7 +2091,7 @@ }, { "id": "index-single-byte", - "href": "https://www.w3.org/TR/encoding/#index-single-byte", + "href": "https://encoding.spec.whatwg.org/#index-single-byte", "linkingText": [ "Index single-byte" ], @@ -2102,7 +2102,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2110,7 +2110,7 @@ }, { "id": "ibm866", - "href": "https://www.w3.org/TR/encoding/#ibm866", + "href": "https://encoding.spec.whatwg.org/#ibm866", "linkingText": [ "IBM866" ], @@ -2121,7 +2121,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2129,7 +2129,7 @@ }, { "id": "iso-8859-2", - "href": "https://www.w3.org/TR/encoding/#iso-8859-2", + "href": "https://encoding.spec.whatwg.org/#iso-8859-2", "linkingText": [ "ISO-8859-2" ], @@ -2140,7 +2140,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2148,7 +2148,7 @@ }, { "id": "iso-8859-3", - "href": "https://www.w3.org/TR/encoding/#iso-8859-3", + "href": "https://encoding.spec.whatwg.org/#iso-8859-3", "linkingText": [ "ISO-8859-3" ], @@ -2159,7 +2159,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2167,7 +2167,7 @@ }, { "id": "iso-8859-4", - "href": "https://www.w3.org/TR/encoding/#iso-8859-4", + "href": "https://encoding.spec.whatwg.org/#iso-8859-4", "linkingText": [ "ISO-8859-4" ], @@ -2178,7 +2178,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2186,7 +2186,7 @@ }, { "id": "iso-8859-5", - "href": "https://www.w3.org/TR/encoding/#iso-8859-5", + "href": "https://encoding.spec.whatwg.org/#iso-8859-5", "linkingText": [ "ISO-8859-5" ], @@ -2197,7 +2197,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2205,7 +2205,7 @@ }, { "id": "iso-8859-6", - "href": "https://www.w3.org/TR/encoding/#iso-8859-6", + "href": "https://encoding.spec.whatwg.org/#iso-8859-6", "linkingText": [ "ISO-8859-6" ], @@ -2216,7 +2216,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2224,7 +2224,7 @@ }, { "id": "iso-8859-7", - "href": "https://www.w3.org/TR/encoding/#iso-8859-7", + "href": "https://encoding.spec.whatwg.org/#iso-8859-7", "linkingText": [ "ISO-8859-7" ], @@ -2235,7 +2235,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2243,7 +2243,7 @@ }, { "id": "iso-8859-8", - "href": "https://www.w3.org/TR/encoding/#iso-8859-8", + "href": "https://encoding.spec.whatwg.org/#iso-8859-8", "linkingText": [ "ISO-8859-8" ], @@ -2254,7 +2254,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2262,7 +2262,7 @@ }, { "id": "iso-8859-8-i", - "href": "https://www.w3.org/TR/encoding/#iso-8859-8-i", + "href": "https://encoding.spec.whatwg.org/#iso-8859-8-i", "linkingText": [ "ISO-8859-8-I" ], @@ -2273,7 +2273,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2281,7 +2281,7 @@ }, { "id": "iso-8859-10", - "href": "https://www.w3.org/TR/encoding/#iso-8859-10", + "href": "https://encoding.spec.whatwg.org/#iso-8859-10", "linkingText": [ "ISO-8859-10" ], @@ -2292,7 +2292,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2300,7 +2300,7 @@ }, { "id": "iso-8859-13", - "href": "https://www.w3.org/TR/encoding/#iso-8859-13", + "href": "https://encoding.spec.whatwg.org/#iso-8859-13", "linkingText": [ "ISO-8859-13" ], @@ -2311,7 +2311,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2319,7 +2319,7 @@ }, { "id": "iso-8859-14", - "href": "https://www.w3.org/TR/encoding/#iso-8859-14", + "href": "https://encoding.spec.whatwg.org/#iso-8859-14", "linkingText": [ "ISO-8859-14" ], @@ -2330,7 +2330,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2338,7 +2338,7 @@ }, { "id": "iso-8859-15", - "href": "https://www.w3.org/TR/encoding/#iso-8859-15", + "href": "https://encoding.spec.whatwg.org/#iso-8859-15", "linkingText": [ "ISO-8859-15" ], @@ -2349,7 +2349,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2357,7 +2357,7 @@ }, { "id": "iso-8859-16", - "href": "https://www.w3.org/TR/encoding/#iso-8859-16", + "href": "https://encoding.spec.whatwg.org/#iso-8859-16", "linkingText": [ "ISO-8859-16" ], @@ -2368,7 +2368,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2376,7 +2376,7 @@ }, { "id": "koi8-r", - "href": "https://www.w3.org/TR/encoding/#koi8-r", + "href": "https://encoding.spec.whatwg.org/#koi8-r", "linkingText": [ "KOI8-R" ], @@ -2387,7 +2387,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2395,7 +2395,7 @@ }, { "id": "koi8-u", - "href": "https://www.w3.org/TR/encoding/#koi8-u", + "href": "https://encoding.spec.whatwg.org/#koi8-u", "linkingText": [ "KOI8-U" ], @@ -2406,7 +2406,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2414,7 +2414,7 @@ }, { "id": "macintosh", - "href": "https://www.w3.org/TR/encoding/#macintosh", + "href": "https://encoding.spec.whatwg.org/#macintosh", "linkingText": [ "macintosh" ], @@ -2425,7 +2425,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2433,7 +2433,7 @@ }, { "id": "windows-874", - "href": "https://www.w3.org/TR/encoding/#windows-874", + "href": "https://encoding.spec.whatwg.org/#windows-874", "linkingText": [ "windows-874" ], @@ -2444,7 +2444,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2452,7 +2452,7 @@ }, { "id": "windows-1250", - "href": "https://www.w3.org/TR/encoding/#windows-1250", + "href": "https://encoding.spec.whatwg.org/#windows-1250", "linkingText": [ "windows-1250" ], @@ -2463,7 +2463,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2471,7 +2471,7 @@ }, { "id": "windows-1251", - "href": "https://www.w3.org/TR/encoding/#windows-1251", + "href": "https://encoding.spec.whatwg.org/#windows-1251", "linkingText": [ "windows-1251" ], @@ -2482,7 +2482,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2490,7 +2490,7 @@ }, { "id": "windows-1252", - "href": "https://www.w3.org/TR/encoding/#windows-1252", + "href": "https://encoding.spec.whatwg.org/#windows-1252", "linkingText": [ "windows-1252" ], @@ -2501,7 +2501,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2509,7 +2509,7 @@ }, { "id": "windows-1253", - "href": "https://www.w3.org/TR/encoding/#windows-1253", + "href": "https://encoding.spec.whatwg.org/#windows-1253", "linkingText": [ "windows-1253" ], @@ -2520,7 +2520,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2528,7 +2528,7 @@ }, { "id": "windows-1254", - "href": "https://www.w3.org/TR/encoding/#windows-1254", + "href": "https://encoding.spec.whatwg.org/#windows-1254", "linkingText": [ "windows-1254" ], @@ -2539,7 +2539,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2547,7 +2547,7 @@ }, { "id": "windows-1255", - "href": "https://www.w3.org/TR/encoding/#windows-1255", + "href": "https://encoding.spec.whatwg.org/#windows-1255", "linkingText": [ "windows-1255" ], @@ -2558,7 +2558,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2566,7 +2566,7 @@ }, { "id": "windows-1256", - "href": "https://www.w3.org/TR/encoding/#windows-1256", + "href": "https://encoding.spec.whatwg.org/#windows-1256", "linkingText": [ "windows-1256" ], @@ -2577,7 +2577,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2585,7 +2585,7 @@ }, { "id": "windows-1257", - "href": "https://www.w3.org/TR/encoding/#windows-1257", + "href": "https://encoding.spec.whatwg.org/#windows-1257", "linkingText": [ "windows-1257" ], @@ -2596,7 +2596,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2604,7 +2604,7 @@ }, { "id": "windows-1258", - "href": "https://www.w3.org/TR/encoding/#windows-1258", + "href": "https://encoding.spec.whatwg.org/#windows-1258", "linkingText": [ "windows-1258" ], @@ -2615,7 +2615,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2623,7 +2623,7 @@ }, { "id": "x-mac-cyrillic", - "href": "https://www.w3.org/TR/encoding/#x-mac-cyrillic", + "href": "https://encoding.spec.whatwg.org/#x-mac-cyrillic", "linkingText": [ "x-mac-cyrillic" ], @@ -2634,7 +2634,7 @@ "informative": false, "heading": { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "title": "Legacy single-byte encodings", "number": "9" }, @@ -2642,7 +2642,7 @@ }, { "id": "single-byte-decoder", - "href": "https://www.w3.org/TR/encoding/#single-byte-decoder", + "href": "https://encoding.spec.whatwg.org/#single-byte-decoder", "linkingText": [ "single-byte decoder" ], @@ -2653,7 +2653,7 @@ "informative": false, "heading": { "id": "single-byte-decoder", - "href": "https://www.w3.org/TR/encoding/#single-byte-decoder", + "href": "https://encoding.spec.whatwg.org/#single-byte-decoder", "title": "single-byte decoder", "number": "9.1" }, @@ -2661,7 +2661,7 @@ }, { "id": "single-byte-encoder", - "href": "https://www.w3.org/TR/encoding/#single-byte-encoder", + "href": "https://encoding.spec.whatwg.org/#single-byte-encoder", "linkingText": [ "single-byte encoder" ], @@ -2672,7 +2672,7 @@ "informative": false, "heading": { "id": "single-byte-encoder", - "href": "https://www.w3.org/TR/encoding/#single-byte-encoder", + "href": "https://encoding.spec.whatwg.org/#single-byte-encoder", "title": "single-byte encoder", "number": "9.2" }, @@ -2680,7 +2680,7 @@ }, { "id": "gbk", - "href": "https://www.w3.org/TR/encoding/#gbk", + "href": "https://encoding.spec.whatwg.org/#gbk", "linkingText": [ "GBK" ], @@ -2691,7 +2691,7 @@ "informative": false, "heading": { "id": "gbk", - "href": "https://www.w3.org/TR/encoding/#gbk", + "href": "https://encoding.spec.whatwg.org/#gbk", "title": "GBK", "number": "10.1" }, @@ -2699,7 +2699,7 @@ }, { "id": "gbk-decoder", - "href": "https://www.w3.org/TR/encoding/#gbk-decoder", + "href": "https://encoding.spec.whatwg.org/#gbk-decoder", "linkingText": [ "GBK decoder" ], @@ -2710,7 +2710,7 @@ "informative": false, "heading": { "id": "gbk-decoder", - "href": "https://www.w3.org/TR/encoding/#gbk-decoder", + "href": "https://encoding.spec.whatwg.org/#gbk-decoder", "title": "GBK decoder", "number": "10.1.1" }, @@ -2718,7 +2718,7 @@ }, { "id": "gbk-encoder", - "href": "https://www.w3.org/TR/encoding/#gbk-encoder", + "href": "https://encoding.spec.whatwg.org/#gbk-encoder", "linkingText": [ "GBK encoder" ], @@ -2729,7 +2729,7 @@ "informative": false, "heading": { "id": "gbk-encoder", - "href": "https://www.w3.org/TR/encoding/#gbk-encoder", + "href": "https://encoding.spec.whatwg.org/#gbk-encoder", "title": "GBK encoder", "number": "10.1.2" }, @@ -2737,7 +2737,7 @@ }, { "id": "gb18030", - "href": "https://www.w3.org/TR/encoding/#gb18030", + "href": "https://encoding.spec.whatwg.org/#gb18030", "linkingText": [ "gb18030" ], @@ -2748,7 +2748,7 @@ "informative": false, "heading": { "id": "gb18030", - "href": "https://www.w3.org/TR/encoding/#gb18030", + "href": "https://encoding.spec.whatwg.org/#gb18030", "title": "gb18030", "number": "10.2" }, @@ -2756,7 +2756,7 @@ }, { "id": "gb18030-decoder", - "href": "https://www.w3.org/TR/encoding/#gb18030-decoder", + "href": "https://encoding.spec.whatwg.org/#gb18030-decoder", "linkingText": [ "gb18030 decoder" ], @@ -2767,7 +2767,7 @@ "informative": false, "heading": { "id": "gb18030-decoder", - "href": "https://www.w3.org/TR/encoding/#gb18030-decoder", + "href": "https://encoding.spec.whatwg.org/#gb18030-decoder", "title": "gb18030 decoder", "number": "10.2.1" }, @@ -2775,7 +2775,7 @@ }, { "id": "gb18030-first", - "href": "https://www.w3.org/TR/encoding/#gb18030-first", + "href": "https://encoding.spec.whatwg.org/#gb18030-first", "linkingText": [ "gb18030 first" ], @@ -2786,7 +2786,7 @@ "informative": false, "heading": { "id": "gb18030-decoder", - "href": "https://www.w3.org/TR/encoding/#gb18030-decoder", + "href": "https://encoding.spec.whatwg.org/#gb18030-decoder", "title": "gb18030 decoder", "number": "10.2.1" }, @@ -2794,7 +2794,7 @@ }, { "id": "gb18030-second", - "href": "https://www.w3.org/TR/encoding/#gb18030-second", + "href": "https://encoding.spec.whatwg.org/#gb18030-second", "linkingText": [ "gb18030 second" ], @@ -2805,7 +2805,7 @@ "informative": false, "heading": { "id": "gb18030-decoder", - "href": "https://www.w3.org/TR/encoding/#gb18030-decoder", + "href": "https://encoding.spec.whatwg.org/#gb18030-decoder", "title": "gb18030 decoder", "number": "10.2.1" }, @@ -2813,7 +2813,7 @@ }, { "id": "gb18030-third", - "href": "https://www.w3.org/TR/encoding/#gb18030-third", + "href": "https://encoding.spec.whatwg.org/#gb18030-third", "linkingText": [ "gb18030 third" ], @@ -2824,7 +2824,7 @@ "informative": false, "heading": { "id": "gb18030-decoder", - "href": "https://www.w3.org/TR/encoding/#gb18030-decoder", + "href": "https://encoding.spec.whatwg.org/#gb18030-decoder", "title": "gb18030 decoder", "number": "10.2.1" }, @@ -2832,7 +2832,7 @@ }, { "id": "gb18030-encoder", - "href": "https://www.w3.org/TR/encoding/#gb18030-encoder", + "href": "https://encoding.spec.whatwg.org/#gb18030-encoder", "linkingText": [ "gb18030 encoder" ], @@ -2843,7 +2843,7 @@ "informative": false, "heading": { "id": "gb18030-encoder", - "href": "https://www.w3.org/TR/encoding/#gb18030-encoder", + "href": "https://encoding.spec.whatwg.org/#gb18030-encoder", "title": "gb18030 encoder", "number": "10.2.2" }, @@ -2851,7 +2851,7 @@ }, { "id": "gbk-flag", - "href": "https://www.w3.org/TR/encoding/#gbk-flag", + "href": "https://encoding.spec.whatwg.org/#gbk-flag", "linkingText": [ "is GBK" ], @@ -2862,7 +2862,7 @@ "informative": false, "heading": { "id": "gb18030-encoder", - "href": "https://www.w3.org/TR/encoding/#gb18030-encoder", + "href": "https://encoding.spec.whatwg.org/#gb18030-encoder", "title": "gb18030 encoder", "number": "10.2.2" }, @@ -2870,7 +2870,7 @@ }, { "id": "big5", - "href": "https://www.w3.org/TR/encoding/#big5", + "href": "https://encoding.spec.whatwg.org/#big5", "linkingText": [ "Big5" ], @@ -2881,7 +2881,7 @@ "informative": false, "heading": { "id": "big5", - "href": "https://www.w3.org/TR/encoding/#big5", + "href": "https://encoding.spec.whatwg.org/#big5", "title": "Big5", "number": "11.1" }, @@ -2889,7 +2889,7 @@ }, { "id": "big5-decoder", - "href": "https://www.w3.org/TR/encoding/#big5-decoder", + "href": "https://encoding.spec.whatwg.org/#big5-decoder", "linkingText": [ "Big5 decoder" ], @@ -2900,7 +2900,7 @@ "informative": false, "heading": { "id": "big5-decoder", - "href": "https://www.w3.org/TR/encoding/#big5-decoder", + "href": "https://encoding.spec.whatwg.org/#big5-decoder", "title": "Big5 decoder", "number": "11.1.1" }, @@ -2908,7 +2908,7 @@ }, { "id": "big5-lead", - "href": "https://www.w3.org/TR/encoding/#big5-lead", + "href": "https://encoding.spec.whatwg.org/#big5-lead", "linkingText": [ "Big5 lead" ], @@ -2919,7 +2919,7 @@ "informative": false, "heading": { "id": "big5-decoder", - "href": "https://www.w3.org/TR/encoding/#big5-decoder", + "href": "https://encoding.spec.whatwg.org/#big5-decoder", "title": "Big5 decoder", "number": "11.1.1" }, @@ -2927,7 +2927,7 @@ }, { "id": "big5-encoder", - "href": "https://www.w3.org/TR/encoding/#big5-encoder", + "href": "https://encoding.spec.whatwg.org/#big5-encoder", "linkingText": [ "Big5 encoder" ], @@ -2938,7 +2938,7 @@ "informative": false, "heading": { "id": "big5-encoder", - "href": "https://www.w3.org/TR/encoding/#big5-encoder", + "href": "https://encoding.spec.whatwg.org/#big5-encoder", "title": "Big5 encoder", "number": "11.1.2" }, @@ -2946,7 +2946,7 @@ }, { "id": "euc-jp", - "href": "https://www.w3.org/TR/encoding/#euc-jp", + "href": "https://encoding.spec.whatwg.org/#euc-jp", "linkingText": [ "EUC-JP" ], @@ -2957,7 +2957,7 @@ "informative": false, "heading": { "id": "euc-jp", - "href": "https://www.w3.org/TR/encoding/#euc-jp", + "href": "https://encoding.spec.whatwg.org/#euc-jp", "title": "EUC-JP", "number": "12.1" }, @@ -2965,7 +2965,7 @@ }, { "id": "euc-jp-decoder", - "href": "https://www.w3.org/TR/encoding/#euc-jp-decoder", + "href": "https://encoding.spec.whatwg.org/#euc-jp-decoder", "linkingText": [ "EUC-JP decoder" ], @@ -2976,7 +2976,7 @@ "informative": false, "heading": { "id": "euc-jp-decoder", - "href": "https://www.w3.org/TR/encoding/#euc-jp-decoder", + "href": "https://encoding.spec.whatwg.org/#euc-jp-decoder", "title": "EUC-JP decoder", "number": "12.1.1" }, @@ -2984,7 +2984,7 @@ }, { "id": "euc-jp-jis0212-flag", - "href": "https://www.w3.org/TR/encoding/#euc-jp-jis0212-flag", + "href": "https://encoding.spec.whatwg.org/#euc-jp-jis0212-flag", "linkingText": [ "EUC-JP jis0212" ], @@ -2995,7 +2995,7 @@ "informative": false, "heading": { "id": "euc-jp-decoder", - "href": "https://www.w3.org/TR/encoding/#euc-jp-decoder", + "href": "https://encoding.spec.whatwg.org/#euc-jp-decoder", "title": "EUC-JP decoder", "number": "12.1.1" }, @@ -3003,7 +3003,7 @@ }, { "id": "euc-jp-lead", - "href": "https://www.w3.org/TR/encoding/#euc-jp-lead", + "href": "https://encoding.spec.whatwg.org/#euc-jp-lead", "linkingText": [ "EUC-JP lead" ], @@ -3014,7 +3014,7 @@ "informative": false, "heading": { "id": "euc-jp-decoder", - "href": "https://www.w3.org/TR/encoding/#euc-jp-decoder", + "href": "https://encoding.spec.whatwg.org/#euc-jp-decoder", "title": "EUC-JP decoder", "number": "12.1.1" }, @@ -3022,7 +3022,7 @@ }, { "id": "euc-jp-encoder", - "href": "https://www.w3.org/TR/encoding/#euc-jp-encoder", + "href": "https://encoding.spec.whatwg.org/#euc-jp-encoder", "linkingText": [ "EUC-JP encoder" ], @@ -3033,7 +3033,7 @@ "informative": false, "heading": { "id": "euc-jp-encoder", - "href": "https://www.w3.org/TR/encoding/#euc-jp-encoder", + "href": "https://encoding.spec.whatwg.org/#euc-jp-encoder", "title": "EUC-JP encoder", "number": "12.1.2" }, @@ -3041,7 +3041,7 @@ }, { "id": "iso-2022-jp", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp", "linkingText": [ "ISO-2022-JP" ], @@ -3052,7 +3052,7 @@ "informative": false, "heading": { "id": "iso-2022-jp", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp", "title": "ISO-2022-JP", "number": "12.2" }, @@ -3060,7 +3060,7 @@ }, { "id": "iso-2022-jp-decoder", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder", "linkingText": [ "ISO-2022-JP decoder" ], @@ -3071,7 +3071,7 @@ "informative": false, "heading": { "id": "iso-2022-jp-decoder", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder", "title": "ISO-2022-JP decoder", "number": "12.2.1" }, @@ -3079,7 +3079,7 @@ }, { "id": "iso-2022-jp-decoder-state", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder-state", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder-state", "linkingText": [ "ISO-2022-JP decoder state" ], @@ -3090,7 +3090,7 @@ "informative": false, "heading": { "id": "iso-2022-jp-decoder", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder", "title": "ISO-2022-JP decoder", "number": "12.2.1" }, @@ -3098,7 +3098,7 @@ }, { "id": "iso-2022-jp-decoder-output-state", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder-output-state", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder-output-state", "linkingText": [ "ISO-2022-JP decoder output state" ], @@ -3109,7 +3109,7 @@ "informative": false, "heading": { "id": "iso-2022-jp-decoder", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder", "title": "ISO-2022-JP decoder", "number": "12.2.1" }, @@ -3117,7 +3117,7 @@ }, { "id": "iso-2022-jp-lead", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-lead", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-lead", "linkingText": [ "ISO-2022-JP lead" ], @@ -3128,7 +3128,7 @@ "informative": false, "heading": { "id": "iso-2022-jp-decoder", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder", "title": "ISO-2022-JP decoder", "number": "12.2.1" }, @@ -3136,7 +3136,7 @@ }, { "id": "iso-2022-jp-output-flag", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-output-flag", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-output-flag", "linkingText": [ "ISO-2022-JP output" ], @@ -3147,7 +3147,7 @@ "informative": false, "heading": { "id": "iso-2022-jp-decoder", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder", "title": "ISO-2022-JP decoder", "number": "12.2.1" }, @@ -3155,7 +3155,7 @@ }, { "id": "iso-2022-jp-decoder-ascii", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder-ascii", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder-ascii", "linkingText": [ "ISO-2022-JP decoder ASCII" ], @@ -3166,7 +3166,7 @@ "informative": false, "heading": { "id": "iso-2022-jp-decoder", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder", "title": "ISO-2022-JP decoder", "number": "12.2.1" }, @@ -3174,7 +3174,7 @@ }, { "id": "iso-2022-jp-decoder-roman", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder-roman", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder-roman", "linkingText": [ "ISO-2022-JP decoder Roman" ], @@ -3185,7 +3185,7 @@ "informative": false, "heading": { "id": "iso-2022-jp-decoder", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder", "title": "ISO-2022-JP decoder", "number": "12.2.1" }, @@ -3193,7 +3193,7 @@ }, { "id": "iso-2022-jp-decoder-katakana", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder-katakana", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder-katakana", "linkingText": [ "ISO-2022-JP decoder katakana" ], @@ -3204,7 +3204,7 @@ "informative": false, "heading": { "id": "iso-2022-jp-decoder", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder", "title": "ISO-2022-JP decoder", "number": "12.2.1" }, @@ -3212,7 +3212,7 @@ }, { "id": "iso-2022-jp-decoder-lead-byte", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder-lead-byte", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder-lead-byte", "linkingText": [ "ISO-2022-JP decoder lead byte" ], @@ -3223,7 +3223,7 @@ "informative": false, "heading": { "id": "iso-2022-jp-decoder", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder", "title": "ISO-2022-JP decoder", "number": "12.2.1" }, @@ -3231,7 +3231,7 @@ }, { "id": "iso-2022-jp-decoder-trail-byte", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder-trail-byte", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder-trail-byte", "linkingText": [ "ISO-2022-JP decoder trail byte" ], @@ -3242,7 +3242,7 @@ "informative": false, "heading": { "id": "iso-2022-jp-decoder", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder", "title": "ISO-2022-JP decoder", "number": "12.2.1" }, @@ -3250,7 +3250,7 @@ }, { "id": "iso-2022-jp-decoder-escape-start", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder-escape-start", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder-escape-start", "linkingText": [ "ISO-2022-JP decoder escape start" ], @@ -3261,7 +3261,7 @@ "informative": false, "heading": { "id": "iso-2022-jp-decoder", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder", "title": "ISO-2022-JP decoder", "number": "12.2.1" }, @@ -3269,7 +3269,7 @@ }, { "id": "iso-2022-jp-decoder-escape", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder-escape", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder-escape", "linkingText": [ "ISO-2022-JP decoder escape" ], @@ -3280,7 +3280,7 @@ "informative": false, "heading": { "id": "iso-2022-jp-decoder", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder", "title": "ISO-2022-JP decoder", "number": "12.2.1" }, @@ -3288,7 +3288,7 @@ }, { "id": "iso-2022-jp-encoder", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-encoder", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-encoder", "linkingText": [ "ISO-2022-JP encoder" ], @@ -3299,7 +3299,7 @@ "informative": false, "heading": { "id": "iso-2022-jp-encoder", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-encoder", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-encoder", "title": "ISO-2022-JP encoder", "number": "12.2.2" }, @@ -3307,7 +3307,7 @@ }, { "id": "iso-2022-jp-encoder-state", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-encoder-state", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-encoder-state", "linkingText": [ "ISO-2022-JP encoder state" ], @@ -3318,7 +3318,7 @@ "informative": false, "heading": { "id": "iso-2022-jp-encoder", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-encoder", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-encoder", "title": "ISO-2022-JP encoder", "number": "12.2.2" }, @@ -3326,7 +3326,7 @@ }, { "id": "iso-2022-jp-encoder-ascii", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-encoder-ascii", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-encoder-ascii", "linkingText": [ "ISO-2022-JP encoder ASCII" ], @@ -3337,7 +3337,7 @@ "informative": false, "heading": { "id": "iso-2022-jp-encoder", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-encoder", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-encoder", "title": "ISO-2022-JP encoder", "number": "12.2.2" }, @@ -3345,7 +3345,7 @@ }, { "id": "iso-2022-jp-encoder-roman", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-encoder-roman", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-encoder-roman", "linkingText": [ "ISO-2022-JP encoder Roman" ], @@ -3356,7 +3356,7 @@ "informative": false, "heading": { "id": "iso-2022-jp-encoder", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-encoder", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-encoder", "title": "ISO-2022-JP encoder", "number": "12.2.2" }, @@ -3364,7 +3364,7 @@ }, { "id": "iso-2022-jp-encoder-jis0208", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-encoder-jis0208", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-encoder-jis0208", "linkingText": [ "ISO-2022-JP encoder jis0208" ], @@ -3375,7 +3375,7 @@ "informative": false, "heading": { "id": "iso-2022-jp-encoder", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-encoder", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-encoder", "title": "ISO-2022-JP encoder", "number": "12.2.2" }, @@ -3383,7 +3383,7 @@ }, { "id": "shift_jis", - "href": "https://www.w3.org/TR/encoding/#shift_jis", + "href": "https://encoding.spec.whatwg.org/#shift_jis", "linkingText": [ "Shift_JIS" ], @@ -3394,7 +3394,7 @@ "informative": false, "heading": { "id": "shift_jis", - "href": "https://www.w3.org/TR/encoding/#shift_jis", + "href": "https://encoding.spec.whatwg.org/#shift_jis", "title": "Shift_JIS", "number": "12.3" }, @@ -3402,7 +3402,7 @@ }, { "id": "shift_jis-decoder", - "href": "https://www.w3.org/TR/encoding/#shift_jis-decoder", + "href": "https://encoding.spec.whatwg.org/#shift_jis-decoder", "linkingText": [ "Shift_JIS decoder" ], @@ -3413,7 +3413,7 @@ "informative": false, "heading": { "id": "shift_jis-decoder", - "href": "https://www.w3.org/TR/encoding/#shift_jis-decoder", + "href": "https://encoding.spec.whatwg.org/#shift_jis-decoder", "title": "Shift_JIS decoder", "number": "12.3.1" }, @@ -3421,7 +3421,7 @@ }, { "id": "shift_jis-lead", - "href": "https://www.w3.org/TR/encoding/#shift_jis-lead", + "href": "https://encoding.spec.whatwg.org/#shift_jis-lead", "linkingText": [ "Shift_JIS lead" ], @@ -3432,7 +3432,7 @@ "informative": false, "heading": { "id": "shift_jis-decoder", - "href": "https://www.w3.org/TR/encoding/#shift_jis-decoder", + "href": "https://encoding.spec.whatwg.org/#shift_jis-decoder", "title": "Shift_JIS decoder", "number": "12.3.1" }, @@ -3440,7 +3440,7 @@ }, { "id": "shift_jis-encoder", - "href": "https://www.w3.org/TR/encoding/#shift_jis-encoder", + "href": "https://encoding.spec.whatwg.org/#shift_jis-encoder", "linkingText": [ "Shift_JIS encoder" ], @@ -3451,7 +3451,7 @@ "informative": false, "heading": { "id": "shift_jis-encoder", - "href": "https://www.w3.org/TR/encoding/#shift_jis-encoder", + "href": "https://encoding.spec.whatwg.org/#shift_jis-encoder", "title": "Shift_JIS encoder", "number": "12.3.2" }, @@ -3459,7 +3459,7 @@ }, { "id": "euc-kr", - "href": "https://www.w3.org/TR/encoding/#euc-kr", + "href": "https://encoding.spec.whatwg.org/#euc-kr", "linkingText": [ "EUC-KR" ], @@ -3470,7 +3470,7 @@ "informative": false, "heading": { "id": "euc-kr", - "href": "https://www.w3.org/TR/encoding/#euc-kr", + "href": "https://encoding.spec.whatwg.org/#euc-kr", "title": "EUC-KR", "number": "13.1" }, @@ -3478,7 +3478,7 @@ }, { "id": "euc-kr-decoder", - "href": "https://www.w3.org/TR/encoding/#euc-kr-decoder", + "href": "https://encoding.spec.whatwg.org/#euc-kr-decoder", "linkingText": [ "EUC-KR decoder" ], @@ -3489,7 +3489,7 @@ "informative": false, "heading": { "id": "euc-kr-decoder", - "href": "https://www.w3.org/TR/encoding/#euc-kr-decoder", + "href": "https://encoding.spec.whatwg.org/#euc-kr-decoder", "title": "EUC-KR decoder", "number": "13.1.1" }, @@ -3497,7 +3497,7 @@ }, { "id": "euc-kr-lead", - "href": "https://www.w3.org/TR/encoding/#euc-kr-lead", + "href": "https://encoding.spec.whatwg.org/#euc-kr-lead", "linkingText": [ "EUC-KR lead" ], @@ -3508,7 +3508,7 @@ "informative": false, "heading": { "id": "euc-kr-decoder", - "href": "https://www.w3.org/TR/encoding/#euc-kr-decoder", + "href": "https://encoding.spec.whatwg.org/#euc-kr-decoder", "title": "EUC-KR decoder", "number": "13.1.1" }, @@ -3516,7 +3516,7 @@ }, { "id": "euc-kr-encoder", - "href": "https://www.w3.org/TR/encoding/#euc-kr-encoder", + "href": "https://encoding.spec.whatwg.org/#euc-kr-encoder", "linkingText": [ "EUC-KR encoder" ], @@ -3527,7 +3527,7 @@ "informative": false, "heading": { "id": "euc-kr-encoder", - "href": "https://www.w3.org/TR/encoding/#euc-kr-encoder", + "href": "https://encoding.spec.whatwg.org/#euc-kr-encoder", "title": "EUC-KR encoder", "number": "13.1.2" }, @@ -3535,7 +3535,7 @@ }, { "id": "replacement", - "href": "https://www.w3.org/TR/encoding/#replacement", + "href": "https://encoding.spec.whatwg.org/#replacement", "linkingText": [ "replacement" ], @@ -3546,7 +3546,7 @@ "informative": false, "heading": { "id": "replacement", - "href": "https://www.w3.org/TR/encoding/#replacement", + "href": "https://encoding.spec.whatwg.org/#replacement", "title": "replacement", "number": "14.1" }, @@ -3554,7 +3554,7 @@ }, { "id": "replacement-decoder", - "href": "https://www.w3.org/TR/encoding/#replacement-decoder", + "href": "https://encoding.spec.whatwg.org/#replacement-decoder", "linkingText": [ "replacement decoder" ], @@ -3565,7 +3565,7 @@ "informative": false, "heading": { "id": "replacement-decoder", - "href": "https://www.w3.org/TR/encoding/#replacement-decoder", + "href": "https://encoding.spec.whatwg.org/#replacement-decoder", "title": "replacement decoder", "number": "14.1.1" }, @@ -3573,7 +3573,7 @@ }, { "id": "replacement-error-returned-flag", - "href": "https://www.w3.org/TR/encoding/#replacement-error-returned-flag", + "href": "https://encoding.spec.whatwg.org/#replacement-error-returned-flag", "linkingText": [ "replacement error returned" ], @@ -3584,7 +3584,7 @@ "informative": false, "heading": { "id": "replacement-decoder", - "href": "https://www.w3.org/TR/encoding/#replacement-decoder", + "href": "https://encoding.spec.whatwg.org/#replacement-decoder", "title": "replacement decoder", "number": "14.1.1" }, @@ -3592,7 +3592,7 @@ }, { "id": "utf-16be-le", - "href": "https://www.w3.org/TR/encoding/#utf-16be-le", + "href": "https://encoding.spec.whatwg.org/#utf-16be-le", "linkingText": [ "UTF-16BE/LE" ], @@ -3603,7 +3603,7 @@ "informative": false, "heading": { "id": "common-infrastructure-for-utf-16be-and-utf-16le", - "href": "https://www.w3.org/TR/encoding/#common-infrastructure-for-utf-16be-and-utf-16le", + "href": "https://encoding.spec.whatwg.org/#common-infrastructure-for-utf-16be-and-utf-16le", "title": "Common infrastructure for UTF-16BE/LE", "number": "14.2" }, @@ -3611,7 +3611,7 @@ }, { "id": "shared-utf-16-decoder", - "href": "https://www.w3.org/TR/encoding/#shared-utf-16-decoder", + "href": "https://encoding.spec.whatwg.org/#shared-utf-16-decoder", "linkingText": [ "shared UTF-16 decoder" ], @@ -3622,7 +3622,7 @@ "informative": false, "heading": { "id": "shared-utf-16-decoder", - "href": "https://www.w3.org/TR/encoding/#shared-utf-16-decoder", + "href": "https://encoding.spec.whatwg.org/#shared-utf-16-decoder", "title": "shared UTF-16 decoder", "number": "14.2.1" }, @@ -3630,7 +3630,7 @@ }, { "id": "utf-16-lead-byte", - "href": "https://www.w3.org/TR/encoding/#utf-16-lead-byte", + "href": "https://encoding.spec.whatwg.org/#utf-16-lead-byte", "linkingText": [ "UTF-16 lead byte" ], @@ -3641,7 +3641,7 @@ "informative": false, "heading": { "id": "shared-utf-16-decoder", - "href": "https://www.w3.org/TR/encoding/#shared-utf-16-decoder", + "href": "https://encoding.spec.whatwg.org/#shared-utf-16-decoder", "title": "shared UTF-16 decoder", "number": "14.2.1" }, @@ -3649,7 +3649,7 @@ }, { "id": "utf-16-lead-surrogate", - "href": "https://www.w3.org/TR/encoding/#utf-16-lead-surrogate", + "href": "https://encoding.spec.whatwg.org/#utf-16-lead-surrogate", "linkingText": [ "UTF-16 lead surrogate" ], @@ -3660,7 +3660,7 @@ "informative": false, "heading": { "id": "shared-utf-16-decoder", - "href": "https://www.w3.org/TR/encoding/#shared-utf-16-decoder", + "href": "https://encoding.spec.whatwg.org/#shared-utf-16-decoder", "title": "shared UTF-16 decoder", "number": "14.2.1" }, @@ -3668,7 +3668,7 @@ }, { "id": "utf-16be-decoder-flag", - "href": "https://www.w3.org/TR/encoding/#utf-16be-decoder-flag", + "href": "https://encoding.spec.whatwg.org/#utf-16be-decoder-flag", "linkingText": [ "is UTF-16BE decoder" ], @@ -3679,7 +3679,7 @@ "informative": false, "heading": { "id": "shared-utf-16-decoder", - "href": "https://www.w3.org/TR/encoding/#shared-utf-16-decoder", + "href": "https://encoding.spec.whatwg.org/#shared-utf-16-decoder", "title": "shared UTF-16 decoder", "number": "14.2.1" }, @@ -3687,7 +3687,7 @@ }, { "id": "utf-16be", - "href": "https://www.w3.org/TR/encoding/#utf-16be", + "href": "https://encoding.spec.whatwg.org/#utf-16be", "linkingText": [ "UTF-16BE" ], @@ -3698,7 +3698,7 @@ "informative": false, "heading": { "id": "utf-16be", - "href": "https://www.w3.org/TR/encoding/#utf-16be", + "href": "https://encoding.spec.whatwg.org/#utf-16be", "title": "UTF-16BE", "number": "14.3" }, @@ -3706,7 +3706,7 @@ }, { "id": "utf-16be-decoder", - "href": "https://www.w3.org/TR/encoding/#utf-16be-decoder", + "href": "https://encoding.spec.whatwg.org/#utf-16be-decoder", "linkingText": [ "UTF-16BE decoder" ], @@ -3717,7 +3717,7 @@ "informative": false, "heading": { "id": "utf-16be-decoder", - "href": "https://www.w3.org/TR/encoding/#utf-16be-decoder", + "href": "https://encoding.spec.whatwg.org/#utf-16be-decoder", "title": "UTF-16BE decoder", "number": "14.3.1" }, @@ -3725,7 +3725,7 @@ }, { "id": "utf-16le", - "href": "https://www.w3.org/TR/encoding/#utf-16le", + "href": "https://encoding.spec.whatwg.org/#utf-16le", "linkingText": [ "UTF-16LE" ], @@ -3736,7 +3736,7 @@ "informative": false, "heading": { "id": "utf-16le", - "href": "https://www.w3.org/TR/encoding/#utf-16le", + "href": "https://encoding.spec.whatwg.org/#utf-16le", "title": "UTF-16LE", "number": "14.4" }, @@ -3744,7 +3744,7 @@ }, { "id": "utf-16le-decoder", - "href": "https://www.w3.org/TR/encoding/#utf-16le-decoder", + "href": "https://encoding.spec.whatwg.org/#utf-16le-decoder", "linkingText": [ "UTF-16LE decoder" ], @@ -3755,7 +3755,7 @@ "informative": false, "heading": { "id": "utf-16le-decoder", - "href": "https://www.w3.org/TR/encoding/#utf-16le-decoder", + "href": "https://encoding.spec.whatwg.org/#utf-16le-decoder", "title": "UTF-16LE decoder", "number": "14.4.1" }, @@ -3763,7 +3763,7 @@ }, { "id": "x-user-defined", - "href": "https://www.w3.org/TR/encoding/#x-user-defined", + "href": "https://encoding.spec.whatwg.org/#x-user-defined", "linkingText": [ "x-user-defined" ], @@ -3774,7 +3774,7 @@ "informative": false, "heading": { "id": "x-user-defined", - "href": "https://www.w3.org/TR/encoding/#x-user-defined", + "href": "https://encoding.spec.whatwg.org/#x-user-defined", "title": "x-user-defined", "number": "14.5" }, @@ -3782,7 +3782,7 @@ }, { "id": "x-user-defined-decoder", - "href": "https://www.w3.org/TR/encoding/#x-user-defined-decoder", + "href": "https://encoding.spec.whatwg.org/#x-user-defined-decoder", "linkingText": [ "x-user-defined decoder" ], @@ -3793,7 +3793,7 @@ "informative": false, "heading": { "id": "x-user-defined-decoder", - "href": "https://www.w3.org/TR/encoding/#x-user-defined-decoder", + "href": "https://encoding.spec.whatwg.org/#x-user-defined-decoder", "title": "x-user-defined decoder", "number": "14.5.1" }, @@ -3801,7 +3801,7 @@ }, { "id": "x-user-defined-encoder", - "href": "https://www.w3.org/TR/encoding/#x-user-defined-encoder", + "href": "https://encoding.spec.whatwg.org/#x-user-defined-encoder", "linkingText": [ "x-user-defined encoder" ], @@ -3812,7 +3812,7 @@ "informative": false, "heading": { "id": "x-user-defined-encoder", - "href": "https://www.w3.org/TR/encoding/#x-user-defined-encoder", + "href": "https://encoding.spec.whatwg.org/#x-user-defined-encoder", "title": "x-user-defined encoder", "number": "14.5.2" }, diff --git a/tr/dfns/html.json b/tr/dfns/html.json index 627528ccd8c8..0bb4b61009f0 100644 --- a/tr/dfns/html.json +++ b/tr/dfns/html.json @@ -14976,9 +14976,9 @@ "" ], "localLinkingText": [], - "type": "dfn", + "type": "type", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "sizes-attributes", @@ -14995,9 +14995,9 @@ "" ], "localLinkingText": [], - "type": "dfn", + "type": "type", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "sizes-attributes", @@ -15014,9 +15014,9 @@ "" ], "localLinkingText": [], - "type": "dfn", + "type": "type", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "sizes-attributes", @@ -72715,6 +72715,63 @@ }, "definedIn": "prose" }, + { + "id": "rph-automation-mode-none", + "href": "https://html.spec.whatwg.org/multipage/system-state.html#rph-automation-mode-none", + "linkingText": [ + "none" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "custom-handlers", + "href": "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers", + "title": "Custom scheme handlers: the registerProtocolHandler() method", + "number": "8.9.1.4" + }, + "definedIn": "prose" + }, + { + "id": "rph-automation-mode-auto-accept", + "href": "https://html.spec.whatwg.org/multipage/system-state.html#rph-automation-mode-auto-accept", + "linkingText": [ + "auto-accept" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "custom-handlers", + "href": "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers", + "title": "Custom scheme handlers: the registerProtocolHandler() method", + "number": "8.9.1.4" + }, + "definedIn": "dt" + }, + { + "id": "rph-automation-mode-auto-reject", + "href": "https://html.spec.whatwg.org/multipage/system-state.html#rph-automation-mode-auto-reject", + "linkingText": [ + "auto-reject" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "custom-handlers", + "href": "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers", + "title": "Custom scheme handlers: the registerProtocolHandler() method", + "number": "8.9.1.4" + }, + "definedIn": "dt" + }, { "id": "protocol-handler-invocation", "href": "https://html.spec.whatwg.org/multipage/system-state.html#protocol-handler-invocation", @@ -72793,6 +72850,63 @@ }, "definedIn": "prose" }, + { + "id": "rph-user-agent-automation", + "href": "https://html.spec.whatwg.org/multipage/system-state.html#rph-user-agent-automation", + "linkingText": [ + "User agent automation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "user-agent-automation", + "href": "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation", + "title": "User agent automation", + "number": "8.9.1.4.2" + }, + "definedIn": "heading" + }, + { + "id": "registerprotocolhandler()-automation-mode", + "href": "https://html.spec.whatwg.org/multipage/system-state.html#registerprotocolhandler()-automation-mode", + "linkingText": [ + "registerProtocolHandler() automation mode" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "user-agent-automation", + "href": "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation", + "title": "User agent automation", + "number": "8.9.1.4.2" + }, + "definedIn": "prose" + }, + { + "id": "set-rph-registration-mode", + "href": "https://html.spec.whatwg.org/multipage/system-state.html#set-rph-registration-mode", + "linkingText": [ + "Set RPH Registration Mode" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "user-agent-automation", + "href": "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation", + "title": "User agent automation", + "number": "8.9.1.4.2" + }, + "definedIn": "prose" + }, { "id": "navigatorcookies", "href": "https://html.spec.whatwg.org/multipage/system-state.html#navigatorcookies", diff --git a/tr/dfns/permissions-policy-1.json b/tr/dfns/permissions-policy-1.json index 4b16392321c6..168806865a37 100644 --- a/tr/dfns/permissions-policy-1.json +++ b/tr/dfns/permissions-policy-1.json @@ -256,15 +256,17 @@ "definedIn": "prose" }, { - "id": "default-allowlist", - "href": "https://www.w3.org/TR/permissions-policy-1/#default-allowlist", + "id": "policy-controlled-feature-default-allowlist", + "href": "https://www.w3.org/TR/permissions-policy-1/#policy-controlled-feature-default-allowlist", "linkingText": [ "default allowlist", "default allowlists" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "policy-controlled feature" + ], "access": "public", "informative": false, "heading": { @@ -276,8 +278,8 @@ "definedIn": "prose" }, { - "id": "default-allowlist①", - "href": "https://www.w3.org/TR/permissions-policy-1/#default-allowlist%E2%91%A0", + "id": "default-allowlist", + "href": "https://www.w3.org/TR/permissions-policy-1/#default-allowlist", "linkingText": [ "*" ], diff --git a/tr/dfns/prefetch.json b/tr/dfns/prefetch.json index 7e9302d945a8..13e545319599 100644 --- a/tr/dfns/prefetch.json +++ b/tr/dfns/prefetch.json @@ -271,6 +271,27 @@ }, "definedIn": "prose" }, + { + "id": "prefetch-record-referrer-policy", + "href": "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-referrer-policy", + "linkingText": [ + "referrer policy" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "prefetch record" + ], + "access": "public", + "informative": false, + "heading": { + "id": "concepts", + "href": "https://wicg.github.io/nav-speculation/prefetch.html#concepts", + "title": "Concepts", + "number": "1" + }, + "definedIn": "prose" + }, { "id": "prefetch-record-label", "href": "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-label", diff --git a/tr/dfns/selectors-3.json b/tr/dfns/selectors-3.json new file mode 100644 index 000000000000..d4718a6e0a08 --- /dev/null +++ b/tr/dfns/selectors-3.json @@ -0,0 +1,787 @@ +{ + "spec": { + "title": "Selectors Level 3", + "url": "https://www.w3.org/TR/selectors-3/" + }, + "dfns": [ + { + "id": "selector", + "href": "https://www.w3.org/TR/selectors-3/#selector", + "linkingText": [ + "selector" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "selector-syntax", + "href": "https://www.w3.org/TR/selectors-3/#selector-syntax", + "title": "Selector syntax", + "number": "4" + }, + "definedIn": "prose" + }, + { + "id": "sequence-of-simple-selectors", + "href": "https://www.w3.org/TR/selectors-3/#sequence-of-simple-selectors", + "linkingText": [ + "sequence of simple selectors" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "selector-syntax", + "href": "https://www.w3.org/TR/selectors-3/#selector-syntax", + "title": "Selector syntax", + "number": "4" + }, + "definedIn": "prose" + }, + { + "id": "simple-selector", + "href": "https://www.w3.org/TR/selectors-3/#simple-selector", + "linkingText": [ + "simple selector" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "selector-syntax", + "href": "https://www.w3.org/TR/selectors-3/#selector-syntax", + "title": "Selector syntax", + "number": "4" + }, + "definedIn": "prose" + }, + { + "id": "combinators0", + "href": "https://www.w3.org/TR/selectors-3/#combinators0", + "linkingText": [ + "Combinators" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "selector-syntax", + "href": "https://www.w3.org/TR/selectors-3/#selector-syntax", + "title": "Selector syntax", + "number": "4" + }, + "definedIn": "prose" + }, + { + "id": "subjects-of-the-selector", + "href": "https://www.w3.org/TR/selectors-3/#subjects-of-the-selector", + "linkingText": [ + "subjects of the selector" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "selector-syntax", + "href": "https://www.w3.org/TR/selectors-3/#selector-syntax", + "title": "Selector syntax", + "number": "4" + }, + "definedIn": "prose" + }, + { + "id": "declared", + "href": "https://www.w3.org/TR/selectors-3/#declared", + "linkingText": [ + "declared" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "selector-syntax", + "href": "https://www.w3.org/TR/selectors-3/#selector-syntax", + "title": "Selector syntax", + "number": "4" + }, + "definedIn": "prose" + }, + { + "id": "type-selector", + "href": "https://www.w3.org/TR/selectors-3/#type-selector", + "linkingText": [ + "type selector" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "type-selectors", + "href": "https://www.w3.org/TR/selectors-3/#type-selectors", + "title": "Type selector", + "number": "6.1" + }, + "definedIn": "prose" + }, + { + "id": "universal-selector0", + "href": "https://www.w3.org/TR/selectors-3/#universal-selector0", + "linkingText": [ + "universal selector" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "universal-selector", + "href": "https://www.w3.org/TR/selectors-3/#universal-selector", + "title": "Universal selector", + "number": "6.2" + }, + "definedIn": "prose" + }, + { + "id": "x", + "href": "https://www.w3.org/TR/selectors-3/#x", + "linkingText": [ + "*" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "universal-selector", + "href": "https://www.w3.org/TR/selectors-3/#universal-selector", + "title": "Universal selector", + "number": "6.2" + }, + "definedIn": "prose" + }, + { + "id": "sel-link", + "href": "https://www.w3.org/TR/selectors-3/#sel-link", + "linkingText": [ + ":link" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-link-pseudo-classes-link-and-visited", + "href": "https://www.w3.org/TR/selectors-3/#the-link-pseudo-classes-link-and-visited", + "title": "The link pseudo-classes: :link and :visited", + "number": "6.6.1.1" + }, + "definedIn": "prose" + }, + { + "id": "sel-visited", + "href": "https://www.w3.org/TR/selectors-3/#sel-visited", + "linkingText": [ + ":visited" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-link-pseudo-classes-link-and-visited", + "href": "https://www.w3.org/TR/selectors-3/#the-link-pseudo-classes-link-and-visited", + "title": "The link pseudo-classes: :link and :visited", + "number": "6.6.1.1" + }, + "definedIn": "prose" + }, + { + "id": "sel-hover", + "href": "https://www.w3.org/TR/selectors-3/#sel-hover", + "linkingText": [ + ":hover" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-user-action-pseudo-classes-hover-act", + "href": "https://www.w3.org/TR/selectors-3/#the-user-action-pseudo-classes-hover-act", + "title": "The user action pseudo-classes :hover, :active, and :focus", + "number": "6.6.1.2" + }, + "definedIn": "prose" + }, + { + "id": "sel-active", + "href": "https://www.w3.org/TR/selectors-3/#sel-active", + "linkingText": [ + ":active" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-user-action-pseudo-classes-hover-act", + "href": "https://www.w3.org/TR/selectors-3/#the-user-action-pseudo-classes-hover-act", + "title": "The user action pseudo-classes :hover, :active, and :focus", + "number": "6.6.1.2" + }, + "definedIn": "prose" + }, + { + "id": "sel-focus", + "href": "https://www.w3.org/TR/selectors-3/#sel-focus", + "linkingText": [ + ":focus" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-user-action-pseudo-classes-hover-act", + "href": "https://www.w3.org/TR/selectors-3/#the-user-action-pseudo-classes-hover-act", + "title": "The user action pseudo-classes :hover, :active, and :focus", + "number": "6.6.1.2" + }, + "definedIn": "prose" + }, + { + "id": "sel-target", + "href": "https://www.w3.org/TR/selectors-3/#sel-target", + "linkingText": [ + ":target" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "target-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#target-pseudo", + "title": "The target pseudo-class :target", + "number": "6.6.2" + }, + "definedIn": "prose" + }, + { + "id": "sel-lang", + "href": "https://www.w3.org/TR/selectors-3/#sel-lang", + "linkingText": [ + ":lang" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "lang-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#lang-pseudo", + "title": "The language pseudo-class :lang", + "number": "6.6.3" + }, + "definedIn": "prose" + }, + { + "id": "sel-enabled", + "href": "https://www.w3.org/TR/selectors-3/#sel-enabled", + "linkingText": [ + ":enabled" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "enableddisabled", + "href": "https://www.w3.org/TR/selectors-3/#enableddisabled", + "title": "The :enabled and :disabled pseudo-classes", + "number": "6.6.4.1" + }, + "definedIn": "prose" + }, + { + "id": "sel-disabled", + "href": "https://www.w3.org/TR/selectors-3/#sel-disabled", + "linkingText": [ + ":disabled" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "enableddisabled", + "href": "https://www.w3.org/TR/selectors-3/#enableddisabled", + "title": "The :enabled and :disabled pseudo-classes", + "number": "6.6.4.1" + }, + "definedIn": "prose" + }, + { + "id": "sel-checked", + "href": "https://www.w3.org/TR/selectors-3/#sel-checked", + "linkingText": [ + ":checked" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "checked", + "href": "https://www.w3.org/TR/selectors-3/#checked", + "title": "The :checked pseudo-class", + "number": "6.6.4.2" + }, + "definedIn": "prose" + }, + { + "id": "structural-pseudo-classes", + "href": "https://www.w3.org/TR/selectors-3/#structural-pseudo-classes", + "linkingText": [ + "structural pseudo-classes" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "structural-pseudos", + "href": "https://www.w3.org/TR/selectors-3/#structural-pseudos", + "title": "Structural pseudo-classes", + "number": "6.6.5" + }, + "definedIn": "prose" + }, + { + "id": "sel-root", + "href": "https://www.w3.org/TR/selectors-3/#sel-root", + "linkingText": [ + ":root" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "root-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#root-pseudo", + "title": ":root pseudo-class", + "number": "6.6.5.1" + }, + "definedIn": "prose" + }, + { + "id": "sel-nth-child", + "href": "https://www.w3.org/TR/selectors-3/#sel-nth-child", + "linkingText": [ + ":nth-child()" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "nth-child-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#nth-child-pseudo", + "title": ":nth-child() pseudo-class", + "number": "6.6.5.2" + }, + "definedIn": "prose" + }, + { + "id": "sel-nth-last-child", + "href": "https://www.w3.org/TR/selectors-3/#sel-nth-last-child", + "linkingText": [ + ":nth-last-child()" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "nth-last-child-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#nth-last-child-pseudo", + "title": ":nth-last-child() pseudo-class", + "number": "6.6.5.3" + }, + "definedIn": "prose" + }, + { + "id": "sel-nth-of-type", + "href": "https://www.w3.org/TR/selectors-3/#sel-nth-of-type", + "linkingText": [ + ":nth-of-type()" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "nth-of-type-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#nth-of-type-pseudo", + "title": ":nth-of-type() pseudo-class", + "number": "6.6.5.4" + }, + "definedIn": "prose" + }, + { + "id": "sel-nth-last-of-type", + "href": "https://www.w3.org/TR/selectors-3/#sel-nth-last-of-type", + "linkingText": [ + ":nth-last-of-type()" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "nth-last-of-type-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#nth-last-of-type-pseudo", + "title": ":nth-last-of-type() pseudo-class", + "number": "6.6.5.5" + }, + "definedIn": "prose" + }, + { + "id": "sel-first-child", + "href": "https://www.w3.org/TR/selectors-3/#sel-first-child", + "linkingText": [ + ":first-child" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "first-child-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#first-child-pseudo", + "title": ":first-child pseudo-class", + "number": "6.6.5.6" + }, + "definedIn": "prose" + }, + { + "id": "sel-last-child", + "href": "https://www.w3.org/TR/selectors-3/#sel-last-child", + "linkingText": [ + ":last-child" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "last-child-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#last-child-pseudo", + "title": ":last-child pseudo-class", + "number": "6.6.5.7" + }, + "definedIn": "prose" + }, + { + "id": "sel-first-of-type", + "href": "https://www.w3.org/TR/selectors-3/#sel-first-of-type", + "linkingText": [ + ":first-of-type" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "first-of-type-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#first-of-type-pseudo", + "title": ":first-of-type pseudo-class", + "number": "6.6.5.8" + }, + "definedIn": "prose" + }, + { + "id": "sel-last-of-type", + "href": "https://www.w3.org/TR/selectors-3/#sel-last-of-type", + "linkingText": [ + ":last-of-type" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "last-of-type-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#last-of-type-pseudo", + "title": ":last-of-type pseudo-class", + "number": "6.6.5.9" + }, + "definedIn": "prose" + }, + { + "id": "sel-only-child", + "href": "https://www.w3.org/TR/selectors-3/#sel-only-child", + "linkingText": [ + ":only-child" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "only-child-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#only-child-pseudo", + "title": ":only-child pseudo-class", + "number": "6.6.5.10" + }, + "definedIn": "prose" + }, + { + "id": "sel-only-of-type", + "href": "https://www.w3.org/TR/selectors-3/#sel-only-of-type", + "linkingText": [ + ":only-of-type" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "only-of-type-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#only-of-type-pseudo", + "title": ":only-of-type pseudo-class", + "number": "6.6.5.11" + }, + "definedIn": "prose" + }, + { + "id": "sel-empty", + "href": "https://www.w3.org/TR/selectors-3/#sel-empty", + "linkingText": [ + ":empty" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "empty-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#empty-pseudo", + "title": ":empty pseudo-class", + "number": "6.6.5.12" + }, + "definedIn": "prose" + }, + { + "id": "sel-not", + "href": "https://www.w3.org/TR/selectors-3/#sel-not", + "linkingText": [ + ":not()" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "negation", + "href": "https://www.w3.org/TR/selectors-3/#negation", + "title": "The negation pseudo-class", + "number": "6.6.7" + }, + "definedIn": "prose" + }, + { + "id": "sel-first-line", + "href": "https://www.w3.org/TR/selectors-3/#sel-first-line", + "linkingText": [ + "::first-line" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "first-line", + "href": "https://www.w3.org/TR/selectors-3/#first-line", + "title": "The ::first-line pseudo-element", + "number": "7.1" + }, + "definedIn": "prose" + }, + { + "id": "first-formatted-line0", + "href": "https://www.w3.org/TR/selectors-3/#first-formatted-line0", + "linkingText": [ + "first formatted line" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "first-formatted-line", + "href": "https://www.w3.org/TR/selectors-3/#first-formatted-line", + "title": "First formatted line definition in CSS", + "number": "7.1.1" + }, + "definedIn": "prose" + }, + { + "id": "first-letter0", + "href": "https://www.w3.org/TR/selectors-3/#first-letter0", + "linkingText": [ + "::first-letter" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "first-letter", + "href": "https://www.w3.org/TR/selectors-3/#first-letter", + "title": "The ::first-letter pseudo-element", + "number": "7.2" + }, + "definedIn": "prose" + }, + { + "id": "sel-before", + "href": "https://www.w3.org/TR/selectors-3/#sel-before", + "linkingText": [ + "::before" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "gen-content", + "href": "https://www.w3.org/TR/selectors-3/#gen-content", + "title": "The ::before and ::after pseudo-elements", + "number": "7.4" + }, + "definedIn": "prose" + }, + { + "id": "sel-after", + "href": "https://www.w3.org/TR/selectors-3/#sel-after", + "linkingText": [ + "::after" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "gen-content", + "href": "https://www.w3.org/TR/selectors-3/#gen-content", + "title": "The ::before and ::after pseudo-elements", + "number": "7.4" + }, + "definedIn": "prose" + }, + { + "id": "child-combinator", + "href": "https://www.w3.org/TR/selectors-3/#child-combinator", + "linkingText": [ + "child combinator" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "child-combinators", + "href": "https://www.w3.org/TR/selectors-3/#child-combinators", + "title": "Child combinators", + "number": "8.2" + }, + "definedIn": "prose" + }, + { + "id": "next-sibling-combinator", + "href": "https://www.w3.org/TR/selectors-3/#next-sibling-combinator", + "linkingText": [ + "next-sibling combinator" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "adjacent-sibling-combinators", + "href": "https://www.w3.org/TR/selectors-3/#adjacent-sibling-combinators", + "title": "Next-sibling combinator", + "number": "8.3.1" + }, + "definedIn": "prose" + }, + { + "id": "subsequent-sibling-combinator", + "href": "https://www.w3.org/TR/selectors-3/#subsequent-sibling-combinator", + "linkingText": [ + "subsequent-sibling combinator" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "general-sibling-combinators", + "href": "https://www.w3.org/TR/selectors-3/#general-sibling-combinators", + "title": "Subsequent-sibling combinator", + "number": "8.3.2" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/selectors-nonelement-1.json b/tr/dfns/selectors-nonelement-1.json new file mode 100644 index 000000000000..23af85fac75e --- /dev/null +++ b/tr/dfns/selectors-nonelement-1.json @@ -0,0 +1,103 @@ +{ + "spec": { + "title": "Non-element Selectors Module Level 1", + "url": "https://www.w3.org/TR/selectors-nonelement-1/" + }, + "dfns": [ + { + "id": "attribute-node-selector", + "href": "https://www.w3.org/TR/selectors-nonelement-1/#attribute-node-selector", + "linkingText": [ + "attribute node selector" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "attribute-node-selectors", + "href": "https://www.w3.org/TR/selectors-nonelement-1/#attribute-node-selectors", + "title": "Attribute node selector", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "selectordef-attr", + "href": "https://www.w3.org/TR/selectors-nonelement-1/#selectordef-attr", + "linkingText": [ + "::attr()" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "attribute-node-selectors", + "href": "https://www.w3.org/TR/selectors-nonelement-1/#attribute-node-selectors", + "title": "Attribute node selector", + "number": "2.1" + }, + "definedIn": "pre" + }, + { + "id": "typedef-namespace-attr", + "href": "https://www.w3.org/TR/selectors-nonelement-1/#typedef-namespace-attr", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "attribute-node-selectors", + "href": "https://www.w3.org/TR/selectors-nonelement-1/#attribute-node-selectors", + "title": "Attribute node selector", + "number": "2.1" + }, + "definedIn": "pre" + }, + { + "id": "typedef-na-prefix", + "href": "https://www.w3.org/TR/selectors-nonelement-1/#typedef-na-prefix", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "attribute-node-selectors", + "href": "https://www.w3.org/TR/selectors-nonelement-1/#attribute-node-selectors", + "title": "Attribute node selector", + "number": "2.1" + }, + "definedIn": "pre" + }, + { + "id": "typedef-na-name", + "href": "https://www.w3.org/TR/selectors-nonelement-1/#typedef-na-name", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "attribute-node-selectors", + "href": "https://www.w3.org/TR/selectors-nonelement-1/#attribute-node-selectors", + "title": "Attribute node selector", + "number": "2.1" + }, + "definedIn": "pre" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/tc39-intl-numberformat.json b/tr/dfns/tc39-intl-numberformat.json index f03962abbe53..3923feeb0f97 100644 --- a/tr/dfns/tc39-intl-numberformat.json +++ b/tr/dfns/tc39-intl-numberformat.json @@ -19,7 +19,7 @@ "id": "sec-tointlmathematicalvalue", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-tointlmathematicalvalue", "title": "ToIntlMathematicalValue ( value )", - "number": "1.1.19" + "number": "1.5.16" }, "definedIn": "prose" } diff --git a/tr/dfns/web-locks.json b/tr/dfns/web-locks.json index 01faebcda510..377e7538cb71 100644 --- a/tr/dfns/web-locks.json +++ b/tr/dfns/web-locks.json @@ -1,12 +1,12 @@ { "spec": { "title": "Web Locks API", - "url": "https://w3c.github.io/web-locks/" + "url": "https://www.w3.org/TR/web-locks/" }, "dfns": [ { "id": "lock-task-queue", - "href": "https://w3c.github.io/web-locks/#lock-task-queue", + "href": "https://www.w3.org/TR/web-locks/#lock-task-queue", "linkingText": [ "lock task queue" ], @@ -17,7 +17,7 @@ "informative": false, "heading": { "id": "concepts", - "href": "https://w3c.github.io/web-locks/#concepts", + "href": "https://www.w3.org/TR/web-locks/#concepts", "title": "Concepts", "number": "2" }, @@ -25,7 +25,7 @@ }, { "id": "web-locks-tasks-source", - "href": "https://w3c.github.io/web-locks/#web-locks-tasks-source", + "href": "https://www.w3.org/TR/web-locks/#web-locks-tasks-source", "linkingText": [ "web locks tasks source" ], @@ -36,7 +36,7 @@ "informative": false, "heading": { "id": "concepts", - "href": "https://w3c.github.io/web-locks/#concepts", + "href": "https://www.w3.org/TR/web-locks/#concepts", "title": "Concepts", "number": "2" }, @@ -44,7 +44,7 @@ }, { "id": "resource-name", - "href": "https://w3c.github.io/web-locks/#resource-name", + "href": "https://www.w3.org/TR/web-locks/#resource-name", "linkingText": [ "resource name" ], @@ -55,7 +55,7 @@ "informative": false, "heading": { "id": "resource-names", - "href": "https://w3c.github.io/web-locks/#resource-names", + "href": "https://www.w3.org/TR/web-locks/#resource-names", "title": "Resources Names", "number": "2.1" }, @@ -63,7 +63,7 @@ }, { "id": "lock-manager", - "href": "https://w3c.github.io/web-locks/#lock-manager", + "href": "https://www.w3.org/TR/web-locks/#lock-manager", "linkingText": [ "lock manager" ], @@ -74,7 +74,7 @@ "informative": false, "heading": { "id": "lock-managers", - "href": "https://w3c.github.io/web-locks/#lock-managers", + "href": "https://www.w3.org/TR/web-locks/#lock-managers", "title": "Lock Managers", "number": "2.2" }, @@ -82,7 +82,7 @@ }, { "id": "obtain-a-lock-manager", - "href": "https://w3c.github.io/web-locks/#obtain-a-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#obtain-a-lock-manager", "linkingText": [ "obtain a lock manager" ], @@ -93,7 +93,7 @@ "informative": false, "heading": { "id": "lock-managers", - "href": "https://w3c.github.io/web-locks/#lock-managers", + "href": "https://www.w3.org/TR/web-locks/#lock-managers", "title": "Lock Managers", "number": "2.2" }, @@ -101,7 +101,7 @@ }, { "id": "mode", - "href": "https://w3c.github.io/web-locks/#mode", + "href": "https://www.w3.org/TR/web-locks/#mode", "linkingText": [ "mode" ], @@ -112,7 +112,7 @@ "informative": false, "heading": { "id": "modes-scheduling", - "href": "https://w3c.github.io/web-locks/#modes-scheduling", + "href": "https://www.w3.org/TR/web-locks/#modes-scheduling", "title": "Modes and Scheduling", "number": "2.3" }, @@ -120,7 +120,7 @@ }, { "id": "lock-concept", - "href": "https://w3c.github.io/web-locks/#lock-concept", + "href": "https://www.w3.org/TR/web-locks/#lock-concept", "linkingText": [ "lock-concept" ], @@ -131,7 +131,7 @@ "informative": false, "heading": { "id": "concept-lock", - "href": "https://w3c.github.io/web-locks/#concept-lock", + "href": "https://www.w3.org/TR/web-locks/#concept-lock", "title": "Locks", "number": "2.4" }, @@ -139,7 +139,7 @@ }, { "id": "lock-concept-agent", - "href": "https://w3c.github.io/web-locks/#lock-concept-agent", + "href": "https://www.w3.org/TR/web-locks/#lock-concept-agent", "linkingText": [ "agent" ], @@ -152,7 +152,7 @@ "informative": false, "heading": { "id": "concept-lock", - "href": "https://w3c.github.io/web-locks/#concept-lock", + "href": "https://www.w3.org/TR/web-locks/#concept-lock", "title": "Locks", "number": "2.4" }, @@ -160,7 +160,7 @@ }, { "id": "lock-concept-clientid", - "href": "https://w3c.github.io/web-locks/#lock-concept-clientid", + "href": "https://www.w3.org/TR/web-locks/#lock-concept-clientid", "linkingText": [ "clientId" ], @@ -173,7 +173,7 @@ "informative": false, "heading": { "id": "concept-lock", - "href": "https://w3c.github.io/web-locks/#concept-lock", + "href": "https://www.w3.org/TR/web-locks/#concept-lock", "title": "Locks", "number": "2.4" }, @@ -181,7 +181,7 @@ }, { "id": "lock-concept-manager", - "href": "https://w3c.github.io/web-locks/#lock-concept-manager", + "href": "https://www.w3.org/TR/web-locks/#lock-concept-manager", "linkingText": [ "manager" ], @@ -194,7 +194,7 @@ "informative": false, "heading": { "id": "concept-lock", - "href": "https://w3c.github.io/web-locks/#concept-lock", + "href": "https://www.w3.org/TR/web-locks/#concept-lock", "title": "Locks", "number": "2.4" }, @@ -202,7 +202,7 @@ }, { "id": "lock-concept-name", - "href": "https://w3c.github.io/web-locks/#lock-concept-name", + "href": "https://www.w3.org/TR/web-locks/#lock-concept-name", "linkingText": [ "name" ], @@ -215,7 +215,7 @@ "informative": false, "heading": { "id": "concept-lock", - "href": "https://w3c.github.io/web-locks/#concept-lock", + "href": "https://www.w3.org/TR/web-locks/#concept-lock", "title": "Locks", "number": "2.4" }, @@ -223,7 +223,7 @@ }, { "id": "lock-concept-mode", - "href": "https://w3c.github.io/web-locks/#lock-concept-mode", + "href": "https://www.w3.org/TR/web-locks/#lock-concept-mode", "linkingText": [ "mode" ], @@ -236,7 +236,7 @@ "informative": false, "heading": { "id": "concept-lock", - "href": "https://w3c.github.io/web-locks/#concept-lock", + "href": "https://www.w3.org/TR/web-locks/#concept-lock", "title": "Locks", "number": "2.4" }, @@ -244,7 +244,7 @@ }, { "id": "lock-concept-waiting-promise", - "href": "https://w3c.github.io/web-locks/#lock-concept-waiting-promise", + "href": "https://www.w3.org/TR/web-locks/#lock-concept-waiting-promise", "linkingText": [ "waiting promise" ], @@ -257,7 +257,7 @@ "informative": false, "heading": { "id": "concept-lock", - "href": "https://w3c.github.io/web-locks/#concept-lock", + "href": "https://www.w3.org/TR/web-locks/#concept-lock", "title": "Locks", "number": "2.4" }, @@ -265,7 +265,7 @@ }, { "id": "lock-concept-released-promise", - "href": "https://w3c.github.io/web-locks/#lock-concept-released-promise", + "href": "https://www.w3.org/TR/web-locks/#lock-concept-released-promise", "linkingText": [ "released promise" ], @@ -278,7 +278,7 @@ "informative": false, "heading": { "id": "concept-lock", - "href": "https://w3c.github.io/web-locks/#concept-lock", + "href": "https://www.w3.org/TR/web-locks/#concept-lock", "title": "Locks", "number": "2.4" }, @@ -286,7 +286,7 @@ }, { "id": "lock-manager-held-lock-set", - "href": "https://w3c.github.io/web-locks/#lock-manager-held-lock-set", + "href": "https://www.w3.org/TR/web-locks/#lock-manager-held-lock-set", "linkingText": [ "held lock set" ], @@ -299,14 +299,14 @@ "informative": false, "heading": { "id": "title", - "href": "https://w3c.github.io/web-locks/#title", + "href": "https://www.w3.org/TR/web-locks/#title", "title": "Web Locks API" }, "definedIn": "prose" }, { "id": "lock-request", - "href": "https://w3c.github.io/web-locks/#lock-request", + "href": "https://www.w3.org/TR/web-locks/#lock-request", "linkingText": [ "lock request" ], @@ -317,7 +317,7 @@ "informative": false, "heading": { "id": "concept-lock-request", - "href": "https://w3c.github.io/web-locks/#concept-lock-request", + "href": "https://www.w3.org/TR/web-locks/#concept-lock-request", "title": "Lock Requests", "number": "2.5" }, @@ -325,7 +325,7 @@ }, { "id": "lock-request-agent", - "href": "https://w3c.github.io/web-locks/#lock-request-agent", + "href": "https://www.w3.org/TR/web-locks/#lock-request-agent", "linkingText": [ "agent" ], @@ -338,7 +338,7 @@ "informative": false, "heading": { "id": "concept-lock-request", - "href": "https://w3c.github.io/web-locks/#concept-lock-request", + "href": "https://www.w3.org/TR/web-locks/#concept-lock-request", "title": "Lock Requests", "number": "2.5" }, @@ -346,7 +346,7 @@ }, { "id": "lock-request-clientid", - "href": "https://w3c.github.io/web-locks/#lock-request-clientid", + "href": "https://www.w3.org/TR/web-locks/#lock-request-clientid", "linkingText": [ "clientId" ], @@ -359,7 +359,7 @@ "informative": false, "heading": { "id": "concept-lock-request", - "href": "https://w3c.github.io/web-locks/#concept-lock-request", + "href": "https://www.w3.org/TR/web-locks/#concept-lock-request", "title": "Lock Requests", "number": "2.5" }, @@ -367,7 +367,7 @@ }, { "id": "lock-request-manager", - "href": "https://w3c.github.io/web-locks/#lock-request-manager", + "href": "https://www.w3.org/TR/web-locks/#lock-request-manager", "linkingText": [ "manager" ], @@ -380,7 +380,7 @@ "informative": false, "heading": { "id": "concept-lock-request", - "href": "https://w3c.github.io/web-locks/#concept-lock-request", + "href": "https://www.w3.org/TR/web-locks/#concept-lock-request", "title": "Lock Requests", "number": "2.5" }, @@ -388,7 +388,7 @@ }, { "id": "lock-request-name", - "href": "https://w3c.github.io/web-locks/#lock-request-name", + "href": "https://www.w3.org/TR/web-locks/#lock-request-name", "linkingText": [ "name" ], @@ -401,7 +401,7 @@ "informative": false, "heading": { "id": "concept-lock-request", - "href": "https://w3c.github.io/web-locks/#concept-lock-request", + "href": "https://www.w3.org/TR/web-locks/#concept-lock-request", "title": "Lock Requests", "number": "2.5" }, @@ -409,7 +409,7 @@ }, { "id": "lock-request-mode", - "href": "https://w3c.github.io/web-locks/#lock-request-mode", + "href": "https://www.w3.org/TR/web-locks/#lock-request-mode", "linkingText": [ "mode" ], @@ -422,7 +422,7 @@ "informative": false, "heading": { "id": "concept-lock-request", - "href": "https://w3c.github.io/web-locks/#concept-lock-request", + "href": "https://www.w3.org/TR/web-locks/#concept-lock-request", "title": "Lock Requests", "number": "2.5" }, @@ -430,7 +430,7 @@ }, { "id": "lock-request-callback", - "href": "https://w3c.github.io/web-locks/#lock-request-callback", + "href": "https://www.w3.org/TR/web-locks/#lock-request-callback", "linkingText": [ "callback" ], @@ -443,7 +443,7 @@ "informative": false, "heading": { "id": "concept-lock-request", - "href": "https://w3c.github.io/web-locks/#concept-lock-request", + "href": "https://www.w3.org/TR/web-locks/#concept-lock-request", "title": "Lock Requests", "number": "2.5" }, @@ -451,7 +451,7 @@ }, { "id": "lock-request-promise", - "href": "https://w3c.github.io/web-locks/#lock-request-promise", + "href": "https://www.w3.org/TR/web-locks/#lock-request-promise", "linkingText": [ "promise" ], @@ -464,7 +464,7 @@ "informative": false, "heading": { "id": "concept-lock-request", - "href": "https://w3c.github.io/web-locks/#concept-lock-request", + "href": "https://www.w3.org/TR/web-locks/#concept-lock-request", "title": "Lock Requests", "number": "2.5" }, @@ -472,7 +472,7 @@ }, { "id": "lock-request-signal", - "href": "https://w3c.github.io/web-locks/#lock-request-signal", + "href": "https://www.w3.org/TR/web-locks/#lock-request-signal", "linkingText": [ "signal" ], @@ -485,7 +485,7 @@ "informative": false, "heading": { "id": "concept-lock-request", - "href": "https://w3c.github.io/web-locks/#concept-lock-request", + "href": "https://www.w3.org/TR/web-locks/#concept-lock-request", "title": "Lock Requests", "number": "2.5" }, @@ -493,7 +493,7 @@ }, { "id": "lock-request-queue", - "href": "https://w3c.github.io/web-locks/#lock-request-queue", + "href": "https://www.w3.org/TR/web-locks/#lock-request-queue", "linkingText": [ "lock request queue" ], @@ -504,7 +504,7 @@ "informative": false, "heading": { "id": "concept-lock-request", - "href": "https://w3c.github.io/web-locks/#concept-lock-request", + "href": "https://www.w3.org/TR/web-locks/#concept-lock-request", "title": "Lock Requests", "number": "2.5" }, @@ -512,7 +512,7 @@ }, { "id": "lock-manager-lock-request-queue-map", - "href": "https://w3c.github.io/web-locks/#lock-manager-lock-request-queue-map", + "href": "https://www.w3.org/TR/web-locks/#lock-manager-lock-request-queue-map", "linkingText": [ "lock request queue map" ], @@ -525,7 +525,7 @@ "informative": false, "heading": { "id": "concept-lock-request", - "href": "https://w3c.github.io/web-locks/#concept-lock-request", + "href": "https://www.w3.org/TR/web-locks/#concept-lock-request", "title": "Lock Requests", "number": "2.5" }, @@ -533,7 +533,7 @@ }, { "id": "get-the-lock-request-queue", - "href": "https://w3c.github.io/web-locks/#get-the-lock-request-queue", + "href": "https://www.w3.org/TR/web-locks/#get-the-lock-request-queue", "linkingText": [ "get the lock request queue" ], @@ -544,7 +544,7 @@ "informative": false, "heading": { "id": "concept-lock-request", - "href": "https://w3c.github.io/web-locks/#concept-lock-request", + "href": "https://www.w3.org/TR/web-locks/#concept-lock-request", "title": "Lock Requests", "number": "2.5" }, @@ -552,7 +552,7 @@ }, { "id": "grantable", - "href": "https://w3c.github.io/web-locks/#grantable", + "href": "https://www.w3.org/TR/web-locks/#grantable", "linkingText": [ "grantable" ], @@ -563,7 +563,7 @@ "informative": false, "heading": { "id": "concept-lock-request", - "href": "https://w3c.github.io/web-locks/#concept-lock-request", + "href": "https://www.w3.org/TR/web-locks/#concept-lock-request", "title": "Lock Requests", "number": "2.5" }, @@ -571,7 +571,7 @@ }, { "id": "terminate-remaining-locks-and-requests", - "href": "https://w3c.github.io/web-locks/#terminate-remaining-locks-and-requests", + "href": "https://www.w3.org/TR/web-locks/#terminate-remaining-locks-and-requests", "linkingText": [ "terminate remaining locks and requests" ], @@ -582,7 +582,7 @@ "informative": false, "heading": { "id": "termination-of-locks", - "href": "https://w3c.github.io/web-locks/#termination-of-locks", + "href": "https://www.w3.org/TR/web-locks/#termination-of-locks", "title": "Termination of Locks", "number": "2.6" }, @@ -590,7 +590,7 @@ }, { "id": "navigatorlocks", - "href": "https://w3c.github.io/web-locks/#navigatorlocks", + "href": "https://www.w3.org/TR/web-locks/#navigatorlocks", "linkingText": [ "NavigatorLocks" ], @@ -601,7 +601,7 @@ "informative": false, "heading": { "id": "navigator-mixins", - "href": "https://w3c.github.io/web-locks/#navigator-mixins", + "href": "https://www.w3.org/TR/web-locks/#navigator-mixins", "title": "Navigator Mixins", "number": "3.1" }, @@ -609,7 +609,7 @@ }, { "id": "dom-navigatorlocks-locks", - "href": "https://w3c.github.io/web-locks/#dom-navigatorlocks-locks", + "href": "https://www.w3.org/TR/web-locks/#dom-navigatorlocks-locks", "linkingText": [ "locks" ], @@ -622,7 +622,7 @@ "informative": false, "heading": { "id": "navigator-mixins", - "href": "https://w3c.github.io/web-locks/#navigator-mixins", + "href": "https://www.w3.org/TR/web-locks/#navigator-mixins", "title": "Navigator Mixins", "number": "3.1" }, @@ -630,7 +630,7 @@ }, { "id": "lockmanager", - "href": "https://w3c.github.io/web-locks/#lockmanager", + "href": "https://www.w3.org/TR/web-locks/#lockmanager", "linkingText": [ "LockManager" ], @@ -641,7 +641,7 @@ "informative": false, "heading": { "id": "api-lock-manager", - "href": "https://w3c.github.io/web-locks/#api-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager", "title": "LockManager class", "number": "3.2" }, @@ -649,7 +649,7 @@ }, { "id": "dom-lockmanager-request-name-callback-name", - "href": "https://w3c.github.io/web-locks/#dom-lockmanager-request-name-callback-name", + "href": "https://www.w3.org/TR/web-locks/#dom-lockmanager-request-name-callback-name", "linkingText": [ "name" ], @@ -662,7 +662,7 @@ "informative": false, "heading": { "id": "api-lock-manager", - "href": "https://w3c.github.io/web-locks/#api-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager", "title": "LockManager class", "number": "3.2" }, @@ -670,7 +670,7 @@ }, { "id": "dom-lockmanager-request-name-callback-callback", - "href": "https://w3c.github.io/web-locks/#dom-lockmanager-request-name-callback-callback", + "href": "https://www.w3.org/TR/web-locks/#dom-lockmanager-request-name-callback-callback", "linkingText": [ "callback" ], @@ -683,7 +683,7 @@ "informative": false, "heading": { "id": "api-lock-manager", - "href": "https://w3c.github.io/web-locks/#api-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager", "title": "LockManager class", "number": "3.2" }, @@ -691,7 +691,7 @@ }, { "id": "dom-lockmanager-request-name-options-callback-name", - "href": "https://w3c.github.io/web-locks/#dom-lockmanager-request-name-options-callback-name", + "href": "https://www.w3.org/TR/web-locks/#dom-lockmanager-request-name-options-callback-name", "linkingText": [ "name" ], @@ -704,7 +704,7 @@ "informative": false, "heading": { "id": "api-lock-manager", - "href": "https://w3c.github.io/web-locks/#api-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager", "title": "LockManager class", "number": "3.2" }, @@ -712,7 +712,7 @@ }, { "id": "dom-lockmanager-request-name-options-callback-options", - "href": "https://w3c.github.io/web-locks/#dom-lockmanager-request-name-options-callback-options", + "href": "https://www.w3.org/TR/web-locks/#dom-lockmanager-request-name-options-callback-options", "linkingText": [ "options" ], @@ -725,7 +725,7 @@ "informative": false, "heading": { "id": "api-lock-manager", - "href": "https://w3c.github.io/web-locks/#api-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager", "title": "LockManager class", "number": "3.2" }, @@ -733,7 +733,7 @@ }, { "id": "dom-lockmanager-request-name-options-callback-callback", - "href": "https://w3c.github.io/web-locks/#dom-lockmanager-request-name-options-callback-callback", + "href": "https://www.w3.org/TR/web-locks/#dom-lockmanager-request-name-options-callback-callback", "linkingText": [ "callback" ], @@ -746,7 +746,7 @@ "informative": false, "heading": { "id": "api-lock-manager", - "href": "https://w3c.github.io/web-locks/#api-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager", "title": "LockManager class", "number": "3.2" }, @@ -754,7 +754,7 @@ }, { "id": "callbackdef-lockgrantedcallback", - "href": "https://w3c.github.io/web-locks/#callbackdef-lockgrantedcallback", + "href": "https://www.w3.org/TR/web-locks/#callbackdef-lockgrantedcallback", "linkingText": [ "LockGrantedCallback" ], @@ -765,7 +765,7 @@ "informative": false, "heading": { "id": "api-lock-manager", - "href": "https://w3c.github.io/web-locks/#api-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager", "title": "LockManager class", "number": "3.2" }, @@ -773,7 +773,7 @@ }, { "id": "dom-lockgrantedcallback-lock", - "href": "https://w3c.github.io/web-locks/#dom-lockgrantedcallback-lock", + "href": "https://www.w3.org/TR/web-locks/#dom-lockgrantedcallback-lock", "linkingText": [ "lock" ], @@ -786,7 +786,7 @@ "informative": false, "heading": { "id": "api-lock-manager", - "href": "https://w3c.github.io/web-locks/#api-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager", "title": "LockManager class", "number": "3.2" }, @@ -794,7 +794,7 @@ }, { "id": "enumdef-lockmode", - "href": "https://w3c.github.io/web-locks/#enumdef-lockmode", + "href": "https://www.w3.org/TR/web-locks/#enumdef-lockmode", "linkingText": [ "LockMode" ], @@ -805,7 +805,7 @@ "informative": false, "heading": { "id": "api-lock-manager", - "href": "https://w3c.github.io/web-locks/#api-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager", "title": "LockManager class", "number": "3.2" }, @@ -813,7 +813,7 @@ }, { "id": "dom-lockmode-shared", - "href": "https://w3c.github.io/web-locks/#dom-lockmode-shared", + "href": "https://www.w3.org/TR/web-locks/#dom-lockmode-shared", "linkingText": [ "\"shared\"" ], @@ -826,7 +826,7 @@ "informative": false, "heading": { "id": "api-lock-manager", - "href": "https://w3c.github.io/web-locks/#api-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager", "title": "LockManager class", "number": "3.2" }, @@ -834,7 +834,7 @@ }, { "id": "dom-lockmode-exclusive", - "href": "https://w3c.github.io/web-locks/#dom-lockmode-exclusive", + "href": "https://www.w3.org/TR/web-locks/#dom-lockmode-exclusive", "linkingText": [ "\"exclusive\"" ], @@ -847,7 +847,7 @@ "informative": false, "heading": { "id": "api-lock-manager", - "href": "https://w3c.github.io/web-locks/#api-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager", "title": "LockManager class", "number": "3.2" }, @@ -855,7 +855,7 @@ }, { "id": "dictdef-lockoptions", - "href": "https://w3c.github.io/web-locks/#dictdef-lockoptions", + "href": "https://www.w3.org/TR/web-locks/#dictdef-lockoptions", "linkingText": [ "LockOptions" ], @@ -866,7 +866,7 @@ "informative": false, "heading": { "id": "api-lock-manager", - "href": "https://w3c.github.io/web-locks/#api-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager", "title": "LockManager class", "number": "3.2" }, @@ -874,7 +874,7 @@ }, { "id": "dom-lockoptions-mode", - "href": "https://w3c.github.io/web-locks/#dom-lockoptions-mode", + "href": "https://www.w3.org/TR/web-locks/#dom-lockoptions-mode", "linkingText": [ "mode" ], @@ -887,7 +887,7 @@ "informative": false, "heading": { "id": "api-lock-manager", - "href": "https://w3c.github.io/web-locks/#api-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager", "title": "LockManager class", "number": "3.2" }, @@ -895,7 +895,7 @@ }, { "id": "dom-lockoptions-ifavailable", - "href": "https://w3c.github.io/web-locks/#dom-lockoptions-ifavailable", + "href": "https://www.w3.org/TR/web-locks/#dom-lockoptions-ifavailable", "linkingText": [ "ifAvailable" ], @@ -908,7 +908,7 @@ "informative": false, "heading": { "id": "api-lock-manager", - "href": "https://w3c.github.io/web-locks/#api-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager", "title": "LockManager class", "number": "3.2" }, @@ -916,7 +916,7 @@ }, { "id": "dom-lockoptions-steal", - "href": "https://w3c.github.io/web-locks/#dom-lockoptions-steal", + "href": "https://www.w3.org/TR/web-locks/#dom-lockoptions-steal", "linkingText": [ "steal" ], @@ -929,7 +929,7 @@ "informative": false, "heading": { "id": "api-lock-manager", - "href": "https://w3c.github.io/web-locks/#api-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager", "title": "LockManager class", "number": "3.2" }, @@ -937,7 +937,7 @@ }, { "id": "dom-lockoptions-signal", - "href": "https://w3c.github.io/web-locks/#dom-lockoptions-signal", + "href": "https://www.w3.org/TR/web-locks/#dom-lockoptions-signal", "linkingText": [ "signal" ], @@ -950,7 +950,7 @@ "informative": false, "heading": { "id": "api-lock-manager", - "href": "https://w3c.github.io/web-locks/#api-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager", "title": "LockManager class", "number": "3.2" }, @@ -958,7 +958,7 @@ }, { "id": "dictdef-lockmanagersnapshot", - "href": "https://w3c.github.io/web-locks/#dictdef-lockmanagersnapshot", + "href": "https://www.w3.org/TR/web-locks/#dictdef-lockmanagersnapshot", "linkingText": [ "LockManagerSnapshot" ], @@ -969,7 +969,7 @@ "informative": false, "heading": { "id": "api-lock-manager", - "href": "https://w3c.github.io/web-locks/#api-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager", "title": "LockManager class", "number": "3.2" }, @@ -977,7 +977,7 @@ }, { "id": "dom-lockmanagersnapshot-held", - "href": "https://w3c.github.io/web-locks/#dom-lockmanagersnapshot-held", + "href": "https://www.w3.org/TR/web-locks/#dom-lockmanagersnapshot-held", "linkingText": [ "held" ], @@ -990,7 +990,7 @@ "informative": false, "heading": { "id": "api-lock-manager", - "href": "https://w3c.github.io/web-locks/#api-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager", "title": "LockManager class", "number": "3.2" }, @@ -998,7 +998,7 @@ }, { "id": "dom-lockmanagersnapshot-pending", - "href": "https://w3c.github.io/web-locks/#dom-lockmanagersnapshot-pending", + "href": "https://www.w3.org/TR/web-locks/#dom-lockmanagersnapshot-pending", "linkingText": [ "pending" ], @@ -1011,7 +1011,7 @@ "informative": false, "heading": { "id": "api-lock-manager", - "href": "https://w3c.github.io/web-locks/#api-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager", "title": "LockManager class", "number": "3.2" }, @@ -1019,7 +1019,7 @@ }, { "id": "dictdef-lockinfo", - "href": "https://w3c.github.io/web-locks/#dictdef-lockinfo", + "href": "https://www.w3.org/TR/web-locks/#dictdef-lockinfo", "linkingText": [ "LockInfo" ], @@ -1030,7 +1030,7 @@ "informative": false, "heading": { "id": "api-lock-manager", - "href": "https://w3c.github.io/web-locks/#api-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager", "title": "LockManager class", "number": "3.2" }, @@ -1038,7 +1038,7 @@ }, { "id": "dom-lockinfo-name", - "href": "https://w3c.github.io/web-locks/#dom-lockinfo-name", + "href": "https://www.w3.org/TR/web-locks/#dom-lockinfo-name", "linkingText": [ "name" ], @@ -1051,7 +1051,7 @@ "informative": false, "heading": { "id": "api-lock-manager", - "href": "https://w3c.github.io/web-locks/#api-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager", "title": "LockManager class", "number": "3.2" }, @@ -1059,7 +1059,7 @@ }, { "id": "dom-lockinfo-mode", - "href": "https://w3c.github.io/web-locks/#dom-lockinfo-mode", + "href": "https://www.w3.org/TR/web-locks/#dom-lockinfo-mode", "linkingText": [ "mode" ], @@ -1072,7 +1072,7 @@ "informative": false, "heading": { "id": "api-lock-manager", - "href": "https://w3c.github.io/web-locks/#api-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager", "title": "LockManager class", "number": "3.2" }, @@ -1080,7 +1080,7 @@ }, { "id": "dom-lockinfo-clientid", - "href": "https://w3c.github.io/web-locks/#dom-lockinfo-clientid", + "href": "https://www.w3.org/TR/web-locks/#dom-lockinfo-clientid", "linkingText": [ "clientId" ], @@ -1093,7 +1093,7 @@ "informative": false, "heading": { "id": "api-lock-manager", - "href": "https://w3c.github.io/web-locks/#api-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager", "title": "LockManager class", "number": "3.2" }, @@ -1101,7 +1101,7 @@ }, { "id": "dom-lockmanager-request", - "href": "https://w3c.github.io/web-locks/#dom-lockmanager-request", + "href": "https://www.w3.org/TR/web-locks/#dom-lockmanager-request", "linkingText": [ "request(name, callback)" ], @@ -1114,14 +1114,14 @@ "informative": false, "heading": { "id": "title", - "href": "https://w3c.github.io/web-locks/#title", + "href": "https://www.w3.org/TR/web-locks/#title", "title": "Web Locks API" }, "definedIn": "prose" }, { "id": "dom-lockmanager-request-name-options-callback", - "href": "https://w3c.github.io/web-locks/#dom-lockmanager-request-name-options-callback", + "href": "https://www.w3.org/TR/web-locks/#dom-lockmanager-request-name-options-callback", "linkingText": [ "request(name, options, callback)" ], @@ -1134,14 +1134,14 @@ "informative": false, "heading": { "id": "title", - "href": "https://w3c.github.io/web-locks/#title", + "href": "https://www.w3.org/TR/web-locks/#title", "title": "Web Locks API" }, "definedIn": "prose" }, { "id": "dom-lockmanager-query", - "href": "https://w3c.github.io/web-locks/#dom-lockmanager-query", + "href": "https://www.w3.org/TR/web-locks/#dom-lockmanager-query", "linkingText": [ "query()" ], @@ -1154,14 +1154,14 @@ "informative": false, "heading": { "id": "title", - "href": "https://w3c.github.io/web-locks/#title", + "href": "https://www.w3.org/TR/web-locks/#title", "title": "Web Locks API" }, "definedIn": "prose" }, { "id": "lock", - "href": "https://w3c.github.io/web-locks/#lock", + "href": "https://www.w3.org/TR/web-locks/#lock", "linkingText": [ "Lock" ], @@ -1172,7 +1172,7 @@ "informative": false, "heading": { "id": "api-lock", - "href": "https://w3c.github.io/web-locks/#api-lock", + "href": "https://www.w3.org/TR/web-locks/#api-lock", "title": "Lock class", "number": "3.3" }, @@ -1180,7 +1180,7 @@ }, { "id": "dom-lock-name", - "href": "https://w3c.github.io/web-locks/#dom-lock-name", + "href": "https://www.w3.org/TR/web-locks/#dom-lock-name", "linkingText": [ "name" ], @@ -1193,7 +1193,7 @@ "informative": false, "heading": { "id": "api-lock", - "href": "https://w3c.github.io/web-locks/#api-lock", + "href": "https://www.w3.org/TR/web-locks/#api-lock", "title": "Lock class", "number": "3.3" }, @@ -1201,7 +1201,7 @@ }, { "id": "dom-lock-mode", - "href": "https://w3c.github.io/web-locks/#dom-lock-mode", + "href": "https://www.w3.org/TR/web-locks/#dom-lock-mode", "linkingText": [ "mode" ], @@ -1214,7 +1214,7 @@ "informative": false, "heading": { "id": "api-lock", - "href": "https://w3c.github.io/web-locks/#api-lock", + "href": "https://www.w3.org/TR/web-locks/#api-lock", "title": "Lock class", "number": "3.3" }, @@ -1222,7 +1222,7 @@ }, { "id": "request-a-lock", - "href": "https://w3c.github.io/web-locks/#request-a-lock", + "href": "https://www.w3.org/TR/web-locks/#request-a-lock", "linkingText": [ "request a lock" ], @@ -1233,7 +1233,7 @@ "informative": false, "heading": { "id": "algorithm-request-lock", - "href": "https://w3c.github.io/web-locks/#algorithm-request-lock", + "href": "https://www.w3.org/TR/web-locks/#algorithm-request-lock", "title": "Request a lock", "number": "4.1" }, @@ -1241,7 +1241,7 @@ }, { "id": "release-the-lock", - "href": "https://w3c.github.io/web-locks/#release-the-lock", + "href": "https://www.w3.org/TR/web-locks/#release-the-lock", "linkingText": [ "release the lock" ], @@ -1252,7 +1252,7 @@ "informative": false, "heading": { "id": "algorithm-release-lock", - "href": "https://w3c.github.io/web-locks/#algorithm-release-lock", + "href": "https://www.w3.org/TR/web-locks/#algorithm-release-lock", "title": "Release a lock", "number": "4.2" }, @@ -1260,7 +1260,7 @@ }, { "id": "abort-the-request", - "href": "https://w3c.github.io/web-locks/#abort-the-request", + "href": "https://www.w3.org/TR/web-locks/#abort-the-request", "linkingText": [ "abort the request" ], @@ -1271,7 +1271,7 @@ "informative": false, "heading": { "id": "algorithm-abort-request", - "href": "https://w3c.github.io/web-locks/#algorithm-abort-request", + "href": "https://www.w3.org/TR/web-locks/#algorithm-abort-request", "title": "Abort a request", "number": "4.3" }, @@ -1279,7 +1279,7 @@ }, { "id": "signal-to-abort-the-request", - "href": "https://w3c.github.io/web-locks/#signal-to-abort-the-request", + "href": "https://www.w3.org/TR/web-locks/#signal-to-abort-the-request", "linkingText": [ "signal to abort the request" ], @@ -1290,7 +1290,7 @@ "informative": false, "heading": { "id": "algorithm-abort-request", - "href": "https://w3c.github.io/web-locks/#algorithm-abort-request", + "href": "https://www.w3.org/TR/web-locks/#algorithm-abort-request", "title": "Abort a request", "number": "4.3" }, @@ -1298,7 +1298,7 @@ }, { "id": "process-the-lock-request-queue", - "href": "https://w3c.github.io/web-locks/#process-the-lock-request-queue", + "href": "https://www.w3.org/TR/web-locks/#process-the-lock-request-queue", "linkingText": [ "process the lock request queue" ], @@ -1309,7 +1309,7 @@ "informative": false, "heading": { "id": "algorithm-process-request", - "href": "https://w3c.github.io/web-locks/#algorithm-process-request", + "href": "https://www.w3.org/TR/web-locks/#algorithm-process-request", "title": "Process a lock request queue for a given resource name", "number": "4.4" }, @@ -1317,7 +1317,7 @@ }, { "id": "snapshot-the-lock-state", - "href": "https://w3c.github.io/web-locks/#snapshot-the-lock-state", + "href": "https://www.w3.org/TR/web-locks/#snapshot-the-lock-state", "linkingText": [ "snapshot the lock state" ], @@ -1328,7 +1328,7 @@ "informative": false, "heading": { "id": "algorithm-snapshot-state", - "href": "https://w3c.github.io/web-locks/#algorithm-snapshot-state", + "href": "https://www.w3.org/TR/web-locks/#algorithm-snapshot-state", "title": "Snapshot the lock state", "number": "4.5" }, diff --git a/tr/dfns/webnn.json b/tr/dfns/webnn.json index bd706f7852f8..ec7009c05720 100644 --- a/tr/dfns/webnn.json +++ b/tr/dfns/webnn.json @@ -1284,10 +1284,10 @@ "definedIn": "pre" }, { - "id": "mloperator", - "href": "https://www.w3.org/TR/webnn/#mloperator", + "id": "mlactivation", + "href": "https://www.w3.org/TR/webnn/#mlactivation", "linkingText": [ - "MLOperator" + "MLActivation" ], "localLinkingText": [], "type": "interface", @@ -1295,9 +1295,9 @@ "access": "public", "informative": false, "heading": { - "id": "api-mloperator", - "href": "https://www.w3.org/TR/webnn/#api-mloperator", - "title": "The MLOperator interface", + "id": "api-mlactivation", + "href": "https://www.w3.org/TR/webnn/#api-mlactivation", + "title": "The MLActivation interface", "number": "7.6" }, "definedIn": "pre" @@ -4333,10 +4333,10 @@ "definedIn": "pre" }, { - "id": "enumdef-mlrecurrentnetworkweightlayout", - "href": "https://www.w3.org/TR/webnn/#enumdef-mlrecurrentnetworkweightlayout", + "id": "enumdef-mlgruweightlayout", + "href": "https://www.w3.org/TR/webnn/#enumdef-mlgruweightlayout", "linkingText": [ - "MLRecurrentNetworkWeightLayout" + "MLGruWeightLayout" ], "localLinkingText": [], "type": "enum", @@ -4352,15 +4352,15 @@ "definedIn": "pre" }, { - "id": "dom-mlrecurrentnetworkweightlayout-zrn", - "href": "https://www.w3.org/TR/webnn/#dom-mlrecurrentnetworkweightlayout-zrn", + "id": "dom-mlgruweightlayout-zrn", + "href": "https://www.w3.org/TR/webnn/#dom-mlgruweightlayout-zrn", "linkingText": [ "\"zrn\"" ], "localLinkingText": [], "type": "enum-value", "for": [ - "MLRecurrentNetworkWeightLayout" + "MLGruWeightLayout" ], "access": "public", "informative": false, @@ -4373,15 +4373,15 @@ "definedIn": "pre" }, { - "id": "dom-mlrecurrentnetworkweightlayout-rzn", - "href": "https://www.w3.org/TR/webnn/#dom-mlrecurrentnetworkweightlayout-rzn", + "id": "dom-mlgruweightlayout-rzn", + "href": "https://www.w3.org/TR/webnn/#dom-mlgruweightlayout-rzn", "linkingText": [ "\"rzn\"" ], "localLinkingText": [], "type": "enum-value", "for": [ - "MLRecurrentNetworkWeightLayout" + "MLGruWeightLayout" ], "access": "public", "informative": false, @@ -5647,69 +5647,6 @@ }, "definedIn": "pre" }, - { - "id": "dom-mlgraphbuilder-matmul", - "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-matmul", - "linkingText": [ - "matmul(a, b)" - ], - "localLinkingText": [], - "type": "method", - "for": [ - "MLGraphBuilder" - ], - "access": "public", - "informative": false, - "heading": { - "id": "api-mlgraphbuilder-matmul", - "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-matmul", - "title": "The matmul() method", - "number": "7.7.17" - }, - "definedIn": "pre" - }, - { - "id": "dom-mlgraphbuilder-matmul-a-b-a", - "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-matmul-a-b-a", - "linkingText": [ - "a" - ], - "localLinkingText": [], - "type": "argument", - "for": [ - "MLGraphBuilder/matmul(a, b)" - ], - "access": "public", - "informative": false, - "heading": { - "id": "api-mlgraphbuilder-matmul", - "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-matmul", - "title": "The matmul() method", - "number": "7.7.17" - }, - "definedIn": "pre" - }, - { - "id": "dom-mlgraphbuilder-matmul-a-b-b", - "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-matmul-a-b-b", - "linkingText": [ - "b" - ], - "localLinkingText": [], - "type": "argument", - "for": [ - "MLGraphBuilder/matmul(a, b)" - ], - "access": "public", - "informative": false, - "heading": { - "id": "api-mlgraphbuilder-matmul", - "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-matmul", - "title": "The matmul() method", - "number": "7.7.17" - }, - "definedIn": "pre" - }, { "id": "dictdef-mllinearoptions", "href": "https://www.w3.org/TR/webnn/#dictdef-mllinearoptions", @@ -5725,7 +5662,7 @@ "id": "api-mlgraphbuilder-linear", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-linear", "title": "The linear() method", - "number": "7.7.18" + "number": "7.7.17" }, "definedIn": "pre" }, @@ -5746,7 +5683,7 @@ "id": "api-mlgraphbuilder-linear", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-linear", "title": "The linear() method", - "number": "7.7.18" + "number": "7.7.17" }, "definedIn": "pre" }, @@ -5767,7 +5704,7 @@ "id": "api-mlgraphbuilder-linear", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-linear", "title": "The linear() method", - "number": "7.7.18" + "number": "7.7.17" }, "definedIn": "pre" }, @@ -5789,7 +5726,7 @@ "id": "api-mlgraphbuilder-linear", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-linear", "title": "The linear() method", - "number": "7.7.18" + "number": "7.7.17" }, "definedIn": "pre" }, @@ -5811,7 +5748,7 @@ "id": "api-mlgraphbuilder-linear", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-linear", "title": "The linear() method", - "number": "7.7.18" + "number": "7.7.17" }, "definedIn": "pre" }, @@ -5833,7 +5770,7 @@ "id": "api-mlgraphbuilder-linear", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-linear", "title": "The linear() method", - "number": "7.7.18" + "number": "7.7.17" }, "definedIn": "pre" }, @@ -5855,7 +5792,7 @@ "id": "api-mlgraphbuilder-linear", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-linear", "title": "The linear() method", - "number": "7.7.18" + "number": "7.7.17" }, "definedIn": "pre" }, @@ -5877,15 +5814,15 @@ "id": "api-mlgraphbuilder-linear", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-linear", "title": "The linear() method", - "number": "7.7.18" + "number": "7.7.17" }, "definedIn": "pre" }, { - "id": "enumdef-mlpaddingmode", - "href": "https://www.w3.org/TR/webnn/#enumdef-mlpaddingmode", + "id": "enumdef-mllstmweightlayout", + "href": "https://www.w3.org/TR/webnn/#enumdef-mllstmweightlayout", "linkingText": [ - "MLPaddingMode" + "MLLstmWeightLayout" ], "localLinkingText": [], "type": "enum", @@ -5893,10 +5830,796 @@ "access": "public", "informative": false, "heading": { - "id": "api-mlgraphbuilder-pad", - "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pad", - "title": "The pad() method", - "number": "7.7.19" + "id": "api-mlgraphbuilder-lstm", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstm", + "title": "The lstm() method", + "number": "7.7.18" + }, + "definedIn": "pre" + }, + { + "id": "dom-mllstmweightlayout-iofg", + "href": "https://www.w3.org/TR/webnn/#dom-mllstmweightlayout-iofg", + "linkingText": [ + "\"iofg\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "MLLstmWeightLayout" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstm", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstm", + "title": "The lstm() method", + "number": "7.7.18" + }, + "definedIn": "pre" + }, + { + "id": "dom-mllstmweightlayout-ifgo", + "href": "https://www.w3.org/TR/webnn/#dom-mllstmweightlayout-ifgo", + "linkingText": [ + "\"ifgo\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "MLLstmWeightLayout" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstm", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstm", + "title": "The lstm() method", + "number": "7.7.18" + }, + "definedIn": "pre" + }, + { + "id": "dictdef-mllstmoptions", + "href": "https://www.w3.org/TR/webnn/#dictdef-mllstmoptions", + "linkingText": [ + "MLLstmOptions" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstm", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstm", + "title": "The lstm() method", + "number": "7.7.18" + }, + "definedIn": "pre" + }, + { + "id": "dom-mllstmoptions-bias", + "href": "https://www.w3.org/TR/webnn/#dom-mllstmoptions-bias", + "linkingText": [ + "bias" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "MLLstmOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstm", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstm", + "title": "The lstm() method", + "number": "7.7.18" + }, + "definedIn": "pre" + }, + { + "id": "dom-mllstmoptions-recurrentbias", + "href": "https://www.w3.org/TR/webnn/#dom-mllstmoptions-recurrentbias", + "linkingText": [ + "recurrentBias" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "MLLstmOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstm", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstm", + "title": "The lstm() method", + "number": "7.7.18" + }, + "definedIn": "pre" + }, + { + "id": "dom-mllstmoptions-peepholeweight", + "href": "https://www.w3.org/TR/webnn/#dom-mllstmoptions-peepholeweight", + "linkingText": [ + "peepholeWeight" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "MLLstmOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstm", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstm", + "title": "The lstm() method", + "number": "7.7.18" + }, + "definedIn": "pre" + }, + { + "id": "dom-mllstmoptions-initialhiddenstate", + "href": "https://www.w3.org/TR/webnn/#dom-mllstmoptions-initialhiddenstate", + "linkingText": [ + "initialHiddenState" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "MLLstmOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstm", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstm", + "title": "The lstm() method", + "number": "7.7.18" + }, + "definedIn": "pre" + }, + { + "id": "dom-mllstmoptions-initialcellstate", + "href": "https://www.w3.org/TR/webnn/#dom-mllstmoptions-initialcellstate", + "linkingText": [ + "initialCellState" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "MLLstmOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstm", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstm", + "title": "The lstm() method", + "number": "7.7.18" + }, + "definedIn": "pre" + }, + { + "id": "dom-mllstmoptions-returnsequence", + "href": "https://www.w3.org/TR/webnn/#dom-mllstmoptions-returnsequence", + "linkingText": [ + "returnSequence" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "MLLstmOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstm", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstm", + "title": "The lstm() method", + "number": "7.7.18" + }, + "definedIn": "pre" + }, + { + "id": "dom-mllstmoptions-direction", + "href": "https://www.w3.org/TR/webnn/#dom-mllstmoptions-direction", + "linkingText": [ + "direction" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "MLLstmOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstm", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstm", + "title": "The lstm() method", + "number": "7.7.18" + }, + "definedIn": "pre" + }, + { + "id": "dom-mllstmoptions-layout", + "href": "https://www.w3.org/TR/webnn/#dom-mllstmoptions-layout", + "linkingText": [ + "layout" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "MLLstmOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstm", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstm", + "title": "The lstm() method", + "number": "7.7.18" + }, + "definedIn": "pre" + }, + { + "id": "dom-mllstmoptions-activations", + "href": "https://www.w3.org/TR/webnn/#dom-mllstmoptions-activations", + "linkingText": [ + "activations" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "MLLstmOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstm", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstm", + "title": "The lstm() method", + "number": "7.7.18" + }, + "definedIn": "pre" + }, + { + "id": "dom-mlgraphbuilder-lstm", + "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstm", + "linkingText": [ + "lstm(input, weight, recurrentWeight, steps, hiddenSize, options)", + "lstm(input, weight, recurrentWeight, steps, hiddenSize)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "MLGraphBuilder" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstm", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstm", + "title": "The lstm() method", + "number": "7.7.18" + }, + "definedIn": "pre" + }, + { + "id": "dom-mlgraphbuilder-lstm-input-weight-recurrentweight-steps-hiddensize-options-input", + "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstm-input-weight-recurrentweight-steps-hiddensize-options-input", + "linkingText": [ + "input" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "MLGraphBuilder/lstm(input, weight, recurrentWeight, steps, hiddenSize, options)", + "MLGraphBuilder/lstm(input, weight, recurrentWeight, steps, hiddenSize)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstm", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstm", + "title": "The lstm() method", + "number": "7.7.18" + }, + "definedIn": "pre" + }, + { + "id": "dom-mlgraphbuilder-lstm-input-weight-recurrentweight-steps-hiddensize-options-weight", + "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstm-input-weight-recurrentweight-steps-hiddensize-options-weight", + "linkingText": [ + "weight" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "MLGraphBuilder/lstm(input, weight, recurrentWeight, steps, hiddenSize, options)", + "MLGraphBuilder/lstm(input, weight, recurrentWeight, steps, hiddenSize)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstm", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstm", + "title": "The lstm() method", + "number": "7.7.18" + }, + "definedIn": "pre" + }, + { + "id": "dom-mlgraphbuilder-lstm-input-weight-recurrentweight-steps-hiddensize-options-recurrentweight", + "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstm-input-weight-recurrentweight-steps-hiddensize-options-recurrentweight", + "linkingText": [ + "recurrentWeight" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "MLGraphBuilder/lstm(input, weight, recurrentWeight, steps, hiddenSize, options)", + "MLGraphBuilder/lstm(input, weight, recurrentWeight, steps, hiddenSize)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstm", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstm", + "title": "The lstm() method", + "number": "7.7.18" + }, + "definedIn": "pre" + }, + { + "id": "dom-mlgraphbuilder-lstm-input-weight-recurrentweight-steps-hiddensize-options-steps", + "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstm-input-weight-recurrentweight-steps-hiddensize-options-steps", + "linkingText": [ + "steps" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "MLGraphBuilder/lstm(input, weight, recurrentWeight, steps, hiddenSize, options)", + "MLGraphBuilder/lstm(input, weight, recurrentWeight, steps, hiddenSize)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstm", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstm", + "title": "The lstm() method", + "number": "7.7.18" + }, + "definedIn": "pre" + }, + { + "id": "dom-mlgraphbuilder-lstm-input-weight-recurrentweight-steps-hiddensize-options-hiddensize", + "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstm-input-weight-recurrentweight-steps-hiddensize-options-hiddensize", + "linkingText": [ + "hiddenSize" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "MLGraphBuilder/lstm(input, weight, recurrentWeight, steps, hiddenSize, options)", + "MLGraphBuilder/lstm(input, weight, recurrentWeight, steps, hiddenSize)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstm", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstm", + "title": "The lstm() method", + "number": "7.7.18" + }, + "definedIn": "pre" + }, + { + "id": "dom-mlgraphbuilder-lstm-input-weight-recurrentweight-steps-hiddensize-options-options", + "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstm-input-weight-recurrentweight-steps-hiddensize-options-options", + "linkingText": [ + "options" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "MLGraphBuilder/lstm(input, weight, recurrentWeight, steps, hiddenSize, options)", + "MLGraphBuilder/lstm(input, weight, recurrentWeight, steps, hiddenSize)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstm", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstm", + "title": "The lstm() method", + "number": "7.7.18" + }, + "definedIn": "pre" + }, + { + "id": "dictdef-mllstmcelloptions", + "href": "https://www.w3.org/TR/webnn/#dictdef-mllstmcelloptions", + "linkingText": [ + "MLLstmCellOptions" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstmcell", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstmcell", + "title": "The lstmCell() method", + "number": "7.7.19" + }, + "definedIn": "pre" + }, + { + "id": "dom-mllstmcelloptions-bias", + "href": "https://www.w3.org/TR/webnn/#dom-mllstmcelloptions-bias", + "linkingText": [ + "bias" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "MLLstmCellOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstmcell", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstmcell", + "title": "The lstmCell() method", + "number": "7.7.19" + }, + "definedIn": "pre" + }, + { + "id": "dom-mllstmcelloptions-recurrentbias", + "href": "https://www.w3.org/TR/webnn/#dom-mllstmcelloptions-recurrentbias", + "linkingText": [ + "recurrentBias" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "MLLstmCellOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstmcell", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstmcell", + "title": "The lstmCell() method", + "number": "7.7.19" + }, + "definedIn": "pre" + }, + { + "id": "dom-mllstmcelloptions-peepholeweight", + "href": "https://www.w3.org/TR/webnn/#dom-mllstmcelloptions-peepholeweight", + "linkingText": [ + "peepholeWeight" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "MLLstmCellOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstmcell", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstmcell", + "title": "The lstmCell() method", + "number": "7.7.19" + }, + "definedIn": "pre" + }, + { + "id": "dom-mllstmcelloptions-layout", + "href": "https://www.w3.org/TR/webnn/#dom-mllstmcelloptions-layout", + "linkingText": [ + "layout" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "MLLstmCellOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstmcell", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstmcell", + "title": "The lstmCell() method", + "number": "7.7.19" + }, + "definedIn": "pre" + }, + { + "id": "dom-mllstmcelloptions-activations", + "href": "https://www.w3.org/TR/webnn/#dom-mllstmcelloptions-activations", + "linkingText": [ + "activations" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "MLLstmCellOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstmcell", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstmcell", + "title": "The lstmCell() method", + "number": "7.7.19" + }, + "definedIn": "pre" + }, + { + "id": "dom-mlgraphbuilder-lstmcell", + "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstmcell", + "linkingText": [ + "lstmCell(input, weight, recurrentWeight, hiddenState, cellState, hiddenSize, options)", + "lstmCell(input, weight, recurrentWeight, hiddenState, cellState, hiddenSize)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "MLGraphBuilder" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstmcell", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstmcell", + "title": "The lstmCell() method", + "number": "7.7.19" + }, + "definedIn": "pre" + }, + { + "id": "dom-mlgraphbuilder-lstmcell-input-weight-recurrentweight-hiddenstate-cellstate-hiddensize-options-input", + "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstmcell-input-weight-recurrentweight-hiddenstate-cellstate-hiddensize-options-input", + "linkingText": [ + "input" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "MLGraphBuilder/lstmCell(input, weight, recurrentWeight, hiddenState, cellState, hiddenSize, options)", + "MLGraphBuilder/lstmCell(input, weight, recurrentWeight, hiddenState, cellState, hiddenSize)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstmcell", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstmcell", + "title": "The lstmCell() method", + "number": "7.7.19" + }, + "definedIn": "pre" + }, + { + "id": "dom-mlgraphbuilder-lstmcell-input-weight-recurrentweight-hiddenstate-cellstate-hiddensize-options-weight", + "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstmcell-input-weight-recurrentweight-hiddenstate-cellstate-hiddensize-options-weight", + "linkingText": [ + "weight" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "MLGraphBuilder/lstmCell(input, weight, recurrentWeight, hiddenState, cellState, hiddenSize, options)", + "MLGraphBuilder/lstmCell(input, weight, recurrentWeight, hiddenState, cellState, hiddenSize)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstmcell", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstmcell", + "title": "The lstmCell() method", + "number": "7.7.19" + }, + "definedIn": "pre" + }, + { + "id": "dom-mlgraphbuilder-lstmcell-input-weight-recurrentweight-hiddenstate-cellstate-hiddensize-options-recurrentweight", + "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstmcell-input-weight-recurrentweight-hiddenstate-cellstate-hiddensize-options-recurrentweight", + "linkingText": [ + "recurrentWeight" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "MLGraphBuilder/lstmCell(input, weight, recurrentWeight, hiddenState, cellState, hiddenSize, options)", + "MLGraphBuilder/lstmCell(input, weight, recurrentWeight, hiddenState, cellState, hiddenSize)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstmcell", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstmcell", + "title": "The lstmCell() method", + "number": "7.7.19" + }, + "definedIn": "pre" + }, + { + "id": "dom-mlgraphbuilder-lstmcell-input-weight-recurrentweight-hiddenstate-cellstate-hiddensize-options-hiddenstate", + "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstmcell-input-weight-recurrentweight-hiddenstate-cellstate-hiddensize-options-hiddenstate", + "linkingText": [ + "hiddenState" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "MLGraphBuilder/lstmCell(input, weight, recurrentWeight, hiddenState, cellState, hiddenSize, options)", + "MLGraphBuilder/lstmCell(input, weight, recurrentWeight, hiddenState, cellState, hiddenSize)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstmcell", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstmcell", + "title": "The lstmCell() method", + "number": "7.7.19" + }, + "definedIn": "pre" + }, + { + "id": "dom-mlgraphbuilder-lstmcell-input-weight-recurrentweight-hiddenstate-cellstate-hiddensize-options-cellstate", + "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstmcell-input-weight-recurrentweight-hiddenstate-cellstate-hiddensize-options-cellstate", + "linkingText": [ + "cellState" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "MLGraphBuilder/lstmCell(input, weight, recurrentWeight, hiddenState, cellState, hiddenSize, options)", + "MLGraphBuilder/lstmCell(input, weight, recurrentWeight, hiddenState, cellState, hiddenSize)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstmcell", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstmcell", + "title": "The lstmCell() method", + "number": "7.7.19" + }, + "definedIn": "pre" + }, + { + "id": "dom-mlgraphbuilder-lstmcell-input-weight-recurrentweight-hiddenstate-cellstate-hiddensize-options-hiddensize", + "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstmcell-input-weight-recurrentweight-hiddenstate-cellstate-hiddensize-options-hiddensize", + "linkingText": [ + "hiddenSize" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "MLGraphBuilder/lstmCell(input, weight, recurrentWeight, hiddenState, cellState, hiddenSize, options)", + "MLGraphBuilder/lstmCell(input, weight, recurrentWeight, hiddenState, cellState, hiddenSize)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstmcell", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstmcell", + "title": "The lstmCell() method", + "number": "7.7.19" + }, + "definedIn": "pre" + }, + { + "id": "dom-mlgraphbuilder-lstmcell-input-weight-recurrentweight-hiddenstate-cellstate-hiddensize-options-options", + "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstmcell-input-weight-recurrentweight-hiddenstate-cellstate-hiddensize-options-options", + "linkingText": [ + "options" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "MLGraphBuilder/lstmCell(input, weight, recurrentWeight, hiddenState, cellState, hiddenSize, options)", + "MLGraphBuilder/lstmCell(input, weight, recurrentWeight, hiddenState, cellState, hiddenSize)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-lstmcell", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstmcell", + "title": "The lstmCell() method", + "number": "7.7.19" + }, + "definedIn": "pre" + }, + { + "id": "dom-mlgraphbuilder-matmul", + "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-matmul", + "linkingText": [ + "matmul(a, b)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "MLGraphBuilder" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-matmul", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-matmul", + "title": "The matmul() method", + "number": "7.7.20" + }, + "definedIn": "pre" + }, + { + "id": "dom-mlgraphbuilder-matmul-a-b-a", + "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-matmul-a-b-a", + "linkingText": [ + "a" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "MLGraphBuilder/matmul(a, b)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-matmul", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-matmul", + "title": "The matmul() method", + "number": "7.7.20" + }, + "definedIn": "pre" + }, + { + "id": "dom-mlgraphbuilder-matmul-a-b-b", + "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-matmul-a-b-b", + "linkingText": [ + "b" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "MLGraphBuilder/matmul(a, b)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-matmul", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-matmul", + "title": "The matmul() method", + "number": "7.7.20" + }, + "definedIn": "pre" + }, + { + "id": "enumdef-mlpaddingmode", + "href": "https://www.w3.org/TR/webnn/#enumdef-mlpaddingmode", + "linkingText": [ + "MLPaddingMode" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-pad", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pad", + "title": "The pad() method", + "number": "7.7.21" }, "definedIn": "pre" }, @@ -5917,7 +6640,7 @@ "id": "api-mlgraphbuilder-pad", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pad", "title": "The pad() method", - "number": "7.7.19" + "number": "7.7.21" }, "definedIn": "pre" }, @@ -5938,7 +6661,7 @@ "id": "api-mlgraphbuilder-pad", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pad", "title": "The pad() method", - "number": "7.7.19" + "number": "7.7.21" }, "definedIn": "pre" }, @@ -5959,7 +6682,7 @@ "id": "api-mlgraphbuilder-pad", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pad", "title": "The pad() method", - "number": "7.7.19" + "number": "7.7.21" }, "definedIn": "pre" }, @@ -5980,7 +6703,7 @@ "id": "api-mlgraphbuilder-pad", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pad", "title": "The pad() method", - "number": "7.7.19" + "number": "7.7.21" }, "definedIn": "pre" }, @@ -5999,7 +6722,7 @@ "id": "api-mlgraphbuilder-pad", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pad", "title": "The pad() method", - "number": "7.7.19" + "number": "7.7.21" }, "definedIn": "pre" }, @@ -6020,7 +6743,7 @@ "id": "api-mlgraphbuilder-pad", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pad", "title": "The pad() method", - "number": "7.7.19" + "number": "7.7.21" }, "definedIn": "pre" }, @@ -6041,7 +6764,7 @@ "id": "api-mlgraphbuilder-pad", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pad", "title": "The pad() method", - "number": "7.7.19" + "number": "7.7.21" }, "definedIn": "pre" }, @@ -6063,7 +6786,7 @@ "id": "api-mlgraphbuilder-pad", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pad", "title": "The pad() method", - "number": "7.7.19" + "number": "7.7.21" }, "definedIn": "pre" }, @@ -6085,7 +6808,7 @@ "id": "api-mlgraphbuilder-pad", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pad", "title": "The pad() method", - "number": "7.7.19" + "number": "7.7.21" }, "definedIn": "pre" }, @@ -6107,7 +6830,7 @@ "id": "api-mlgraphbuilder-pad", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pad", "title": "The pad() method", - "number": "7.7.19" + "number": "7.7.21" }, "definedIn": "pre" }, @@ -6129,7 +6852,7 @@ "id": "api-mlgraphbuilder-pad", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pad", "title": "The pad() method", - "number": "7.7.19" + "number": "7.7.21" }, "definedIn": "pre" }, @@ -6148,7 +6871,7 @@ "id": "api-mlgraphbuilder-pool2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", "title": "Pooling operations", - "number": "7.7.20" + "number": "7.7.22" }, "definedIn": "pre" }, @@ -6169,7 +6892,7 @@ "id": "api-mlgraphbuilder-pool2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", "title": "Pooling operations", - "number": "7.7.20" + "number": "7.7.22" }, "definedIn": "pre" }, @@ -6190,7 +6913,7 @@ "id": "api-mlgraphbuilder-pool2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", "title": "Pooling operations", - "number": "7.7.20" + "number": "7.7.22" }, "definedIn": "pre" }, @@ -6209,7 +6932,7 @@ "id": "api-mlgraphbuilder-pool2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", "title": "Pooling operations", - "number": "7.7.20" + "number": "7.7.22" }, "definedIn": "pre" }, @@ -6230,7 +6953,7 @@ "id": "api-mlgraphbuilder-pool2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", "title": "Pooling operations", - "number": "7.7.20" + "number": "7.7.22" }, "definedIn": "pre" }, @@ -6251,7 +6974,7 @@ "id": "api-mlgraphbuilder-pool2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", "title": "Pooling operations", - "number": "7.7.20" + "number": "7.7.22" }, "definedIn": "pre" }, @@ -6272,7 +6995,7 @@ "id": "api-mlgraphbuilder-pool2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", "title": "Pooling operations", - "number": "7.7.20" + "number": "7.7.22" }, "definedIn": "pre" }, @@ -6293,7 +7016,7 @@ "id": "api-mlgraphbuilder-pool2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", "title": "Pooling operations", - "number": "7.7.20" + "number": "7.7.22" }, "definedIn": "pre" }, @@ -6314,7 +7037,7 @@ "id": "api-mlgraphbuilder-pool2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", "title": "Pooling operations", - "number": "7.7.20" + "number": "7.7.22" }, "definedIn": "pre" }, @@ -6335,7 +7058,7 @@ "id": "api-mlgraphbuilder-pool2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", "title": "Pooling operations", - "number": "7.7.20" + "number": "7.7.22" }, "definedIn": "pre" }, @@ -6356,7 +7079,7 @@ "id": "api-mlgraphbuilder-pool2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", "title": "Pooling operations", - "number": "7.7.20" + "number": "7.7.22" }, "definedIn": "pre" }, @@ -6377,7 +7100,7 @@ "id": "api-mlgraphbuilder-pool2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", "title": "Pooling operations", - "number": "7.7.20" + "number": "7.7.22" }, "definedIn": "pre" }, @@ -6399,7 +7122,7 @@ "id": "api-mlgraphbuilder-pool2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", "title": "Pooling operations", - "number": "7.7.20" + "number": "7.7.22" }, "definedIn": "pre" }, @@ -6421,7 +7144,7 @@ "id": "api-mlgraphbuilder-pool2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", "title": "Pooling operations", - "number": "7.7.20" + "number": "7.7.22" }, "definedIn": "pre" }, @@ -6443,7 +7166,7 @@ "id": "api-mlgraphbuilder-pool2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", "title": "Pooling operations", - "number": "7.7.20" + "number": "7.7.22" }, "definedIn": "pre" }, @@ -6465,7 +7188,7 @@ "id": "api-mlgraphbuilder-pool2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", "title": "Pooling operations", - "number": "7.7.20" + "number": "7.7.22" }, "definedIn": "pre" }, @@ -6487,7 +7210,7 @@ "id": "api-mlgraphbuilder-pool2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", "title": "Pooling operations", - "number": "7.7.20" + "number": "7.7.22" }, "definedIn": "pre" }, @@ -6509,7 +7232,7 @@ "id": "api-mlgraphbuilder-pool2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", "title": "Pooling operations", - "number": "7.7.20" + "number": "7.7.22" }, "definedIn": "pre" }, @@ -6531,7 +7254,7 @@ "id": "api-mlgraphbuilder-pool2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", "title": "Pooling operations", - "number": "7.7.20" + "number": "7.7.22" }, "definedIn": "pre" }, @@ -6553,7 +7276,7 @@ "id": "api-mlgraphbuilder-pool2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", "title": "Pooling operations", - "number": "7.7.20" + "number": "7.7.22" }, "definedIn": "pre" }, @@ -6575,7 +7298,7 @@ "id": "api-mlgraphbuilder-pool2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", "title": "Pooling operations", - "number": "7.7.20" + "number": "7.7.22" }, "definedIn": "pre" }, @@ -6594,7 +7317,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -6615,7 +7338,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -6636,7 +7359,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -6658,7 +7381,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -6680,7 +7403,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -6702,7 +7425,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -6724,7 +7447,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -6746,7 +7469,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -6768,7 +7491,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -6790,7 +7513,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -6812,7 +7535,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -6834,7 +7557,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -6856,7 +7579,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -6878,7 +7601,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -6900,7 +7623,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -6922,7 +7645,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -6944,7 +7667,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -6966,7 +7689,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -6988,7 +7711,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -7010,7 +7733,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -7032,7 +7755,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -7054,7 +7777,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -7076,7 +7799,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -7098,7 +7821,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -7120,7 +7843,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -7142,7 +7865,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -7164,7 +7887,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -7186,7 +7909,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -7208,7 +7931,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -7230,7 +7953,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -7252,7 +7975,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -7274,7 +7997,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -7296,7 +8019,7 @@ "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, "definedIn": "pre" }, @@ -7317,7 +8040,7 @@ "id": "api-mlgraphbuilder-relu", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-relu", "title": "The relu() method", - "number": "7.7.22" + "number": "7.7.24" }, "definedIn": "pre" }, @@ -7338,7 +8061,7 @@ "id": "api-mlgraphbuilder-relu", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-relu", "title": "The relu() method", - "number": "7.7.22" + "number": "7.7.24" }, "definedIn": "pre" }, @@ -7359,7 +8082,7 @@ "id": "api-mlgraphbuilder-relu", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-relu", "title": "The relu() method", - "number": "7.7.22" + "number": "7.7.24" }, "definedIn": "pre" }, @@ -7378,7 +8101,7 @@ "id": "api-mlgraphbuilder-resample2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", "title": "The resample2d() method", - "number": "7.7.23" + "number": "7.7.25" }, "definedIn": "pre" }, @@ -7399,7 +8122,7 @@ "id": "api-mlgraphbuilder-resample2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", "title": "The resample2d() method", - "number": "7.7.23" + "number": "7.7.25" }, "definedIn": "pre" }, @@ -7420,7 +8143,7 @@ "id": "api-mlgraphbuilder-resample2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", "title": "The resample2d() method", - "number": "7.7.23" + "number": "7.7.25" }, "definedIn": "pre" }, @@ -7439,7 +8162,7 @@ "id": "api-mlgraphbuilder-resample2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", "title": "The resample2d() method", - "number": "7.7.23" + "number": "7.7.25" }, "definedIn": "pre" }, @@ -7460,7 +8183,7 @@ "id": "api-mlgraphbuilder-resample2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", "title": "The resample2d() method", - "number": "7.7.23" + "number": "7.7.25" }, "definedIn": "pre" }, @@ -7481,7 +8204,7 @@ "id": "api-mlgraphbuilder-resample2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", "title": "The resample2d() method", - "number": "7.7.23" + "number": "7.7.25" }, "definedIn": "pre" }, @@ -7502,7 +8225,7 @@ "id": "api-mlgraphbuilder-resample2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", "title": "The resample2d() method", - "number": "7.7.23" + "number": "7.7.25" }, "definedIn": "pre" }, @@ -7523,7 +8246,7 @@ "id": "api-mlgraphbuilder-resample2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", "title": "The resample2d() method", - "number": "7.7.23" + "number": "7.7.25" }, "definedIn": "pre" }, @@ -7545,7 +8268,7 @@ "id": "api-mlgraphbuilder-resample2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", "title": "The resample2d() method", - "number": "7.7.23" + "number": "7.7.25" }, "definedIn": "pre" }, @@ -7567,7 +8290,7 @@ "id": "api-mlgraphbuilder-resample2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", "title": "The resample2d() method", - "number": "7.7.23" + "number": "7.7.25" }, "definedIn": "pre" }, @@ -7589,7 +8312,7 @@ "id": "api-mlgraphbuilder-resample2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", "title": "The resample2d() method", - "number": "7.7.23" + "number": "7.7.25" }, "definedIn": "pre" }, @@ -7610,7 +8333,7 @@ "id": "api-mlgraphbuilder-reshape", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reshape", "title": "The reshape() method", - "number": "7.7.24" + "number": "7.7.26" }, "definedIn": "pre" }, @@ -7631,7 +8354,7 @@ "id": "api-mlgraphbuilder-reshape", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reshape", "title": "The reshape() method", - "number": "7.7.24" + "number": "7.7.26" }, "definedIn": "pre" }, @@ -7652,7 +8375,7 @@ "id": "api-mlgraphbuilder-reshape", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reshape", "title": "The reshape() method", - "number": "7.7.24" + "number": "7.7.26" }, "definedIn": "pre" }, @@ -7673,7 +8396,7 @@ "id": "api-mlgraphbuilder-sigmoid", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-sigmoid", "title": "The sigmoid() method", - "number": "7.7.25" + "number": "7.7.27" }, "definedIn": "pre" }, @@ -7694,7 +8417,7 @@ "id": "api-mlgraphbuilder-sigmoid", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-sigmoid", "title": "The sigmoid() method", - "number": "7.7.25" + "number": "7.7.27" }, "definedIn": "pre" }, @@ -7715,7 +8438,7 @@ "id": "api-mlgraphbuilder-sigmoid", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-sigmoid", "title": "The sigmoid() method", - "number": "7.7.25" + "number": "7.7.27" }, "definedIn": "pre" }, @@ -7734,7 +8457,7 @@ "id": "api-mlgraphbuilder-slice", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-slice", "title": "The slice() method", - "number": "7.7.26" + "number": "7.7.28" }, "definedIn": "pre" }, @@ -7755,7 +8478,7 @@ "id": "api-mlgraphbuilder-slice", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-slice", "title": "The slice() method", - "number": "7.7.26" + "number": "7.7.28" }, "definedIn": "pre" }, @@ -7777,7 +8500,7 @@ "id": "api-mlgraphbuilder-slice", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-slice", "title": "The slice() method", - "number": "7.7.26" + "number": "7.7.28" }, "definedIn": "pre" }, @@ -7799,7 +8522,7 @@ "id": "api-mlgraphbuilder-slice", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-slice", "title": "The slice() method", - "number": "7.7.26" + "number": "7.7.28" }, "definedIn": "pre" }, @@ -7821,7 +8544,7 @@ "id": "api-mlgraphbuilder-slice", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-slice", "title": "The slice() method", - "number": "7.7.26" + "number": "7.7.28" }, "definedIn": "pre" }, @@ -7843,7 +8566,7 @@ "id": "api-mlgraphbuilder-slice", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-slice", "title": "The slice() method", - "number": "7.7.26" + "number": "7.7.28" }, "definedIn": "pre" }, @@ -7865,7 +8588,7 @@ "id": "api-mlgraphbuilder-slice", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-slice", "title": "The slice() method", - "number": "7.7.26" + "number": "7.7.28" }, "definedIn": "pre" }, @@ -7886,7 +8609,7 @@ "id": "api-mlgraphbuilder-softmax", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softmax", "title": "The softmax() method", - "number": "7.7.27" + "number": "7.7.29" }, "definedIn": "pre" }, @@ -7907,7 +8630,28 @@ "id": "api-mlgraphbuilder-softmax", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softmax", "title": "The softmax() method", - "number": "7.7.27" + "number": "7.7.29" + }, + "definedIn": "pre" + }, + { + "id": "dom-mlgraphbuilder-softmax①", + "href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-softmax%E2%91%A0", + "linkingText": [ + "softmax()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "MLGraphBuilder" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-mlgraphbuilder-softmax", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softmax", + "title": "The softmax() method", + "number": "7.7.29" }, "definedIn": "pre" }, @@ -7926,7 +8670,7 @@ "id": "api-mlgraphbuilder-softplus", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softplus", "title": "The softplus() method", - "number": "7.7.28" + "number": "7.7.30" }, "definedIn": "pre" }, @@ -7947,7 +8691,7 @@ "id": "api-mlgraphbuilder-softplus", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softplus", "title": "The softplus() method", - "number": "7.7.28" + "number": "7.7.30" }, "definedIn": "pre" }, @@ -7969,7 +8713,7 @@ "id": "api-mlgraphbuilder-softplus", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softplus", "title": "The softplus() method", - "number": "7.7.28" + "number": "7.7.30" }, "definedIn": "pre" }, @@ -7991,7 +8735,7 @@ "id": "api-mlgraphbuilder-softplus", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softplus", "title": "The softplus() method", - "number": "7.7.28" + "number": "7.7.30" }, "definedIn": "pre" }, @@ -8013,7 +8757,7 @@ "id": "api-mlgraphbuilder-softplus", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softplus", "title": "The softplus() method", - "number": "7.7.28" + "number": "7.7.30" }, "definedIn": "pre" }, @@ -8035,7 +8779,7 @@ "id": "api-mlgraphbuilder-softplus", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softplus", "title": "The softplus() method", - "number": "7.7.28" + "number": "7.7.30" }, "definedIn": "pre" }, @@ -8057,7 +8801,7 @@ "id": "api-mlgraphbuilder-softplus", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softplus", "title": "The softplus() method", - "number": "7.7.28" + "number": "7.7.30" }, "definedIn": "pre" }, @@ -8078,7 +8822,7 @@ "id": "api-mlgraphbuilder-softsign", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softsign", "title": "The softsign() method", - "number": "7.7.29" + "number": "7.7.31" }, "definedIn": "pre" }, @@ -8099,7 +8843,7 @@ "id": "api-mlgraphbuilder-softsign", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softsign", "title": "The softsign() method", - "number": "7.7.29" + "number": "7.7.31" }, "definedIn": "pre" }, @@ -8120,7 +8864,7 @@ "id": "api-mlgraphbuilder-softsign", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softsign", "title": "The softsign() method", - "number": "7.7.29" + "number": "7.7.31" }, "definedIn": "pre" }, @@ -8139,7 +8883,7 @@ "id": "api-mlgraphbuilder-split", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-split", "title": "The split() method", - "number": "7.7.30" + "number": "7.7.32" }, "definedIn": "pre" }, @@ -8160,7 +8904,7 @@ "id": "api-mlgraphbuilder-split", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-split", "title": "The split() method", - "number": "7.7.30" + "number": "7.7.32" }, "definedIn": "pre" }, @@ -8182,7 +8926,7 @@ "id": "api-mlgraphbuilder-split", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-split", "title": "The split() method", - "number": "7.7.30" + "number": "7.7.32" }, "definedIn": "pre" }, @@ -8204,7 +8948,7 @@ "id": "api-mlgraphbuilder-split", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-split", "title": "The split() method", - "number": "7.7.30" + "number": "7.7.32" }, "definedIn": "pre" }, @@ -8226,7 +8970,7 @@ "id": "api-mlgraphbuilder-split", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-split", "title": "The split() method", - "number": "7.7.30" + "number": "7.7.32" }, "definedIn": "pre" }, @@ -8248,7 +8992,7 @@ "id": "api-mlgraphbuilder-split", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-split", "title": "The split() method", - "number": "7.7.30" + "number": "7.7.32" }, "definedIn": "pre" }, @@ -8267,7 +9011,7 @@ "id": "api-mlgraphbuilder-squeeze", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-squeeze", "title": "The squeeze() method", - "number": "7.7.31" + "number": "7.7.33" }, "definedIn": "pre" }, @@ -8288,7 +9032,7 @@ "id": "api-mlgraphbuilder-squeeze", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-squeeze", "title": "The squeeze() method", - "number": "7.7.31" + "number": "7.7.33" }, "definedIn": "pre" }, @@ -8310,7 +9054,7 @@ "id": "api-mlgraphbuilder-squeeze", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-squeeze", "title": "The squeeze() method", - "number": "7.7.31" + "number": "7.7.33" }, "definedIn": "pre" }, @@ -8332,7 +9076,7 @@ "id": "api-mlgraphbuilder-squeeze", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-squeeze", "title": "The squeeze() method", - "number": "7.7.31" + "number": "7.7.33" }, "definedIn": "pre" }, @@ -8354,7 +9098,7 @@ "id": "api-mlgraphbuilder-squeeze", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-squeeze", "title": "The squeeze() method", - "number": "7.7.31" + "number": "7.7.33" }, "definedIn": "pre" }, @@ -8375,7 +9119,7 @@ "id": "api-mlgraphbuilder-tanh", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-tanh", "title": "The tanh() method", - "number": "7.7.32" + "number": "7.7.34" }, "definedIn": "pre" }, @@ -8396,7 +9140,7 @@ "id": "api-mlgraphbuilder-tanh", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-tanh", "title": "The tanh() method", - "number": "7.7.32" + "number": "7.7.34" }, "definedIn": "pre" }, @@ -8417,7 +9161,7 @@ "id": "api-mlgraphbuilder-tanh", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-tanh", "title": "The tanh() method", - "number": "7.7.32" + "number": "7.7.34" }, "definedIn": "pre" }, @@ -8436,7 +9180,7 @@ "id": "api-mlgraphbuilder-transpose", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-transpose", "title": "The transpose() method", - "number": "7.7.33" + "number": "7.7.35" }, "definedIn": "pre" }, @@ -8457,7 +9201,7 @@ "id": "api-mlgraphbuilder-transpose", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-transpose", "title": "The transpose() method", - "number": "7.7.33" + "number": "7.7.35" }, "definedIn": "pre" }, @@ -8479,7 +9223,7 @@ "id": "api-mlgraphbuilder-transpose", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-transpose", "title": "The transpose() method", - "number": "7.7.33" + "number": "7.7.35" }, "definedIn": "pre" }, @@ -8501,7 +9245,7 @@ "id": "api-mlgraphbuilder-transpose", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-transpose", "title": "The transpose() method", - "number": "7.7.33" + "number": "7.7.35" }, "definedIn": "pre" }, @@ -8523,7 +9267,7 @@ "id": "api-mlgraphbuilder-transpose", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-transpose", "title": "The transpose() method", - "number": "7.7.33" + "number": "7.7.35" }, "definedIn": "pre" }, diff --git a/tr/dfns/webrtc-stats.json b/tr/dfns/webrtc-stats.json index 4ae7c3fce163..78cc18a0c127 100644 --- a/tr/dfns/webrtc-stats.json +++ b/tr/dfns/webrtc-stats.json @@ -127,7 +127,7 @@ "localLinkingText": [], "type": "dictionary", "for": [], - "access": "public", + "access": "private", "informative": true, "heading": { "id": "basic-concepts", @@ -135,7 +135,7 @@ "title": "Basic concepts", "number": "4" }, - "definedIn": "pre" + "definedIn": "prose" }, { "id": "dom-rtcstats-timestamp", diff --git a/tr/headings/CSP3.json b/tr/headings/CSP3.json index 98dc57506456..a93a297fc776 100644 --- a/tr/headings/CSP3.json +++ b/tr/headings/CSP3.json @@ -540,166 +540,145 @@ "title": "object-src Post-request check", "number": "6.1.9.2" }, - { - "id": "directive-prefetch-src", - "href": "https://www.w3.org/TR/CSP3/#directive-prefetch-src", - "level": 4, - "title": "prefetch-src", - "number": "6.1.10" - }, - { - "id": "prefetch-src-pre-request", - "href": "https://www.w3.org/TR/CSP3/#prefetch-src-pre-request", - "level": 5, - "title": "prefetch-src Pre-request check", - "number": "6.1.10.1" - }, - { - "id": "prefetch-src-post-request", - "href": "https://www.w3.org/TR/CSP3/#prefetch-src-post-request", - "level": 5, - "title": "prefetch-src Post-request check", - "number": "6.1.10.2" - }, { "id": "directive-script-src", "href": "https://www.w3.org/TR/CSP3/#directive-script-src", "level": 4, "title": "script-src", - "number": "6.1.11" + "number": "6.1.10" }, { "id": "script-src-pre-request", "href": "https://www.w3.org/TR/CSP3/#script-src-pre-request", "level": 5, "title": "script-src Pre-request check", - "number": "6.1.11.1" + "number": "6.1.10.1" }, { "id": "script-src-post-request", "href": "https://www.w3.org/TR/CSP3/#script-src-post-request", "level": 5, "title": "script-src Post-request check", - "number": "6.1.11.2" + "number": "6.1.10.2" }, { "id": "script-src-inline", "href": "https://www.w3.org/TR/CSP3/#script-src-inline", "level": 5, "title": "script-src Inline Check", - "number": "6.1.11.3" + "number": "6.1.10.3" }, { "id": "directive-script-src-elem", "href": "https://www.w3.org/TR/CSP3/#directive-script-src-elem", "level": 4, "title": "script-src-elem", - "number": "6.1.12" + "number": "6.1.11" }, { "id": "script-src-elem-pre-request", "href": "https://www.w3.org/TR/CSP3/#script-src-elem-pre-request", "level": 5, "title": "script-src-elem Pre-request check", - "number": "6.1.12.1" + "number": "6.1.11.1" }, { "id": "script-src-elem-post-request", "href": "https://www.w3.org/TR/CSP3/#script-src-elem-post-request", "level": 5, "title": "script-src-elem Post-request check", - "number": "6.1.12.2" + "number": "6.1.11.2" }, { "id": "script-src-elem-inline", "href": "https://www.w3.org/TR/CSP3/#script-src-elem-inline", "level": 5, "title": "script-src-elem Inline Check", - "number": "6.1.12.3" + "number": "6.1.11.3" }, { "id": "directive-script-src-attr", "href": "https://www.w3.org/TR/CSP3/#directive-script-src-attr", "level": 4, "title": "script-src-attr", - "number": "6.1.13" + "number": "6.1.12" }, { "id": "script-src-attr-inline", "href": "https://www.w3.org/TR/CSP3/#script-src-attr-inline", "level": 5, "title": "script-src-attr Inline Check", - "number": "6.1.13.1" + "number": "6.1.12.1" }, { "id": "directive-style-src", "href": "https://www.w3.org/TR/CSP3/#directive-style-src", "level": 4, "title": "style-src", - "number": "6.1.14" + "number": "6.1.13" }, { "id": "style-src-pre-request", "href": "https://www.w3.org/TR/CSP3/#style-src-pre-request", "level": 5, "title": "style-src Pre-request Check", - "number": "6.1.14.1" + "number": "6.1.13.1" }, { "id": "style-src-post-request", "href": "https://www.w3.org/TR/CSP3/#style-src-post-request", "level": 5, "title": "style-src Post-request Check", - "number": "6.1.14.2" + "number": "6.1.13.2" }, { "id": "style-src-inline", "href": "https://www.w3.org/TR/CSP3/#style-src-inline", "level": 5, "title": "style-src Inline Check", - "number": "6.1.14.3" + "number": "6.1.13.3" }, { "id": "directive-style-src-elem", "href": "https://www.w3.org/TR/CSP3/#directive-style-src-elem", "level": 4, "title": "style-src-elem", - "number": "6.1.15" + "number": "6.1.14" }, { "id": "style-src-elem-pre-request", "href": "https://www.w3.org/TR/CSP3/#style-src-elem-pre-request", "level": 5, "title": "style-src-elem Pre-request Check", - "number": "6.1.15.1" + "number": "6.1.14.1" }, { "id": "style-src-elem-post-request", "href": "https://www.w3.org/TR/CSP3/#style-src-elem-post-request", "level": 5, "title": "style-src-elem Post-request Check", - "number": "6.1.15.2" + "number": "6.1.14.2" }, { "id": "style-src-elem-inline", "href": "https://www.w3.org/TR/CSP3/#style-src-elem-inline", "level": 5, "title": "style-src-elem Inline Check", - "number": "6.1.15.3" + "number": "6.1.14.3" }, { "id": "directive-style-src-attr", "href": "https://www.w3.org/TR/CSP3/#directive-style-src-attr", "level": 4, "title": "style-src-attr", - "number": "6.1.16" + "number": "6.1.15" }, { "id": "style-src-attr-inline", "href": "https://www.w3.org/TR/CSP3/#style-src-attr-inline", "level": 5, "title": "style-src-attr Inline Check", - "number": "6.1.16.1" + "number": "6.1.15.1" }, { "id": "directives-other", @@ -890,68 +869,75 @@ "title": "Does request violate policy?", "number": "6.7.2.1" }, + { + "id": "does-resource-hint-violate-policy", + "href": "https://www.w3.org/TR/CSP3/#does-resource-hint-violate-policy", + "level": 5, + "title": "Does resource hint request violate policy?", + "number": "6.7.2.2" + }, { "id": "match-nonce-to-source-list", "href": "https://www.w3.org/TR/CSP3/#match-nonce-to-source-list", "level": 5, "title": "Does nonce match source list?", - "number": "6.7.2.2" + "number": "6.7.2.3" }, { "id": "match-request-to-source-list", "href": "https://www.w3.org/TR/CSP3/#match-request-to-source-list", "level": 5, "title": "Does request match source list?", - "number": "6.7.2.3" + "number": "6.7.2.4" }, { "id": "match-response-to-source-list", "href": "https://www.w3.org/TR/CSP3/#match-response-to-source-list", "level": 5, "title": "Does response to request match source list?", - "number": "6.7.2.4" + "number": "6.7.2.5" }, { "id": "match-url-to-source-list", "href": "https://www.w3.org/TR/CSP3/#match-url-to-source-list", "level": 5, "title": "Does url match source list in origin with redirect count?", - "number": "6.7.2.5" + "number": "6.7.2.6" }, { "id": "match-url-to-source-expression", "href": "https://www.w3.org/TR/CSP3/#match-url-to-source-expression", "level": 5, "title": "Does url match expression in origin with redirect count?", - "number": "6.7.2.6" + "number": "6.7.2.7" }, { "id": "match-schemes", "href": "https://www.w3.org/TR/CSP3/#match-schemes", "level": 5, "title": "scheme-part matching", - "number": "6.7.2.7" + "number": "6.7.2.8" }, { "id": "match-hosts", "href": "https://www.w3.org/TR/CSP3/#match-hosts", "level": 5, "title": "host-part matching", - "number": "6.7.2.8" + "number": "6.7.2.9" }, { "id": "match-ports", "href": "https://www.w3.org/TR/CSP3/#match-ports", "level": 5, "title": "port-part matching", - "number": "6.7.2.9" + "number": "6.7.2.10" }, { "id": "match-paths", "href": "https://www.w3.org/TR/CSP3/#match-paths", "level": 5, "title": "path-part matching", - "number": "6.7.2.10" + "number": "6.7.2.11" }, { "id": "matching-elements", @@ -1135,6 +1121,13 @@ "title": "Strict CSP", "number": "8.5" }, + { + "id": "exfiltration", + "href": "https://www.w3.org/TR/CSP3/#exfiltration", + "level": 3, + "title": "Exfiltration", + "number": "8.6" + }, { "id": "implementation-considerations", "href": "https://www.w3.org/TR/CSP3/#implementation-considerations", diff --git a/tr/headings/DOM-Level-2-Style.json b/tr/headings/DOM-Level-2-Style.json new file mode 100644 index 000000000000..22dafd263bcb --- /dev/null +++ b/tr/headings/DOM-Level-2-Style.json @@ -0,0 +1,428 @@ +{ + "spec": { + "title": "Document Object Model (DOM) Level 2 Style Specification", + "url": "https://www.w3.org/TR/DOM-Level-2-Style/" + }, + "headings": [ + { + "id": "Overview-title", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#Overview-title", + "level": 1, + "title": "Document Object Model (DOM) Level 2 Style Specification" + }, + { + "id": "Overview-version", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#Overview-version", + "level": 2, + "title": "Version 1.0" + }, + { + "id": "Overview-W3C-doctype", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#Overview-W3C-doctype", + "level": 2, + "title": "W3C Recommendation 13 November, 2000 superseded 3 November 2020" + }, + { + "id": "Overview-abstract", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#Overview-abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "Overview-status", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#Overview-status", + "level": 2, + "title": "Status of this document" + }, + { + "id": "Overview-table-of-contents", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#Overview-table-of-contents", + "level": 2, + "title": "Table of contents" + }, + { + "id": "expanded-toc-TOC-h1", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#expanded-toc-TOC-h1", + "level": 1, + "title": "Expanded Table of Contents" + }, + { + "id": "copyright-notice-Copyright-Notice-h1", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#copyright-notice-Copyright-Notice-h1", + "level": 1, + "title": "Copyright Notice" + }, + { + "id": "copyright-notice-Copyright-notice-document-h2", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#copyright-notice-Copyright-notice-document-h2", + "level": 2, + "title": "W3C Document Copyright Notice and License" + }, + { + "id": "copyright-notice-Copyright-notice-software-h2", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#copyright-notice-Copyright-notice-software-h2", + "level": 2, + "title": "W3C Software Copyright Notice and License" + }, + { + "id": "stylesheets-StyleSheets-h1", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-h1", + "level": 1, + "title": "Document Object Model Style Sheets", + "number": "1" + }, + { + "id": "stylesheets-table-of-contents", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-table-of-contents", + "level": 2, + "title": "Table of contents" + }, + { + "id": "stylesheets-StyleSheets-overview-h2", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-overview-h2", + "level": 2, + "title": "Introduction", + "number": "1.1" + }, + { + "id": "stylesheets-StyleSheets-fundamental-h2", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-fundamental-h2", + "level": 2, + "title": "Style Sheet Interfaces", + "number": "1.2" + }, + { + "id": "stylesheets-StyleSheets-extensions-h2", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-extensions-h2", + "level": 2, + "title": "Document Extensions", + "number": "1.3" + }, + { + "id": "stylesheets-StyleSheets-Association-h2", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-Association-h2", + "level": 2, + "title": "Association between a style sheet and a document.", + "number": "1.4" + }, + { + "id": "css-CSS-h1", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-h1", + "level": 1, + "title": "Document Object Model CSS", + "number": "2" + }, + { + "id": "css-table-of-contents", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#css-table-of-contents", + "level": 2, + "title": "Table of contents" + }, + { + "id": "css-CSS-overview-h2", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-overview-h2", + "level": 2, + "title": "Overview of the DOM Level 2 CSS Interfaces", + "number": "2.1" + }, + { + "id": "css-CSS-fundamental-h2", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-fundamental-h2", + "level": 2, + "title": "CSS Fundamental Interfaces", + "number": "2.2" + }, + { + "id": "css-CSS-OverrideAndComputed-h3", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-OverrideAndComputed-h3", + "level": 3, + "title": "Override and computed style sheet", + "number": "2.2.1" + }, + { + "id": "css-CSS-StyleSheetCreation-h3", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-StyleSheetCreation-h3", + "level": 3, + "title": "Style sheet creation", + "number": "2.2.2" + }, + { + "id": "css-CSS-htmlelementcss-h3", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-htmlelementcss-h3", + "level": 3, + "title": "Element with CSS inline style", + "number": "2.2.3" + }, + { + "id": "css-CSS-extended-h2", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-extended-h2", + "level": 2, + "title": "CSS2 Extended Interface", + "number": "2.3" + }, + { + "id": "idl-definitions-idl-h1", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#idl-definitions-idl-h1", + "level": 1, + "title": "Appendix A: IDL Definitions" + }, + { + "id": "idl-definitions-StyleSheets-IDL-h2", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#idl-definitions-StyleSheets-IDL-h2", + "level": 2, + "title": "A.1: Document Object Model Style Sheets" + }, + { + "id": "idl-definitions-idl-stylesheets.idl", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#idl-definitions-idl-stylesheets.idl", + "level": 3, + "title": "stylesheets.idl:" + }, + { + "id": "idl-definitions-CSS-IDL-h2", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#idl-definitions-CSS-IDL-h2", + "level": 2, + "title": "A.2: Document Object Model CSS" + }, + { + "id": "idl-definitions-idl-css.idl", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#idl-definitions-idl-css.idl", + "level": 3, + "title": "css.idl:" + }, + { + "id": "java-binding-java-binding-h1", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-java-binding-h1", + "level": 1, + "title": "Appendix B: Java Language Binding" + }, + { + "id": "java-binding-StyleSheets-Java-h2", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-StyleSheets-Java-h2", + "level": 2, + "title": "B.1: Document Object Model Style Sheets" + }, + { + "id": "java-binding-org.w3c.dom.stylesheets.StyleSheet", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.stylesheets.StyleSheet", + "level": 3, + "title": "org/w3c/dom/stylesheets/StyleSheet.java:" + }, + { + "id": "java-binding-org.w3c.dom.stylesheets.StyleSheetList", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.stylesheets.StyleSheetList", + "level": 3, + "title": "org/w3c/dom/stylesheets/StyleSheetList.java:" + }, + { + "id": "java-binding-org.w3c.dom.stylesheets.MediaList", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.stylesheets.MediaList", + "level": 3, + "title": "org/w3c/dom/stylesheets/MediaList.java:" + }, + { + "id": "java-binding-org.w3c.dom.stylesheets.LinkStyle", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.stylesheets.LinkStyle", + "level": 3, + "title": "org/w3c/dom/stylesheets/LinkStyle.java:" + }, + { + "id": "java-binding-org.w3c.dom.stylesheets.DocumentStyle", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.stylesheets.DocumentStyle", + "level": 3, + "title": "org/w3c/dom/stylesheets/DocumentStyle.java:" + }, + { + "id": "java-binding-CSS-Java-h2", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-CSS-Java-h2", + "level": 2, + "title": "B.2: Document Object Model CSS" + }, + { + "id": "java-binding-org.w3c.dom.css.CSSStyleSheet", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSStyleSheet", + "level": 3, + "title": "org/w3c/dom/css/CSSStyleSheet.java:" + }, + { + "id": "java-binding-org.w3c.dom.css.CSSRuleList", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSRuleList", + "level": 3, + "title": "org/w3c/dom/css/CSSRuleList.java:" + }, + { + "id": "java-binding-org.w3c.dom.css.CSSRule", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSRule", + "level": 3, + "title": "org/w3c/dom/css/CSSRule.java:" + }, + { + "id": "java-binding-org.w3c.dom.css.CSSStyleRule", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSStyleRule", + "level": 3, + "title": "org/w3c/dom/css/CSSStyleRule.java:" + }, + { + "id": "java-binding-org.w3c.dom.css.CSSMediaRule", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSMediaRule", + "level": 3, + "title": "org/w3c/dom/css/CSSMediaRule.java:" + }, + { + "id": "java-binding-org.w3c.dom.css.CSSFontFaceRule", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSFontFaceRule", + "level": 3, + "title": "org/w3c/dom/css/CSSFontFaceRule.java:" + }, + { + "id": "java-binding-org.w3c.dom.css.CSSPageRule", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSPageRule", + "level": 3, + "title": "org/w3c/dom/css/CSSPageRule.java:" + }, + { + "id": "java-binding-org.w3c.dom.css.CSSImportRule", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSImportRule", + "level": 3, + "title": "org/w3c/dom/css/CSSImportRule.java:" + }, + { + "id": "java-binding-org.w3c.dom.css.CSSCharsetRule", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSCharsetRule", + "level": 3, + "title": "org/w3c/dom/css/CSSCharsetRule.java:" + }, + { + "id": "java-binding-org.w3c.dom.css.CSSUnknownRule", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSUnknownRule", + "level": 3, + "title": "org/w3c/dom/css/CSSUnknownRule.java:" + }, + { + "id": "java-binding-org.w3c.dom.css.CSSStyleDeclaration", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSStyleDeclaration", + "level": 3, + "title": "org/w3c/dom/css/CSSStyleDeclaration.java:" + }, + { + "id": "java-binding-org.w3c.dom.css.CSSValue", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSValue", + "level": 3, + "title": "org/w3c/dom/css/CSSValue.java:" + }, + { + "id": "java-binding-org.w3c.dom.css.CSSPrimitiveValue", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSPrimitiveValue", + "level": 3, + "title": "org/w3c/dom/css/CSSPrimitiveValue.java:" + }, + { + "id": "java-binding-org.w3c.dom.css.CSSValueList", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSValueList", + "level": 3, + "title": "org/w3c/dom/css/CSSValueList.java:" + }, + { + "id": "java-binding-org.w3c.dom.css.RGBColor", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.RGBColor", + "level": 3, + "title": "org/w3c/dom/css/RGBColor.java:" + }, + { + "id": "java-binding-org.w3c.dom.css.Rect", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.Rect", + "level": 3, + "title": "org/w3c/dom/css/Rect.java:" + }, + { + "id": "java-binding-org.w3c.dom.css.Counter", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.Counter", + "level": 3, + "title": "org/w3c/dom/css/Counter.java:" + }, + { + "id": "java-binding-org.w3c.dom.css.ViewCSS", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.ViewCSS", + "level": 3, + "title": "org/w3c/dom/css/ViewCSS.java:" + }, + { + "id": "java-binding-org.w3c.dom.css.DocumentCSS", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.DocumentCSS", + "level": 3, + "title": "org/w3c/dom/css/DocumentCSS.java:" + }, + { + "id": "java-binding-org.w3c.dom.css.DOMImplementationCSS", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.DOMImplementationCSS", + "level": 3, + "title": "org/w3c/dom/css/DOMImplementationCSS.java:" + }, + { + "id": "java-binding-org.w3c.dom.css.ElementCSSInlineStyle", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.ElementCSSInlineStyle", + "level": 3, + "title": "org/w3c/dom/css/ElementCSSInlineStyle.java:" + }, + { + "id": "java-binding-org.w3c.dom.css.CSS2Properties", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSS2Properties", + "level": 3, + "title": "org/w3c/dom/css/CSS2Properties.java:" + }, + { + "id": "ecma-script-binding-ecma-binding-h1", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#ecma-script-binding-ecma-binding-h1", + "level": 1, + "title": "Appendix C: ECMAScript Language Binding" + }, + { + "id": "ecma-script-binding-StyleSheets-ECMA-h2", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#ecma-script-binding-StyleSheets-ECMA-h2", + "level": 2, + "title": "C.1: Document Object Model StyleSheets" + }, + { + "id": "ecma-script-binding-CSS-ECMA-h2", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#ecma-script-binding-CSS-ECMA-h2", + "level": 2, + "title": "C.2: Document Object Model CSS" + }, + { + "id": "acknowledgements-contributors-h1", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#acknowledgements-contributors-h1", + "level": 1, + "title": "Appendix D: Acknowledgements" + }, + { + "id": "acknowledgements-Productions-h2", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#acknowledgements-Productions-h2", + "level": 2, + "title": "D.1: Production Systems" + }, + { + "id": "references-role-references", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#references-role-references", + "level": 1, + "title": "References" + }, + { + "id": "references-References-Normative-h2", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#references-References-Normative-h2", + "level": 2, + "title": "E.1: Normative references" + }, + { + "id": "references-References-Informative-h2", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#references-References-Informative-h2", + "level": 2, + "title": "E.2: Informative references" + }, + { + "id": "def-index-role-index", + "href": "https://www.w3.org/TR/DOM-Level-2-Style/#def-index-role-index", + "level": 1, + "title": "Index" + } + ] +} \ No newline at end of file diff --git a/tr/headings/PNG-spec.json b/tr/headings/PNG-spec.json index 40a0dfaff58e..e468cc99290f 100644 --- a/tr/headings/PNG-spec.json +++ b/tr/headings/PNG-spec.json @@ -596,6 +596,13 @@ "title": "cICP Coding-independent code points for video signal type identification", "number": "11.3.2.6" }, + { + "id": "mASt-chunk", + "href": "https://w3c.github.io/PNG-spec/#mASt-chunk", + "level": 5, + "title": "mASt mastering metadata", + "number": "11.3.2.7" + }, { "id": "11textinfo", "href": "https://w3c.github.io/PNG-spec/#11textinfo", diff --git a/tr/headings/compute-pressure.json b/tr/headings/compute-pressure.json index bb3087ed6503..52da25dd8eb7 100644 --- a/tr/headings/compute-pressure.json +++ b/tr/headings/compute-pressure.json @@ -1,359 +1,373 @@ { "spec": { "title": "Compute Pressure Level 1", - "url": "https://w3c.github.io/compute-pressure/" + "url": "https://www.w3.org/TR/compute-pressure/" }, "headings": [ { "id": "title", - "href": "https://w3c.github.io/compute-pressure/#title", + "href": "https://www.w3.org/TR/compute-pressure/#title", "level": 1, "title": "Compute Pressure Level 1" }, { "id": "toc", - "href": "https://w3c.github.io/compute-pressure/#toc", + "href": "https://www.w3.org/TR/compute-pressure/#toc", "level": 2, "title": "Table of Contents" }, { "id": "introduction", - "href": "https://w3c.github.io/compute-pressure/#introduction", + "href": "https://www.w3.org/TR/compute-pressure/#introduction", "level": 2, "title": "Introduction", "number": "1" }, { "id": "a-note-on-feature-detection", - "href": "https://w3c.github.io/compute-pressure/#a-note-on-feature-detection", + "href": "https://www.w3.org/TR/compute-pressure/#a-note-on-feature-detection", "level": 2, "title": "A Note on Feature Detection", "number": "2" }, { "id": "concepts", - "href": "https://w3c.github.io/compute-pressure/#concepts", + "href": "https://www.w3.org/TR/compute-pressure/#concepts", "level": 2, "title": "Concepts", "number": "3" }, { "id": "processing-units", - "href": "https://w3c.github.io/compute-pressure/#processing-units", + "href": "https://www.w3.org/TR/compute-pressure/#processing-units", "level": 3, "title": "Processing Units", "number": "3.1" }, { "id": "supported-sources", - "href": "https://w3c.github.io/compute-pressure/#supported-sources", + "href": "https://www.w3.org/TR/compute-pressure/#supported-sources", "level": 3, "title": "Supported sources", "number": "3.2" }, { "id": "sampling-and-reporting-rate", - "href": "https://w3c.github.io/compute-pressure/#sampling-and-reporting-rate", + "href": "https://www.w3.org/TR/compute-pressure/#sampling-and-reporting-rate", "level": 3, "title": "Sampling and Reporting Rate", "number": "3.3" }, { "id": "platform-primitives", - "href": "https://w3c.github.io/compute-pressure/#platform-primitives", + "href": "https://www.w3.org/TR/compute-pressure/#platform-primitives", "level": 2, "title": "Platform primitives", "number": "4" }, { - "id": "user-notifications", - "href": "https://w3c.github.io/compute-pressure/#user-notifications", + "id": "permissions-and-user-prompts", + "href": "https://www.w3.org/TR/compute-pressure/#permissions-and-user-prompts", "level": 2, - "title": "User notifications", + "title": "Permissions and user prompts", "number": "5" }, + { + "id": "permissions-integration", + "href": "https://www.w3.org/TR/compute-pressure/#permissions-integration", + "level": 3, + "title": "Permissions integration", + "number": "5.1" + }, { "id": "policy-control", - "href": "https://w3c.github.io/compute-pressure/#policy-control", + "href": "https://www.w3.org/TR/compute-pressure/#policy-control", "level": 2, "title": "Policy control", "number": "6" }, { "id": "internal-slot-definitions", - "href": "https://w3c.github.io/compute-pressure/#internal-slot-definitions", + "href": "https://www.w3.org/TR/compute-pressure/#internal-slot-definitions", "level": 2, "title": "Internal Slot Definitions", "number": "7" }, { "id": "pressure-states", - "href": "https://w3c.github.io/compute-pressure/#pressure-states", + "href": "https://www.w3.org/TR/compute-pressure/#pressure-states", "level": 2, "title": "Pressure States", "number": "8" }, { "id": "contributing-factors", - "href": "https://w3c.github.io/compute-pressure/#contributing-factors", + "href": "https://www.w3.org/TR/compute-pressure/#contributing-factors", "level": 2, "title": "Contributing Factors", "number": "9" }, { "id": "pressure-observer", - "href": "https://w3c.github.io/compute-pressure/#pressure-observer", + "href": "https://www.w3.org/TR/compute-pressure/#pressure-observer", "level": 2, "title": "10. Pressure Observer" }, { "id": "the-pressureupdatecallback-callback", - "href": "https://w3c.github.io/compute-pressure/#the-pressureupdatecallback-callback", + "href": "https://www.w3.org/TR/compute-pressure/#the-pressureupdatecallback-callback", "level": 3, "title": "The PressureUpdateCallback callback", "number": "10.1" }, { "id": "the-pressureobserver-object", - "href": "https://w3c.github.io/compute-pressure/#the-pressureobserver-object", + "href": "https://www.w3.org/TR/compute-pressure/#the-pressureobserver-object", "level": 3, "title": "The PressureObserver object", "number": "10.2" }, { "id": "the-constructor-method", - "href": "https://w3c.github.io/compute-pressure/#the-constructor-method", + "href": "https://www.w3.org/TR/compute-pressure/#the-constructor-method", "level": 4, "title": "The constructor() method", "number": "10.2.1" }, { "id": "the-observe-method", - "href": "https://w3c.github.io/compute-pressure/#the-observe-method", + "href": "https://www.w3.org/TR/compute-pressure/#the-observe-method", "level": 4, "title": "The observe() method", "number": "10.2.2" }, { "id": "the-unobserve-method", - "href": "https://w3c.github.io/compute-pressure/#the-unobserve-method", + "href": "https://www.w3.org/TR/compute-pressure/#the-unobserve-method", "level": 4, "title": "The unobserve() method", "number": "10.2.3" }, { "id": "the-disconnect-method", - "href": "https://w3c.github.io/compute-pressure/#the-disconnect-method", + "href": "https://www.w3.org/TR/compute-pressure/#the-disconnect-method", "level": 4, "title": "The disconnect() method", "number": "10.2.4" }, { "id": "the-takerecords-method", - "href": "https://w3c.github.io/compute-pressure/#the-takerecords-method", + "href": "https://www.w3.org/TR/compute-pressure/#the-takerecords-method", "level": 4, "title": "The takeRecords() method", "number": "10.2.5" }, { "id": "the-supportedsources-attribute", - "href": "https://w3c.github.io/compute-pressure/#the-supportedsources-attribute", + "href": "https://www.w3.org/TR/compute-pressure/#the-supportedsources-attribute", "level": 4, "title": "The supportedSources attribute", "number": "10.2.6" }, + { + "id": "the-static-requestpermission-method", + "href": "https://www.w3.org/TR/compute-pressure/#the-static-requestpermission-method", + "level": 4, + "title": "The static requestPermission() method", + "number": "10.2.7" + }, { "id": "the-pressurerecord-interface", - "href": "https://w3c.github.io/compute-pressure/#the-pressurerecord-interface", + "href": "https://www.w3.org/TR/compute-pressure/#the-pressurerecord-interface", "level": 3, "title": "The PressureRecord interface", "number": "10.3" }, { "id": "the-source-attribute", - "href": "https://w3c.github.io/compute-pressure/#the-source-attribute", + "href": "https://www.w3.org/TR/compute-pressure/#the-source-attribute", "level": 4, "title": "The source attribute", "number": "10.3.1" }, { "id": "the-state-attribute", - "href": "https://w3c.github.io/compute-pressure/#the-state-attribute", + "href": "https://www.w3.org/TR/compute-pressure/#the-state-attribute", "level": 4, "title": "The state attribute", "number": "10.3.2" }, { "id": "the-factors-attribute", - "href": "https://w3c.github.io/compute-pressure/#the-factors-attribute", + "href": "https://www.w3.org/TR/compute-pressure/#the-factors-attribute", "level": 4, "title": "The factors attribute", "number": "10.3.3" }, { "id": "the-time-attribute", - "href": "https://w3c.github.io/compute-pressure/#the-time-attribute", + "href": "https://www.w3.org/TR/compute-pressure/#the-time-attribute", "level": 4, "title": "The time attribute", "number": "10.3.4" }, { "id": "the-pressureobserveroptions-dictionary", - "href": "https://w3c.github.io/compute-pressure/#the-pressureobserveroptions-dictionary", + "href": "https://www.w3.org/TR/compute-pressure/#the-pressureobserveroptions-dictionary", "level": 3, "title": "The PressureObserverOptions dictionary", "number": "10.4" }, { "id": "the-samplerate-member", - "href": "https://w3c.github.io/compute-pressure/#the-samplerate-member", + "href": "https://www.w3.org/TR/compute-pressure/#the-samplerate-member", "level": 4, "title": "The sampleRate member", "number": "10.4.1" }, { "id": "life-cycle", - "href": "https://w3c.github.io/compute-pressure/#life-cycle", + "href": "https://www.w3.org/TR/compute-pressure/#life-cycle", "level": 3, "title": "Life-cycle and garbage collection", "number": "10.5" }, { "id": "processing-model", - "href": "https://w3c.github.io/compute-pressure/#processing-model", + "href": "https://www.w3.org/TR/compute-pressure/#processing-model", "level": 3, "title": "Processing Model", "number": "10.6" }, { "id": "supporting-algorithms", - "href": "https://w3c.github.io/compute-pressure/#supporting-algorithms", + "href": "https://www.w3.org/TR/compute-pressure/#supporting-algorithms", "level": 4, "title": "Supporting algorithms", "number": "10.6.1" }, { "id": "data-delivery", - "href": "https://w3c.github.io/compute-pressure/#data-delivery", + "href": "https://www.w3.org/TR/compute-pressure/#data-delivery", "level": 4, "title": "Data delivery", "number": "10.6.2" }, { "id": "queue-a-pressurerecord", - "href": "https://w3c.github.io/compute-pressure/#queue-a-pressurerecord", + "href": "https://www.w3.org/TR/compute-pressure/#queue-a-pressurerecord", "level": 4, "title": "Queue a PressureRecord", "number": "10.6.3" }, { "id": "queue-a-pressure-observer-task", - "href": "https://w3c.github.io/compute-pressure/#queue-a-pressure-observer-task", + "href": "https://www.w3.org/TR/compute-pressure/#queue-a-pressure-observer-task", "level": 4, "title": "Queue a Pressure Observer Task", "number": "10.6.4" }, { "id": "notify-observers", - "href": "https://w3c.github.io/compute-pressure/#notify-observers", + "href": "https://www.w3.org/TR/compute-pressure/#notify-observers", "level": 4, "title": "Notify Pressure Observers", "number": "10.6.5" }, { "id": "handling-change-of-fully-active", - "href": "https://w3c.github.io/compute-pressure/#handling-change-of-fully-active", + "href": "https://www.w3.org/TR/compute-pressure/#handling-change-of-fully-active", "level": 4, "title": "Handling change of fully active", "number": "10.6.6" }, { "id": "unload-observers", - "href": "https://w3c.github.io/compute-pressure/#unload-observers", + "href": "https://www.w3.org/TR/compute-pressure/#unload-observers", "level": 4, "title": "Handle unloading document and closing of workers", "number": "10.6.7" }, { "id": "security-and-privacy-considerations", - "href": "https://w3c.github.io/compute-pressure/#security-and-privacy-considerations", + "href": "https://www.w3.org/TR/compute-pressure/#security-and-privacy-considerations", "level": 3, "title": "Security and privacy considerations", "number": "10.7" }, { "id": "minimizing-information-exposure", - "href": "https://w3c.github.io/compute-pressure/#minimizing-information-exposure", + "href": "https://www.w3.org/TR/compute-pressure/#minimizing-information-exposure", "level": 4, "title": "Minimizing information exposure", "number": "10.7.1" }, { "id": "rate-limiting-change-notifications", - "href": "https://w3c.github.io/compute-pressure/#rate-limiting-change-notifications", + "href": "https://www.w3.org/TR/compute-pressure/#rate-limiting-change-notifications", "level": 5, "title": "Rate-limiting change notifications", "number": "10.7.1.1" }, { "id": "no-side-channels", - "href": "https://w3c.github.io/compute-pressure/#no-side-channels", + "href": "https://www.w3.org/TR/compute-pressure/#no-side-channels", "level": 5, "title": "No side-channels", "number": "10.7.1.2" }, { "id": "first-party-contexts", - "href": "https://w3c.github.io/compute-pressure/#first-party-contexts", + "href": "https://www.w3.org/TR/compute-pressure/#first-party-contexts", "level": 5, "title": "First-party contexts", "number": "10.7.1.3" }, { "id": "examples", - "href": "https://w3c.github.io/compute-pressure/#examples", + "href": "https://www.w3.org/TR/compute-pressure/#examples", "level": 3, "title": "Examples", "number": "10.8" }, { "id": "conformance", - "href": "https://w3c.github.io/compute-pressure/#conformance", + "href": "https://www.w3.org/TR/compute-pressure/#conformance", "level": 3, "title": "Conformance", "number": "10.9" }, { "id": "acknowledgments", - "href": "https://w3c.github.io/compute-pressure/#acknowledgments", + "href": "https://www.w3.org/TR/compute-pressure/#acknowledgments", "level": 3, "title": "Acknowledgments", "number": "10.10" }, { "id": "idl-index", - "href": "https://w3c.github.io/compute-pressure/#idl-index", + "href": "https://www.w3.org/TR/compute-pressure/#idl-index", "level": 3, "title": "IDL Index", "number": "10.11" }, { "id": "references", - "href": "https://w3c.github.io/compute-pressure/#references", + "href": "https://www.w3.org/TR/compute-pressure/#references", "level": 2, "title": "References", "number": "A" }, { "id": "normative-references", - "href": "https://w3c.github.io/compute-pressure/#normative-references", + "href": "https://www.w3.org/TR/compute-pressure/#normative-references", "level": 3, "title": "Normative references", "number": "A.1" }, { "id": "informative-references", - "href": "https://w3c.github.io/compute-pressure/#informative-references", + "href": "https://www.w3.org/TR/compute-pressure/#informative-references", "level": 3, "title": "Informative references", "number": "A.2" diff --git a/tr/headings/contact-api.json b/tr/headings/contact-picker-1.json similarity index 58% rename from tr/headings/contact-api.json rename to tr/headings/contact-picker-1.json index 3928e1e86849..5c60d7131e9c 100644 --- a/tr/headings/contact-api.json +++ b/tr/headings/contact-picker-1.json @@ -1,202 +1,202 @@ { "spec": { "title": "Contact Picker API", - "url": "https://w3c.github.io/contact-picker/spec/" + "url": "https://www.w3.org/TR/contact-picker-1/" }, "headings": [ { "id": "title", - "href": "https://w3c.github.io/contact-picker/spec/#title", + "href": "https://www.w3.org/TR/contact-picker-1/#title", "level": 1, "title": "Contact Picker API" }, { "id": "abstract", - "href": "https://w3c.github.io/contact-picker/spec/#abstract", + "href": "https://www.w3.org/TR/contact-picker-1/#abstract", "level": 2, "title": "Abstract" }, { "id": "sotd", - "href": "https://w3c.github.io/contact-picker/spec/#sotd", + "href": "https://www.w3.org/TR/contact-picker-1/#sotd", "level": 2, "title": "Status of this document" }, { "id": "toc", - "href": "https://w3c.github.io/contact-picker/spec/#toc", + "href": "https://www.w3.org/TR/contact-picker-1/#toc", "level": 2, "title": "Table of Contents" }, { "id": "intro", - "href": "https://w3c.github.io/contact-picker/spec/#intro", + "href": "https://www.w3.org/TR/contact-picker-1/#intro", "level": 2, "title": "Introduction", "number": "1" }, { "id": "examples", - "href": "https://w3c.github.io/contact-picker/spec/#examples", + "href": "https://www.w3.org/TR/contact-picker-1/#examples", "level": 3, "title": "Examples", "number": "1.1" }, { "id": "privacy", - "href": "https://w3c.github.io/contact-picker/spec/#privacy", + "href": "https://www.w3.org/TR/contact-picker-1/#privacy", "level": 2, "title": "Privacy Considerations", "number": "2" }, { "id": "realms", - "href": "https://w3c.github.io/contact-picker/spec/#realms", + "href": "https://www.w3.org/TR/contact-picker-1/#realms", "level": 2, "title": "Realms", "number": "3" }, { "id": "infrastructure", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure", "level": 2, "title": "Infrastructure", "number": "4" }, { "id": "infrastructure-physical-address", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure-physical-address", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure-physical-address", "level": 3, "title": "Physical address", "number": "4.1" }, { "id": "infrastructure-user-contact", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure-user-contact", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure-user-contact", "level": 3, "title": "User contact", "number": "4.2" }, { "id": "infrastructure-contacts-source", - "href": "https://w3c.github.io/contact-picker/spec/#infrastructure-contacts-source", + "href": "https://www.w3.org/TR/contact-picker-1/#infrastructure-contacts-source", "level": 3, "title": "Contacts source", "number": "4.3" }, { "id": "api", - "href": "https://w3c.github.io/contact-picker/spec/#api", + "href": "https://www.w3.org/TR/contact-picker-1/#api", "level": 2, "title": "API Description", "number": "5" }, { "id": "extensions-to-navigator", - "href": "https://w3c.github.io/contact-picker/spec/#extensions-to-navigator", + "href": "https://www.w3.org/TR/contact-picker-1/#extensions-to-navigator", "level": 3, "title": "Extensions to Navigator", "number": "5.1" }, { "id": "contact-property", - "href": "https://w3c.github.io/contact-picker/spec/#contact-property", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-property", "level": 3, "title": "ContactProperty", "number": "5.2" }, { "id": "contact-address", - "href": "https://w3c.github.io/contact-picker/spec/#contact-address", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-address", "level": 3, "title": "ContactAddress", "number": "5.3" }, { "id": "contacts-manager", - "href": "https://w3c.github.io/contact-picker/spec/#contacts-manager", + "href": "https://www.w3.org/TR/contact-picker-1/#contacts-manager", "level": 3, "title": "ContactsManager", "number": "5.4" }, { "id": "contacts-manager-getproperties", - "href": "https://w3c.github.io/contact-picker/spec/#contacts-manager-getproperties", + "href": "https://www.w3.org/TR/contact-picker-1/#contacts-manager-getproperties", "level": 4, "title": "getProperties()", "number": "5.4.1" }, { "id": "contacts-manager-select", - "href": "https://w3c.github.io/contact-picker/spec/#contacts-manager-select", + "href": "https://www.w3.org/TR/contact-picker-1/#contacts-manager-select", "level": 4, "title": "select()", "number": "5.4.2" }, { "id": "contact-picker", - "href": "https://w3c.github.io/contact-picker/spec/#contact-picker", + "href": "https://www.w3.org/TR/contact-picker-1/#contact-picker", "level": 2, "title": "Contact Picker", "number": "6" }, { "id": "w3c-conformance", - "href": "https://w3c.github.io/contact-picker/spec/#w3c-conformance", + "href": "https://www.w3.org/TR/contact-picker-1/#w3c-conformance", "level": 2, "title": "Conformance" }, { "id": "w3c-conventions", - "href": "https://w3c.github.io/contact-picker/spec/#w3c-conventions", + "href": "https://www.w3.org/TR/contact-picker-1/#w3c-conventions", "level": 3, "title": "Document conventions" }, { "id": "w3c-conformant-algorithms", - "href": "https://w3c.github.io/contact-picker/spec/#w3c-conformant-algorithms", + "href": "https://www.w3.org/TR/contact-picker-1/#w3c-conformant-algorithms", "level": 3, "title": "Conformant Algorithms" }, { "id": "index", - "href": "https://w3c.github.io/contact-picker/spec/#index", + "href": "https://www.w3.org/TR/contact-picker-1/#index", "level": 2, "title": "Index" }, { "id": "index-defined-here", - "href": "https://w3c.github.io/contact-picker/spec/#index-defined-here", + "href": "https://www.w3.org/TR/contact-picker-1/#index-defined-here", "level": 3, "title": "Terms defined by this specification" }, { "id": "index-defined-elsewhere", - "href": "https://w3c.github.io/contact-picker/spec/#index-defined-elsewhere", + "href": "https://www.w3.org/TR/contact-picker-1/#index-defined-elsewhere", "level": 3, "title": "Terms defined by reference" }, { "id": "references", - "href": "https://w3c.github.io/contact-picker/spec/#references", + "href": "https://www.w3.org/TR/contact-picker-1/#references", "level": 2, "title": "References" }, { "id": "normative", - "href": "https://w3c.github.io/contact-picker/spec/#normative", + "href": "https://www.w3.org/TR/contact-picker-1/#normative", "level": 3, "title": "Normative References" }, { "id": "informative", - "href": "https://w3c.github.io/contact-picker/spec/#informative", + "href": "https://www.w3.org/TR/contact-picker-1/#informative", "level": 3, "title": "Informative References" }, { "id": "idl-index", - "href": "https://w3c.github.io/contact-picker/spec/#idl-index", + "href": "https://www.w3.org/TR/contact-picker-1/#idl-index", "level": 2, "title": "IDL Index" } diff --git a/tr/headings/css-2022.json b/tr/headings/css-2022.json new file mode 100644 index 000000000000..bb9cc9e30db3 --- /dev/null +++ b/tr/headings/css-2022.json @@ -0,0 +1,268 @@ +{ + "spec": { + "title": "CSS Snapshot 2022", + "url": "https://www.w3.org/TR/css-2022/" + }, + "headings": [ + { + "id": "title", + "href": "https://www.w3.org/TR/css-2022/#title", + "level": 1, + "title": "CSS Snapshot 2022" + }, + { + "id": "abstract", + "href": "https://www.w3.org/TR/css-2022/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "sotd", + "href": "https://www.w3.org/TR/css-2022/#sotd", + "level": 2, + "title": "Status of this document" + }, + { + "id": "toc", + "href": "https://www.w3.org/TR/css-2022/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "intro", + "href": "https://www.w3.org/TR/css-2022/#intro", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "css-glossary", + "href": "https://www.w3.org/TR/css-2022/#css-glossary", + "level": 3, + "title": "What is CSS?", + "number": "1.1" + }, + { + "id": "w3c-process", + "href": "https://www.w3.org/TR/css-2022/#w3c-process", + "level": 3, + "title": "Background: The W3C Process and CSS", + "number": "1.2" + }, + { + "id": "module-classification", + "href": "https://www.w3.org/TR/css-2022/#module-classification", + "level": 2, + "title": "Classification of CSS Specifications", + "number": "2" + }, + { + "id": "css-official", + "href": "https://www.w3.org/TR/css-2022/#css-official", + "level": 3, + "title": "Cascading Style Sheets (CSS) — The Official Definition", + "number": "2.1" + }, + { + "id": "fairly-stable", + "href": "https://www.w3.org/TR/css-2022/#fairly-stable", + "level": 3, + "title": "Fairly Stable Modules with limited implementation experience", + "number": "2.2" + }, + { + "id": "rough-interop", + "href": "https://www.w3.org/TR/css-2022/#rough-interop", + "level": 3, + "title": "Modules with Rough Interoperability", + "number": "2.3" + }, + { + "id": "css-levels", + "href": "https://www.w3.org/TR/css-2022/#css-levels", + "level": 3, + "title": "CSS Levels", + "number": "2.4" + }, + { + "id": "profiles", + "href": "https://www.w3.org/TR/css-2022/#profiles", + "level": 3, + "title": "CSS Profiles", + "number": "2.5" + }, + { + "id": "responsible", + "href": "https://www.w3.org/TR/css-2022/#responsible", + "level": 2, + "title": "Requirements for Responsible Implementation of CSS", + "number": "3" + }, + { + "id": "partial", + "href": "https://www.w3.org/TR/css-2022/#partial", + "level": 3, + "title": "Partial Implementations", + "number": "3.1" + }, + { + "id": "future-proofing", + "href": "https://www.w3.org/TR/css-2022/#future-proofing", + "level": 3, + "title": "Implementations of Unstable and Proprietary Features", + "number": "3.2" + }, + { + "id": "experimental", + "href": "https://www.w3.org/TR/css-2022/#experimental", + "level": 4, + "title": "Experimentation and Unstable Features", + "number": "3.2.1" + }, + { + "id": "proprietary", + "href": "https://www.w3.org/TR/css-2022/#proprietary", + "level": 4, + "title": "Proprietary and Non-standardized Features", + "number": "3.2.2" + }, + { + "id": "de-facto", + "href": "https://www.w3.org/TR/css-2022/#de-facto", + "level": 4, + "title": "Market Pressure and De Facto Standards", + "number": "3.2.3" + }, + { + "id": "unstable-syntax", + "href": "https://www.w3.org/TR/css-2022/#unstable-syntax", + "level": 5, + "title": "Vendor-prefixing Unstable Features", + "number": "3.2.3.1" + }, + { + "id": "open-technology", + "href": "https://www.w3.org/TR/css-2022/#open-technology", + "level": 5, + "title": "Preserving the Openness of CSS", + "number": "3.2.3.2" + }, + { + "id": "testing", + "href": "https://www.w3.org/TR/css-2022/#testing", + "level": 3, + "title": "Implementations of CR-level Features", + "number": "3.3" + }, + { + "id": "CR-exceptions", + "href": "https://www.w3.org/TR/css-2022/#CR-exceptions", + "level": 2, + "title": "Safe to Release pre-CR Exceptions", + "number": "4" + }, + { + "id": "indices", + "href": "https://www.w3.org/TR/css-2022/#indices", + "level": 2, + "title": "Indices", + "number": "5" + }, + { + "id": "terms", + "href": "https://www.w3.org/TR/css-2022/#terms", + "level": 3, + "title": "Terms Index", + "number": "5.1" + }, + { + "id": "selectors", + "href": "https://www.w3.org/TR/css-2022/#selectors", + "level": 3, + "title": "Selector Index", + "number": "5.2" + }, + { + "id": "at-rules", + "href": "https://www.w3.org/TR/css-2022/#at-rules", + "level": 3, + "title": "At-Rule Index", + "number": "5.3" + }, + { + "id": "properties", + "href": "https://www.w3.org/TR/css-2022/#properties", + "level": 3, + "title": "Property Index", + "number": "5.4" + }, + { + "id": "values", + "href": "https://www.w3.org/TR/css-2022/#values", + "level": 3, + "title": "Values Index", + "number": "5.5" + }, + { + "id": "acks", + "href": "https://www.w3.org/TR/css-2022/#acks", + "level": 2, + "title": "Acknowledgements", + "number": "6" + }, + { + "id": "w3c-conformance", + "href": "https://www.w3.org/TR/css-2022/#w3c-conformance", + "level": 2, + "title": "Conformance" + }, + { + "id": "w3c-conventions", + "href": "https://www.w3.org/TR/css-2022/#w3c-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "w3c-conformance-classes", + "href": "https://www.w3.org/TR/css-2022/#w3c-conformance-classes", + "level": 3, + "title": "Conformance classes" + }, + { + "id": "w3c-partial", + "href": "https://www.w3.org/TR/css-2022/#w3c-partial", + "level": 3, + "title": "Partial implementations" + }, + { + "id": "w3c-conform-future-proofing", + "href": "https://www.w3.org/TR/css-2022/#w3c-conform-future-proofing", + "level": 4, + "title": "Implementations of Unstable and Proprietary Features" + }, + { + "id": "w3c-testing", + "href": "https://www.w3.org/TR/css-2022/#w3c-testing", + "level": 3, + "title": "Non-experimental implementations" + }, + { + "id": "references", + "href": "https://www.w3.org/TR/css-2022/#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://www.w3.org/TR/css-2022/#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "informative", + "href": "https://www.w3.org/TR/css-2022/#informative", + "level": 3, + "title": "Informative References" + } + ] +} \ No newline at end of file diff --git a/tr/headings/css-color-3.json b/tr/headings/css-color-3.json new file mode 100644 index 000000000000..a42df29fd63e --- /dev/null +++ b/tr/headings/css-color-3.json @@ -0,0 +1,268 @@ +{ + "spec": { + "title": "CSS Color Module Level 3", + "url": "https://www.w3.org/TR/css-color-3/" + }, + "headings": [ + { + "id": "title", + "href": "https://www.w3.org/TR/css-color-3/#title", + "level": 1, + "title": "CSS Color Module Level 3" + }, + { + "id": "abstract", + "href": "https://www.w3.org/TR/css-color-3/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "status", + "href": "https://www.w3.org/TR/css-color-3/#status", + "level": 2, + "title": "Status of This Document" + }, + { + "id": "toc", + "href": "https://www.w3.org/TR/css-color-3/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "introduction", + "href": "https://www.w3.org/TR/css-color-3/#introduction", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "dependencies", + "href": "https://www.w3.org/TR/css-color-3/#dependencies", + "level": 2, + "title": "Dependencies", + "number": "2" + }, + { + "id": "color", + "href": "https://www.w3.org/TR/css-color-3/#color", + "level": 2, + "title": "Color properties", + "number": "3" + }, + { + "id": "foreground", + "href": "https://www.w3.org/TR/css-color-3/#foreground", + "level": 3, + "title": "Foreground color: the ‘color’ property", + "number": "3.1" + }, + { + "id": "transparency", + "href": "https://www.w3.org/TR/css-color-3/#transparency", + "level": 3, + "title": "Transparency: the ‘opacity’ property", + "number": "3.2" + }, + { + "id": "colorunits", + "href": "https://www.w3.org/TR/css-color-3/#colorunits", + "level": 2, + "title": "Color units", + "number": "4" + }, + { + "id": "html4", + "href": "https://www.w3.org/TR/css-color-3/#html4", + "level": 3, + "title": "Basic color keywords", + "number": "4.1" + }, + { + "id": "numerical", + "href": "https://www.w3.org/TR/css-color-3/#numerical", + "level": 3, + "title": "Numerical color values", + "number": "4.2" + }, + { + "id": "rgb-color", + "href": "https://www.w3.org/TR/css-color-3/#rgb-color", + "level": 4, + "title": "RGB color values", + "number": "4.2.1" + }, + { + "id": "rgba-color", + "href": "https://www.w3.org/TR/css-color-3/#rgba-color", + "level": 4, + "title": "RGBA color values", + "number": "4.2.2" + }, + { + "id": "transparent", + "href": "https://www.w3.org/TR/css-color-3/#transparent", + "level": 4, + "title": "‘transparent’ color keyword", + "number": "4.2.3" + }, + { + "id": "hsl-color", + "href": "https://www.w3.org/TR/css-color-3/#hsl-color", + "level": 4, + "title": "HSL color values", + "number": "4.2.4" + }, + { + "id": "hsl-examples", + "href": "https://www.w3.org/TR/css-color-3/#hsl-examples", + "level": 5, + "title": "HSL examples", + "number": "4.2.4.1" + }, + { + "id": "hsla-color", + "href": "https://www.w3.org/TR/css-color-3/#hsla-color", + "level": 4, + "title": "HSLA color values", + "number": "4.2.5" + }, + { + "id": "svg-color", + "href": "https://www.w3.org/TR/css-color-3/#svg-color", + "level": 3, + "title": "Extended color keywords", + "number": "4.3" + }, + { + "id": "currentcolor", + "href": "https://www.w3.org/TR/css-color-3/#currentcolor", + "level": 3, + "title": "‘currentColor’ color keyword", + "number": "4.4" + }, + { + "id": "css-system", + "href": "https://www.w3.org/TR/css-color-3/#css-system", + "level": 3, + "title": "CSS system colors", + "number": "4.5" + }, + { + "id": "css2-system", + "href": "https://www.w3.org/TR/css-color-3/#css2-system", + "level": 4, + "title": "CSS2 system colors", + "number": "4.5.1" + }, + { + "id": "notes", + "href": "https://www.w3.org/TR/css-color-3/#notes", + "level": 3, + "title": "Notes on using colors", + "number": "4.6" + }, + { + "id": "alpha", + "href": "https://www.w3.org/TR/css-color-3/#alpha", + "level": 2, + "title": "Simple alpha compositing", + "number": "5" + }, + { + "id": "sample", + "href": "https://www.w3.org/TR/css-color-3/#sample", + "level": 2, + "title": "Sample style sheet for (X)HTML", + "number": "6" + }, + { + "id": "profiles", + "href": "https://www.w3.org/TR/css-color-3/#profiles", + "level": 2, + "title": "Profiles", + "number": "7" + }, + { + "id": "testsuite", + "href": "https://www.w3.org/TR/css-color-3/#testsuite", + "level": 2, + "title": "Test suite", + "number": "8" + }, + { + "id": "future", + "href": "https://www.w3.org/TR/css-color-3/#future", + "level": 2, + "title": "Future features", + "number": "9" + }, + { + "id": "acknowledgments", + "href": "https://www.w3.org/TR/css-color-3/#acknowledgments", + "level": 2, + "title": "10. Acknowledgments" + }, + { + "id": "changes", + "href": "https://www.w3.org/TR/css-color-3/#changes", + "level": 2, + "title": "11. Changes" + }, + { + "id": "changes-20210805", + "href": "https://www.w3.org/TR/css-color-3/#changes-20210805", + "level": 3, + "title": "Changes since the 05 August 2021 Recommendation" + }, + { + "id": "changes-20180619", + "href": "https://www.w3.org/TR/css-color-3/#changes-20180619", + "level": 3, + "title": "Changes since the 19 June 2018 Recommendation" + }, + { + "id": "changes-since-CR", + "href": "https://www.w3.org/TR/css-color-3/#changes-since-CR", + "level": 3, + "title": "Changes since the 5 December 2017 Candidate Recommendation" + }, + { + "id": "changes-since-REC", + "href": "https://www.w3.org/TR/css-color-3/#changes-since-REC", + "level": 3, + "title": "Changes since the 2011 June 07 Recommendation" + }, + { + "id": "references", + "href": "https://www.w3.org/TR/css-color-3/#references", + "level": 2, + "title": "12. References" + }, + { + "id": "normative", + "href": "https://www.w3.org/TR/css-color-3/#normative", + "level": 3, + "title": "Normative", + "number": "12.1" + }, + { + "id": "informative", + "href": "https://www.w3.org/TR/css-color-3/#informative", + "level": 3, + "title": "Informative", + "number": "12.2" + }, + { + "id": "index", + "href": "https://www.w3.org/TR/css-color-3/#index", + "level": 2, + "title": "Index" + }, + { + "id": "property", + "href": "https://www.w3.org/TR/css-color-3/#property", + "level": 2, + "title": "Property index" + } + ] +} \ No newline at end of file diff --git a/tr/headings/css-color-6.json b/tr/headings/css-color-6.json new file mode 100644 index 000000000000..f5ab758fa4e6 --- /dev/null +++ b/tr/headings/css-color-6.json @@ -0,0 +1,229 @@ +{ + "spec": { + "title": "CSS Color Module Level 6", + "url": "https://drafts.csswg.org/css-color-6/" + }, + "headings": [ + { + "id": "title", + "href": "https://drafts.csswg.org/css-color-6/#title", + "level": 1, + "title": "CSS Color Module Level 6" + }, + { + "id": "abstract", + "href": "https://drafts.csswg.org/css-color-6/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "sotd", + "href": "https://drafts.csswg.org/css-color-6/#sotd", + "level": 2, + "title": "Status of this document" + }, + { + "id": "toc", + "href": "https://drafts.csswg.org/css-color-6/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "intro", + "href": "https://drafts.csswg.org/css-color-6/#intro", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "colorcontrast", + "href": "https://drafts.csswg.org/css-color-6/#colorcontrast", + "level": 2, + "title": "Computing a Contrasting Color: the contrast-color() function", + "number": "2" + }, + { + "id": "contrast-color-winner", + "href": "https://drafts.csswg.org/css-color-6/#contrast-color-winner", + "level": 3, + "title": "Finding the Winning Color", + "number": "2.1" + }, + { + "id": "contrast-color-target-winner", + "href": "https://drafts.csswg.org/css-color-6/#contrast-color-target-winner", + "level": 4, + "title": "If there is a target contrast", + "number": "2.1.1" + }, + { + "id": "contrast-color-max-winner", + "href": "https://drafts.csswg.org/css-color-6/#contrast-color-max-winner", + "level": 4, + "title": "If no target contrast is specified", + "number": "2.1.2" + }, + { + "id": "contrast-algorithms", + "href": "https://drafts.csswg.org/css-color-6/#contrast-algorithms", + "level": 3, + "title": "Contrast algorithms", + "number": "2.2" + }, + { + "id": "luminance-contrast", + "href": "https://drafts.csswg.org/css-color-6/#luminance-contrast", + "level": 4, + "title": "WCAG 2.1: the wcag2 keyword and wcag2() function", + "number": "2.2.1" + }, + { + "id": "contrast-transparency", + "href": "https://drafts.csswg.org/css-color-6/#contrast-transparency", + "level": 4, + "title": "Contrasting Semi-transparent Colors", + "number": "2.2.2" + }, + { + "id": "resolving-color-values", + "href": "https://drafts.csswg.org/css-color-6/#resolving-color-values", + "level": 2, + "title": "Resolving Values", + "number": "3" + }, + { + "id": "resolving-contrast", + "href": "https://drafts.csswg.org/css-color-6/#resolving-contrast", + "level": 3, + "title": "Resolving contrast-color() values", + "number": "3.1" + }, + { + "id": "serial", + "href": "https://drafts.csswg.org/css-color-6/#serial", + "level": 2, + "title": "Serialization", + "number": "4" + }, + { + "id": "serial-contrast-color", + "href": "https://drafts.csswg.org/css-color-6/#serial-contrast-color", + "level": 3, + "title": "Serializing contrast-color()", + "number": "4.1" + }, + { + "id": "security", + "href": "https://drafts.csswg.org/css-color-6/#security", + "level": 2, + "title": "Security Considerations", + "number": "5" + }, + { + "id": "privacy", + "href": "https://drafts.csswg.org/css-color-6/#privacy", + "level": 2, + "title": "Privacy Considerations", + "number": "6" + }, + { + "id": "a11y", + "href": "https://drafts.csswg.org/css-color-6/#a11y", + "level": 2, + "title": "Accessibility Considerations", + "number": "7" + }, + { + "id": "changes", + "href": "https://drafts.csswg.org/css-color-6/#changes", + "level": 2, + "title": "Changes", + "number": "8" + }, + { + "id": "changes-from-5", + "href": "https://drafts.csswg.org/css-color-6/#changes-from-5", + "level": 3, + "title": "Changes from Colors 5", + "number": "8.1" + }, + { + "id": "w3c-conformance", + "href": "https://drafts.csswg.org/css-color-6/#w3c-conformance", + "level": 2, + "title": "Conformance" + }, + { + "id": "w3c-conventions", + "href": "https://drafts.csswg.org/css-color-6/#w3c-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "w3c-conformance-classes", + "href": "https://drafts.csswg.org/css-color-6/#w3c-conformance-classes", + "level": 3, + "title": "Conformance classes" + }, + { + "id": "w3c-partial", + "href": "https://drafts.csswg.org/css-color-6/#w3c-partial", + "level": 3, + "title": "Partial implementations" + }, + { + "id": "w3c-conform-future-proofing", + "href": "https://drafts.csswg.org/css-color-6/#w3c-conform-future-proofing", + "level": 4, + "title": "Implementations of Unstable and Proprietary Features" + }, + { + "id": "w3c-testing", + "href": "https://drafts.csswg.org/css-color-6/#w3c-testing", + "level": 3, + "title": "Non-experimental implementations" + }, + { + "id": "index", + "href": "https://drafts.csswg.org/css-color-6/#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "href": "https://drafts.csswg.org/css-color-6/#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "href": "https://drafts.csswg.org/css-color-6/#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "href": "https://drafts.csswg.org/css-color-6/#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://drafts.csswg.org/css-color-6/#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "informative", + "href": "https://drafts.csswg.org/css-color-6/#informative", + "level": 3, + "title": "Informative References" + }, + { + "id": "issues-index", + "href": "https://drafts.csswg.org/css-color-6/#issues-index", + "level": 2, + "title": "Issues Index" + } + ] +} \ No newline at end of file diff --git a/tr/headings/css-color-hdr.json b/tr/headings/css-color-hdr.json new file mode 100644 index 000000000000..f5fcd7265410 --- /dev/null +++ b/tr/headings/css-color-hdr.json @@ -0,0 +1,199 @@ +{ + "spec": { + "title": "CSS Color HDR Module Level 1", + "url": "https://drafts.csswg.org/css-color-hdr/" + }, + "headings": [ + { + "id": "title", + "href": "https://drafts.csswg.org/css-color-hdr/#title", + "level": 1, + "title": "CSS Color HDR Module Level 1" + }, + { + "id": "abstract", + "href": "https://drafts.csswg.org/css-color-hdr/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "sotd", + "href": "https://drafts.csswg.org/css-color-hdr/#sotd", + "level": 2, + "title": "Status of this document" + }, + { + "id": "toc", + "href": "https://drafts.csswg.org/css-color-hdr/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "intro", + "href": "https://drafts.csswg.org/css-color-hdr/#intro", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "values", + "href": "https://drafts.csswg.org/css-color-hdr/#values", + "level": 3, + "title": "Value Definitions", + "number": "1.1" + }, + { + "id": "predefined-HDR", + "href": "https://drafts.csswg.org/css-color-hdr/#predefined-HDR", + "level": 2, + "title": "Predefined color spaces for HDR:", + "number": "2" + }, + { + "id": "valdef-color-rec2100-pq", + "href": "https://drafts.csswg.org/css-color-hdr/#valdef-color-rec2100-pq", + "level": 3, + "title": "rec2100-pq", + "number": "2.1" + }, + { + "id": "valdef-color-rec2100-hlg", + "href": "https://drafts.csswg.org/css-color-hdr/#valdef-color-rec2100-hlg", + "level": 3, + "title": "rec2100-hlg", + "number": "2.2" + }, + { + "id": "Jzazbz", + "href": "https://drafts.csswg.org/css-color-hdr/#Jzazbz", + "level": 3, + "title": "Jzazbz", + "number": "2.3" + }, + { + "id": "JzCzHz", + "href": "https://drafts.csswg.org/css-color-hdr/#JzCzHz", + "level": 3, + "title": "JzCzHz", + "number": "2.4" + }, + { + "id": "Jzazbz-to-JzCzHz", + "href": "https://drafts.csswg.org/css-color-hdr/#Jzazbz-to-JzCzHz", + "level": 4, + "title": "Converting Jzazbz colors to JzCzHz colors", + "number": "2.4.1" + }, + { + "id": "JzCzHz-to-Jzazbz", + "href": "https://drafts.csswg.org/css-color-hdr/#JzCzHz-to-Jzazbz", + "level": 4, + "title": "Converting JzCzHz colors to Jzazbz colors", + "number": "2.4.2" + }, + { + "id": "ICtCp", + "href": "https://drafts.csswg.org/css-color-hdr/#ICtCp", + "level": 3, + "title": "ICtCp", + "number": "2.5" + }, + { + "id": "Compositing-SDR-HDR", + "href": "https://drafts.csswg.org/css-color-hdr/#Compositing-SDR-HDR", + "level": 2, + "title": "Compositing SDR and HDR content", + "number": "3" + }, + { + "id": "priv-sec", + "href": "https://drafts.csswg.org/css-color-hdr/#priv-sec", + "level": 2, + "title": "Privacy and Security Considerations" + }, + { + "id": "a11y", + "href": "https://drafts.csswg.org/css-color-hdr/#a11y", + "level": 2, + "title": "Accessibility Considerations" + }, + { + "id": "w3c-conformance", + "href": "https://drafts.csswg.org/css-color-hdr/#w3c-conformance", + "level": 2, + "title": "Conformance" + }, + { + "id": "w3c-conventions", + "href": "https://drafts.csswg.org/css-color-hdr/#w3c-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "w3c-conformance-classes", + "href": "https://drafts.csswg.org/css-color-hdr/#w3c-conformance-classes", + "level": 3, + "title": "Conformance classes" + }, + { + "id": "w3c-partial", + "href": "https://drafts.csswg.org/css-color-hdr/#w3c-partial", + "level": 3, + "title": "Partial implementations" + }, + { + "id": "w3c-conform-future-proofing", + "href": "https://drafts.csswg.org/css-color-hdr/#w3c-conform-future-proofing", + "level": 4, + "title": "Implementations of Unstable and Proprietary Features" + }, + { + "id": "w3c-testing", + "href": "https://drafts.csswg.org/css-color-hdr/#w3c-testing", + "level": 3, + "title": "Non-experimental implementations" + }, + { + "id": "index", + "href": "https://drafts.csswg.org/css-color-hdr/#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "href": "https://drafts.csswg.org/css-color-hdr/#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "href": "https://drafts.csswg.org/css-color-hdr/#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "href": "https://drafts.csswg.org/css-color-hdr/#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://drafts.csswg.org/css-color-hdr/#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "informative", + "href": "https://drafts.csswg.org/css-color-hdr/#informative", + "level": 3, + "title": "Informative References" + }, + { + "id": "issues-index", + "href": "https://drafts.csswg.org/css-color-hdr/#issues-index", + "level": 2, + "title": "Issues Index" + } + ] +} \ No newline at end of file diff --git a/tr/headings/css-conditional-values-1.json b/tr/headings/css-conditional-values-1.json new file mode 100644 index 000000000000..cf5f04af766c --- /dev/null +++ b/tr/headings/css-conditional-values-1.json @@ -0,0 +1,180 @@ +{ + "spec": { + "title": "CSS Conditional Values Module Level 1", + "url": "https://drafts.csswg.org/css-conditional-values-1/" + }, + "headings": [ + { + "id": "title", + "href": "https://drafts.csswg.org/css-conditional-values-1/#title", + "level": 1, + "title": "CSS Conditional Values Module Level 1" + }, + { + "id": "abstract", + "href": "https://drafts.csswg.org/css-conditional-values-1/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "sotd", + "href": "https://drafts.csswg.org/css-conditional-values-1/#sotd", + "level": 2, + "title": "Status of this document" + }, + { + "id": "toc", + "href": "https://drafts.csswg.org/css-conditional-values-1/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "intro", + "href": "https://drafts.csswg.org/css-conditional-values-1/#intro", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "high-level-custom-properties", + "href": "https://drafts.csswg.org/css-conditional-values-1/#high-level-custom-properties", + "level": 3, + "title": "High level custom properties", + "number": "1.1" + }, + { + "id": "relation-between-units", + "href": "https://drafts.csswg.org/css-conditional-values-1/#relation-between-units", + "level": 3, + "title": "Relation between units of the same type", + "number": "1.2" + }, + { + "id": "values", + "href": "https://drafts.csswg.org/css-conditional-values-1/#values", + "level": 3, + "title": "Value Definitions", + "number": "1.3" + }, + { + "id": "boolean", + "href": "https://drafts.csswg.org/css-conditional-values-1/#boolean", + "level": 2, + "title": "Boolean data types", + "number": "2" + }, + { + "id": "bool-constants", + "href": "https://drafts.csswg.org/css-conditional-values-1/#bool-constants", + "level": 3, + "title": "Boolean constants: true and false", + "number": "2.1" + }, + { + "id": "condition", + "href": "https://drafts.csswg.org/css-conditional-values-1/#condition", + "level": 3, + "title": "Logical comparisons: The type", + "number": "2.2" + }, + { + "id": "condition-computed-value", + "href": "https://drafts.csswg.org/css-conditional-values-1/#condition-computed-value", + "level": 4, + "title": "Computed Value", + "number": "2.2.1" + }, + { + "id": "if", + "href": "https://drafts.csswg.org/css-conditional-values-1/#if", + "level": 2, + "title": "Inline conditionals: The if() function", + "number": "3" + }, + { + "id": "priv-sec", + "href": "https://drafts.csswg.org/css-conditional-values-1/#priv-sec", + "level": 2, + "title": "Privacy and Security Considerations", + "number": "4" + }, + { + "id": "w3c-conformance", + "href": "https://drafts.csswg.org/css-conditional-values-1/#w3c-conformance", + "level": 2, + "title": "Conformance" + }, + { + "id": "w3c-conventions", + "href": "https://drafts.csswg.org/css-conditional-values-1/#w3c-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "w3c-conformance-classes", + "href": "https://drafts.csswg.org/css-conditional-values-1/#w3c-conformance-classes", + "level": 3, + "title": "Conformance classes" + }, + { + "id": "w3c-partial", + "href": "https://drafts.csswg.org/css-conditional-values-1/#w3c-partial", + "level": 3, + "title": "Partial implementations" + }, + { + "id": "w3c-conform-future-proofing", + "href": "https://drafts.csswg.org/css-conditional-values-1/#w3c-conform-future-proofing", + "level": 4, + "title": "Implementations of Unstable and Proprietary Features" + }, + { + "id": "w3c-testing", + "href": "https://drafts.csswg.org/css-conditional-values-1/#w3c-testing", + "level": 3, + "title": "Non-experimental implementations" + }, + { + "id": "index", + "href": "https://drafts.csswg.org/css-conditional-values-1/#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "href": "https://drafts.csswg.org/css-conditional-values-1/#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "href": "https://drafts.csswg.org/css-conditional-values-1/#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "href": "https://drafts.csswg.org/css-conditional-values-1/#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://drafts.csswg.org/css-conditional-values-1/#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "informative", + "href": "https://drafts.csswg.org/css-conditional-values-1/#informative", + "level": 3, + "title": "Informative References" + }, + { + "id": "issues-index", + "href": "https://drafts.csswg.org/css-conditional-values-1/#issues-index", + "level": 2, + "title": "Issues Index" + } + ] +} \ No newline at end of file diff --git a/tr/headings/css-contain-1.json b/tr/headings/css-contain-1.json new file mode 100644 index 000000000000..1e3cab67e20e --- /dev/null +++ b/tr/headings/css-contain-1.json @@ -0,0 +1,248 @@ +{ + "spec": { + "title": "CSS Containment Module Level 1", + "url": "https://www.w3.org/TR/css-contain-1/" + }, + "headings": [ + { + "id": "title", + "href": "https://www.w3.org/TR/css-contain-1/#title", + "level": 1, + "title": "CSS Containment Module Level 1" + }, + { + "id": "abstract", + "href": "https://www.w3.org/TR/css-contain-1/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "sotd", + "href": "https://www.w3.org/TR/css-contain-1/#sotd", + "level": 2, + "title": "Status of this document" + }, + { + "id": "toc", + "href": "https://www.w3.org/TR/css-contain-1/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "intro", + "href": "https://www.w3.org/TR/css-contain-1/#intro", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "values", + "href": "https://www.w3.org/TR/css-contain-1/#values", + "level": 3, + "title": "Value Definitions", + "number": "1.1" + }, + { + "id": "contain-property", + "href": "https://www.w3.org/TR/css-contain-1/#contain-property", + "level": 2, + "title": "Strong Containment: the contain property", + "number": "2" + }, + { + "id": "containment-types", + "href": "https://www.w3.org/TR/css-contain-1/#containment-types", + "level": 2, + "title": "Types of Containment", + "number": "3" + }, + { + "id": "containment-size", + "href": "https://www.w3.org/TR/css-contain-1/#containment-size", + "level": 3, + "title": "Size Containment", + "number": "3.1" + }, + { + "id": "containment-size-opt", + "href": "https://www.w3.org/TR/css-contain-1/#containment-size-opt", + "level": 4, + "title": "Possible Size-Containment Optimizations", + "number": "3.1.1" + }, + { + "id": "containment-layout", + "href": "https://www.w3.org/TR/css-contain-1/#containment-layout", + "level": 3, + "title": "Layout Containment", + "number": "3.2" + }, + { + "id": "containment-layout-opt", + "href": "https://www.w3.org/TR/css-contain-1/#containment-layout-opt", + "level": 4, + "title": "Possible Layout-Containment Optimizations", + "number": "3.2.1" + }, + { + "id": "containment-paint", + "href": "https://www.w3.org/TR/css-contain-1/#containment-paint", + "level": 3, + "title": "Paint Containment", + "number": "3.3" + }, + { + "id": "containment-paint-opt", + "href": "https://www.w3.org/TR/css-contain-1/#containment-paint-opt", + "level": 4, + "title": "Possible Paint-Containment Optimizations", + "number": "3.3.1" + }, + { + "id": "privacy", + "href": "https://www.w3.org/TR/css-contain-1/#privacy", + "level": 2, + "title": "Privacy Considerations", + "number": "4" + }, + { + "id": "security", + "href": "https://www.w3.org/TR/css-contain-1/#security", + "level": 2, + "title": "Security Considerations", + "number": "5" + }, + { + "id": "changes", + "href": "https://www.w3.org/TR/css-contain-1/#changes", + "level": 2, + "title": "Appendix A. Changes" + }, + { + "id": "2020-12-22-changes", + "href": "https://www.w3.org/TR/css-contain-1/#2020-12-22-changes", + "level": 3, + "title": "Changes from the Recommendation of 22 December 2020" + }, + { + "id": "2019-11-21-changes", + "href": "https://www.w3.org/TR/css-contain-1/#2019-11-21-changes", + "level": 3, + "title": "Changes from the Recommendation of 21 November 2019" + }, + { + "id": "2019-04-30-changes", + "href": "https://www.w3.org/TR/css-contain-1/#2019-04-30-changes", + "level": 3, + "title": "Changes from the Candidate Recommendation of 30 April 2019" + }, + { + "id": "2018-11-08-changes", + "href": "https://www.w3.org/TR/css-contain-1/#2018-11-08-changes", + "level": 3, + "title": "Changes from the Candidate Recommendation of 08 November 2018" + }, + { + "id": "2018-05-24-changes", + "href": "https://www.w3.org/TR/css-contain-1/#2018-05-24-changes", + "level": 3, + "title": "Changes from the Candidate Recommendation of 24 May 2018" + }, + { + "id": "2017-08-08-changes", + "href": "https://www.w3.org/TR/css-contain-1/#2017-08-08-changes", + "level": 3, + "title": "Changes from the Candidate Recommendation of 8 August 2017" + }, + { + "id": "2017-04-19-changes", + "href": "https://www.w3.org/TR/css-contain-1/#2017-04-19-changes", + "level": 3, + "title": "Changes from the Working Draft of 19 April 2017" + }, + { + "id": "fpwd-changes", + "href": "https://www.w3.org/TR/css-contain-1/#fpwd-changes", + "level": 3, + "title": "Changes from the First Public Working Draft of 21 February 2017" + }, + { + "id": "w3c-conformance", + "href": "https://www.w3.org/TR/css-contain-1/#w3c-conformance", + "level": 2, + "title": "Conformance" + }, + { + "id": "w3c-conventions", + "href": "https://www.w3.org/TR/css-contain-1/#w3c-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "w3c-conformance-classes", + "href": "https://www.w3.org/TR/css-contain-1/#w3c-conformance-classes", + "level": 3, + "title": "Conformance classes" + }, + { + "id": "w3c-partial", + "href": "https://www.w3.org/TR/css-contain-1/#w3c-partial", + "level": 3, + "title": "Partial implementations" + }, + { + "id": "w3c-conform-future-proofing", + "href": "https://www.w3.org/TR/css-contain-1/#w3c-conform-future-proofing", + "level": 4, + "title": "Implementations of Unstable and Proprietary Features" + }, + { + "id": "w3c-testing", + "href": "https://www.w3.org/TR/css-contain-1/#w3c-testing", + "level": 3, + "title": "Non-experimental implementations" + }, + { + "id": "index", + "href": "https://www.w3.org/TR/css-contain-1/#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "href": "https://www.w3.org/TR/css-contain-1/#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "href": "https://www.w3.org/TR/css-contain-1/#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "href": "https://www.w3.org/TR/css-contain-1/#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://www.w3.org/TR/css-contain-1/#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "informative", + "href": "https://www.w3.org/TR/css-contain-1/#informative", + "level": 3, + "title": "Informative References" + }, + { + "id": "property-index", + "href": "https://www.w3.org/TR/css-contain-1/#property-index", + "level": 2, + "title": "Property Index" + } + ] +} \ No newline at end of file diff --git a/tr/headings/css-display-4.json b/tr/headings/css-display-4.json new file mode 100644 index 000000000000..508edb6fc612 --- /dev/null +++ b/tr/headings/css-display-4.json @@ -0,0 +1,321 @@ +{ + "spec": { + "title": "CSS Display Module Level 4", + "url": "https://drafts.csswg.org/css-display-4/" + }, + "headings": [ + { + "id": "title", + "href": "https://drafts.csswg.org/css-display-4/#title", + "level": 1, + "title": "CSS Display Module Level 4" + }, + { + "id": "abstract", + "href": "https://drafts.csswg.org/css-display-4/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "sotd", + "href": "https://drafts.csswg.org/css-display-4/#sotd", + "level": 2, + "title": "Status of this document" + }, + { + "id": "toc", + "href": "https://drafts.csswg.org/css-display-4/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "intro", + "href": "https://drafts.csswg.org/css-display-4/#intro", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "placement", + "href": "https://drafts.csswg.org/css-display-4/#placement", + "level": 3, + "title": "Module interactions", + "number": "1.1" + }, + { + "id": "values", + "href": "https://drafts.csswg.org/css-display-4/#values", + "level": 3, + "title": "Value Definitions", + "number": "1.2" + }, + { + "id": "the-display-properties", + "href": "https://drafts.csswg.org/css-display-4/#the-display-properties", + "level": 2, + "title": "Box Layout Modes: the display property", + "number": "2" + }, + { + "id": "outer-role", + "href": "https://drafts.csswg.org/css-display-4/#outer-role", + "level": 3, + "title": "Outer Display Roles for Flow Layout: the block, inline, and run-in keywords", + "number": "2.1" + }, + { + "id": "inner-model", + "href": "https://drafts.csswg.org/css-display-4/#inner-model", + "level": 3, + "title": "Inner Display Layout Models: the flow, flow-root, table, flex, grid, and ruby keywords", + "number": "2.2" + }, + { + "id": "list-items", + "href": "https://drafts.csswg.org/css-display-4/#list-items", + "level": 3, + "title": "Generating Marker Boxes: the list-item keyword", + "number": "2.3" + }, + { + "id": "layout-specific-display", + "href": "https://drafts.csswg.org/css-display-4/#layout-specific-display", + "level": 3, + "title": "Layout-Internal Display Types: the table-* and ruby-* keywords", + "number": "2.4" + }, + { + "id": "box-generation", + "href": "https://drafts.csswg.org/css-display-4/#box-generation", + "level": 3, + "title": "Box Generation: the none and contents keywords", + "number": "2.5" + }, + { + "id": "legacy-display", + "href": "https://drafts.csswg.org/css-display-4/#legacy-display", + "level": 3, + "title": "Precomposed Inline-level Display Values", + "number": "2.6" + }, + { + "id": "transformations", + "href": "https://drafts.csswg.org/css-display-4/#transformations", + "level": 3, + "title": "Automatic Box Type Transformations", + "number": "2.7" + }, + { + "id": "root", + "href": "https://drafts.csswg.org/css-display-4/#root", + "level": 3, + "title": "The Root Element’s Principal Box", + "number": "2.8" + }, + { + "id": "display-order", + "href": "https://drafts.csswg.org/css-display-4/#display-order", + "level": 2, + "title": "Display Order", + "number": "3" + }, + { + "id": "order-property", + "href": "https://drafts.csswg.org/css-display-4/#order-property", + "level": 3, + "title": "Display Order Shorthand: the order property", + "number": "3.1" + }, + { + "id": "quiet-pubrules-1", + "href": "https://drafts.csswg.org/css-display-4/#quiet-pubrules-1", + "level": 1, + "title": "Computer Starter Kit" + }, + { + "id": "reading-order", + "href": "https://drafts.csswg.org/css-display-4/#reading-order", + "level": 3, + "title": "Reading Order: the reading-order property", + "number": "3.2" + }, + { + "id": "layout-order", + "href": "https://drafts.csswg.org/css-display-4/#layout-order", + "level": 3, + "title": "Box Order: the layout-order property", + "number": "3.3" + }, + { + "id": "order-accessibility", + "href": "https://drafts.csswg.org/css-display-4/#order-accessibility", + "level": 3, + "title": "Reordering and Accessibility", + "number": "3.4" + }, + { + "id": "visibility", + "href": "https://drafts.csswg.org/css-display-4/#visibility", + "level": 2, + "title": "Invisibility: the visibility property", + "number": "4" + }, + { + "id": "run-in-layout", + "href": "https://drafts.csswg.org/css-display-4/#run-in-layout", + "level": 2, + "title": "Run-In Layout", + "number": "5" + }, + { + "id": "glossary", + "href": "https://drafts.csswg.org/css-display-4/#glossary", + "level": 2, + "title": "Appendix A: Glossary" + }, + { + "id": "unbox", + "href": "https://drafts.csswg.org/css-display-4/#unbox", + "level": 2, + "title": "Appendix B: Effects of display: contents on Unusual Elements" + }, + { + "id": "unbox-html", + "href": "https://drafts.csswg.org/css-display-4/#unbox-html", + "level": 3, + "title": "HTML Elements" + }, + { + "id": "unbox-svg", + "href": "https://drafts.csswg.org/css-display-4/#unbox-svg", + "level": 3, + "title": "SVG Elements" + }, + { + "id": "unbox-mathml", + "href": "https://drafts.csswg.org/css-display-4/#unbox-mathml", + "level": 3, + "title": "MathML Elements" + }, + { + "id": "box-guidelines", + "href": "https://drafts.csswg.org/css-display-4/#box-guidelines", + "level": 2, + "title": "Appendix C: Box Construction Guidelines for Spec Authors" + }, + { + "id": "acknowledgments", + "href": "https://drafts.csswg.org/css-display-4/#acknowledgments", + "level": 2, + "title": "Acknowledgments" + }, + { + "id": "changes", + "href": "https://drafts.csswg.org/css-display-4/#changes", + "level": 2, + "title": "Changes" + }, + { + "id": "changes-2020", + "href": "https://drafts.csswg.org/css-display-4/#changes-2020", + "level": 3, + "title": "Additions since Level 3" + }, + { + "id": "priv", + "href": "https://drafts.csswg.org/css-display-4/#priv", + "level": 2, + "title": "Privacy Considerations" + }, + { + "id": "sec", + "href": "https://drafts.csswg.org/css-display-4/#sec", + "level": 3, + "title": "Security Considerations" + }, + { + "id": "w3c-conformance", + "href": "https://drafts.csswg.org/css-display-4/#w3c-conformance", + "level": 2, + "title": "Conformance" + }, + { + "id": "w3c-conventions", + "href": "https://drafts.csswg.org/css-display-4/#w3c-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "w3c-conformance-classes", + "href": "https://drafts.csswg.org/css-display-4/#w3c-conformance-classes", + "level": 3, + "title": "Conformance classes" + }, + { + "id": "w3c-partial", + "href": "https://drafts.csswg.org/css-display-4/#w3c-partial", + "level": 3, + "title": "Partial implementations" + }, + { + "id": "w3c-conform-future-proofing", + "href": "https://drafts.csswg.org/css-display-4/#w3c-conform-future-proofing", + "level": 4, + "title": "Implementations of Unstable and Proprietary Features" + }, + { + "id": "w3c-testing", + "href": "https://drafts.csswg.org/css-display-4/#w3c-testing", + "level": 3, + "title": "Non-experimental implementations" + }, + { + "id": "index", + "href": "https://drafts.csswg.org/css-display-4/#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "href": "https://drafts.csswg.org/css-display-4/#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "href": "https://drafts.csswg.org/css-display-4/#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "href": "https://drafts.csswg.org/css-display-4/#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://drafts.csswg.org/css-display-4/#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "informative", + "href": "https://drafts.csswg.org/css-display-4/#informative", + "level": 3, + "title": "Informative References" + }, + { + "id": "property-index", + "href": "https://drafts.csswg.org/css-display-4/#property-index", + "level": 2, + "title": "Property Index" + }, + { + "id": "issues-index", + "href": "https://drafts.csswg.org/css-display-4/#issues-index", + "level": 2, + "title": "Issues Index" + } + ] +} \ No newline at end of file diff --git a/tr/headings/css-forms-1.json b/tr/headings/css-forms-1.json new file mode 100644 index 000000000000..7c92da6832ff --- /dev/null +++ b/tr/headings/css-forms-1.json @@ -0,0 +1,124 @@ +{ + "spec": { + "title": "CSS Form Styling Module Level 1", + "url": "https://drafts.csswg.org/css-forms-1/" + }, + "headings": [ + { + "id": "title", + "href": "https://drafts.csswg.org/css-forms-1/#title", + "level": 1, + "title": "CSS Form Styling Module Level 1" + }, + { + "id": "profile-and-date", + "href": "https://drafts.csswg.org/css-forms-1/#profile-and-date", + "level": 2, + "title": "A Collection of Interesting Ideas, 11 October 2017" + }, + { + "id": "abstract", + "href": "https://drafts.csswg.org/css-forms-1/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "toc", + "href": "https://drafts.csswg.org/css-forms-1/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "ideas", + "href": "https://drafts.csswg.org/css-forms-1/#ideas", + "level": 2, + "title": "Basic Styling Proposals", + "number": "1" + }, + { + "id": "prototypes", + "href": "https://drafts.csswg.org/css-forms-1/#prototypes", + "level": 3, + "title": "Prototypes", + "number": "1.1" + }, + { + "id": "inverse-system", + "href": "https://drafts.csswg.org/css-forms-1/#inverse-system", + "level": 3, + "title": "Inverse System Colors", + "number": "1.2" + }, + { + "id": "misc", + "href": "https://drafts.csswg.org/css-forms-1/#misc", + "level": 2, + "title": "Miscellaneous Control-Specific Suggestions", + "number": "2" + }, + { + "id": "select-dropdown", + "href": "https://drafts.csswg.org/css-forms-1/#select-dropdown", + "level": 3, + "title": "Select/Datalist Dropdown", + "number": "2.1" + }, + { + "id": "examples", + "href": "https://drafts.csswg.org/css-forms-1/#examples", + "level": 2, + "title": "Input UI Examples", + "number": "3" + }, + { + "id": "time-examples", + "href": "https://drafts.csswg.org/css-forms-1/#time-examples", + "level": 3, + "title": "Time Pickers", + "number": "3.1" + }, + { + "id": "date-examples", + "href": "https://drafts.csswg.org/css-forms-1/#date-examples", + "level": 3, + "title": "Date Pickers", + "number": "3.2" + }, + { + "id": "conformance", + "href": "https://drafts.csswg.org/css-forms-1/#conformance", + "level": 2, + "title": "Conformance" + }, + { + "id": "index", + "href": "https://drafts.csswg.org/css-forms-1/#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-elsewhere", + "href": "https://drafts.csswg.org/css-forms-1/#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "href": "https://drafts.csswg.org/css-forms-1/#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://drafts.csswg.org/css-forms-1/#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "issues-index", + "href": "https://drafts.csswg.org/css-forms-1/#issues-index", + "level": 2, + "title": "Issues Index" + } + ] +} \ No newline at end of file diff --git a/tr/headings/css-grid-1.json b/tr/headings/css-grid-1.json new file mode 100644 index 000000000000..8a846f54f372 --- /dev/null +++ b/tr/headings/css-grid-1.json @@ -0,0 +1,764 @@ +{ + "spec": { + "title": "CSS Grid Layout Module Level 1", + "url": "https://www.w3.org/TR/css-grid-1/" + }, + "headings": [ + { + "id": "title", + "href": "https://www.w3.org/TR/css-grid-1/#title", + "level": 1, + "title": "649 TestsCSS Grid Layout Module Level 1" + }, + { + "id": "subtitle", + "href": "https://www.w3.org/TR/css-grid-1/#subtitle", + "level": 2, + "title": "W3C Candidate Recommendation Draft, 18 December 2020" + }, + { + "id": "abstract", + "href": "https://www.w3.org/TR/css-grid-1/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "status", + "href": "https://www.w3.org/TR/css-grid-1/#status", + "level": 2, + "title": "Status of this document" + }, + { + "id": "toc", + "href": "https://www.w3.org/TR/css-grid-1/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "intro", + "href": "https://www.w3.org/TR/css-grid-1/#intro", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "background", + "href": "https://www.w3.org/TR/css-grid-1/#background", + "level": 3, + "title": "Background and Motivation", + "number": "1.1" + }, + { + "id": "adapting-to-available-space", + "href": "https://www.w3.org/TR/css-grid-1/#adapting-to-available-space", + "level": 4, + "title": "Adapting Layouts to Available Space", + "number": "1.1.1" + }, + { + "id": "source-independence", + "href": "https://www.w3.org/TR/css-grid-1/#source-independence", + "level": 4, + "title": "Source-Order Independence", + "number": "1.1.2" + }, + { + "id": "values", + "href": "https://www.w3.org/TR/css-grid-1/#values", + "level": 3, + "title": "Value Definitions", + "number": "1.2" + }, + { + "id": "overview", + "href": "https://www.w3.org/TR/css-grid-1/#overview", + "level": 2, + "title": "Overview", + "number": "2" + }, + { + "id": "overview-grid", + "href": "https://www.w3.org/TR/css-grid-1/#overview-grid", + "level": 3, + "title": "Declaring the Grid", + "number": "2.1" + }, + { + "id": "overview-placement", + "href": "https://www.w3.org/TR/css-grid-1/#overview-placement", + "level": 3, + "title": "Placing Items", + "number": "2.2" + }, + { + "id": "overview-sizing", + "href": "https://www.w3.org/TR/css-grid-1/#overview-sizing", + "level": 3, + "title": "Sizing the Grid", + "number": "2.3" + }, + { + "id": "grid-concepts", + "href": "https://www.w3.org/TR/css-grid-1/#grid-concepts", + "level": 2, + "title": "Grid Layout Concepts and Terminology", + "number": "3" + }, + { + "id": "grid-line-concept", + "href": "https://www.w3.org/TR/css-grid-1/#grid-line-concept", + "level": 3, + "title": "Grid Lines", + "number": "3.1" + }, + { + "id": "grid-track-concept", + "href": "https://www.w3.org/TR/css-grid-1/#grid-track-concept", + "level": 3, + "title": "Grid Tracks and Cells", + "number": "3.2" + }, + { + "id": "grid-area-concept", + "href": "https://www.w3.org/TR/css-grid-1/#grid-area-concept", + "level": 3, + "title": "Grid Areas", + "number": "3.3" + }, + { + "id": "order-accessibility", + "href": "https://www.w3.org/TR/css-grid-1/#order-accessibility", + "level": 2, + "title": "Reordering and Accessibility", + "number": "4" + }, + { + "id": "grid-model", + "href": "https://www.w3.org/TR/css-grid-1/#grid-model", + "level": 2, + "title": "Grid Containers", + "number": "5" + }, + { + "id": "grid-containers", + "href": "https://www.w3.org/TR/css-grid-1/#grid-containers", + "level": 3, + "title": "Establishing Grid Containers: the grid and inline-grid display values", + "number": "5.1" + }, + { + "id": "intrinsic-sizes", + "href": "https://www.w3.org/TR/css-grid-1/#intrinsic-sizes", + "level": 3, + "title": "Sizing Grid Containers", + "number": "5.2" + }, + { + "id": "overflow", + "href": "https://www.w3.org/TR/css-grid-1/#overflow", + "level": 3, + "title": "Scrollable Grid Overflow", + "number": "5.3" + }, + { + "id": "overlarge-grids", + "href": "https://www.w3.org/TR/css-grid-1/#overlarge-grids", + "level": 3, + "title": "Limiting Large Grids", + "number": "5.4" + }, + { + "id": "grid-items", + "href": "https://www.w3.org/TR/css-grid-1/#grid-items", + "level": 2, + "title": "Grid Items", + "number": "6" + }, + { + "id": "grid-item-display", + "href": "https://www.w3.org/TR/css-grid-1/#grid-item-display", + "level": 3, + "title": "Grid Item Display", + "number": "6.1" + }, + { + "id": "grid-item-sizing", + "href": "https://www.w3.org/TR/css-grid-1/#grid-item-sizing", + "level": 3, + "title": "Grid Item Sizing", + "number": "6.2" + }, + { + "id": "order-property", + "href": "https://www.w3.org/TR/css-grid-1/#order-property", + "level": 3, + "title": "Reordered Grid Items: the order property", + "number": "6.3" + }, + { + "id": "item-margins", + "href": "https://www.w3.org/TR/css-grid-1/#item-margins", + "level": 3, + "title": "Grid Item Margins and Paddings", + "number": "6.4" + }, + { + "id": "z-order", + "href": "https://www.w3.org/TR/css-grid-1/#z-order", + "level": 3, + "title": "Z-axis Ordering: the z-index property", + "number": "6.5" + }, + { + "id": "min-size-auto", + "href": "https://www.w3.org/TR/css-grid-1/#min-size-auto", + "level": 3, + "title": "Automatic Minimum Size of Grid Items", + "number": "6.6" + }, + { + "id": "grid-definition", + "href": "https://www.w3.org/TR/css-grid-1/#grid-definition", + "level": 2, + "title": "Defining the Grid", + "number": "7" + }, + { + "id": "explicit-grids", + "href": "https://www.w3.org/TR/css-grid-1/#explicit-grids", + "level": 3, + "title": "The Explicit Grid", + "number": "7.1" + }, + { + "id": "track-sizing", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizing", + "level": 3, + "title": "Explicit Track Sizing: the grid-template-rows and grid-template-columns properties", + "number": "7.2" + }, + { + "id": "track-sizes", + "href": "https://www.w3.org/TR/css-grid-1/#track-sizes", + "level": 4, + "title": "Track Sizes", + "number": "7.2.1" + }, + { + "id": "named-lines", + "href": "https://www.w3.org/TR/css-grid-1/#named-lines", + "level": 4, + "title": "Naming Grid Lines: the [*] syntax", + "number": "7.2.2" + }, + { + "id": "repeat-notation", + "href": "https://www.w3.org/TR/css-grid-1/#repeat-notation", + "level": 4, + "title": "Repeating Rows and Columns: the repeat() notation", + "number": "7.2.3" + }, + { + "id": "repeat-syntax", + "href": "https://www.w3.org/TR/css-grid-1/#repeat-syntax", + "level": 5, + "title": "Syntax of repeat()", + "number": "7.2.3.1" + }, + { + "id": "auto-repeat", + "href": "https://www.w3.org/TR/css-grid-1/#auto-repeat", + "level": 5, + "title": "Repeat-to-fill: auto-fill and auto-fit repetitions", + "number": "7.2.3.2" + }, + { + "id": "repeat-interpolation", + "href": "https://www.w3.org/TR/css-grid-1/#repeat-interpolation", + "level": 5, + "title": "Interpolation/Combination of repeat()", + "number": "7.2.3.3" + }, + { + "id": "fr-unit", + "href": "https://www.w3.org/TR/css-grid-1/#fr-unit", + "level": 4, + "title": "Flexible Lengths: the fr unit", + "number": "7.2.4" + }, + { + "id": "computed-tracks", + "href": "https://www.w3.org/TR/css-grid-1/#computed-tracks", + "level": 4, + "title": "Computed Value of a Track Listing", + "number": "7.2.5" + }, + { + "id": "resolved-track-list", + "href": "https://www.w3.org/TR/css-grid-1/#resolved-track-list", + "level": 4, + "title": "Resolved Value of a Track Listing", + "number": "7.2.6" + }, + { + "id": "grid-template-areas-property", + "href": "https://www.w3.org/TR/css-grid-1/#grid-template-areas-property", + "level": 3, + "title": "Named Areas: the grid-template-areas property", + "number": "7.3" + }, + { + "id": "serialize-template", + "href": "https://www.w3.org/TR/css-grid-1/#serialize-template", + "level": 4, + "title": "Serialization Of Template Strings", + "number": "7.3.1" + }, + { + "id": "implicit-named-lines", + "href": "https://www.w3.org/TR/css-grid-1/#implicit-named-lines", + "level": 4, + "title": "Implicitly-Assigned Line Names", + "number": "7.3.2" + }, + { + "id": "implicit-named-areas", + "href": "https://www.w3.org/TR/css-grid-1/#implicit-named-areas", + "level": 4, + "title": "Implicitly-Named Areas", + "number": "7.3.3" + }, + { + "id": "explicit-grid-shorthand", + "href": "https://www.w3.org/TR/css-grid-1/#explicit-grid-shorthand", + "level": 3, + "title": "Explicit Grid Shorthand: the grid-template property", + "number": "7.4" + }, + { + "id": "implicit-grids", + "href": "https://www.w3.org/TR/css-grid-1/#implicit-grids", + "level": 3, + "title": "The Implicit Grid", + "number": "7.5" + }, + { + "id": "auto-tracks", + "href": "https://www.w3.org/TR/css-grid-1/#auto-tracks", + "level": 3, + "title": "Implicit Track Sizing: the grid-auto-rows and grid-auto-columns properties", + "number": "7.6" + }, + { + "id": "grid-auto-flow-property", + "href": "https://www.w3.org/TR/css-grid-1/#grid-auto-flow-property", + "level": 3, + "title": "Automatic Placement: the grid-auto-flow property", + "number": "7.7" + }, + { + "id": "grid-shorthand", + "href": "https://www.w3.org/TR/css-grid-1/#grid-shorthand", + "level": 3, + "title": "Grid Definition Shorthand: the grid property", + "number": "7.8" + }, + { + "id": "placement", + "href": "https://www.w3.org/TR/css-grid-1/#placement", + "level": 2, + "title": "Placing Grid Items", + "number": "8" + }, + { + "id": "common-uses", + "href": "https://www.w3.org/TR/css-grid-1/#common-uses", + "level": 3, + "title": "Common Patterns for Grid Placement", + "number": "8.1" + }, + { + "id": "common-uses-named-areas", + "href": "https://www.w3.org/TR/css-grid-1/#common-uses-named-areas", + "level": 4, + "title": "Named Areas", + "number": "8.1.1" + }, + { + "id": "common-uses-numeric", + "href": "https://www.w3.org/TR/css-grid-1/#common-uses-numeric", + "level": 4, + "title": "Numeric Indexes and Spans", + "number": "8.1.2" + }, + { + "id": "common-uses-named-lines", + "href": "https://www.w3.org/TR/css-grid-1/#common-uses-named-lines", + "level": 4, + "title": "Named Lines and Spans", + "number": "8.1.3" + }, + { + "id": "common-uses-auto-placement", + "href": "https://www.w3.org/TR/css-grid-1/#common-uses-auto-placement", + "level": 4, + "title": "Auto Placement", + "number": "8.1.4" + }, + { + "id": "placement-a11y", + "href": "https://www.w3.org/TR/css-grid-1/#placement-a11y", + "level": 3, + "title": "Grid Item Placement vs. Source Order", + "number": "8.2" + }, + { + "id": "line-placement", + "href": "https://www.w3.org/TR/css-grid-1/#line-placement", + "level": 3, + "title": "Line-based Placement: the grid-row-start, grid-column-start, grid-row-end, and grid-column-end properties", + "number": "8.3" + }, + { + "id": "grid-placement-errors", + "href": "https://www.w3.org/TR/css-grid-1/#grid-placement-errors", + "level": 4, + "title": "Grid Placement Conflict Handling", + "number": "8.3.1" + }, + { + "id": "placement-shorthands", + "href": "https://www.w3.org/TR/css-grid-1/#placement-shorthands", + "level": 3, + "title": "Placement Shorthands: the grid-column, grid-row, and grid-area properties", + "number": "8.4" + }, + { + "id": "auto-placement-algo", + "href": "https://www.w3.org/TR/css-grid-1/#auto-placement-algo", + "level": 3, + "title": "Grid Item Placement Algorithm", + "number": "8.5" + }, + { + "id": "abspos", + "href": "https://www.w3.org/TR/css-grid-1/#abspos", + "level": 2, + "title": "Absolute Positioning", + "number": "9" + }, + { + "id": "abspos-items", + "href": "https://www.w3.org/TR/css-grid-1/#abspos-items", + "level": 3, + "title": "With a Grid Container as Containing Block", + "number": "9.1" + }, + { + "id": "static-position", + "href": "https://www.w3.org/TR/css-grid-1/#static-position", + "level": 3, + "title": "With a Grid Container as Parent", + "number": "9.2" + }, + { + "id": "alignment", + "href": "https://www.w3.org/TR/css-grid-1/#alignment", + "level": 2, + "title": "10. Alignment and Spacing" + }, + { + "id": "gutters", + "href": "https://www.w3.org/TR/css-grid-1/#gutters", + "level": 3, + "title": "Gutters: the row-gap, column-gap, and gap properties", + "number": "10.1" + }, + { + "id": "auto-margins", + "href": "https://www.w3.org/TR/css-grid-1/#auto-margins", + "level": 3, + "title": "Aligning with auto margins", + "number": "10.2" + }, + { + "id": "row-align", + "href": "https://www.w3.org/TR/css-grid-1/#row-align", + "level": 3, + "title": "Inline-axis Alignment: the justify-self and justify-items properties", + "number": "10.3" + }, + { + "id": "column-align", + "href": "https://www.w3.org/TR/css-grid-1/#column-align", + "level": 3, + "title": "Block-axis Alignment: the align-self and align-items properties", + "number": "10.4" + }, + { + "id": "grid-align", + "href": "https://www.w3.org/TR/css-grid-1/#grid-align", + "level": 3, + "title": "Aligning the Grid: the justify-content and align-content properties", + "number": "10.5" + }, + { + "id": "grid-baselines", + "href": "https://www.w3.org/TR/css-grid-1/#grid-baselines", + "level": 3, + "title": "Grid Container Baselines", + "number": "10.6" + }, + { + "id": "layout-algorithm", + "href": "https://www.w3.org/TR/css-grid-1/#layout-algorithm", + "level": 2, + "title": "11. Grid Sizing" + }, + { + "id": "algo-overview", + "href": "https://www.w3.org/TR/css-grid-1/#algo-overview", + "level": 3, + "title": "Grid Sizing Algorithm", + "number": "11.1" + }, + { + "id": "algo-terms", + "href": "https://www.w3.org/TR/css-grid-1/#algo-terms", + "level": 3, + "title": "Track Sizing Terminology", + "number": "11.2" + }, + { + "id": "algo-track-sizing", + "href": "https://www.w3.org/TR/css-grid-1/#algo-track-sizing", + "level": 3, + "title": "Track Sizing Algorithm", + "number": "11.3" + }, + { + "id": "algo-init", + "href": "https://www.w3.org/TR/css-grid-1/#algo-init", + "level": 3, + "title": "Initialize Track Sizes", + "number": "11.4" + }, + { + "id": "algo-content", + "href": "https://www.w3.org/TR/css-grid-1/#algo-content", + "level": 3, + "title": "Resolve Intrinsic Track Sizes", + "number": "11.5" + }, + { + "id": "extra-space", + "href": "https://www.w3.org/TR/css-grid-1/#extra-space", + "level": 4, + "title": "Distributing Extra Space Across Spanned Tracks", + "number": "11.5.1" + }, + { + "id": "algo-grow-tracks", + "href": "https://www.w3.org/TR/css-grid-1/#algo-grow-tracks", + "level": 3, + "title": "Maximize Tracks", + "number": "11.6" + }, + { + "id": "algo-flex-tracks", + "href": "https://www.w3.org/TR/css-grid-1/#algo-flex-tracks", + "level": 3, + "title": "Expand Flexible Tracks", + "number": "11.7" + }, + { + "id": "algo-find-fr-size", + "href": "https://www.w3.org/TR/css-grid-1/#algo-find-fr-size", + "level": 4, + "title": "Find the Size of an fr", + "number": "11.7.1" + }, + { + "id": "algo-stretch", + "href": "https://www.w3.org/TR/css-grid-1/#algo-stretch", + "level": 3, + "title": "Stretch auto Tracks", + "number": "11.8" + }, + { + "id": "pagination", + "href": "https://www.w3.org/TR/css-grid-1/#pagination", + "level": 2, + "title": "12. Fragmenting Grid Layout" + }, + { + "id": "fragmentation-alg", + "href": "https://www.w3.org/TR/css-grid-1/#fragmentation-alg", + "level": 3, + "title": "Sample Fragmentation Algorithm", + "number": "12.1" + }, + { + "id": "acks", + "href": "https://www.w3.org/TR/css-grid-1/#acks", + "level": 2, + "title": "Acknowledgements" + }, + { + "id": "changes", + "href": "https://www.w3.org/TR/css-grid-1/#changes", + "level": 2, + "title": "Changes" + }, + { + "id": "changes-202008", + "href": "https://www.w3.org/TR/css-grid-1/#changes-202008", + "level": 3, + "title": "Changes since the 18 August 2020 CR" + }, + { + "id": "changes-2017", + "href": "https://www.w3.org/TR/css-grid-1/#changes-2017", + "level": 3, + "title": "Changes since the 15 December 2017 CR" + }, + { + "id": "major-2017", + "href": "https://www.w3.org/TR/css-grid-1/#major-2017", + "level": 4, + "title": "Major Changes" + }, + { + "id": "minor-2017", + "href": "https://www.w3.org/TR/css-grid-1/#minor-2017", + "level": 4, + "title": "Minor Changes" + }, + { + "id": "clarify-2017", + "href": "https://www.w3.org/TR/css-grid-1/#clarify-2017", + "level": 4, + "title": "Clarifications" + }, + { + "id": "changes-2016", + "href": "https://www.w3.org/TR/css-grid-1/#changes-2016", + "level": 3, + "title": "Changes since the 29 September 2016 CR" + }, + { + "id": "major-2016", + "href": "https://www.w3.org/TR/css-grid-1/#major-2016", + "level": 4, + "title": "Major Changes" + }, + { + "id": "fixes-2016", + "href": "https://www.w3.org/TR/css-grid-1/#fixes-2016", + "level": 4, + "title": "Significant Adjustments and Fixes" + }, + { + "id": "clarify-2016", + "href": "https://www.w3.org/TR/css-grid-1/#clarify-2016", + "level": 4, + "title": "Clarifications" + }, + { + "id": "priv-sec", + "href": "https://www.w3.org/TR/css-grid-1/#priv-sec", + "level": 2, + "title": "13. Privacy and Security Considerations" + }, + { + "id": "w3c-conformance", + "href": "https://www.w3.org/TR/css-grid-1/#w3c-conformance", + "level": 2, + "title": "Conformance" + }, + { + "id": "w3c-conventions", + "href": "https://www.w3.org/TR/css-grid-1/#w3c-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "w3c-conformance-classes", + "href": "https://www.w3.org/TR/css-grid-1/#w3c-conformance-classes", + "level": 3, + "title": "Conformance classes" + }, + { + "id": "w3c-partial", + "href": "https://www.w3.org/TR/css-grid-1/#w3c-partial", + "level": 3, + "title": "Partial implementations" + }, + { + "id": "w3c-conform-future-proofing", + "href": "https://www.w3.org/TR/css-grid-1/#w3c-conform-future-proofing", + "level": 4, + "title": "Implementations of Unstable and Proprietary Features" + }, + { + "id": "w3c-testing", + "href": "https://www.w3.org/TR/css-grid-1/#w3c-testing", + "level": 3, + "title": "Non-experimental implementations" + }, + { + "id": "w3c-cr-exit-criteria", + "href": "https://www.w3.org/TR/css-grid-1/#w3c-cr-exit-criteria", + "level": 3, + "title": "CR exit criteria" + }, + { + "id": "index", + "href": "https://www.w3.org/TR/css-grid-1/#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "href": "https://www.w3.org/TR/css-grid-1/#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "href": "https://www.w3.org/TR/css-grid-1/#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "href": "https://www.w3.org/TR/css-grid-1/#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://www.w3.org/TR/css-grid-1/#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "informative", + "href": "https://www.w3.org/TR/css-grid-1/#informative", + "level": 3, + "title": "Informative References" + }, + { + "id": "property-index", + "href": "https://www.w3.org/TR/css-grid-1/#property-index", + "level": 2, + "title": "Property Index" + }, + { + "id": "issues-index", + "href": "https://www.w3.org/TR/css-grid-1/#issues-index", + "level": 2, + "title": "Issues Index" + } + ] +} \ No newline at end of file diff --git a/tr/headings/css-ui-3.json b/tr/headings/css-ui-3.json new file mode 100644 index 000000000000..27364f4772e2 --- /dev/null +++ b/tr/headings/css-ui-3.json @@ -0,0 +1,348 @@ +{ + "spec": { + "title": "CSS Basic User Interface Module Level 3 (CSS3 UI)", + "url": "https://www.w3.org/TR/css-ui-3/" + }, + "headings": [ + { + "id": "title", + "href": "https://www.w3.org/TR/css-ui-3/#title", + "level": 1, + "title": "106 TestsCSS Basic User Interface Module Level 3 (CSS3 UI)" + }, + { + "id": "subtitle", + "href": "https://www.w3.org/TR/css-ui-3/#subtitle", + "level": 2, + "title": "W3C Recommendation, 21 June 2018" + }, + { + "id": "abstract", + "href": "https://www.w3.org/TR/css-ui-3/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "status", + "href": "https://www.w3.org/TR/css-ui-3/#status", + "level": 2, + "title": "Status of this document" + }, + { + "id": "toc", + "href": "https://www.w3.org/TR/css-ui-3/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "intro", + "href": "https://www.w3.org/TR/css-ui-3/#intro", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "purpose", + "href": "https://www.w3.org/TR/css-ui-3/#purpose", + "level": 3, + "title": "Purpose", + "number": "1.1" + }, + { + "id": "interaction", + "href": "https://www.w3.org/TR/css-ui-3/#interaction", + "level": 2, + "title": "Module Interactions", + "number": "2" + }, + { + "id": "box-model", + "href": "https://www.w3.org/TR/css-ui-3/#box-model", + "level": 2, + "title": "Box Model addition", + "number": "3" + }, + { + "id": "box-sizing", + "href": "https://www.w3.org/TR/css-ui-3/#box-sizing", + "level": 3, + "title": "Changing the Box Model: the box-sizing property", + "number": "3.1" + }, + { + "id": "box-sizing-example", + "href": "https://www.w3.org/TR/css-ui-3/#box-sizing-example", + "level": 4, + "title": "Using box-sizing to evenly share space" + }, + { + "id": "outline-props", + "href": "https://www.w3.org/TR/css-ui-3/#outline-props", + "level": 2, + "title": "Outline properties", + "number": "4" + }, + { + "id": "outline", + "href": "https://www.w3.org/TR/css-ui-3/#outline", + "level": 3, + "title": "Outlines Shorthand: the outline property", + "number": "4.1" + }, + { + "id": "outline-width", + "href": "https://www.w3.org/TR/css-ui-3/#outline-width", + "level": 3, + "title": "Outline Thickness: the outline-width property", + "number": "4.2" + }, + { + "id": "outline-style", + "href": "https://www.w3.org/TR/css-ui-3/#outline-style", + "level": 3, + "title": "Outline Patterns: the outline-style property", + "number": "4.3" + }, + { + "id": "outline-color", + "href": "https://www.w3.org/TR/css-ui-3/#outline-color", + "level": 3, + "title": "Outline Colors: the outline-color property", + "number": "4.4" + }, + { + "id": "outline-offset", + "href": "https://www.w3.org/TR/css-ui-3/#outline-offset", + "level": 3, + "title": "Offsetting the Outline: the outline-offset property", + "number": "4.5" + }, + { + "id": "resizing-and-overflow", + "href": "https://www.w3.org/TR/css-ui-3/#resizing-and-overflow", + "level": 2, + "title": "Resizing & Overflow", + "number": "5" + }, + { + "id": "resize", + "href": "https://www.w3.org/TR/css-ui-3/#resize", + "level": 3, + "title": "Resizing Boxes: the resize property", + "number": "5.1" + }, + { + "id": "text-overflow", + "href": "https://www.w3.org/TR/css-ui-3/#text-overflow", + "level": 3, + "title": "Overflow Ellipsis: the text-overflow property", + "number": "5.2" + }, + { + "id": "bidi-ellipsis", + "href": "https://www.w3.org/TR/css-ui-3/#bidi-ellipsis", + "level": 4, + "title": "Bidi ellipsis examples" + }, + { + "id": "ellipsing-details", + "href": "https://www.w3.org/TR/css-ui-3/#ellipsing-details", + "level": 4, + "title": "ellipsing details" + }, + { + "id": "ellipsis-interaction", + "href": "https://www.w3.org/TR/css-ui-3/#ellipsis-interaction", + "level": 4, + "title": "user interaction with ellipsis" + }, + { + "id": "text-overflow-examples", + "href": "https://www.w3.org/TR/css-ui-3/#text-overflow-examples", + "level": 4, + "title": "text-overflow examples" + }, + { + "id": "ellipsis-scrolling", + "href": "https://www.w3.org/TR/css-ui-3/#ellipsis-scrolling", + "level": 4, + "title": "ellipsis interaction with scrolling interfaces" + }, + { + "id": "pointing-keyboard", + "href": "https://www.w3.org/TR/css-ui-3/#pointing-keyboard", + "level": 2, + "title": "Pointing Devices and Keyboards", + "number": "6" + }, + { + "id": "pointer-interaction", + "href": "https://www.w3.org/TR/css-ui-3/#pointer-interaction", + "level": 3, + "title": "Pointer interaction", + "number": "6.1" + }, + { + "id": "cursor", + "href": "https://www.w3.org/TR/css-ui-3/#cursor", + "level": 4, + "title": "Styling the Cursor: the cursor property", + "number": "6.1.1" + }, + { + "id": "canvas_cursor", + "href": "https://www.w3.org/TR/css-ui-3/#canvas_cursor", + "level": 5, + "title": "Cursor of the canvas", + "number": "6.1.1.1" + }, + { + "id": "insertion-caret", + "href": "https://www.w3.org/TR/css-ui-3/#insertion-caret", + "level": 3, + "title": "Insertion caret", + "number": "6.2" + }, + { + "id": "caret-color", + "href": "https://www.w3.org/TR/css-ui-3/#caret-color", + "level": 4, + "title": "Coloring the Insertion Caret: the caret-color property", + "number": "6.2.1" + }, + { + "id": "keyboard", + "href": "https://www.w3.org/TR/css-ui-3/#keyboard", + "level": 3, + "title": "Keyboard control", + "number": "6.3" + }, + { + "id": "input-method-editor", + "href": "https://www.w3.org/TR/css-ui-3/#input-method-editor", + "level": 4, + "title": "Obsolete: the ime-mode property", + "number": "6.3.1" + }, + { + "id": "acknowledgments", + "href": "https://www.w3.org/TR/css-ui-3/#acknowledgments", + "level": 2, + "title": "Appendix A. Acknowledgments" + }, + { + "id": "changes", + "href": "https://www.w3.org/TR/css-ui-3/#changes", + "level": 2, + "title": "Appendix B. Changes" + }, + { + "id": "changes-from-PR", + "href": "https://www.w3.org/TR/css-ui-3/#changes-from-PR", + "level": 3, + "title": "Since Proposed Recommendation" + }, + { + "id": "changes-from-CR", + "href": "https://www.w3.org/TR/css-ui-3/#changes-from-CR", + "level": 3, + "title": "Since Candidate Recommendation" + }, + { + "id": "security-privacy-considerations", + "href": "https://www.w3.org/TR/css-ui-3/#security-privacy-considerations", + "level": 2, + "title": "Appendix C. Considerations for Security and Privacy" + }, + { + "id": "default-style-sheet", + "href": "https://www.w3.org/TR/css-ui-3/#default-style-sheet", + "level": 2, + "title": "Appendix D. Default style sheet additions for HTML" + }, + { + "id": "conformance", + "href": "https://www.w3.org/TR/css-ui-3/#conformance", + "level": 2, + "title": "Conformance" + }, + { + "id": "document-conventions", + "href": "https://www.w3.org/TR/css-ui-3/#document-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "conform-classes", + "href": "https://www.w3.org/TR/css-ui-3/#conform-classes", + "level": 3, + "title": "Conformance classes" + }, + { + "id": "conform-responsible", + "href": "https://www.w3.org/TR/css-ui-3/#conform-responsible", + "level": 3, + "title": "Requirements for Responsible Implementation of CSS" + }, + { + "id": "conform-partial", + "href": "https://www.w3.org/TR/css-ui-3/#conform-partial", + "level": 4, + "title": "Partial Implementations" + }, + { + "id": "conform-future-proofing", + "href": "https://www.w3.org/TR/css-ui-3/#conform-future-proofing", + "level": 4, + "title": "Implementations of Unstable and Proprietary Features" + }, + { + "id": "conform-testing", + "href": "https://www.w3.org/TR/css-ui-3/#conform-testing", + "level": 4, + "title": "Implementations of CR-level Features" + }, + { + "id": "index", + "href": "https://www.w3.org/TR/css-ui-3/#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "href": "https://www.w3.org/TR/css-ui-3/#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "href": "https://www.w3.org/TR/css-ui-3/#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "href": "https://www.w3.org/TR/css-ui-3/#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://www.w3.org/TR/css-ui-3/#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "informative", + "href": "https://www.w3.org/TR/css-ui-3/#informative", + "level": 3, + "title": "Informative References" + }, + { + "id": "property-index", + "href": "https://www.w3.org/TR/css-ui-3/#property-index", + "level": 2, + "title": "Property Index" + } + ] +} \ No newline at end of file diff --git a/tr/headings/css-writing-modes-3.json b/tr/headings/css-writing-modes-3.json new file mode 100644 index 000000000000..2336825f29e5 --- /dev/null +++ b/tr/headings/css-writing-modes-3.json @@ -0,0 +1,553 @@ +{ + "spec": { + "title": "CSS Writing Modes Level 3", + "url": "https://www.w3.org/TR/css-writing-modes-3/" + }, + "headings": [ + { + "id": "title", + "href": "https://www.w3.org/TR/css-writing-modes-3/#title", + "level": 1, + "title": "1204 TestsCSS Writing Modes Level 3" + }, + { + "id": "subtitle", + "href": "https://www.w3.org/TR/css-writing-modes-3/#subtitle", + "level": 2, + "title": "W3C Recommendation, 10 December 2019" + }, + { + "id": "abstract", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "status", + "href": "https://www.w3.org/TR/css-writing-modes-3/#status", + "level": 2, + "title": "Status of this document" + }, + { + "id": "toc", + "href": "https://www.w3.org/TR/css-writing-modes-3/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "text-flow", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-flow", + "level": 2, + "title": "Introduction to Writing Modes", + "number": "1" + }, + { + "id": "placement", + "href": "https://www.w3.org/TR/css-writing-modes-3/#placement", + "level": 3, + "title": "Module Interactions", + "number": "1.1" + }, + { + "id": "values", + "href": "https://www.w3.org/TR/css-writing-modes-3/#values", + "level": 3, + "title": "Value Types and Terminology", + "number": "1.2" + }, + { + "id": "text-direction", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-direction", + "level": 2, + "title": "Inline Direction and Bidirectionality", + "number": "2" + }, + { + "id": "direction", + "href": "https://www.w3.org/TR/css-writing-modes-3/#direction", + "level": 3, + "title": "Specifying Directionality: the direction property", + "number": "2.1" + }, + { + "id": "unicode-bidi", + "href": "https://www.w3.org/TR/css-writing-modes-3/#unicode-bidi", + "level": 3, + "title": "Embeddings and Overrides: the unicode-bidi property", + "number": "2.2" + }, + { + "id": "bidi-example", + "href": "https://www.w3.org/TR/css-writing-modes-3/#bidi-example", + "level": 3, + "title": "Example of Bidirectional Text", + "number": "2.3" + }, + { + "id": "bidi-algo", + "href": "https://www.w3.org/TR/css-writing-modes-3/#bidi-algo", + "level": 3, + "title": "Applying the Bidirectional Reordering Algorithm", + "number": "2.4" + }, + { + "id": "bidi-para-direction", + "href": "https://www.w3.org/TR/css-writing-modes-3/#bidi-para-direction", + "level": 4, + "title": "Bidi Paragraph Embedding Levels", + "number": "2.4.1" + }, + { + "id": "bidi-control-codes", + "href": "https://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes", + "level": 4, + "title": "CSS–Unicode Bidi Control Translation, Text Reordering", + "number": "2.4.2" + }, + { + "id": "bidi-atomic-inlines", + "href": "https://www.w3.org/TR/css-writing-modes-3/#bidi-atomic-inlines", + "level": 4, + "title": "Bidi Treatment of Atomic Inlines", + "number": "2.4.3" + }, + { + "id": "bidi-embedding-breaks", + "href": "https://www.w3.org/TR/css-writing-modes-3/#bidi-embedding-breaks", + "level": 4, + "title": "Paragraph Breaks Within Embeddings and Isolates", + "number": "2.4.4" + }, + { + "id": "bidi-box-model", + "href": "https://www.w3.org/TR/css-writing-modes-3/#bidi-box-model", + "level": 4, + "title": "Reordering-induced Box Fragmentation", + "number": "2.4.5" + }, + { + "id": "vertical-modes", + "href": "https://www.w3.org/TR/css-writing-modes-3/#vertical-modes", + "level": 2, + "title": "Vertical Writing Modes", + "number": "3" + }, + { + "id": "vertical-intro", + "href": "https://www.w3.org/TR/css-writing-modes-3/#vertical-intro", + "level": 3, + "title": "Introduction to Vertical Writing", + "number": "3.1" + }, + { + "id": "block-flow", + "href": "https://www.w3.org/TR/css-writing-modes-3/#block-flow", + "level": 3, + "title": "Block Flow Direction: the writing-mode property", + "number": "3.2" + }, + { + "id": "svg-writing-mode", + "href": "https://www.w3.org/TR/css-writing-modes-3/#svg-writing-mode", + "level": 4, + "title": "Obsolete SVG1.1 writing-mode Values", + "number": "3.2.1" + }, + { + "id": "svg-writing-mode-css", + "href": "https://www.w3.org/TR/css-writing-modes-3/#svg-writing-mode-css", + "level": 5, + "title": "Supporting SVG1.1 writing-mode values in CSS syntax", + "number": "3.2.1.1" + }, + { + "id": "svg-writing-mode-markup", + "href": "https://www.w3.org/TR/css-writing-modes-3/#svg-writing-mode-markup", + "level": 5, + "title": "Supporting SVG1.1 writing-mode values in presentational attributes", + "number": "3.2.1.2" + }, + { + "id": "inline-alignment", + "href": "https://www.w3.org/TR/css-writing-modes-3/#inline-alignment", + "level": 2, + "title": "Inline-level Alignment", + "number": "4" + }, + { + "id": "intro-baselines", + "href": "https://www.w3.org/TR/css-writing-modes-3/#intro-baselines", + "level": 3, + "title": "Introduction to Baselines", + "number": "4.1" + }, + { + "id": "text-baselines", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-baselines", + "level": 3, + "title": "Text Baselines", + "number": "4.2" + }, + { + "id": "replaced-baselines", + "href": "https://www.w3.org/TR/css-writing-modes-3/#replaced-baselines", + "level": 3, + "title": "Atomic Inline Baselines", + "number": "4.3" + }, + { + "id": "baseline-alignment", + "href": "https://www.w3.org/TR/css-writing-modes-3/#baseline-alignment", + "level": 3, + "title": "Baseline Alignment", + "number": "4.4" + }, + { + "id": "intro-text-layout", + "href": "https://www.w3.org/TR/css-writing-modes-3/#intro-text-layout", + "level": 2, + "title": "Introduction to Vertical Text Layout", + "number": "5" + }, + { + "id": "text-orientation", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-orientation", + "level": 3, + "title": "Orienting Text: the text-orientation property", + "number": "5.1" + }, + { + "id": "vertical-font-features", + "href": "https://www.w3.org/TR/css-writing-modes-3/#vertical-font-features", + "level": 4, + "title": "Vertical Typesetting and Font Features", + "number": "5.1.1" + }, + { + "id": "vertical-orientations", + "href": "https://www.w3.org/TR/css-writing-modes-3/#vertical-orientations", + "level": 4, + "title": "Mixed Vertical Orientations", + "number": "5.1.2" + }, + { + "id": "glyph-orientation", + "href": "https://www.w3.org/TR/css-writing-modes-3/#glyph-orientation", + "level": 4, + "title": "Obsolete: the SVG1.1 glyph-orientation-vertical property", + "number": "5.1.3" + }, + { + "id": "abstract-box", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-box", + "level": 2, + "title": "Abstract Box Terminology", + "number": "6" + }, + { + "id": "abstract-axes", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-axes", + "level": 3, + "title": "Abstract Dimensions", + "number": "6.1" + }, + { + "id": "logical-directions", + "href": "https://www.w3.org/TR/css-writing-modes-3/#logical-directions", + "level": 3, + "title": "Flow-relative Directions", + "number": "6.2" + }, + { + "id": "line-directions", + "href": "https://www.w3.org/TR/css-writing-modes-3/#line-directions", + "level": 3, + "title": "Line-relative Directions", + "number": "6.3" + }, + { + "id": "logical-to-physical", + "href": "https://www.w3.org/TR/css-writing-modes-3/#logical-to-physical", + "level": 3, + "title": "Abstract-to-Physical Mappings", + "number": "6.4" + }, + { + "id": "abstract-layout", + "href": "https://www.w3.org/TR/css-writing-modes-3/#abstract-layout", + "level": 2, + "title": "Abstract Box Layout", + "number": "7" + }, + { + "id": "vertical-layout", + "href": "https://www.w3.org/TR/css-writing-modes-3/#vertical-layout", + "level": 3, + "title": "Principles of Layout in Vertical Writing Modes", + "number": "7.1" + }, + { + "id": "dimension-mapping", + "href": "https://www.w3.org/TR/css-writing-modes-3/#dimension-mapping", + "level": 3, + "title": "Dimensional Mapping", + "number": "7.2" + }, + { + "id": "orthogonal-flows", + "href": "https://www.w3.org/TR/css-writing-modes-3/#orthogonal-flows", + "level": 3, + "title": "Orthogonal Flows", + "number": "7.3" + }, + { + "id": "orthogonal-auto", + "href": "https://www.w3.org/TR/css-writing-modes-3/#orthogonal-auto", + "level": 4, + "title": "Available Space of Orthogonal Flows", + "number": "7.3.1" + }, + { + "id": "orthogonal-layout", + "href": "https://www.w3.org/TR/css-writing-modes-3/#orthogonal-layout", + "level": 4, + "title": "Auto-sizing Orthogonal Flow Roots", + "number": "7.3.2" + }, + { + "id": "orthogonal-pagination", + "href": "https://www.w3.org/TR/css-writing-modes-3/#orthogonal-pagination", + "level": 4, + "title": "Fragmenting Orthogonal Flows", + "number": "7.3.3" + }, + { + "id": "logical-direction-layout", + "href": "https://www.w3.org/TR/css-writing-modes-3/#logical-direction-layout", + "level": 3, + "title": "Flow-Relative Mappings", + "number": "7.4" + }, + { + "id": "line-mappings", + "href": "https://www.w3.org/TR/css-writing-modes-3/#line-mappings", + "level": 3, + "title": "Line-Relative Mappings", + "number": "7.5" + }, + { + "id": "physical-only", + "href": "https://www.w3.org/TR/css-writing-modes-3/#physical-only", + "level": 3, + "title": "Purely Physical Mappings", + "number": "7.6" + }, + { + "id": "principal-flow", + "href": "https://www.w3.org/TR/css-writing-modes-3/#principal-flow", + "level": 2, + "title": "The Principal Writing Mode", + "number": "8" + }, + { + "id": "icb", + "href": "https://www.w3.org/TR/css-writing-modes-3/#icb", + "level": 3, + "title": "Propagation to the Initial Containing Block", + "number": "8.1" + }, + { + "id": "page-direction", + "href": "https://www.w3.org/TR/css-writing-modes-3/#page-direction", + "level": 3, + "title": "Page Flow: the page progression direction", + "number": "8.2" + }, + { + "id": "text-combine", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-combine", + "level": 2, + "title": "Glyph Composition", + "number": "9" + }, + { + "id": "text-combine-upright", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-combine-upright", + "level": 3, + "title": "Horizontal-in-Vertical Composition: the text-combine-upright property", + "number": "9.1" + }, + { + "id": "text-combine-runs", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-combine-runs", + "level": 4, + "title": "Text Run Rules", + "number": "9.1.1" + }, + { + "id": "text-combine-layout", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-combine-layout", + "level": 4, + "title": "Layout Rules", + "number": "9.1.2" + }, + { + "id": "text-combine-compression", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-combine-compression", + "level": 4, + "title": "Compression Rules", + "number": "9.1.3" + }, + { + "id": "text-combine-fullwidth", + "href": "https://www.w3.org/TR/css-writing-modes-3/#text-combine-fullwidth", + "level": 5, + "title": "Full-width Characters", + "number": "9.1.3.1" + }, + { + "id": "priv-sec", + "href": "https://www.w3.org/TR/css-writing-modes-3/#priv-sec", + "level": 2, + "title": "10. Privacy and Security Considerations" + }, + { + "id": "changes", + "href": "https://www.w3.org/TR/css-writing-modes-3/#changes", + "level": 2, + "title": "Changes" + }, + { + "id": "changes-20190903", + "href": "https://www.w3.org/TR/css-writing-modes-3/#changes-20190903", + "level": 3, + "title": "Changes since the September 2019 CSS Writing Modes Module Level 3 Candidate Recommendation" + }, + { + "id": "changes-20190730", + "href": "https://www.w3.org/TR/css-writing-modes-3/#changes-20190730", + "level": 3, + "title": "Changes since the July 2019 CSS Writing Modes Module Level 3 Candidate Recommendation" + }, + { + "id": "changes-201805", + "href": "https://www.w3.org/TR/css-writing-modes-3/#changes-201805", + "level": 3, + "title": "Changes since the May 2018 CSS Writing Modes Module Level 3 Candidate Recommendation" + }, + { + "id": "changes-201712", + "href": "https://www.w3.org/TR/css-writing-modes-3/#changes-201712", + "level": 3, + "title": "Changes since the December 2017 CSS Writing Modes Module Level 3 Candidate Recommendation" + }, + { + "id": "changes-201512", + "href": "https://www.w3.org/TR/css-writing-modes-3/#changes-201512", + "level": 3, + "title": "Changes since the December 2015 CSS Writing Modes Module Level 3 Candidate Recommendation" + }, + { + "id": "changes-201311", + "href": "https://www.w3.org/TR/css-writing-modes-3/#changes-201311", + "level": 3, + "title": "Changes since the March 2014 CSS Writing Modes Module Level 3 Candidate Recommendation" + }, + { + "id": "acknowledgements", + "href": "https://www.w3.org/TR/css-writing-modes-3/#acknowledgements", + "level": 2, + "title": "Acknowledgements" + }, + { + "id": "script-orientations", + "href": "https://www.w3.org/TR/css-writing-modes-3/#script-orientations", + "level": 2, + "title": "Appendix A: Vertical Scripts in Unicode" + }, + { + "id": "conformance", + "href": "https://www.w3.org/TR/css-writing-modes-3/#conformance", + "level": 2, + "title": "Conformance" + }, + { + "id": "document-conventions", + "href": "https://www.w3.org/TR/css-writing-modes-3/#document-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "conform-classes", + "href": "https://www.w3.org/TR/css-writing-modes-3/#conform-classes", + "level": 3, + "title": "Conformance classes" + }, + { + "id": "conform-responsible", + "href": "https://www.w3.org/TR/css-writing-modes-3/#conform-responsible", + "level": 3, + "title": "Requirements for Responsible Implementation of CSS" + }, + { + "id": "conform-partial", + "href": "https://www.w3.org/TR/css-writing-modes-3/#conform-partial", + "level": 4, + "title": "Partial Implementations" + }, + { + "id": "conform-future-proofing", + "href": "https://www.w3.org/TR/css-writing-modes-3/#conform-future-proofing", + "level": 4, + "title": "Implementations of Unstable and Proprietary Features" + }, + { + "id": "conform-testing", + "href": "https://www.w3.org/TR/css-writing-modes-3/#conform-testing", + "level": 4, + "title": "Implementations of CR-level Features" + }, + { + "id": "index", + "href": "https://www.w3.org/TR/css-writing-modes-3/#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "href": "https://www.w3.org/TR/css-writing-modes-3/#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "href": "https://www.w3.org/TR/css-writing-modes-3/#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "href": "https://www.w3.org/TR/css-writing-modes-3/#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://www.w3.org/TR/css-writing-modes-3/#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "informative", + "href": "https://www.w3.org/TR/css-writing-modes-3/#informative", + "level": 3, + "title": "Informative References" + }, + { + "id": "property-index", + "href": "https://www.w3.org/TR/css-writing-modes-3/#property-index", + "level": 2, + "title": "Property Index" + } + ] +} \ No newline at end of file diff --git a/tr/headings/encoding.json b/tr/headings/encoding.json index 860fb922588b..2c850173c4f8 100644 --- a/tr/headings/encoding.json +++ b/tr/headings/encoding.json @@ -1,518 +1,518 @@ { "spec": { "title": "Encoding Standard", - "url": "https://www.w3.org/TR/encoding/" + "url": "https://encoding.spec.whatwg.org/" }, "headings": [ { "id": "title", - "href": "https://www.w3.org/TR/encoding/#title", + "href": "https://encoding.spec.whatwg.org/#title", "level": 1, "title": "Encoding" }, { "id": "subtitle", - "href": "https://www.w3.org/TR/encoding/#subtitle", + "href": "https://encoding.spec.whatwg.org/#subtitle", "level": 2, "title": "Living Standard — Last Updated 26 October 2022" }, { "id": "abstract", - "href": "https://www.w3.org/TR/encoding/#abstract", + "href": "https://encoding.spec.whatwg.org/#abstract", "level": 2, "title": "Abstract" }, { "id": "toc", - "href": "https://www.w3.org/TR/encoding/#toc", + "href": "https://encoding.spec.whatwg.org/#toc", "level": 2, "title": "Table of Contents" }, { "id": "preface", - "href": "https://www.w3.org/TR/encoding/#preface", + "href": "https://encoding.spec.whatwg.org/#preface", "level": 2, "title": "Preface", "number": "1" }, { "id": "security-background", - "href": "https://www.w3.org/TR/encoding/#security-background", + "href": "https://encoding.spec.whatwg.org/#security-background", "level": 2, "title": "Security background", "number": "2" }, { "id": "terminology", - "href": "https://www.w3.org/TR/encoding/#terminology", + "href": "https://encoding.spec.whatwg.org/#terminology", "level": 2, "title": "Terminology", "number": "3" }, { "id": "encodings", - "href": "https://www.w3.org/TR/encoding/#encodings", + "href": "https://encoding.spec.whatwg.org/#encodings", "level": 2, "title": "Encodings", "number": "4" }, { "id": "encoders-and-decoders", - "href": "https://www.w3.org/TR/encoding/#encoders-and-decoders", + "href": "https://encoding.spec.whatwg.org/#encoders-and-decoders", "level": 3, "title": "Encoders and decoders", "number": "4.1" }, { "id": "names-and-labels", - "href": "https://www.w3.org/TR/encoding/#names-and-labels", + "href": "https://encoding.spec.whatwg.org/#names-and-labels", "level": 3, "title": "Names and labels", "number": "4.2" }, { "id": "output-encodings", - "href": "https://www.w3.org/TR/encoding/#output-encodings", + "href": "https://encoding.spec.whatwg.org/#output-encodings", "level": 3, "title": "Output encodings", "number": "4.3" }, { "id": "indexes", - "href": "https://www.w3.org/TR/encoding/#indexes", + "href": "https://encoding.spec.whatwg.org/#indexes", "level": 2, "title": "Indexes", "number": "5" }, { "id": "specification-hooks", - "href": "https://www.w3.org/TR/encoding/#specification-hooks", + "href": "https://encoding.spec.whatwg.org/#specification-hooks", "level": 2, "title": "Hooks for standards", "number": "6" }, { "id": "legacy-hooks", - "href": "https://www.w3.org/TR/encoding/#legacy-hooks", + "href": "https://encoding.spec.whatwg.org/#legacy-hooks", "level": 3, "title": "Legacy hooks for standards", "number": "6.1" }, { "id": "api", - "href": "https://www.w3.org/TR/encoding/#api", + "href": "https://encoding.spec.whatwg.org/#api", "level": 2, "title": "API", "number": "7" }, { "id": "interface-mixin-textdecodercommon", - "href": "https://www.w3.org/TR/encoding/#interface-mixin-textdecodercommon", + "href": "https://encoding.spec.whatwg.org/#interface-mixin-textdecodercommon", "level": 3, "title": "Interface mixin TextDecoderCommon", "number": "7.1" }, { "id": "interface-textdecoder", - "href": "https://www.w3.org/TR/encoding/#interface-textdecoder", + "href": "https://encoding.spec.whatwg.org/#interface-textdecoder", "level": 3, "title": "Interface TextDecoder", "number": "7.2" }, { "id": "interface-mixin-textencodercommon", - "href": "https://www.w3.org/TR/encoding/#interface-mixin-textencodercommon", + "href": "https://encoding.spec.whatwg.org/#interface-mixin-textencodercommon", "level": 3, "title": "Interface mixin TextEncoderCommon", "number": "7.3" }, { "id": "interface-textencoder", - "href": "https://www.w3.org/TR/encoding/#interface-textencoder", + "href": "https://encoding.spec.whatwg.org/#interface-textencoder", "level": 3, "title": "Interface TextEncoder", "number": "7.4" }, { "id": "interface-textdecoderstream", - "href": "https://www.w3.org/TR/encoding/#interface-textdecoderstream", + "href": "https://encoding.spec.whatwg.org/#interface-textdecoderstream", "level": 3, "title": "Interface TextDecoderStream", "number": "7.5" }, { "id": "interface-textencoderstream", - "href": "https://www.w3.org/TR/encoding/#interface-textencoderstream", + "href": "https://encoding.spec.whatwg.org/#interface-textencoderstream", "level": 3, "title": "Interface TextEncoderStream", "number": "7.6" }, { "id": "the-encoding", - "href": "https://www.w3.org/TR/encoding/#the-encoding", + "href": "https://encoding.spec.whatwg.org/#the-encoding", "level": 2, "title": "The encoding", "number": "8" }, { "id": "utf-8", - "href": "https://www.w3.org/TR/encoding/#utf-8", + "href": "https://encoding.spec.whatwg.org/#utf-8", "level": 3, "title": "UTF-8", "number": "8.1" }, { "id": "utf-8-decoder", - "href": "https://www.w3.org/TR/encoding/#utf-8-decoder", + "href": "https://encoding.spec.whatwg.org/#utf-8-decoder", "level": 4, "title": "UTF-8 decoder", "number": "8.1.1" }, { "id": "utf-8-encoder", - "href": "https://www.w3.org/TR/encoding/#utf-8-encoder", + "href": "https://encoding.spec.whatwg.org/#utf-8-encoder", "level": 4, "title": "UTF-8 encoder", "number": "8.1.2" }, { "id": "legacy-single-byte-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", "level": 2, "title": "Legacy single-byte encodings", "number": "9" }, { "id": "single-byte-decoder", - "href": "https://www.w3.org/TR/encoding/#single-byte-decoder", + "href": "https://encoding.spec.whatwg.org/#single-byte-decoder", "level": 3, "title": "single-byte decoder", "number": "9.1" }, { "id": "single-byte-encoder", - "href": "https://www.w3.org/TR/encoding/#single-byte-encoder", + "href": "https://encoding.spec.whatwg.org/#single-byte-encoder", "level": 3, "title": "single-byte encoder", "number": "9.2" }, { "id": "legacy-multi-byte-chinese-(simplified)-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-multi-byte-chinese-(simplified)-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-multi-byte-chinese-(simplified)-encodings", "level": 2, "title": "10. Legacy multi-byte Chinese (simplified) encodings" }, { "id": "gbk", - "href": "https://www.w3.org/TR/encoding/#gbk", + "href": "https://encoding.spec.whatwg.org/#gbk", "level": 3, "title": "GBK", "number": "10.1" }, { "id": "gbk-decoder", - "href": "https://www.w3.org/TR/encoding/#gbk-decoder", + "href": "https://encoding.spec.whatwg.org/#gbk-decoder", "level": 4, "title": "GBK decoder", "number": "10.1.1" }, { "id": "gbk-encoder", - "href": "https://www.w3.org/TR/encoding/#gbk-encoder", + "href": "https://encoding.spec.whatwg.org/#gbk-encoder", "level": 4, "title": "GBK encoder", "number": "10.1.2" }, { "id": "gb18030", - "href": "https://www.w3.org/TR/encoding/#gb18030", + "href": "https://encoding.spec.whatwg.org/#gb18030", "level": 3, "title": "gb18030", "number": "10.2" }, { "id": "gb18030-decoder", - "href": "https://www.w3.org/TR/encoding/#gb18030-decoder", + "href": "https://encoding.spec.whatwg.org/#gb18030-decoder", "level": 4, "title": "gb18030 decoder", "number": "10.2.1" }, { "id": "gb18030-encoder", - "href": "https://www.w3.org/TR/encoding/#gb18030-encoder", + "href": "https://encoding.spec.whatwg.org/#gb18030-encoder", "level": 4, "title": "gb18030 encoder", "number": "10.2.2" }, { "id": "legacy-multi-byte-chinese-(traditional)-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-multi-byte-chinese-(traditional)-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-multi-byte-chinese-(traditional)-encodings", "level": 2, "title": "11. Legacy multi-byte Chinese (traditional) encodings" }, { "id": "big5", - "href": "https://www.w3.org/TR/encoding/#big5", + "href": "https://encoding.spec.whatwg.org/#big5", "level": 3, "title": "Big5", "number": "11.1" }, { "id": "big5-decoder", - "href": "https://www.w3.org/TR/encoding/#big5-decoder", + "href": "https://encoding.spec.whatwg.org/#big5-decoder", "level": 4, "title": "Big5 decoder", "number": "11.1.1" }, { "id": "big5-encoder", - "href": "https://www.w3.org/TR/encoding/#big5-encoder", + "href": "https://encoding.spec.whatwg.org/#big5-encoder", "level": 4, "title": "Big5 encoder", "number": "11.1.2" }, { "id": "legacy-multi-byte-japanese-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-multi-byte-japanese-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-multi-byte-japanese-encodings", "level": 2, "title": "12. Legacy multi-byte Japanese encodings" }, { "id": "euc-jp", - "href": "https://www.w3.org/TR/encoding/#euc-jp", + "href": "https://encoding.spec.whatwg.org/#euc-jp", "level": 3, "title": "EUC-JP", "number": "12.1" }, { "id": "euc-jp-decoder", - "href": "https://www.w3.org/TR/encoding/#euc-jp-decoder", + "href": "https://encoding.spec.whatwg.org/#euc-jp-decoder", "level": 4, "title": "EUC-JP decoder", "number": "12.1.1" }, { "id": "euc-jp-encoder", - "href": "https://www.w3.org/TR/encoding/#euc-jp-encoder", + "href": "https://encoding.spec.whatwg.org/#euc-jp-encoder", "level": 4, "title": "EUC-JP encoder", "number": "12.1.2" }, { "id": "iso-2022-jp", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp", "level": 3, "title": "ISO-2022-JP", "number": "12.2" }, { "id": "iso-2022-jp-decoder", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder", "level": 4, "title": "ISO-2022-JP decoder", "number": "12.2.1" }, { "id": "iso-2022-jp-encoder", - "href": "https://www.w3.org/TR/encoding/#iso-2022-jp-encoder", + "href": "https://encoding.spec.whatwg.org/#iso-2022-jp-encoder", "level": 4, "title": "ISO-2022-JP encoder", "number": "12.2.2" }, { "id": "shift_jis", - "href": "https://www.w3.org/TR/encoding/#shift_jis", + "href": "https://encoding.spec.whatwg.org/#shift_jis", "level": 3, "title": "Shift_JIS", "number": "12.3" }, { "id": "shift_jis-decoder", - "href": "https://www.w3.org/TR/encoding/#shift_jis-decoder", + "href": "https://encoding.spec.whatwg.org/#shift_jis-decoder", "level": 4, "title": "Shift_JIS decoder", "number": "12.3.1" }, { "id": "shift_jis-encoder", - "href": "https://www.w3.org/TR/encoding/#shift_jis-encoder", + "href": "https://encoding.spec.whatwg.org/#shift_jis-encoder", "level": 4, "title": "Shift_JIS encoder", "number": "12.3.2" }, { "id": "legacy-multi-byte-korean-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-multi-byte-korean-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-multi-byte-korean-encodings", "level": 2, "title": "13. Legacy multi-byte Korean encodings" }, { "id": "euc-kr", - "href": "https://www.w3.org/TR/encoding/#euc-kr", + "href": "https://encoding.spec.whatwg.org/#euc-kr", "level": 3, "title": "EUC-KR", "number": "13.1" }, { "id": "euc-kr-decoder", - "href": "https://www.w3.org/TR/encoding/#euc-kr-decoder", + "href": "https://encoding.spec.whatwg.org/#euc-kr-decoder", "level": 4, "title": "EUC-KR decoder", "number": "13.1.1" }, { "id": "euc-kr-encoder", - "href": "https://www.w3.org/TR/encoding/#euc-kr-encoder", + "href": "https://encoding.spec.whatwg.org/#euc-kr-encoder", "level": 4, "title": "EUC-KR encoder", "number": "13.1.2" }, { "id": "legacy-miscellaneous-encodings", - "href": "https://www.w3.org/TR/encoding/#legacy-miscellaneous-encodings", + "href": "https://encoding.spec.whatwg.org/#legacy-miscellaneous-encodings", "level": 2, "title": "14. Legacy miscellaneous encodings" }, { "id": "replacement", - "href": "https://www.w3.org/TR/encoding/#replacement", + "href": "https://encoding.spec.whatwg.org/#replacement", "level": 3, "title": "replacement", "number": "14.1" }, { "id": "replacement-decoder", - "href": "https://www.w3.org/TR/encoding/#replacement-decoder", + "href": "https://encoding.spec.whatwg.org/#replacement-decoder", "level": 4, "title": "replacement decoder", "number": "14.1.1" }, { "id": "common-infrastructure-for-utf-16be-and-utf-16le", - "href": "https://www.w3.org/TR/encoding/#common-infrastructure-for-utf-16be-and-utf-16le", + "href": "https://encoding.spec.whatwg.org/#common-infrastructure-for-utf-16be-and-utf-16le", "level": 3, "title": "Common infrastructure for UTF-16BE/LE", "number": "14.2" }, { "id": "shared-utf-16-decoder", - "href": "https://www.w3.org/TR/encoding/#shared-utf-16-decoder", + "href": "https://encoding.spec.whatwg.org/#shared-utf-16-decoder", "level": 4, "title": "shared UTF-16 decoder", "number": "14.2.1" }, { "id": "utf-16be", - "href": "https://www.w3.org/TR/encoding/#utf-16be", + "href": "https://encoding.spec.whatwg.org/#utf-16be", "level": 3, "title": "UTF-16BE", "number": "14.3" }, { "id": "utf-16be-decoder", - "href": "https://www.w3.org/TR/encoding/#utf-16be-decoder", + "href": "https://encoding.spec.whatwg.org/#utf-16be-decoder", "level": 4, "title": "UTF-16BE decoder", "number": "14.3.1" }, { "id": "utf-16le", - "href": "https://www.w3.org/TR/encoding/#utf-16le", + "href": "https://encoding.spec.whatwg.org/#utf-16le", "level": 3, "title": "UTF-16LE", "number": "14.4" }, { "id": "utf-16le-decoder", - "href": "https://www.w3.org/TR/encoding/#utf-16le-decoder", + "href": "https://encoding.spec.whatwg.org/#utf-16le-decoder", "level": 4, "title": "UTF-16LE decoder", "number": "14.4.1" }, { "id": "x-user-defined", - "href": "https://www.w3.org/TR/encoding/#x-user-defined", + "href": "https://encoding.spec.whatwg.org/#x-user-defined", "level": 3, "title": "x-user-defined", "number": "14.5" }, { "id": "x-user-defined-decoder", - "href": "https://www.w3.org/TR/encoding/#x-user-defined-decoder", + "href": "https://encoding.spec.whatwg.org/#x-user-defined-decoder", "level": 4, "title": "x-user-defined decoder", "number": "14.5.1" }, { "id": "x-user-defined-encoder", - "href": "https://www.w3.org/TR/encoding/#x-user-defined-encoder", + "href": "https://encoding.spec.whatwg.org/#x-user-defined-encoder", "level": 4, "title": "x-user-defined encoder", "number": "14.5.2" }, { "id": "browser-ui", - "href": "https://www.w3.org/TR/encoding/#browser-ui", + "href": "https://encoding.spec.whatwg.org/#browser-ui", "level": 2, "title": "15. Browser UI" }, { "id": "implementation-considerations", - "href": "https://www.w3.org/TR/encoding/#implementation-considerations", + "href": "https://encoding.spec.whatwg.org/#implementation-considerations", "level": 2, "title": "Implementation considerations" }, { "id": "acknowledgments", - "href": "https://www.w3.org/TR/encoding/#acknowledgments", + "href": "https://encoding.spec.whatwg.org/#acknowledgments", "level": 2, "title": "Acknowledgments" }, { "id": "ipr", - "href": "https://www.w3.org/TR/encoding/#ipr", + "href": "https://encoding.spec.whatwg.org/#ipr", "level": 2, "title": "Intellectual property rights" }, { "id": "section-index", - "href": "https://www.w3.org/TR/encoding/#section-index", + "href": "https://encoding.spec.whatwg.org/#section-index", "level": 2, "title": "Index" }, { "id": "index-defined-here", - "href": "https://www.w3.org/TR/encoding/#index-defined-here", + "href": "https://encoding.spec.whatwg.org/#index-defined-here", "level": 3, "title": "Terms defined by this specification" }, { "id": "index-defined-elsewhere", - "href": "https://www.w3.org/TR/encoding/#index-defined-elsewhere", + "href": "https://encoding.spec.whatwg.org/#index-defined-elsewhere", "level": 3, "title": "Terms defined by reference" }, { "id": "references", - "href": "https://www.w3.org/TR/encoding/#references", + "href": "https://encoding.spec.whatwg.org/#references", "level": 2, "title": "References" }, { "id": "normative", - "href": "https://www.w3.org/TR/encoding/#normative", + "href": "https://encoding.spec.whatwg.org/#normative", "level": 3, "title": "Normative References" }, { "id": "informative", - "href": "https://www.w3.org/TR/encoding/#informative", + "href": "https://encoding.spec.whatwg.org/#informative", "level": 3, "title": "Informative References" }, { "id": "idl-index", - "href": "https://www.w3.org/TR/encoding/#idl-index", + "href": "https://encoding.spec.whatwg.org/#idl-index", "level": 2, "title": "IDL Index" } diff --git a/tr/headings/html.json b/tr/headings/html.json index 6473283e1642..30b6dd719e69 100644 --- a/tr/headings/html.json +++ b/tr/headings/html.json @@ -5643,6 +5643,13 @@ "title": "Security and privacy", "number": "8.9.1.4.1" }, + { + "id": "user-agent-automation", + "href": "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation", + "level": 6, + "title": "User agent automation", + "number": "8.9.1.4.2" + }, { "id": "cookies", "href": "https://html.spec.whatwg.org/multipage/system-state.html#cookies", diff --git a/tr/headings/mediaqueries-3.json b/tr/headings/mediaqueries-3.json new file mode 100644 index 000000000000..df4ee82ad390 --- /dev/null +++ b/tr/headings/mediaqueries-3.json @@ -0,0 +1,224 @@ +{ + "spec": { + "title": "Media Queries Level 3", + "url": "https://www.w3.org/TR/mediaqueries-3/" + }, + "headings": [ + { + "id": "title", + "href": "https://www.w3.org/TR/mediaqueries-3/#title", + "level": 1, + "title": "Media Queries Level 3" + }, + { + "id": "abstract", + "href": "https://www.w3.org/TR/mediaqueries-3/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "status", + "href": "https://www.w3.org/TR/mediaqueries-3/#status", + "level": 2, + "title": "Status of this Document" + }, + { + "id": "toc", + "href": "https://www.w3.org/TR/mediaqueries-3/#toc", + "level": 2, + "title": "Table of contents" + }, + { + "id": "background", + "href": "https://www.w3.org/TR/mediaqueries-3/#background", + "level": 2, + "title": "Background", + "number": "1" + }, + { + "id": "media0", + "href": "https://www.w3.org/TR/mediaqueries-3/#media0", + "level": 2, + "title": "Media Queries", + "number": "2" + }, + { + "id": "syntax", + "href": "https://www.w3.org/TR/mediaqueries-3/#syntax", + "level": 2, + "title": "Syntax", + "number": "3" + }, + { + "id": "error-handling", + "href": "https://www.w3.org/TR/mediaqueries-3/#error-handling", + "level": 3, + "title": "Error Handling", + "number": "3.1" + }, + { + "id": "media1", + "href": "https://www.w3.org/TR/mediaqueries-3/#media1", + "level": 2, + "title": "Media features", + "number": "4" + }, + { + "id": "width", + "href": "https://www.w3.org/TR/mediaqueries-3/#width", + "level": 3, + "title": "width", + "number": "4.1" + }, + { + "id": "height", + "href": "https://www.w3.org/TR/mediaqueries-3/#height", + "level": 3, + "title": "height", + "number": "4.2" + }, + { + "id": "device-width", + "href": "https://www.w3.org/TR/mediaqueries-3/#device-width", + "level": 3, + "title": "device-width", + "number": "4.3" + }, + { + "id": "device-height", + "href": "https://www.w3.org/TR/mediaqueries-3/#device-height", + "level": 3, + "title": "device-height", + "number": "4.4" + }, + { + "id": "orientation", + "href": "https://www.w3.org/TR/mediaqueries-3/#orientation", + "level": 3, + "title": "orientation", + "number": "4.5" + }, + { + "id": "aspect-ratio", + "href": "https://www.w3.org/TR/mediaqueries-3/#aspect-ratio", + "level": 3, + "title": "aspect-ratio", + "number": "4.6" + }, + { + "id": "device-aspect-ratio", + "href": "https://www.w3.org/TR/mediaqueries-3/#device-aspect-ratio", + "level": 3, + "title": "device-aspect-ratio", + "number": "4.7" + }, + { + "id": "color", + "href": "https://www.w3.org/TR/mediaqueries-3/#color", + "level": 3, + "title": "color", + "number": "4.8" + }, + { + "id": "color-index", + "href": "https://www.w3.org/TR/mediaqueries-3/#color-index", + "level": 3, + "title": "color-index", + "number": "4.9" + }, + { + "id": "monochrome", + "href": "https://www.w3.org/TR/mediaqueries-3/#monochrome", + "level": 3, + "title": "monochrome", + "number": "4.10" + }, + { + "id": "resolution", + "href": "https://www.w3.org/TR/mediaqueries-3/#resolution", + "level": 3, + "title": "resolution", + "number": "4.11" + }, + { + "id": "scan", + "href": "https://www.w3.org/TR/mediaqueries-3/#scan", + "level": 3, + "title": "scan", + "number": "4.12" + }, + { + "id": "grid", + "href": "https://www.w3.org/TR/mediaqueries-3/#grid", + "level": 3, + "title": "grid", + "number": "4.13" + }, + { + "id": "values", + "href": "https://www.w3.org/TR/mediaqueries-3/#values", + "level": 2, + "title": "Values", + "number": "5" + }, + { + "id": "units", + "href": "https://www.w3.org/TR/mediaqueries-3/#units", + "level": 2, + "title": "Units", + "number": "6" + }, + { + "id": "resolution0", + "href": "https://www.w3.org/TR/mediaqueries-3/#resolution0", + "level": 3, + "title": "Resolution", + "number": "6.1" + }, + { + "id": "changes", + "href": "https://www.w3.org/TR/mediaqueries-3/#changes", + "level": 2, + "title": "Changes", + "number": "7" + }, + { + "id": "changes-2012", + "href": "https://www.w3.org/TR/mediaqueries-3/#changes-2012", + "level": 3, + "title": "Changes Since the 19 June 2012 Recommendation", + "number": "7.1" + }, + { + "id": "changes-2010", + "href": "https://www.w3.org/TR/mediaqueries-3/#changes-2010", + "level": 3, + "title": "Changes Since the 27 July 2010 Candidate Recommendation", + "number": "7.2" + }, + { + "id": "acknowledgments", + "href": "https://www.w3.org/TR/mediaqueries-3/#acknowledgments", + "level": 2, + "title": "Acknowledgments" + }, + { + "id": "references", + "href": "https://www.w3.org/TR/mediaqueries-3/#references", + "level": 2, + "title": "References" + }, + { + "id": "normative-references", + "href": "https://www.w3.org/TR/mediaqueries-3/#normative-references", + "level": 3, + "title": "Normative references" + }, + { + "id": "other-references", + "href": "https://www.w3.org/TR/mediaqueries-3/#other-references", + "level": 3, + "title": "Other references" + } + ] +} \ No newline at end of file diff --git a/tr/headings/partitioned-cookies.json b/tr/headings/partitioned-cookies.json new file mode 100644 index 000000000000..d7cd78d57891 --- /dev/null +++ b/tr/headings/partitioned-cookies.json @@ -0,0 +1,210 @@ +{ + "spec": { + "title": "Cookies Having Independent Partitioned State specification", + "url": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html" + }, + "headings": [ + { + "id": "title", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#title", + "level": 1, + "title": "Cookies Having Independent Partitioned State specification" + }, + { + "id": "section-abstract", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "section-note.1", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-note.1", + "level": 2, + "title": "About This Document" + }, + { + "id": "section-boilerplate.1", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-boilerplate.1", + "level": 2, + "title": "Status of This Memo" + }, + { + "id": "section-boilerplate.2", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-boilerplate.2", + "level": 2, + "title": "Copyright Notice" + }, + { + "id": "section-toc.1", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "section-1", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-1", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "section-2", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2", + "level": 2, + "title": "Conventions and Definitions", + "number": "2" + }, + { + "id": "section-2.1", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.1", + "level": 3, + "title": "The Partitioned attribute", + "number": "2.1" + }, + { + "id": "section-2.2", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.2", + "level": 3, + "title": "Computing the cookie partition key", + "number": "2.2" + }, + { + "id": "section-2.3", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.3", + "level": 3, + "title": "Using Set-Cookie with Partitioned", + "number": "2.3" + }, + { + "id": "section-2.4", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.4", + "level": 3, + "title": "Partitioned Cookies with the Same Name/Domain/Path", + "number": "2.4" + }, + { + "id": "section-2.5", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.5", + "level": 3, + "title": "Attaching a Partitioned Cookie to a Request", + "number": "2.5" + }, + { + "id": "section-3", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-3", + "level": 2, + "title": "Security Considerations", + "number": "3" + }, + { + "id": "section-3.1", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-3.1", + "level": 3, + "title": "Partitioned requires Secure", + "number": "3.1" + }, + { + "id": "section-3.2", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-3.2", + "level": 3, + "title": "Partitioned cookies and XSS attacks", + "number": "3.2" + }, + { + "id": "section-3.3", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-3.3", + "level": 3, + "title": "Partitioned cookies and CSRF attacks", + "number": "3.3" + }, + { + "id": "section-3.4", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-3.4", + "level": 3, + "title": "State proliferation for denial of service", + "number": "3.4" + }, + { + "id": "section-3.5", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-3.5", + "level": 3, + "title": "Partitioned cookies improve user privacy", + "number": "3.5" + }, + { + "id": "section-3.6", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-3.6", + "level": 3, + "title": "Avoiding cross-partition leaks", + "number": "3.6" + }, + { + "id": "section-4", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-4", + "level": 2, + "title": "Implementation Considerations", + "number": "4" + }, + { + "id": "section-4.1", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-4.1", + "level": 3, + "title": "Applying Limits to Partitioned Cookie Jars", + "number": "4.1" + }, + { + "id": "section-4.2", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-4.2", + "level": 3, + "title": "Third-Party Cookie Controls", + "number": "4.2" + }, + { + "id": "section-4.3", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-4.3", + "level": 3, + "title": "Partitioned Cookies and Clear-Site-Data", + "number": "4.3" + }, + { + "id": "section-5", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-5", + "level": 2, + "title": "IANA Considerations", + "number": "5" + }, + { + "id": "section-6", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-6", + "level": 2, + "title": "References", + "number": "6" + }, + { + "id": "section-6.1", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-6.1", + "level": 3, + "title": "Normative References", + "number": "6.1" + }, + { + "id": "section-6.2", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-6.2", + "level": 3, + "title": "Informative References", + "number": "6.2" + }, + { + "id": "appendix-A", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#appendix-A", + "level": 2, + "title": "Acknowledgments" + }, + { + "id": "appendix-B", + "href": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#appendix-B", + "level": 2, + "title": "Author's Address" + } + ] +} \ No newline at end of file diff --git a/tr/headings/promises-guide.json b/tr/headings/promises-guide.json new file mode 100644 index 000000000000..745a1f3b9e06 --- /dev/null +++ b/tr/headings/promises-guide.json @@ -0,0 +1,186 @@ +{ + "spec": { + "title": "Writing Promise-Using Specifications", + "url": "https://www.w3.org/2001/tag/doc/promises-guide" + }, + "headings": [ + { + "id": "title", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#title", + "level": 1, + "title": "Writing Promise-Using Specifications" + }, + { + "id": "subtitle", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#subtitle", + "level": 2, + "title": "Draft Finding, 8 October 2020" + }, + { + "id": "abstract", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "status", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#status", + "level": 2, + "title": "Status of this document" + }, + { + "id": "toc", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "intro", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#intro", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "when-to-use", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#when-to-use", + "level": 2, + "title": "When to use promises", + "number": "2" + }, + { + "id": "one-and-done", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#one-and-done", + "level": 3, + "title": "One-and-done operations", + "number": "2.1" + }, + { + "id": "one-time-events", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#one-time-events", + "level": 3, + "title": "One-time \"events\"", + "number": "2.2" + }, + { + "id": "state-transitions", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#state-transitions", + "level": 3, + "title": "More general state transitions", + "number": "2.3" + }, + { + "id": "when-not-to-use", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#when-not-to-use", + "level": 2, + "title": "When not to use promises", + "number": "3" + }, + { + "id": "recurring-events", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#recurring-events", + "level": 3, + "title": "Recurring events", + "number": "3.1" + }, + { + "id": "streaming-data", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#streaming-data", + "level": 3, + "title": "Streaming data", + "number": "3.2" + }, + { + "id": "api-design-guidance", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#api-design-guidance", + "level": 2, + "title": "API design guidance", + "number": "4" + }, + { + "id": "errors", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#errors", + "level": 3, + "title": "Errors", + "number": "4.1" + }, + { + "id": "always-return-promises", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#always-return-promises", + "level": 4, + "title": "Promise-returning functions must always return promises", + "number": "4.1.1" + }, + { + "id": "reasons-should-be-errors", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#reasons-should-be-errors", + "level": 4, + "title": "Rejection reasons must be Error instances", + "number": "4.1.2" + }, + { + "id": "rejections-should-be-exceptional", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#rejections-should-be-exceptional", + "level": 4, + "title": "Rejections must be used for exceptional situations", + "number": "4.1.3" + }, + { + "id": "accepting-promises", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#accepting-promises", + "level": 3, + "title": "Accepting promises", + "number": "4.2" + }, + { + "id": "resolve-arguments", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#resolve-arguments", + "level": 4, + "title": "Promise arguments should be resolved", + "number": "4.2.1" + }, + { + "id": "should-promise-call", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#should-promise-call", + "level": 4, + "title": "Developer-supplied promise-returning functions should be \"promise-called\"", + "number": "4.2.2" + }, + { + "id": "legacy", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#legacy", + "level": 2, + "title": "Appendix: legacy APIs for asynchronicity" + }, + { + "id": "index", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-elsewhere", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "informative", + "href": "https://www.w3.org/2001/tag/doc/promises-guide#informative", + "level": 3, + "title": "Informative References" + } + ] +} \ No newline at end of file diff --git a/tr/headings/selectors-3.json b/tr/headings/selectors-3.json new file mode 100644 index 000000000000..1702666e1e7a --- /dev/null +++ b/tr/headings/selectors-3.json @@ -0,0 +1,516 @@ +{ + "spec": { + "title": "Selectors Level 3", + "url": "https://www.w3.org/TR/selectors-3/" + }, + "headings": [ + { + "id": "title", + "href": "https://www.w3.org/TR/selectors-3/#title", + "level": 1, + "title": "12 TestsSelectors Level 3" + }, + { + "id": "abstract", + "href": "https://www.w3.org/TR/selectors-3/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "status", + "href": "https://www.w3.org/TR/selectors-3/#status", + "level": 2, + "title": "Status of this document" + }, + { + "id": "toc", + "href": "https://www.w3.org/TR/selectors-3/#toc", + "level": 2, + "title": "Table of contents" + }, + { + "id": "context", + "href": "https://www.w3.org/TR/selectors-3/#context", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "dependencies", + "href": "https://www.w3.org/TR/selectors-3/#dependencies", + "level": 3, + "title": "Dependencies", + "number": "1.1" + }, + { + "id": "terminology", + "href": "https://www.w3.org/TR/selectors-3/#terminology", + "level": 3, + "title": "Terminology", + "number": "1.2" + }, + { + "id": "changesFromCSS2", + "href": "https://www.w3.org/TR/selectors-3/#changesFromCSS2", + "level": 3, + "title": "Changes from CSS2", + "number": "1.3" + }, + { + "id": "selectors", + "href": "https://www.w3.org/TR/selectors-3/#selectors", + "level": 2, + "title": "Selectors", + "number": "2" + }, + { + "id": "casesens", + "href": "https://www.w3.org/TR/selectors-3/#casesens", + "level": 2, + "title": "Case sensitivity", + "number": "3" + }, + { + "id": "selector-syntax", + "href": "https://www.w3.org/TR/selectors-3/#selector-syntax", + "level": 2, + "title": "Selector syntax", + "number": "4" + }, + { + "id": "grouping", + "href": "https://www.w3.org/TR/selectors-3/#grouping", + "level": 2, + "title": "Groups of selectors", + "number": "5" + }, + { + "id": "simple-selectors", + "href": "https://www.w3.org/TR/selectors-3/#simple-selectors", + "level": 2, + "title": "Simple selectors", + "number": "6" + }, + { + "id": "type-selectors", + "href": "https://www.w3.org/TR/selectors-3/#type-selectors", + "level": 3, + "title": "Type selector", + "number": "6.1" + }, + { + "id": "typenmsp", + "href": "https://www.w3.org/TR/selectors-3/#typenmsp", + "level": 4, + "title": "Type selectors and namespaces", + "number": "6.1.1" + }, + { + "id": "universal-selector", + "href": "https://www.w3.org/TR/selectors-3/#universal-selector", + "level": 3, + "title": "Universal selector", + "number": "6.2" + }, + { + "id": "univnmsp", + "href": "https://www.w3.org/TR/selectors-3/#univnmsp", + "level": 4, + "title": "Universal selector and namespaces", + "number": "6.2.1" + }, + { + "id": "attribute-selectors", + "href": "https://www.w3.org/TR/selectors-3/#attribute-selectors", + "level": 3, + "title": "Attribute selectors", + "number": "6.3" + }, + { + "id": "attribute-representation", + "href": "https://www.w3.org/TR/selectors-3/#attribute-representation", + "level": 4, + "title": "Attribute presence and value selectors", + "number": "6.3.1" + }, + { + "id": "attribute-substrings", + "href": "https://www.w3.org/TR/selectors-3/#attribute-substrings", + "level": 4, + "title": "Substring matching attribute selectors", + "number": "6.3.2" + }, + { + "id": "attrnmsp", + "href": "https://www.w3.org/TR/selectors-3/#attrnmsp", + "level": 4, + "title": "Attribute selectors and namespaces", + "number": "6.3.3" + }, + { + "id": "def-values", + "href": "https://www.w3.org/TR/selectors-3/#def-values", + "level": 4, + "title": "Default attribute values in DTDs", + "number": "6.3.4" + }, + { + "id": "class-html", + "href": "https://www.w3.org/TR/selectors-3/#class-html", + "level": 3, + "title": "Class selectors", + "number": "6.4" + }, + { + "id": "id-selectors", + "href": "https://www.w3.org/TR/selectors-3/#id-selectors", + "level": 3, + "title": "ID selectors", + "number": "6.5" + }, + { + "id": "pseudo-classes", + "href": "https://www.w3.org/TR/selectors-3/#pseudo-classes", + "level": 3, + "title": "Pseudo-classes", + "number": "6.6" + }, + { + "id": "dynamic-pseudos", + "href": "https://www.w3.org/TR/selectors-3/#dynamic-pseudos", + "level": 4, + "title": "Dynamic pseudo-classes", + "number": "6.6.1" + }, + { + "id": "the-link-pseudo-classes-link-and-visited", + "href": "https://www.w3.org/TR/selectors-3/#the-link-pseudo-classes-link-and-visited", + "level": 5, + "title": "The link pseudo-classes: :link and :visited", + "number": "6.6.1.1" + }, + { + "id": "the-user-action-pseudo-classes-hover-act", + "href": "https://www.w3.org/TR/selectors-3/#the-user-action-pseudo-classes-hover-act", + "level": 5, + "title": "The user action pseudo-classes :hover, :active, and :focus", + "number": "6.6.1.2" + }, + { + "id": "target-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#target-pseudo", + "level": 4, + "title": "The target pseudo-class :target", + "number": "6.6.2" + }, + { + "id": "lang-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#lang-pseudo", + "level": 4, + "title": "The language pseudo-class :lang", + "number": "6.6.3" + }, + { + "id": "UIstates", + "href": "https://www.w3.org/TR/selectors-3/#UIstates", + "level": 4, + "title": "The UI element states pseudo-classes", + "number": "6.6.4" + }, + { + "id": "enableddisabled", + "href": "https://www.w3.org/TR/selectors-3/#enableddisabled", + "level": 5, + "title": "The :enabled and :disabled pseudo-classes", + "number": "6.6.4.1" + }, + { + "id": "checked", + "href": "https://www.w3.org/TR/selectors-3/#checked", + "level": 5, + "title": "The :checked pseudo-class", + "number": "6.6.4.2" + }, + { + "id": "indeterminate", + "href": "https://www.w3.org/TR/selectors-3/#indeterminate", + "level": 5, + "title": "The :indeterminate pseudo-class", + "number": "6.6.4.3" + }, + { + "id": "structural-pseudos", + "href": "https://www.w3.org/TR/selectors-3/#structural-pseudos", + "level": 4, + "title": "Structural pseudo-classes", + "number": "6.6.5" + }, + { + "id": "root-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#root-pseudo", + "level": 5, + "title": ":root pseudo-class", + "number": "6.6.5.1" + }, + { + "id": "nth-child-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#nth-child-pseudo", + "level": 5, + "title": ":nth-child() pseudo-class", + "number": "6.6.5.2" + }, + { + "id": "nth-last-child-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#nth-last-child-pseudo", + "level": 5, + "title": ":nth-last-child() pseudo-class", + "number": "6.6.5.3" + }, + { + "id": "nth-of-type-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#nth-of-type-pseudo", + "level": 5, + "title": ":nth-of-type() pseudo-class", + "number": "6.6.5.4" + }, + { + "id": "nth-last-of-type-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#nth-last-of-type-pseudo", + "level": 5, + "title": ":nth-last-of-type() pseudo-class", + "number": "6.6.5.5" + }, + { + "id": "first-child-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#first-child-pseudo", + "level": 5, + "title": ":first-child pseudo-class", + "number": "6.6.5.6" + }, + { + "id": "last-child-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#last-child-pseudo", + "level": 5, + "title": ":last-child pseudo-class", + "number": "6.6.5.7" + }, + { + "id": "first-of-type-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#first-of-type-pseudo", + "level": 5, + "title": ":first-of-type pseudo-class", + "number": "6.6.5.8" + }, + { + "id": "last-of-type-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#last-of-type-pseudo", + "level": 5, + "title": ":last-of-type pseudo-class", + "number": "6.6.5.9" + }, + { + "id": "only-child-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#only-child-pseudo", + "level": 5, + "title": ":only-child pseudo-class", + "number": "6.6.5.10" + }, + { + "id": "only-of-type-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#only-of-type-pseudo", + "level": 5, + "title": ":only-of-type pseudo-class", + "number": "6.6.5.11" + }, + { + "id": "empty-pseudo", + "href": "https://www.w3.org/TR/selectors-3/#empty-pseudo", + "level": 5, + "title": ":empty pseudo-class", + "number": "6.6.5.12" + }, + { + "id": "content-selectors", + "href": "https://www.w3.org/TR/selectors-3/#content-selectors", + "level": 4, + "title": "Blank", + "number": "6.6.6" + }, + { + "id": "negation", + "href": "https://www.w3.org/TR/selectors-3/#negation", + "level": 4, + "title": "The negation pseudo-class", + "number": "6.6.7" + }, + { + "id": "pseudo-elements", + "href": "https://www.w3.org/TR/selectors-3/#pseudo-elements", + "level": 2, + "title": "Pseudo-elements", + "number": "7" + }, + { + "id": "first-line", + "href": "https://www.w3.org/TR/selectors-3/#first-line", + "level": 3, + "title": "The ::first-line pseudo-element", + "number": "7.1" + }, + { + "id": "first-formatted-line", + "href": "https://www.w3.org/TR/selectors-3/#first-formatted-line", + "level": 4, + "title": "First formatted line definition in CSS", + "number": "7.1.1" + }, + { + "id": "first-letter", + "href": "https://www.w3.org/TR/selectors-3/#first-letter", + "level": 3, + "title": "The ::first-letter pseudo-element", + "number": "7.2" + }, + { + "id": "application-in-css", + "href": "https://www.w3.org/TR/selectors-3/#application-in-css", + "level": 4, + "title": "Application in CSS", + "number": "7.2.1" + }, + { + "id": "selection", + "href": "https://www.w3.org/TR/selectors-3/#selection", + "level": 3, + "title": "Blank", + "number": "7.3" + }, + { + "id": "gen-content", + "href": "https://www.w3.org/TR/selectors-3/#gen-content", + "level": 3, + "title": "The ::before and ::after pseudo-elements", + "number": "7.4" + }, + { + "id": "combinators", + "href": "https://www.w3.org/TR/selectors-3/#combinators", + "level": 2, + "title": "Combinators", + "number": "8" + }, + { + "id": "descendant-combinators", + "href": "https://www.w3.org/TR/selectors-3/#descendant-combinators", + "level": 3, + "title": "Descendant combinator", + "number": "8.1" + }, + { + "id": "child-combinators", + "href": "https://www.w3.org/TR/selectors-3/#child-combinators", + "level": 3, + "title": "Child combinators", + "number": "8.2" + }, + { + "id": "sibling-combinators", + "href": "https://www.w3.org/TR/selectors-3/#sibling-combinators", + "level": 3, + "title": "Sibling combinators", + "number": "8.3" + }, + { + "id": "adjacent-sibling-combinators", + "href": "https://www.w3.org/TR/selectors-3/#adjacent-sibling-combinators", + "level": 4, + "title": "Next-sibling combinator", + "number": "8.3.1" + }, + { + "id": "general-sibling-combinators", + "href": "https://www.w3.org/TR/selectors-3/#general-sibling-combinators", + "level": 4, + "title": "Subsequent-sibling combinator", + "number": "8.3.2" + }, + { + "id": "specificity", + "href": "https://www.w3.org/TR/selectors-3/#specificity", + "level": 2, + "title": "Calculating a selector's specificity", + "number": "9" + }, + { + "id": "w3cselgrammar", + "href": "https://www.w3.org/TR/selectors-3/#w3cselgrammar", + "level": 2, + "title": "10. The grammar of Selectors" + }, + { + "id": "grammar", + "href": "https://www.w3.org/TR/selectors-3/#grammar", + "level": 3, + "title": "Grammar", + "number": "10.1" + }, + { + "id": "lex", + "href": "https://www.w3.org/TR/selectors-3/#lex", + "level": 3, + "title": "Lexical scanner", + "number": "10.2" + }, + { + "id": "profiling", + "href": "https://www.w3.org/TR/selectors-3/#profiling", + "level": 2, + "title": "11. Profiles" + }, + { + "id": "Conformance", + "href": "https://www.w3.org/TR/selectors-3/#Conformance", + "level": 2, + "title": "12. Conformance and requirements" + }, + { + "id": "Tests", + "href": "https://www.w3.org/TR/selectors-3/#Tests", + "level": 2, + "title": "13. Tests" + }, + { + "id": "ACKS", + "href": "https://www.w3.org/TR/selectors-3/#ACKS", + "level": 2, + "title": "14. Acknowledgements" + }, + { + "id": "references", + "href": "https://www.w3.org/TR/selectors-3/#references", + "level": 2, + "title": "15. References" + }, + { + "id": "normative-references", + "href": "https://www.w3.org/TR/selectors-3/#normative-references", + "level": 3, + "title": "Normative References", + "number": "15.1" + }, + { + "id": "informative-references", + "href": "https://www.w3.org/TR/selectors-3/#informative-references", + "level": 3, + "title": "Informative References", + "number": "15.2" + }, + { + "id": "changes", + "href": "https://www.w3.org/TR/selectors-3/#changes", + "level": 3, + "title": "Changes", + "number": "15.3" + } + ] +} \ No newline at end of file diff --git a/tr/headings/selectors-nonelement-1.json b/tr/headings/selectors-nonelement-1.json new file mode 100644 index 000000000000..842a2ba1c6d0 --- /dev/null +++ b/tr/headings/selectors-nonelement-1.json @@ -0,0 +1,95 @@ +{ + "spec": { + "title": "Non-element Selectors Module Level 1", + "url": "https://www.w3.org/TR/selectors-nonelement-1/" + }, + "headings": [ + { + "id": "title", + "href": "https://www.w3.org/TR/selectors-nonelement-1/#title", + "level": 1, + "title": "Non-element Selectors Module Level 1" + }, + { + "id": "subtitle", + "href": "https://www.w3.org/TR/selectors-nonelement-1/#subtitle", + "level": 2, + "title": "W3C Working Group Note, 2 April 2019" + }, + { + "id": "abstract", + "href": "https://www.w3.org/TR/selectors-nonelement-1/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "status", + "href": "https://www.w3.org/TR/selectors-nonelement-1/#status", + "level": 2, + "title": "Status of this document" + }, + { + "id": "toc", + "href": "https://www.w3.org/TR/selectors-nonelement-1/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "intro", + "href": "https://www.w3.org/TR/selectors-nonelement-1/#intro", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "non-element-selectors", + "href": "https://www.w3.org/TR/selectors-nonelement-1/#non-element-selectors", + "level": 2, + "title": "Non-element Selectors", + "number": "2" + }, + { + "id": "attribute-node-selectors", + "href": "https://www.w3.org/TR/selectors-nonelement-1/#attribute-node-selectors", + "level": 3, + "title": "Attribute node selector", + "number": "2.1" + }, + { + "id": "index", + "href": "https://www.w3.org/TR/selectors-nonelement-1/#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "href": "https://www.w3.org/TR/selectors-nonelement-1/#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "href": "https://www.w3.org/TR/selectors-nonelement-1/#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "href": "https://www.w3.org/TR/selectors-nonelement-1/#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://www.w3.org/TR/selectors-nonelement-1/#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "informative", + "href": "https://www.w3.org/TR/selectors-nonelement-1/#informative", + "level": 3, + "title": "Informative References" + } + ] +} \ No newline at end of file diff --git a/tr/headings/storage-access.json b/tr/headings/storage-access.json index f64673c5d4ca..fec8d91694c8 100644 --- a/tr/headings/storage-access.json +++ b/tr/headings/storage-access.json @@ -14,7 +14,7 @@ "id": "subtitle", "href": "https://privacycg.github.io/storage-access/#subtitle", "level": 2, - "title": "Draft Community Group Report, 5 January 2023" + "title": "Draft Community Group Report, 9 January 2023" }, { "id": "abstract", diff --git a/tr/headings/svg-animations.json b/tr/headings/svg-animations.json index c3e65466b5ef..ad6cfc6ee7b4 100644 --- a/tr/headings/svg-animations.json +++ b/tr/headings/svg-animations.json @@ -14,7 +14,7 @@ "id": "pagesubtitle", "href": "https://svgwg.org/specs/animations/#pagesubtitle", "level": 2, - "title": "W3C Editor’s Draft 21 December 2022" + "title": "W3C Editor’s Draft 10 January 2023" }, { "id": "abstract", diff --git a/tr/headings/tc39-intl-negotiation.json b/tr/headings/tc39-intl-negotiation.json index 28274cbc3c10..5e21b30cb00c 100644 --- a/tr/headings/tc39-intl-negotiation.json +++ b/tr/headings/tc39-intl-negotiation.json @@ -56,14 +56,14 @@ { "id": "sec-unicode-extension-components", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-unicode-extension-components", - "title": "UnicodeExtensionComponents( extension )", + "title": "UnicodeExtensionComponents ( extension )", "level": 3, "number": "1.2.5" }, { "id": "sec-insert-unicode-extension-and-canonicalize", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-insert-unicode-extension-and-canonicalize", - "title": "InsertUnicodeExtensionAndCanonicalize( locale, extension )", + "title": "InsertUnicodeExtensionAndCanonicalize ( locale, extension )", "level": 3, "number": "1.2.6" }, @@ -95,40 +95,54 @@ "level": 3, "number": "1.2.10" }, + { + "id": "sec-getoptionsobject", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-getoptionsobject", + "title": "GetOptionsObject ( options )", + "level": 3, + "number": "1.2.11" + }, + { + "id": "sec-coerceoptionstoobject", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-coerceoptionstoobject", + "title": "CoerceOptionsToObject ( options )", + "level": 3, + "number": "1.2.12" + }, { "id": "sec-getoption", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-getoption", - "title": "GetOption ( options, property, type, values, fallback )", + "title": "GetOption (\n options: an Object,\n property: a property key,\n type: boolean, number, or string,\n values: empty or a List of ECMAScript language values,\n default: required or an ECMAScript language value,\n )", "level": 3, - "number": "1.2.11" + "number": "1.2.13" }, { "id": "sec-getstringorbooleanoption", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-getstringorbooleanoption", "title": "GetStringOrBooleanOption ( options, property, values, trueValue, falsyValue, fallback )", "level": 3, - "number": "1.2.12" + "number": "1.2.14" }, { "id": "sec-defaultnumberoption", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-defaultnumberoption", "title": "DefaultNumberOption ( value, minimum, maximum, fallback )", "level": 3, - "number": "1.2.13" + "number": "1.2.15" }, { "id": "sec-getnumberoption", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-getnumberoption", "title": "GetNumberOption ( options, property, minimum, maximum, fallback )", "level": 3, - "number": "1.2.14" + "number": "1.2.16" }, { "id": "sec-partitionpattern", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-partitionpattern", "title": "PartitionPattern ( pattern )", "level": 3, - "number": "1.2.15" + "number": "1.2.17" } ] } \ No newline at end of file diff --git a/tr/headings/tc39-intl-numberformat.json b/tr/headings/tc39-intl-numberformat.json index 424260301892..f0ccd91f48cf 100644 --- a/tr/headings/tc39-intl-numberformat.json +++ b/tr/headings/tc39-intl-numberformat.json @@ -12,19 +12,26 @@ "number": "1" }, { - "id": "sec-numberformat-abstracts", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-numberformat-abstracts", - "title": "Abstract Operations for NumberFormat Objects", + "id": "sec-intl-numberformat-constructor", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl-numberformat-constructor", + "title": "The Intl.NumberFormat Constructor", "level": 2, "number": "1.1" }, { - "id": "sec-setnfdigitoptions", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-setnfdigitoptions", - "title": "SetNumberFormatDigitOptions ( intlObj, options, mnfdDefault, mxfdDefault, notation )", + "id": "sec-intl.numberformat", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat", + "title": "Intl.NumberFormat ( [ locales [ , options ] ] )", "level": 3, "number": "1.1.1" }, + { + "id": "sec-chainnumberformat", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-chainnumberformat", + "title": "ChainNumberFormat ( numberFormat, newTarget, this )", + "level": 4, + "number": "1.1.1.1" + }, { "id": "sec-initializenumberformat", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-initializenumberformat", @@ -32,278 +39,278 @@ "level": 3, "number": "1.1.2" }, + { + "id": "sec-setnfdigitoptions", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-setnfdigitoptions", + "title": "SetNumberFormatDigitOptions ( intlObj, options, mnfdDefault, mxfdDefault, notation )", + "level": 3, + "number": "1.1.3" + }, + { + "id": "sec-setnumberformatunitoptions", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-setnumberformatunitoptions", + "title": "SetNumberFormatUnitOptions ( intlObj, options )", + "level": 3, + "number": "1.1.4" + }, + { + "id": "sec-properties-of-intl-numberformat-constructor", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-properties-of-intl-numberformat-constructor", + "title": "Properties of the Intl.NumberFormat Constructor", + "level": 2, + "number": "1.2" + }, + { + "id": "sec-intl.numberformat.prototype", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype", + "title": "Intl.NumberFormat.prototype", + "level": 3, + "number": "1.2.1" + }, + { + "id": "sec-intl.numberformat.supportedlocalesof", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.supportedlocalesof", + "title": "Intl.NumberFormat.supportedLocalesOf ( locales [ , options ] )", + "level": 3, + "number": "1.2.2" + }, + { + "id": "sec-intl.numberformat-internal-slots", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat-internal-slots", + "title": "Internal slots", + "level": 3, + "number": "1.2.3" + }, + { + "id": "sec-properties-of-intl-numberformat-prototype-object", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-properties-of-intl-numberformat-prototype-object", + "title": "Properties of the Intl.NumberFormat Prototype Object", + "level": 2, + "number": "1.3" + }, + { + "id": "sec-intl.numberformat.prototype.constructor", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype.constructor", + "title": "Intl.NumberFormat.prototype.constructor", + "level": 3, + "number": "1.3.1" + }, + { + "id": "sec-intl.numberformat.prototype-@@tostringtag", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype-@@tostringtag", + "title": "Intl.NumberFormat.prototype [ @@toStringTag ]", + "level": 3, + "number": "1.3.2" + }, + { + "id": "sec-intl.numberformat.prototype.format", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype.format", + "title": "get Intl.NumberFormat.prototype.format", + "level": 3, + "number": "1.3.3" + }, + { + "id": "sec-intl.numberformat.prototype.formattoparts", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype.formattoparts", + "title": "Intl.NumberFormat.prototype.formatToParts ( value )", + "level": 3, + "number": "1.3.4" + }, + { + "id": "sec-intl.numberformat.prototype.formatrange", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype.formatrange", + "title": "Intl.NumberFormat.prototype.formatRange ( start, end )", + "level": 3, + "number": "1.3.5" + }, + { + "id": "sec-intl.numberformat.prototype.formatrangetoparts", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype.formatrangetoparts", + "title": "Intl.NumberFormat.prototype.formatRangeToParts ( start, end )", + "level": 3, + "number": "1.3.6" + }, + { + "id": "sec-intl.numberformat.prototype.resolvedoptions", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype.resolvedoptions", + "title": "Intl.NumberFormat.prototype.resolvedOptions ( )", + "level": 3, + "number": "1.3.7" + }, + { + "id": "sec-properties-of-intl-numberformat-instances", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-properties-of-intl-numberformat-instances", + "title": "Properties of Intl.NumberFormat Instances", + "level": 2, + "number": "1.4" + }, + { + "id": "sec-numberformat-abstracts", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-numberformat-abstracts", + "title": "Abstract Operations for NumberFormat Objects", + "level": 2, + "number": "1.5" + }, { "id": "sec-currencydigits", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-currencydigits", "title": "CurrencyDigits ( currency )", "level": 3, - "number": "1.1.3" + "number": "1.5.1" }, { "id": "sec-number-format-functions", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-number-format-functions", "title": "Number Format Functions", "level": 3, - "number": "1.1.4" + "number": "1.5.2" }, { "id": "sec-formatnumberstring", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-formatnumberstring", "title": "FormatNumericToString ( intlObject, x )", "level": 3, - "number": "1.1.5" + "number": "1.5.3" }, { "id": "sec-partitionnumberpattern", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-partitionnumberpattern", - "title": "PartitionNumberPattern ( numberFormat, x )", + "title": "PartitionNumberPattern (\n numberFormat: an object initialized as a NumberFormat,\n x: an Intl mathematical value,\n )", "level": 3, - "number": "1.1.6" + "number": "1.5.4" }, { "id": "sec-partitionnotationsubpattern", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-partitionnotationsubpattern", "title": "PartitionNotationSubPattern ( numberFormat, x, n, exponent )", "level": 3, - "number": "1.1.7" + "number": "1.5.5" }, { "id": "sec-formatnumber", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-formatnumber", "title": "FormatNumeric ( numberFormat, x )", "level": 3, - "number": "1.1.8" + "number": "1.5.6" }, { "id": "sec-formatnumbertoparts", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-formatnumbertoparts", "title": "FormatNumericToParts ( numberFormat, x )", "level": 3, - "number": "1.1.9" + "number": "1.5.7" }, { "id": "sec-torawprecision", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-torawprecision", "title": "ToRawPrecision ( x, minPrecision, maxPrecision, unsignedRoundingMode )", "level": 3, - "number": "1.1.10" + "number": "1.5.8" }, { "id": "sec-torawfixed", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-torawfixed", "title": "ToRawFixed ( x, minFraction, maxFraction, roundingIncrement, unsignedRoundingMode )", "level": 3, - "number": "1.1.11" + "number": "1.5.9" }, { "id": "sec-unwrapnumberformat", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-unwrapnumberformat", "title": "UnwrapNumberFormat ( nf )", "level": 3, - "number": "1.1.12" - }, - { - "id": "sec-setnumberformatunitoptions", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-setnumberformatunitoptions", - "title": "SetNumberFormatUnitOptions ( intlObj, options )", - "level": 3, - "number": "1.1.13" + "number": "1.5.10" }, { "id": "sec-getnumberformatpattern", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-getnumberformatpattern", "title": "GetNumberFormatPattern ( numberFormat, x )", "level": 3, - "number": "1.1.14" + "number": "1.5.11" }, { "id": "sec-getnotationsubpattern", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-getnotationsubpattern", "title": "GetNotationSubPattern ( numberFormat, exponent )", "level": 3, - "number": "1.1.15" + "number": "1.5.12" }, { "id": "sec-computeexponent", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-computeexponent", "title": "ComputeExponent ( numberFormat, x )", "level": 3, - "number": "1.1.16" + "number": "1.5.13" }, { "id": "sec-computeexponentformagnitude", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-computeexponentformagnitude", "title": "ComputeExponentForMagnitude ( numberFormat, magnitude )", "level": 3, - "number": "1.1.17" + "number": "1.5.14" }, { "id": "sec-runtime-semantics-stringintlmv", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-runtime-semantics-stringintlmv", "title": "Runtime Semantics: StringIntlMV", "level": 3, - "number": "1.1.18" + "number": "1.5.15" }, { "id": "sec-tointlmathematicalvalue", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-tointlmathematicalvalue", "title": "ToIntlMathematicalValue ( value )", "level": 3, - "number": "1.1.19" + "number": "1.5.16" }, { "id": "sec-getunsignedroundingmode", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-getunsignedroundingmode", "title": "GetUnsignedRoundingMode ( roundingMode, isNegative )", "level": 3, - "number": "1.1.20" + "number": "1.5.17" }, { "id": "sec-applyunsignedroundingmode", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-applyunsignedroundingmode", "title": "ApplyUnsignedRoundingMode ( x, r1, r2, unsignedRoundingMode )", "level": 3, - "number": "1.1.21" + "number": "1.5.18" }, { "id": "sec-partitionnumberrangepattern", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-partitionnumberrangepattern", "title": "PartitionNumberRangePattern ( numberFormat, x, y )", "level": 3, - "number": "1.1.22" + "number": "1.5.19" }, { "id": "sec-formatapproximately", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-formatapproximately", "title": "FormatApproximately ( numberFormat, result )", "level": 3, - "number": "1.1.23" + "number": "1.5.20" }, { "id": "sec-collapsenumberrange", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-collapsenumberrange", "title": "CollapseNumberRange ( result )", "level": 3, - "number": "1.1.24" + "number": "1.5.21" }, { "id": "sec-formatnumericrange", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-formatnumericrange", "title": "FormatNumericRange( numberFormat, x, y )", "level": 3, - "number": "1.1.25" + "number": "1.5.22" }, { "id": "sec-formatnumericrangetoparts", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-formatnumericrangetoparts", "title": "FormatNumericRangeToParts( numberFormat, x, y )", "level": 3, - "number": "1.1.26" - }, - { - "id": "sec-intl-numberformat-constructor", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl-numberformat-constructor", - "title": "The Intl.NumberFormat Constructor", - "level": 2, - "number": "1.2" - }, - { - "id": "sec-intl.numberformat", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat", - "title": "Intl.NumberFormat ( [ locales [ , options ] ] )", - "level": 3, - "number": "1.2.1" - }, - { - "id": "sec-properties-of-intl-numberformat-constructor", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-properties-of-intl-numberformat-constructor", - "title": "Properties of the Intl.NumberFormat Constructor", - "level": 2, - "number": "1.3" - }, - { - "id": "sec-intl.numberformat.prototype", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype", - "title": "Intl.NumberFormat.prototype", - "level": 3, - "number": "1.3.1" - }, - { - "id": "sec-intl.numberformat.supportedlocalesof", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.supportedlocalesof", - "title": "Intl.NumberFormat.supportedLocalesOf ( locales [ , options ] )", - "level": 3, - "number": "1.3.2" - }, - { - "id": "sec-intl.numberformat-internal-slots", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat-internal-slots", - "title": "Internal slots", - "level": 3, - "number": "1.3.3" - }, - { - "id": "sec-properties-of-intl-numberformat-prototype-object", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-properties-of-intl-numberformat-prototype-object", - "title": "Properties of the Intl.NumberFormat Prototype Object", - "level": 2, - "number": "1.4" - }, - { - "id": "sec-intl.numberformat.prototype.constructor", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype.constructor", - "title": "Intl.NumberFormat.prototype.constructor", - "level": 3, - "number": "1.4.1" - }, - { - "id": "sec-intl.numberformat.prototype-@@tostringtag", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype-@@tostringtag", - "title": "Intl.NumberFormat.prototype [ @@toStringTag ]", - "level": 3, - "number": "1.4.2" - }, - { - "id": "sec-intl.numberformat.prototype.format", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype.format", - "title": "get Intl.NumberFormat.prototype.format", - "level": 3, - "number": "1.4.3" - }, - { - "id": "sec-intl.numberformat.prototype.formattoparts", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype.formattoparts", - "title": "Intl.NumberFormat.prototype.formatToParts ( value )", - "level": 3, - "number": "1.4.4" - }, - { - "id": "sec-intl.numberformat.prototype.formatrange", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype.formatrange", - "title": "Intl.NumberFormat.prototype.formatRange ( start, end )", - "level": 3, - "number": "1.4.5" - }, - { - "id": "sec-intl.numberformat.prototype.formatrangetoparts", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype.formatrangetoparts", - "title": "Intl.NumberFormat.prototype.formatRangeToParts ( start, end )", - "level": 3, - "number": "1.4.6" - }, - { - "id": "sec-intl.numberformat.prototype.resolvedoptions", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype.resolvedoptions", - "title": "Intl.NumberFormat.prototype.resolvedOptions ( )", - "level": 3, - "number": "1.4.7" - }, - { - "id": "sec-properties-of-intl-numberformat-instances", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-properties-of-intl-numberformat-instances", - "title": "Properties of Intl.NumberFormat Instances", - "level": 2, - "number": "1.5" + "number": "1.5.23" } ] } \ No newline at end of file diff --git a/tr/headings/tc39-intl-pluralrules.json b/tr/headings/tc39-intl-pluralrules.json index a911e747ed9a..2cbb8410db01 100644 --- a/tr/headings/tc39-intl-pluralrules.json +++ b/tr/headings/tc39-intl-pluralrules.json @@ -11,145 +11,145 @@ "level": 1, "number": "1" }, - { - "id": "sec-intl-pluralrules-abstracts", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl-pluralrules-abstracts", - "title": "Abstract Operations for PluralRules Objects", - "level": 2, - "number": "1.1" - }, - { - "id": "sec-initializepluralrules", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-initializepluralrules", - "title": "InitializePluralRules ( pluralRules, locales, options )", - "level": 3, - "number": "1.1.1" - }, - { - "id": "sec-getoperands", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-getoperands", - "title": "GetOperands ( s )", - "level": 3, - "number": "1.1.2" - }, - { - "id": "sec-pluralruleselect", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-pluralruleselect", - "title": "PluralRuleSelect ( locale, type, n, operands )", - "level": 3, - "number": "1.1.3" - }, - { - "id": "sec-resolveplural", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-resolveplural", - "title": "ResolvePlural ( pluralRules, n )", - "level": 3, - "number": "1.1.4" - }, - { - "id": "sec-pluralruleselectrange", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-pluralruleselectrange", - "title": "PluralRuleSelectRange ( locale, type, xp, yp )", - "level": 3, - "number": "1.1.5" - }, - { - "id": "sec-resolvepluralrange", - "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-resolvepluralrange", - "title": "ResolvePluralRange ( pluralRules, x, y )", - "level": 3, - "number": "1.1.6" - }, { "id": "sec-intl-pluralrules-constructor", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl-pluralrules-constructor", "title": "The Intl.PluralRules Constructor", "level": 2, - "number": "1.2" + "number": "1.1" }, { "id": "sec-intl.pluralrules", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules", "title": "Intl.PluralRules ( [ locales [ , options ] ] )", "level": 3, - "number": "1.2.1" + "number": "1.1.1" + }, + { + "id": "sec-initializepluralrules", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-initializepluralrules", + "title": "InitializePluralRules ( pluralRules, locales, options )", + "level": 3, + "number": "1.1.2" }, { "id": "sec-properties-of-intl-pluralrules-constructor", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-properties-of-intl-pluralrules-constructor", "title": "Properties of the Intl.PluralRules Constructor", "level": 2, - "number": "1.3" + "number": "1.2" }, { "id": "sec-intl.pluralrules.prototype", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules.prototype", "title": "Intl.PluralRules.prototype", "level": 3, - "number": "1.3.1" + "number": "1.2.1" }, { "id": "sec-intl.pluralrules.supportedlocalesof", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules.supportedlocalesof", "title": "Intl.PluralRules.supportedLocalesOf ( locales [ , options ] )", "level": 3, - "number": "1.3.2" + "number": "1.2.2" }, { "id": "sec-intl.pluralrules-internal-slots", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules-internal-slots", "title": "Internal slots", "level": 3, - "number": "1.3.3" + "number": "1.2.3" }, { "id": "sec-properties-of-intl-pluralrules-prototype-object", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-properties-of-intl-pluralrules-prototype-object", "title": "Properties of the Intl.PluralRules Prototype Object", "level": 2, - "number": "1.4" + "number": "1.3" }, { "id": "sec-intl.pluralrules.prototype.constructor", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules.prototype.constructor", "title": "Intl.PluralRules.prototype.constructor", "level": 3, - "number": "1.4.1" + "number": "1.3.1" }, { "id": "sec-intl.pluralrules.prototype-tostringtag", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules.prototype-tostringtag", "title": "Intl.PluralRules.prototype [ @@toStringTag ]", "level": 3, - "number": "1.4.2" + "number": "1.3.2" }, { "id": "sec-intl.pluralrules.prototype.select", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules.prototype.select", "title": "Intl.PluralRules.prototype.select ( value )", "level": 3, - "number": "1.4.3" + "number": "1.3.3" }, { "id": "sec-intl.pluralrules.prototype.selectrange", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules.prototype.selectrange", "title": "Intl.PluralRules.prototype.selectRange ( start, end )", "level": 3, - "number": "1.4.4" + "number": "1.3.4" }, { "id": "sec-intl.pluralrules.prototype.resolvedoptions", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules.prototype.resolvedoptions", "title": "Intl.PluralRules.prototype.resolvedOptions ( )", "level": 3, - "number": "1.4.5" + "number": "1.3.5" }, { "id": "sec-properties-of-intl-pluralrules-instances", "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-properties-of-intl-pluralrules-instances", "title": "Properties of Intl.PluralRules Instances", "level": 2, + "number": "1.4" + }, + { + "id": "sec-intl-pluralrules-abstracts", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl-pluralrules-abstracts", + "title": "Abstract Operations for PluralRules Objects", + "level": 2, "number": "1.5" + }, + { + "id": "sec-getoperands", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-getoperands", + "title": "GetOperands (\n s: a decimal String,\n )", + "level": 3, + "number": "1.5.1" + }, + { + "id": "sec-pluralruleselect", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-pluralruleselect", + "title": "PluralRuleSelect (\n locale: a String,\n type: a String,\n n: a finite Number,\n operands: a Plural Rules Operands Record derived from formatting n,\n )", + "level": 3, + "number": "1.5.2" + }, + { + "id": "sec-resolveplural", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-resolveplural", + "title": "ResolvePlural ( pluralRules, n )", + "level": 3, + "number": "1.5.3" + }, + { + "id": "sec-pluralruleselectrange", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-pluralruleselectrange", + "title": "PluralRuleSelectRange ( locale, type, xp, yp )", + "level": 3, + "number": "1.5.4" + }, + { + "id": "sec-resolvepluralrange", + "href": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-resolvepluralrange", + "title": "ResolvePluralRange ( pluralRules, x, y )", + "level": 3, + "number": "1.5.5" } ] } \ No newline at end of file diff --git a/tr/headings/tc39-temporal.json b/tr/headings/tc39-temporal.json index 993201a85a37..7c0807b68b8f 100644 --- a/tr/headings/tc39-temporal.json +++ b/tr/headings/tc39-temporal.json @@ -3344,23 +3344,23 @@ "number": "11.6.8" }, { - "id": "sec-temporal-builtintimezonegetoffsetstringfor", - "href": "https://tc39.es/proposal-temporal/#sec-temporal-builtintimezonegetoffsetstringfor", - "title": "BuiltinTimeZoneGetOffsetStringFor ( timeZone, instant )", + "id": "sec-temporal-getoffsetstringfor", + "href": "https://tc39.es/proposal-temporal/#sec-temporal-getoffsetstringfor", + "title": "GetOffsetStringFor ( timeZone, instant )", "level": 3, "number": "11.6.9" }, { - "id": "sec-temporal-builtintimezonegetplaindatetimefor", - "href": "https://tc39.es/proposal-temporal/#sec-temporal-builtintimezonegetplaindatetimefor", - "title": "BuiltinTimeZoneGetPlainDateTimeFor ( timeZone, instant, calendar )", + "id": "sec-temporal-getplaindatetimefor", + "href": "https://tc39.es/proposal-temporal/#sec-temporal-getplaindatetimefor", + "title": "GetPlainDateTimeFor ( timeZone, instant, calendar )", "level": 3, "number": "11.6.10" }, { - "id": "sec-temporal-builtintimezonegetinstantfor", - "href": "https://tc39.es/proposal-temporal/#sec-temporal-builtintimezonegetinstantfor", - "title": "BuiltinTimeZoneGetInstantFor ( timeZone, dateTime, disambiguation )", + "id": "sec-temporal-getinstantfor", + "href": "https://tc39.es/proposal-temporal/#sec-temporal-getinstantfor", + "title": "GetInstantFor ( timeZone, dateTime, disambiguation )", "level": 3, "number": "11.6.11" }, diff --git a/tr/headings/web-locks.json b/tr/headings/web-locks.json index f123935d6347..9cd348db409e 100644 --- a/tr/headings/web-locks.json +++ b/tr/headings/web-locks.json @@ -1,306 +1,306 @@ { "spec": { "title": "Web Locks API", - "url": "https://w3c.github.io/web-locks/" + "url": "https://www.w3.org/TR/web-locks/" }, "headings": [ { "id": "title", - "href": "https://w3c.github.io/web-locks/#title", + "href": "https://www.w3.org/TR/web-locks/#title", "level": 1, "title": "Web Locks API" }, { "id": "abstract", - "href": "https://w3c.github.io/web-locks/#abstract", + "href": "https://www.w3.org/TR/web-locks/#abstract", "level": 2, "title": "Abstract" }, { "id": "sotd", - "href": "https://w3c.github.io/web-locks/#sotd", + "href": "https://www.w3.org/TR/web-locks/#sotd", "level": 2, "title": "Status of this document" }, { "id": "toc", - "href": "https://w3c.github.io/web-locks/#toc", + "href": "https://www.w3.org/TR/web-locks/#toc", "level": 2, "title": "Table of Contents" }, { "id": "introduction", - "href": "https://w3c.github.io/web-locks/#introduction", + "href": "https://www.w3.org/TR/web-locks/#introduction", "level": 2, "title": "Introduction", "number": "1" }, { "id": "usage-overview", - "href": "https://w3c.github.io/web-locks/#usage-overview", + "href": "https://www.w3.org/TR/web-locks/#usage-overview", "level": 3, "title": "Usage Overview", "number": "1.1" }, { "id": "motivations", - "href": "https://w3c.github.io/web-locks/#motivations", + "href": "https://www.w3.org/TR/web-locks/#motivations", "level": 3, "title": "Motivating Use Cases", "number": "1.2" }, { "id": "concepts", - "href": "https://w3c.github.io/web-locks/#concepts", + "href": "https://www.w3.org/TR/web-locks/#concepts", "level": 2, "title": "Concepts", "number": "2" }, { "id": "resource-names", - "href": "https://w3c.github.io/web-locks/#resource-names", + "href": "https://www.w3.org/TR/web-locks/#resource-names", "level": 3, "title": "Resources Names", "number": "2.1" }, { "id": "lock-managers", - "href": "https://w3c.github.io/web-locks/#lock-managers", + "href": "https://www.w3.org/TR/web-locks/#lock-managers", "level": 3, "title": "Lock Managers", "number": "2.2" }, { "id": "modes-scheduling", - "href": "https://w3c.github.io/web-locks/#modes-scheduling", + "href": "https://www.w3.org/TR/web-locks/#modes-scheduling", "level": 3, "title": "Modes and Scheduling", "number": "2.3" }, { "id": "concept-lock", - "href": "https://w3c.github.io/web-locks/#concept-lock", + "href": "https://www.w3.org/TR/web-locks/#concept-lock", "level": 3, "title": "Locks", "number": "2.4" }, { "id": "concept-lock-request", - "href": "https://w3c.github.io/web-locks/#concept-lock-request", + "href": "https://www.w3.org/TR/web-locks/#concept-lock-request", "level": 3, "title": "Lock Requests", "number": "2.5" }, { "id": "termination-of-locks", - "href": "https://w3c.github.io/web-locks/#termination-of-locks", + "href": "https://www.w3.org/TR/web-locks/#termination-of-locks", "level": 3, "title": "Termination of Locks", "number": "2.6" }, { "id": "api", - "href": "https://w3c.github.io/web-locks/#api", + "href": "https://www.w3.org/TR/web-locks/#api", "level": 2, "title": "API", "number": "3" }, { "id": "navigator-mixins", - "href": "https://w3c.github.io/web-locks/#navigator-mixins", + "href": "https://www.w3.org/TR/web-locks/#navigator-mixins", "level": 3, "title": "Navigator Mixins", "number": "3.1" }, { "id": "api-lock-manager", - "href": "https://w3c.github.io/web-locks/#api-lock-manager", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager", "level": 3, "title": "LockManager class", "number": "3.2" }, { "id": "api-lock-manager-request", - "href": "https://w3c.github.io/web-locks/#api-lock-manager-request", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager-request", "level": 4, "title": "The request() method", "number": "3.2.1" }, { "id": "api-lock-manager-query", - "href": "https://w3c.github.io/web-locks/#api-lock-manager-query", + "href": "https://www.w3.org/TR/web-locks/#api-lock-manager-query", "level": 4, "title": "The query() method", "number": "3.2.2" }, { "id": "api-lock", - "href": "https://w3c.github.io/web-locks/#api-lock", + "href": "https://www.w3.org/TR/web-locks/#api-lock", "level": 3, "title": "Lock class", "number": "3.3" }, { "id": "algorithms", - "href": "https://w3c.github.io/web-locks/#algorithms", + "href": "https://www.w3.org/TR/web-locks/#algorithms", "level": 2, "title": "Algorithms", "number": "4" }, { "id": "algorithm-request-lock", - "href": "https://w3c.github.io/web-locks/#algorithm-request-lock", + "href": "https://www.w3.org/TR/web-locks/#algorithm-request-lock", "level": 3, "title": "Request a lock", "number": "4.1" }, { "id": "algorithm-release-lock", - "href": "https://w3c.github.io/web-locks/#algorithm-release-lock", + "href": "https://www.w3.org/TR/web-locks/#algorithm-release-lock", "level": 3, "title": "Release a lock", "number": "4.2" }, { "id": "algorithm-abort-request", - "href": "https://w3c.github.io/web-locks/#algorithm-abort-request", + "href": "https://www.w3.org/TR/web-locks/#algorithm-abort-request", "level": 3, "title": "Abort a request", "number": "4.3" }, { "id": "algorithm-process-request", - "href": "https://w3c.github.io/web-locks/#algorithm-process-request", + "href": "https://www.w3.org/TR/web-locks/#algorithm-process-request", "level": 3, "title": "Process a lock request queue for a given resource name", "number": "4.4" }, { "id": "algorithm-snapshot-state", - "href": "https://w3c.github.io/web-locks/#algorithm-snapshot-state", + "href": "https://www.w3.org/TR/web-locks/#algorithm-snapshot-state", "level": 3, "title": "Snapshot the lock state", "number": "4.5" }, { "id": "usage-considerations", - "href": "https://w3c.github.io/web-locks/#usage-considerations", + "href": "https://www.w3.org/TR/web-locks/#usage-considerations", "level": 2, "title": "Usage Considerations", "number": "5" }, { "id": "deadlocks", - "href": "https://w3c.github.io/web-locks/#deadlocks", + "href": "https://www.w3.org/TR/web-locks/#deadlocks", "level": 3, "title": "Deadlocks", "number": "5.1" }, { "id": "security-privacy", - "href": "https://w3c.github.io/web-locks/#security-privacy", + "href": "https://www.w3.org/TR/web-locks/#security-privacy", "level": 2, "title": "Security and Privacy Considerations", "number": "6" }, { "id": "security-scope", - "href": "https://w3c.github.io/web-locks/#security-scope", + "href": "https://www.w3.org/TR/web-locks/#security-scope", "level": 3, "title": "Lock Scope", "number": "6.1" }, { "id": "private-browsing", - "href": "https://w3c.github.io/web-locks/#private-browsing", + "href": "https://www.w3.org/TR/web-locks/#private-browsing", "level": 3, "title": "Private Browsing", "number": "6.2" }, { "id": "implementation-risks", - "href": "https://w3c.github.io/web-locks/#implementation-risks", + "href": "https://www.w3.org/TR/web-locks/#implementation-risks", "level": 3, "title": "Implementation Risks", "number": "6.3" }, { "id": "security-privacy-checklist", - "href": "https://w3c.github.io/web-locks/#security-privacy-checklist", + "href": "https://www.w3.org/TR/web-locks/#security-privacy-checklist", "level": 3, "title": "Checklist", "number": "6.4" }, { "id": "acknowledgements", - "href": "https://w3c.github.io/web-locks/#acknowledgements", + "href": "https://www.w3.org/TR/web-locks/#acknowledgements", "level": 2, "title": "Acknowledgements", "number": "7" }, { "id": "w3c-conformance", - "href": "https://w3c.github.io/web-locks/#w3c-conformance", + "href": "https://www.w3.org/TR/web-locks/#w3c-conformance", "level": 2, "title": "Conformance" }, { "id": "w3c-conventions", - "href": "https://w3c.github.io/web-locks/#w3c-conventions", + "href": "https://www.w3.org/TR/web-locks/#w3c-conventions", "level": 3, "title": "Document conventions" }, { "id": "w3c-conformant-algorithms", - "href": "https://w3c.github.io/web-locks/#w3c-conformant-algorithms", + "href": "https://www.w3.org/TR/web-locks/#w3c-conformant-algorithms", "level": 3, "title": "Conformant Algorithms" }, { "id": "index", - "href": "https://w3c.github.io/web-locks/#index", + "href": "https://www.w3.org/TR/web-locks/#index", "level": 2, "title": "Index" }, { "id": "index-defined-here", - "href": "https://w3c.github.io/web-locks/#index-defined-here", + "href": "https://www.w3.org/TR/web-locks/#index-defined-here", "level": 3, "title": "Terms defined by this specification" }, { "id": "index-defined-elsewhere", - "href": "https://w3c.github.io/web-locks/#index-defined-elsewhere", + "href": "https://www.w3.org/TR/web-locks/#index-defined-elsewhere", "level": 3, "title": "Terms defined by reference" }, { "id": "references", - "href": "https://w3c.github.io/web-locks/#references", + "href": "https://www.w3.org/TR/web-locks/#references", "level": 2, "title": "References" }, { "id": "normative", - "href": "https://w3c.github.io/web-locks/#normative", + "href": "https://www.w3.org/TR/web-locks/#normative", "level": 3, "title": "Normative References" }, { "id": "informative", - "href": "https://w3c.github.io/web-locks/#informative", + "href": "https://www.w3.org/TR/web-locks/#informative", "level": 3, "title": "Informative References" }, { "id": "idl-index", - "href": "https://w3c.github.io/web-locks/#idl-index", + "href": "https://www.w3.org/TR/web-locks/#idl-index", "level": 2, "title": "IDL Index" }, { "id": "issues-index", - "href": "https://w3c.github.io/web-locks/#issues-index", + "href": "https://www.w3.org/TR/web-locks/#issues-index", "level": 2, "title": "Issues Index" } diff --git a/tr/headings/webnn.json b/tr/headings/webnn.json index e81f290d4efc..b622ac7bc561 100644 --- a/tr/headings/webnn.json +++ b/tr/headings/webnn.json @@ -330,10 +330,10 @@ "number": "7.5" }, { - "id": "api-mloperator", - "href": "https://www.w3.org/TR/webnn/#api-mloperator", + "id": "api-mlactivation", + "href": "https://www.w3.org/TR/webnn/#api-mlactivation", "level": 3, - "title": "The MLOperator interface", + "title": "The MLActivation interface", "number": "7.6" }, { @@ -456,123 +456,137 @@ "number": "7.7.16" }, { - "id": "api-mlgraphbuilder-matmul", - "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-matmul", + "id": "api-mlgraphbuilder-linear", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-linear", "level": 4, - "title": "The matmul() method", + "title": "The linear() method", "number": "7.7.17" }, { - "id": "api-mlgraphbuilder-linear", - "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-linear", + "id": "api-mlgraphbuilder-lstm", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstm", "level": 4, - "title": "The linear() method", + "title": "The lstm() method", "number": "7.7.18" }, + { + "id": "api-mlgraphbuilder-lstmcell", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstmcell", + "level": 4, + "title": "The lstmCell() method", + "number": "7.7.19" + }, + { + "id": "api-mlgraphbuilder-matmul", + "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-matmul", + "level": 4, + "title": "The matmul() method", + "number": "7.7.20" + }, { "id": "api-mlgraphbuilder-pad", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pad", "level": 4, "title": "The pad() method", - "number": "7.7.19" + "number": "7.7.21" }, { "id": "api-mlgraphbuilder-pool2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", "level": 4, "title": "Pooling operations", - "number": "7.7.20" + "number": "7.7.22" }, { "id": "api-mlgraphbuilder-reduce", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "level": 4, "title": "Reduction operations", - "number": "7.7.21" + "number": "7.7.23" }, { "id": "api-mlgraphbuilder-relu", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-relu", "level": 4, "title": "The relu() method", - "number": "7.7.22" + "number": "7.7.24" }, { "id": "api-mlgraphbuilder-resample2d", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", "level": 4, "title": "The resample2d() method", - "number": "7.7.23" + "number": "7.7.25" }, { "id": "api-mlgraphbuilder-reshape", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reshape", "level": 4, "title": "The reshape() method", - "number": "7.7.24" + "number": "7.7.26" }, { "id": "api-mlgraphbuilder-sigmoid", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-sigmoid", "level": 4, "title": "The sigmoid() method", - "number": "7.7.25" + "number": "7.7.27" }, { "id": "api-mlgraphbuilder-slice", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-slice", "level": 4, "title": "The slice() method", - "number": "7.7.26" + "number": "7.7.28" }, { "id": "api-mlgraphbuilder-softmax", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softmax", "level": 4, "title": "The softmax() method", - "number": "7.7.27" + "number": "7.7.29" }, { "id": "api-mlgraphbuilder-softplus", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softplus", "level": 4, "title": "The softplus() method", - "number": "7.7.28" + "number": "7.7.30" }, { "id": "api-mlgraphbuilder-softsign", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softsign", "level": 4, "title": "The softsign() method", - "number": "7.7.29" + "number": "7.7.31" }, { "id": "api-mlgraphbuilder-split", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-split", "level": 4, "title": "The split() method", - "number": "7.7.30" + "number": "7.7.32" }, { "id": "api-mlgraphbuilder-squeeze", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-squeeze", "level": 4, "title": "The squeeze() method", - "number": "7.7.31" + "number": "7.7.33" }, { "id": "api-mlgraphbuilder-tanh", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-tanh", "level": 4, "title": "The tanh() method", - "number": "7.7.32" + "number": "7.7.34" }, { "id": "api-mlgraphbuilder-transpose", "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-transpose", "level": 4, "title": "The transpose() method", - "number": "7.7.33" + "number": "7.7.35" }, { "id": "api-mlgraph", diff --git a/tr/idl/DOM-Style.idl b/tr/idl/DOM-Style.idl new file mode 100644 index 000000000000..8048999bf23e --- /dev/null +++ b/tr/idl/DOM-Style.idl @@ -0,0 +1,1317 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: Document Object Model (DOM) Level 2 Style Specification (https://www.w3.org/TR/DOM-Level-2-Style/) + +// Introduced in DOM Level 2: +interface StyleSheet { + readonly attribute DOMString type; + attribute boolean disabled; + readonly attribute Node ownerNode; + readonly attribute StyleSheet parentStyleSheet; + readonly attribute DOMString href; + readonly attribute DOMString title; + readonly attribute MediaList media; +}; + +// Introduced in DOM Level 2: +interface StyleSheetList { + readonly attribute unsigned long length; + StyleSheet item(in unsigned long index); +}; + +// Introduced in DOM Level 2: +interface MediaList { + attribute DOMString mediaText; + // raises(DOMException) on setting + + readonly attribute unsigned long length; + DOMString item(in unsigned long index); + void deleteMedium(in DOMString oldMedium) + raises(DOMException); + void appendMedium(in DOMString newMedium) + raises(DOMException); +}; + +// Introduced in DOM Level 2: +interface LinkStyle { + readonly attribute StyleSheet sheet; +}; + +// Introduced in DOM Level 2: +interface DocumentStyle { + readonly attribute StyleSheetList styleSheets; +}; + +// Introduced in DOM Level 2: +interface CSSStyleSheet : stylesheets::StyleSheet { + readonly attribute CSSRule ownerRule; + readonly attribute CSSRuleList cssRules; + unsigned long insertRule(in DOMString rule, + in unsigned long index) + raises(DOMException); + void deleteRule(in unsigned long index) + raises(DOMException); +}; + +// Introduced in DOM Level 2: +interface CSSRuleList { + readonly attribute unsigned long length; + CSSRule item(in unsigned long index); +}; + +// Introduced in DOM Level 2: +interface CSSRule { + + // RuleType + const unsigned short UNKNOWN_RULE = 0; + const unsigned short STYLE_RULE = 1; + const unsigned short CHARSET_RULE = 2; + const unsigned short IMPORT_RULE = 3; + const unsigned short MEDIA_RULE = 4; + const unsigned short FONT_FACE_RULE = 5; + const unsigned short PAGE_RULE = 6; + + readonly attribute unsigned short type; + attribute DOMString cssText; + // raises(DOMException) on setting + + readonly attribute CSSStyleSheet parentStyleSheet; + readonly attribute CSSRule parentRule; +}; + +// Introduced in DOM Level 2: +interface CSSStyleRule : CSSRule { + attribute DOMString selectorText; + // raises(DOMException) on setting + + readonly attribute CSSStyleDeclaration style; +}; + +// Introduced in DOM Level 2: +interface CSSMediaRule : CSSRule { + readonly attribute stylesheets::MediaList media; + readonly attribute CSSRuleList cssRules; + unsigned long insertRule(in DOMString rule, + in unsigned long index) + raises(DOMException); + void deleteRule(in unsigned long index) + raises(DOMException); +}; + +// Introduced in DOM Level 2: +interface CSSFontFaceRule : CSSRule { + readonly attribute CSSStyleDeclaration style; +}; + +// Introduced in DOM Level 2: +interface CSSPageRule : CSSRule { + attribute DOMString selectorText; + // raises(DOMException) on setting + + readonly attribute CSSStyleDeclaration style; +}; + +// Introduced in DOM Level 2: +interface CSSImportRule : CSSRule { + readonly attribute DOMString href; + readonly attribute stylesheets::MediaList media; + readonly attribute CSSStyleSheet styleSheet; +}; + +// Introduced in DOM Level 2: +interface CSSCharsetRule : CSSRule { + attribute DOMString encoding; + // raises(DOMException) on setting + +}; + +// Introduced in DOM Level 2: +interface CSSUnknownRule : CSSRule { +}; + +// Introduced in DOM Level 2: +interface CSSStyleDeclaration { + attribute DOMString cssText; + // raises(DOMException) on setting + + DOMString getPropertyValue(in DOMString propertyName); + CSSValue getPropertyCSSValue(in DOMString propertyName); + DOMString removeProperty(in DOMString propertyName) + raises(DOMException); + DOMString getPropertyPriority(in DOMString propertyName); + void setProperty(in DOMString propertyName, + in DOMString value, + in DOMString priority) + raises(DOMException); + readonly attribute unsigned long length; + DOMString item(in unsigned long index); + readonly attribute CSSRule parentRule; +}; + +// Introduced in DOM Level 2: +interface CSSValue { + + // UnitTypes + const unsigned short CSS_INHERIT = 0; + const unsigned short CSS_PRIMITIVE_VALUE = 1; + const unsigned short CSS_VALUE_LIST = 2; + const unsigned short CSS_CUSTOM = 3; + + attribute DOMString cssText; + // raises(DOMException) on setting + + readonly attribute unsigned short cssValueType; +}; + +// Introduced in DOM Level 2: +interface CSSPrimitiveValue : CSSValue { + + // UnitTypes + const unsigned short CSS_UNKNOWN = 0; + const unsigned short CSS_NUMBER = 1; + const unsigned short CSS_PERCENTAGE = 2; + const unsigned short CSS_EMS = 3; + const unsigned short CSS_EXS = 4; + const unsigned short CSS_PX = 5; + const unsigned short CSS_CM = 6; + const unsigned short CSS_MM = 7; + const unsigned short CSS_IN = 8; + const unsigned short CSS_PT = 9; + const unsigned short CSS_PC = 10; + const unsigned short CSS_DEG = 11; + const unsigned short CSS_RAD = 12; + const unsigned short CSS_GRAD = 13; + const unsigned short CSS_MS = 14; + const unsigned short CSS_S = 15; + const unsigned short CSS_HZ = 16; + const unsigned short CSS_KHZ = 17; + const unsigned short CSS_DIMENSION = 18; + const unsigned short CSS_STRING = 19; + const unsigned short CSS_URI = 20; + const unsigned short CSS_IDENT = 21; + const unsigned short CSS_ATTR = 22; + const unsigned short CSS_COUNTER = 23; + const unsigned short CSS_RECT = 24; + const unsigned short CSS_RGBCOLOR = 25; + + readonly attribute unsigned short primitiveType; + void setFloatValue(in unsigned short unitType, + in float floatValue) + raises(DOMException); + float getFloatValue(in unsigned short unitType) + raises(DOMException); + void setStringValue(in unsigned short stringType, + in DOMString stringValue) + raises(DOMException); + DOMString getStringValue() + raises(DOMException); + Counter getCounterValue() + raises(DOMException); + Rect getRectValue() + raises(DOMException); + RGBColor getRGBColorValue() + raises(DOMException); +}; + +// Introduced in DOM Level 2: +interface CSSValueList : CSSValue { + readonly attribute unsigned long length; + CSSValue item(in unsigned long index); +}; + +// Introduced in DOM Level 2: +interface RGBColor { + readonly attribute CSSPrimitiveValue red; + readonly attribute CSSPrimitiveValue green; + readonly attribute CSSPrimitiveValue blue; +}; + +// Introduced in DOM Level 2: +interface Rect { + readonly attribute CSSPrimitiveValue top; + readonly attribute CSSPrimitiveValue right; + readonly attribute CSSPrimitiveValue bottom; + readonly attribute CSSPrimitiveValue left; +}; + +// Introduced in DOM Level 2: +interface Counter { + readonly attribute DOMString identifier; + readonly attribute DOMString listStyle; + readonly attribute DOMString separator; +}; + +// Introduced in DOM Level 2: +interface ViewCSS : views::AbstractView { + CSSStyleDeclaration getComputedStyle(in Element elt, + in DOMString pseudoElt); +}; + +// Introduced in DOM Level 2: +interface DocumentCSS : stylesheets::DocumentStyle { + CSSStyleDeclaration getOverrideStyle(in Element elt, + in DOMString pseudoElt); +}; + +// Introduced in DOM Level 2: +interface DOMImplementationCSS : DOMImplementation { + CSSStyleSheet createCSSStyleSheet(in DOMString title, + in DOMString media) + raises(DOMException); +}; + +// Introduced in DOM Level 2: +interface ElementCSSInlineStyle { + readonly attribute CSSStyleDeclaration style; +}; + +// Introduced in DOM Level 2: +interface CSS2Properties { + attribute DOMString azimuth; + // raises(DOMException) on setting + + attribute DOMString background; + // raises(DOMException) on setting + + attribute DOMString backgroundAttachment; + // raises(DOMException) on setting + + attribute DOMString backgroundColor; + // raises(DOMException) on setting + + attribute DOMString backgroundImage; + // raises(DOMException) on setting + + attribute DOMString backgroundPosition; + // raises(DOMException) on setting + + attribute DOMString backgroundRepeat; + // raises(DOMException) on setting + + attribute DOMString border; + // raises(DOMException) on setting + + attribute DOMString borderCollapse; + // raises(DOMException) on setting + + attribute DOMString borderColor; + // raises(DOMException) on setting + + attribute DOMString borderSpacing; + // raises(DOMException) on setting + + attribute DOMString borderStyle; + // raises(DOMException) on setting + + attribute DOMString borderTop; + // raises(DOMException) on setting + + attribute DOMString borderRight; + // raises(DOMException) on setting + + attribute DOMString borderBottom; + // raises(DOMException) on setting + + attribute DOMString borderLeft; + // raises(DOMException) on setting + + attribute DOMString borderTopColor; + // raises(DOMException) on setting + + attribute DOMString borderRightColor; + // raises(DOMException) on setting + + attribute DOMString borderBottomColor; + // raises(DOMException) on setting + + attribute DOMString borderLeftColor; + // raises(DOMException) on setting + + attribute DOMString borderTopStyle; + // raises(DOMException) on setting + + attribute DOMString borderRightStyle; + // raises(DOMException) on setting + + attribute DOMString borderBottomStyle; + // raises(DOMException) on setting + + attribute DOMString borderLeftStyle; + // raises(DOMException) on setting + + attribute DOMString borderTopWidth; + // raises(DOMException) on setting + + attribute DOMString borderRightWidth; + // raises(DOMException) on setting + + attribute DOMString borderBottomWidth; + // raises(DOMException) on setting + + attribute DOMString borderLeftWidth; + // raises(DOMException) on setting + + attribute DOMString borderWidth; + // raises(DOMException) on setting + + attribute DOMString bottom; + // raises(DOMException) on setting + + attribute DOMString captionSide; + // raises(DOMException) on setting + + attribute DOMString clear; + // raises(DOMException) on setting + + attribute DOMString clip; + // raises(DOMException) on setting + + attribute DOMString color; + // raises(DOMException) on setting + + attribute DOMString content; + // raises(DOMException) on setting + + attribute DOMString counterIncrement; + // raises(DOMException) on setting + + attribute DOMString counterReset; + // raises(DOMException) on setting + + attribute DOMString cue; + // raises(DOMException) on setting + + attribute DOMString cueAfter; + // raises(DOMException) on setting + + attribute DOMString cueBefore; + // raises(DOMException) on setting + + attribute DOMString cursor; + // raises(DOMException) on setting + + attribute DOMString direction; + // raises(DOMException) on setting + + attribute DOMString display; + // raises(DOMException) on setting + + attribute DOMString elevation; + // raises(DOMException) on setting + + attribute DOMString emptyCells; + // raises(DOMException) on setting + + attribute DOMString cssFloat; + // raises(DOMException) on setting + + attribute DOMString font; + // raises(DOMException) on setting + + attribute DOMString fontFamily; + // raises(DOMException) on setting + + attribute DOMString fontSize; + // raises(DOMException) on setting + + attribute DOMString fontSizeAdjust; + // raises(DOMException) on setting + + attribute DOMString fontStretch; + // raises(DOMException) on setting + + attribute DOMString fontStyle; + // raises(DOMException) on setting + + attribute DOMString fontVariant; + // raises(DOMException) on setting + + attribute DOMString fontWeight; + // raises(DOMException) on setting + + attribute DOMString height; + // raises(DOMException) on setting + + attribute DOMString left; + // raises(DOMException) on setting + + attribute DOMString letterSpacing; + // raises(DOMException) on setting + + attribute DOMString lineHeight; + // raises(DOMException) on setting + + attribute DOMString listStyle; + // raises(DOMException) on setting + + attribute DOMString listStyleImage; + // raises(DOMException) on setting + + attribute DOMString listStylePosition; + // raises(DOMException) on setting + + attribute DOMString listStyleType; + // raises(DOMException) on setting + + attribute DOMString margin; + // raises(DOMException) on setting + + attribute DOMString marginTop; + // raises(DOMException) on setting + + attribute DOMString marginRight; + // raises(DOMException) on setting + + attribute DOMString marginBottom; + // raises(DOMException) on setting + + attribute DOMString marginLeft; + // raises(DOMException) on setting + + attribute DOMString markerOffset; + // raises(DOMException) on setting + + attribute DOMString marks; + // raises(DOMException) on setting + + attribute DOMString maxHeight; + // raises(DOMException) on setting + + attribute DOMString maxWidth; + // raises(DOMException) on setting + + attribute DOMString minHeight; + // raises(DOMException) on setting + + attribute DOMString minWidth; + // raises(DOMException) on setting + + attribute DOMString orphans; + // raises(DOMException) on setting + + attribute DOMString outline; + // raises(DOMException) on setting + + attribute DOMString outlineColor; + // raises(DOMException) on setting + + attribute DOMString outlineStyle; + // raises(DOMException) on setting + + attribute DOMString outlineWidth; + // raises(DOMException) on setting + + attribute DOMString overflow; + // raises(DOMException) on setting + + attribute DOMString padding; + // raises(DOMException) on setting + + attribute DOMString paddingTop; + // raises(DOMException) on setting + + attribute DOMString paddingRight; + // raises(DOMException) on setting + + attribute DOMString paddingBottom; + // raises(DOMException) on setting + + attribute DOMString paddingLeft; + // raises(DOMException) on setting + + attribute DOMString page; + // raises(DOMException) on setting + + attribute DOMString pageBreakAfter; + // raises(DOMException) on setting + + attribute DOMString pageBreakBefore; + // raises(DOMException) on setting + + attribute DOMString pageBreakInside; + // raises(DOMException) on setting + + attribute DOMString pause; + // raises(DOMException) on setting + + attribute DOMString pauseAfter; + // raises(DOMException) on setting + + attribute DOMString pauseBefore; + // raises(DOMException) on setting + + attribute DOMString pitch; + // raises(DOMException) on setting + + attribute DOMString pitchRange; + // raises(DOMException) on setting + + attribute DOMString playDuring; + // raises(DOMException) on setting + + attribute DOMString position; + // raises(DOMException) on setting + + attribute DOMString quotes; + // raises(DOMException) on setting + + attribute DOMString richness; + // raises(DOMException) on setting + + attribute DOMString right; + // raises(DOMException) on setting + + attribute DOMString size; + // raises(DOMException) on setting + + attribute DOMString speak; + // raises(DOMException) on setting + + attribute DOMString speakHeader; + // raises(DOMException) on setting + + attribute DOMString speakNumeral; + // raises(DOMException) on setting + + attribute DOMString speakPunctuation; + // raises(DOMException) on setting + + attribute DOMString speechRate; + // raises(DOMException) on setting + + attribute DOMString stress; + // raises(DOMException) on setting + + attribute DOMString tableLayout; + // raises(DOMException) on setting + + attribute DOMString textAlign; + // raises(DOMException) on setting + + attribute DOMString textDecoration; + // raises(DOMException) on setting + + attribute DOMString textIndent; + // raises(DOMException) on setting + + attribute DOMString textShadow; + // raises(DOMException) on setting + + attribute DOMString textTransform; + // raises(DOMException) on setting + + attribute DOMString top; + // raises(DOMException) on setting + + attribute DOMString unicodeBidi; + // raises(DOMException) on setting + + attribute DOMString verticalAlign; + // raises(DOMException) on setting + + attribute DOMString visibility; + // raises(DOMException) on setting + + attribute DOMString voiceFamily; + // raises(DOMException) on setting + + attribute DOMString volume; + // raises(DOMException) on setting + + attribute DOMString whiteSpace; + // raises(DOMException) on setting + + attribute DOMString widows; + // raises(DOMException) on setting + + attribute DOMString width; + // raises(DOMException) on setting + + attribute DOMString wordSpacing; + // raises(DOMException) on setting + + attribute DOMString zIndex; + // raises(DOMException) on setting + +}; + +// File: stylesheets.idl + +#ifndef _STYLESHEETS_IDL_ +#define _STYLESHEETS_IDL_ + +#include "dom.idl" + +#pragma prefix "dom.w3c.org" +module stylesheets +{ + + typedef dom::DOMString DOMString; + typedef dom::Node Node; + + interface MediaList; + + // Introduced in DOM Level 2: + interface StyleSheet { + readonly attribute DOMString type; + attribute boolean disabled; + readonly attribute Node ownerNode; + readonly attribute StyleSheet parentStyleSheet; + readonly attribute DOMString href; + readonly attribute DOMString title; + readonly attribute MediaList media; + }; + + // Introduced in DOM Level 2: + interface StyleSheetList { + readonly attribute unsigned long length; + StyleSheet item(in unsigned long index); + }; + + // Introduced in DOM Level 2: + interface MediaList { + attribute DOMString mediaText; + // raises(dom::DOMException) on setting + + readonly attribute unsigned long length; + DOMString item(in unsigned long index); + void deleteMedium(in DOMString oldMedium) + raises(dom::DOMException); + void appendMedium(in DOMString newMedium) + raises(dom::DOMException); + }; + + // Introduced in DOM Level 2: + interface LinkStyle { + readonly attribute StyleSheet sheet; + }; + + // Introduced in DOM Level 2: + interface DocumentStyle { + readonly attribute StyleSheetList styleSheets; + }; +}; + +#endif // _STYLESHEETS_IDL_ + +// File: css.idl + +#ifndef _CSS_IDL_ +#define _CSS_IDL_ + +#include "dom.idl" +#include "stylesheets.idl" +#include "views.idl" + +#pragma prefix "dom.w3c.org" +module css +{ + + typedef dom::DOMString DOMString; + typedef dom::Element Element; + typedef dom::DOMImplementation DOMImplementation; + + interface CSSRule; + interface CSSStyleSheet; + interface CSSStyleDeclaration; + interface CSSValue; + interface Counter; + interface Rect; + interface RGBColor; + + // Introduced in DOM Level 2: + interface CSSRuleList { + readonly attribute unsigned long length; + CSSRule item(in unsigned long index); + }; + + // Introduced in DOM Level 2: + interface CSSRule { + + // RuleType + const unsigned short UNKNOWN_RULE = 0; + const unsigned short STYLE_RULE = 1; + const unsigned short CHARSET_RULE = 2; + const unsigned short IMPORT_RULE = 3; + const unsigned short MEDIA_RULE = 4; + const unsigned short FONT_FACE_RULE = 5; + const unsigned short PAGE_RULE = 6; + + readonly attribute unsigned short type; + attribute DOMString cssText; + // raises(dom::DOMException) on setting + + readonly attribute CSSStyleSheet parentStyleSheet; + readonly attribute CSSRule parentRule; + }; + + // Introduced in DOM Level 2: + interface CSSStyleRule : CSSRule { + attribute DOMString selectorText; + // raises(dom::DOMException) on setting + + readonly attribute CSSStyleDeclaration style; + }; + + // Introduced in DOM Level 2: + interface CSSMediaRule : CSSRule { + readonly attribute stylesheets::MediaList media; + readonly attribute CSSRuleList cssRules; + unsigned long insertRule(in DOMString rule, + in unsigned long index) + raises(dom::DOMException); + void deleteRule(in unsigned long index) + raises(dom::DOMException); + }; + + // Introduced in DOM Level 2: + interface CSSFontFaceRule : CSSRule { + readonly attribute CSSStyleDeclaration style; + }; + + // Introduced in DOM Level 2: + interface CSSPageRule : CSSRule { + attribute DOMString selectorText; + // raises(dom::DOMException) on setting + + readonly attribute CSSStyleDeclaration style; + }; + + // Introduced in DOM Level 2: + interface CSSImportRule : CSSRule { + readonly attribute DOMString href; + readonly attribute stylesheets::MediaList media; + readonly attribute CSSStyleSheet styleSheet; + }; + + // Introduced in DOM Level 2: + interface CSSCharsetRule : CSSRule { + attribute DOMString encoding; + // raises(dom::DOMException) on setting + + }; + + // Introduced in DOM Level 2: + interface CSSUnknownRule : CSSRule { + }; + + // Introduced in DOM Level 2: + interface CSSStyleDeclaration { + attribute DOMString cssText; + // raises(dom::DOMException) on setting + + DOMString getPropertyValue(in DOMString propertyName); + CSSValue getPropertyCSSValue(in DOMString propertyName); + DOMString removeProperty(in DOMString propertyName) + raises(dom::DOMException); + DOMString getPropertyPriority(in DOMString propertyName); + void setProperty(in DOMString propertyName, + in DOMString value, + in DOMString priority) + raises(dom::DOMException); + readonly attribute unsigned long length; + DOMString item(in unsigned long index); + readonly attribute CSSRule parentRule; + }; + + // Introduced in DOM Level 2: + interface CSSValue { + + // UnitTypes + const unsigned short CSS_INHERIT = 0; + const unsigned short CSS_PRIMITIVE_VALUE = 1; + const unsigned short CSS_VALUE_LIST = 2; + const unsigned short CSS_CUSTOM = 3; + + attribute DOMString cssText; + // raises(dom::DOMException) on setting + + readonly attribute unsigned short cssValueType; + }; + + // Introduced in DOM Level 2: + interface CSSPrimitiveValue : CSSValue { + + // UnitTypes + const unsigned short CSS_UNKNOWN = 0; + const unsigned short CSS_NUMBER = 1; + const unsigned short CSS_PERCENTAGE = 2; + const unsigned short CSS_EMS = 3; + const unsigned short CSS_EXS = 4; + const unsigned short CSS_PX = 5; + const unsigned short CSS_CM = 6; + const unsigned short CSS_MM = 7; + const unsigned short CSS_IN = 8; + const unsigned short CSS_PT = 9; + const unsigned short CSS_PC = 10; + const unsigned short CSS_DEG = 11; + const unsigned short CSS_RAD = 12; + const unsigned short CSS_GRAD = 13; + const unsigned short CSS_MS = 14; + const unsigned short CSS_S = 15; + const unsigned short CSS_HZ = 16; + const unsigned short CSS_KHZ = 17; + const unsigned short CSS_DIMENSION = 18; + const unsigned short CSS_STRING = 19; + const unsigned short CSS_URI = 20; + const unsigned short CSS_IDENT = 21; + const unsigned short CSS_ATTR = 22; + const unsigned short CSS_COUNTER = 23; + const unsigned short CSS_RECT = 24; + const unsigned short CSS_RGBCOLOR = 25; + + readonly attribute unsigned short primitiveType; + void setFloatValue(in unsigned short unitType, + in float floatValue) + raises(dom::DOMException); + float getFloatValue(in unsigned short unitType) + raises(dom::DOMException); + void setStringValue(in unsigned short stringType, + in DOMString stringValue) + raises(dom::DOMException); + DOMString getStringValue() + raises(dom::DOMException); + Counter getCounterValue() + raises(dom::DOMException); + Rect getRectValue() + raises(dom::DOMException); + RGBColor getRGBColorValue() + raises(dom::DOMException); + }; + + // Introduced in DOM Level 2: + interface CSSValueList : CSSValue { + readonly attribute unsigned long length; + CSSValue item(in unsigned long index); + }; + + // Introduced in DOM Level 2: + interface RGBColor { + readonly attribute CSSPrimitiveValue red; + readonly attribute CSSPrimitiveValue green; + readonly attribute CSSPrimitiveValue blue; + }; + + // Introduced in DOM Level 2: + interface Rect { + readonly attribute CSSPrimitiveValue top; + readonly attribute CSSPrimitiveValue right; + readonly attribute CSSPrimitiveValue bottom; + readonly attribute CSSPrimitiveValue left; + }; + + // Introduced in DOM Level 2: + interface Counter { + readonly attribute DOMString identifier; + readonly attribute DOMString listStyle; + readonly attribute DOMString separator; + }; + + // Introduced in DOM Level 2: + interface ElementCSSInlineStyle { + readonly attribute CSSStyleDeclaration style; + }; + + // Introduced in DOM Level 2: + interface CSS2Properties { + attribute DOMString azimuth; + // raises(dom::DOMException) on setting + + attribute DOMString background; + // raises(dom::DOMException) on setting + + attribute DOMString backgroundAttachment; + // raises(dom::DOMException) on setting + + attribute DOMString backgroundColor; + // raises(dom::DOMException) on setting + + attribute DOMString backgroundImage; + // raises(dom::DOMException) on setting + + attribute DOMString backgroundPosition; + // raises(dom::DOMException) on setting + + attribute DOMString backgroundRepeat; + // raises(dom::DOMException) on setting + + attribute DOMString border; + // raises(dom::DOMException) on setting + + attribute DOMString borderCollapse; + // raises(dom::DOMException) on setting + + attribute DOMString borderColor; + // raises(dom::DOMException) on setting + + attribute DOMString borderSpacing; + // raises(dom::DOMException) on setting + + attribute DOMString borderStyle; + // raises(dom::DOMException) on setting + + attribute DOMString borderTop; + // raises(dom::DOMException) on setting + + attribute DOMString borderRight; + // raises(dom::DOMException) on setting + + attribute DOMString borderBottom; + // raises(dom::DOMException) on setting + + attribute DOMString borderLeft; + // raises(dom::DOMException) on setting + + attribute DOMString borderTopColor; + // raises(dom::DOMException) on setting + + attribute DOMString borderRightColor; + // raises(dom::DOMException) on setting + + attribute DOMString borderBottomColor; + // raises(dom::DOMException) on setting + + attribute DOMString borderLeftColor; + // raises(dom::DOMException) on setting + + attribute DOMString borderTopStyle; + // raises(dom::DOMException) on setting + + attribute DOMString borderRightStyle; + // raises(dom::DOMException) on setting + + attribute DOMString borderBottomStyle; + // raises(dom::DOMException) on setting + + attribute DOMString borderLeftStyle; + // raises(dom::DOMException) on setting + + attribute DOMString borderTopWidth; + // raises(dom::DOMException) on setting + + attribute DOMString borderRightWidth; + // raises(dom::DOMException) on setting + + attribute DOMString borderBottomWidth; + // raises(dom::DOMException) on setting + + attribute DOMString borderLeftWidth; + // raises(dom::DOMException) on setting + + attribute DOMString borderWidth; + // raises(dom::DOMException) on setting + + attribute DOMString bottom; + // raises(dom::DOMException) on setting + + attribute DOMString captionSide; + // raises(dom::DOMException) on setting + + attribute DOMString clear; + // raises(dom::DOMException) on setting + + attribute DOMString clip; + // raises(dom::DOMException) on setting + + attribute DOMString color; + // raises(dom::DOMException) on setting + + attribute DOMString content; + // raises(dom::DOMException) on setting + + attribute DOMString counterIncrement; + // raises(dom::DOMException) on setting + + attribute DOMString counterReset; + // raises(dom::DOMException) on setting + + attribute DOMString cue; + // raises(dom::DOMException) on setting + + attribute DOMString cueAfter; + // raises(dom::DOMException) on setting + + attribute DOMString cueBefore; + // raises(dom::DOMException) on setting + + attribute DOMString cursor; + // raises(dom::DOMException) on setting + + attribute DOMString direction; + // raises(dom::DOMException) on setting + + attribute DOMString display; + // raises(dom::DOMException) on setting + + attribute DOMString elevation; + // raises(dom::DOMException) on setting + + attribute DOMString emptyCells; + // raises(dom::DOMException) on setting + + attribute DOMString cssFloat; + // raises(dom::DOMException) on setting + + attribute DOMString font; + // raises(dom::DOMException) on setting + + attribute DOMString fontFamily; + // raises(dom::DOMException) on setting + + attribute DOMString fontSize; + // raises(dom::DOMException) on setting + + attribute DOMString fontSizeAdjust; + // raises(dom::DOMException) on setting + + attribute DOMString fontStretch; + // raises(dom::DOMException) on setting + + attribute DOMString fontStyle; + // raises(dom::DOMException) on setting + + attribute DOMString fontVariant; + // raises(dom::DOMException) on setting + + attribute DOMString fontWeight; + // raises(dom::DOMException) on setting + + attribute DOMString height; + // raises(dom::DOMException) on setting + + attribute DOMString left; + // raises(dom::DOMException) on setting + + attribute DOMString letterSpacing; + // raises(dom::DOMException) on setting + + attribute DOMString lineHeight; + // raises(dom::DOMException) on setting + + attribute DOMString listStyle; + // raises(dom::DOMException) on setting + + attribute DOMString listStyleImage; + // raises(dom::DOMException) on setting + + attribute DOMString listStylePosition; + // raises(dom::DOMException) on setting + + attribute DOMString listStyleType; + // raises(dom::DOMException) on setting + + attribute DOMString margin; + // raises(dom::DOMException) on setting + + attribute DOMString marginTop; + // raises(dom::DOMException) on setting + + attribute DOMString marginRight; + // raises(dom::DOMException) on setting + + attribute DOMString marginBottom; + // raises(dom::DOMException) on setting + + attribute DOMString marginLeft; + // raises(dom::DOMException) on setting + + attribute DOMString markerOffset; + // raises(dom::DOMException) on setting + + attribute DOMString marks; + // raises(dom::DOMException) on setting + + attribute DOMString maxHeight; + // raises(dom::DOMException) on setting + + attribute DOMString maxWidth; + // raises(dom::DOMException) on setting + + attribute DOMString minHeight; + // raises(dom::DOMException) on setting + + attribute DOMString minWidth; + // raises(dom::DOMException) on setting + + attribute DOMString orphans; + // raises(dom::DOMException) on setting + + attribute DOMString outline; + // raises(dom::DOMException) on setting + + attribute DOMString outlineColor; + // raises(dom::DOMException) on setting + + attribute DOMString outlineStyle; + // raises(dom::DOMException) on setting + + attribute DOMString outlineWidth; + // raises(dom::DOMException) on setting + + attribute DOMString overflow; + // raises(dom::DOMException) on setting + + attribute DOMString padding; + // raises(dom::DOMException) on setting + + attribute DOMString paddingTop; + // raises(dom::DOMException) on setting + + attribute DOMString paddingRight; + // raises(dom::DOMException) on setting + + attribute DOMString paddingBottom; + // raises(dom::DOMException) on setting + + attribute DOMString paddingLeft; + // raises(dom::DOMException) on setting + + attribute DOMString page; + // raises(dom::DOMException) on setting + + attribute DOMString pageBreakAfter; + // raises(dom::DOMException) on setting + + attribute DOMString pageBreakBefore; + // raises(dom::DOMException) on setting + + attribute DOMString pageBreakInside; + // raises(dom::DOMException) on setting + + attribute DOMString pause; + // raises(dom::DOMException) on setting + + attribute DOMString pauseAfter; + // raises(dom::DOMException) on setting + + attribute DOMString pauseBefore; + // raises(dom::DOMException) on setting + + attribute DOMString pitch; + // raises(dom::DOMException) on setting + + attribute DOMString pitchRange; + // raises(dom::DOMException) on setting + + attribute DOMString playDuring; + // raises(dom::DOMException) on setting + + attribute DOMString position; + // raises(dom::DOMException) on setting + + attribute DOMString quotes; + // raises(dom::DOMException) on setting + + attribute DOMString richness; + // raises(dom::DOMException) on setting + + attribute DOMString right; + // raises(dom::DOMException) on setting + + attribute DOMString size; + // raises(dom::DOMException) on setting + + attribute DOMString speak; + // raises(dom::DOMException) on setting + + attribute DOMString speakHeader; + // raises(dom::DOMException) on setting + + attribute DOMString speakNumeral; + // raises(dom::DOMException) on setting + + attribute DOMString speakPunctuation; + // raises(dom::DOMException) on setting + + attribute DOMString speechRate; + // raises(dom::DOMException) on setting + + attribute DOMString stress; + // raises(dom::DOMException) on setting + + attribute DOMString tableLayout; + // raises(dom::DOMException) on setting + + attribute DOMString textAlign; + // raises(dom::DOMException) on setting + + attribute DOMString textDecoration; + // raises(dom::DOMException) on setting + + attribute DOMString textIndent; + // raises(dom::DOMException) on setting + + attribute DOMString textShadow; + // raises(dom::DOMException) on setting + + attribute DOMString textTransform; + // raises(dom::DOMException) on setting + + attribute DOMString top; + // raises(dom::DOMException) on setting + + attribute DOMString unicodeBidi; + // raises(dom::DOMException) on setting + + attribute DOMString verticalAlign; + // raises(dom::DOMException) on setting + + attribute DOMString visibility; + // raises(dom::DOMException) on setting + + attribute DOMString voiceFamily; + // raises(dom::DOMException) on setting + + attribute DOMString volume; + // raises(dom::DOMException) on setting + + attribute DOMString whiteSpace; + // raises(dom::DOMException) on setting + + attribute DOMString widows; + // raises(dom::DOMException) on setting + + attribute DOMString width; + // raises(dom::DOMException) on setting + + attribute DOMString wordSpacing; + // raises(dom::DOMException) on setting + + attribute DOMString zIndex; + // raises(dom::DOMException) on setting + + }; + + // Introduced in DOM Level 2: + interface CSSStyleSheet : stylesheets::StyleSheet { + readonly attribute CSSRule ownerRule; + readonly attribute CSSRuleList cssRules; + unsigned long insertRule(in DOMString rule, + in unsigned long index) + raises(dom::DOMException); + void deleteRule(in unsigned long index) + raises(dom::DOMException); + }; + + // Introduced in DOM Level 2: + interface ViewCSS : views::AbstractView { + CSSStyleDeclaration getComputedStyle(in Element elt, + in DOMString pseudoElt); + }; + + // Introduced in DOM Level 2: + interface DocumentCSS : stylesheets::DocumentStyle { + CSSStyleDeclaration getOverrideStyle(in Element elt, + in DOMString pseudoElt); + }; + + // Introduced in DOM Level 2: + interface DOMImplementationCSS : DOMImplementation { + CSSStyleSheet createCSSStyleSheet(in DOMString title, + in DOMString media) + raises(dom::DOMException); + }; +}; + +#endif // _CSS_IDL_ diff --git a/tr/idl/compute-pressure.idl b/tr/idl/compute-pressure.idl index 2a11b84c45d5..60ef61b98919 100644 --- a/tr/idl/compute-pressure.idl +++ b/tr/idl/compute-pressure.idl @@ -1,7 +1,7 @@ // GENERATED CONTENT - DO NOT EDIT // Content was automatically extracted by Reffy into webref // (https://github.com/w3c/webref) -// Source: Compute Pressure Level 1 (https://w3c.github.io/compute-pressure/) +// Source: Compute Pressure Level 1 (https://www.w3.org/TR/compute-pressure/) enum PressureState { "nominal", "fair", "serious", "critical" }; @@ -24,6 +24,8 @@ interface PressureObserver { sequence takeRecords(); [SameObject] static readonly attribute FrozenArray supportedSources; + + [Exposed=Window] static Promise requestPermission(); }; [Exposed=(DedicatedWorker,SharedWorker,Window), SecureContext] diff --git a/tr/idl/contact-api.idl b/tr/idl/contact-picker.idl similarity index 94% rename from tr/idl/contact-api.idl rename to tr/idl/contact-picker.idl index aece81664e4f..a56edc4e7fd3 100644 --- a/tr/idl/contact-api.idl +++ b/tr/idl/contact-picker.idl @@ -1,7 +1,7 @@ // GENERATED CONTENT - DO NOT EDIT // Content was automatically extracted by Reffy into webref // (https://github.com/w3c/webref) -// Source: Contact Picker API (https://w3c.github.io/contact-picker/spec/) +// Source: Contact Picker API (https://www.w3.org/TR/contact-picker-1/) [Exposed=Window] partial interface Navigator { diff --git a/tr/idl/encoding.idl b/tr/idl/encoding.idl index 17b28a1d7a01..a8cbe4431a2d 100644 --- a/tr/idl/encoding.idl +++ b/tr/idl/encoding.idl @@ -1,7 +1,7 @@ // GENERATED CONTENT - DO NOT EDIT // Content was automatically extracted by Reffy into webref // (https://github.com/w3c/webref) -// Source: Encoding Standard (https://www.w3.org/TR/encoding/) +// Source: Encoding Standard (https://encoding.spec.whatwg.org/) interface mixin TextDecoderCommon { readonly attribute DOMString encoding; diff --git a/tr/idl/web-locks.idl b/tr/idl/web-locks.idl index d79e404b983f..152e4df7d211 100644 --- a/tr/idl/web-locks.idl +++ b/tr/idl/web-locks.idl @@ -1,7 +1,7 @@ // GENERATED CONTENT - DO NOT EDIT // Content was automatically extracted by Reffy into webref // (https://github.com/w3c/webref) -// Source: Web Locks API (https://w3c.github.io/web-locks/) +// Source: Web Locks API (https://www.w3.org/TR/web-locks/) [SecureContext] interface mixin NavigatorLocks { diff --git a/tr/idl/webnn.idl b/tr/idl/webnn.idl index 187c026ea0a5..1344ebcc84b3 100644 --- a/tr/idl/webnn.idl +++ b/tr/idl/webnn.idl @@ -82,7 +82,7 @@ dictionary MLOperandDescriptor { interface MLOperand {}; [SecureContext, Exposed=(Window, DedicatedWorker)] -interface MLOperator {}; +interface MLActivation {}; typedef record MLNamedOperands; @@ -121,7 +121,7 @@ dictionary MLBatchNormalizationOptions { MLOperand bias; long axis = 1; float epsilon = 1e-5; - MLOperator activation; + MLActivation activation; }; partial interface MLGraphBuilder { @@ -136,7 +136,7 @@ dictionary MLClampOptions { partial interface MLGraphBuilder { MLOperand clamp(MLOperand x, optional MLClampOptions options = {}); - MLOperator clamp(optional MLClampOptions options = {}); + MLActivation clamp(optional MLClampOptions options = {}); }; partial interface MLGraphBuilder { @@ -165,7 +165,7 @@ dictionary MLConv2dOptions { MLInputOperandLayout inputLayout = "nchw"; MLConv2dFilterOperandLayout filterLayout = "oihw"; MLOperand bias; - MLOperator activation; + MLActivation activation; }; partial interface MLGraphBuilder { @@ -189,7 +189,7 @@ dictionary MLConvTranspose2dOptions { MLInputOperandLayout inputLayout = "nchw"; MLConvTranspose2dFilterOperandLayout filterLayout = "iohw"; MLOperand bias; - MLOperator activation; + MLActivation activation; }; partial interface MLGraphBuilder { @@ -225,7 +225,7 @@ dictionary MLEluOptions { partial interface MLGraphBuilder { MLOperand elu(MLOperand x, optional MLEluOptions options = {}); - MLOperator elu(optional MLEluOptions options = {}); + MLActivation elu(optional MLEluOptions options = {}); }; dictionary MLGemmOptions { @@ -240,7 +240,7 @@ partial interface MLGraphBuilder { MLOperand gemm(MLOperand a, MLOperand b, optional MLGemmOptions options = {}); }; -enum MLRecurrentNetworkWeightLayout { +enum MLGruWeightLayout { "zrn", // update-reset-new gate ordering "rzn" // reset-update-new gate ordering }; @@ -258,26 +258,31 @@ dictionary MLGruOptions { boolean resetAfter = true; boolean returnSequence = false; MLRecurrentNetworkDirection direction = "forward"; - MLRecurrentNetworkWeightLayout layout = "zrn"; - sequence activations; + MLGruWeightLayout layout = "zrn"; + sequence activations; }; partial interface MLGraphBuilder { sequence gru(MLOperand input, MLOperand weight, MLOperand recurrentWeight, - long steps, long hiddenSize, optional MLGruOptions options = {}); + + unsigned long steps, unsigned long hiddenSize, + + optional MLGruOptions options = {}); }; dictionary MLGruCellOptions { MLOperand bias; MLOperand recurrentBias; boolean resetAfter = true; - MLRecurrentNetworkWeightLayout layout = "zrn"; - sequence activations; + MLGruWeightLayout layout = "zrn"; + sequence activations; }; partial interface MLGraphBuilder { MLOperand gruCell(MLOperand input, MLOperand weight, MLOperand recurrentWeight, - MLOperand hiddenState, long hiddenSize, optional MLGruCellOptions options = {}); + MLOperand hiddenState, unsigned long hiddenSize, + + optional MLGruCellOptions options = {}); }; dictionary MLHardSigmoidOptions { @@ -287,12 +292,12 @@ dictionary MLHardSigmoidOptions { partial interface MLGraphBuilder { MLOperand hardSigmoid(MLOperand x, optional MLHardSigmoidOptions options = {}); - MLOperator hardSigmoid(optional MLHardSigmoidOptions options = {}); + MLActivation hardSigmoid(optional MLHardSigmoidOptions options = {}); }; partial interface MLGraphBuilder { MLOperand hardSwish(MLOperand x); - MLOperator hardSwish(); + MLActivation hardSwish(); }; dictionary MLInstanceNormalizationOptions { @@ -313,11 +318,7 @@ dictionary MLLeakyReluOptions { partial interface MLGraphBuilder { MLOperand leakyRelu(MLOperand x, optional MLLeakyReluOptions options = {}); - MLOperator leakyRelu(optional MLLeakyReluOptions options = {}); -}; - -partial interface MLGraphBuilder { - MLOperand matmul(MLOperand a, MLOperand b); + MLActivation leakyRelu(optional MLLeakyReluOptions options = {}); }; dictionary MLLinearOptions { @@ -327,7 +328,51 @@ dictionary MLLinearOptions { partial interface MLGraphBuilder { MLOperand linear(MLOperand x, optional MLLinearOptions options = {}); - MLOperator linear(optional MLLinearOptions options = {}); + MLActivation linear(optional MLLinearOptions options = {}); +}; + +enum MLLstmWeightLayout { + "iofg", // input-output-forget-cell gate ordering + "ifgo" // input-forget-cell-output gate ordering +}; + +dictionary MLLstmOptions { + MLOperand bias; + MLOperand recurrentBias; + MLOperand peepholeWeight; + MLOperand initialHiddenState; + MLOperand initialCellState; + boolean returnSequence = false; + MLRecurrentNetworkDirection direction = "forward"; + MLLstmWeightLayout layout = "iofg"; + sequence activations; +}; + +partial interface MLGraphBuilder { + sequence lstm(MLOperand input, MLOperand weight, MLOperand recurrentWeight, + + unsigned long steps, unsigned long hiddenSize, + + optional MLLstmOptions options = {}); +}; + +dictionary MLLstmCellOptions { + MLOperand bias; + MLOperand recurrentBias; + MLOperand peepholeWeight; + MLLstmWeightLayout layout = "iofg"; + sequence activations; +}; + +partial interface MLGraphBuilder { + sequence lstmCell(MLOperand input, MLOperand weight, MLOperand recurrentWeight, + MLOperand hiddenState, MLOperand cellState, unsigned long hiddenSize, + + optional MLLstmCellOptions options = {}); +}; + +partial interface MLGraphBuilder { + MLOperand matmul(MLOperand a, MLOperand b); }; enum MLPaddingMode { @@ -388,7 +433,7 @@ partial interface MLGraphBuilder { partial interface MLGraphBuilder { MLOperand relu(MLOperand x); - MLOperator relu(); + MLActivation relu(); }; enum MLInterpolationMode { @@ -413,7 +458,7 @@ partial interface MLGraphBuilder { partial interface MLGraphBuilder { MLOperand sigmoid(MLOperand x); - MLOperator sigmoid(); + MLActivation sigmoid(); }; dictionary MLSliceOptions { @@ -427,6 +472,7 @@ partial interface MLGraphBuilder { partial interface MLGraphBuilder { MLOperand softmax(MLOperand x); + MLActivation softmax(); }; dictionary MLSoftplusOptions { @@ -435,12 +481,12 @@ dictionary MLSoftplusOptions { partial interface MLGraphBuilder { MLOperand softplus(MLOperand x, optional MLSoftplusOptions options = {}); - MLOperator softplus(optional MLSoftplusOptions options = {}); + MLActivation softplus(optional MLSoftplusOptions options = {}); }; partial interface MLGraphBuilder { MLOperand softsign(MLOperand x); - MLOperator softsign(); + MLActivation softsign(); }; dictionary MLSplitOptions { @@ -463,7 +509,7 @@ partial interface MLGraphBuilder { partial interface MLGraphBuilder { MLOperand tanh(MLOperand x); - MLOperator tanh(); + MLActivation tanh(); }; dictionary MLTransposeOptions { diff --git a/tr/idlparsed/contact-api.json b/tr/idlparsed/contact-api.json deleted file mode 100644 index c3445dcf236d..000000000000 --- a/tr/idlparsed/contact-api.json +++ /dev/null @@ -1,624 +0,0 @@ -{ - "spec": { - "title": "Contact Picker API", - "url": "https://w3c.github.io/contact-api/spec/" - }, - "idlparsed": { - "jsNames": { - "constructors": {}, - "functions": { - "Window": [ - "Navigator", - "ContactAddress", - "ContactsManager" - ] - } - }, - "idlNames": { - "ContactProperty": { - "fragment": "enum ContactProperty { \"address\", \"email\", \"icon\", \"name\", \"tel\" };", - "type": "enum", - "name": "ContactProperty", - "values": [ - { - "type": "enum-value", - "value": "address" - }, - { - "type": "enum-value", - "value": "email" - }, - { - "type": "enum-value", - "value": "icon" - }, - { - "type": "enum-value", - "value": "name" - }, - { - "type": "enum-value", - "value": "tel" - } - ], - "extAttrs": [] - }, - "ContactAddress": { - "fragment": "[Exposed=Window]\ninterface ContactAddress {\n [Default] object toJSON();\n readonly attribute DOMString city;\n readonly attribute DOMString country;\n readonly attribute DOMString dependentLocality;\n readonly attribute DOMString organization;\n readonly attribute DOMString phone;\n readonly attribute DOMString postalCode;\n readonly attribute DOMString recipient;\n readonly attribute DOMString region;\n readonly attribute DOMString sortingCode;\n readonly attribute FrozenArray addressLine;\n};", - "type": "interface", - "name": "ContactAddress", - "inheritance": null, - "members": [ - { - "type": "operation", - "name": "toJSON", - "idlType": { - "type": "return-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "object" - }, - "arguments": [], - "extAttrs": [ - { - "type": "extended-attribute", - "name": "Default", - "rhs": null, - "arguments": [] - } - ], - "special": "" - }, - { - "type": "attribute", - "name": "city", - "idlType": { - "type": "attribute-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "DOMString" - }, - "extAttrs": [], - "special": "", - "readonly": true - }, - { - "type": "attribute", - "name": "country", - "idlType": { - "type": "attribute-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "DOMString" - }, - "extAttrs": [], - "special": "", - "readonly": true - }, - { - "type": "attribute", - "name": "dependentLocality", - "idlType": { - "type": "attribute-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "DOMString" - }, - "extAttrs": [], - "special": "", - "readonly": true - }, - { - "type": "attribute", - "name": "organization", - "idlType": { - "type": "attribute-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "DOMString" - }, - "extAttrs": [], - "special": "", - "readonly": true - }, - { - "type": "attribute", - "name": "phone", - "idlType": { - "type": "attribute-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "DOMString" - }, - "extAttrs": [], - "special": "", - "readonly": true - }, - { - "type": "attribute", - "name": "postalCode", - "idlType": { - "type": "attribute-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "DOMString" - }, - "extAttrs": [], - "special": "", - "readonly": true - }, - { - "type": "attribute", - "name": "recipient", - "idlType": { - "type": "attribute-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "DOMString" - }, - "extAttrs": [], - "special": "", - "readonly": true - }, - { - "type": "attribute", - "name": "region", - "idlType": { - "type": "attribute-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "DOMString" - }, - "extAttrs": [], - "special": "", - "readonly": true - }, - { - "type": "attribute", - "name": "sortingCode", - "idlType": { - "type": "attribute-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "DOMString" - }, - "extAttrs": [], - "special": "", - "readonly": true - }, - { - "type": "attribute", - "name": "addressLine", - "idlType": { - "type": "attribute-type", - "extAttrs": [], - "generic": "FrozenArray", - "nullable": false, - "union": false, - "idlType": [ - { - "type": "attribute-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "DOMString" - } - ] - }, - "extAttrs": [], - "special": "", - "readonly": true - } - ], - "extAttrs": [ - { - "type": "extended-attribute", - "name": "Exposed", - "rhs": { - "type": "identifier", - "value": "Window" - }, - "arguments": [] - } - ], - "partial": false - }, - "ContactInfo": { - "fragment": "dictionary ContactInfo {\n sequence address;\n sequence email;\n sequence icon;\n sequence name;\n sequence tel;\n};", - "type": "dictionary", - "name": "ContactInfo", - "inheritance": null, - "members": [ - { - "type": "field", - "name": "address", - "extAttrs": [], - "idlType": { - "type": "dictionary-type", - "extAttrs": [], - "generic": "sequence", - "nullable": false, - "union": false, - "idlType": [ - { - "type": "dictionary-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "ContactAddress" - } - ] - }, - "default": null, - "required": false - }, - { - "type": "field", - "name": "email", - "extAttrs": [], - "idlType": { - "type": "dictionary-type", - "extAttrs": [], - "generic": "sequence", - "nullable": false, - "union": false, - "idlType": [ - { - "type": "dictionary-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "DOMString" - } - ] - }, - "default": null, - "required": false - }, - { - "type": "field", - "name": "icon", - "extAttrs": [], - "idlType": { - "type": "dictionary-type", - "extAttrs": [], - "generic": "sequence", - "nullable": false, - "union": false, - "idlType": [ - { - "type": "dictionary-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "Blob" - } - ] - }, - "default": null, - "required": false - }, - { - "type": "field", - "name": "name", - "extAttrs": [], - "idlType": { - "type": "dictionary-type", - "extAttrs": [], - "generic": "sequence", - "nullable": false, - "union": false, - "idlType": [ - { - "type": "dictionary-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "DOMString" - } - ] - }, - "default": null, - "required": false - }, - { - "type": "field", - "name": "tel", - "extAttrs": [], - "idlType": { - "type": "dictionary-type", - "extAttrs": [], - "generic": "sequence", - "nullable": false, - "union": false, - "idlType": [ - { - "type": "dictionary-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "DOMString" - } - ] - }, - "default": null, - "required": false - } - ], - "extAttrs": [], - "partial": false - }, - "ContactsSelectOptions": { - "fragment": "dictionary ContactsSelectOptions {\n boolean multiple = false;\n};", - "type": "dictionary", - "name": "ContactsSelectOptions", - "inheritance": null, - "members": [ - { - "type": "field", - "name": "multiple", - "extAttrs": [], - "idlType": { - "type": "dictionary-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "boolean" - }, - "default": { - "type": "boolean", - "value": false - }, - "required": false - } - ], - "extAttrs": [], - "partial": false - }, - "ContactsManager": { - "fragment": "[Exposed=Window,SecureContext]\ninterface ContactsManager {\n Promise> getProperties();\n Promise> select(sequence properties, optional ContactsSelectOptions options = {});\n};", - "type": "interface", - "name": "ContactsManager", - "inheritance": null, - "members": [ - { - "type": "operation", - "name": "getProperties", - "idlType": { - "type": "return-type", - "extAttrs": [], - "generic": "Promise", - "nullable": false, - "union": false, - "idlType": [ - { - "type": "return-type", - "extAttrs": [], - "generic": "sequence", - "nullable": false, - "union": false, - "idlType": [ - { - "type": "return-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "ContactProperty" - } - ] - } - ] - }, - "arguments": [], - "extAttrs": [], - "special": "" - }, - { - "type": "operation", - "name": "select", - "idlType": { - "type": "return-type", - "extAttrs": [], - "generic": "Promise", - "nullable": false, - "union": false, - "idlType": [ - { - "type": "return-type", - "extAttrs": [], - "generic": "sequence", - "nullable": false, - "union": false, - "idlType": [ - { - "type": "return-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "ContactInfo" - } - ] - } - ] - }, - "arguments": [ - { - "type": "argument", - "name": "properties", - "extAttrs": [], - "idlType": { - "type": "argument-type", - "extAttrs": [], - "generic": "sequence", - "nullable": false, - "union": false, - "idlType": [ - { - "type": "argument-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "ContactProperty" - } - ] - }, - "default": null, - "optional": false, - "variadic": false - }, - { - "type": "argument", - "name": "options", - "extAttrs": [], - "idlType": { - "type": "argument-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "ContactsSelectOptions" - }, - "default": { - "type": "dictionary" - }, - "optional": true, - "variadic": false - } - ], - "extAttrs": [], - "special": "" - } - ], - "extAttrs": [ - { - "type": "extended-attribute", - "name": "Exposed", - "rhs": { - "type": "identifier", - "value": "Window" - }, - "arguments": [] - }, - { - "type": "extended-attribute", - "name": "SecureContext", - "rhs": null, - "arguments": [] - } - ], - "partial": false - } - }, - "idlExtendedNames": { - "Navigator": [ - { - "fragment": "[Exposed=Window]\npartial interface Navigator {\n [SecureContext, SameObject] readonly attribute ContactsManager contacts;\n};", - "type": "interface", - "name": "Navigator", - "inheritance": null, - "members": [ - { - "type": "attribute", - "name": "contacts", - "idlType": { - "type": "attribute-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "ContactsManager" - }, - "extAttrs": [ - { - "type": "extended-attribute", - "name": "SecureContext", - "rhs": null, - "arguments": [] - }, - { - "type": "extended-attribute", - "name": "SameObject", - "rhs": null, - "arguments": [] - } - ], - "special": "", - "readonly": true - } - ], - "extAttrs": [ - { - "type": "extended-attribute", - "name": "Exposed", - "rhs": { - "type": "identifier", - "value": "Window" - }, - "arguments": [] - } - ], - "partial": true - } - ] - }, - "globals": {}, - "exposed": { - "Window": [ - "Navigator", - "ContactAddress", - "ContactsManager" - ] - }, - "dependencies": { - "Navigator": [ - "ContactsManager" - ], - "ContactAddress": [], - "ContactInfo": [ - "ContactAddress", - "Blob" - ], - "ContactsSelectOptions": [], - "ContactsManager": [ - "ContactProperty", - "ContactInfo", - "ContactsSelectOptions" - ] - }, - "externalDependencies": [ - "Navigator", - "Blob" - ], - "hasObsoleteIdl": false - } -} \ No newline at end of file diff --git a/tr/ids/CSP3.json b/tr/ids/CSP3.json index 60dc84d70c6c..b6363246d815 100644 --- a/tr/ids/CSP3.json +++ b/tr/ids/CSP3.json @@ -1005,9 +1005,14 @@ "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-should-block-request%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-should-block-response%E2%91%A2", - "https://www.w3.org/TR/CSP3/#example-327c55f5", - "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-link-type-prefetch", + "https://www.w3.org/TR/CSP3/#ref-for-link-type-preconnect", + "https://www.w3.org/TR/CSP3/#ref-for-fetch-directives%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-default-src%E2%91%A1", + "https://www.w3.org/TR/CSP3/#example-efa36e1b", + "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-default-src%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-connect-src%E2%91%A0", @@ -1022,52 +1027,48 @@ "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-media-src", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A8", - "https://www.w3.org/TR/CSP3/#ref-for-prefetch-src", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-object-src%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-script-src-elem", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-script-src-attr", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-style-src-elem", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-style-src-attr", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-worker-src", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-fetch-directives%E2%91%A0", - "https://www.w3.org/TR/CSP3/#example-8536160a", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-fetch-directives%E2%91%A1", + "https://www.w3.org/TR/CSP3/#example-fae89c48", "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-default-src%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-default-src%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-script-src-elem%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-connect-src%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-font-src%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-frame-src%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-img-src%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-manifest-src%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-media-src%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-prefetch-src%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-object-src%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-script-src-elem%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-script-src-attr%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-style-src-elem%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-style-src-attr%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-worker-src%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/CSP3/#default-src-pre-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A1%E2%91%A1", @@ -1099,7 +1100,7 @@ "https://www.w3.org/TR/CSP3/#example-97439923", "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-font-src%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A3", "https://www.w3.org/TR/CSP3/#font-src-pre-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A1%E2%91%A3", @@ -1118,7 +1119,7 @@ "https://www.w3.org/TR/CSP3/#example-0aea3777", "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-frame-src%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A4", "https://www.w3.org/TR/CSP3/#frame-src-pre-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A1%E2%91%A5", @@ -1139,7 +1140,7 @@ "https://www.w3.org/TR/CSP3/#example-ad572c5c", "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-img-src%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A5", "https://www.w3.org/TR/CSP3/#img-src-pre-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A2%E2%93%AA", @@ -1157,7 +1158,7 @@ "https://www.w3.org/TR/CSP3/#example-b74797ac", "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-manifest-src%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A6", "https://www.w3.org/TR/CSP3/#manifest-src-pre-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A2%E2%91%A1", @@ -1175,7 +1176,7 @@ "https://www.w3.org/TR/CSP3/#example-98c9c614", "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-media-src%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A7", "https://www.w3.org/TR/CSP3/#media-src-pre-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A2%E2%91%A3", @@ -1193,7 +1194,7 @@ "https://www.w3.org/TR/CSP3/#example-fc6e74d1", "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-object-src%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-the-object-element", "https://www.w3.org/TR/CSP3/#ref-for-attr-object-data", "https://www.w3.org/TR/CSP3/#ref-for-the-object-element%E2%91%A0", @@ -1217,36 +1218,18 @@ "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/CSP3/#directive-prefetch-src", - "https://www.w3.org/TR/CSP3/#prefetch-src", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A8", - "https://www.w3.org/TR/CSP3/#example-f7e7e15d", - "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-prefetch-src%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A8", - "https://www.w3.org/TR/CSP3/#prefetch-src-pre-request", - "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/CSP3/#prefetch-src-post-request", - "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/CSP3/#directive-script-src", "https://www.w3.org/TR/CSP3/#script-src", "https://www.w3.org/TR/CSP3/#ref-for-script%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-request-destination-script-like", "https://www.w3.org/TR/CSP3/#ref-for-worker-src%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-script-src-attr%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-script-src-elem%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-script%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-should-block-request%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-should-block-response%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-script%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-should-block-inline%E2%91%A3", @@ -1265,55 +1248,55 @@ "https://www.w3.org/TR/CSP3/#ref-for-dom-webassembly-instantiatestreaming", "https://www.w3.org/TR/CSP3/#ref-for-should-block-inline%E2%91%A4", "https://www.w3.org/TR/CSP3/#script-src-pre-request", - "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/CSP3/#script-src-post-request", - "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/CSP3/#script-src-inline", "https://www.w3.org/TR/CSP3/#ref-for-directive-inline-check%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-element%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/CSP3/#directive-script-src-elem", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#script-src-elem", "https://www.w3.org/TR/CSP3/#ref-for-script-src-attr%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/CSP3/#script-src-elem-pre-request", - "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/CSP3/#script-src-elem-post-request", - "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/CSP3/#script-src-elem-inline", "https://www.w3.org/TR/CSP3/#ref-for-directive-inline-check%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-element%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/CSP3/#directive-script-src-attr", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#script-src-attr", "https://www.w3.org/TR/CSP3/#script-src-attr-inline", "https://www.w3.org/TR/CSP3/#ref-for-directive-inline-check%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-element%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/CSP3/#directive-style-src", "https://www.w3.org/TR/CSP3/#style-src", "https://www.w3.org/TR/CSP3/#ref-for-document%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-should-block-request%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-the-link-element%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-at-ruledef-import", - "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-should-block-response%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-the-style-element", "https://www.w3.org/TR/CSP3/#ref-for-should-block-inline%E2%91%A5", @@ -1325,58 +1308,58 @@ "https://www.w3.org/TR/CSP3/#ref-for-parse-a-group-of-selectors", "https://www.w3.org/TR/CSP3/#issue-ba1a0a35", "https://www.w3.org/TR/CSP3/#style-src-pre-request", - "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-nonce-metadata%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/CSP3/#style-src-post-request", - "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-nonce-metadata%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/CSP3/#style-src-inline", "https://www.w3.org/TR/CSP3/#ref-for-directive-inline-check%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-element%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-directive-initialization%E2%91%A1", "https://www.w3.org/TR/CSP3/#issue-6fa220c3", "https://www.w3.org/TR/CSP3/#directive-style-src-elem", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/CSP3/#style-src-elem", "https://www.w3.org/TR/CSP3/#style-src-elem-pre-request", - "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-nonce-metadata%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/CSP3/#style-src-elem-post-request", - "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-nonce-metadata%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/CSP3/#style-src-elem-inline", "https://www.w3.org/TR/CSP3/#ref-for-directive-inline-check%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-element%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/CSP3/#directive-style-src-attr", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/CSP3/#style-src-attr", "https://www.w3.org/TR/CSP3/#style-src-attr-inline", "https://www.w3.org/TR/CSP3/#ref-for-directive-inline-check%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-element%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/CSP3/#directives-other", "https://www.w3.org/TR/CSP3/#directive-webrtc", "https://www.w3.org/TR/CSP3/#webrtc", @@ -1386,7 +1369,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-webrtc", "https://www.w3.org/TR/CSP3/#webrtc-pre-connect", "https://www.w3.org/TR/CSP3/#ref-for-directive-webrtc-pre-connect-check%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-allow", "https://www.w3.org/TR/CSP3/#directive-worker-src", @@ -1394,29 +1377,29 @@ "https://www.w3.org/TR/CSP3/#ref-for-worker%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-sharedworker%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-serviceworker%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/CSP3/#example-4dad9e58", - "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-worker-src%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#worker-src-pre-request", - "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/CSP3/#worker-src-post-request", - "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/CSP3/#directives-document", "https://www.w3.org/TR/CSP3/#directive-base-uri", "https://www.w3.org/TR/CSP3/#base-uri", "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-document%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-the-base-element%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-set-the-frozen-base-url%E2%91%A0", "https://www.w3.org/TR/CSP3/#allow-base-for-document", "https://www.w3.org/TR/CSP3/#ref-for-allow-base-for-document%E2%91%A0", @@ -1431,7 +1414,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-policy-directive-set%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-policy-self-origin%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-base-uri", @@ -1458,24 +1441,24 @@ "https://www.w3.org/TR/CSP3/#ref-for-csp-derived-sandboxing-flags%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-document%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-workerglobalscope%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-sandboxing-flag-set", "https://www.w3.org/TR/CSP3/#ref-for-parse-a-sandboxing-directive", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-sandboxed-scripts-browsing-context-flag", "https://www.w3.org/TR/CSP3/#ref-for-sandboxed-origin-browsing-context-flag", "https://www.w3.org/TR/CSP3/#directives-navigation", "https://www.w3.org/TR/CSP3/#directive-form-action", "https://www.w3.org/TR/CSP3/#form-action", "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/CSP3/#form-action-pre-navigate", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-navigation-check%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/CSP3/#directive-frame-ancestors", "https://www.w3.org/TR/CSP3/#frame-ancestors", "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A7", @@ -1492,14 +1475,14 @@ "https://www.w3.org/TR/CSP3/#grammardef-ancestor-source", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-scheme-source%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-host-source%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-meta%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#frame-ancestors-navigation-response", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-navigable%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-directive-navigation-response-check%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-concept-response-url%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-is-local", @@ -1513,7 +1496,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-concept-url-parser%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-ascii-serialisation-of-an-origin", "https://www.w3.org/TR/CSP3/#ref-for-concept-document-origin", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-policy-self-origin%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-node-navigable", "https://www.w3.org/TR/CSP3/#frame-ancestors-and-frame-options", @@ -1521,7 +1504,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-x-frame-options%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-frame-ancestors%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-x-frame-options%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-frame-ancestors%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A1%E2%91%A0", @@ -1532,7 +1515,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-report-uri%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-report-to%E2%91%A2", "https://www.w3.org/TR/CSP3/#example-0ac8d9c4", - "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-report-uri%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-report-to%E2%91%A3", "https://www.w3.org/TR/CSP3/#report-uri", @@ -1546,25 +1529,25 @@ "https://www.w3.org/TR/CSP3/#ref-for-endpoint", "https://www.w3.org/TR/CSP3/#ref-for-section-5.6.2%E2%91%A1", "https://www.w3.org/TR/CSP3/#directives-elsewhere", - "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-directive-initialization%E2%91%A3", "https://www.w3.org/TR/CSP3/#matching-algorithms", "https://www.w3.org/TR/CSP3/#script-checks", "https://www.w3.org/TR/CSP3/#script-pre-request", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-destination%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-request-destination-script-like%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-nonce-metadata%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-source-expression%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-hash-source%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-integrity-metadata", "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-source-expression%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-hash-algorithm%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A4", @@ -1574,7 +1557,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-concept-request-integrity-metadata%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-hash-source%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-source-expression%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-source-expression%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-strict-dynamic", @@ -1582,57 +1565,66 @@ "https://www.w3.org/TR/CSP3/#ref-for-concept-request-parser-metadata%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-parser-inserted%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-strict-dynamic%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/CSP3/#script-post-request", - "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-destination%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-request-destination-script-like%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-nonce-metadata%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A8", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-strict-dynamic%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-parser-metadata%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-parser-inserted%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/CSP3/#matching-urls", "https://www.w3.org/TR/CSP3/#does-request-violate-policy", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request-initiator%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/CSP3/#does-resource-hint-violate-policy", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/CSP3/#match-nonce-to-source-list", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-nonce-metadata%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-nonce-source%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-string-is%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-base64-value%E2%91%A4", "https://www.w3.org/TR/CSP3/#match-request-to-source-list", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-current-url%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-policy-self-origin%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-redirect-count", - "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/CSP3/#match-response-to-source-list", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-concept-response-url%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-policy-self-origin%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-redirect-count%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/CSP3/#match-url-to-source-list", "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A0%E2%91%A4", @@ -1640,7 +1632,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-list-is-empty%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-list-size", "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/CSP3/#match-url-to-source-expression", "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-source-expression%E2%91%A8", @@ -1738,7 +1730,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-concept-url-path%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-path-part-match%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-strictly-split%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-string-percent-decode", "https://www.w3.org/TR/CSP3/#ref-for-string-percent-decode%E2%91%A0", "https://www.w3.org/TR/CSP3/#matching-elements", @@ -1746,7 +1738,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-element%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-nonce-source%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-script%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-concept-element-attribute", "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A0%E2%91%A8", @@ -1761,7 +1753,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-grammardef-keyword-source%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-unsafe-inline%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-nonce-source%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-hash-source%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-keyword-source%E2%91%A2", @@ -1780,20 +1772,20 @@ "https://www.w3.org/TR/CSP3/#match-element-to-source-list", "https://www.w3.org/TR/CSP3/#ref-for-element%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-nonce-source%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-attr-nonce", "https://www.w3.org/TR/CSP3/#ref-for-string-is%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-base64-value%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-script%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-the-style-element%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-keyword-source%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-unsafe-hashes", "https://www.w3.org/TR/CSP3/#ref-for-utf-8-encode", "https://www.w3.org/TR/CSP3/#ref-for-javascript-string-convert", - "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-hash-source%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-hash-algorithm%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A1%E2%91%A1", @@ -1814,33 +1806,33 @@ "https://www.w3.org/TR/CSP3/#ref-for-grammardef-unsafe-hashes%E2%91%A0", "https://www.w3.org/TR/CSP3/#directive-algorithms", "https://www.w3.org/TR/CSP3/#effective-directive-for-a-request", - "https://www.w3.org/TR/CSP3/#ref-for-fetch-directives%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-fetch-directives%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A5%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A5%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/CSP3/#request-effective-directive", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request-initiator%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request-destination%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-initiator%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request-initiator%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request-destination%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-destination%E2%91%A6", "https://www.w3.org/TR/CSP3/#effective-directive-for-inline-check", - "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-request-effective-directive", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/CSP3/#directive-fallback-list", "https://www.w3.org/TR/CSP3/#ref-for-ordered-set%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-ordered-set%E2%91%A4", "https://www.w3.org/TR/CSP3/#should-directive-execute", - "https://www.w3.org/TR/CSP3/#ref-for-fetch-directives%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-fetch-directives%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/CSP3/#security-considerations", "https://www.w3.org/TR/CSP3/#security-nonces", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-nonce-source%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-unsafe-inline%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-unsafe-inline%E2%91%A3", "https://www.w3.org/TR/CSP3/#security-nonce-hijacking", @@ -1880,16 +1872,16 @@ "https://www.w3.org/TR/CSP3/#authoring-considerations", "https://www.w3.org/TR/CSP3/#multiple-policies", "https://www.w3.org/TR/CSP3/#example-7bb4ce67", + "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/CSP3/#strict-dynamic-usage", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-strict-dynamic%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-script-src%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-default-src%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-default-src%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-host-source%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-scheme-source%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-unsafe-inline%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-keyword-source%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-hash-source%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-nonce-source%E2%91%A8", @@ -1897,7 +1889,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-script%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-strict-dynamic%E2%91%A4", "https://www.w3.org/TR/CSP3/#example-78705861", - "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-script-src%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-strict-dynamic%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-attr-nonce%E2%91%A1", @@ -1910,7 +1902,7 @@ "https://www.w3.org/TR/CSP3/#unsafe-hashes-usage", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-unsafe-hashes%E2%91%A1", "https://www.w3.org/TR/CSP3/#example-02b7e69d", - "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-script-src%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-unsafe-hashes%E2%91%A2", "https://www.w3.org/TR/CSP3/#external-hash", @@ -1921,7 +1913,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-script%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-utf-8-encode%E2%91%A0", "https://www.w3.org/TR/CSP3/#example-af80f2fd", - "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-script%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-script%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/CSP3/#strict-csp", @@ -1932,25 +1924,35 @@ "https://www.w3.org/TR/CSP3/#ref-for-grammardef-strict-dynamic%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-scheme-source%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-strict-dynamic%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-none%E2%91%A1", "https://www.w3.org/TR/CSP3/#example-ad7af9dc", + "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/CSP3/#exfiltration", + "https://www.w3.org/TR/CSP3/#ref-for-default-src%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-link-type-prefetch%E2%91%A0", + "https://www.w3.org/TR/CSP3/#example-a9703a71", + "https://www.w3.org/TR/CSP3/#ref-for-link-type-prefetch%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/CSP3/#example-d969ae08", + "https://www.w3.org/TR/CSP3/#ref-for-default-src%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-img-src%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/CSP3/#implementation-considerations", "https://www.w3.org/TR/CSP3/#extensions", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/CSP3/#iana-considerations", "https://www.w3.org/TR/CSP3/#iana-registry", "https://www.w3.org/TR/CSP3/#ref-for-base-uri%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-child-src%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-connect-src%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-default-src%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-default-src%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-font-src%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-form-action", "https://www.w3.org/TR/CSP3/#ref-for-frame-ancestors%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-frame-src%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-img-src%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-img-src%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-manifest-src%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-media-src%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-object-src%E2%91%A3", @@ -2080,6 +2082,8 @@ "https://www.w3.org/TR/CSP3/#term-for-policy-container", "https://www.w3.org/TR/CSP3/#term-for-concept-document-policy-container", "https://www.w3.org/TR/CSP3/#term-for-concept-settings-object-policy-container", + "https://www.w3.org/TR/CSP3/#term-for-link-type-preconnect", + "https://www.w3.org/TR/CSP3/#term-for-link-type-prefetch", "https://www.w3.org/TR/CSP3/#term-for-prepare-the-script-element", "https://www.w3.org/TR/CSP3/#term-for-queue-a-task", "https://www.w3.org/TR/CSP3/#term-for-dom-document-referrer", diff --git a/tr/ids/DOM-Level-2-Style.json b/tr/ids/DOM-Level-2-Style.json new file mode 100644 index 000000000000..8732590e98e7 --- /dev/null +++ b/tr/ids/DOM-Level-2-Style.json @@ -0,0 +1,354 @@ +{ + "spec": { + "title": "Document Object Model (DOM) Level 2 Style Specification", + "url": "https://www.w3.org/TR/DOM-Level-2-Style/" + }, + "ids": [ + "https://www.w3.org/TR/DOM-Level-2-Style/#Overview-title", + "https://www.w3.org/TR/DOM-Level-2-Style/#Overview-version", + "https://www.w3.org/TR/DOM-Level-2-Style/#Overview-W3C-doctype", + "https://www.w3.org/TR/DOM-Level-2-Style/#Overview-abstract", + "https://www.w3.org/TR/DOM-Level-2-Style/#Overview-status", + "https://www.w3.org/TR/DOM-Level-2-Style/#Overview-table-of-contents", + "https://www.w3.org/TR/DOM-Level-2-Style/#Overview-contents", + "https://www.w3.org/TR/DOM-Level-2-Style/#expanded-toc-TOC", + "https://www.w3.org/TR/DOM-Level-2-Style/#expanded-toc-TOC-h1", + "https://www.w3.org/TR/DOM-Level-2-Style/#copyright-notice-Copyright-Notice", + "https://www.w3.org/TR/DOM-Level-2-Style/#copyright-notice-Copyright-Notice-h1", + "https://www.w3.org/TR/DOM-Level-2-Style/#copyright-notice-Copyright-notice-document", + "https://www.w3.org/TR/DOM-Level-2-Style/#copyright-notice-Copyright-notice-document-h2", + "https://www.w3.org/TR/DOM-Level-2-Style/#copyright-notice-Copyright-notice-software", + "https://www.w3.org/TR/DOM-Level-2-Style/#copyright-notice-Copyright-notice-software-h2", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-h1", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-table-of-contents", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-overview", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-overview-h2", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-fundamental", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-fundamental-h2", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-StyleSheet", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-StyleSheet-disabled", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-StyleSheet-href", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-StyleSheet-media", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-StyleSheet-ownerNode", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-StyleSheet-parentStyleSheet", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-StyleSheet-title", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-StyleSheet-type", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-StyleSheetList", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-StyleSheetList-length", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-StyleSheetList-item", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-MediaList", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-MediaList-length", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-MediaList-mediaText", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-MediaList-appendMedium", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-MediaList-deleteMedium", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-MediaList-item", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-extensions", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-extensions-h2", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-LinkStyle", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-LinkStyle-sheet", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-StyleSheet-DocumentStyle", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-DocumentStyle-styleSheets", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-Association", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets-StyleSheets-Association-h2", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-h1", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-table-of-contents", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-overview", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-overview-h2", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-fundamental", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-fundamental-h2", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSStyleSheet", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSStyleSheet-cssRules", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSStyleSheet-ownerRule", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSStyleSheet-deleteRule", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSStyleSheet-insertRule", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSRuleList", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSRuleList-length", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSRuleList-item", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSRule", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSRule-ruleType", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSRule-cssText", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSRule-parentRule", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSRule-sheet", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSRule-type", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSStyleRule", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSStyleRule-selectorText", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSStyleRule-style", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSMediaRule", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSMediaRule-cssRules", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSMediaRule-mediaTypes", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSMediaRule-deleteRule", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSMediaRule-insertRule", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSFontFaceRule", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSFontFaceRule-style", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSPageRule", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSPageRule-name", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSPageRule-style", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSImportRule", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSImportRule-href", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSImportRule-media", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSImportRule-styleSheet", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSCharsetRule", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSCharsetRule-encoding", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSUnknownRule", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSStyleDeclaration", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSStyleDeclaration-cssText", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSStyleDeclaration-length", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSStyleDeclaration-parentRule", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSStyleDeclaration-getPropertyCSSValue", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSStyleDeclaration-getPropertyPriority", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSStyleDeclaration-getPropertyValue", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSStyleDeclaration-item", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSStyleDeclaration-removeProperty", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSStyleDeclaration-setProperty", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSValue", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSValue-types", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSValue-cssText", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSValue-cssValueType", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSPrimitiveValue", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSPrimitiveValue-types", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSPrimitiveValue-primitiveType", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSPrimitiveValue-getCounterValue", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSPrimitiveValue-getFloatValue", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSPrimitiveValue-getRGBColorValue", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSPrimitiveValue-getRectValue", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSPrimitiveValue-getStringValue", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSPrimitiveValue-setFloatValue", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSPrimitiveValue-setStringValue", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSValueList", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSValueList-length", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSValueList-item", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-RGBColor", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-RGBColor-blue", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-RGBColor-green", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-RGBColor-red", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-Rect", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-Rect-bottom", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-Rect-left", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-Rect-right", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-Rect-top", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-Counter", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-Counter-identifier", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-Counter-listStyle", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-Counter-separator", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-OverrideAndComputed", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-OverrideAndComputed-h3", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-ViewCSS", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSSview-getComputedStyle", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-DocumentCSS", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-DocumentCSS-getOverrideStyle", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-StyleSheetCreation", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-StyleSheetCreation-h3", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-DOMImplementationCSS", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-DOMImplementationCSS-createCSSStyleSheet", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-htmlelementcss", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-htmlelementcss-h3", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-ElementCSSInlineStyle", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-ElementCSSInlineStyle-style", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-extended", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-extended-h2", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-azimuth", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-background", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-backgroundAttachment", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-backgroundColor", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-backgroundImage", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-backgroundPosition", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-backgroundRepeat", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-border", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-borderBottom", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-borderBottomColor", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-borderBottomStyle", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-borderBottomWidth", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-borderCollapse", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-borderColor", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-borderLeft", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-borderLeftColor", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-borderLeftStyle", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-borderLeftWidth", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-borderRight", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-borderRightColor", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-borderRightStyle", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-borderRightWidth", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-borderSpacing", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-borderStyle", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-borderTop", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-borderTopColor", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-borderTopStyle", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-borderTopWidth", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-borderWidth", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-bottom", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-captionSide", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-clear", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-clip", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-color", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-content", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-counterIncrement", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-counterReset", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-cssFloat", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-cue", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-cueAfter", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-cueBefore", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-cursor", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-direction", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-display", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-elevation", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-emptyCells", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-font", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-fontFamily", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-fontSize", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-fontSizeAdjust", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-fontStretch", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-fontStyle", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-fontVariant", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-fontWeight", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-height", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-left", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-letterSpacing", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-lineHeight", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-listStyle", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-listStyleImage", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-listStylePosition", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-listStyleType", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-margin", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-marginBottom", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-marginLeft", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-marginRight", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-marginTop", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-markerOffset", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-marks", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-maxHeight", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-maxWidth", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-minHeight", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-minWidth", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-orphans", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-outline", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-outlineColor", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-outlineStyle", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-outlineWidth", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-overflow", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-padding", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-paddingBottom", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-paddingLeft", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-paddingRight", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-paddingTop", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-page", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-pageBreakAfter", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-pageBreakBefore", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-pageBreakInside", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-pause", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-pauseAfter", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-pauseBefore", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-pitch", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-pitchRange", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-playDuring", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-position", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-quotes", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-richness", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-right", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-size", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-speak", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-speakHeader", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-speakNumeral", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-speakPunctuation", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-speechRate", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-stress", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-tableLayout", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-textAlign", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-textDecoration", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-textIndent", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-textShadow", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-textTransform", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-top", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-unicodeBidi", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-verticalAlign", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-visibility", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-voiceFamily", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-volume", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-whiteSpace", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-widows", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-width", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-wordSpacing", + "https://www.w3.org/TR/DOM-Level-2-Style/#css-CSS-CSS2Properties-zIndex", + "https://www.w3.org/TR/DOM-Level-2-Style/#idl-definitions-idl", + "https://www.w3.org/TR/DOM-Level-2-Style/#idl-definitions-idl-h1", + "https://www.w3.org/TR/DOM-Level-2-Style/#idl-definitions-StyleSheets-IDL", + "https://www.w3.org/TR/DOM-Level-2-Style/#idl-definitions-StyleSheets-IDL-h2", + "https://www.w3.org/TR/DOM-Level-2-Style/#idl-definitions-idl-stylesheets.idl", + "https://www.w3.org/TR/DOM-Level-2-Style/#idl-definitions-CSS-IDL", + "https://www.w3.org/TR/DOM-Level-2-Style/#idl-definitions-CSS-IDL-h2", + "https://www.w3.org/TR/DOM-Level-2-Style/#idl-definitions-idl-css.idl", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-java-binding", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-java-binding-h1", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-StyleSheets-Java", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-StyleSheets-Java-h2", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.stylesheets.StyleSheet", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.stylesheets.StyleSheetList", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.stylesheets.MediaList", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.stylesheets.LinkStyle", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.stylesheets.DocumentStyle", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-CSS-Java", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-CSS-Java-h2", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSStyleSheet", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSRuleList", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSRule", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSStyleRule", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSMediaRule", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSFontFaceRule", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSPageRule", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSImportRule", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSCharsetRule", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSUnknownRule", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSStyleDeclaration", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSValue", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSPrimitiveValue", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSSValueList", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.RGBColor", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.Rect", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.Counter", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.ViewCSS", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.DocumentCSS", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.DOMImplementationCSS", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.ElementCSSInlineStyle", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding-org.w3c.dom.css.CSS2Properties", + "https://www.w3.org/TR/DOM-Level-2-Style/#ecma-script-binding-ecma-binding", + "https://www.w3.org/TR/DOM-Level-2-Style/#ecma-script-binding-ecma-binding-h1", + "https://www.w3.org/TR/DOM-Level-2-Style/#ecma-script-binding-StyleSheets-ECMA", + "https://www.w3.org/TR/DOM-Level-2-Style/#ecma-script-binding-StyleSheets-ECMA-h2", + "https://www.w3.org/TR/DOM-Level-2-Style/#ecma-script-binding-CSS-ECMA", + "https://www.w3.org/TR/DOM-Level-2-Style/#ecma-script-binding-CSS-ECMA-h2", + "https://www.w3.org/TR/DOM-Level-2-Style/#acknowledgements-contributors", + "https://www.w3.org/TR/DOM-Level-2-Style/#acknowledgements-contributors-h1", + "https://www.w3.org/TR/DOM-Level-2-Style/#acknowledgements-Productions", + "https://www.w3.org/TR/DOM-Level-2-Style/#acknowledgements-Productions-h2", + "https://www.w3.org/TR/DOM-Level-2-Style/#references-References", + "https://www.w3.org/TR/DOM-Level-2-Style/#references-role-references", + "https://www.w3.org/TR/DOM-Level-2-Style/#references-References-Normative", + "https://www.w3.org/TR/DOM-Level-2-Style/#references-References-Normative-h2", + "https://www.w3.org/TR/DOM-Level-2-Style/#references-DOMCore", + "https://www.w3.org/TR/DOM-Level-2-Style/#references-CSS2", + "https://www.w3.org/TR/DOM-Level-2-Style/#references-ECMAScript", + "https://www.w3.org/TR/DOM-Level-2-Style/#references-HTML40", + "https://www.w3.org/TR/DOM-Level-2-Style/#references-Java", + "https://www.w3.org/TR/DOM-Level-2-Style/#references-OMGIDL", + "https://www.w3.org/TR/DOM-Level-2-Style/#references-DOMViews", + "https://www.w3.org/TR/DOM-Level-2-Style/#references-XML-StyleSheet", + "https://www.w3.org/TR/DOM-Level-2-Style/#references-References-Informative", + "https://www.w3.org/TR/DOM-Level-2-Style/#references-References-Informative-h2", + "https://www.w3.org/TR/DOM-Level-2-Style/#references-DOMHTML-inf", + "https://www.w3.org/TR/DOM-Level-2-Style/#def-index-Index", + "https://www.w3.org/TR/DOM-Level-2-Style/#def-index-role-index", + "https://www.w3.org/TR/DOM-Level-2-Style/#Overview", + "https://www.w3.org/TR/DOM-Level-2-Style/#expanded-toc", + "https://www.w3.org/TR/DOM-Level-2-Style/#copyright-notice", + "https://www.w3.org/TR/DOM-Level-2-Style/#stylesheets", + "https://www.w3.org/TR/DOM-Level-2-Style/#css", + "https://www.w3.org/TR/DOM-Level-2-Style/#idl-definitions", + "https://www.w3.org/TR/DOM-Level-2-Style/#java-binding", + "https://www.w3.org/TR/DOM-Level-2-Style/#ecma-script-binding", + "https://www.w3.org/TR/DOM-Level-2-Style/#acknowledgements", + "https://www.w3.org/TR/DOM-Level-2-Style/#references", + "https://www.w3.org/TR/DOM-Level-2-Style/#def-index" + ] +} \ No newline at end of file diff --git a/tr/ids/PNG-spec.json b/tr/ids/PNG-spec.json index 9aeb8b1de8eb..cb4b1be35649 100644 --- a/tr/ids/PNG-spec.json +++ b/tr/ids/PNG-spec.json @@ -653,6 +653,19 @@ "https://w3c.github.io/PNG-spec/#example-4", "https://w3c.github.io/PNG-spec/#ref-for-dfn-narrow-range-image-3", "https://w3c.github.io/PNG-spec/#ref-for-dfn-transfer-function-6", + "https://w3c.github.io/PNG-spec/#mASt-chunk", + "https://w3c.github.io/PNG-spec/#x11-3-2-7-mast-mastering-metadata", + "https://w3c.github.io/PNG-spec/#mASt-chunk-syntax", + "https://w3c.github.io/PNG-spec/#issue-container-generatedID-5", + "https://w3c.github.io/PNG-spec/#h-note-5", + "https://w3c.github.io/PNG-spec/#example-5", + "https://w3c.github.io/PNG-spec/#mASt-chunk-primaries-example", + "https://w3c.github.io/PNG-spec/#example-6", + "https://w3c.github.io/PNG-spec/#mASt-chunk-white-point-example", + "https://w3c.github.io/PNG-spec/#example-7", + "https://w3c.github.io/PNG-spec/#mASt-chunk-max-luminance-example", + "https://w3c.github.io/PNG-spec/#example-8", + "https://w3c.github.io/PNG-spec/#mASt-chunk-min-luminance-example", "https://w3c.github.io/PNG-spec/#11textinfo", "https://w3c.github.io/PNG-spec/#x11-3-3-textual-information", "https://w3c.github.io/PNG-spec/#11textIntro", @@ -719,8 +732,8 @@ "https://w3c.github.io/PNG-spec/#acTL-chunk", "https://w3c.github.io/PNG-spec/#x11-3-6-1-actl-animation-control-chunk", "https://w3c.github.io/PNG-spec/#ref-for-dfn-png-four-byte-unsigned-integer-8", - "https://w3c.github.io/PNG-spec/#issue-container-generatedID-5", - "https://w3c.github.io/PNG-spec/#h-note-5", + "https://w3c.github.io/PNG-spec/#issue-container-generatedID-6", + "https://w3c.github.io/PNG-spec/#h-note-6", "https://w3c.github.io/PNG-spec/#fcTL-chunk", "https://w3c.github.io/PNG-spec/#x11-3-6-2-fctl-frame-control-chunk", "https://w3c.github.io/PNG-spec/#table-fctl-chunk-contents", @@ -729,8 +742,8 @@ "https://w3c.github.io/PNG-spec/#ref-for-dfn-png-four-byte-unsigned-integer-11", "https://w3c.github.io/PNG-spec/#ref-for-dfn-composited-5", "https://w3c.github.io/PNG-spec/#ref-for-dfn-crc-15", - "https://w3c.github.io/PNG-spec/#issue-container-generatedID-6", - "https://w3c.github.io/PNG-spec/#h-note-6", + "https://w3c.github.io/PNG-spec/#issue-container-generatedID-7", + "https://w3c.github.io/PNG-spec/#h-note-7", "https://w3c.github.io/PNG-spec/#fdAT-chunk", "https://w3c.github.io/PNG-spec/#x11-3-6-3-fdat-frame-data-chunk", "https://w3c.github.io/PNG-spec/#ref-for-dfn-image-data-16", @@ -740,8 +753,8 @@ "https://w3c.github.io/PNG-spec/#ref-for-3filter-12", "https://w3c.github.io/PNG-spec/#ref-for-dfn-static-image-9", "https://w3c.github.io/PNG-spec/#ref-for-dfn-canvas-3", - "https://w3c.github.io/PNG-spec/#issue-container-generatedID-7", - "https://w3c.github.io/PNG-spec/#h-note-7", + "https://w3c.github.io/PNG-spec/#issue-container-generatedID-8", + "https://w3c.github.io/PNG-spec/#h-note-8", "https://w3c.github.io/PNG-spec/#12Encoders", "https://w3c.github.io/PNG-spec/#x12-png-encoders", "https://w3c.github.io/PNG-spec/#12Introduction", @@ -1098,6 +1111,7 @@ "https://w3c.github.io/PNG-spec/#bib-rfc3629", "https://w3c.github.io/PNG-spec/#bib-rfc8174", "https://w3c.github.io/PNG-spec/#bib-smpte%20170m", + "https://w3c.github.io/PNG-spec/#bib-smpte%20st%202086", "https://w3c.github.io/PNG-spec/#bib-srgb", "https://w3c.github.io/PNG-spec/#bib-xmp", "https://w3c.github.io/PNG-spec/#bib-ziv-lempel", @@ -1108,11 +1122,13 @@ "https://w3c.github.io/PNG-spec/#bib-gamma%20faq", "https://w3c.github.io/PNG-spec/#bib-gif", "https://w3c.github.io/PNG-spec/#bib-hill", + "https://w3c.github.io/PNG-spec/#bib-itu-r%20bt.2020", "https://w3c.github.io/PNG-spec/#bib-itu-r%20bt.2100", "https://w3c.github.io/PNG-spec/#bib-kasson", "https://w3c.github.io/PNG-spec/#bib-luminance-chromaticity", "https://w3c.github.io/PNG-spec/#bib-postscript", "https://w3c.github.io/PNG-spec/#bib-roelofs", + "https://w3c.github.io/PNG-spec/#bib-smpte%20rp%20177", "https://w3c.github.io/PNG-spec/#bib-smpte%20rp%202077", "https://w3c.github.io/PNG-spec/#bib-tiff%206.0", "https://w3c.github.io/PNG-spec/#back-to-top" diff --git a/tr/ids/attribution-reporting-api.json b/tr/ids/attribution-reporting-api.json index 12388fc6b7a3..7bfc8d86f6d1 100644 --- a/tr/ids/attribution-reporting-api.json +++ b/tr/ids/attribution-reporting-api.json @@ -210,6 +210,7 @@ "https://wicg.github.io/attribution-reporting-api/#attribution-report-reporting-endpoint", "https://wicg.github.io/attribution-reporting-api/#ref-for-suitable-origin%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#attribution-report-report-time", + "https://wicg.github.io/attribution-reporting-api/#attribution-report-original-report-time", "https://wicg.github.io/attribution-reporting-api/#attribution-report-delivered", "https://wicg.github.io/attribution-reporting-api/#ref-for-boolean%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#attribution-report-report-id", @@ -239,7 +240,6 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-report", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#aggregatable-report-source-time", - "https://wicg.github.io/attribution-reporting-api/#aggregatable-report-original-report-time", "https://wicg.github.io/attribution-reporting-api/#aggregatable-report-contributions", "https://wicg.github.io/attribution-reporting-api/#ref-for-list%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-contribution%E2%91%A0", @@ -1443,6 +1443,8 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-source-type%E2%91%A0%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-source-type-event%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-event-source-trigger-data-cardinality%E2%91%A1", + "https://wicg.github.io/attribution-reporting-api/#ref-for-obtain-an-event-level-report-delivery-time", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-trigger-trigger-time%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-report%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-report-event-id", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-event-id%E2%91%A3", @@ -1455,8 +1457,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-report-attribution-destinations%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-attribution-destinations%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report-report-time%E2%91%A2", - "https://wicg.github.io/attribution-reporting-api/#ref-for-obtain-an-event-level-report-delivery-time", - "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-trigger-trigger-time%E2%91%A3", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report-original-report-time", "https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-report-trigger-priority%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-trigger-configuration-priority%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-report-trigger-time%E2%91%A1", @@ -1487,7 +1488,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-trigger-attribution-destination%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-report-source-time", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-source-time%E2%91%A0%E2%91%A1", - "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-report-original-report-time", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report-original-report-time%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report-report-time%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report-report-id%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-dfn-generate-a-random-uuid%E2%91%A0", @@ -1513,8 +1514,9 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report-delivered%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report-report-time%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-implementation-defined", - "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-source-origin%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report-report-time%E2%91%A5", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-source-origin%E2%91%A4", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report-report-time%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-implementation-defined%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-attempt-to-deliver-a-report", "https://wicg.github.io/attribution-reporting-api/#serialize-integer", @@ -1547,7 +1549,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-report-effective-attribution-destination%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report-report-id%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-ascii-serialisation-of-an-origin", - "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-report-original-report-time%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report-original-report-time%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-serialize-an-integer%E2%91%A0%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-report-source-time%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-serialize-an-integer%E2%91%A0%E2%91%A2", @@ -1607,14 +1609,16 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-report-trigger-data%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-serialize-an-integer%E2%91%A0%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report-report-id%E2%91%A2", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report-original-report-time%E2%91%A2", + "https://wicg.github.io/attribution-reporting-api/#ref-for-serialize-an-integer%E2%91%A0%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report-source-debug-key%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-set%E2%91%A0%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report-source-debug-key%E2%91%A5", - "https://wicg.github.io/attribution-reporting-api/#ref-for-serialize-an-integer%E2%91%A0%E2%91%A5", + "https://wicg.github.io/attribution-reporting-api/#ref-for-serialize-an-integer%E2%91%A0%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report-trigger-debug-key%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-set%E2%91%A0%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report-trigger-debug-key%E2%91%A5", - "https://wicg.github.io/attribution-reporting-api/#ref-for-serialize-an-integer%E2%91%A0%E2%91%A6", + "https://wicg.github.io/attribution-reporting-api/#ref-for-serialize-an-integer%E2%91%A0%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#serialize-an-event-level-report", "https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-report%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-obtain-an-event-level-report-body%E2%91%A0", @@ -1631,11 +1635,11 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report-source-debug-key%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-set%E2%91%A0%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report-source-debug-key%E2%91%A7", - "https://wicg.github.io/attribution-reporting-api/#ref-for-serialize-an-integer%E2%91%A0%E2%91%A7", + "https://wicg.github.io/attribution-reporting-api/#ref-for-serialize-an-integer%E2%91%A0%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report-trigger-debug-key%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-set%E2%91%A0%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report-trigger-debug-key%E2%91%A7", - "https://wicg.github.io/attribution-reporting-api/#ref-for-serialize-an-integer%E2%91%A0%E2%91%A8", + "https://wicg.github.io/attribution-reporting-api/#ref-for-serialize-an-integer%E2%91%A1%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-byte-sequence%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-serialize-an-infra-value-to-json-bytes%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#serialize-an-attribution-report", diff --git a/tr/ids/compute-pressure.json b/tr/ids/compute-pressure.json index 17612a0c4e05..4511899bcd29 100644 --- a/tr/ids/compute-pressure.json +++ b/tr/ids/compute-pressure.json @@ -1,530 +1,541 @@ { "spec": { "title": "Compute Pressure Level 1", - "url": "https://w3c.github.io/compute-pressure/" + "url": "https://www.w3.org/TR/compute-pressure/" }, "ids": [ - "https://w3c.github.io/compute-pressure/#initialUserConfig", - "https://w3c.github.io/compute-pressure/#toc-nav", - "https://w3c.github.io/compute-pressure/#toc-jump", - "https://w3c.github.io/compute-pressure/#toc-toggle", - "https://w3c.github.io/compute-pressure/#title", - "https://w3c.github.io/compute-pressure/#w3c-state", - "https://w3c.github.io/compute-pressure/#abstract", - "https://w3c.github.io/compute-pressure/#sotd", - "https://w3c.github.io/compute-pressure/#w3c_process_revision", - "https://w3c.github.io/compute-pressure/#toc", - "https://w3c.github.io/compute-pressure/#table-of-contents", - "https://w3c.github.io/compute-pressure/#introduction", - "https://w3c.github.io/compute-pressure/#x1-introduction", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-processing-units-1", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-processing-units-2", - "https://w3c.github.io/compute-pressure/#a-note-on-feature-detection", - "https://w3c.github.io/compute-pressure/#x2-a-note-on-feature-detection", - "https://w3c.github.io/compute-pressure/#example-checking-existence-of-pressureobserver-interface", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-user-agent-1", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-1", - "https://w3c.github.io/compute-pressure/#issue-container-generatedID", - "https://w3c.github.io/compute-pressure/#h-note", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-platform-collector-1", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-platform-collector-2", - "https://w3c.github.io/compute-pressure/#concepts", - "https://w3c.github.io/compute-pressure/#x3-concepts", - "https://w3c.github.io/compute-pressure/#processing-units", - "https://w3c.github.io/compute-pressure/#x3-1-processing-units", - "https://w3c.github.io/compute-pressure/#dfn-processing-units", - "https://w3c.github.io/compute-pressure/#supported-sources", - "https://w3c.github.io/compute-pressure/#x3-2-supported-sources", - "https://w3c.github.io/compute-pressure/#dfn-supported-source-types", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-processing-units-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-source-types-1", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-processing-units-4", - "https://w3c.github.io/compute-pressure/#issue-container-generatedID-0", - "https://w3c.github.io/compute-pressure/#h-note-0", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-observe-1", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-source-types-2", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressuresource-1", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-user-agent-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-source-types-3", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressuresource-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-user-agent-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-source-types-4", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-supportedsources-1", - "https://w3c.github.io/compute-pressure/#sampling-and-reporting-rate", - "https://w3c.github.io/compute-pressure/#x3-3-sampling-and-reporting-rate", - "https://w3c.github.io/compute-pressure/#dfn-sampling-rate", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-platform-collector-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-user-agent-4", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-requested-sampling-rate-1", - "https://w3c.github.io/compute-pressure/#dfn-reporting-rate", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-data-delivery-1", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-sampling-rate-1", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-requested-sampling-rate-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-requested-sampling-rate-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-user-agent-5", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-user-agent-6", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-reporting-rate-1", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-sampling-rate-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-sampling-rate-3", - "https://w3c.github.io/compute-pressure/#issue-container-generatedID-1", - "https://w3c.github.io/compute-pressure/#h-note-1", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-requested-sampling-rate-4", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-user-agent-7", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-platform-collector-4", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-sampling-rate-4", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-reporting-rate-2", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-requested-sampling-rate-5", - "https://w3c.github.io/compute-pressure/#platform-primitives", - "https://w3c.github.io/compute-pressure/#x4-platform-primitives", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-platform-collector-5", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-user-agent-8", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-platform-collector-6", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-user-agent-9", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-platform-collector-7", - "https://w3c.github.io/compute-pressure/#dfn-source-types", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressuresource-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-platform-collector-8", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-platform-collector-9", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-platform-collector-10", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-platform-collector-11", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-platform-collector-12", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-platform-collector-13", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-user-agent-10", - "https://w3c.github.io/compute-pressure/#user-notifications", - "https://w3c.github.io/compute-pressure/#x5-user-notifications", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-user-agent-11", - "https://w3c.github.io/compute-pressure/#policy-control", - "https://w3c.github.io/compute-pressure/#x6-policy-control", - "https://w3c.github.io/compute-pressure/#issue-container-generatedID-2", - "https://w3c.github.io/compute-pressure/#h-note-2", - "https://w3c.github.io/compute-pressure/#example-enabling-compute-pressure-on-remote-content", - "https://w3c.github.io/compute-pressure/#example-feature-policy-over-http", - "https://w3c.github.io/compute-pressure/#internal-slot-definitions", - "https://w3c.github.io/compute-pressure/#x7-internal-slot-definitions", - "https://w3c.github.io/compute-pressure/#dfn-pressure-observer-task-queued", - "https://w3c.github.io/compute-pressure/#dfn-registered-observer-list", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-source-types-5", - "https://w3c.github.io/compute-pressure/#dfn-platform-collector", - "https://w3c.github.io/compute-pressure/#dfn-registered-observer", - "https://w3c.github.io/compute-pressure/#dfn-observer", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-4", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-5", - "https://w3c.github.io/compute-pressure/#dfn-callback", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureupdatecallback-1", - "https://w3c.github.io/compute-pressure/#dfn-samplerate", - "https://w3c.github.io/compute-pressure/#dfn-pendingobservepromises", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressuresource-4", - "https://w3c.github.io/compute-pressure/#dfn-queuedrecords", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurerecord-1", - "https://w3c.github.io/compute-pressure/#dfn-lastrecordmap", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressuresource-5", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-source-types-6", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurerecord-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-user-agent-12", - "https://w3c.github.io/compute-pressure/#dfn-max-queued-records", - "https://w3c.github.io/compute-pressure/#pressure-states", - "https://w3c.github.io/compute-pressure/#x8-pressure-states", - "https://w3c.github.io/compute-pressure/#dfn-pressure-states", - "https://w3c.github.io/compute-pressure/#webidl-287287555", - "https://w3c.github.io/compute-pressure/#idl-def-pressurestate", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurestate-1", - "https://w3c.github.io/compute-pressure/#dom-pressurestate-nominal", - "https://w3c.github.io/compute-pressure/#dom-pressurestate-fair", - "https://w3c.github.io/compute-pressure/#dom-pressurestate-serious", - "https://w3c.github.io/compute-pressure/#dom-pressurestate-critical", - "https://w3c.github.io/compute-pressure/#dom-pressurestate", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-1", - "https://w3c.github.io/compute-pressure/#contributing-factors", - "https://w3c.github.io/compute-pressure/#x9-contributing-factors", - "https://w3c.github.io/compute-pressure/#dfn-contributing-factors", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-3", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurerecord-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-factors-1", - "https://w3c.github.io/compute-pressure/#issue-container-generatedID-3", - "https://w3c.github.io/compute-pressure/#h-note-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-user-agent-13", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-4", - "https://w3c.github.io/compute-pressure/#webidl-1211462662", - "https://w3c.github.io/compute-pressure/#idl-def-pressurefactor", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurefactor-1", - "https://w3c.github.io/compute-pressure/#dom-pressurefactor-thermal", - "https://w3c.github.io/compute-pressure/#dom-pressurefactor-power-supply", - "https://w3c.github.io/compute-pressure/#dom-pressurefactor", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-contributing-factors-1", - "https://w3c.github.io/compute-pressure/#pressure-observer", - "https://w3c.github.io/compute-pressure/#x10-pressure-observer", - "https://w3c.github.io/compute-pressure/#the-pressureupdatecallback-callback", - "https://w3c.github.io/compute-pressure/#x10-1-the-pressureupdatecallback-callback", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureupdatecallback-2", - "https://w3c.github.io/compute-pressure/#webidl-1258957896", - "https://w3c.github.io/compute-pressure/#idl-def-pressureupdatecallback", - "https://w3c.github.io/compute-pressure/#dom-pressureupdatecallback", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurerecord-4", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-6", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-5", - "https://w3c.github.io/compute-pressure/#the-pressureobserver-object", - "https://w3c.github.io/compute-pressure/#x10-2-the-pressureobserver-object", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-7", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-8", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-6", - "https://w3c.github.io/compute-pressure/#webidl-94244868", - "https://w3c.github.io/compute-pressure/#idl-def-pressuresource", - "https://w3c.github.io/compute-pressure/#dom-pressuresource", - "https://w3c.github.io/compute-pressure/#dom-pressuresource-cpu", - "https://w3c.github.io/compute-pressure/#idl-def-pressureobserver", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-9", - "https://w3c.github.io/compute-pressure/#idl-def-pressureobserver-constructor-callback-options", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-constructor-1", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureupdatecallback-3", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserveroptions-1", - "https://w3c.github.io/compute-pressure/#idl-def-pressureobserver-observe-source", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-observe-2", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressuresource-6", - "https://w3c.github.io/compute-pressure/#idl-def-pressureobserver-unobserve-source", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-unobserve-1", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressuresource-7", - "https://w3c.github.io/compute-pressure/#idl-def-pressureobserver-disconnect", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-disconnect-1", - "https://w3c.github.io/compute-pressure/#idl-def-pressureobserver-takerecords", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurerecord-5", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-takerecords-1", - "https://w3c.github.io/compute-pressure/#idl-def-pressureobserver-supportedsources", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressuresource-8", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-supportedsources-2", - "https://w3c.github.io/compute-pressure/#dom-pressureobserver", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-10", - "https://w3c.github.io/compute-pressure/#the-constructor-method", - "https://w3c.github.io/compute-pressure/#x10-2-1-the-constructor-method", - "https://w3c.github.io/compute-pressure/#dom-pressureobserver-constructor", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-11", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-callback-1", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-samplerate-1", - "https://w3c.github.io/compute-pressure/#the-observe-method", - "https://w3c.github.io/compute-pressure/#x10-2-2-the-observe-method", - "https://w3c.github.io/compute-pressure/#dom-pressureobserver-observe", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-observe-3", - "https://w3c.github.io/compute-pressure/#issue-container-number-1", - "https://w3c.github.io/compute-pressure/#h-issue", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pendingobservepromises-1", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pendingobservepromises-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-supported-source-types-1", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressureobserver-task-source-1", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-data-delivery-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressureobserver-task-source-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-registered-observer-list-1", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-data-delivery-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-registered-observer-1", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-observer-1", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-registered-observer-list-2", - "https://w3c.github.io/compute-pressure/#the-unobserve-method", - "https://w3c.github.io/compute-pressure/#x10-2-3-the-unobserve-method", - "https://w3c.github.io/compute-pressure/#dom-pressureobserver-unobserve", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-unobserve-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-supported-source-types-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-queuedrecords-1", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-lastrecordmap-1", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pendingobservepromises-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-registered-observer-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-registered-observer-list-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-registered-observer-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-registered-observer-list-4", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-data-delivery-4", - "https://w3c.github.io/compute-pressure/#the-disconnect-method", - "https://w3c.github.io/compute-pressure/#x10-2-4-the-disconnect-method", - "https://w3c.github.io/compute-pressure/#dom-pressureobserver-disconnect", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-disconnect-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-queuedrecords-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-lastrecordmap-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pendingobservepromises-4", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-registered-observer-4", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-registered-observer-list-5", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-source-types-7", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-observer-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-registered-observer-list-6", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-data-delivery-5", - "https://w3c.github.io/compute-pressure/#the-takerecords-method", - "https://w3c.github.io/compute-pressure/#x10-2-5-the-takerecords-method", - "https://w3c.github.io/compute-pressure/#dom-pressureobserver-takerecords", - "https://w3c.github.io/compute-pressure/#issue-container-generatedID-4", - "https://w3c.github.io/compute-pressure/#h-note-4", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-takerecords-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-queuedrecords-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-queuedrecords-4", - "https://w3c.github.io/compute-pressure/#the-supportedsources-attribute", - "https://w3c.github.io/compute-pressure/#x10-2-6-the-supportedsources-attribute", - "https://w3c.github.io/compute-pressure/#dom-pressureobserver-supportedsources", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-supportedsources-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-supported-source-types-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-platform-collector-14", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-supportedsources-4", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-source-types-8", - "https://w3c.github.io/compute-pressure/#issue-container-generatedID-5", - "https://w3c.github.io/compute-pressure/#h-note-5", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-source-types-9", - "https://w3c.github.io/compute-pressure/#the-pressurerecord-interface", - "https://w3c.github.io/compute-pressure/#x10-3-the-pressurerecord-interface", - "https://w3c.github.io/compute-pressure/#dom-pressurerecord", - "https://w3c.github.io/compute-pressure/#webidl-1808954892", - "https://w3c.github.io/compute-pressure/#idl-def-pressurerecord", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurerecord-6", - "https://w3c.github.io/compute-pressure/#idl-def-pressurerecord-source", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressuresource-9", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurerecord-source-1", - "https://w3c.github.io/compute-pressure/#idl-def-pressurerecord-state", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurestate-2", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurerecord-state-1", - "https://w3c.github.io/compute-pressure/#idl-def-pressurerecord-factors", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurefactor-2", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurerecord-factors-1", - "https://w3c.github.io/compute-pressure/#idl-def-pressurerecord-time", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurerecord-time-1", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurerecord-7", - "https://w3c.github.io/compute-pressure/#dfn-source", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressuresource-10", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-source-types-10", - "https://w3c.github.io/compute-pressure/#dfn-state", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurestate-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-7", - "https://w3c.github.io/compute-pressure/#dfn-factors", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurefactor-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-contributing-factors-2", - "https://w3c.github.io/compute-pressure/#dfn-time", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-12", - "https://w3c.github.io/compute-pressure/#the-source-attribute", - "https://w3c.github.io/compute-pressure/#x10-3-1-the-source-attribute", - "https://w3c.github.io/compute-pressure/#dom-pressurerecord-source", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurerecord-source-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-source-1", - "https://w3c.github.io/compute-pressure/#the-state-attribute", - "https://w3c.github.io/compute-pressure/#x10-3-2-the-state-attribute", - "https://w3c.github.io/compute-pressure/#dom-pressurerecord-state", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurerecord-state-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-state-1", - "https://w3c.github.io/compute-pressure/#the-factors-attribute", - "https://w3c.github.io/compute-pressure/#x10-3-3-the-factors-attribute", - "https://w3c.github.io/compute-pressure/#dom-pressurerecord-factors", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurerecord-factors-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-factors-2", - "https://w3c.github.io/compute-pressure/#the-time-attribute", - "https://w3c.github.io/compute-pressure/#x10-3-4-the-time-attribute", - "https://w3c.github.io/compute-pressure/#dom-pressurerecord-time", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurerecord-time-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-time-1", - "https://w3c.github.io/compute-pressure/#the-pressureobserveroptions-dictionary", - "https://w3c.github.io/compute-pressure/#x10-4-the-pressureobserveroptions-dictionary", - "https://w3c.github.io/compute-pressure/#dom-pressureobserveroptions", - "https://w3c.github.io/compute-pressure/#webidl-36753696", - "https://w3c.github.io/compute-pressure/#idl-def-pressureobserveroptions", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserveroptions-2", - "https://w3c.github.io/compute-pressure/#idl-def-pressureobserveroptions-samplerate", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserveroptions-samplerate-1", - "https://w3c.github.io/compute-pressure/#the-samplerate-member", - "https://w3c.github.io/compute-pressure/#x10-4-1-the-samplerate-member", - "https://w3c.github.io/compute-pressure/#dom-pressureobserveroptions-samplerate", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserveroptions-samplerate-2", - "https://w3c.github.io/compute-pressure/#dfn-requested-sampling-rate", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-reporting-rate-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-requested-sampling-rate-6", - "https://w3c.github.io/compute-pressure/#issue-container-generatedID-6", - "https://w3c.github.io/compute-pressure/#h-note-6", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-user-agent-14", - "https://w3c.github.io/compute-pressure/#life-cycle", - "https://w3c.github.io/compute-pressure/#x10-5-life-cycle-and-garbage-collection", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-registered-observer-5", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-registered-observer-list-7", - "https://w3c.github.io/compute-pressure/#issue-container-generatedID-7", - "https://w3c.github.io/compute-pressure/#h-note-7", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-13", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-registered-observer-list-8", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-observe-4", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-unobserve-3", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-disconnect-3", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-14", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-disconnect-4", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-15", - "https://w3c.github.io/compute-pressure/#processing-model", - "https://w3c.github.io/compute-pressure/#x10-6-processing-model", - "https://w3c.github.io/compute-pressure/#supporting-algorithms", - "https://w3c.github.io/compute-pressure/#x10-6-1-supporting-algorithms", - "https://w3c.github.io/compute-pressure/#issue-container-generatedID-8", - "https://w3c.github.io/compute-pressure/#h-note-8", - "https://w3c.github.io/compute-pressure/#dfn-passes-privacy-test", - "https://w3c.github.io/compute-pressure/#issue-container-generatedID-9", - "https://w3c.github.io/compute-pressure/#h-note-9", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-requested-sampling-rate-7", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-platform-collector-15", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-sampling-rate-5", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-platform-collector-16", - "https://w3c.github.io/compute-pressure/#dfn-passes-rate-test", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-lastrecordmap-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-lastrecordmap-4", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-samplerate-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-time-2", - "https://w3c.github.io/compute-pressure/#dfn-has-change-in-data", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-lastrecordmap-5", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-lastrecordmap-6", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-state-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-factors-3", - "https://w3c.github.io/compute-pressure/#data-delivery", - "https://w3c.github.io/compute-pressure/#x10-6-2-data-delivery", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-data-delivery-6", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-platform-collector-17", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-source-types-11", - "https://w3c.github.io/compute-pressure/#issue-container-generatedID-10", - "https://w3c.github.io/compute-pressure/#h-note-10", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-platform-collector-18", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-data-delivery-7", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-16", - "https://w3c.github.io/compute-pressure/#dfn-data-delivery", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-source-types-12", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-platform-collector-19", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-source-types-13", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-platform-collector-20", - "https://w3c.github.io/compute-pressure/#issue-container-generatedID-11", - "https://w3c.github.io/compute-pressure/#h-note-11", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-8", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-contributing-factors-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-registered-observer-list-9", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-passes-privacy-test-1", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-passes-rate-test-1", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-has-change-in-data-1", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-queue-a-record-1", - "https://w3c.github.io/compute-pressure/#queue-a-pressurerecord", - "https://w3c.github.io/compute-pressure/#x10-6-3-queue-a-pressurerecord", - "https://w3c.github.io/compute-pressure/#dfn-queue-a-record", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurerecord-8", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-source-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-state-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-factors-4", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-time-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-queuedrecords-5", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-max-queued-records-1", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-queuedrecords-6", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-lastrecordmap-7", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-queue-a-pressure-observer-task-1", - "https://w3c.github.io/compute-pressure/#queue-a-pressure-observer-task", - "https://w3c.github.io/compute-pressure/#x10-6-4-queue-a-pressure-observer-task", - "https://w3c.github.io/compute-pressure/#dfn-pressureobserver-task-source", - "https://w3c.github.io/compute-pressure/#dfn-queue-a-pressure-observer-task", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-observer-task-queued-1", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-observer-task-queued-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressureobserver-task-source-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-notify-pressure-observers-1", - "https://w3c.github.io/compute-pressure/#notify-observers", - "https://w3c.github.io/compute-pressure/#x10-6-5-notify-pressure-observers", - "https://w3c.github.io/compute-pressure/#dfn-notify-pressure-observers", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-observer-task-queued-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-observer-3", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-registered-observer-list-10", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-queuedrecords-7", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-queuedrecords-8", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-callback-2", - "https://w3c.github.io/compute-pressure/#handling-change-of-fully-active", - "https://w3c.github.io/compute-pressure/#x10-6-6-handling-change-of-fully-active", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-data-delivery-8", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-supported-source-types-4", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-data-delivery-9", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-supported-source-types-5", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-registered-observer-list-11", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-source-types-14", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-data-delivery-10", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-registered-observer-list-12", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-source-types-15", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-data-delivery-11", - "https://w3c.github.io/compute-pressure/#issue-container-generatedID-12", - "https://w3c.github.io/compute-pressure/#h-note-12", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-passes-privacy-test-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-data-delivery-12", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-platform-collector-21", - "https://w3c.github.io/compute-pressure/#unload-observers", - "https://w3c.github.io/compute-pressure/#x10-6-7-handle-unloading-document-and-closing-of-workers", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-data-delivery-13", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-supported-source-types-6", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-data-delivery-14", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-supported-source-types-7", - "https://w3c.github.io/compute-pressure/#security-and-privacy-considerations", - "https://w3c.github.io/compute-pressure/#x10-7-security-and-privacy-considerations", - "https://w3c.github.io/compute-pressure/#minimizing-information-exposure", - "https://w3c.github.io/compute-pressure/#x10-7-1-minimizing-information-exposure", - "https://w3c.github.io/compute-pressure/#rate-limiting-change-notifications", - "https://w3c.github.io/compute-pressure/#x10-7-1-1-rate-limiting-change-notifications", - "https://w3c.github.io/compute-pressure/#no-side-channels", - "https://w3c.github.io/compute-pressure/#x10-7-1-2-no-side-channels", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-9", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-10", - "https://w3c.github.io/compute-pressure/#first-party-contexts", - "https://w3c.github.io/compute-pressure/#x10-7-1-3-first-party-contexts", - "https://w3c.github.io/compute-pressure/#examples", - "https://w3c.github.io/compute-pressure/#x10-8-examples", - "https://w3c.github.io/compute-pressure/#cb-observer-example", - "https://w3c.github.io/compute-pressure/#example-how-to-adjust-the-number-of-video-feeds-based-on-cpu-pressure", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-takerecords-3", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-disconnect-5", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-disconnect-6", - "https://w3c.github.io/compute-pressure/#example-how-to-handle-all-state-changes-right-up-until-disconnect", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-unobserve-4", - "https://w3c.github.io/compute-pressure/#issue-container-generatedID-13", - "https://w3c.github.io/compute-pressure/#h-note-13", - "https://w3c.github.io/compute-pressure/#example-how-to-tell-the-observer-to-stop-watching-for-state-changes-for-a-specific-source", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-disconnect-7", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-disconnect-8", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-observe-5", - "https://w3c.github.io/compute-pressure/#example-how-to-tell-the-observer-to-stop-watching-for-any-state-changes", - "https://w3c.github.io/compute-pressure/#conformance", - "https://w3c.github.io/compute-pressure/#x10-9-conformance", - "https://w3c.github.io/compute-pressure/#dfn-user-agent", - "https://w3c.github.io/compute-pressure/#acknowledgments", - "https://w3c.github.io/compute-pressure/#x10-10-acknowledgments", - "https://w3c.github.io/compute-pressure/#idl-index", - "https://w3c.github.io/compute-pressure/#x10-11-idl-index", - "https://w3c.github.io/compute-pressure/#actual-idl-index", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurestate-4", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurefactor-4", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurerecord-9", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-17", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-18", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-constructor-2", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureupdatecallback-4", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserveroptions-3", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-observe-6", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressuresource-11", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-unobserve-5", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressuresource-12", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-disconnect-9", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurerecord-10", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-takerecords-4", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressuresource-13", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-supportedsources-5", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurerecord-11", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressuresource-14", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurerecord-source-3", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurestate-5", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurerecord-state-3", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurefactor-5", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurerecord-factors-3", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurerecord-time-3", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserveroptions-4", - "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserveroptions-samplerate-3", - "https://w3c.github.io/compute-pressure/#references", - "https://w3c.github.io/compute-pressure/#a-references", - "https://w3c.github.io/compute-pressure/#normative-references", - "https://w3c.github.io/compute-pressure/#a-1-normative-references", - "https://w3c.github.io/compute-pressure/#bib-dom", - "https://w3c.github.io/compute-pressure/#bib-hr-time", - "https://w3c.github.io/compute-pressure/#bib-html", - "https://w3c.github.io/compute-pressure/#bib-infra", - "https://w3c.github.io/compute-pressure/#bib-mediacapture-streams", - "https://w3c.github.io/compute-pressure/#bib-permissions-policy", - "https://w3c.github.io/compute-pressure/#bib-rfc2119", - "https://w3c.github.io/compute-pressure/#bib-rfc8174", - "https://w3c.github.io/compute-pressure/#bib-security-privacy-questionnaire", - "https://w3c.github.io/compute-pressure/#bib-webidl", - "https://w3c.github.io/compute-pressure/#informative-references", - "https://w3c.github.io/compute-pressure/#a-2-informative-references", - "https://w3c.github.io/compute-pressure/#bib-ecmascript", - "https://w3c.github.io/compute-pressure/#back-to-top" + "https://www.w3.org/TR/compute-pressure/#initialUserConfig", + "https://www.w3.org/TR/compute-pressure/#toc-nav", + "https://www.w3.org/TR/compute-pressure/#toc-jump", + "https://www.w3.org/TR/compute-pressure/#toc-toggle", + "https://www.w3.org/TR/compute-pressure/#title", + "https://www.w3.org/TR/compute-pressure/#w3c-state", + "https://www.w3.org/TR/compute-pressure/#abstract", + "https://www.w3.org/TR/compute-pressure/#sotd", + "https://www.w3.org/TR/compute-pressure/#w3c_process_revision", + "https://www.w3.org/TR/compute-pressure/#toc", + "https://www.w3.org/TR/compute-pressure/#table-of-contents", + "https://www.w3.org/TR/compute-pressure/#introduction", + "https://www.w3.org/TR/compute-pressure/#x1-introduction", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-processing-units-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-processing-units-2", + "https://www.w3.org/TR/compute-pressure/#a-note-on-feature-detection", + "https://www.w3.org/TR/compute-pressure/#x2-a-note-on-feature-detection", + "https://www.w3.org/TR/compute-pressure/#example-checking-existence-of-pressureobserver-interface", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-1", + "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID", + "https://www.w3.org/TR/compute-pressure/#h-note", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-2", + "https://www.w3.org/TR/compute-pressure/#concepts", + "https://www.w3.org/TR/compute-pressure/#x3-concepts", + "https://www.w3.org/TR/compute-pressure/#processing-units", + "https://www.w3.org/TR/compute-pressure/#x3-1-processing-units", + "https://www.w3.org/TR/compute-pressure/#dfn-processing-units", + "https://www.w3.org/TR/compute-pressure/#supported-sources", + "https://www.w3.org/TR/compute-pressure/#x3-2-supported-sources", + "https://www.w3.org/TR/compute-pressure/#dfn-supported-source-types", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-processing-units-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-types-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-processing-units-4", + "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-0", + "https://www.w3.org/TR/compute-pressure/#h-note-0", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-observe-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-types-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressuresource-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-types-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressuresource-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-types-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-supportedsources-1", + "https://www.w3.org/TR/compute-pressure/#sampling-and-reporting-rate", + "https://www.w3.org/TR/compute-pressure/#x3-3-sampling-and-reporting-rate", + "https://www.w3.org/TR/compute-pressure/#dfn-sampling-rate", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-requested-sampling-rate-1", + "https://www.w3.org/TR/compute-pressure/#dfn-reporting-rate", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-data-delivery-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-sampling-rate-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-requested-sampling-rate-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-requested-sampling-rate-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-5", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-6", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-reporting-rate-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-sampling-rate-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-sampling-rate-3", + "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-1", + "https://www.w3.org/TR/compute-pressure/#h-note-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-requested-sampling-rate-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-7", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-sampling-rate-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-reporting-rate-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-requested-sampling-rate-5", + "https://www.w3.org/TR/compute-pressure/#platform-primitives", + "https://www.w3.org/TR/compute-pressure/#x4-platform-primitives", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-5", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-8", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-6", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-9", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-7", + "https://www.w3.org/TR/compute-pressure/#dfn-source-types", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressuresource-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-8", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-9", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-10", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-11", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-12", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-13", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-10", + "https://www.w3.org/TR/compute-pressure/#permissions-and-user-prompts", + "https://www.w3.org/TR/compute-pressure/#x5-permissions-and-user-prompts", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-11", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-types-5", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-12", + "https://www.w3.org/TR/compute-pressure/#permissions-integration", + "https://www.w3.org/TR/compute-pressure/#x5-1-permissions-integration", + "https://www.w3.org/TR/compute-pressure/#dfn-compute-pressure", + "https://www.w3.org/TR/compute-pressure/#policy-control", + "https://www.w3.org/TR/compute-pressure/#x6-policy-control", + "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-2", + "https://www.w3.org/TR/compute-pressure/#h-note-2", + "https://www.w3.org/TR/compute-pressure/#example-enabling-compute-pressure-on-remote-content", + "https://www.w3.org/TR/compute-pressure/#example-feature-policy-over-http", + "https://www.w3.org/TR/compute-pressure/#internal-slot-definitions", + "https://www.w3.org/TR/compute-pressure/#x7-internal-slot-definitions", + "https://www.w3.org/TR/compute-pressure/#dfn-pressure-observer-task-queued", + "https://www.w3.org/TR/compute-pressure/#dfn-registered-observer-list", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-types-6", + "https://www.w3.org/TR/compute-pressure/#dfn-platform-collector", + "https://www.w3.org/TR/compute-pressure/#dfn-registered-observer", + "https://www.w3.org/TR/compute-pressure/#dfn-observer", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-5", + "https://www.w3.org/TR/compute-pressure/#dfn-callback", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureupdatecallback-1", + "https://www.w3.org/TR/compute-pressure/#dfn-samplerate", + "https://www.w3.org/TR/compute-pressure/#dfn-queuedrecords", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurerecord-1", + "https://www.w3.org/TR/compute-pressure/#dfn-lastrecordmap", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressuresource-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-types-7", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurerecord-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-13", + "https://www.w3.org/TR/compute-pressure/#dfn-max-queued-records", + "https://www.w3.org/TR/compute-pressure/#pressure-states", + "https://www.w3.org/TR/compute-pressure/#x8-pressure-states", + "https://www.w3.org/TR/compute-pressure/#dfn-pressure-states", + "https://www.w3.org/TR/compute-pressure/#webidl-287287555", + "https://www.w3.org/TR/compute-pressure/#idl-def-pressurestate", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurestate-1", + "https://www.w3.org/TR/compute-pressure/#dom-pressurestate-nominal", + "https://www.w3.org/TR/compute-pressure/#dom-pressurestate-fair", + "https://www.w3.org/TR/compute-pressure/#dom-pressurestate-serious", + "https://www.w3.org/TR/compute-pressure/#dom-pressurestate-critical", + "https://www.w3.org/TR/compute-pressure/#dom-pressurestate", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-1", + "https://www.w3.org/TR/compute-pressure/#contributing-factors", + "https://www.w3.org/TR/compute-pressure/#x9-contributing-factors", + "https://www.w3.org/TR/compute-pressure/#dfn-contributing-factors", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurerecord-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-factors-1", + "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-3", + "https://www.w3.org/TR/compute-pressure/#h-note-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-14", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-4", + "https://www.w3.org/TR/compute-pressure/#webidl-1211462662", + "https://www.w3.org/TR/compute-pressure/#idl-def-pressurefactor", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurefactor-1", + "https://www.w3.org/TR/compute-pressure/#dom-pressurefactor-thermal", + "https://www.w3.org/TR/compute-pressure/#dom-pressurefactor-power-supply", + "https://www.w3.org/TR/compute-pressure/#dom-pressurefactor", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-contributing-factors-1", + "https://www.w3.org/TR/compute-pressure/#pressure-observer", + "https://www.w3.org/TR/compute-pressure/#x10-pressure-observer", + "https://www.w3.org/TR/compute-pressure/#the-pressureupdatecallback-callback", + "https://www.w3.org/TR/compute-pressure/#x10-1-the-pressureupdatecallback-callback", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureupdatecallback-2", + "https://www.w3.org/TR/compute-pressure/#webidl-1258957896", + "https://www.w3.org/TR/compute-pressure/#idl-def-pressureupdatecallback", + "https://www.w3.org/TR/compute-pressure/#dom-pressureupdatecallback", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurerecord-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-6", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-5", + "https://www.w3.org/TR/compute-pressure/#the-pressureobserver-object", + "https://www.w3.org/TR/compute-pressure/#x10-2-the-pressureobserver-object", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-7", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-8", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-6", + "https://www.w3.org/TR/compute-pressure/#webidl-1051607140", + "https://www.w3.org/TR/compute-pressure/#idl-def-pressuresource", + "https://www.w3.org/TR/compute-pressure/#dom-pressuresource", + "https://www.w3.org/TR/compute-pressure/#dom-pressuresource-cpu", + "https://www.w3.org/TR/compute-pressure/#idl-def-pressureobserver", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-9", + "https://www.w3.org/TR/compute-pressure/#idl-def-pressureobserver-constructor-callback-options", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-constructor-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureupdatecallback-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserveroptions-1", + "https://www.w3.org/TR/compute-pressure/#idl-def-pressureobserver-observe-source", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-observe-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressuresource-5", + "https://www.w3.org/TR/compute-pressure/#idl-def-pressureobserver-unobserve-source", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-unobserve-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressuresource-6", + "https://www.w3.org/TR/compute-pressure/#idl-def-pressureobserver-disconnect", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-disconnect-1", + "https://www.w3.org/TR/compute-pressure/#idl-def-pressureobserver-takerecords", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurerecord-5", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-takerecords-1", + "https://www.w3.org/TR/compute-pressure/#idl-def-pressureobserver-supportedsources", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressuresource-7", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-supportedsources-2", + "https://www.w3.org/TR/compute-pressure/#idl-def-pressureobserver-requestpermission", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-requestpermission-1", + "https://www.w3.org/TR/compute-pressure/#dom-pressureobserver", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-10", + "https://www.w3.org/TR/compute-pressure/#the-constructor-method", + "https://www.w3.org/TR/compute-pressure/#x10-2-1-the-constructor-method", + "https://www.w3.org/TR/compute-pressure/#dom-pressureobserver-constructor", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-11", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-callback-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-samplerate-1", + "https://www.w3.org/TR/compute-pressure/#the-observe-method", + "https://www.w3.org/TR/compute-pressure/#x10-2-2-the-observe-method", + "https://www.w3.org/TR/compute-pressure/#dom-pressureobserver-observe", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-observe-3", + "https://www.w3.org/TR/compute-pressure/#issue-container-number-1", + "https://www.w3.org/TR/compute-pressure/#h-issue", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-compute-pressure-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressureobserver-task-source-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-supported-source-types-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressureobserver-task-source-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressureobserver-task-source-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-registered-observer-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-observer-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-registered-observer-list-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-data-delivery-2", + "https://www.w3.org/TR/compute-pressure/#the-unobserve-method", + "https://www.w3.org/TR/compute-pressure/#x10-2-3-the-unobserve-method", + "https://www.w3.org/TR/compute-pressure/#dom-pressureobserver-unobserve", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-unobserve-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-supported-source-types-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-queuedrecords-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-lastrecordmap-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-registered-observer-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-registered-observer-list-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-registered-observer-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-registered-observer-list-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-data-delivery-3", + "https://www.w3.org/TR/compute-pressure/#the-disconnect-method", + "https://www.w3.org/TR/compute-pressure/#x10-2-4-the-disconnect-method", + "https://www.w3.org/TR/compute-pressure/#dom-pressureobserver-disconnect", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-disconnect-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-queuedrecords-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-lastrecordmap-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-registered-observer-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-registered-observer-list-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-types-8", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-observer-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-registered-observer-list-5", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-data-delivery-4", + "https://www.w3.org/TR/compute-pressure/#the-takerecords-method", + "https://www.w3.org/TR/compute-pressure/#x10-2-5-the-takerecords-method", + "https://www.w3.org/TR/compute-pressure/#dom-pressureobserver-takerecords", + "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-4", + "https://www.w3.org/TR/compute-pressure/#h-note-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-takerecords-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-queuedrecords-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-queuedrecords-4", + "https://www.w3.org/TR/compute-pressure/#the-supportedsources-attribute", + "https://www.w3.org/TR/compute-pressure/#x10-2-6-the-supportedsources-attribute", + "https://www.w3.org/TR/compute-pressure/#dom-pressureobserver-supportedsources", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-supportedsources-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-supported-source-types-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-14", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-supportedsources-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-types-9", + "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-5", + "https://www.w3.org/TR/compute-pressure/#h-note-5", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-types-10", + "https://www.w3.org/TR/compute-pressure/#the-static-requestpermission-method", + "https://www.w3.org/TR/compute-pressure/#x10-2-7-the-static-requestpermission-method", + "https://www.w3.org/TR/compute-pressure/#dom-pressureobserver-requestpermission", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-requestpermission-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-compute-pressure-2", + "https://www.w3.org/TR/compute-pressure/#the-pressurerecord-interface", + "https://www.w3.org/TR/compute-pressure/#x10-3-the-pressurerecord-interface", + "https://www.w3.org/TR/compute-pressure/#dom-pressurerecord", + "https://www.w3.org/TR/compute-pressure/#webidl-1808954892", + "https://www.w3.org/TR/compute-pressure/#idl-def-pressurerecord", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurerecord-6", + "https://www.w3.org/TR/compute-pressure/#idl-def-pressurerecord-source", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressuresource-8", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurerecord-source-1", + "https://www.w3.org/TR/compute-pressure/#idl-def-pressurerecord-state", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurestate-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurerecord-state-1", + "https://www.w3.org/TR/compute-pressure/#idl-def-pressurerecord-factors", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurefactor-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurerecord-factors-1", + "https://www.w3.org/TR/compute-pressure/#idl-def-pressurerecord-time", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurerecord-time-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurerecord-7", + "https://www.w3.org/TR/compute-pressure/#dfn-source", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressuresource-9", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-types-11", + "https://www.w3.org/TR/compute-pressure/#dfn-state", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurestate-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-7", + "https://www.w3.org/TR/compute-pressure/#dfn-factors", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurefactor-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-contributing-factors-2", + "https://www.w3.org/TR/compute-pressure/#dfn-time", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-12", + "https://www.w3.org/TR/compute-pressure/#the-source-attribute", + "https://www.w3.org/TR/compute-pressure/#x10-3-1-the-source-attribute", + "https://www.w3.org/TR/compute-pressure/#dom-pressurerecord-source", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurerecord-source-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-1", + "https://www.w3.org/TR/compute-pressure/#the-state-attribute", + "https://www.w3.org/TR/compute-pressure/#x10-3-2-the-state-attribute", + "https://www.w3.org/TR/compute-pressure/#dom-pressurerecord-state", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurerecord-state-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-state-1", + "https://www.w3.org/TR/compute-pressure/#the-factors-attribute", + "https://www.w3.org/TR/compute-pressure/#x10-3-3-the-factors-attribute", + "https://www.w3.org/TR/compute-pressure/#dom-pressurerecord-factors", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurerecord-factors-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-factors-2", + "https://www.w3.org/TR/compute-pressure/#the-time-attribute", + "https://www.w3.org/TR/compute-pressure/#x10-3-4-the-time-attribute", + "https://www.w3.org/TR/compute-pressure/#dom-pressurerecord-time", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurerecord-time-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-time-1", + "https://www.w3.org/TR/compute-pressure/#the-pressureobserveroptions-dictionary", + "https://www.w3.org/TR/compute-pressure/#x10-4-the-pressureobserveroptions-dictionary", + "https://www.w3.org/TR/compute-pressure/#dom-pressureobserveroptions", + "https://www.w3.org/TR/compute-pressure/#webidl-36753696", + "https://www.w3.org/TR/compute-pressure/#idl-def-pressureobserveroptions", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserveroptions-2", + "https://www.w3.org/TR/compute-pressure/#idl-def-pressureobserveroptions-samplerate", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserveroptions-samplerate-1", + "https://www.w3.org/TR/compute-pressure/#the-samplerate-member", + "https://www.w3.org/TR/compute-pressure/#x10-4-1-the-samplerate-member", + "https://www.w3.org/TR/compute-pressure/#dom-pressureobserveroptions-samplerate", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserveroptions-samplerate-2", + "https://www.w3.org/TR/compute-pressure/#dfn-requested-sampling-rate", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-reporting-rate-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-requested-sampling-rate-6", + "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-6", + "https://www.w3.org/TR/compute-pressure/#h-note-6", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-15", + "https://www.w3.org/TR/compute-pressure/#life-cycle", + "https://www.w3.org/TR/compute-pressure/#x10-5-life-cycle-and-garbage-collection", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-registered-observer-5", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-registered-observer-list-6", + "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-7", + "https://www.w3.org/TR/compute-pressure/#h-note-7", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-13", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-registered-observer-list-7", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-observe-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-unobserve-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-disconnect-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-14", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-disconnect-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-15", + "https://www.w3.org/TR/compute-pressure/#processing-model", + "https://www.w3.org/TR/compute-pressure/#x10-6-processing-model", + "https://www.w3.org/TR/compute-pressure/#supporting-algorithms", + "https://www.w3.org/TR/compute-pressure/#x10-6-1-supporting-algorithms", + "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-8", + "https://www.w3.org/TR/compute-pressure/#h-note-8", + "https://www.w3.org/TR/compute-pressure/#dfn-passes-privacy-test", + "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-9", + "https://www.w3.org/TR/compute-pressure/#h-note-9", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-requested-sampling-rate-7", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-15", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-sampling-rate-5", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-16", + "https://www.w3.org/TR/compute-pressure/#dfn-passes-rate-test", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-lastrecordmap-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-lastrecordmap-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-samplerate-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-time-2", + "https://www.w3.org/TR/compute-pressure/#dfn-has-change-in-data", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-lastrecordmap-5", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-lastrecordmap-6", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-state-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-factors-3", + "https://www.w3.org/TR/compute-pressure/#data-delivery", + "https://www.w3.org/TR/compute-pressure/#x10-6-2-data-delivery", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-data-delivery-5", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-17", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-types-12", + "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-10", + "https://www.w3.org/TR/compute-pressure/#h-note-10", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-18", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-data-delivery-6", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-16", + "https://www.w3.org/TR/compute-pressure/#dfn-data-delivery", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-types-13", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-19", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-types-14", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-20", + "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-11", + "https://www.w3.org/TR/compute-pressure/#h-note-11", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-8", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-contributing-factors-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-registered-observer-list-8", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-passes-privacy-test-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-passes-rate-test-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-has-change-in-data-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-queue-a-record-1", + "https://www.w3.org/TR/compute-pressure/#queue-a-pressurerecord", + "https://www.w3.org/TR/compute-pressure/#x10-6-3-queue-a-pressurerecord", + "https://www.w3.org/TR/compute-pressure/#dfn-queue-a-record", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurerecord-8", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-state-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-factors-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-time-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-queuedrecords-5", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-max-queued-records-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-queuedrecords-6", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-lastrecordmap-7", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-queue-a-pressure-observer-task-1", + "https://www.w3.org/TR/compute-pressure/#queue-a-pressure-observer-task", + "https://www.w3.org/TR/compute-pressure/#x10-6-4-queue-a-pressure-observer-task", + "https://www.w3.org/TR/compute-pressure/#dfn-pressureobserver-task-source", + "https://www.w3.org/TR/compute-pressure/#dfn-queue-a-pressure-observer-task", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-observer-task-queued-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-observer-task-queued-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressureobserver-task-source-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-notify-pressure-observers-1", + "https://www.w3.org/TR/compute-pressure/#notify-observers", + "https://www.w3.org/TR/compute-pressure/#x10-6-5-notify-pressure-observers", + "https://www.w3.org/TR/compute-pressure/#dfn-notify-pressure-observers", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-observer-task-queued-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-observer-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-registered-observer-list-9", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-queuedrecords-7", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-queuedrecords-8", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-callback-2", + "https://www.w3.org/TR/compute-pressure/#handling-change-of-fully-active", + "https://www.w3.org/TR/compute-pressure/#x10-6-6-handling-change-of-fully-active", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-data-delivery-7", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-supported-source-types-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-data-delivery-8", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-supported-source-types-5", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-registered-observer-list-10", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-types-15", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-data-delivery-9", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-registered-observer-list-11", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-types-16", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-data-delivery-10", + "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-12", + "https://www.w3.org/TR/compute-pressure/#h-note-12", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-passes-privacy-test-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-data-delivery-11", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-21", + "https://www.w3.org/TR/compute-pressure/#unload-observers", + "https://www.w3.org/TR/compute-pressure/#x10-6-7-handle-unloading-document-and-closing-of-workers", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-data-delivery-12", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-supported-source-types-6", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-data-delivery-13", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-supported-source-types-7", + "https://www.w3.org/TR/compute-pressure/#security-and-privacy-considerations", + "https://www.w3.org/TR/compute-pressure/#x10-7-security-and-privacy-considerations", + "https://www.w3.org/TR/compute-pressure/#minimizing-information-exposure", + "https://www.w3.org/TR/compute-pressure/#x10-7-1-minimizing-information-exposure", + "https://www.w3.org/TR/compute-pressure/#rate-limiting-change-notifications", + "https://www.w3.org/TR/compute-pressure/#x10-7-1-1-rate-limiting-change-notifications", + "https://www.w3.org/TR/compute-pressure/#no-side-channels", + "https://www.w3.org/TR/compute-pressure/#x10-7-1-2-no-side-channels", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-9", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-10", + "https://www.w3.org/TR/compute-pressure/#first-party-contexts", + "https://www.w3.org/TR/compute-pressure/#x10-7-1-3-first-party-contexts", + "https://www.w3.org/TR/compute-pressure/#examples", + "https://www.w3.org/TR/compute-pressure/#x10-8-examples", + "https://www.w3.org/TR/compute-pressure/#example-how-to-check-whether-user-has-granted-permission", + "https://www.w3.org/TR/compute-pressure/#example-how-to-ask-for-permission-before-use", + "https://www.w3.org/TR/compute-pressure/#example-how-to-use-it-in-a-worker-with-permission", + "https://www.w3.org/TR/compute-pressure/#cb-observer-example", + "https://www.w3.org/TR/compute-pressure/#example-how-to-adjust-the-number-of-video-feeds-based-on-cpu-pressure", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-takerecords-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-disconnect-5", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-disconnect-6", + "https://www.w3.org/TR/compute-pressure/#example-how-to-handle-all-state-changes-right-up-until-disconnect", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-unobserve-4", + "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-13", + "https://www.w3.org/TR/compute-pressure/#h-note-13", + "https://www.w3.org/TR/compute-pressure/#example-how-to-tell-the-observer-to-stop-watching-for-state-changes-for-a-specific-source", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-disconnect-7", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-disconnect-8", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-observe-5", + "https://www.w3.org/TR/compute-pressure/#example-how-to-tell-the-observer-to-stop-watching-for-any-state-changes", + "https://www.w3.org/TR/compute-pressure/#conformance", + "https://www.w3.org/TR/compute-pressure/#x10-9-conformance", + "https://www.w3.org/TR/compute-pressure/#dfn-user-agent", + "https://www.w3.org/TR/compute-pressure/#acknowledgments", + "https://www.w3.org/TR/compute-pressure/#x10-10-acknowledgments", + "https://www.w3.org/TR/compute-pressure/#idl-index", + "https://www.w3.org/TR/compute-pressure/#x10-11-idl-index", + "https://www.w3.org/TR/compute-pressure/#actual-idl-index", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurestate-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurefactor-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurerecord-9", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-17", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-18", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-constructor-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureupdatecallback-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserveroptions-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-observe-6", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressuresource-10", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-unobserve-5", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressuresource-11", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-disconnect-9", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurerecord-10", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-takerecords-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressuresource-12", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-supportedsources-5", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-requestpermission-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurerecord-11", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressuresource-13", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurerecord-source-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurestate-5", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurerecord-state-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurefactor-5", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurerecord-factors-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurerecord-time-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserveroptions-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserveroptions-samplerate-3", + "https://www.w3.org/TR/compute-pressure/#references", + "https://www.w3.org/TR/compute-pressure/#a-references", + "https://www.w3.org/TR/compute-pressure/#normative-references", + "https://www.w3.org/TR/compute-pressure/#a-1-normative-references", + "https://www.w3.org/TR/compute-pressure/#bib-dom", + "https://www.w3.org/TR/compute-pressure/#bib-hr-time", + "https://www.w3.org/TR/compute-pressure/#bib-html", + "https://www.w3.org/TR/compute-pressure/#bib-infra", + "https://www.w3.org/TR/compute-pressure/#bib-mediacapture-streams", + "https://www.w3.org/TR/compute-pressure/#bib-permissions", + "https://www.w3.org/TR/compute-pressure/#bib-permissions-policy", + "https://www.w3.org/TR/compute-pressure/#bib-rfc2119", + "https://www.w3.org/TR/compute-pressure/#bib-rfc8174", + "https://www.w3.org/TR/compute-pressure/#bib-security-privacy-questionnaire", + "https://www.w3.org/TR/compute-pressure/#bib-webidl", + "https://www.w3.org/TR/compute-pressure/#informative-references", + "https://www.w3.org/TR/compute-pressure/#a-2-informative-references", + "https://www.w3.org/TR/compute-pressure/#bib-ecmascript", + "https://www.w3.org/TR/compute-pressure/#back-to-top" ] } \ No newline at end of file diff --git a/tr/ids/contact-api.json b/tr/ids/contact-api.json deleted file mode 100644 index 69748529bc15..000000000000 --- a/tr/ids/contact-api.json +++ /dev/null @@ -1,372 +0,0 @@ -{ - "spec": { - "title": "Contact Picker API", - "url": "https://w3c.github.io/contact-picker/spec/" - }, - "ids": [ - "https://w3c.github.io/contact-picker/spec/#toc-nav", - "https://w3c.github.io/contact-picker/spec/#toc-jump", - "https://w3c.github.io/contact-picker/spec/#toc-toggle", - "https://w3c.github.io/contact-picker/spec/#title", - "https://w3c.github.io/contact-picker/spec/#w3c-state", - "https://w3c.github.io/contact-picker/spec/#abstract", - "https://w3c.github.io/contact-picker/spec/#sotd", - "https://w3c.github.io/contact-picker/spec/#toc", - "https://w3c.github.io/contact-picker/spec/#contents", - "https://w3c.github.io/contact-picker/spec/#intro", - "https://w3c.github.io/contact-picker/spec/#examples", - "https://w3c.github.io/contact-picker/spec/#example-29f28f19", - "https://w3c.github.io/contact-picker/spec/#ref-for-htmlbuttonelement", - "https://w3c.github.io/contact-picker/spec/#example-119dc437", - "https://w3c.github.io/contact-picker/spec/#ref-for-htmlbuttonelement%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#example-1201a983", - "https://w3c.github.io/contact-picker/spec/#ref-for-htmlbuttonelement%E2%91%A1", - "https://w3c.github.io/contact-picker/spec/#ref-for-htmlimageelement", - "https://w3c.github.io/contact-picker/spec/#privacy", - "https://w3c.github.io/contact-picker/spec/#ref-for-top-level-browsing-context", - "https://w3c.github.io/contact-picker/spec/#ref-for-secure-context", - "https://w3c.github.io/contact-picker/spec/#realms", - "https://w3c.github.io/contact-picker/spec/#ref-for-concept-relevant-realm", - "https://w3c.github.io/contact-picker/spec/#infrastructure", - "https://w3c.github.io/contact-picker/spec/#contact-picker-task-source", - "https://w3c.github.io/contact-picker/spec/#ref-for-task-source", - "https://w3c.github.io/contact-picker/spec/#queue-a-contact-picker-task", - "https://w3c.github.io/contact-picker/spec/#ref-for-concept-agent-event-loop", - "https://w3c.github.io/contact-picker/spec/#ref-for-relevant-settings-object", - "https://w3c.github.io/contact-picker/spec/#ref-for-responsible-event-loop", - "https://w3c.github.io/contact-picker/spec/#ref-for-queue-a-task", - "https://w3c.github.io/contact-picker/spec/#ref-for-contact-picker-task-source", - "https://w3c.github.io/contact-picker/spec/#infrastructure-physical-address", - "https://w3c.github.io/contact-picker/spec/#physical-address", - "https://w3c.github.io/contact-picker/spec/#physical-address-country", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString", - "https://w3c.github.io/contact-picker/spec/#physical-address-address-line", - "https://w3c.github.io/contact-picker/spec/#ref-for-list", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#physical-address-region", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A1", - "https://w3c.github.io/contact-picker/spec/#physical-address-city", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A2", - "https://w3c.github.io/contact-picker/spec/#physical-address-dependent-locality", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A3", - "https://w3c.github.io/contact-picker/spec/#physical-address-postal-code", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A4", - "https://w3c.github.io/contact-picker/spec/#physical-address-sorting-code", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A5", - "https://w3c.github.io/contact-picker/spec/#physical-address-organization", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A6", - "https://w3c.github.io/contact-picker/spec/#physical-address-recipient", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A7", - "https://w3c.github.io/contact-picker/spec/#physical-address-phone-number", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A8", - "https://w3c.github.io/contact-picker/spec/#infrastructure-user-contact", - "https://w3c.github.io/contact-picker/spec/#user-contact", - "https://w3c.github.io/contact-picker/spec/#user-contact-names", - "https://w3c.github.io/contact-picker/spec/#ref-for-list%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A0%E2%93%AA", - "https://w3c.github.io/contact-picker/spec/#ref-for-list-item", - "https://w3c.github.io/contact-picker/spec/#user-contact-emails", - "https://w3c.github.io/contact-picker/spec/#ref-for-list%E2%91%A1", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A0%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-list-item%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#user-contact-numbers", - "https://w3c.github.io/contact-picker/spec/#ref-for-list%E2%91%A2", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A0%E2%91%A1", - "https://w3c.github.io/contact-picker/spec/#ref-for-list-item%E2%91%A1", - "https://w3c.github.io/contact-picker/spec/#user-contact-addresses", - "https://w3c.github.io/contact-picker/spec/#ref-for-list%E2%91%A3", - "https://w3c.github.io/contact-picker/spec/#ref-for-contactaddress", - "https://w3c.github.io/contact-picker/spec/#ref-for-list-item%E2%91%A2", - "https://w3c.github.io/contact-picker/spec/#ref-for-physical-address", - "https://w3c.github.io/contact-picker/spec/#user-contact-icons", - "https://w3c.github.io/contact-picker/spec/#ref-for-list%E2%91%A4", - "https://w3c.github.io/contact-picker/spec/#ref-for-dfn-Blob", - "https://w3c.github.io/contact-picker/spec/#ref-for-list-item%E2%91%A3", - "https://w3c.github.io/contact-picker/spec/#ref-for-dfn-Blob%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-dfn-type", - "https://w3c.github.io/contact-picker/spec/#ref-for-image-mime-type", - "https://w3c.github.io/contact-picker/spec/#ref-for-user-contact", - "https://w3c.github.io/contact-picker/spec/#infrastructure-contacts-source", - "https://w3c.github.io/contact-picker/spec/#contacts-source", - "https://w3c.github.io/contact-picker/spec/#ref-for-contacts-source", - "https://w3c.github.io/contact-picker/spec/#contacts-source-available-contacts", - "https://w3c.github.io/contact-picker/spec/#ref-for-list%E2%91%A5", - "https://w3c.github.io/contact-picker/spec/#ref-for-user-contact%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#contacts-source-supported-properties", - "https://w3c.github.io/contact-picker/spec/#ref-for-list%E2%91%A6", - "https://w3c.github.io/contact-picker/spec/#ref-for-available", - "https://w3c.github.io/contact-picker/spec/#ref-for-enumdef-contactproperty", - "https://w3c.github.io/contact-picker/spec/#ref-for-contacts-source%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#api", - "https://w3c.github.io/contact-picker/spec/#extensions-to-navigator", - "https://w3c.github.io/contact-picker/spec/#ref-for-navigator", - "https://w3c.github.io/contact-picker/spec/#ref-for-Exposed", - "https://w3c.github.io/contact-picker/spec/#ref-for-navigator%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-SecureContext", - "https://w3c.github.io/contact-picker/spec/#ref-for-SameObject", - "https://w3c.github.io/contact-picker/spec/#ref-for-contactsmanager", - "https://w3c.github.io/contact-picker/spec/#ref-for-dom-navigator-contacts", - "https://w3c.github.io/contact-picker/spec/#ref-for-navigator%E2%91%A1", - "https://w3c.github.io/contact-picker/spec/#navigator-contacts-manager", - "https://w3c.github.io/contact-picker/spec/#ref-for-contactsmanager%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-contactsmanager%E2%91%A1", - "https://w3c.github.io/contact-picker/spec/#dom-navigator-contacts", - "https://w3c.github.io/contact-picker/spec/#ref-for-navigator-contacts-manager", - "https://w3c.github.io/contact-picker/spec/#ref-for-browsing-context", - "https://w3c.github.io/contact-picker/spec/#contact-picker-is-showing-flag", - "https://w3c.github.io/contact-picker/spec/#contact-property", - "https://w3c.github.io/contact-picker/spec/#ref-for-enumdef-contactproperty%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#enumdef-contactproperty", - "https://w3c.github.io/contact-picker/spec/#dom-contactproperty-address", - "https://w3c.github.io/contact-picker/spec/#dom-contactproperty-email", - "https://w3c.github.io/contact-picker/spec/#dom-contactproperty-icon", - "https://w3c.github.io/contact-picker/spec/#dom-contactproperty-name", - "https://w3c.github.io/contact-picker/spec/#dom-contactproperty-tel", - "https://w3c.github.io/contact-picker/spec/#ref-for-enumdef-contactproperty%E2%91%A1", - "https://w3c.github.io/contact-picker/spec/#available", - "https://w3c.github.io/contact-picker/spec/#ref-for-user-contact%E2%91%A1", - "https://w3c.github.io/contact-picker/spec/#ref-for-user-contact%E2%91%A2", - "https://w3c.github.io/contact-picker/spec/#ref-for-user-contact-addresses", - "https://w3c.github.io/contact-picker/spec/#ref-for-user-contact%E2%91%A3", - "https://w3c.github.io/contact-picker/spec/#ref-for-user-contact-emails", - "https://w3c.github.io/contact-picker/spec/#ref-for-user-contact%E2%91%A4", - "https://w3c.github.io/contact-picker/spec/#ref-for-user-contact-icons", - "https://w3c.github.io/contact-picker/spec/#ref-for-user-contact%E2%91%A5", - "https://w3c.github.io/contact-picker/spec/#ref-for-user-contact-names", - "https://w3c.github.io/contact-picker/spec/#ref-for-user-contact%E2%91%A6", - "https://w3c.github.io/contact-picker/spec/#ref-for-user-contact-numbers", - "https://w3c.github.io/contact-picker/spec/#contact-address", - "https://w3c.github.io/contact-picker/spec/#ref-for-contactaddress%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-Exposed%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#contactaddress", - "https://w3c.github.io/contact-picker/spec/#ref-for-Default", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-object", - "https://w3c.github.io/contact-picker/spec/#dom-contactaddress-tojson", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A0%E2%91%A2", - "https://w3c.github.io/contact-picker/spec/#ref-for-dom-contactaddress-city", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A0%E2%91%A3", - "https://w3c.github.io/contact-picker/spec/#ref-for-dom-contactaddress-country", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A0%E2%91%A4", - "https://w3c.github.io/contact-picker/spec/#ref-for-dom-contactaddress-dependentlocality", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A0%E2%91%A5", - "https://w3c.github.io/contact-picker/spec/#ref-for-dom-contactaddress-organization", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A0%E2%91%A6", - "https://w3c.github.io/contact-picker/spec/#ref-for-dom-contactaddress-phone", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A0%E2%91%A7", - "https://w3c.github.io/contact-picker/spec/#ref-for-dom-contactaddress-postalcode", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A0%E2%91%A8", - "https://w3c.github.io/contact-picker/spec/#ref-for-dom-contactaddress-recipient", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A1%E2%93%AA", - "https://w3c.github.io/contact-picker/spec/#ref-for-dom-contactaddress-region", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A1%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-dom-contactaddress-sortingcode", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-frozen-array", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A1%E2%91%A1", - "https://w3c.github.io/contact-picker/spec/#ref-for-dom-contactaddress-addressline", - "https://w3c.github.io/contact-picker/spec/#ref-for-contactaddress%E2%91%A1", - "https://w3c.github.io/contact-picker/spec/#ref-for-physical-address%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-contactaddress%E2%91%A2", - "https://w3c.github.io/contact-picker/spec/#contactaddress-address", - "https://w3c.github.io/contact-picker/spec/#ref-for-physical-address%E2%91%A1", - "https://w3c.github.io/contact-picker/spec/#dom-contactaddress-city", - "https://w3c.github.io/contact-picker/spec/#ref-for-contactaddress-address", - "https://w3c.github.io/contact-picker/spec/#ref-for-physical-address-city", - "https://w3c.github.io/contact-picker/spec/#dom-contactaddress-country", - "https://w3c.github.io/contact-picker/spec/#ref-for-contactaddress-address%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-physical-address-country", - "https://w3c.github.io/contact-picker/spec/#dom-contactaddress-dependentlocality", - "https://w3c.github.io/contact-picker/spec/#ref-for-contactaddress-address%E2%91%A1", - "https://w3c.github.io/contact-picker/spec/#ref-for-physical-address-dependent-locality", - "https://w3c.github.io/contact-picker/spec/#dom-contactaddress-organization", - "https://w3c.github.io/contact-picker/spec/#ref-for-contactaddress-address%E2%91%A2", - "https://w3c.github.io/contact-picker/spec/#ref-for-physical-address-organization", - "https://w3c.github.io/contact-picker/spec/#dom-contactaddress-phone", - "https://w3c.github.io/contact-picker/spec/#ref-for-contactaddress-address%E2%91%A3", - "https://w3c.github.io/contact-picker/spec/#ref-for-physical-address-phone-number", - "https://w3c.github.io/contact-picker/spec/#dom-contactaddress-postalcode", - "https://w3c.github.io/contact-picker/spec/#ref-for-contactaddress-address%E2%91%A4", - "https://w3c.github.io/contact-picker/spec/#ref-for-physical-address-postal-code", - "https://w3c.github.io/contact-picker/spec/#dom-contactaddress-recipient", - "https://w3c.github.io/contact-picker/spec/#ref-for-contactaddress-address%E2%91%A5", - "https://w3c.github.io/contact-picker/spec/#ref-for-physical-address-recipient", - "https://w3c.github.io/contact-picker/spec/#dom-contactaddress-region", - "https://w3c.github.io/contact-picker/spec/#ref-for-contactaddress-address%E2%91%A6", - "https://w3c.github.io/contact-picker/spec/#ref-for-physical-address-region", - "https://w3c.github.io/contact-picker/spec/#dom-contactaddress-sortingcode", - "https://w3c.github.io/contact-picker/spec/#ref-for-contactaddress-address%E2%91%A7", - "https://w3c.github.io/contact-picker/spec/#ref-for-physical-address-sorting-code", - "https://w3c.github.io/contact-picker/spec/#dom-contactaddress-addressline", - "https://w3c.github.io/contact-picker/spec/#ref-for-contactaddress-address%E2%91%A8", - "https://w3c.github.io/contact-picker/spec/#ref-for-physical-address-address-line", - "https://w3c.github.io/contact-picker/spec/#contacts-manager", - "https://w3c.github.io/contact-picker/spec/#ref-for-contactsmanager%E2%91%A2", - "https://w3c.github.io/contact-picker/spec/#dictdef-contactinfo", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-sequence", - "https://w3c.github.io/contact-picker/spec/#ref-for-contactaddress%E2%91%A3", - "https://w3c.github.io/contact-picker/spec/#dom-contactinfo-address", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-sequence%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A1%E2%91%A2", - "https://w3c.github.io/contact-picker/spec/#dom-contactinfo-email", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-sequence%E2%91%A1", - "https://w3c.github.io/contact-picker/spec/#ref-for-dfn-Blob%E2%91%A1", - "https://w3c.github.io/contact-picker/spec/#dom-contactinfo-icon", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-sequence%E2%91%A2", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A1%E2%91%A3", - "https://w3c.github.io/contact-picker/spec/#dom-contactinfo-name", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-sequence%E2%91%A3", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A1%E2%91%A4", - "https://w3c.github.io/contact-picker/spec/#dom-contactinfo-tel", - "https://w3c.github.io/contact-picker/spec/#dictdef-contactsselectoptions", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-boolean", - "https://w3c.github.io/contact-picker/spec/#dom-contactsselectoptions-multiple", - "https://w3c.github.io/contact-picker/spec/#ref-for-Exposed%E2%91%A1", - "https://w3c.github.io/contact-picker/spec/#ref-for-SecureContext%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#contactsmanager", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-promise", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-sequence%E2%91%A4", - "https://w3c.github.io/contact-picker/spec/#ref-for-enumdef-contactproperty%E2%91%A2", - "https://w3c.github.io/contact-picker/spec/#ref-for-dom-contactsmanager-getproperties", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-promise%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-sequence%E2%91%A5", - "https://w3c.github.io/contact-picker/spec/#ref-for-dictdef-contactinfo", - "https://w3c.github.io/contact-picker/spec/#ref-for-dom-contactsmanager-select", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-sequence%E2%91%A6", - "https://w3c.github.io/contact-picker/spec/#ref-for-enumdef-contactproperty%E2%91%A3", - "https://w3c.github.io/contact-picker/spec/#dom-contactsmanager-select-properties-options-properties", - "https://w3c.github.io/contact-picker/spec/#ref-for-dictdef-contactsselectoptions", - "https://w3c.github.io/contact-picker/spec/#dom-contactsmanager-select-properties-options-options", - "https://w3c.github.io/contact-picker/spec/#contacts-manager-getproperties", - "https://w3c.github.io/contact-picker/spec/#ref-for-dom-contactsmanager-getproperties%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#dom-contactsmanager-getproperties", - "https://w3c.github.io/contact-picker/spec/#ref-for-a-new-promise", - "https://w3c.github.io/contact-picker/spec/#ref-for-in-parallel", - "https://w3c.github.io/contact-picker/spec/#ref-for-contacts-source%E2%91%A1", - "https://w3c.github.io/contact-picker/spec/#ref-for-contacts-source-supported-properties", - "https://w3c.github.io/contact-picker/spec/#contacts-manager-select", - "https://w3c.github.io/contact-picker/spec/#ref-for-dom-contactsmanager-select%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#dom-contactsmanager-select", - "https://w3c.github.io/contact-picker/spec/#ref-for-relevant-settings-object%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-top-level-browsing-context%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-a-promise-rejected-with", - "https://w3c.github.io/contact-picker/spec/#ref-for-invalidstateerror", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMException", - "https://w3c.github.io/contact-picker/spec/#ref-for-a-promise-rejected-with%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-securityerror", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMException%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-contact-picker-is-showing-flag", - "https://w3c.github.io/contact-picker/spec/#ref-for-a-promise-rejected-with%E2%91%A1", - "https://w3c.github.io/contact-picker/spec/#ref-for-invalidstateerror%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMException%E2%91%A1", - "https://w3c.github.io/contact-picker/spec/#ref-for-list-empty", - "https://w3c.github.io/contact-picker/spec/#ref-for-a-promise-rejected-with%E2%91%A2", - "https://w3c.github.io/contact-picker/spec/#ref-for-exceptiondef-typeerror", - "https://w3c.github.io/contact-picker/spec/#ref-for-list-iterate", - "https://w3c.github.io/contact-picker/spec/#ref-for-contacts-source%E2%91%A2", - "https://w3c.github.io/contact-picker/spec/#ref-for-contacts-source-supported-properties%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-list-contain", - "https://w3c.github.io/contact-picker/spec/#ref-for-a-promise-rejected-with%E2%91%A3", - "https://w3c.github.io/contact-picker/spec/#ref-for-exceptiondef-typeerror%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-contact-picker-is-showing-flag%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-a-new-promise%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-in-parallel%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-contactsmanager-launching-a-contact-picker", - "https://w3c.github.io/contact-picker/spec/#ref-for-a-promise-rejected-with%E2%91%A4", - "https://w3c.github.io/contact-picker/spec/#ref-for-invalidstateerror%E2%91%A1", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMException%E2%91%A2", - "https://w3c.github.io/contact-picker/spec/#ref-for-contact-picker-is-showing-flag%E2%91%A1", - "https://w3c.github.io/contact-picker/spec/#ref-for-contact-picker-is-showing-flag%E2%91%A2", - "https://w3c.github.io/contact-picker/spec/#ref-for-queue-a-contact-picker-task", - "https://w3c.github.io/contact-picker/spec/#ref-for-list%E2%91%A7", - "https://w3c.github.io/contact-picker/spec/#ref-for-list-iterate%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-dictdef-contactinfo%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-dom-contactinfo-address", - "https://w3c.github.io/contact-picker/spec/#ref-for-user-contact-addresses%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-list-contain%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-dom-contactinfo-email", - "https://w3c.github.io/contact-picker/spec/#ref-for-user-contact-emails%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-list-contain%E2%91%A1", - "https://w3c.github.io/contact-picker/spec/#ref-for-dom-contactinfo-icon", - "https://w3c.github.io/contact-picker/spec/#ref-for-user-contact-icons%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-list-contain%E2%91%A2", - "https://w3c.github.io/contact-picker/spec/#ref-for-dom-contactinfo-name", - "https://w3c.github.io/contact-picker/spec/#ref-for-user-contact-names%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-list-contain%E2%91%A3", - "https://w3c.github.io/contact-picker/spec/#ref-for-dom-contactinfo-tel", - "https://w3c.github.io/contact-picker/spec/#ref-for-user-contact-numbers%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-list-contain%E2%91%A4", - "https://w3c.github.io/contact-picker/spec/#ref-for-list-append", - "https://w3c.github.io/contact-picker/spec/#contact-picker", - "https://w3c.github.io/contact-picker/spec/#contactsmanager-launching-a-contact-picker", - "https://w3c.github.io/contact-picker/spec/#ref-for-boolean", - "https://w3c.github.io/contact-picker/spec/#ref-for-list%E2%91%A8", - "https://w3c.github.io/contact-picker/spec/#ref-for-idl-DOMString%E2%91%A1%E2%91%A5", - "https://w3c.github.io/contact-picker/spec/#ref-for-contacts-source%E2%91%A3", - "https://w3c.github.io/contact-picker/spec/#ref-for-contacts-source-available-contacts", - "https://w3c.github.io/contact-picker/spec/#ref-for-browsing-context%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-concept-request-origin", - "https://w3c.github.io/contact-picker/spec/#ref-for-user-contact%E2%91%A7", - "https://w3c.github.io/contact-picker/spec/#ref-for-user-contact%E2%91%A8", - "https://w3c.github.io/contact-picker/spec/#ref-for-list%E2%91%A0%E2%93%AA", - "https://w3c.github.io/contact-picker/spec/#ref-for-list%E2%91%A0%E2%91%A0", - "https://w3c.github.io/contact-picker/spec/#ref-for-user-contact%E2%91%A0%E2%93%AA", - "https://w3c.github.io/contact-picker/spec/#w3c-conformance", - "https://w3c.github.io/contact-picker/spec/#w3c-conventions", - "https://w3c.github.io/contact-picker/spec/#w3c-example", - "https://w3c.github.io/contact-picker/spec/#w3c-conformant-algorithms", - "https://w3c.github.io/contact-picker/spec/#index", - "https://w3c.github.io/contact-picker/spec/#index-defined-here", - "https://w3c.github.io/contact-picker/spec/#index-defined-elsewhere", - "https://w3c.github.io/contact-picker/spec/#term-for-dfn-Blob", - "https://w3c.github.io/contact-picker/spec/#term-for-dfn-type", - "https://w3c.github.io/contact-picker/spec/#term-for-htmlbuttonelement", - "https://w3c.github.io/contact-picker/spec/#term-for-htmlimageelement", - "https://w3c.github.io/contact-picker/spec/#term-for-navigator", - "https://w3c.github.io/contact-picker/spec/#term-for-browsing-context", - "https://w3c.github.io/contact-picker/spec/#term-for-concept-agent-event-loop", - "https://w3c.github.io/contact-picker/spec/#term-for-in-parallel", - "https://w3c.github.io/contact-picker/spec/#term-for-concept-request-origin", - "https://w3c.github.io/contact-picker/spec/#term-for-queue-a-task", - "https://w3c.github.io/contact-picker/spec/#term-for-concept-relevant-realm", - "https://w3c.github.io/contact-picker/spec/#term-for-relevant-settings-object", - "https://w3c.github.io/contact-picker/spec/#term-for-responsible-event-loop", - "https://w3c.github.io/contact-picker/spec/#term-for-secure-context", - "https://w3c.github.io/contact-picker/spec/#term-for-task-source", - "https://w3c.github.io/contact-picker/spec/#term-for-top-level-browsing-context", - "https://w3c.github.io/contact-picker/spec/#term-for-list-append", - "https://w3c.github.io/contact-picker/spec/#term-for-boolean", - "https://w3c.github.io/contact-picker/spec/#term-for-list-contain", - "https://w3c.github.io/contact-picker/spec/#term-for-list-empty", - "https://w3c.github.io/contact-picker/spec/#term-for-list-iterate", - "https://w3c.github.io/contact-picker/spec/#term-for-list-item", - "https://w3c.github.io/contact-picker/spec/#term-for-list", - "https://w3c.github.io/contact-picker/spec/#term-for-image-mime-type", - "https://w3c.github.io/contact-picker/spec/#term-for-idl-DOMException", - "https://w3c.github.io/contact-picker/spec/#term-for-idl-DOMString", - "https://w3c.github.io/contact-picker/spec/#term-for-Default", - "https://w3c.github.io/contact-picker/spec/#term-for-Exposed", - "https://w3c.github.io/contact-picker/spec/#term-for-idl-frozen-array", - "https://w3c.github.io/contact-picker/spec/#term-for-invalidstateerror", - "https://w3c.github.io/contact-picker/spec/#term-for-idl-promise", - "https://w3c.github.io/contact-picker/spec/#term-for-SameObject", - "https://w3c.github.io/contact-picker/spec/#term-for-SecureContext", - "https://w3c.github.io/contact-picker/spec/#term-for-securityerror", - "https://w3c.github.io/contact-picker/spec/#term-for-exceptiondef-typeerror", - "https://w3c.github.io/contact-picker/spec/#term-for-a-new-promise", - "https://w3c.github.io/contact-picker/spec/#term-for-a-promise-rejected-with", - "https://w3c.github.io/contact-picker/spec/#term-for-idl-boolean", - "https://w3c.github.io/contact-picker/spec/#term-for-idl-object", - "https://w3c.github.io/contact-picker/spec/#term-for-idl-sequence", - "https://w3c.github.io/contact-picker/spec/#references", - "https://w3c.github.io/contact-picker/spec/#normative", - "https://w3c.github.io/contact-picker/spec/#biblio-fileapi", - "https://w3c.github.io/contact-picker/spec/#biblio-html", - "https://w3c.github.io/contact-picker/spec/#biblio-infra", - "https://w3c.github.io/contact-picker/spec/#biblio-rfc2119", - "https://w3c.github.io/contact-picker/spec/#biblio-webidl", - "https://w3c.github.io/contact-picker/spec/#informative", - "https://w3c.github.io/contact-picker/spec/#biblio-e164", - "https://w3c.github.io/contact-picker/spec/#biblio-iso3166-1", - "https://w3c.github.io/contact-picker/spec/#biblio-mimesniff", - "https://w3c.github.io/contact-picker/spec/#idl-index" - ] -} \ No newline at end of file diff --git a/tr/ids/contact-picker-1.json b/tr/ids/contact-picker-1.json new file mode 100644 index 000000000000..9427b34ddec6 --- /dev/null +++ b/tr/ids/contact-picker-1.json @@ -0,0 +1,373 @@ +{ + "spec": { + "title": "Contact Picker API", + "url": "https://www.w3.org/TR/contact-picker-1/" + }, + "ids": [ + "https://www.w3.org/TR/contact-picker-1/#toc-nav", + "https://www.w3.org/TR/contact-picker-1/#toc-jump", + "https://www.w3.org/TR/contact-picker-1/#toc-toggle", + "https://www.w3.org/TR/contact-picker-1/#title", + "https://www.w3.org/TR/contact-picker-1/#w3c-state", + "https://www.w3.org/TR/contact-picker-1/#abstract", + "https://www.w3.org/TR/contact-picker-1/#sotd", + "https://www.w3.org/TR/contact-picker-1/#w3c_process_revision", + "https://www.w3.org/TR/contact-picker-1/#toc", + "https://www.w3.org/TR/contact-picker-1/#contents", + "https://www.w3.org/TR/contact-picker-1/#intro", + "https://www.w3.org/TR/contact-picker-1/#examples", + "https://www.w3.org/TR/contact-picker-1/#example-29f28f19", + "https://www.w3.org/TR/contact-picker-1/#ref-for-htmlbuttonelement", + "https://www.w3.org/TR/contact-picker-1/#example-119dc437", + "https://www.w3.org/TR/contact-picker-1/#ref-for-htmlbuttonelement%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#example-1201a983", + "https://www.w3.org/TR/contact-picker-1/#ref-for-htmlbuttonelement%E2%91%A1", + "https://www.w3.org/TR/contact-picker-1/#ref-for-htmlimageelement", + "https://www.w3.org/TR/contact-picker-1/#privacy", + "https://www.w3.org/TR/contact-picker-1/#ref-for-top-level-browsing-context", + "https://www.w3.org/TR/contact-picker-1/#ref-for-secure-context", + "https://www.w3.org/TR/contact-picker-1/#realms", + "https://www.w3.org/TR/contact-picker-1/#ref-for-concept-relevant-realm", + "https://www.w3.org/TR/contact-picker-1/#infrastructure", + "https://www.w3.org/TR/contact-picker-1/#contact-picker-task-source", + "https://www.w3.org/TR/contact-picker-1/#ref-for-task-source", + "https://www.w3.org/TR/contact-picker-1/#queue-a-contact-picker-task", + "https://www.w3.org/TR/contact-picker-1/#ref-for-concept-agent-event-loop", + "https://www.w3.org/TR/contact-picker-1/#ref-for-relevant-settings-object", + "https://www.w3.org/TR/contact-picker-1/#ref-for-responsible-event-loop", + "https://www.w3.org/TR/contact-picker-1/#ref-for-queue-a-task", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contact-picker-task-source", + "https://www.w3.org/TR/contact-picker-1/#infrastructure-physical-address", + "https://www.w3.org/TR/contact-picker-1/#physical-address", + "https://www.w3.org/TR/contact-picker-1/#physical-address-country", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString", + "https://www.w3.org/TR/contact-picker-1/#physical-address-address-line", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#physical-address-region", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A1", + "https://www.w3.org/TR/contact-picker-1/#physical-address-city", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A2", + "https://www.w3.org/TR/contact-picker-1/#physical-address-dependent-locality", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A3", + "https://www.w3.org/TR/contact-picker-1/#physical-address-postal-code", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A4", + "https://www.w3.org/TR/contact-picker-1/#physical-address-sorting-code", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A5", + "https://www.w3.org/TR/contact-picker-1/#physical-address-organization", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A6", + "https://www.w3.org/TR/contact-picker-1/#physical-address-recipient", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A7", + "https://www.w3.org/TR/contact-picker-1/#physical-address-phone-number", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A8", + "https://www.w3.org/TR/contact-picker-1/#infrastructure-user-contact", + "https://www.w3.org/TR/contact-picker-1/#user-contact", + "https://www.w3.org/TR/contact-picker-1/#user-contact-names", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list-item", + "https://www.w3.org/TR/contact-picker-1/#user-contact-emails", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list%E2%91%A1", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list-item%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#user-contact-numbers", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list%E2%91%A2", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list-item%E2%91%A1", + "https://www.w3.org/TR/contact-picker-1/#user-contact-addresses", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list%E2%91%A3", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contactaddress", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list-item%E2%91%A2", + "https://www.w3.org/TR/contact-picker-1/#ref-for-physical-address", + "https://www.w3.org/TR/contact-picker-1/#user-contact-icons", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list%E2%91%A4", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dfn-Blob", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list-item%E2%91%A3", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dfn-Blob%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dfn-type", + "https://www.w3.org/TR/contact-picker-1/#ref-for-image-mime-type", + "https://www.w3.org/TR/contact-picker-1/#ref-for-user-contact", + "https://www.w3.org/TR/contact-picker-1/#infrastructure-contacts-source", + "https://www.w3.org/TR/contact-picker-1/#contacts-source", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contacts-source", + "https://www.w3.org/TR/contact-picker-1/#contacts-source-available-contacts", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list%E2%91%A5", + "https://www.w3.org/TR/contact-picker-1/#ref-for-user-contact%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#contacts-source-supported-properties", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list%E2%91%A6", + "https://www.w3.org/TR/contact-picker-1/#ref-for-available", + "https://www.w3.org/TR/contact-picker-1/#ref-for-enumdef-contactproperty", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contacts-source%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#api", + "https://www.w3.org/TR/contact-picker-1/#extensions-to-navigator", + "https://www.w3.org/TR/contact-picker-1/#ref-for-navigator", + "https://www.w3.org/TR/contact-picker-1/#ref-for-Exposed", + "https://www.w3.org/TR/contact-picker-1/#ref-for-navigator%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-SecureContext", + "https://www.w3.org/TR/contact-picker-1/#ref-for-SameObject", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contactsmanager", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dom-navigator-contacts", + "https://www.w3.org/TR/contact-picker-1/#ref-for-navigator%E2%91%A1", + "https://www.w3.org/TR/contact-picker-1/#navigator-contacts-manager", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contactsmanager%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contactsmanager%E2%91%A1", + "https://www.w3.org/TR/contact-picker-1/#dom-navigator-contacts", + "https://www.w3.org/TR/contact-picker-1/#ref-for-navigator-contacts-manager", + "https://www.w3.org/TR/contact-picker-1/#ref-for-browsing-context", + "https://www.w3.org/TR/contact-picker-1/#contact-picker-is-showing-flag", + "https://www.w3.org/TR/contact-picker-1/#contact-property", + "https://www.w3.org/TR/contact-picker-1/#ref-for-enumdef-contactproperty%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#enumdef-contactproperty", + "https://www.w3.org/TR/contact-picker-1/#dom-contactproperty-address", + "https://www.w3.org/TR/contact-picker-1/#dom-contactproperty-email", + "https://www.w3.org/TR/contact-picker-1/#dom-contactproperty-icon", + "https://www.w3.org/TR/contact-picker-1/#dom-contactproperty-name", + "https://www.w3.org/TR/contact-picker-1/#dom-contactproperty-tel", + "https://www.w3.org/TR/contact-picker-1/#ref-for-enumdef-contactproperty%E2%91%A1", + "https://www.w3.org/TR/contact-picker-1/#available", + "https://www.w3.org/TR/contact-picker-1/#ref-for-user-contact%E2%91%A1", + "https://www.w3.org/TR/contact-picker-1/#ref-for-user-contact%E2%91%A2", + "https://www.w3.org/TR/contact-picker-1/#ref-for-user-contact-addresses", + "https://www.w3.org/TR/contact-picker-1/#ref-for-user-contact%E2%91%A3", + "https://www.w3.org/TR/contact-picker-1/#ref-for-user-contact-emails", + "https://www.w3.org/TR/contact-picker-1/#ref-for-user-contact%E2%91%A4", + "https://www.w3.org/TR/contact-picker-1/#ref-for-user-contact-icons", + "https://www.w3.org/TR/contact-picker-1/#ref-for-user-contact%E2%91%A5", + "https://www.w3.org/TR/contact-picker-1/#ref-for-user-contact-names", + "https://www.w3.org/TR/contact-picker-1/#ref-for-user-contact%E2%91%A6", + "https://www.w3.org/TR/contact-picker-1/#ref-for-user-contact-numbers", + "https://www.w3.org/TR/contact-picker-1/#contact-address", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contactaddress%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-Exposed%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#contactaddress", + "https://www.w3.org/TR/contact-picker-1/#ref-for-Default", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-object", + "https://www.w3.org/TR/contact-picker-1/#dom-contactaddress-tojson", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dom-contactaddress-city", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dom-contactaddress-country", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dom-contactaddress-dependentlocality", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dom-contactaddress-organization", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dom-contactaddress-phone", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dom-contactaddress-postalcode", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dom-contactaddress-recipient", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dom-contactaddress-region", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dom-contactaddress-sortingcode", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-frozen-array", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dom-contactaddress-addressline", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contactaddress%E2%91%A1", + "https://www.w3.org/TR/contact-picker-1/#ref-for-physical-address%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contactaddress%E2%91%A2", + "https://www.w3.org/TR/contact-picker-1/#contactaddress-address", + "https://www.w3.org/TR/contact-picker-1/#ref-for-physical-address%E2%91%A1", + "https://www.w3.org/TR/contact-picker-1/#dom-contactaddress-city", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contactaddress-address", + "https://www.w3.org/TR/contact-picker-1/#ref-for-physical-address-city", + "https://www.w3.org/TR/contact-picker-1/#dom-contactaddress-country", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contactaddress-address%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-physical-address-country", + "https://www.w3.org/TR/contact-picker-1/#dom-contactaddress-dependentlocality", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contactaddress-address%E2%91%A1", + "https://www.w3.org/TR/contact-picker-1/#ref-for-physical-address-dependent-locality", + "https://www.w3.org/TR/contact-picker-1/#dom-contactaddress-organization", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contactaddress-address%E2%91%A2", + "https://www.w3.org/TR/contact-picker-1/#ref-for-physical-address-organization", + "https://www.w3.org/TR/contact-picker-1/#dom-contactaddress-phone", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contactaddress-address%E2%91%A3", + "https://www.w3.org/TR/contact-picker-1/#ref-for-physical-address-phone-number", + "https://www.w3.org/TR/contact-picker-1/#dom-contactaddress-postalcode", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contactaddress-address%E2%91%A4", + "https://www.w3.org/TR/contact-picker-1/#ref-for-physical-address-postal-code", + "https://www.w3.org/TR/contact-picker-1/#dom-contactaddress-recipient", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contactaddress-address%E2%91%A5", + "https://www.w3.org/TR/contact-picker-1/#ref-for-physical-address-recipient", + "https://www.w3.org/TR/contact-picker-1/#dom-contactaddress-region", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contactaddress-address%E2%91%A6", + "https://www.w3.org/TR/contact-picker-1/#ref-for-physical-address-region", + "https://www.w3.org/TR/contact-picker-1/#dom-contactaddress-sortingcode", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contactaddress-address%E2%91%A7", + "https://www.w3.org/TR/contact-picker-1/#ref-for-physical-address-sorting-code", + "https://www.w3.org/TR/contact-picker-1/#dom-contactaddress-addressline", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contactaddress-address%E2%91%A8", + "https://www.w3.org/TR/contact-picker-1/#ref-for-physical-address-address-line", + "https://www.w3.org/TR/contact-picker-1/#contacts-manager", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contactsmanager%E2%91%A2", + "https://www.w3.org/TR/contact-picker-1/#dictdef-contactinfo", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-sequence", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contactaddress%E2%91%A3", + "https://www.w3.org/TR/contact-picker-1/#dom-contactinfo-address", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-sequence%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/contact-picker-1/#dom-contactinfo-email", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-sequence%E2%91%A1", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dfn-Blob%E2%91%A1", + "https://www.w3.org/TR/contact-picker-1/#dom-contactinfo-icon", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-sequence%E2%91%A2", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/contact-picker-1/#dom-contactinfo-name", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-sequence%E2%91%A3", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/contact-picker-1/#dom-contactinfo-tel", + "https://www.w3.org/TR/contact-picker-1/#dictdef-contactsselectoptions", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-boolean", + "https://www.w3.org/TR/contact-picker-1/#dom-contactsselectoptions-multiple", + "https://www.w3.org/TR/contact-picker-1/#ref-for-Exposed%E2%91%A1", + "https://www.w3.org/TR/contact-picker-1/#ref-for-SecureContext%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#contactsmanager", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-promise", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-sequence%E2%91%A4", + "https://www.w3.org/TR/contact-picker-1/#ref-for-enumdef-contactproperty%E2%91%A2", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dom-contactsmanager-getproperties", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-promise%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-sequence%E2%91%A5", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dictdef-contactinfo", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dom-contactsmanager-select", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-sequence%E2%91%A6", + "https://www.w3.org/TR/contact-picker-1/#ref-for-enumdef-contactproperty%E2%91%A3", + "https://www.w3.org/TR/contact-picker-1/#dom-contactsmanager-select-properties-options-properties", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dictdef-contactsselectoptions", + "https://www.w3.org/TR/contact-picker-1/#dom-contactsmanager-select-properties-options-options", + "https://www.w3.org/TR/contact-picker-1/#contacts-manager-getproperties", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dom-contactsmanager-getproperties%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#dom-contactsmanager-getproperties", + "https://www.w3.org/TR/contact-picker-1/#ref-for-a-new-promise", + "https://www.w3.org/TR/contact-picker-1/#ref-for-in-parallel", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contacts-source%E2%91%A1", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contacts-source-supported-properties", + "https://www.w3.org/TR/contact-picker-1/#contacts-manager-select", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dom-contactsmanager-select%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#dom-contactsmanager-select", + "https://www.w3.org/TR/contact-picker-1/#ref-for-relevant-settings-object%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-top-level-browsing-context%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-a-promise-rejected-with", + "https://www.w3.org/TR/contact-picker-1/#ref-for-invalidstateerror", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMException", + "https://www.w3.org/TR/contact-picker-1/#ref-for-a-promise-rejected-with%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-securityerror", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMException%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contact-picker-is-showing-flag", + "https://www.w3.org/TR/contact-picker-1/#ref-for-a-promise-rejected-with%E2%91%A1", + "https://www.w3.org/TR/contact-picker-1/#ref-for-invalidstateerror%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMException%E2%91%A1", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list-empty", + "https://www.w3.org/TR/contact-picker-1/#ref-for-a-promise-rejected-with%E2%91%A2", + "https://www.w3.org/TR/contact-picker-1/#ref-for-exceptiondef-typeerror", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list-iterate", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contacts-source%E2%91%A2", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contacts-source-supported-properties%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list-contain", + "https://www.w3.org/TR/contact-picker-1/#ref-for-a-promise-rejected-with%E2%91%A3", + "https://www.w3.org/TR/contact-picker-1/#ref-for-exceptiondef-typeerror%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contact-picker-is-showing-flag%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-a-new-promise%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-in-parallel%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contactsmanager-launching-a-contact-picker", + "https://www.w3.org/TR/contact-picker-1/#ref-for-a-promise-rejected-with%E2%91%A4", + "https://www.w3.org/TR/contact-picker-1/#ref-for-invalidstateerror%E2%91%A1", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMException%E2%91%A2", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contact-picker-is-showing-flag%E2%91%A1", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contact-picker-is-showing-flag%E2%91%A2", + "https://www.w3.org/TR/contact-picker-1/#ref-for-queue-a-contact-picker-task", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list%E2%91%A7", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list-iterate%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dictdef-contactinfo%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dom-contactinfo-address", + "https://www.w3.org/TR/contact-picker-1/#ref-for-user-contact-addresses%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list-contain%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dom-contactinfo-email", + "https://www.w3.org/TR/contact-picker-1/#ref-for-user-contact-emails%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list-contain%E2%91%A1", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dom-contactinfo-icon", + "https://www.w3.org/TR/contact-picker-1/#ref-for-user-contact-icons%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list-contain%E2%91%A2", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dom-contactinfo-name", + "https://www.w3.org/TR/contact-picker-1/#ref-for-user-contact-names%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list-contain%E2%91%A3", + "https://www.w3.org/TR/contact-picker-1/#ref-for-dom-contactinfo-tel", + "https://www.w3.org/TR/contact-picker-1/#ref-for-user-contact-numbers%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list-contain%E2%91%A4", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list-append", + "https://www.w3.org/TR/contact-picker-1/#contact-picker", + "https://www.w3.org/TR/contact-picker-1/#contactsmanager-launching-a-contact-picker", + "https://www.w3.org/TR/contact-picker-1/#ref-for-boolean", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list%E2%91%A8", + "https://www.w3.org/TR/contact-picker-1/#ref-for-idl-DOMString%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contacts-source%E2%91%A3", + "https://www.w3.org/TR/contact-picker-1/#ref-for-contacts-source-available-contacts", + "https://www.w3.org/TR/contact-picker-1/#ref-for-browsing-context%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-navigation-params-origin", + "https://www.w3.org/TR/contact-picker-1/#ref-for-user-contact%E2%91%A7", + "https://www.w3.org/TR/contact-picker-1/#ref-for-user-contact%E2%91%A8", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/contact-picker-1/#ref-for-list%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/contact-picker-1/#ref-for-user-contact%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/contact-picker-1/#w3c-conformance", + "https://www.w3.org/TR/contact-picker-1/#w3c-conventions", + "https://www.w3.org/TR/contact-picker-1/#w3c-example", + "https://www.w3.org/TR/contact-picker-1/#w3c-conformant-algorithms", + "https://www.w3.org/TR/contact-picker-1/#index", + "https://www.w3.org/TR/contact-picker-1/#index-defined-here", + "https://www.w3.org/TR/contact-picker-1/#index-defined-elsewhere", + "https://www.w3.org/TR/contact-picker-1/#term-for-dfn-Blob", + "https://www.w3.org/TR/contact-picker-1/#term-for-dfn-type", + "https://www.w3.org/TR/contact-picker-1/#term-for-htmlbuttonelement", + "https://www.w3.org/TR/contact-picker-1/#term-for-htmlimageelement", + "https://www.w3.org/TR/contact-picker-1/#term-for-navigator", + "https://www.w3.org/TR/contact-picker-1/#term-for-browsing-context", + "https://www.w3.org/TR/contact-picker-1/#term-for-concept-agent-event-loop", + "https://www.w3.org/TR/contact-picker-1/#term-for-in-parallel", + "https://www.w3.org/TR/contact-picker-1/#term-for-navigation-params-origin", + "https://www.w3.org/TR/contact-picker-1/#term-for-queue-a-task", + "https://www.w3.org/TR/contact-picker-1/#term-for-concept-relevant-realm", + "https://www.w3.org/TR/contact-picker-1/#term-for-relevant-settings-object", + "https://www.w3.org/TR/contact-picker-1/#term-for-responsible-event-loop", + "https://www.w3.org/TR/contact-picker-1/#term-for-secure-context", + "https://www.w3.org/TR/contact-picker-1/#term-for-task-source", + "https://www.w3.org/TR/contact-picker-1/#term-for-top-level-browsing-context", + "https://www.w3.org/TR/contact-picker-1/#term-for-list-append", + "https://www.w3.org/TR/contact-picker-1/#term-for-boolean", + "https://www.w3.org/TR/contact-picker-1/#term-for-list-contain", + "https://www.w3.org/TR/contact-picker-1/#term-for-list-empty", + "https://www.w3.org/TR/contact-picker-1/#term-for-list-iterate", + "https://www.w3.org/TR/contact-picker-1/#term-for-list-item", + "https://www.w3.org/TR/contact-picker-1/#term-for-list", + "https://www.w3.org/TR/contact-picker-1/#term-for-image-mime-type", + "https://www.w3.org/TR/contact-picker-1/#term-for-idl-DOMException", + "https://www.w3.org/TR/contact-picker-1/#term-for-idl-DOMString", + "https://www.w3.org/TR/contact-picker-1/#term-for-Default", + "https://www.w3.org/TR/contact-picker-1/#term-for-Exposed", + "https://www.w3.org/TR/contact-picker-1/#term-for-idl-frozen-array", + "https://www.w3.org/TR/contact-picker-1/#term-for-invalidstateerror", + "https://www.w3.org/TR/contact-picker-1/#term-for-idl-promise", + "https://www.w3.org/TR/contact-picker-1/#term-for-SameObject", + "https://www.w3.org/TR/contact-picker-1/#term-for-SecureContext", + "https://www.w3.org/TR/contact-picker-1/#term-for-securityerror", + "https://www.w3.org/TR/contact-picker-1/#term-for-exceptiondef-typeerror", + "https://www.w3.org/TR/contact-picker-1/#term-for-a-new-promise", + "https://www.w3.org/TR/contact-picker-1/#term-for-a-promise-rejected-with", + "https://www.w3.org/TR/contact-picker-1/#term-for-idl-boolean", + "https://www.w3.org/TR/contact-picker-1/#term-for-idl-object", + "https://www.w3.org/TR/contact-picker-1/#term-for-idl-sequence", + "https://www.w3.org/TR/contact-picker-1/#references", + "https://www.w3.org/TR/contact-picker-1/#normative", + "https://www.w3.org/TR/contact-picker-1/#biblio-fileapi", + "https://www.w3.org/TR/contact-picker-1/#biblio-html", + "https://www.w3.org/TR/contact-picker-1/#biblio-infra", + "https://www.w3.org/TR/contact-picker-1/#biblio-rfc2119", + "https://www.w3.org/TR/contact-picker-1/#biblio-webidl", + "https://www.w3.org/TR/contact-picker-1/#informative", + "https://www.w3.org/TR/contact-picker-1/#biblio-e164", + "https://www.w3.org/TR/contact-picker-1/#biblio-iso3166-1", + "https://www.w3.org/TR/contact-picker-1/#biblio-mimesniff", + "https://www.w3.org/TR/contact-picker-1/#idl-index" + ] +} \ No newline at end of file diff --git a/tr/ids/css-2022.json b/tr/ids/css-2022.json new file mode 100644 index 000000000000..5e2fb16f66d0 --- /dev/null +++ b/tr/ids/css-2022.json @@ -0,0 +1,201 @@ +{ + "spec": { + "title": "CSS Snapshot 2022", + "url": "https://www.w3.org/TR/css-2022/" + }, + "ids": [ + "https://www.w3.org/TR/css-2022/#toc-nav", + "https://www.w3.org/TR/css-2022/#toc-jump", + "https://www.w3.org/TR/css-2022/#toc-toggle", + "https://www.w3.org/TR/css-2022/#title", + "https://www.w3.org/TR/css-2022/#w3c-state", + "https://www.w3.org/TR/css-2022/#abstract", + "https://www.w3.org/TR/css-2022/#sotd", + "https://www.w3.org/TR/css-2022/#w3c_process_revision", + "https://www.w3.org/TR/css-2022/#toc", + "https://www.w3.org/TR/css-2022/#contents", + "https://www.w3.org/TR/css-2022/#intro", + "https://www.w3.org/TR/css-2022/#css-glossary", + "https://www.w3.org/TR/css-2022/#css", + "https://www.w3.org/TR/css-2022/#ref-for-style-sheet", + "https://www.w3.org/TR/css-2022/#ref-for-source-document", + "https://www.w3.org/TR/css-2022/#ref-for-document-language", + "https://www.w3.org/TR/css-2022/#style-sheet", + "https://www.w3.org/TR/css-2022/#ref-for-author", + "https://www.w3.org/TR/css-2022/#ref-for-user-agent", + "https://www.w3.org/TR/css-2022/#ref-for-user", + "https://www.w3.org/TR/css-2022/#source-document", + "https://www.w3.org/TR/css-2022/#ref-for-document-language%E2%91%A0", + "https://www.w3.org/TR/css-2022/#author", + "https://www.w3.org/TR/css-2022/#authoring-tool", + "https://www.w3.org/TR/css-2022/#ref-for-user-agent%E2%91%A0", + "https://www.w3.org/TR/css-2022/#user", + "https://www.w3.org/TR/css-2022/#user-agent", + "https://www.w3.org/TR/css-2022/#ref-for-style-sheet%E2%91%A0", + "https://www.w3.org/TR/css-2022/#ref-for-user%E2%91%A0", + "https://www.w3.org/TR/css-2022/#ref-for-user-agent%E2%91%A1", + "https://www.w3.org/TR/css-2022/#ref-for-user-agent%E2%91%A2", + "https://www.w3.org/TR/css-2022/#ref-for-css", + "https://www.w3.org/TR/css-2022/#w3c-process", + "https://www.w3.org/TR/css-2022/#editors-draft", + "https://www.w3.org/TR/css-2022/#ref-for-editors-draft", + "https://www.w3.org/TR/css-2022/#ref-for-editors-draft%E2%91%A0", + "https://www.w3.org/TR/css-2022/#module-classification", + "https://www.w3.org/TR/css-2022/#css-official", + "https://www.w3.org/TR/css-2022/#cascading-style-sheets-css", + "https://www.w3.org/TR/css-2022/#ref-for-at-ruledef-media", + "https://www.w3.org/TR/css-2022/#ref-for-at-ruledef-supports", + "https://www.w3.org/TR/css-2022/#ref-for-propdef-opacity", + "https://www.w3.org/TR/css-2022/#ref-for-propdef-cursor", + "https://www.w3.org/TR/css-2022/#ref-for-propdef-outline", + "https://www.w3.org/TR/css-2022/#ref-for-propdef-contain", + "https://www.w3.org/TR/css-2022/#ref-for-at-ruledef-counter-style", + "https://www.w3.org/TR/css-2022/#fairly-stable", + "https://www.w3.org/TR/css-2022/#ref-for-propdef-display", + "https://www.w3.org/TR/css-2022/#rough-interop", + "https://www.w3.org/TR/css-2022/#ref-for-rough-interoperability", + "https://www.w3.org/TR/css-2022/#ref-for-propdef-will-change", + "https://www.w3.org/TR/css-2022/#ref-for-relative-position", + "https://www.w3.org/TR/css-2022/#ref-for-sticky-position", + "https://www.w3.org/TR/css-2022/#ref-for-absolute-position", + "https://www.w3.org/TR/css-2022/#ref-for-fixed-position", + "https://www.w3.org/TR/css-2022/#css-levels", + "https://www.w3.org/TR/css-2022/#levels", + "https://www.w3.org/TR/css-2022/#css-level-1", + "https://www.w3.org/TR/css-2022/#ref-for-css-level-1", + "https://www.w3.org/TR/css-2022/#css-level-2", + "https://www.w3.org/TR/css-2022/#ref-for-css-level-2", + "https://www.w3.org/TR/css-2022/#css-level-3", + "https://www.w3.org/TR/css-2022/#ref-for-css-level-3", + "https://www.w3.org/TR/css-2022/#ref-for-css-level-2%E2%91%A0", + "https://www.w3.org/TR/css-2022/#ref-for-css-level-2%E2%91%A1", + "https://www.w3.org/TR/css-2022/#css-level-4", + "https://www.w3.org/TR/css-2022/#profiles", + "https://www.w3.org/TR/css-2022/#responsible", + "https://www.w3.org/TR/css-2022/#partial", + "https://www.w3.org/TR/css-2022/#future-proofing", + "https://www.w3.org/TR/css-2022/#ref-for-unstable", + "https://www.w3.org/TR/css-2022/#ref-for-proprietary-extension", + "https://www.w3.org/TR/css-2022/#experimental", + "https://www.w3.org/TR/css-2022/#ref-for-unstable%E2%91%A0", + "https://www.w3.org/TR/css-2022/#example-e5f16ed9", + "https://www.w3.org/TR/css-2022/#ref-for-unstable%E2%91%A1", + "https://www.w3.org/TR/css-2022/#unstable", + "https://www.w3.org/TR/css-2022/#proprietary", + "https://www.w3.org/TR/css-2022/#vendor-prefix", + "https://www.w3.org/TR/css-2022/#proprietary-extension", + "https://www.w3.org/TR/css-2022/#ref-for-proprietary-extension%E2%91%A0", + "https://www.w3.org/TR/css-2022/#ref-for-vendor-prefix", + "https://www.w3.org/TR/css-2022/#ref-for-proprietary-extension%E2%91%A1", + "https://www.w3.org/TR/css-2022/#example-5502e5f5", + "https://www.w3.org/TR/css-2022/#ref-for-proprietary-extension%E2%91%A2", + "https://www.w3.org/TR/css-2022/#de-facto", + "https://www.w3.org/TR/css-2022/#ref-for-unstable%E2%91%A2", + "https://www.w3.org/TR/css-2022/#ref-for-unstable%E2%91%A3", + "https://www.w3.org/TR/css-2022/#ref-for-vendor-prefix%E2%91%A0", + "https://www.w3.org/TR/css-2022/#rough-interoperability", + "https://www.w3.org/TR/css-2022/#ref-for-rough-interoperability%E2%91%A0", + "https://www.w3.org/TR/css-2022/#unstable-syntax", + "https://www.w3.org/TR/css-2022/#ref-for-unstable%E2%91%A4", + "https://www.w3.org/TR/css-2022/#ref-for-vendor-prefix%E2%91%A1", + "https://www.w3.org/TR/css-2022/#ref-for-vendor-prefix%E2%91%A2", + "https://www.w3.org/TR/css-2022/#ref-for-unstable%E2%91%A5", + "https://www.w3.org/TR/css-2022/#ref-for-vendor-prefix%E2%91%A3", + "https://www.w3.org/TR/css-2022/#open-technology", + "https://www.w3.org/TR/css-2022/#testing", + "https://www.w3.org/TR/css-2022/#ref-for-vendor-prefix%E2%91%A4", + "https://www.w3.org/TR/css-2022/#CR-exceptions", + "https://www.w3.org/TR/css-2022/#ref-for-propdef-width", + "https://www.w3.org/TR/css-2022/#ref-for-propdef-height", + "https://www.w3.org/TR/css-2022/#ref-for-valdef-width-min-content", + "https://www.w3.org/TR/css-2022/#ref-for-valdef-width-max-content", + "https://www.w3.org/TR/css-2022/#ref-for-funcdef-conic-gradient", + "https://www.w3.org/TR/css-2022/#ref-for-propdef-aspect-ratio", + "https://www.w3.org/TR/css-2022/#ref-for-propdef-translate", + "https://www.w3.org/TR/css-2022/#ref-for-propdef-rotate", + "https://www.w3.org/TR/css-2022/#ref-for-propdef-scale", + "https://www.w3.org/TR/css-2022/#ref-for-propdef-hyphenate-character", + "https://www.w3.org/TR/css-2022/#ref-for-funcdef-color-mix", + "https://www.w3.org/TR/css-2022/#ref-for-color-interpolation-method", + "https://www.w3.org/TR/css-2022/#ref-for-dir-pseudo", + "https://www.w3.org/TR/css-2022/#ref-for-lang-pseudo", + "https://www.w3.org/TR/css-2022/#ref-for-focus-within-pseudo", + "https://www.w3.org/TR/css-2022/#indices", + "https://www.w3.org/TR/css-2022/#terms", + "https://www.w3.org/TR/css-2022/#selectors", + "https://www.w3.org/TR/css-2022/#at-rules", + "https://www.w3.org/TR/css-2022/#properties", + "https://www.w3.org/TR/css-2022/#values", + "https://www.w3.org/TR/css-2022/#acks", + "https://www.w3.org/TR/css-2022/#w3c-conformance", + "https://www.w3.org/TR/css-2022/#w3c-conventions", + "https://www.w3.org/TR/css-2022/#w3c-example", + "https://www.w3.org/TR/css-2022/#w3c-conformance-classes", + "https://www.w3.org/TR/css-2022/#w3c-partial", + "https://www.w3.org/TR/css-2022/#w3c-conform-future-proofing", + "https://www.w3.org/TR/css-2022/#w3c-testing", + "https://www.w3.org/TR/css-2022/#references", + "https://www.w3.org/TR/css-2022/#normative", + "https://www.w3.org/TR/css-2022/#biblio-compositing", + "https://www.w3.org/TR/css-2022/#biblio-css-backgrounds-3", + "https://www.w3.org/TR/css-2022/#biblio-css-box-3", + "https://www.w3.org/TR/css-2022/#biblio-css-cascade-4", + "https://www.w3.org/TR/css-2022/#biblio-css-color-4", + "https://www.w3.org/TR/css-2022/#biblio-css-color-5", + "https://www.w3.org/TR/css-2022/#biblio-css-color-adjust-1", + "https://www.w3.org/TR/css-2022/#biblio-css-conditional-3", + "https://www.w3.org/TR/css-2022/#biblio-css-contain-1", + "https://www.w3.org/TR/css-2022/#biblio-css-counter-styles-3", + "https://www.w3.org/TR/css-2022/#biblio-css-display-3", + "https://www.w3.org/TR/css-2022/#biblio-css-easing-1", + "https://www.w3.org/TR/css-2022/#biblio-css-flexbox-1", + "https://www.w3.org/TR/css-2022/#biblio-css-fonts-3", + "https://www.w3.org/TR/css-2022/#biblio-css-fonts-4", + "https://www.w3.org/TR/css-2022/#biblio-css-grid-1", + "https://www.w3.org/TR/css-2022/#biblio-css-grid-2", + "https://www.w3.org/TR/css-2022/#biblio-css-images-3", + "https://www.w3.org/TR/css-2022/#biblio-css-images-4", + "https://www.w3.org/TR/css-2022/#biblio-css-lists-3", + "https://www.w3.org/TR/css-2022/#biblio-css-logical-1", + "https://www.w3.org/TR/css-2022/#biblio-css-multicol-1", + "https://www.w3.org/TR/css-2022/#biblio-css-position-3", + "https://www.w3.org/TR/css-2022/#biblio-css-sizing-3", + "https://www.w3.org/TR/css-2022/#biblio-css-sizing-4", + "https://www.w3.org/TR/css-2022/#biblio-css-style-attr", + "https://www.w3.org/TR/css-2022/#biblio-css-syntax-3", + "https://www.w3.org/TR/css-2022/#biblio-css-text-4", + "https://www.w3.org/TR/css-2022/#biblio-css-transforms-1", + "https://www.w3.org/TR/css-2022/#biblio-css-transforms-2", + "https://www.w3.org/TR/css-2022/#biblio-css-ui-3", + "https://www.w3.org/TR/css-2022/#biblio-css-values-3", + "https://www.w3.org/TR/css-2022/#biblio-css-variables-1", + "https://www.w3.org/TR/css-2022/#biblio-css-will-change-1", + "https://www.w3.org/TR/css-2022/#biblio-css-writing-modes-3", + "https://www.w3.org/TR/css-2022/#biblio-css2", + "https://www.w3.org/TR/css-2022/#biblio-css3-mediaqueries", + "https://www.w3.org/TR/css-2022/#biblio-css3-namespace", + "https://www.w3.org/TR/css-2022/#biblio-resize-observer-1", + "https://www.w3.org/TR/css-2022/#biblio-rfc2119", + "https://www.w3.org/TR/css-2022/#biblio-selectors-3", + "https://www.w3.org/TR/css-2022/#biblio-selectors-4", + "https://www.w3.org/TR/css-2022/#biblio-web-animations-1", + "https://www.w3.org/TR/css-2022/#informative", + "https://www.w3.org/TR/css-2022/#biblio-css-align-3", + "https://www.w3.org/TR/css-2022/#biblio-css-animations-1", + "https://www.w3.org/TR/css-2022/#biblio-css-break-3", + "https://www.w3.org/TR/css-2022/#biblio-css-cascade-3", + "https://www.w3.org/TR/css-2022/#biblio-css-color-3", + "https://www.w3.org/TR/css-2022/#biblio-css-font-loading-3", + "https://www.w3.org/TR/css-2022/#biblio-css-masking-1", + "https://www.w3.org/TR/css-2022/#biblio-css-scroll-snap-1", + "https://www.w3.org/TR/css-2022/#biblio-css-scrollbars-1", + "https://www.w3.org/TR/css-2022/#biblio-css-shapes-1", + "https://www.w3.org/TR/css-2022/#biblio-css-speech-1", + "https://www.w3.org/TR/css-2022/#biblio-css-text-3", + "https://www.w3.org/TR/css-2022/#biblio-css-text-decor-3", + "https://www.w3.org/TR/css-2022/#biblio-css-transitions-1", + "https://www.w3.org/TR/css-2022/#biblio-css-writing-modes-4", + "https://www.w3.org/TR/css-2022/#biblio-filter-effects-1", + "https://www.w3.org/TR/css-2022/#biblio-mediaqueries-4" + ] +} \ No newline at end of file diff --git a/tr/ids/css-backgrounds-4.json b/tr/ids/css-backgrounds-4.json index d0e9e04957d5..e543e5a027c2 100644 --- a/tr/ids/css-backgrounds-4.json +++ b/tr/ids/css-backgrounds-4.json @@ -289,6 +289,7 @@ "https://drafts.csswg.org/css-backgrounds-4/#term-for-typedef-flex", "https://drafts.csswg.org/css-backgrounds-4/#term-for-valdef-flex-fr", "https://drafts.csswg.org/css-backgrounds-4/#term-for-typedef-image-1d", + "https://drafts.csswg.org/css-backgrounds-4/#term-for-propdef-border-collapse", "https://drafts.csswg.org/css-backgrounds-4/#term-for-valdef-text-space-collapse-collapse", "https://drafts.csswg.org/css-backgrounds-4/#term-for-mult-req", "https://drafts.csswg.org/css-backgrounds-4/#term-for-mult-comma", @@ -299,7 +300,6 @@ "https://drafts.csswg.org/css-backgrounds-4/#term-for-mult-num-range", "https://drafts.csswg.org/css-backgrounds-4/#term-for-comb-one", "https://drafts.csswg.org/css-backgrounds-4/#term-for-comb-any", - "https://drafts.csswg.org/css-backgrounds-4/#term-for-propdef-border-collapse", "https://drafts.csswg.org/css-backgrounds-4/#term-for-typedef-box", "https://drafts.csswg.org/css-backgrounds-4/#term-for-propdef-background-repeat", "https://drafts.csswg.org/css-backgrounds-4/#term-for-propdef-border-style", @@ -312,13 +312,14 @@ "https://drafts.csswg.org/css-backgrounds-4/#biblio-css-easing-2", "https://drafts.csswg.org/css-backgrounds-4/#biblio-css-grid-2", "https://drafts.csswg.org/css-backgrounds-4/#biblio-css-images-4", + "https://drafts.csswg.org/css-backgrounds-4/#biblio-css-tables-3", "https://drafts.csswg.org/css-backgrounds-4/#biblio-css-text-4", "https://drafts.csswg.org/css-backgrounds-4/#biblio-css-values-4", - "https://drafts.csswg.org/css-backgrounds-4/#biblio-css21", "https://drafts.csswg.org/css-backgrounds-4/#biblio-css3bg", "https://drafts.csswg.org/css-backgrounds-4/#biblio-rfc2119", "https://drafts.csswg.org/css-backgrounds-4/#informative", "https://drafts.csswg.org/css-backgrounds-4/#biblio-css1", + "https://drafts.csswg.org/css-backgrounds-4/#biblio-css21", "https://drafts.csswg.org/css-backgrounds-4/#biblio-css3grid", "https://drafts.csswg.org/css-backgrounds-4/#property-index", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-background-clip%E2%91%A0", diff --git a/tr/ids/css-color-3.json b/tr/ids/css-color-3.json new file mode 100644 index 000000000000..2f4aad4de691 --- /dev/null +++ b/tr/ids/css-color-3.json @@ -0,0 +1,283 @@ +{ + "spec": { + "title": "CSS Color Module Level 3", + "url": "https://www.w3.org/TR/css-color-3/" + }, + "ids": [ + "https://www.w3.org/TR/css-color-3/#toc-nav", + "https://www.w3.org/TR/css-color-3/#toc-jump", + "https://www.w3.org/TR/css-color-3/#toc-toggle", + "https://www.w3.org/TR/css-color-3/#title", + "https://www.w3.org/TR/css-color-3/#w3c-state", + "https://www.w3.org/TR/css-color-3/#abstract", + "https://www.w3.org/TR/css-color-3/#status", + "https://www.w3.org/TR/css-color-3/#w3c_process_revision", + "https://www.w3.org/TR/css-color-3/#toc", + "https://www.w3.org/TR/css-color-3/#contents", + "https://www.w3.org/TR/css-color-3/#introduction", + "https://www.w3.org/TR/css-color-3/#dependencies", + "https://www.w3.org/TR/css-color-3/#color", + "https://www.w3.org/TR/css-color-3/#foreground", + "https://www.w3.org/TR/css-color-3/#color1", + "https://www.w3.org/TR/css-color-3/#transparent0", + "https://www.w3.org/TR/css-color-3/#currentcolor0", + "https://www.w3.org/TR/css-color-3/#currentcolor1", + "https://www.w3.org/TR/css-color-3/#ltcolorgt", + "https://www.w3.org/TR/css-color-3/#transparency", + "https://www.w3.org/TR/css-color-3/#opacity", + "https://www.w3.org/TR/css-color-3/#alphavaluedt", + "https://www.w3.org/TR/css-color-3/#alphavalue-def", + "https://www.w3.org/TR/css-color-3/#colorunits", + "https://www.w3.org/TR/css-color-3/#valuea-def-color", + "https://www.w3.org/TR/css-color-3/#html4", + "https://www.w3.org/TR/css-color-3/#srgbval", + "https://www.w3.org/TR/css-color-3/#black", + "https://www.w3.org/TR/css-color-3/#silver", + "https://www.w3.org/TR/css-color-3/#gray", + "https://www.w3.org/TR/css-color-3/#white", + "https://www.w3.org/TR/css-color-3/#maroon", + "https://www.w3.org/TR/css-color-3/#red", + "https://www.w3.org/TR/css-color-3/#purple", + "https://www.w3.org/TR/css-color-3/#fuchsia", + "https://www.w3.org/TR/css-color-3/#green", + "https://www.w3.org/TR/css-color-3/#lime", + "https://www.w3.org/TR/css-color-3/#olive", + "https://www.w3.org/TR/css-color-3/#yellow", + "https://www.w3.org/TR/css-color-3/#navy", + "https://www.w3.org/TR/css-color-3/#blue", + "https://www.w3.org/TR/css-color-3/#teal", + "https://www.w3.org/TR/css-color-3/#aqua", + "https://www.w3.org/TR/css-color-3/#numerical", + "https://www.w3.org/TR/css-color-3/#rgb-color", + "https://www.w3.org/TR/css-color-3/#rgb-def", + "https://www.w3.org/TR/css-color-3/#rgb", + "https://www.w3.org/TR/css-color-3/#rrggbb", + "https://www.w3.org/TR/css-color-3/#sRGB-def", + "https://www.w3.org/TR/css-color-3/#rgba-color", + "https://www.w3.org/TR/css-color-3/#rgba-def", + "https://www.w3.org/TR/css-color-3/#ltalphavaluegt", + "https://www.w3.org/TR/css-color-3/#transparent", + "https://www.w3.org/TR/css-color-3/#transparent-def", + "https://www.w3.org/TR/css-color-3/#hsl-color", + "https://www.w3.org/TR/css-color-3/#hsl-def", + "https://www.w3.org/TR/css-color-3/#hsl-examples", + "https://www.w3.org/TR/css-color-3/#hsltable", + "https://www.w3.org/TR/css-color-3/#hsla-color", + "https://www.w3.org/TR/css-color-3/#hsla-def", + "https://www.w3.org/TR/css-color-3/#ltalphavaluegt0", + "https://www.w3.org/TR/css-color-3/#svg-color", + "https://www.w3.org/TR/css-color-3/#aliceblue", + "https://www.w3.org/TR/css-color-3/#antiquewhite", + "https://www.w3.org/TR/css-color-3/#aqua0", + "https://www.w3.org/TR/css-color-3/#aquamarine", + "https://www.w3.org/TR/css-color-3/#azure", + "https://www.w3.org/TR/css-color-3/#beige", + "https://www.w3.org/TR/css-color-3/#bisque", + "https://www.w3.org/TR/css-color-3/#black0", + "https://www.w3.org/TR/css-color-3/#blanchedalmond", + "https://www.w3.org/TR/css-color-3/#blue0", + "https://www.w3.org/TR/css-color-3/#blueviolet", + "https://www.w3.org/TR/css-color-3/#brown", + "https://www.w3.org/TR/css-color-3/#burlywood", + "https://www.w3.org/TR/css-color-3/#cadetblue", + "https://www.w3.org/TR/css-color-3/#chartreuse", + "https://www.w3.org/TR/css-color-3/#chocolate", + "https://www.w3.org/TR/css-color-3/#coral", + "https://www.w3.org/TR/css-color-3/#cornflowerblue", + "https://www.w3.org/TR/css-color-3/#cornsilk", + "https://www.w3.org/TR/css-color-3/#crimson", + "https://www.w3.org/TR/css-color-3/#cyan", + "https://www.w3.org/TR/css-color-3/#darkblue", + "https://www.w3.org/TR/css-color-3/#darkcyan", + "https://www.w3.org/TR/css-color-3/#darkgoldenrod", + "https://www.w3.org/TR/css-color-3/#darkgray", + "https://www.w3.org/TR/css-color-3/#darkgreen", + "https://www.w3.org/TR/css-color-3/#darkgrey", + "https://www.w3.org/TR/css-color-3/#darkkhaki", + "https://www.w3.org/TR/css-color-3/#darkmagenta", + "https://www.w3.org/TR/css-color-3/#darkolivegreen", + "https://www.w3.org/TR/css-color-3/#darkorange", + "https://www.w3.org/TR/css-color-3/#darkorchid", + "https://www.w3.org/TR/css-color-3/#darkred", + "https://www.w3.org/TR/css-color-3/#darksalmon", + "https://www.w3.org/TR/css-color-3/#darkseagreen", + "https://www.w3.org/TR/css-color-3/#darkslateblue", + "https://www.w3.org/TR/css-color-3/#darkslategray", + "https://www.w3.org/TR/css-color-3/#darkslategrey", + "https://www.w3.org/TR/css-color-3/#darkturquoise", + "https://www.w3.org/TR/css-color-3/#darkviolet", + "https://www.w3.org/TR/css-color-3/#deeppink", + "https://www.w3.org/TR/css-color-3/#deepskyblue", + "https://www.w3.org/TR/css-color-3/#dimgray", + "https://www.w3.org/TR/css-color-3/#dimgrey", + "https://www.w3.org/TR/css-color-3/#dodgerblue", + "https://www.w3.org/TR/css-color-3/#firebrick", + "https://www.w3.org/TR/css-color-3/#floralwhite", + "https://www.w3.org/TR/css-color-3/#forestgreen", + "https://www.w3.org/TR/css-color-3/#fuchsia0", + "https://www.w3.org/TR/css-color-3/#gainsboro", + "https://www.w3.org/TR/css-color-3/#ghostwhite", + "https://www.w3.org/TR/css-color-3/#gold", + "https://www.w3.org/TR/css-color-3/#goldenrod", + "https://www.w3.org/TR/css-color-3/#gray0", + "https://www.w3.org/TR/css-color-3/#green0", + "https://www.w3.org/TR/css-color-3/#greenyellow", + "https://www.w3.org/TR/css-color-3/#grey", + "https://www.w3.org/TR/css-color-3/#honeydew", + "https://www.w3.org/TR/css-color-3/#hotpink", + "https://www.w3.org/TR/css-color-3/#indianred", + "https://www.w3.org/TR/css-color-3/#indigo", + "https://www.w3.org/TR/css-color-3/#ivory", + "https://www.w3.org/TR/css-color-3/#khaki", + "https://www.w3.org/TR/css-color-3/#lavender", + "https://www.w3.org/TR/css-color-3/#lavenderblush", + "https://www.w3.org/TR/css-color-3/#lawngreen", + "https://www.w3.org/TR/css-color-3/#lemonchiffon", + "https://www.w3.org/TR/css-color-3/#lightblue", + "https://www.w3.org/TR/css-color-3/#lightcoral", + "https://www.w3.org/TR/css-color-3/#lightcyan", + "https://www.w3.org/TR/css-color-3/#lightgoldenrodyellow", + "https://www.w3.org/TR/css-color-3/#lightgray", + "https://www.w3.org/TR/css-color-3/#lightgreen", + "https://www.w3.org/TR/css-color-3/#lightgrey", + "https://www.w3.org/TR/css-color-3/#lightpink", + "https://www.w3.org/TR/css-color-3/#lightsalmon", + "https://www.w3.org/TR/css-color-3/#lightseagreen", + "https://www.w3.org/TR/css-color-3/#lightskyblue", + "https://www.w3.org/TR/css-color-3/#lightslategray", + "https://www.w3.org/TR/css-color-3/#lightslategrey", + "https://www.w3.org/TR/css-color-3/#lightsteelblue", + "https://www.w3.org/TR/css-color-3/#lightyellow", + "https://www.w3.org/TR/css-color-3/#lime0", + "https://www.w3.org/TR/css-color-3/#limegreen", + "https://www.w3.org/TR/css-color-3/#linen", + "https://www.w3.org/TR/css-color-3/#magenta", + "https://www.w3.org/TR/css-color-3/#maroon0", + "https://www.w3.org/TR/css-color-3/#mediumaquamarine", + "https://www.w3.org/TR/css-color-3/#mediumblue", + "https://www.w3.org/TR/css-color-3/#mediumorchid", + "https://www.w3.org/TR/css-color-3/#mediumpurple", + "https://www.w3.org/TR/css-color-3/#mediumseagreen", + "https://www.w3.org/TR/css-color-3/#mediumslateblue", + "https://www.w3.org/TR/css-color-3/#mediumspringgreen", + "https://www.w3.org/TR/css-color-3/#mediumturquoise", + "https://www.w3.org/TR/css-color-3/#mediumvioletred", + "https://www.w3.org/TR/css-color-3/#midnightblue", + "https://www.w3.org/TR/css-color-3/#mintcream", + "https://www.w3.org/TR/css-color-3/#mistyrose", + "https://www.w3.org/TR/css-color-3/#moccasin", + "https://www.w3.org/TR/css-color-3/#navajowhite", + "https://www.w3.org/TR/css-color-3/#navy0", + "https://www.w3.org/TR/css-color-3/#oldlace", + "https://www.w3.org/TR/css-color-3/#olive0", + "https://www.w3.org/TR/css-color-3/#olivedrab", + "https://www.w3.org/TR/css-color-3/#orange", + "https://www.w3.org/TR/css-color-3/#orangered", + "https://www.w3.org/TR/css-color-3/#orchid", + "https://www.w3.org/TR/css-color-3/#palegoldenrod", + "https://www.w3.org/TR/css-color-3/#palegreen", + "https://www.w3.org/TR/css-color-3/#paleturquoise", + "https://www.w3.org/TR/css-color-3/#palevioletred", + "https://www.w3.org/TR/css-color-3/#papayawhip", + "https://www.w3.org/TR/css-color-3/#peachpuff", + "https://www.w3.org/TR/css-color-3/#peru", + "https://www.w3.org/TR/css-color-3/#pink", + "https://www.w3.org/TR/css-color-3/#plum", + "https://www.w3.org/TR/css-color-3/#powderblue", + "https://www.w3.org/TR/css-color-3/#purple0", + "https://www.w3.org/TR/css-color-3/#red0", + "https://www.w3.org/TR/css-color-3/#rosybrown", + "https://www.w3.org/TR/css-color-3/#royalblue", + "https://www.w3.org/TR/css-color-3/#saddlebrown", + "https://www.w3.org/TR/css-color-3/#salmon", + "https://www.w3.org/TR/css-color-3/#sandybrown", + "https://www.w3.org/TR/css-color-3/#seagreen", + "https://www.w3.org/TR/css-color-3/#seashell", + "https://www.w3.org/TR/css-color-3/#sienna", + "https://www.w3.org/TR/css-color-3/#silver0", + "https://www.w3.org/TR/css-color-3/#skyblue", + "https://www.w3.org/TR/css-color-3/#slateblue", + "https://www.w3.org/TR/css-color-3/#slategray", + "https://www.w3.org/TR/css-color-3/#slategrey", + "https://www.w3.org/TR/css-color-3/#snow", + "https://www.w3.org/TR/css-color-3/#springgreen", + "https://www.w3.org/TR/css-color-3/#steelblue", + "https://www.w3.org/TR/css-color-3/#tan", + "https://www.w3.org/TR/css-color-3/#teal0", + "https://www.w3.org/TR/css-color-3/#thistle", + "https://www.w3.org/TR/css-color-3/#tomato", + "https://www.w3.org/TR/css-color-3/#turquoise", + "https://www.w3.org/TR/css-color-3/#violet", + "https://www.w3.org/TR/css-color-3/#wheat", + "https://www.w3.org/TR/css-color-3/#white0", + "https://www.w3.org/TR/css-color-3/#whitesmoke", + "https://www.w3.org/TR/css-color-3/#yellow0", + "https://www.w3.org/TR/css-color-3/#yellowgreen", + "https://www.w3.org/TR/css-color-3/#currentcolor", + "https://www.w3.org/TR/css-color-3/#currentColor-def", + "https://www.w3.org/TR/css-color-3/#css-system", + "https://www.w3.org/TR/css-color-3/#css2-system", + "https://www.w3.org/TR/css-color-3/#system-colors-def", + "https://www.w3.org/TR/css-color-3/#activeborder", + "https://www.w3.org/TR/css-color-3/#activecaption", + "https://www.w3.org/TR/css-color-3/#appworkspace", + "https://www.w3.org/TR/css-color-3/#background", + "https://www.w3.org/TR/css-color-3/#buttonface", + "https://www.w3.org/TR/css-color-3/#buttonhighlight", + "https://www.w3.org/TR/css-color-3/#buttonshadow", + "https://www.w3.org/TR/css-color-3/#buttontext", + "https://www.w3.org/TR/css-color-3/#captiontext", + "https://www.w3.org/TR/css-color-3/#graytext", + "https://www.w3.org/TR/css-color-3/#highlight", + "https://www.w3.org/TR/css-color-3/#highlighttext", + "https://www.w3.org/TR/css-color-3/#inactiveborder", + "https://www.w3.org/TR/css-color-3/#inactivecaption", + "https://www.w3.org/TR/css-color-3/#inactivecaptiontext", + "https://www.w3.org/TR/css-color-3/#infobackground", + "https://www.w3.org/TR/css-color-3/#infotext", + "https://www.w3.org/TR/css-color-3/#menu", + "https://www.w3.org/TR/css-color-3/#menutext", + "https://www.w3.org/TR/css-color-3/#scrollbar", + "https://www.w3.org/TR/css-color-3/#threeddarkshadow", + "https://www.w3.org/TR/css-color-3/#threedface", + "https://www.w3.org/TR/css-color-3/#threedhighlight", + "https://www.w3.org/TR/css-color-3/#threedlightshadow", + "https://www.w3.org/TR/css-color-3/#threedshadow", + "https://www.w3.org/TR/css-color-3/#window", + "https://www.w3.org/TR/css-color-3/#windowframe", + "https://www.w3.org/TR/css-color-3/#windowtext", + "https://www.w3.org/TR/css-color-3/#notes", + "https://www.w3.org/TR/css-color-3/#alpha", + "https://www.w3.org/TR/css-color-3/#compositing-def", + "https://www.w3.org/TR/css-color-3/#color-interpolation", + "https://www.w3.org/TR/css-color-3/#color-rendering", + "https://www.w3.org/TR/css-color-3/#sample", + "https://www.w3.org/TR/css-color-3/#profiles", + "https://www.w3.org/TR/css-color-3/#testsuite", + "https://www.w3.org/TR/css-color-3/#future", + "https://www.w3.org/TR/css-color-3/#acknowledgments", + "https://www.w3.org/TR/css-color-3/#changes", + "https://www.w3.org/TR/css-color-3/#changes-20210805", + "https://www.w3.org/TR/css-color-3/#changes-20180619", + "https://www.w3.org/TR/css-color-3/#changes-since-CR", + "https://www.w3.org/TR/css-color-3/#changes-since-REC", + "https://www.w3.org/TR/css-color-3/#references", + "https://www.w3.org/TR/css-color-3/#normative", + "https://www.w3.org/TR/css-color-3/#ref-COLORIMETRY", + "https://www.w3.org/TR/css-color-3/#ref-CSS21", + "https://www.w3.org/TR/css-color-3/#ref-SRGB", + "https://www.w3.org/TR/css-color-3/#ref-SVG11", + "https://www.w3.org/TR/css-color-3/#informative", + "https://www.w3.org/TR/css-color-3/#ref-CSS-UI-3", + "https://www.w3.org/TR/css-color-3/#ref-CSS2", + "https://www.w3.org/TR/css-color-3/#ref-HTML401", + "https://www.w3.org/TR/css-color-3/#ref-OEB101", + "https://www.w3.org/TR/css-color-3/#ref-SVG10", + "https://www.w3.org/TR/css-color-3/#ref-WCAG20", + "https://www.w3.org/TR/css-color-3/#ref-X11COLORS", + "https://www.w3.org/TR/css-color-3/#ref-XML10", + "https://www.w3.org/TR/css-color-3/#index", + "https://www.w3.org/TR/css-color-3/#property", + "https://www.w3.org/TR/css-color-3/#back-to-top" + ] +} \ No newline at end of file diff --git a/tr/ids/css-color-6.json b/tr/ids/css-color-6.json new file mode 100644 index 000000000000..c305adcf1cb4 --- /dev/null +++ b/tr/ids/css-color-6.json @@ -0,0 +1,172 @@ +{ + "spec": { + "title": "CSS Color Module Level 6", + "url": "https://drafts.csswg.org/css-color-6/" + }, + "ids": [ + "https://drafts.csswg.org/css-color-6/#toc-nav", + "https://drafts.csswg.org/css-color-6/#toc-jump", + "https://drafts.csswg.org/css-color-6/#toc-toggle", + "https://drafts.csswg.org/css-color-6/#title", + "https://drafts.csswg.org/css-color-6/#w3c-state", + "https://drafts.csswg.org/css-color-6/#abstract", + "https://drafts.csswg.org/css-color-6/#sotd", + "https://drafts.csswg.org/css-color-6/#w3c_process_revision", + "https://drafts.csswg.org/css-color-6/#toc", + "https://drafts.csswg.org/css-color-6/#contents", + "https://drafts.csswg.org/css-color-6/#intro", + "https://drafts.csswg.org/css-color-6/#ref-for-typedef-color", + "https://drafts.csswg.org/css-color-6/#ref-for-funcdef-contrast-color", + "https://drafts.csswg.org/css-color-6/#colorcontrast", + "https://drafts.csswg.org/css-color-6/#ref-for-funcdef-contrast-color%E2%91%A0", + "https://drafts.csswg.org/css-color-6/#funcdef-contrast-color", + "https://drafts.csswg.org/css-color-6/#ref-for-functional-notation", + "https://drafts.csswg.org/css-color-6/#ref-for-funcdef-contrast-color%E2%91%A1", + "https://drafts.csswg.org/css-color-6/#ref-for-typedef-color%E2%91%A0", + "https://drafts.csswg.org/css-color-6/#ref-for-comb-all", + "https://drafts.csswg.org/css-color-6/#ref-for-comb-one", + "https://drafts.csswg.org/css-color-6/#ref-for-comb-all%E2%91%A0", + "https://drafts.csswg.org/css-color-6/#ref-for-typedef-target-contrast", + "https://drafts.csswg.org/css-color-6/#ref-for-mult-opt", + "https://drafts.csswg.org/css-color-6/#ref-for-comb-one%E2%91%A0", + "https://drafts.csswg.org/css-color-6/#ref-for-typedef-color%E2%91%A1", + "https://drafts.csswg.org/css-color-6/#ref-for-comb-all%E2%91%A1", + "https://drafts.csswg.org/css-color-6/#ref-for-comb-one%E2%91%A1", + "https://drafts.csswg.org/css-color-6/#ref-for-comb-all%E2%91%A2", + "https://drafts.csswg.org/css-color-6/#ref-for-typedef-target-contrast%E2%91%A0", + "https://drafts.csswg.org/css-color-6/#ref-for-comb-comma", + "https://drafts.csswg.org/css-color-6/#ref-for-typedef-color%E2%91%A2", + "https://drafts.csswg.org/css-color-6/#ref-for-mult-comma", + "https://drafts.csswg.org/css-color-6/#ref-for-typedef-target-contrast%E2%91%A1", + "https://drafts.csswg.org/css-color-6/#ref-for-typedef-wcag2", + "https://drafts.csswg.org/css-color-6/#contrast-base-color", + "https://drafts.csswg.org/css-color-6/#ref-for-typedef-color%E2%91%A3", + "https://drafts.csswg.org/css-color-6/#contrast-color-candidates", + "https://drafts.csswg.org/css-color-6/#ref-for-contrast-base-color", + "https://drafts.csswg.org/css-color-6/#ref-for-contrast-color-candidates", + "https://drafts.csswg.org/css-color-6/#valdef-contrast-color-text", + "https://drafts.csswg.org/css-color-6/#ref-for-contrast-color-candidates%E2%91%A0", + "https://drafts.csswg.org/css-color-6/#issue-6a7c7dda", + "https://drafts.csswg.org/css-color-6/#ref-for-contrast-base-color%E2%91%A0", + "https://drafts.csswg.org/css-color-6/#typedef-target-contrast", + "https://drafts.csswg.org/css-color-6/#ref-for-typedef-target-contrast%E2%91%A2", + "https://drafts.csswg.org/css-color-6/#ref-for-contrast-color-candidates%E2%91%A1", + "https://drafts.csswg.org/css-color-6/#ref-for-typedef-target-contrast%E2%91%A3", + "https://drafts.csswg.org/css-color-6/#ref-for-typedef-target-contrast%E2%91%A4", + "https://drafts.csswg.org/css-color-6/#ref-for-functional-notation%E2%91%A0", + "https://drafts.csswg.org/css-color-6/#target-contrast-level", + "https://drafts.csswg.org/css-color-6/#ref-for-target-contrast-level", + "https://drafts.csswg.org/css-color-6/#ref-for-funcdef-contrast-color%E2%91%A2", + "https://drafts.csswg.org/css-color-6/#ref-for-target-contrast-level%E2%91%A0", + "https://drafts.csswg.org/css-color-6/#ref-for-css-invalid", + "https://drafts.csswg.org/css-color-6/#ref-for-target-contrast-level%E2%91%A1", + "https://drafts.csswg.org/css-color-6/#ref-for-valdef-color-white", + "https://drafts.csswg.org/css-color-6/#ref-for-valdef-color-black", + "https://drafts.csswg.org/css-color-6/#contrast-color-winner", + "https://drafts.csswg.org/css-color-6/#contrast-color-target-winner", + "https://drafts.csswg.org/css-color-6/#ref-for-contrast-base-color%E2%91%A1", + "https://drafts.csswg.org/css-color-6/#ref-for-valdef-color-white%E2%91%A0", + "https://drafts.csswg.org/css-color-6/#ref-for-valdef-color-black%E2%91%A0", + "https://drafts.csswg.org/css-color-6/#ref-for-valdef-color-white%E2%91%A1", + "https://drafts.csswg.org/css-color-6/#example-7b93f6d1", + "https://drafts.csswg.org/css-color-6/#example-86355e5d", + "https://drafts.csswg.org/css-color-6/#example-122643c8", + "https://drafts.csswg.org/css-color-6/#ref-for-valdef-color-white%E2%91%A2", + "https://drafts.csswg.org/css-color-6/#ref-for-contrast-base-color%E2%91%A2", + "https://drafts.csswg.org/css-color-6/#ref-for-valdef-color-wheat", + "https://drafts.csswg.org/css-color-6/#ref-for-valdef-color-black%E2%91%A1", + "https://drafts.csswg.org/css-color-6/#contrast-color-max-winner", + "https://drafts.csswg.org/css-color-6/#ref-for-contrast-base-color%E2%91%A3", + "https://drafts.csswg.org/css-color-6/#example-62c2d8fa", + "https://drafts.csswg.org/css-color-6/#example-3a7863eb", + "https://drafts.csswg.org/css-color-6/#contrast-algorithms", + "https://drafts.csswg.org/css-color-6/#issue-b57775e7", + "https://drafts.csswg.org/css-color-6/#luminance-contrast", + "https://drafts.csswg.org/css-color-6/#ref-for-valdef-contrast-color-wcag2", + "https://drafts.csswg.org/css-color-6/#ref-for-funcdef-contrast-color-wcag2", + "https://drafts.csswg.org/css-color-6/#valdef-contrast-color-wcag2", + "https://drafts.csswg.org/css-color-6/#funcdef-contrast-color-wcag2", + "https://drafts.csswg.org/css-color-6/#ref-for-functional-notation%E2%91%A1", + "https://drafts.csswg.org/css-color-6/#typedef-wcag2", + "https://drafts.csswg.org/css-color-6/#ref-for-typedef-wcag2%E2%91%A0", + "https://drafts.csswg.org/css-color-6/#ref-for-comb-one%E2%91%A2", + "https://drafts.csswg.org/css-color-6/#ref-for-number-value", + "https://drafts.csswg.org/css-color-6/#ref-for-comb-one%E2%91%A3", + "https://drafts.csswg.org/css-color-6/#ref-for-comb-one%E2%91%A4", + "https://drafts.csswg.org/css-color-6/#ref-for-comb-all%E2%91%A3", + "https://drafts.csswg.org/css-color-6/#ref-for-mult-opt%E2%91%A0", + "https://drafts.csswg.org/css-color-6/#ref-for-target-contrast-level%E2%91%A2", + "https://drafts.csswg.org/css-color-6/#ref-for-d65-whitepoint", + "https://drafts.csswg.org/css-color-6/#example-5c96c963", + "https://drafts.csswg.org/css-color-6/#ref-for-contrast-base-color%E2%91%A4", + "https://drafts.csswg.org/css-color-6/#contrast-transparency", + "https://drafts.csswg.org/css-color-6/#issue-c8b8a00f", + "https://drafts.csswg.org/css-color-6/#ref-for-valdef-system-color-canvas", + "https://drafts.csswg.org/css-color-6/#resolving-color-values", + "https://drafts.csswg.org/css-color-6/#ref-for-typedef-color%E2%91%A4", + "https://drafts.csswg.org/css-color-6/#resolving-contrast", + "https://drafts.csswg.org/css-color-6/#ref-for-funcdef-contrast-color%E2%91%A3", + "https://drafts.csswg.org/css-color-6/#ref-for-typedef-color%E2%91%A5", + "https://drafts.csswg.org/css-color-6/#ref-for-valdef-color-currentcolor", + "https://drafts.csswg.org/css-color-6/#ref-for-funcdef-contrast-color%E2%91%A4", + "https://drafts.csswg.org/css-color-6/#example-a23cc77c", + "https://drafts.csswg.org/css-color-6/#example-7c974bc0", + "https://drafts.csswg.org/css-color-6/#serial", + "https://drafts.csswg.org/css-color-6/#ref-for-funcdef-contrast-color%E2%91%A5", + "https://drafts.csswg.org/css-color-6/#serial-contrast-color", + "https://drafts.csswg.org/css-color-6/#ref-for-specified-value", + "https://drafts.csswg.org/css-color-6/#ref-for-funcdef-contrast-color%E2%91%A6", + "https://drafts.csswg.org/css-color-6/#ref-for-resolved-value", + "https://drafts.csswg.org/css-color-6/#ref-for-funcdef-contrast-color%E2%91%A7", + "https://drafts.csswg.org/css-color-6/#ref-for-used-color", + "https://drafts.csswg.org/css-color-6/#ref-for-typedef-color%E2%91%A6", + "https://drafts.csswg.org/css-color-6/#security", + "https://drafts.csswg.org/css-color-6/#privacy", + "https://drafts.csswg.org/css-color-6/#a11y", + "https://drafts.csswg.org/css-color-6/#changes", + "https://drafts.csswg.org/css-color-6/#changes-from-5", + "https://drafts.csswg.org/css-color-6/#ref-for-funcdef-contrast-color%E2%91%A8", + "https://drafts.csswg.org/css-color-6/#w3c-conformance", + "https://drafts.csswg.org/css-color-6/#w3c-conventions", + "https://drafts.csswg.org/css-color-6/#w3c-example", + "https://drafts.csswg.org/css-color-6/#w3c-conformance-classes", + "https://drafts.csswg.org/css-color-6/#w3c-partial", + "https://drafts.csswg.org/css-color-6/#w3c-conform-future-proofing", + "https://drafts.csswg.org/css-color-6/#w3c-testing", + "https://drafts.csswg.org/css-color-6/#index", + "https://drafts.csswg.org/css-color-6/#index-defined-here", + "https://drafts.csswg.org/css-color-6/#index-defined-elsewhere", + "https://drafts.csswg.org/css-color-6/#term-for-specified-value", + "https://drafts.csswg.org/css-color-6/#term-for-typedef-color", + "https://drafts.csswg.org/css-color-6/#term-for-valdef-color-black", + "https://drafts.csswg.org/css-color-6/#term-for-valdef-system-color-canvas", + "https://drafts.csswg.org/css-color-6/#term-for-valdef-color-currentcolor", + "https://drafts.csswg.org/css-color-6/#term-for-d65-whitepoint", + "https://drafts.csswg.org/css-color-6/#term-for-used-color", + "https://drafts.csswg.org/css-color-6/#term-for-valdef-color-wheat", + "https://drafts.csswg.org/css-color-6/#term-for-valdef-color-white", + "https://drafts.csswg.org/css-color-6/#term-for-css-invalid", + "https://drafts.csswg.org/css-color-6/#term-for-mult-comma", + "https://drafts.csswg.org/css-color-6/#term-for-comb-all", + "https://drafts.csswg.org/css-color-6/#term-for-comb-comma", + "https://drafts.csswg.org/css-color-6/#term-for-number-value", + "https://drafts.csswg.org/css-color-6/#term-for-mult-opt", + "https://drafts.csswg.org/css-color-6/#term-for-functional-notation", + "https://drafts.csswg.org/css-color-6/#term-for-comb-one", + "https://drafts.csswg.org/css-color-6/#term-for-resolved-value", + "https://drafts.csswg.org/css-color-6/#references", + "https://drafts.csswg.org/css-color-6/#normative", + "https://drafts.csswg.org/css-color-6/#biblio-compositing-1", + "https://drafts.csswg.org/css-color-6/#biblio-css-cascade-5", + "https://drafts.csswg.org/css-color-6/#biblio-css-color-4", + "https://drafts.csswg.org/css-color-6/#biblio-css-syntax-3", + "https://drafts.csswg.org/css-color-6/#biblio-css-values-4", + "https://drafts.csswg.org/css-color-6/#biblio-cssom-1", + "https://drafts.csswg.org/css-color-6/#biblio-rfc2119", + "https://drafts.csswg.org/css-color-6/#biblio-wcag21", + "https://drafts.csswg.org/css-color-6/#informative", + "https://drafts.csswg.org/css-color-6/#biblio-css-color-5", + "https://drafts.csswg.org/css-color-6/#issues-index", + "https://drafts.csswg.org/css-color-6/#generator" + ] +} \ No newline at end of file diff --git a/tr/ids/css-color-hdr.json b/tr/ids/css-color-hdr.json new file mode 100644 index 000000000000..4db17505e9e5 --- /dev/null +++ b/tr/ids/css-color-hdr.json @@ -0,0 +1,80 @@ +{ + "spec": { + "title": "CSS Color HDR Module Level 1", + "url": "https://drafts.csswg.org/css-color-hdr/" + }, + "ids": [ + "https://drafts.csswg.org/css-color-hdr/#toc-nav", + "https://drafts.csswg.org/css-color-hdr/#toc-jump", + "https://drafts.csswg.org/css-color-hdr/#toc-toggle", + "https://drafts.csswg.org/css-color-hdr/#title", + "https://drafts.csswg.org/css-color-hdr/#w3c-state", + "https://drafts.csswg.org/css-color-hdr/#abstract", + "https://drafts.csswg.org/css-color-hdr/#sotd", + "https://drafts.csswg.org/css-color-hdr/#w3c_process_revision", + "https://drafts.csswg.org/css-color-hdr/#toc", + "https://drafts.csswg.org/css-color-hdr/#contents", + "https://drafts.csswg.org/css-color-hdr/#intro", + "https://drafts.csswg.org/css-color-hdr/#values", + "https://drafts.csswg.org/css-color-hdr/#ref-for-css-wide-keywords", + "https://drafts.csswg.org/css-color-hdr/#predefined-HDR", + "https://drafts.csswg.org/css-color-hdr/#valdef-color-rec2100-pq", + "https://drafts.csswg.org/css-color-hdr/#rec2100-pq", + "https://drafts.csswg.org/css-color-hdr/#issue-9005a92b", + "https://drafts.csswg.org/css-color-hdr/#issue-9ed1b145", + "https://drafts.csswg.org/css-color-hdr/#issue-692834b0", + "https://drafts.csswg.org/css-color-hdr/#issue-b905ab0c", + "https://drafts.csswg.org/css-color-hdr/#issue-2191a240", + "https://drafts.csswg.org/css-color-hdr/#example-dbd71f8e", + "https://drafts.csswg.org/css-color-hdr/#example-337567a1", + "https://drafts.csswg.org/css-color-hdr/#issue-3762b88c", + "https://drafts.csswg.org/css-color-hdr/#valdef-color-rec2100-hlg", + "https://drafts.csswg.org/css-color-hdr/#rec2100-hlg", + "https://drafts.csswg.org/css-color-hdr/#issue-63bd5f3d", + "https://drafts.csswg.org/css-color-hdr/#example-76514555", + "https://drafts.csswg.org/css-color-hdr/#issue-fb589d17", + "https://drafts.csswg.org/css-color-hdr/#Jzazbz", + "https://drafts.csswg.org/css-color-hdr/#jzazbz", + "https://drafts.csswg.org/css-color-hdr/#JzCzHz", + "https://drafts.csswg.org/css-color-hdr/#jzczhz", + "https://drafts.csswg.org/css-color-hdr/#example-f452e72c", + "https://drafts.csswg.org/css-color-hdr/#Jzazbz-to-JzCzHz", + "https://drafts.csswg.org/css-color-hdr/#JzCzHz-to-Jzazbz", + "https://drafts.csswg.org/css-color-hdr/#ICtCp", + "https://drafts.csswg.org/css-color-hdr/#ictcp", + "https://drafts.csswg.org/css-color-hdr/#example-1122f61d", + "https://drafts.csswg.org/css-color-hdr/#Compositing-SDR-HDR", + "https://drafts.csswg.org/css-color-hdr/#issue-ffacc2d5", + "https://drafts.csswg.org/css-color-hdr/#priv-sec", + "https://drafts.csswg.org/css-color-hdr/#issue-2202014f", + "https://drafts.csswg.org/css-color-hdr/#a11y", + "https://drafts.csswg.org/css-color-hdr/#w3c-conformance", + "https://drafts.csswg.org/css-color-hdr/#w3c-conventions", + "https://drafts.csswg.org/css-color-hdr/#w3c-example", + "https://drafts.csswg.org/css-color-hdr/#w3c-conformance-classes", + "https://drafts.csswg.org/css-color-hdr/#w3c-partial", + "https://drafts.csswg.org/css-color-hdr/#w3c-conform-future-proofing", + "https://drafts.csswg.org/css-color-hdr/#w3c-testing", + "https://drafts.csswg.org/css-color-hdr/#index", + "https://drafts.csswg.org/css-color-hdr/#index-defined-here", + "https://drafts.csswg.org/css-color-hdr/#index-defined-elsewhere", + "https://drafts.csswg.org/css-color-hdr/#term-for-css-wide-keywords", + "https://drafts.csswg.org/css-color-hdr/#references", + "https://drafts.csswg.org/css-color-hdr/#normative", + "https://drafts.csswg.org/css-color-hdr/#biblio-css-color-4", + "https://drafts.csswg.org/css-color-hdr/#biblio-css-values-3", + "https://drafts.csswg.org/css-color-hdr/#biblio-css-values-4", + "https://drafts.csswg.org/css-color-hdr/#biblio-css2", + "https://drafts.csswg.org/css-color-hdr/#biblio-rec2020", + "https://drafts.csswg.org/css-color-hdr/#biblio-rec_bt2100", + "https://drafts.csswg.org/css-color-hdr/#biblio-rec_bt2390", + "https://drafts.csswg.org/css-color-hdr/#biblio-rfc2119", + "https://drafts.csswg.org/css-color-hdr/#biblio-rpt_bt2408", + "https://drafts.csswg.org/css-color-hdr/#biblio-safdar-pucs", + "https://drafts.csswg.org/css-color-hdr/#biblio-smpte-st-2084", + "https://drafts.csswg.org/css-color-hdr/#informative", + "https://drafts.csswg.org/css-color-hdr/#biblio-arib_std-b67", + "https://drafts.csswg.org/css-color-hdr/#issues-index", + "https://drafts.csswg.org/css-color-hdr/#generator" + ] +} \ No newline at end of file diff --git a/tr/ids/css-conditional-values-1.json b/tr/ids/css-conditional-values-1.json new file mode 100644 index 000000000000..abcaff9544a4 --- /dev/null +++ b/tr/ids/css-conditional-values-1.json @@ -0,0 +1,198 @@ +{ + "spec": { + "title": "CSS Conditional Values Module Level 1", + "url": "https://drafts.csswg.org/css-conditional-values-1/" + }, + "ids": [ + "https://drafts.csswg.org/css-conditional-values-1/#toc-nav", + "https://drafts.csswg.org/css-conditional-values-1/#toc-jump", + "https://drafts.csswg.org/css-conditional-values-1/#toc-toggle", + "https://drafts.csswg.org/css-conditional-values-1/#title", + "https://drafts.csswg.org/css-conditional-values-1/#w3c-state", + "https://drafts.csswg.org/css-conditional-values-1/#abstract", + "https://drafts.csswg.org/css-conditional-values-1/#sotd", + "https://drafts.csswg.org/css-conditional-values-1/#w3c_process_revision", + "https://drafts.csswg.org/css-conditional-values-1/#toc", + "https://drafts.csswg.org/css-conditional-values-1/#contents", + "https://drafts.csswg.org/css-conditional-values-1/#intro", + "https://drafts.csswg.org/css-conditional-values-1/#high-level-custom-properties", + "https://drafts.csswg.org/css-conditional-values-1/#relation-between-units", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-length-value", + "https://drafts.csswg.org/css-conditional-values-1/#values", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-css-wide-keywords", + "https://drafts.csswg.org/css-conditional-values-1/#boolean", + "https://drafts.csswg.org/css-conditional-values-1/#bool-constants", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-valdef-custom-media-true", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-valdef-custom-media-false", + "https://drafts.csswg.org/css-conditional-values-1/#typedef-boolean-constant", + "https://drafts.csswg.org/css-conditional-values-1/#true", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-comb-one", + "https://drafts.csswg.org/css-conditional-values-1/#false", + "https://drafts.csswg.org/css-conditional-values-1/#condition", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition", + "https://drafts.csswg.org/css-conditional-values-1/#typedef-condition", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition-in-parens", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-comb-one%E2%91%A0", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition-in-parens%E2%91%A0", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition-in-parens%E2%91%A1", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-mult-zero-plus", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-comb-one%E2%91%A1", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition-in-parens%E2%91%A2", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition-in-parens%E2%91%A3", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-mult-zero-plus%E2%91%A0", + "https://drafts.csswg.org/css-conditional-values-1/#typedef-condition-in-parens", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition%E2%91%A0", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-comb-one%E2%91%A2", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-atomic-condition", + "https://drafts.csswg.org/css-conditional-values-1/#typedef-atomic-condition", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-comparison-operand", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-comparison-operator", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-comparison-operand%E2%91%A0", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-comb-one%E2%91%A3", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-boolean-constant", + "https://drafts.csswg.org/css-conditional-values-1/#typedef-comparison-operand", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-dimension", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-comb-one%E2%91%A4", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-number-value", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-comb-one%E2%91%A5", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-percentage-value", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-comb-one%E2%91%A6", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-ident", + "https://drafts.csswg.org/css-conditional-values-1/#typedef-comparison-operator", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-comb-one%E2%91%A7", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-comb-one%E2%91%A8", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-comb-one%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-comb-one%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-comparison-operand%E2%91%A1", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition%E2%91%A1", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-boolean-constant%E2%91%A0", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition%E2%91%A2", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition-in-parens%E2%91%A4", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition-in-parens%E2%91%A5", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition-in-parens%E2%91%A6", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition-in-parens%E2%91%A7", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition-in-parens%E2%91%A8", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition-in-parens%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition-in-parens%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition-in-parens%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition-in-parens%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition-in-parens%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition-in-parens%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-conditional-values-1/#issue-2e2ac7ab", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-comparison-operand%E2%91%A2", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-atomic-condition%E2%91%A0", + "https://drafts.csswg.org/css-conditional-values-1/#invalid-condition", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-computed-value", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-length-value%E2%91%A0", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-canonical-unit", + "https://drafts.csswg.org/css-conditional-values-1/#example-e8d32dd8", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-length-value%E2%91%A1", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-angle-value", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-comparison-operand%E2%91%A3", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition%E2%91%A3", + "https://drafts.csswg.org/css-conditional-values-1/#issue-788c09cc", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition%E2%91%A4", + "https://drafts.csswg.org/css-conditional-values-1/#example-786e7c09", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-valdef-custom-media-false%E2%91%A0", + "https://drafts.csswg.org/css-conditional-values-1/#condition-computed-value", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-computed-value%E2%91%A0", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition%E2%91%A5", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-calculation-tree", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-computed-value%E2%91%A1", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-em", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-px", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition%E2%91%A6", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-calculation-tree%E2%91%A0", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-used-value", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-used-value%E2%91%A0", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition%E2%91%A7", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-boolean-constant%E2%91%A1", + "https://drafts.csswg.org/css-conditional-values-1/#issue-ed70d1d5", + "https://drafts.csswg.org/css-conditional-values-1/#if", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-funcdef-if", + "https://drafts.csswg.org/css-conditional-values-1/#funcdef-if", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-funcdef-if%E2%91%A0", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition%E2%91%A8", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-comb-comma", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-consequent", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-comb-comma%E2%91%A0", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-antecedent", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-mult-opt", + "https://drafts.csswg.org/css-conditional-values-1/#typedef-consequent", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-declaration-value", + "https://drafts.csswg.org/css-conditional-values-1/#typedef-antecedent", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-declaration-value%E2%91%A0", + "https://drafts.csswg.org/css-conditional-values-1/#issue-bd13289d", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-funcdef-if%E2%91%A1", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-condition%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-consequent%E2%91%A0", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-antecedent%E2%91%A0", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-mult-opt%E2%91%A0", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-consequent%E2%91%A1", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-declaration-value%E2%91%A1", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-antecedent%E2%91%A1", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-declaration-value%E2%91%A2", + "https://drafts.csswg.org/css-conditional-values-1/#example-1e69b0e1", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-antecedent%E2%91%A2", + "https://drafts.csswg.org/css-conditional-values-1/#example-f38b7b18", + "https://drafts.csswg.org/css-conditional-values-1/#example-972eb999", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-funcdef-if%E2%91%A2", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-funcdef-if%E2%91%A3", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-invalid-at-computed-value-time", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-funcdef-if%E2%91%A4", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-funcdef-var", + "https://drafts.csswg.org/css-conditional-values-1/#issue-4928eaeb", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-funcdef-var%E2%91%A0", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-consequent%E2%91%A2", + "https://drafts.csswg.org/css-conditional-values-1/#ref-for-typedef-antecedent%E2%91%A3", + "https://drafts.csswg.org/css-conditional-values-1/#priv-sec", + "https://drafts.csswg.org/css-conditional-values-1/#w3c-conformance", + "https://drafts.csswg.org/css-conditional-values-1/#w3c-conventions", + "https://drafts.csswg.org/css-conditional-values-1/#w3c-example", + "https://drafts.csswg.org/css-conditional-values-1/#w3c-conformance-classes", + "https://drafts.csswg.org/css-conditional-values-1/#w3c-partial", + "https://drafts.csswg.org/css-conditional-values-1/#w3c-conform-future-proofing", + "https://drafts.csswg.org/css-conditional-values-1/#w3c-testing", + "https://drafts.csswg.org/css-conditional-values-1/#index", + "https://drafts.csswg.org/css-conditional-values-1/#index-defined-here", + "https://drafts.csswg.org/css-conditional-values-1/#index-defined-elsewhere", + "https://drafts.csswg.org/css-conditional-values-1/#term-for-computed-value", + "https://drafts.csswg.org/css-conditional-values-1/#term-for-used-value", + "https://drafts.csswg.org/css-conditional-values-1/#term-for-typedef-declaration-value", + "https://drafts.csswg.org/css-conditional-values-1/#term-for-mult-zero-plus", + "https://drafts.csswg.org/css-conditional-values-1/#term-for-comb-comma", + "https://drafts.csswg.org/css-conditional-values-1/#term-for-angle-value", + "https://drafts.csswg.org/css-conditional-values-1/#term-for-typedef-dimension", + "https://drafts.csswg.org/css-conditional-values-1/#term-for-typedef-ident", + "https://drafts.csswg.org/css-conditional-values-1/#term-for-length-value", + "https://drafts.csswg.org/css-conditional-values-1/#term-for-number-value", + "https://drafts.csswg.org/css-conditional-values-1/#term-for-percentage-value", + "https://drafts.csswg.org/css-conditional-values-1/#term-for-mult-opt", + "https://drafts.csswg.org/css-conditional-values-1/#term-for-calculation-tree", + "https://drafts.csswg.org/css-conditional-values-1/#term-for-canonical-unit", + "https://drafts.csswg.org/css-conditional-values-1/#term-for-css-wide-keywords", + "https://drafts.csswg.org/css-conditional-values-1/#term-for-em", + "https://drafts.csswg.org/css-conditional-values-1/#term-for-px", + "https://drafts.csswg.org/css-conditional-values-1/#term-for-comb-one", + "https://drafts.csswg.org/css-conditional-values-1/#term-for-invalid-at-computed-value-time", + "https://drafts.csswg.org/css-conditional-values-1/#term-for-funcdef-var", + "https://drafts.csswg.org/css-conditional-values-1/#term-for-valdef-custom-media-false", + "https://drafts.csswg.org/css-conditional-values-1/#term-for-valdef-custom-media-true", + "https://drafts.csswg.org/css-conditional-values-1/#references", + "https://drafts.csswg.org/css-conditional-values-1/#normative", + "https://drafts.csswg.org/css-conditional-values-1/#biblio-css-cascade-5", + "https://drafts.csswg.org/css-conditional-values-1/#biblio-css-syntax-3", + "https://drafts.csswg.org/css-conditional-values-1/#biblio-css-values-3", + "https://drafts.csswg.org/css-conditional-values-1/#biblio-css-values-4", + "https://drafts.csswg.org/css-conditional-values-1/#biblio-css-variables-2", + "https://drafts.csswg.org/css-conditional-values-1/#biblio-css2", + "https://drafts.csswg.org/css-conditional-values-1/#biblio-mediaqueries-5", + "https://drafts.csswg.org/css-conditional-values-1/#biblio-rfc2119", + "https://drafts.csswg.org/css-conditional-values-1/#informative", + "https://drafts.csswg.org/css-conditional-values-1/#biblio-css-conditional-3", + "https://drafts.csswg.org/css-conditional-values-1/#biblio-css-conditional-4", + "https://drafts.csswg.org/css-conditional-values-1/#biblio-mediaqueries-4", + "https://drafts.csswg.org/css-conditional-values-1/#issues-index", + "https://drafts.csswg.org/css-conditional-values-1/#generator" + ] +} \ No newline at end of file diff --git a/tr/ids/css-contain-1.json b/tr/ids/css-contain-1.json new file mode 100644 index 000000000000..52929b8b7cc8 --- /dev/null +++ b/tr/ids/css-contain-1.json @@ -0,0 +1,407 @@ +{ + "spec": { + "title": "CSS Containment Module Level 1", + "url": "https://www.w3.org/TR/css-contain-1/" + }, + "ids": [ + "https://www.w3.org/TR/css-contain-1/#toc-nav", + "https://www.w3.org/TR/css-contain-1/#toc-jump", + "https://www.w3.org/TR/css-contain-1/#toc-toggle", + "https://www.w3.org/TR/css-contain-1/#title", + "https://www.w3.org/TR/css-contain-1/#w3c-state", + "https://www.w3.org/TR/css-contain-1/#abstract", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-contain", + "https://www.w3.org/TR/css-contain-1/#sotd", + "https://www.w3.org/TR/css-contain-1/#w3c_process_revision", + "https://www.w3.org/TR/css-contain-1/#toc", + "https://www.w3.org/TR/css-contain-1/#contents", + "https://www.w3.org/TR/css-contain-1/#intro", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-contain%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#values", + "https://www.w3.org/TR/css-contain-1/#ref-for-css-wide-keywords", + "https://www.w3.org/TR/css-contain-1/#contain-property", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-contain%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#c1", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-contain%E2%91%A2", + "https://www.w3.org/TR/css-contain-1/#ref-for-valdef-contain-strict", + "https://www.w3.org/TR/css-contain-1/#ref-for-valdef-contain-content", + "https://www.w3.org/TR/css-contain-1/#propdef-contain", + "https://www.w3.org/TR/css-contain-1/#ref-for-comb-one", + "https://www.w3.org/TR/css-contain-1/#ref-for-comb-one%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-comb-one%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#ref-for-comb-any", + "https://www.w3.org/TR/css-contain-1/#ref-for-comb-any%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-valdef-contain-none", + "https://www.w3.org/TR/css-contain-1/#ref-for-valdef-contain-size", + "https://www.w3.org/TR/css-contain-1/#ref-for-valdef-contain-layout", + "https://www.w3.org/TR/css-contain-1/#ref-for-valdef-contain-paint", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-contain%E2%91%A3", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-contain%E2%91%A4", + "https://www.w3.org/TR/css-contain-1/#valdef-contain-none", + "https://www.w3.org/TR/css-contain-1/#valdef-contain-strict", + "https://www.w3.org/TR/css-contain-1/#ref-for-containment", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-contain%E2%91%A5", + "https://www.w3.org/TR/css-contain-1/#valdef-contain-content", + "https://www.w3.org/TR/css-contain-1/#ref-for-containment%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-contain%E2%91%A6", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-contain%E2%91%A7", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-contain%E2%91%A8", + "https://www.w3.org/TR/css-contain-1/#valdef-contain-size", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment-box", + "https://www.w3.org/TR/css-contain-1/#valdef-contain-layout", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment-box", + "https://www.w3.org/TR/css-contain-1/#valdef-contain-paint", + "https://www.w3.org/TR/css-contain-1/#ref-for-paint-containment", + "https://www.w3.org/TR/css-contain-1/#ref-for-paint-containment-box", + "https://www.w3.org/TR/css-contain-1/#contain-applies", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-contain%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-contain-1/#ref-for-elementdef-svg", + "https://www.w3.org/TR/css-contain-1/#example-ace3db03", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-contain%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-contain%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-contain%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-contain-1/#c3", + "https://www.w3.org/TR/css-contain-1/#ref-for-the-html-element", + "https://www.w3.org/TR/css-contain-1/#ref-for-the-body-element", + "https://www.w3.org/TR/css-contain-1/#ref-for-the-body-element%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-used-value", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-contain%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-contain-1/#ref-for-the-html-element%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-the-body-element%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#ref-for-valdef-contain-none%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-the-body-element%E2%91%A2", + "https://www.w3.org/TR/css-contain-1/#ref-for-initial-containing-block", + "https://www.w3.org/TR/css-contain-1/#ref-for-canvas-background", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-writing-mode", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-direction", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-text-orientation", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-overflow", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-background", + "https://www.w3.org/TR/css-contain-1/#ref-for-initial-containing-block%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-canvas-background%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-the-html-element%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#containment-types", + "https://www.w3.org/TR/css-contain-1/#containment", + "https://www.w3.org/TR/css-contain-1/#ref-for-containment%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#containment-size", + "https://www.w3.org/TR/css-contain-1/#size-containment", + "https://www.w3.org/TR/css-contain-1/#ref-for-principal-box", + "https://www.w3.org/TR/css-contain-1/#size-containment-box", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment-box%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-sizing-property", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment-box%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment%E2%91%A2", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#c2", + "https://www.w3.org/TR/css-contain-1/#ref-for-intrinsic-size", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment-box%E2%91%A2", + "https://www.w3.org/TR/css-contain-1/#ref-for-sizing-as-if-empty", + "https://www.w3.org/TR/css-contain-1/#ref-for-valdef-width-min-content", + "https://www.w3.org/TR/css-contain-1/#ref-for-valdef-width-max-content", + "https://www.w3.org/TR/css-contain-1/#ref-for-grid-track", + "https://www.w3.org/TR/css-contain-1/#ref-for-fit-content-size", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment-box%E2%91%A3", + "https://www.w3.org/TR/css-contain-1/#sizing-as-if-empty", + "https://www.w3.org/TR/css-contain-1/#ref-for-used-value%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-width", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-height", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment-box%E2%91%A4", + "https://www.w3.org/TR/css-contain-1/#ref-for-selectordef-before", + "https://www.w3.org/TR/css-contain-1/#ref-for-selectordef-after", + "https://www.w3.org/TR/css-contain-1/#ref-for-selectordef-marker", + "https://www.w3.org/TR/css-contain-1/#ref-for-replaced-element", + "https://www.w3.org/TR/css-contain-1/#ref-for-natural-dimensions", + "https://www.w3.org/TR/css-contain-1/#ref-for-natural-aspect-ratio", + "https://www.w3.org/TR/css-contain-1/#ref-for-natural-aspect-ratio%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-aspect-ratio", + "https://www.w3.org/TR/css-contain-1/#ref-for-preferred-aspect-ratio", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment-box%E2%91%A5", + "https://www.w3.org/TR/css-contain-1/#ref-for-sizing-property%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#laying-out-in-place", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment-box%E2%91%A6", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment-box%E2%91%A7", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment%E2%91%A3", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment-box%E2%91%A8", + "https://www.w3.org/TR/css-contain-1/#ref-for-monolithic", + "https://www.w3.org/TR/css-contain-1/#example-eadb9c00", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-aspect-ratio%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-aspect-ratio%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#ref-for-natural-aspect-ratio%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#ref-for-natural-height", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment%E2%91%A4", + "https://www.w3.org/TR/css-contain-1/#ref-for-principal-box%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-display", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-display%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-inner-display-type", + "https://www.w3.org/TR/css-contain-1/#ref-for-valdef-display-table", + "https://www.w3.org/TR/css-contain-1/#ref-for-principal-box%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#ref-for-internal-table-box", + "https://www.w3.org/TR/css-contain-1/#ref-for-principal-box%E2%91%A2", + "https://www.w3.org/TR/css-contain-1/#ref-for-internal-ruby-box", + "https://www.w3.org/TR/css-contain-1/#ref-for-atomic-inline", + "https://www.w3.org/TR/css-contain-1/#ref-for-inline-level", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-width%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-height%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#containment-size-opt", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment%E2%91%A5", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment-box%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment-box%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment-box%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment-box%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment-box%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment%E2%91%A2", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment-box%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment-box%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment-box%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-contain-1/#ref-for-laying-out-in-place", + "https://www.w3.org/TR/css-contain-1/#containment-layout", + "https://www.w3.org/TR/css-contain-1/#layout-containment", + "https://www.w3.org/TR/css-contain-1/#ref-for-principal-box%E2%91%A3", + "https://www.w3.org/TR/css-contain-1/#layout-containment-box", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment-box%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-establish-an-independent-formatting-context", + "https://www.w3.org/TR/css-contain-1/#ref-for-fragmentation-container", + "https://www.w3.org/TR/css-contain-1/#ref-for-fragmentation-context", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment%E2%91%A3", + "https://www.w3.org/TR/css-contain-1/#ref-for-fragmentation-container%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-fragmentation-context%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment-box%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#ref-for-fragmentation-container%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#ref-for-fragmentation-context%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment-box%E2%91%A2", + "https://www.w3.org/TR/css-contain-1/#ref-for-fragmentation-container%E2%91%A2", + "https://www.w3.org/TR/css-contain-1/#ref-for-fragmentation-container%E2%91%A3", + "https://www.w3.org/TR/css-contain-1/#ref-for-fragmented-flow", + "https://www.w3.org/TR/css-contain-1/#ref-for-fragmentation", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment%E2%91%A4", + "https://www.w3.org/TR/css-contain-1/#ref-for-fragmentation-container%E2%91%A4", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment%E2%91%A5", + "https://www.w3.org/TR/css-contain-1/#ref-for-fragmentation-container%E2%91%A5", + "https://www.w3.org/TR/css-contain-1/#ref-for-fragmentation-context%E2%91%A2", + "https://www.w3.org/TR/css-contain-1/#ref-for-fragmentation-container%E2%91%A6", + "https://www.w3.org/TR/css-contain-1/#ref-for-fragmentation-context%E2%91%A3", + "https://www.w3.org/TR/css-contain-1/#ref-for-fragmented-flow%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-fragmentation-context%E2%91%A4", + "https://www.w3.org/TR/css-contain-1/#ref-for-fragmented-flow%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#ref-for-selectordef-nth-fragment", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment%E2%91%A6", + "https://www.w3.org/TR/css-contain-1/#example-2b10faa8", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment-box%E2%91%A3", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-overflow%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-valdef-overflow-visible", + "https://www.w3.org/TR/css-contain-1/#ref-for-valdef-overflow-clip", + "https://www.w3.org/TR/css-contain-1/#ref-for-ink-overflow", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment-box%E2%91%A4", + "https://www.w3.org/TR/css-contain-1/#ref-for-absolute-positioning-containing-block", + "https://www.w3.org/TR/css-contain-1/#ref-for-fixed-positioning-containing-block", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment-box%E2%91%A5", + "https://www.w3.org/TR/css-contain-1/#ref-for-x43", + "https://www.w3.org/TR/css-contain-1/#ref-for-forced-break", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment-box%E2%91%A6", + "https://www.w3.org/TR/css-contain-1/#ref-for-forced-break%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-vertical-align", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment-box%E2%91%A7", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment-box%E2%91%A8", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment%E2%91%A7", + "https://www.w3.org/TR/css-contain-1/#ref-for-principal-box%E2%91%A4", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-display%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-display%E2%91%A2", + "https://www.w3.org/TR/css-contain-1/#ref-for-principal-box%E2%91%A5", + "https://www.w3.org/TR/css-contain-1/#ref-for-internal-table-box%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-valdef-display-table-cell", + "https://www.w3.org/TR/css-contain-1/#ref-for-principal-box%E2%91%A6", + "https://www.w3.org/TR/css-contain-1/#ref-for-internal-ruby-box%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-atomic-inline%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-inline-level%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#containment-layout-opt", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment%E2%91%A8", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment-box%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment-box%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment-box%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment-box%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-contain-1/#ref-for-layout-containment-box%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-contain-1/#ref-for-size-containment%E2%91%A6", + "https://www.w3.org/TR/css-contain-1/#containment-paint", + "https://www.w3.org/TR/css-contain-1/#paint-containment", + "https://www.w3.org/TR/css-contain-1/#ref-for-principal-box%E2%91%A7", + "https://www.w3.org/TR/css-contain-1/#paint-containment-box", + "https://www.w3.org/TR/css-contain-1/#ref-for-ink-overflow%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-scrollable-overflow", + "https://www.w3.org/TR/css-contain-1/#ref-for-padding-edge", + "https://www.w3.org/TR/css-contain-1/#ref-for-paint-containment-box%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-corner-clipping", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-overflow%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-resize", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-text-overflow", + "https://www.w3.org/TR/css-contain-1/#ref-for-overflow-clip-edge", + "https://www.w3.org/TR/css-contain-1/#ref-for-padding-edge%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-overflow-clip-margin", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-overflow-clip-margin%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-overflow-x", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-overflow-x%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-overflow-y", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-overflow-y%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-overflow-x%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-overflow-y%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#ref-for-paint-containment-box%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#ref-for-absolute-positioning-containing-block%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-fixed-positioning-containing-block%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-paint-containment-box%E2%91%A2", + "https://www.w3.org/TR/css-contain-1/#ref-for-x43%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-paint-containment-box%E2%91%A3", + "https://www.w3.org/TR/css-contain-1/#ref-for-establish-an-independent-formatting-context%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-paint-containment%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-principal-box%E2%91%A8", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-display%E2%91%A3", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-display%E2%91%A4", + "https://www.w3.org/TR/css-contain-1/#ref-for-principal-box%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-contain-1/#ref-for-internal-table-box%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#ref-for-valdef-display-table-cell%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-principal-box%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-internal-ruby-box%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#ref-for-atomic-inline%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#ref-for-inline-level%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#containment-paint-opt", + "https://www.w3.org/TR/css-contain-1/#ref-for-paint-containment%E2%91%A1", + "https://www.w3.org/TR/css-contain-1/#ref-for-paint-containment-box%E2%91%A4", + "https://www.w3.org/TR/css-contain-1/#ref-for-funcdef-filter-blur", + "https://www.w3.org/TR/css-contain-1/#ref-for-paint-containment%E2%91%A2", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-overflow%E2%91%A2", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-resize%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-text-overflow%E2%91%A0", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-overflow%E2%91%A3", + "https://www.w3.org/TR/css-contain-1/#privacy", + "https://www.w3.org/TR/css-contain-1/#priv-sec", + "https://www.w3.org/TR/css-contain-1/#security", + "https://www.w3.org/TR/css-contain-1/#changes", + "https://www.w3.org/TR/css-contain-1/#2020-12-22-changes", + "https://www.w3.org/TR/css-contain-1/#ref-for-the-body-element%E2%91%A3", + "https://www.w3.org/TR/css-contain-1/#2019-11-21-changes", + "https://www.w3.org/TR/css-contain-1/#2019-04-30-changes", + "https://www.w3.org/TR/css-contain-1/#valdef-contain-style", + "https://www.w3.org/TR/css-contain-1/#containment-style", + "https://www.w3.org/TR/css-contain-1/#style-containment", + "https://www.w3.org/TR/css-contain-1/#property-scoped", + "https://www.w3.org/TR/css-contain-1/#property-scoped-to-an-element", + "https://www.w3.org/TR/css-contain-1/#property-scoped-to-a-sub-tree", + "https://www.w3.org/TR/css-contain-1/#2018-11-08-changes", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-contain%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-contain%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-contain-1/#2018-05-24-changes", + "https://www.w3.org/TR/css-contain-1/#2017-08-08-changes", + "https://www.w3.org/TR/css-contain-1/#2017-04-19-changes", + "https://www.w3.org/TR/css-contain-1/#fpwd-changes", + "https://www.w3.org/TR/css-contain-1/#w3c-conformance", + "https://www.w3.org/TR/css-contain-1/#w3c-conventions", + "https://www.w3.org/TR/css-contain-1/#w3c-example", + "https://www.w3.org/TR/css-contain-1/#w3c-conformance-classes", + "https://www.w3.org/TR/css-contain-1/#w3c-partial", + "https://www.w3.org/TR/css-contain-1/#w3c-conform-future-proofing", + "https://www.w3.org/TR/css-contain-1/#w3c-testing", + "https://www.w3.org/TR/css-contain-1/#index", + "https://www.w3.org/TR/css-contain-1/#index-defined-here", + "https://www.w3.org/TR/css-contain-1/#index-defined-elsewhere", + "https://www.w3.org/TR/css-contain-1/#term-for-propdef-background", + "https://www.w3.org/TR/css-contain-1/#term-for-canvas-background", + "https://www.w3.org/TR/css-contain-1/#term-for-corner-clipping", + "https://www.w3.org/TR/css-contain-1/#term-for-forced-break", + "https://www.w3.org/TR/css-contain-1/#term-for-fragmentation", + "https://www.w3.org/TR/css-contain-1/#term-for-fragmentation-container", + "https://www.w3.org/TR/css-contain-1/#term-for-fragmentation-context", + "https://www.w3.org/TR/css-contain-1/#term-for-fragmented-flow", + "https://www.w3.org/TR/css-contain-1/#term-for-monolithic", + "https://www.w3.org/TR/css-contain-1/#term-for-used-value", + "https://www.w3.org/TR/css-contain-1/#term-for-atomic-inline", + "https://www.w3.org/TR/css-contain-1/#term-for-propdef-display", + "https://www.w3.org/TR/css-contain-1/#term-for-establish-an-independent-formatting-context", + "https://www.w3.org/TR/css-contain-1/#term-for-initial-containing-block", + "https://www.w3.org/TR/css-contain-1/#term-for-inline-level", + "https://www.w3.org/TR/css-contain-1/#term-for-inner-display-type", + "https://www.w3.org/TR/css-contain-1/#term-for-internal-ruby-box", + "https://www.w3.org/TR/css-contain-1/#term-for-internal-table-box", + "https://www.w3.org/TR/css-contain-1/#term-for-principal-box", + "https://www.w3.org/TR/css-contain-1/#term-for-replaced-element", + "https://www.w3.org/TR/css-contain-1/#term-for-valdef-display-table", + "https://www.w3.org/TR/css-contain-1/#term-for-valdef-display-table-cell", + "https://www.w3.org/TR/css-contain-1/#term-for-grid-track", + "https://www.w3.org/TR/css-contain-1/#term-for-natural-aspect-ratio", + "https://www.w3.org/TR/css-contain-1/#term-for-natural-dimensions", + "https://www.w3.org/TR/css-contain-1/#term-for-natural-height", + "https://www.w3.org/TR/css-contain-1/#term-for-valdef-overflow-clip", + "https://www.w3.org/TR/css-contain-1/#term-for-ink-overflow", + "https://www.w3.org/TR/css-contain-1/#term-for-propdef-overflow", + "https://www.w3.org/TR/css-contain-1/#term-for-overflow-clip-edge", + "https://www.w3.org/TR/css-contain-1/#term-for-propdef-overflow-clip-margin", + "https://www.w3.org/TR/css-contain-1/#term-for-propdef-overflow-x", + "https://www.w3.org/TR/css-contain-1/#term-for-propdef-overflow-y", + "https://www.w3.org/TR/css-contain-1/#term-for-scrollable-overflow", + "https://www.w3.org/TR/css-contain-1/#term-for-valdef-overflow-visible", + "https://www.w3.org/TR/css-contain-1/#term-for-selectordef-nth-fragment", + "https://www.w3.org/TR/css-contain-1/#term-for-absolute-positioning-containing-block", + "https://www.w3.org/TR/css-contain-1/#term-for-fixed-positioning-containing-block", + "https://www.w3.org/TR/css-contain-1/#term-for-selectordef-after", + "https://www.w3.org/TR/css-contain-1/#term-for-selectordef-before", + "https://www.w3.org/TR/css-contain-1/#term-for-selectordef-marker", + "https://www.w3.org/TR/css-contain-1/#term-for-fit-content-size", + "https://www.w3.org/TR/css-contain-1/#term-for-propdef-height", + "https://www.w3.org/TR/css-contain-1/#term-for-intrinsic-size", + "https://www.w3.org/TR/css-contain-1/#term-for-valdef-width-max-content", + "https://www.w3.org/TR/css-contain-1/#term-for-valdef-width-min-content", + "https://www.w3.org/TR/css-contain-1/#term-for-sizing-property", + "https://www.w3.org/TR/css-contain-1/#term-for-propdef-width", + "https://www.w3.org/TR/css-contain-1/#term-for-propdef-aspect-ratio", + "https://www.w3.org/TR/css-contain-1/#term-for-preferred-aspect-ratio", + "https://www.w3.org/TR/css-contain-1/#term-for-propdef-resize", + "https://www.w3.org/TR/css-contain-1/#term-for-propdef-text-overflow", + "https://www.w3.org/TR/css-contain-1/#term-for-css-wide-keywords", + "https://www.w3.org/TR/css-contain-1/#term-for-comb-one", + "https://www.w3.org/TR/css-contain-1/#term-for-comb-any", + "https://www.w3.org/TR/css-contain-1/#term-for-propdef-direction", + "https://www.w3.org/TR/css-contain-1/#term-for-propdef-text-orientation", + "https://www.w3.org/TR/css-contain-1/#term-for-propdef-writing-mode", + "https://www.w3.org/TR/css-contain-1/#term-for-padding-edge", + "https://www.w3.org/TR/css-contain-1/#term-for-x43", + "https://www.w3.org/TR/css-contain-1/#term-for-propdef-vertical-align", + "https://www.w3.org/TR/css-contain-1/#term-for-funcdef-filter-blur", + "https://www.w3.org/TR/css-contain-1/#term-for-the-body-element", + "https://www.w3.org/TR/css-contain-1/#term-for-the-html-element", + "https://www.w3.org/TR/css-contain-1/#term-for-elementdef-svg", + "https://www.w3.org/TR/css-contain-1/#references", + "https://www.w3.org/TR/css-contain-1/#normative", + "https://www.w3.org/TR/css-contain-1/#biblio-css-backgrounds-3", + "https://www.w3.org/TR/css-contain-1/#biblio-css-break-3", + "https://www.w3.org/TR/css-contain-1/#biblio-css-cascade-5", + "https://www.w3.org/TR/css-contain-1/#biblio-css-display-3", + "https://www.w3.org/TR/css-contain-1/#biblio-css-images-3", + "https://www.w3.org/TR/css-contain-1/#biblio-css-overflow-3", + "https://www.w3.org/TR/css-contain-1/#biblio-css-position-3", + "https://www.w3.org/TR/css-contain-1/#biblio-css-pseudo-4", + "https://www.w3.org/TR/css-contain-1/#biblio-css-sizing-3", + "https://www.w3.org/TR/css-contain-1/#biblio-css-ui-3", + "https://www.w3.org/TR/css-contain-1/#biblio-css-values-3", + "https://www.w3.org/TR/css-contain-1/#biblio-css-values-4", + "https://www.w3.org/TR/css-contain-1/#biblio-css-writing-modes-3", + "https://www.w3.org/TR/css-contain-1/#biblio-css-writing-modes-4", + "https://www.w3.org/TR/css-contain-1/#biblio-css2", + "https://www.w3.org/TR/css-contain-1/#biblio-html", + "https://www.w3.org/TR/css-contain-1/#biblio-rfc2119", + "https://www.w3.org/TR/css-contain-1/#biblio-svg2", + "https://www.w3.org/TR/css-contain-1/#informative", + "https://www.w3.org/TR/css-contain-1/#biblio-css-contain-2", + "https://www.w3.org/TR/css-contain-1/#biblio-css-content-3", + "https://www.w3.org/TR/css-contain-1/#biblio-css-grid-2", + "https://www.w3.org/TR/css-contain-1/#biblio-css-multicol-1", + "https://www.w3.org/TR/css-contain-1/#biblio-css-overflow-4", + "https://www.w3.org/TR/css-contain-1/#biblio-css-page-3", + "https://www.w3.org/TR/css-contain-1/#biblio-css-regions-1", + "https://www.w3.org/TR/css-contain-1/#biblio-css-sizing-4", + "https://www.w3.org/TR/css-contain-1/#biblio-filter-effects-1", + "https://www.w3.org/TR/css-contain-1/#property-index", + "https://www.w3.org/TR/css-contain-1/#ref-for-propdef-contain%E2%91%A0%E2%91%A6" + ] +} \ No newline at end of file diff --git a/tr/ids/css-display-4.json b/tr/ids/css-display-4.json new file mode 100644 index 000000000000..edd3d51118fb --- /dev/null +++ b/tr/ids/css-display-4.json @@ -0,0 +1,1043 @@ +{ + "spec": { + "title": "CSS Display Module Level 4", + "url": "https://drafts.csswg.org/css-display-4/" + }, + "ids": [ + "https://drafts.csswg.org/css-display-4/#toc-nav", + "https://drafts.csswg.org/css-display-4/#toc-jump", + "https://drafts.csswg.org/css-display-4/#toc-toggle", + "https://drafts.csswg.org/css-display-4/#title", + "https://drafts.csswg.org/css-display-4/#w3c-state", + "https://drafts.csswg.org/css-display-4/#abstract", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display", + "https://drafts.csswg.org/css-display-4/#sotd", + "https://drafts.csswg.org/css-display-4/#w3c_process_revision", + "https://drafts.csswg.org/css-display-4/#ref-for-selectordef-first-letter", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#toc", + "https://drafts.csswg.org/css-display-4/#contents", + "https://drafts.csswg.org/css-display-4/#intro", + "https://drafts.csswg.org/css-display-4/#element-tree", + "https://drafts.csswg.org/css-display-4/#css-element-tree", + "https://drafts.csswg.org/css-display-4/#elements", + "https://drafts.csswg.org/css-display-4/#css-element", + "https://drafts.csswg.org/css-display-4/#ref-for-elements", + "https://drafts.csswg.org/css-display-4/#ref-for-text-nodes", + "https://drafts.csswg.org/css-display-4/#text-nodes", + "https://drafts.csswg.org/css-display-4/#css-text-node", + "https://drafts.csswg.org/css-display-4/#box-tree", + "https://drafts.csswg.org/css-display-4/#css-box-tree", + "https://drafts.csswg.org/css-display-4/#box", + "https://drafts.csswg.org/css-display-4/#css-box", + "https://drafts.csswg.org/css-display-4/#ref-for-box-tree", + "https://drafts.csswg.org/css-display-4/#ref-for-elements%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-pseudo-element", + "https://drafts.csswg.org/css-display-4/#text-run", + "https://drafts.csswg.org/css-display-4/#css-text-run", + "https://drafts.csswg.org/css-display-4/#ref-for-box-tree%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-text-nodes%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-box-tree%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-computed-value", + "https://drafts.csswg.org/css-display-4/#ref-for-elements%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-text-nodes%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-elements%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-box", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-box%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-principal-box", + "https://drafts.csswg.org/css-display-4/#ref-for-box-tree%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-none", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-contents", + "https://drafts.csswg.org/css-display-4/#ref-for-elements%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-box%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-box%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-box%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-box%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-elements%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-inherited-property", + "https://drafts.csswg.org/css-display-4/#ref-for-principal-box%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-principal-box%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-border", + "https://drafts.csswg.org/css-display-4/#ref-for-table-grid-box", + "https://drafts.csswg.org/css-display-4/#ref-for-principal-box%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-table-wrapper-box", + "https://drafts.csswg.org/css-display-4/#ref-for-dom-window-getcomputedstyle", + "https://drafts.csswg.org/css-display-4/#ref-for-text-nodes%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-text-run", + "https://drafts.csswg.org/css-display-4/#ref-for-text-nodes%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-text-run%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#css-parent-box", + "https://drafts.csswg.org/css-display-4/#ref-for-principal-box%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-principal-box%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-box%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-run-in", + "https://drafts.csswg.org/css-display-4/#ref-for-anonymous", + "https://drafts.csswg.org/css-display-4/#anonymous", + "https://drafts.csswg.org/css-display-4/#css-anonymous", + "https://drafts.csswg.org/css-display-4/#ref-for-anonymous%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-box-tree%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-element-tree", + "https://drafts.csswg.org/css-display-4/#ref-for-anonymous%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-box-tree%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-box-tree%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-box%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-text-run%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-fragment", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-box", + "https://drafts.csswg.org/css-display-4/#ref-for-text-run%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-block-box", + "https://drafts.csswg.org/css-display-4/#ref-for-fragmentation", + "https://drafts.csswg.org/css-display-4/#ref-for-display-type", + "https://drafts.csswg.org/css-display-4/#ref-for-box%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-box-fragment", + "https://drafts.csswg.org/css-display-4/#ref-for-text-run%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-fragment%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-fragmentation%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#placement", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A8", + "https://drafts.csswg.org/css-display-4/#values", + "https://drafts.csswg.org/css-display-4/#ref-for-css-wide-keywords", + "https://drafts.csswg.org/css-display-4/#the-display-properties", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-display-4/#propdef-display", + "https://drafts.csswg.org/css-display-4/#ref-for-typedef-display-outside", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-any", + "https://drafts.csswg.org/css-display-4/#ref-for-typedef-display-inside", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one", + "https://drafts.csswg.org/css-display-4/#ref-for-typedef-display-listitem", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-typedef-display-internal", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-typedef-display-box", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-typedef-display-legacy", + "https://drafts.csswg.org/css-display-4/#ref-for-inner-display-type", + "https://drafts.csswg.org/css-display-4/#ref-for-outer-display-type", + "https://drafts.csswg.org/css-display-4/#ref-for-typedef-display-internal%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-typedef-display-box%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#display-type", + "https://drafts.csswg.org/css-display-4/#inner-display-type", + "https://drafts.csswg.org/css-display-4/#ref-for-replaced-element", + "https://drafts.csswg.org/css-display-4/#ref-for-formatting-context", + "https://drafts.csswg.org/css-display-4/#ref-for-replaced-element%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#outer-display-type", + "https://drafts.csswg.org/css-display-4/#ref-for-principal-box%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-flow-layout", + "https://drafts.csswg.org/css-display-4/#ref-for-text-run%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-display-type%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-selectordef-marker", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-none%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-document-language", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-none%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#typedef-display-outside", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#typedef-display-inside", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A8", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-display-4/#typedef-display-listitem", + "https://drafts.csswg.org/css-display-4/#ref-for-typedef-display-outside%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-mult-opt", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-all", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-mult-opt%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-all%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#typedef-display-internal", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#typedef-display-box", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A1%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#typedef-display-legacy", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A1%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A1%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A1%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#display-value-summary", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-none%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-box-tree%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-contents%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-box-tree%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-block-level", + "https://drafts.csswg.org/css-display-4/#ref-for-block-container", + "https://drafts.csswg.org/css-display-4/#ref-for-block-box%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-flow-root", + "https://drafts.csswg.org/css-display-4/#ref-for-block-level%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-block-container%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context", + "https://drafts.csswg.org/css-display-4/#ref-for-bfc", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-box%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-level", + "https://drafts.csswg.org/css-display-4/#ref-for-block-container%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#inline-block", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-run-in%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-run-in", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-box%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-block-box%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-box%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-flex", + "https://drafts.csswg.org/css-display-4/#ref-for-block-level%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-flex-container", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-inline-flex", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-level%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-flex-container%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-grid", + "https://drafts.csswg.org/css-display-4/#ref-for-block-level%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-grid-container", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-inline-grid", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-level%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-grid-container%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-ruby", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-level%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-ruby-container", + "https://drafts.csswg.org/css-display-4/#ref-for-block-box%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-ruby-container%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-block-level%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-table-wrapper-box%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-table-grid-box%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-level%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-table-wrapper-box%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-table-grid-box%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-typedef-display-internal%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-display-4/#outer-role", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-run-in%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-typedef-display-outside%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-outer-display-type%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-principal-box%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-flow-layout%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#valdef-display-block", + "https://drafts.csswg.org/css-display-4/#block-level-box", + "https://drafts.csswg.org/css-display-4/#ref-for-flow-layout%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#valdef-display-inline", + "https://drafts.csswg.org/css-display-4/#inline-level-box", + "https://drafts.csswg.org/css-display-4/#ref-for-flow-layout%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#valdef-display-run-in", + "https://drafts.csswg.org/css-display-4/#ref-for-run-in%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-level-box", + "https://drafts.csswg.org/css-display-4/#ref-for-outer-display-type%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-replaced-element%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-typedef-display-outside%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-typedef-display-inside%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-inner-display-type%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-flow", + "https://drafts.csswg.org/css-display-4/#inner-model", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-flow%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-flow-root%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-flex%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-grid%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-ruby%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-typedef-display-inside%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-inner-display-type%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-replaced-element%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#valdef-display-flow", + "https://drafts.csswg.org/css-display-4/#flow-layout", + "https://drafts.csswg.org/css-display-4/#ref-for-outer-display-type%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-run-in%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-formatting-context", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-box%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-block-container%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-position", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-overflow", + "https://drafts.csswg.org/css-display-4/#ref-for-formatting-context%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-formatting-context%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-block-container%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-inner-display-type%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-flow-root%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#valdef-display-flow-root", + "https://drafts.csswg.org/css-display-4/#ref-for-block-container%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-flow-layout%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#valdef-display-table", + "https://drafts.csswg.org/css-display-4/#ref-for-table-wrapper-box%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-table-grid-box%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#valdef-display-flex", + "https://drafts.csswg.org/css-display-4/#ref-for-flex-container%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-flex-formatting-context", + "https://drafts.csswg.org/css-display-4/#valdef-display-grid", + "https://drafts.csswg.org/css-display-4/#ref-for-grid-container%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-grid-formatting-context", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-grid-template-rows-subgrid", + "https://drafts.csswg.org/css-display-4/#ref-for-grid-formatting-context%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#valdef-display-ruby", + "https://drafts.csswg.org/css-display-4/#ref-for-ruby-container%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-ruby-formatting-context", + "https://drafts.csswg.org/css-display-4/#ref-for-formatting-context%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-outer-display-type%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-typedef-display-inside%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-typedef-display-outside%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-outer-display-type%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-ruby%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#list-items", + "https://drafts.csswg.org/css-display-4/#valdef-display-list-item", + "https://drafts.csswg.org/css-display-4/#ref-for-selectordef-marker%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-list-style", + "https://drafts.csswg.org/css-display-4/#ref-for-inner-display-type%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-inner-display-type%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-flow%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-outer-display-type%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-outer-display-type%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-flow-layout%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-run-in%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-flow%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-flow-root%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#layout-specific-display", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-ruby%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#layout-internal", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/css-display-4/#ref-for-inner-display-type%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-outer-display-type%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-replaced-element%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-layout-internal", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-inline", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-inline%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-layout-internal%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-layout-internal%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-replaced-element%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-typedef-display-internal%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#valdef-display-table-row-group", + "https://drafts.csswg.org/css-display-4/#valdef-display-table-header-group", + "https://drafts.csswg.org/css-display-4/#valdef-display-table-footer-group", + "https://drafts.csswg.org/css-display-4/#valdef-display-table-row", + "https://drafts.csswg.org/css-display-4/#valdef-display-table-cell", + "https://drafts.csswg.org/css-display-4/#valdef-display-table-column-group", + "https://drafts.csswg.org/css-display-4/#valdef-display-table-column", + "https://drafts.csswg.org/css-display-4/#internal-table-element", + "https://drafts.csswg.org/css-display-4/#internal-table-box", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-flow-root%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-inner-display-type%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#valdef-display-table-caption", + "https://drafts.csswg.org/css-display-4/#table-caption-box", + "https://drafts.csswg.org/css-display-4/#ref-for-block-box%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-flow-root%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-inner-display-type%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#valdef-display-ruby-base", + "https://drafts.csswg.org/css-display-4/#valdef-display-ruby-text", + "https://drafts.csswg.org/css-display-4/#valdef-display-ruby-base-container", + "https://drafts.csswg.org/css-display-4/#valdef-display-ruby-text-container", + "https://drafts.csswg.org/css-display-4/#internal-ruby-element", + "https://drafts.csswg.org/css-display-4/#internal-ruby-box", + "https://drafts.csswg.org/css-display-4/#ref-for-ruby-formatting-context%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-ruby-base", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-ruby-text", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-flow%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-inner-display-type%E2%91%A8", + "https://drafts.csswg.org/css-display-4/#example-d11b97c3", + "https://drafts.csswg.org/css-display-4/#ref-for-internal-table-element", + "https://drafts.csswg.org/css-display-4/#box-generation", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-none%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-contents%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A1%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-typedef-display-box%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#valdef-display-contents", + "https://drafts.csswg.org/css-display-4/#ref-for-box%E2%91%A8", + "https://drafts.csswg.org/css-display-4/#ref-for-text-run%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-element-tree%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-selectordef-before", + "https://drafts.csswg.org/css-display-4/#ref-for-selectordef-after", + "https://drafts.csswg.org/css-display-4/#ref-for-css-inheritance", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A1%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A1%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A1%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#valdef-display-none", + "https://drafts.csswg.org/css-display-4/#ref-for-elements%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-box%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-display-4/#ref-for-text-run%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-text-nodes%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A1%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-text-run%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-inner-display-type%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-display-4/#ref-for-outer-display-type%E2%91%A8", + "https://drafts.csswg.org/css-display-4/#ref-for-the-summary-element", + "https://drafts.csswg.org/css-display-4/#ref-for-the-legend-element", + "https://drafts.csswg.org/css-display-4/#ref-for-the-fieldset-element", + "https://drafts.csswg.org/css-display-4/#legacy-display", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A1%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-typedef-display-legacy%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#valdef-display-inline-block", + "https://drafts.csswg.org/css-display-4/#valdef-display-inline-table", + "https://drafts.csswg.org/css-display-4/#valdef-display-inline-flex", + "https://drafts.csswg.org/css-display-4/#valdef-display-inline-grid", + "https://drafts.csswg.org/css-display-4/#ref-for-specified-value", + "https://drafts.csswg.org/css-display-4/#ref-for-dom-window-getcomputedstyle%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#transformations", + "https://drafts.csswg.org/css-display-4/#blockify", + "https://drafts.csswg.org/css-display-4/#inlinify", + "https://drafts.csswg.org/css-display-4/#ref-for-computed-value%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-outer-display-type%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-display-4/#ref-for-display-type%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-none%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-contents%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-block-box%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-inlinify", + "https://drafts.csswg.org/css-display-4/#ref-for-inner-display-type%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-flow-root%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-box%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-inlinify%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-inlinify%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-block", + "https://drafts.csswg.org/css-display-4/#ref-for-blockify", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-flow-root%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-blockify%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-layout-internal%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-blockify%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-inner-display-type%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-flow%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-block-container%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-inlinify%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-layout-internal%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-computed-value%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A1%E2%91%A8", + "https://drafts.csswg.org/css-display-4/#ref-for-blockify%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-inlinify%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#example-26cc3423", + "https://drafts.csswg.org/css-display-4/#ref-for-blockify%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-ruby-container%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-inlinify%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-grid%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-flex%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A2%E2%93%AA", + "https://drafts.csswg.org/css-display-4/#ref-for-blockify%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#root", + "https://drafts.csswg.org/css-display-4/#ref-for-root-element", + "https://drafts.csswg.org/css-display-4/#ref-for-blockify%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-principal-box%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-independent-formatting-context", + "https://drafts.csswg.org/css-display-4/#ref-for-containing-block", + "https://drafts.csswg.org/css-display-4/#ref-for-initial-containing-block", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A2%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-contents%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#display-order", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-layout-order", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-reading-order", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-order", + "https://drafts.csswg.org/css-display-4/#ref-for-shorthand-property", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-order%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-layout-order%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-reading-order%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-order%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-reading-order%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-layout-order%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-box-sizing", + "https://drafts.csswg.org/css-display-4/#issue-5355a1f8", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-order%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#order-property", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-order%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#propdef-order", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-layout-order%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-reading-order%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-mult-opt%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A1%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-all%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-reading-order%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A1%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-all%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-layout-order%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A1%E2%91%A8", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-all%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-integer-value", + "https://drafts.csswg.org/css-display-4/#ref-for-flex-item", + "https://drafts.csswg.org/css-display-4/#ref-for-grid-item", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-order%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-longhand", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-order%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-order%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-longhand%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-order%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-layout-order%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-reading-order%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#valdef-order-reading-and-layout", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-reading-order%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-layout-order%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-integer-value%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-longhand%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#example-84ef28f3", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-order%E2%91%A8", + "https://drafts.csswg.org/css-display-4/#order-example", + "https://drafts.csswg.org/css-display-4/#quiet-pubrules-1", + "https://drafts.csswg.org/css-display-4/#reading-order", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-reading-order%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#propdef-reading-order", + "https://drafts.csswg.org/css-display-4/#ref-for-integer-value%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-reading-order%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#valdef-reading-order-integer", + "https://drafts.csswg.org/css-display-4/#ref-for-integer-value%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-reading-order%E2%91%A8", + "https://drafts.csswg.org/css-display-4/#ref-for-TermCanvas", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-reading-order%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-display-4/#ref-for-media-query", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-reading-order%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-reading-order%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#issue-4d5d1fa1", + "https://drafts.csswg.org/css-display-4/#layout-order", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-layout-order%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#propdef-layout-order", + "https://drafts.csswg.org/css-display-4/#ref-for-integer-value%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-flex-item%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-grid-item%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-layout-order%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-layout-order%E2%91%A8", + "https://drafts.csswg.org/css-display-4/#ref-for-flex-item%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-grid-item%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#valdef-order-integer", + "https://drafts.csswg.org/css-display-4/#ref-for-integer-value%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-flex-container%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-grid-container%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#order-modified-document-order", + "https://drafts.csswg.org/css-display-4/#ref-for-flex-item%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-grid-item%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-flex-container%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-grid-container%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-order%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-display-4/#ref-for-flex-item%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-grid-item%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-order%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-shorthand-property%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-reading-order%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-layout-order%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-reading-order%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-cascade", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-layout-order%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-order%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-layout-order%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-flex-item%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-grid-item%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#order-accessibility", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-layout-order%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-layout-order%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-layout-order%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-layout-order%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-layout-order%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-layout-order%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#example-b20b6e0a", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-order%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-order%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-order%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-layout-order%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-layout-order%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/css-display-4/#visibility", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-visibility", + "https://drafts.csswg.org/css-display-4/#propdef-visibility", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A2%E2%93%AA", + "https://drafts.csswg.org/css-display-4/#ref-for-comb-one%E2%91%A2%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-visibility%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-invisible", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A2%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-none%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#valdef-visibility-visible", + "https://drafts.csswg.org/css-display-4/#valdef-visibility-hidden", + "https://drafts.csswg.org/css-display-4/#ref-for-invisible%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-visibility%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#valdef-visibility-collapse", + "https://drafts.csswg.org/css-display-4/#collapsed", + "https://drafts.csswg.org/css-display-4/#ref-for-invisible%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-visibility-hidden", + "https://drafts.csswg.org/css-display-4/#ref-for-invisible%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-invisible%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#invisible", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-pointer-events", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A2%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-speak", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-speak-always", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A2%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-visibility-visible", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-speak%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-speak-always%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-invisible%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#example-45900d89", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A2%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-visibility%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-visibility%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#run-in-layout", + "https://drafts.csswg.org/css-display-4/#run-in", + "https://drafts.csswg.org/css-display-4/#example-8e61beaa", + "https://drafts.csswg.org/css-display-4/#ref-for-run-in%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-level-box%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-run-in%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-flow%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-inner-display-type%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-inlinify%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-run-in-sequence", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-selectordef-marker%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-selectordef-before%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-run-in-sequence%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-run-in-sequence%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-run-in-sequence%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#run-in-sequence", + "https://drafts.csswg.org/css-display-4/#ref-for-run-in%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-white-space", + "https://drafts.csswg.org/css-display-4/#ref-for-first-formatted-line", + "https://drafts.csswg.org/css-display-4/#ref-for-run-in-sequence%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-first-formatted-line%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-selectordef-first-letter%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#glossary", + "https://drafts.csswg.org/css-display-4/#root-element", + "https://drafts.csswg.org/css-display-4/#ref-for-elements%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-concept-document-tree", + "https://drafts.csswg.org/css-display-4/#ref-for-concept-document-tree%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-document-element", + "https://drafts.csswg.org/css-display-4/#ref-for-the-html-element", + "https://drafts.csswg.org/css-display-4/#principal-box", + "https://drafts.csswg.org/css-display-4/#ref-for-elements%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-box%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-principal-box%E2%91%A8", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-list-item", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-table", + "https://drafts.csswg.org/css-display-4/#ref-for-principal-box%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-display-4/#ref-for-table-wrapper-box%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-table-grid-box%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#inline-level", + "https://drafts.csswg.org/css-display-4/#ref-for-text-run%E2%91%A8", + "https://drafts.csswg.org/css-display-4/#block-level", + "https://drafts.csswg.org/css-display-4/#ref-for-block-layout", + "https://drafts.csswg.org/css-display-4/#inline-box", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-level%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-inner-display-type%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-flow%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#inline", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-box%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-level-box%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-level%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#atomic-inline", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-box%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-ruby-container%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-inner-display-type%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-display-flow%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-inner-display-type%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#block-container", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-formatting-context%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-formatting-context%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-root-inline-box", + "https://drafts.csswg.org/css-display-4/#ref-for-root-inline-box%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A8", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-overflow%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-align-content", + "https://drafts.csswg.org/css-display-4/#block-box", + "https://drafts.csswg.org/css-display-4/#ref-for-block-level-box", + "https://drafts.csswg.org/css-display-4/#ref-for-block-container%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-block-container%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-block-level%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-block%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A2%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A2%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#block", + "https://drafts.csswg.org/css-display-4/#ref-for-block-box%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-block-level-box%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-block-container%E2%91%A8", + "https://drafts.csswg.org/css-display-4/#replaced-element", + "https://drafts.csswg.org/css-display-4/#ref-for-the-img-element", + "https://drafts.csswg.org/css-display-4/#ref-for-attr-img-src", + "https://drafts.csswg.org/css-display-4/#ref-for-natural-dimensions", + "https://drafts.csswg.org/css-display-4/#ref-for-replaced-element%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-natural-dimensions%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-natural-dimensions%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-natural-dimensions%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-independent-formatting-context%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#non-replaced", + "https://drafts.csswg.org/css-display-4/#ref-for-replaced-element%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#containing-block", + "https://drafts.csswg.org/css-display-4/#ref-for-box%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-containing-block%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-box%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-box%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-box%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-containing-block%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-containing-block%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-overflow", + "https://drafts.csswg.org/css-display-4/#ref-for-containing-block%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-box-box-edge", + "https://drafts.csswg.org/css-display-4/#ref-for-box%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-containing-block%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-containing-block%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-containing-block%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-box%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-containing-block%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-initial-containing-block%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#containing-block-chain", + "https://drafts.csswg.org/css-display-4/#ref-for-containing-block%E2%91%A8", + "https://drafts.csswg.org/css-display-4/#ref-for-containing-block%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-box%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-block-container%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-display-4/#ref-for-block", + "https://drafts.csswg.org/css-display-4/#ref-for-block-container%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-block-container%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-absolute-position", + "https://drafts.csswg.org/css-display-4/#ref-for-initial-containing-block%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#initial-containing-block", + "https://drafts.csswg.org/css-display-4/#ref-for-containing-block%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-root-element%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-initial-containing-block%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-continuous-media", + "https://drafts.csswg.org/css-display-4/#ref-for-paged-media", + "https://drafts.csswg.org/css-display-4/#formatting-context", + "https://drafts.csswg.org/css-display-4/#ref-for-formatting-context%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-formatting-context%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-flex-formatting-context%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-flex-layout", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-formatting-context%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-formatting-context%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-ruby-container%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-ruby-formatting-context%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-formatting-context%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-ruby-base-container-box", + "https://drafts.csswg.org/css-display-4/#ref-for-independent-formatting-context%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-formatting-context%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-formatting-context%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-independent-formatting-context%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-inner-display-type%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-grid-container%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-grid-formatting-context%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-ruby-container%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-ruby-formatting-context%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-block-container%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-formatting-context%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A2%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#independent-formatting-context", + "https://drafts.csswg.org/css-display-4/#ref-for-formatting-context%E2%91%A8", + "https://drafts.csswg.org/css-display-4/#ref-for-formatting-context%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-display-4/#example-7e2994e7", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-formatting-context%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-formatting-context%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#example-bb8209a6", + "https://drafts.csswg.org/css-display-4/#ref-for-formatting-context%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-independent-formatting-context%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#establish-an-independent-formatting-context", + "https://drafts.csswg.org/css-display-4/#ref-for-out-of-flow", + "https://drafts.csswg.org/css-display-4/#ref-for-blockify%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-establish-an-independent-formatting-context", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-contain", + "https://drafts.csswg.org/css-display-4/#ref-for-establish-an-independent-formatting-context%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-scroll-container", + "https://drafts.csswg.org/css-display-4/#ref-for-establish-an-independent-formatting-context%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-subgrid", + "https://drafts.csswg.org/css-display-4/#ref-for-scroll-container%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-grid-container%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-block-box%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-establish-an-independent-formatting-context%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-establish-an-independent-formatting-context%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-independent-formatting-context%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-flex-container%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-box%E2%91%A8", + "https://drafts.csswg.org/css-display-4/#block-formatting-context", + "https://drafts.csswg.org/css-display-4/#inline-formatting-context", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-formatting-context%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-formatting-context%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-formatting-context%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/css-display-4/#block-layout", + "https://drafts.csswg.org/css-display-4/#ref-for-block-level-box%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#block-formatting-context-root", + "https://drafts.csswg.org/css-display-4/#ref-for-block-container%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#bfc", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A1%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context-root", + "https://drafts.csswg.org/css-display-4/#ref-for-block-container%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A1%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-block-box%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-block-level%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-block-formatting-context%E2%91%A1%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-formatting-context%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#out-of-flow", + "https://drafts.csswg.org/css-display-4/#in-flow", + "https://drafts.csswg.org/css-display-4/#ref-for-out-of-flow%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-absolute-position%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-position%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-in-flow", + "https://drafts.csswg.org/css-display-4/#ref-for-out-of-flow%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-formatting-context%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-out-of-flow%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#document-order", + "https://drafts.csswg.org/css-display-4/#unbox", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A2%E2%91%A8", + "https://drafts.csswg.org/css-display-4/#ref-for-the-img-element%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-the-input-element", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A3%E2%93%AA", + "https://drafts.csswg.org/css-display-4/#unbox-html", + "https://drafts.csswg.org/css-display-4/#ref-for-the-br-element", + "https://drafts.csswg.org/css-display-4/#ref-for-the-wbr-element", + "https://drafts.csswg.org/css-display-4/#ref-for-the-meter-element", + "https://drafts.csswg.org/css-display-4/#ref-for-the-progress-element", + "https://drafts.csswg.org/css-display-4/#ref-for-canvas", + "https://drafts.csswg.org/css-display-4/#ref-for-the-embed-element", + "https://drafts.csswg.org/css-display-4/#ref-for-the-object-element", + "https://drafts.csswg.org/css-display-4/#ref-for-audio", + "https://drafts.csswg.org/css-display-4/#ref-for-the-iframe-element", + "https://drafts.csswg.org/css-display-4/#ref-for-the-img-element%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-video", + "https://drafts.csswg.org/css-display-4/#ref-for-frame", + "https://drafts.csswg.org/css-display-4/#ref-for-frameset", + "https://drafts.csswg.org/css-display-4/#ref-for-the-input-element%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-the-textarea-element", + "https://drafts.csswg.org/css-display-4/#ref-for-the-select-element", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A3%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A3%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-the-legend-element%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-the-legend-element%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A3%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-rendered-legend", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A3%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-the-button-element", + "https://drafts.csswg.org/css-display-4/#ref-for-the-details-element", + "https://drafts.csswg.org/css-display-4/#ref-for-the-fieldset-element%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A3%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-principal-box%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A3%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#unbox-svg", + "https://drafts.csswg.org/css-display-4/#ref-for-elementdef-svg", + "https://drafts.csswg.org/css-display-4/#ref-for-elementdef-svg%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A3%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A3%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-container-element", + "https://drafts.csswg.org/css-display-4/#ref-for-TermRenderableElement", + "https://drafts.csswg.org/css-display-4/#ref-for-TermTextContentChildElement", + "https://drafts.csswg.org/css-display-4/#ref-for-elementdef-use", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A3%E2%91%A8", + "https://drafts.csswg.org/css-display-4/#ref-for-elementdef-use%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A4%E2%93%AA", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A4%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A4%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-elementdef-text", + "https://drafts.csswg.org/css-display-4/#ref-for-elementdef-text%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A4%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-elementdef-text%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-elementdef-tspan", + "https://drafts.csswg.org/css-display-4/#ref-for-elementdef-textPath", + "https://drafts.csswg.org/css-display-4/#ref-for-TermNonRenderedElement", + "https://drafts.csswg.org/css-display-4/#ref-for-elementdef-pattern", + "https://drafts.csswg.org/css-display-4/#ref-for-elementdef-symbol", + "https://drafts.csswg.org/css-display-4/#ref-for-TermRenderedElement", + "https://drafts.csswg.org/css-display-4/#ref-for-elementdef-svg%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A4%E2%91%A3", + "https://drafts.csswg.org/css-display-4/#ref-for-TermPresentationAttribute", + "https://drafts.csswg.org/css-display-4/#unbox-mathml", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A4%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A4%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#box-guidelines", + "https://drafts.csswg.org/css-display-4/#ref-for-blockify%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-inlinify%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-blockify%E2%91%A8", + "https://drafts.csswg.org/css-display-4/#ref-for-principal-box%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-blockify%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-level%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-blockify%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-anonymous%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-block-container%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-inlinify%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-block-level%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-inline-level%E2%91%A7", + "https://drafts.csswg.org/css-display-4/#ref-for-independent-formatting-context%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-establish-an-independent-formatting-context%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-independent-formatting-context%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#acknowledgments", + "https://drafts.csswg.org/css-display-4/#changes", + "https://drafts.csswg.org/css-display-4/#changes-2020", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-layout-order%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-reading-order%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#ref-for-longhand%E2%91%A2", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-order%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#priv", + "https://drafts.csswg.org/css-display-4/#sec", + "https://drafts.csswg.org/css-display-4/#w3c-conformance", + "https://drafts.csswg.org/css-display-4/#w3c-conventions", + "https://drafts.csswg.org/css-display-4/#w3c-example", + "https://drafts.csswg.org/css-display-4/#w3c-conformance-classes", + "https://drafts.csswg.org/css-display-4/#w3c-partial", + "https://drafts.csswg.org/css-display-4/#w3c-conform-future-proofing", + "https://drafts.csswg.org/css-display-4/#w3c-testing", + "https://drafts.csswg.org/css-display-4/#index", + "https://drafts.csswg.org/css-display-4/#index-defined-here", + "https://drafts.csswg.org/css-display-4/#index-defined-elsewhere", + "https://drafts.csswg.org/css-display-4/#term-for-propdef-align-content", + "https://drafts.csswg.org/css-display-4/#term-for-propdef-border", + "https://drafts.csswg.org/css-display-4/#term-for-box-box-edge", + "https://drafts.csswg.org/css-display-4/#term-for-fragment", + "https://drafts.csswg.org/css-display-4/#term-for-box-fragment", + "https://drafts.csswg.org/css-display-4/#term-for-fragmentation", + "https://drafts.csswg.org/css-display-4/#term-for-computed-value", + "https://drafts.csswg.org/css-display-4/#term-for-css-inheritance", + "https://drafts.csswg.org/css-display-4/#term-for-inherited-property", + "https://drafts.csswg.org/css-display-4/#term-for-longhand", + "https://drafts.csswg.org/css-display-4/#term-for-longhand%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#term-for-shorthand-property", + "https://drafts.csswg.org/css-display-4/#term-for-specified-value", + "https://drafts.csswg.org/css-display-4/#term-for-cascade", + "https://drafts.csswg.org/css-display-4/#term-for-propdef-contain", + "https://drafts.csswg.org/css-display-4/#term-for-flex-container", + "https://drafts.csswg.org/css-display-4/#term-for-flex-formatting-context", + "https://drafts.csswg.org/css-display-4/#term-for-flex-item", + "https://drafts.csswg.org/css-display-4/#term-for-flex-layout", + "https://drafts.csswg.org/css-display-4/#term-for-grid-container", + "https://drafts.csswg.org/css-display-4/#term-for-grid-formatting-context", + "https://drafts.csswg.org/css-display-4/#term-for-grid-item", + "https://drafts.csswg.org/css-display-4/#term-for-subgrid", + "https://drafts.csswg.org/css-display-4/#term-for-valdef-grid-template-rows-subgrid", + "https://drafts.csswg.org/css-display-4/#term-for-natural-dimensions", + "https://drafts.csswg.org/css-display-4/#term-for-root-inline-box", + "https://drafts.csswg.org/css-display-4/#term-for-overflow", + "https://drafts.csswg.org/css-display-4/#term-for-scroll-container", + "https://drafts.csswg.org/css-display-4/#term-for-absolute-position", + "https://drafts.csswg.org/css-display-4/#term-for-propdef-position", + "https://drafts.csswg.org/css-display-4/#term-for-selectordef-after", + "https://drafts.csswg.org/css-display-4/#term-for-selectordef-before", + "https://drafts.csswg.org/css-display-4/#term-for-selectordef-first-letter", + "https://drafts.csswg.org/css-display-4/#term-for-selectordef-marker", + "https://drafts.csswg.org/css-display-4/#term-for-first-formatted-line", + "https://drafts.csswg.org/css-display-4/#term-for-ruby-base-container-box", + "https://drafts.csswg.org/css-display-4/#term-for-ruby-container", + "https://drafts.csswg.org/css-display-4/#term-for-ruby-formatting-context", + "https://drafts.csswg.org/css-display-4/#term-for-propdef-box-sizing", + "https://drafts.csswg.org/css-display-4/#term-for-valdef-speak-always", + "https://drafts.csswg.org/css-display-4/#term-for-propdef-speak", + "https://drafts.csswg.org/css-display-4/#term-for-table-grid-box", + "https://drafts.csswg.org/css-display-4/#term-for-table-wrapper-box", + "https://drafts.csswg.org/css-display-4/#term-for-white-space", + "https://drafts.csswg.org/css-display-4/#term-for-propdef-pointer-events", + "https://drafts.csswg.org/css-display-4/#term-for-comb-all", + "https://drafts.csswg.org/css-display-4/#term-for-integer-value", + "https://drafts.csswg.org/css-display-4/#term-for-mult-opt", + "https://drafts.csswg.org/css-display-4/#term-for-css-wide-keywords", + "https://drafts.csswg.org/css-display-4/#term-for-comb-one", + "https://drafts.csswg.org/css-display-4/#term-for-comb-any", + "https://drafts.csswg.org/css-display-4/#term-for-propdef-list-style", + "https://drafts.csswg.org/css-display-4/#term-for-propdef-overflow", + "https://drafts.csswg.org/css-display-4/#term-for-dom-window-getcomputedstyle", + "https://drafts.csswg.org/css-display-4/#term-for-document-element", + "https://drafts.csswg.org/css-display-4/#term-for-concept-document-tree", + "https://drafts.csswg.org/css-display-4/#term-for-audio", + "https://drafts.csswg.org/css-display-4/#term-for-the-br-element", + "https://drafts.csswg.org/css-display-4/#term-for-the-button-element", + "https://drafts.csswg.org/css-display-4/#term-for-canvas", + "https://drafts.csswg.org/css-display-4/#term-for-the-details-element", + "https://drafts.csswg.org/css-display-4/#term-for-the-embed-element", + "https://drafts.csswg.org/css-display-4/#term-for-the-fieldset-element", + "https://drafts.csswg.org/css-display-4/#term-for-frame", + "https://drafts.csswg.org/css-display-4/#term-for-frameset", + "https://drafts.csswg.org/css-display-4/#term-for-the-html-element", + "https://drafts.csswg.org/css-display-4/#term-for-the-iframe-element", + "https://drafts.csswg.org/css-display-4/#term-for-the-img-element", + "https://drafts.csswg.org/css-display-4/#term-for-the-input-element", + "https://drafts.csswg.org/css-display-4/#term-for-the-legend-element", + "https://drafts.csswg.org/css-display-4/#term-for-the-meter-element", + "https://drafts.csswg.org/css-display-4/#term-for-the-object-element", + "https://drafts.csswg.org/css-display-4/#term-for-the-progress-element", + "https://drafts.csswg.org/css-display-4/#term-for-rendered-legend", + "https://drafts.csswg.org/css-display-4/#term-for-the-select-element", + "https://drafts.csswg.org/css-display-4/#term-for-attr-img-src", + "https://drafts.csswg.org/css-display-4/#term-for-the-summary-element", + "https://drafts.csswg.org/css-display-4/#term-for-the-textarea-element", + "https://drafts.csswg.org/css-display-4/#term-for-video", + "https://drafts.csswg.org/css-display-4/#term-for-the-wbr-element", + "https://drafts.csswg.org/css-display-4/#term-for-continuous-media", + "https://drafts.csswg.org/css-display-4/#term-for-media-query", + "https://drafts.csswg.org/css-display-4/#term-for-paged-media", + "https://drafts.csswg.org/css-display-4/#term-for-document-language", + "https://drafts.csswg.org/css-display-4/#term-for-pseudo-element", + "https://drafts.csswg.org/css-display-4/#term-for-TermCanvas", + "https://drafts.csswg.org/css-display-4/#term-for-container-element", + "https://drafts.csswg.org/css-display-4/#term-for-TermNonRenderedElement", + "https://drafts.csswg.org/css-display-4/#term-for-elementdef-pattern", + "https://drafts.csswg.org/css-display-4/#term-for-TermPresentationAttribute", + "https://drafts.csswg.org/css-display-4/#term-for-TermRenderableElement", + "https://drafts.csswg.org/css-display-4/#term-for-TermRenderedElement", + "https://drafts.csswg.org/css-display-4/#term-for-elementdef-svg", + "https://drafts.csswg.org/css-display-4/#term-for-elementdef-symbol", + "https://drafts.csswg.org/css-display-4/#term-for-elementdef-text", + "https://drafts.csswg.org/css-display-4/#term-for-TermTextContentChildElement", + "https://drafts.csswg.org/css-display-4/#term-for-elementdef-textPath", + "https://drafts.csswg.org/css-display-4/#term-for-elementdef-tspan", + "https://drafts.csswg.org/css-display-4/#term-for-elementdef-use", + "https://drafts.csswg.org/css-display-4/#references", + "https://drafts.csswg.org/css-display-4/#normative", + "https://drafts.csswg.org/css-display-4/#biblio-css-align-3", + "https://drafts.csswg.org/css-display-4/#biblio-css-backgrounds-3", + "https://drafts.csswg.org/css-display-4/#biblio-css-box-4", + "https://drafts.csswg.org/css-display-4/#biblio-css-break-3", + "https://drafts.csswg.org/css-display-4/#biblio-css-break-4", + "https://drafts.csswg.org/css-display-4/#biblio-css-cascade-3", + "https://drafts.csswg.org/css-display-4/#biblio-css-cascade-5", + "https://drafts.csswg.org/css-display-4/#biblio-css-cascade-6", + "https://drafts.csswg.org/css-display-4/#biblio-css-contain-2", + "https://drafts.csswg.org/css-display-4/#biblio-css-flexbox-1", + "https://drafts.csswg.org/css-display-4/#biblio-css-grid-1", + "https://drafts.csswg.org/css-display-4/#biblio-css-grid-2", + "https://drafts.csswg.org/css-display-4/#biblio-css-images-3", + "https://drafts.csswg.org/css-display-4/#biblio-css-inline-3", + "https://drafts.csswg.org/css-display-4/#biblio-css-overflow-3", + "https://drafts.csswg.org/css-display-4/#biblio-css-page-3", + "https://drafts.csswg.org/css-display-4/#biblio-css-position-3", + "https://drafts.csswg.org/css-display-4/#biblio-css-pseudo-4", + "https://drafts.csswg.org/css-display-4/#biblio-css-ruby-1", + "https://drafts.csswg.org/css-display-4/#biblio-css-speech-1", + "https://drafts.csswg.org/css-display-4/#biblio-css-tables-3", + "https://drafts.csswg.org/css-display-4/#biblio-css-text-4", + "https://drafts.csswg.org/css-display-4/#biblio-css-ui-4", + "https://drafts.csswg.org/css-display-4/#biblio-css-values-3", + "https://drafts.csswg.org/css-display-4/#biblio-css-values-4", + "https://drafts.csswg.org/css-display-4/#biblio-css-writing-modes-3", + "https://drafts.csswg.org/css-display-4/#biblio-css2", + "https://drafts.csswg.org/css-display-4/#biblio-cssom", + "https://drafts.csswg.org/css-display-4/#biblio-dom", + "https://drafts.csswg.org/css-display-4/#biblio-html", + "https://drafts.csswg.org/css-display-4/#biblio-mediaqueries-5", + "https://drafts.csswg.org/css-display-4/#biblio-rfc2119", + "https://drafts.csswg.org/css-display-4/#biblio-selectors-4", + "https://drafts.csswg.org/css-display-4/#biblio-svg2", + "https://drafts.csswg.org/css-display-4/#informative", + "https://drafts.csswg.org/css-display-4/#biblio-css-sizing-3", + "https://drafts.csswg.org/css-display-4/#biblio-css3-exclusions", + "https://drafts.csswg.org/css-display-4/#property-index", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-display%E2%91%A4%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-layout-order%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-order%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-reading-order%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-display-4/#ref-for-propdef-visibility%E2%91%A4", + "https://drafts.csswg.org/css-display-4/#issues-index", + "https://drafts.csswg.org/css-display-4/#generator" + ] +} \ No newline at end of file diff --git a/tr/ids/css-forms-1.json b/tr/ids/css-forms-1.json new file mode 100644 index 000000000000..51199d2af98e --- /dev/null +++ b/tr/ids/css-forms-1.json @@ -0,0 +1,46 @@ +{ + "spec": { + "title": "CSS Form Styling Module Level 1", + "url": "https://drafts.csswg.org/css-forms-1/" + }, + "ids": [ + "https://drafts.csswg.org/css-forms-1/#toc-nav", + "https://drafts.csswg.org/css-forms-1/#toc-jump", + "https://drafts.csswg.org/css-forms-1/#toc-toggle", + "https://drafts.csswg.org/css-forms-1/#title", + "https://drafts.csswg.org/css-forms-1/#profile-and-date", + "https://drafts.csswg.org/css-forms-1/#abstract", + "https://drafts.csswg.org/css-forms-1/#toc", + "https://drafts.csswg.org/css-forms-1/#contents", + "https://drafts.csswg.org/css-forms-1/#ideas", + "https://drafts.csswg.org/css-forms-1/#prototypes", + "https://drafts.csswg.org/css-forms-1/#example-49aab0f4", + "https://drafts.csswg.org/css-forms-1/#example-d1429ec1", + "https://drafts.csswg.org/css-forms-1/#inverse-system", + "https://drafts.csswg.org/css-forms-1/#misc", + "https://drafts.csswg.org/css-forms-1/#issue-a3623f3f", + "https://drafts.csswg.org/css-forms-1/#issue-92ff518c", + "https://drafts.csswg.org/css-forms-1/#select-dropdown", + "https://drafts.csswg.org/css-forms-1/#ref-for-propdef-color", + "https://drafts.csswg.org/css-forms-1/#ref-for-propdef-background", + "https://drafts.csswg.org/css-forms-1/#ref-for-the-option-element", + "https://drafts.csswg.org/css-forms-1/#examples", + "https://drafts.csswg.org/css-forms-1/#time-examples", + "https://drafts.csswg.org/css-forms-1/#date-examples", + "https://drafts.csswg.org/css-forms-1/#conformance", + "https://drafts.csswg.org/css-forms-1/#example-example", + "https://drafts.csswg.org/css-forms-1/#index", + "https://drafts.csswg.org/css-forms-1/#index-defined-elsewhere", + "https://drafts.csswg.org/css-forms-1/#term-for-propdef-background", + "https://drafts.csswg.org/css-forms-1/#term-for-propdef-color", + "https://drafts.csswg.org/css-forms-1/#term-for-the-option-element", + "https://drafts.csswg.org/css-forms-1/#references", + "https://drafts.csswg.org/css-forms-1/#normative", + "https://drafts.csswg.org/css-forms-1/#biblio-css-backgrounds-3", + "https://drafts.csswg.org/css-forms-1/#biblio-css-color-4", + "https://drafts.csswg.org/css-forms-1/#biblio-html", + "https://drafts.csswg.org/css-forms-1/#biblio-rfc2119", + "https://drafts.csswg.org/css-forms-1/#issues-index", + "https://drafts.csswg.org/css-forms-1/#generator" + ] +} \ No newline at end of file diff --git a/tr/ids/css-grid-1.json b/tr/ids/css-grid-1.json new file mode 100644 index 000000000000..231679b25cb1 --- /dev/null +++ b/tr/ids/css-grid-1.json @@ -0,0 +1,2754 @@ +{ + "spec": { + "title": "CSS Grid Layout Module Level 1", + "url": "https://www.w3.org/TR/css-grid-1/" + }, + "ids": [ + "https://www.w3.org/TR/css-grid-1/#toc-nav", + "https://www.w3.org/TR/css-grid-1/#toc-jump", + "https://www.w3.org/TR/css-grid-1/#toc-toggle", + "https://www.w3.org/TR/css-grid-1/#title", + "https://www.w3.org/TR/css-grid-1/#annotation_root_", + "https://www.w3.org/TR/css-grid-1/#subtitle", + "https://www.w3.org/TR/css-grid-1/#abstract", + "https://www.w3.org/TR/css-grid-1/#status", + "https://www.w3.org/TR/css-grid-1/#w3c_process_revision", + "https://www.w3.org/TR/css-grid-1/#toc", + "https://www.w3.org/TR/css-grid-1/#contents", + "https://www.w3.org/TR/css-grid-1/#issue-436134ac", + "https://www.w3.org/TR/css-grid-1/#intro", + "https://www.w3.org/TR/css-grid-1/#background", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area", + "https://www.w3.org/TR/css-grid-1/#adapting-to-available-space", + "https://www.w3.org/TR/css-grid-1/#example-1d4671e1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#source-independence", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#example-dcdb8379", + "https://www.w3.org/TR/css-grid-1/#values", + "https://www.w3.org/TR/css-grid-1/#ref-for-css-wide-keywords", + "https://www.w3.org/TR/css-grid-1/#overview", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-gutter", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-flex-container", + "https://www.w3.org/TR/css-grid-1/#overview-grid", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-row", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-column", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid", + "https://www.w3.org/TR/css-grid-1/#example-a38d084b", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-flex-fr", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-flex-fr%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#overview-placement", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-flex-item", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-property", + "https://www.w3.org/TR/css-grid-1/#ref-for-auto-placement", + "https://www.w3.org/TR/css-grid-1/#example-9f280f0c", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-area", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-start", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-end", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-start", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-end", + "https://www.w3.org/TR/css-grid-1/#overview-sizing", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-align-content", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-justify-content", + "https://www.w3.org/TR/css-grid-1/#example-9dc6ef08", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-box-alignment-properties", + "https://www.w3.org/TR/css-grid-1/#grid-concepts", + "https://www.w3.org/TR/css-grid-1/#grid-layout", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#grid", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#grid-column", + "https://www.w3.org/TR/css-grid-1/#grid-row", + "https://www.w3.org/TR/css-grid-1/#grid-line-concept", + "https://www.w3.org/TR/css-grid-1/#grid-line", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#example-38bc117e", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#grid-track-concept", + "https://www.w3.org/TR/css-grid-1/#grid-track", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-column%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-row%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#grid-cell", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#example-1c5d4651", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#grid-area-concept", + "https://www.w3.org/TR/css-grid-1/#grid-area", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-cell", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#example-99cb9712", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-intrinsic-sizing-function", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#order-accessibility", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-order", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-order%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-property%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#example-2ba38430", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-align-self-stretch", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-order%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-property%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#example-29a4cd08", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-property%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-property%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-property%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#grid-model", + "https://www.w3.org/TR/css-grid-1/#grid-containers", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-display-grid", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-display-inline-grid", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-display", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-display%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one", + "https://www.w3.org/TR/css-grid-1/#valdef-display-grid", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-block-level", + "https://www.w3.org/TR/css-grid-1/#ref-for-flow-layout", + "https://www.w3.org/TR/css-grid-1/#valdef-display-inline-grid", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-inline-level", + "https://www.w3.org/TR/css-grid-1/#ref-for-flow-layout%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#grid-container", + "https://www.w3.org/TR/css-grid-1/#ref-for-independent-formatting-context", + "https://www.w3.org/TR/css-grid-1/#grid-formatting-context", + "https://www.w3.org/TR/css-grid-1/#ref-for-block-formatting-context", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-float", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-clear", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-float%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-display%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-vertical-align", + "https://www.w3.org/TR/css-grid-1/#ref-for-selectordef-first-line", + "https://www.w3.org/TR/css-grid-1/#ref-for-selectordef-first-letter", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-display%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-display-inline-grid%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-display%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-display-grid%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-display-inline-grid%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-display-grid%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#intrinsic-sizes", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-block-level%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-block-formatting-context%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-block-box", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-auto", + "https://www.w3.org/TR/css-grid-1/#ref-for-inline-size", + "https://www.w3.org/TR/css-grid-1/#ref-for-inline-formatting-context", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-block-size", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-content", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-content-constraint", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-constraint", + "https://www.w3.org/TR/css-grid-1/#overflow", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-overflow", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-scrollable-overflow-region", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-scroll-container", + "https://www.w3.org/TR/css-grid-1/#ref-for-scrollable-overflow-rectangle", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-place-content", + "https://www.w3.org/TR/css-grid-1/#overlarge-grids", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid", + "https://www.w3.org/TR/css-grid-1/#ref-for-clamp-a-grid-area", + "https://www.w3.org/TR/css-grid-1/#clamp-a-grid-area", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-span", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#example-39312220", + "https://www.w3.org/TR/css-grid-1/#grid-items", + "https://www.w3.org/TR/css-grid-1/#grid-item", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-text-run", + "https://www.w3.org/TR/css-grid-1/#ref-for-anonymous", + "https://www.w3.org/TR/css-grid-1/#ref-for-block-container", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-text-run%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-white-space", + "https://www.w3.org/TR/css-grid-1/#ref-for-text-nodes", + "https://www.w3.org/TR/css-grid-1/#example-4842bdfd", + "https://www.w3.org/TR/css-grid-1/#grid-item-display", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-establish-an-independent-formatting-context", + "https://www.w3.org/TR/css-grid-1/#grid-level", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-formatting-context", + "https://www.w3.org/TR/css-grid-1/#ref-for-computed-value", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-display%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-display-grid%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-display-inline-grid%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-display%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-blockify", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-display%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-display-grid%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-display-inline-grid%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-replaced-element", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-display%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-display%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-display%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-display%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#grid-item-sizing", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-automatic-size", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-align-self-normal", + "https://www.w3.org/TR/css-grid-1/#ref-for-replaced-element%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-natural-size", + "https://www.w3.org/TR/css-grid-1/#ref-for-preferred-aspect-ratio", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-align-self", + "https://www.w3.org/TR/css-grid-1/#ref-for-preferred-aspect-ratio%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-block-level-box", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-align-self-stretch%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-align-self-stretch%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-inline-size%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-preferred-aspect-ratio%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-align-self-normal%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-natural-size%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-align-self-stretch%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-self-position-start", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-self-position-center", + "https://www.w3.org/TR/css-grid-1/#ref-for-natural-size%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-width-auto", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-min-width", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-min-height", + "https://www.w3.org/TR/css-grid-1/#ref-for-flex-item%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#order-property", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-order%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-order%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-order%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#item-margins", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-block-box%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-inline-size%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-containing-block", + "https://www.w3.org/TR/css-grid-1/#ref-for-containing-block%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-writing-mode", + "https://www.w3.org/TR/css-grid-1/#z-order", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-z-index", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-order-modified-document-order", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-z-index%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-z-index-auto", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-position", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-position-static", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-position%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-position-relative", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-z-index%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#example-ae2f6ea5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-z-index%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#min-size-auto", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-width", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-automatic-minimum-size", + "https://www.w3.org/TR/css-grid-1/#ref-for-content-based-minimum-size", + "https://www.w3.org/TR/css-grid-1/#ref-for-scroll-container%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-tracks", + "https://www.w3.org/TR/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#content-based-minimum-size", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-specified-size-suggestion", + "https://www.w3.org/TR/css-grid-1/#ref-for-transferred-size-suggestion", + "https://www.w3.org/TR/css-grid-1/#ref-for-content-size-suggestion", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-fixed-sizing-function", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function", + "https://www.w3.org/TR/css-grid-1/#ref-for-specified-size-suggestion%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-content-size-suggestion%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-transferred-size-suggestion%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-stretch-fit", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-gutter%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-width", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content", + "https://www.w3.org/TR/css-grid-1/#ref-for-content-based-minimum-size%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-content-size-suggestion%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-specified-size-suggestion%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-transferred-size-suggestion%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-content-based-minimum-size%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#specified-size-suggestion", + "https://www.w3.org/TR/css-grid-1/#ref-for-preferred-size", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite", + "https://www.w3.org/TR/css-grid-1/#ref-for-specified-size-suggestion%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#transferred-size-suggestion", + "https://www.w3.org/TR/css-grid-1/#ref-for-preferred-aspect-ratio%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-preferred-size%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-transferred-size-suggestion%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-width%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-width%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#content-size-suggestion", + "https://www.w3.org/TR/css-grid-1/#ref-for-content-size-suggestion%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-preferred-aspect-ratio%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-width%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-width%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-content-based-minimum-size%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-width", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-behave-as-auto", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-min-content", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content", + "https://www.w3.org/TR/css-grid-1/#min-size-opt", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-min-width%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#grid-definition", + "https://www.w3.org/TR/css-grid-1/#explicit-grids", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#explicit-grid", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#explicit-grid-track", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-rows", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-columns", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-rows%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-columns%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-property%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-start", + "https://www.w3.org/TR/css-grid-1/#ref-for-start%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-end", + "https://www.w3.org/TR/css-grid-1/#ref-for-end%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template", + "https://www.w3.org/TR/css-grid-1/#ref-for-shorthand-property", + "https://www.w3.org/TR/css-grid-1/#explicit-grid-properties", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#track-sizing", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#propdef-grid-template-columns", + "https://www.w3.org/TR/css-grid-1/#propdef-grid-template-rows", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-track-list", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-auto-track-list", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-rows-none", + "https://www.w3.org/TR/css-grid-1/#ref-for-computed-track-list", + "https://www.w3.org/TR/css-grid-1/#ref-for-computed-track-list%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#track-list", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-rows-track-sizing-function", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-track-list", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-track-list%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-rows-none", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-rows%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-columns%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#track-listing", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-track-list%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-auto-track-list%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-track-list%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-rows-track-sizing-function%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#grid-template-rows-track-sizing-function", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-minmax", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-track-list%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#typedef-track-list", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-line-names", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-opt", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-track-size", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-track-repeat", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-one-plus", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-line-names%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-opt%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#typedef-auto-track-list", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-line-names%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-opt%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-fixed-size", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-fixed-repeat", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-zero-plus", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-line-names%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-opt%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-auto-repeat", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-line-names%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-opt%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-fixed-size%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-fixed-repeat%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-zero-plus%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-line-names%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-opt%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#typedef-explicit-track-list", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-line-names%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-opt%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-track-size%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-one-plus%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-line-names%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-opt%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#typedef-track-size", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-track-breadth", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-inflexible-breadth", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-comma", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-track-breadth%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-length-percentage", + "https://www.w3.org/TR/css-grid-1/#typedef-fixed-size", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-fixed-breadth", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-fixed-breadth%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-comma%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-track-breadth%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-inflexible-breadth%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-comma%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-fixed-breadth%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#typedef-track-breadth", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-length-percentage%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-flex", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#typedef-inflexible-breadth", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-length-percentage%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#typedef-fixed-breadth", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-length-percentage%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#typedef-line-names", + "https://www.w3.org/TR/css-grid-1/#ref-for-identifier-value", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-zero-plus%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#track-sizes", + "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-columns-length-percentage", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-length-percentage%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-percentage-value", + "https://www.w3.org/TR/css-grid-1/#ref-for-inner-size", + "https://www.w3.org/TR/css-grid-1/#ref-for-inline-size%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-inner-size%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-block-size%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-percentage-value%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-width-auto%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-columns-flex", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-flex%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-flex-fr%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#grid-template-columns-flex-factor", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-flex%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-columns-flex-factor", + "https://www.w3.org/TR/css-grid-1/#ref-for-leftover-space", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-columns-flex-factor%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-leftover-space%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-minmax%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-flex%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-columns-minmax", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-flex%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-columns-flex-factor%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-flex%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-track-sizing-algorithm", + "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-columns-auto", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-content-contribution", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-align-content%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-justify-content%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-width%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-min-width%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-min-height%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-minmax%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-columns-max-content", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-content-contribution%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-columns-min-content", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-contribution", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-columns-fit-content", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-length-percentage%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-rows-track-sizing-function%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#example-6651406f", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-free-space", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-free-space%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-flex%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#example-337b574e", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-row-gap", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-column-gap", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-justify-content%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-align-content%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#named-lines", + "https://www.w3.org/TR/css-grid-1/#ref-for-identifier-value%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#line-name", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-property%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-line-name", + "https://www.w3.org/TR/css-grid-1/#explicitly-assigned-line-name", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicitly-assigned-line-name", + "https://www.w3.org/TR/css-grid-1/#ref-for-named-grid-area", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#example-1cbfee50", + "https://www.w3.org/TR/css-grid-1/#ref-for-line-name%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-identifier-value%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-line-names%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#repeat-notation", + "https://www.w3.org/TR/css-grid-1/#ref-for-funcdef-repeat", + "https://www.w3.org/TR/css-grid-1/#funcdef-repeat", + "https://www.w3.org/TR/css-grid-1/#ref-for-track-list%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#example-e3dc5d22", + "https://www.w3.org/TR/css-grid-1/#repeat-syntax", + "https://www.w3.org/TR/css-grid-1/#ref-for-funcdef-repeat%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-funcdef-repeat%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-integer-value", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-comma%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-track-list%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-track-list%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-funcdef-repeat%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-repeat-auto-fill", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-repeat-auto-fit", + "https://www.w3.org/TR/css-grid-1/#ref-for-intrinsic-sizing-function%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-sizing-function", + "https://www.w3.org/TR/css-grid-1/#ref-for-funcdef-repeat%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#typedef-track-repeat", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-track-repeat%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-integer-value%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-comma%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-line-names%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-opt%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-track-size%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-one-plus%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-line-names%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-opt%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#typedef-auto-repeat", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-auto-repeat%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-comma%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-line-names%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-opt%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-fixed-size%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-one-plus%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-line-names%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-opt%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#typedef-fixed-repeat", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-fixed-repeat%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-integer-value%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-comma%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-line-names%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-opt%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-fixed-size%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-one-plus%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-line-names%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-opt%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-track-repeat%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-track-size%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-auto-repeat%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-track-list%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-track-list%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-fixed-repeat%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-funcdef-repeat%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-line-names%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#auto-repeat", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-repeat-auto-fill%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-repeat-auto-fit%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#valdef-repeat-auto-fill", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-content-box", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-gap", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-track-list%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#example-5bb26bd3", + "https://www.w3.org/TR/css-grid-1/#valdef-repeat-auto-fit", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-repeat-auto-fill%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-collapsed-track", + "https://www.w3.org/TR/css-grid-1/#ref-for-collapsed-track%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#collapsed-track", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-rows-track-sizing-function%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-gutter%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-distributed-alignment", + "https://www.w3.org/TR/css-grid-1/#ref-for-collapsed-gutter", + "https://www.w3.org/TR/css-grid-1/#repeat-interpolation", + "https://www.w3.org/TR/css-grid-1/#ref-for-funcdef-repeat%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-funcdef-repeat%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-computed-track-list%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-by-computed-value", + "https://www.w3.org/TR/css-grid-1/#ref-for-discrete", + "https://www.w3.org/TR/css-grid-1/#fr-unit", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-flex-fr%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#flexible-length", + "https://www.w3.org/TR/css-grid-1/#typedef-flex", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-flex%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#valdef-flex-fr", + "https://www.w3.org/TR/css-grid-1/#ref-for-leftover-space%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-flex-fr%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#flexible-tracks", + "https://www.w3.org/TR/css-grid-1/#ref-for-leftover-space%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-flex-item%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-flex-container%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-leftover-space%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-rows-track-sizing-function%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-leftover-space%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-columns-flex-factor%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-leftover-space%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-columns-flex-factor%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-flex%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-flex%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-flex-fr%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-indefinite", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-columns-flex-factor%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#flex-fraction", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-columns-flex-factor%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-length-value", + "https://www.w3.org/TR/css-grid-1/#ref-for-length-value%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-percentage-value%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-funcdef-calc", + "https://www.w3.org/TR/css-grid-1/#computed-tracks", + "https://www.w3.org/TR/css-grid-1/#computed-track-list", + "https://www.w3.org/TR/css-grid-1/#ref-for-list", + "https://www.w3.org/TR/css-grid-1/#ref-for-line-name-set", + "https://www.w3.org/TR/css-grid-1/#ref-for-track-section", + "https://www.w3.org/TR/css-grid-1/#ref-for-line-name-set%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#line-name-set", + "https://www.w3.org/TR/css-grid-1/#ref-for-ordered-set", + "https://www.w3.org/TR/css-grid-1/#track-section", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-minmax%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-length-percentage%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-funcdef-repeat%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-integer-value%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-track-list%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-computed-track-list%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#resolved-track-list", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-resolved-value-special-case-property", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-used-value", + "https://www.w3.org/TR/css-grid-1/#ref-for-funcdef-repeat%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#issue-cccd0e19", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-display%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-computed-value%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#example-d3b634e7", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#issue-e2bc4d57", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-property%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#grid-template-areas-property", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#propdef-grid-template-areas", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-string-value", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-one-plus%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-areas-none", + "https://www.w3.org/TR/css-grid-1/#named-grid-area", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-property%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-areas-none", + "https://www.w3.org/TR/css-grid-1/#ref-for-named-grid-area%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-rows%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-columns%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-areas-string", + "https://www.w3.org/TR/css-grid-1/#ref-for-string-value%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-name-code-point", + "https://www.w3.org/TR/css-grid-1/#grid-template-areas-named-cell-token", + "https://www.w3.org/TR/css-grid-1/#grid-template-areas-null-cell-token", + "https://www.w3.org/TR/css-grid-1/#ref-for-whitespace", + "https://www.w3.org/TR/css-grid-1/#grid-template-areas-trash-token", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-ident", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-areas-null-cell-token", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-areas-named-cell-token", + "https://www.w3.org/TR/css-grid-1/#ref-for-named-grid-area%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-areas-named-cell-token%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-named-grid-area%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-cell%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-areas-trash-token", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-areas-named-cell-token%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-areas-null-cell-token%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-named-grid-area%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-cell%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#example-9f77ebf7", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-named-grid-area%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#serialize-template", + "https://www.w3.org/TR/css-grid-1/#ref-for-specified-value", + "https://www.w3.org/TR/css-grid-1/#ref-for-computed-value%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-string-value%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-areas-null-cell-token%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#implicit-named-lines", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#implicitly-assigned-line-name", + "https://www.w3.org/TR/css-grid-1/#ref-for-named-grid-area%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-named-grid-area%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicitly-assigned-line-name%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-named-grid-area%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-named-grid-area%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicitly-assigned-line-name%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-line-name%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicitly-assigned-line-name", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicitly-assigned-line-name%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#implicit-named-areas", + "https://www.w3.org/TR/css-grid-1/#ref-for-named-grid-area%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicitly-assigned-line-name%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-named-grid-area%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#implicitly-named-area", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#explicit-grid-shorthand", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#propdef-grid-template", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-line-names%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-opt%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-string-value%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-track-size%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-opt%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-line-names%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-opt%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-one-plus%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-explicit-track-list", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-opt%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-shorthand-property%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-none", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-rows-none%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#grid-template-rowcol", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-areas-none%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#example-25dd92dd", + "https://www.w3.org/TR/css-grid-1/#grid-template-ascii", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-line-names%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-string-value%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-track-size%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-line-names%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-explicit-track-list%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-track-size%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-rows-none%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#example-e7e1afc0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicitly-assigned-line-name%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-named-grid-area%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-funcdef-repeat%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#implicit-grids", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#implicit-grid-track", + "https://www.w3.org/TR/css-grid-1/#implicit-grid-lines", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#implicit-grid", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-rows%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-columns%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid-track", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid-track", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-flow", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid-track%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-shorthand-property%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#implicit-grid-properties", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-flow%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-rows%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-columns%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid-properties", + "https://www.w3.org/TR/css-grid-1/#auto-tracks", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-rows%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-columns%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#propdef-grid-auto-columns", + "https://www.w3.org/TR/css-grid-1/#propdef-grid-auto-rows", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-track-size%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-one-plus%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-columns%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-rows%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid-track%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid-track%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item-placement-algorithm", + "https://www.w3.org/TR/css-grid-1/#example-b32ffb8f", + "https://www.w3.org/TR/css-grid-1/#grid-auto-flow-property", + "https://www.w3.org/TR/css-grid-1/#auto-placement", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-flow%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#propdef-grid-auto-flow", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-any", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item-placement-algorithm%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-flow%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item-placement-algorithm%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#valdef-grid-auto-flow-row", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item-placement-algorithm%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-auto-flow-row", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-auto-flow-column", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-auto-flow-row%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#valdef-grid-auto-flow-column", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item-placement-algorithm%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#valdef-grid-auto-flow-dense", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item-placement-algorithm%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-order-modified-document-order%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#example-cd19a8c5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-flow%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-auto-flow-row%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#grid-shorthand", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#propdef-grid", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-all", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-opt%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-columns%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-opt%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-all%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-opt%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-rows%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-opt%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-shorthand-property%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid-properties%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid-properties", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-rows%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-columns%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-flow%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-gutter%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#grid-s-auto-row", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-columns%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#grid-s-auto-column", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-rows%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-rows-none%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-rows%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-columns%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-flow%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-auto-flow-row%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-auto-flow-column%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-auto-flow-dense", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-longhand", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-shorthand-property%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#example-dec34e0f", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#placement", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-cell%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-containing-block%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-justify-self", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-align-self%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#grid-placement", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-position", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-span%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#grid-position", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-position%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#definite-grid-position", + "https://www.w3.org/TR/css-grid-1/#automatic-grid-position", + "https://www.w3.org/TR/css-grid-1/#ref-for-auto-placement%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#grid-span", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-span%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#definite-grid-span", + "https://www.w3.org/TR/css-grid-1/#grid-placement-property", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-area%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#common-uses", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#grid-property-breakdown", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-area%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#common-uses-named-areas", + "https://www.w3.org/TR/css-grid-1/#ref-for-named-grid-area%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-area%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#example-a024ab3a", + "https://www.w3.org/TR/css-grid-1/#ref-for-named-grid-area%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#example-676a9f77", + "https://www.w3.org/TR/css-grid-1/#common-uses-numeric", + "https://www.w3.org/TR/css-grid-1/#example-85154965", + "https://www.w3.org/TR/css-grid-1/#example-a58ad9ce", + "https://www.w3.org/TR/css-grid-1/#ref-for-writing-mode%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#common-uses-named-lines", + "https://www.w3.org/TR/css-grid-1/#ref-for-line-name%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#example-9c11bd3f", + "https://www.w3.org/TR/css-grid-1/#ref-for-named-grid-area%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-line-name%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-named-grid-area%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#example-ca2f749c", + "https://www.w3.org/TR/css-grid-1/#common-uses-auto-placement", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-cell%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#example-b79de521", + "https://www.w3.org/TR/css-grid-1/#example-f32a97df", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item-placement-algorithm%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-flow%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item-placement-algorithm%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-auto-flow-dense%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-flow%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#placement-a11y", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-media-query", + "https://www.w3.org/TR/css-grid-1/#line-placement", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#propdef-grid-row-start", + "https://www.w3.org/TR/css-grid-1/#propdef-grid-column-start", + "https://www.w3.org/TR/css-grid-1/#propdef-grid-row-end", + "https://www.w3.org/TR/css-grid-1/#propdef-grid-column-end", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-grid-row-start-grid-line", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#typedef-grid-row-start-grid-line", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-identifier-value%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-integer-value%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-all%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-identifier-value%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-opt%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-one%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-all%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-integer-value%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-comb-any%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-identifier-value%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-inline-start", + "https://www.w3.org/TR/css-grid-1/#ref-for-block-start", + "https://www.w3.org/TR/css-grid-1/#ref-for-inline-end", + "https://www.w3.org/TR/css-grid-1/#ref-for-block-end", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#grid-placement-slot", + "https://www.w3.org/TR/css-grid-1/#ref-for-identifier-value%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-named-grid-area%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-line-name%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-identifier-value%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-identifier-value%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-named-grid-area%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicitly-assigned-line-name%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-named-grid-area%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-identifier-value%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#grid-placement-int", + "https://www.w3.org/TR/css-grid-1/#ref-for-integer-value%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid-lines", + "https://www.w3.org/TR/css-grid-1/#ref-for-integer-value%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#grid-placement-span-int", + "https://www.w3.org/TR/css-grid-1/#ref-for-integer-value%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-span%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid-lines%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#example-4e2ea185", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-integer-value%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#grid-placement-auto", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-auto-placement%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#example-5d302887", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#grid-placement-errors", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-start%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-end%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-start%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-end%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-end%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-end%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#placement-shorthands", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-area%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#propdef-grid-row", + "https://www.w3.org/TR/css-grid-1/#propdef-grid-column", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-opt%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#propdef-grid-area", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-mult-num-range", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-area%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-shorthand-property%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-auto%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-margin", + "https://www.w3.org/TR/css-grid-1/#auto-placement-algo", + "https://www.w3.org/TR/css-grid-1/#grid-item-placement-algorithm", + "https://www.w3.org/TR/css-grid-1/#ref-for-automatic-grid-position", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite-grid-position", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-span%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-cell%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#occupied", + "https://www.w3.org/TR/css-grid-1/#unoccupied", + "https://www.w3.org/TR/css-grid-1/#ref-for-occupied", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A6%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite-grid-position%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-unoccupied", + "https://www.w3.org/TR/css-grid-1/#ref-for-occupied%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-unoccupied%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-flow%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-auto-flow-row%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-auto-flow-column%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item-placement-algorithm%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-order-modified-document-order%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite-grid-position%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite-grid-position%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-order-modified-document-order%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-occupied%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-auto-flow-dense%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-occupied%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite-grid-position%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-span%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite-grid-position%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-span%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#example-236efe03", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#auto-placement-cursor", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-auto-placement-cursor", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-flow%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A7%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-order-modified-document-order%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite-grid-position%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-auto-placement-cursor%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-auto-placement-cursor%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-auto-placement-cursor%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A7%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-occupied%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-auto-placement-cursor%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-automatic-grid-position%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-auto-placement-cursor%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-occupied%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-auto-placement-cursor%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-auto-placement-cursor%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-auto-placement-cursor%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-auto-flow-dense%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A7%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-order-modified-document-order%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite-grid-position%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-auto-placement-cursor%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A7%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-occupied%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-auto-placement-cursor%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-automatic-grid-position%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-auto-placement-cursor%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-occupied%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-auto-placement-cursor%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-auto-placement-cursor%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-auto-placement-cursor%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#abspos", + "https://www.w3.org/TR/css-grid-1/#abspos-items", + "https://www.w3.org/TR/css-grid-1/#ref-for-containing-block%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-top", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-right", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-bottom", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-left", + "https://www.w3.org/TR/css-grid-1/#ref-for-containing-block%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#example-ff8d888d", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-containing-block%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-containing-block%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-flow-relative", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-left%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-right%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-top%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-bottom%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-physical", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-direction", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-writing-mode", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#augmented-grid", + "https://www.w3.org/TR/css-grid-1/#ref-for-containing-block%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-block-container%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-auto%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid-lines%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-span%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#static-position", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A7%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-containing-block%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-justify-self%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-align-self%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#alignment", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A7%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A7%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-margin%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A7%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-box-alignment-properties%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A8%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-justify-self%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-align-self%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-justify-self-stretch", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A8%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#gutters", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-row-gap%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-column-gap%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-gap%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-row-gap%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-column-gap%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-gap%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-gutter%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-row%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-column%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-gutter%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-gutter%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A8%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-justify-content%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-align-content%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-gutter%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-fragment", + "https://www.w3.org/TR/css-grid-1/#ref-for-gutter%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-gutter%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-gutter%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-augmented-grid", + "https://www.w3.org/TR/css-grid-1/#ref-for-collapsed-track%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#collapsed-gutter", + "https://www.w3.org/TR/css-grid-1/#ref-for-collapsed-track%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-collapsed-track%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#auto-margins", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A8%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-box-alignment-properties%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-box-alignment-properties%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#row-align", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-justify-self%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-justify-items", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A8%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-justify-self%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A8%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-justify-items%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#example-e0479e1b", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A8%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-baseline-alignment", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A8%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-fallback-alignment", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A7%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-indefinite%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#column-align", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-align-self%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-align-items", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A8%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-align-self%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A8%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-align-items%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-baseline-alignment%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%93%AA%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-fallback-alignment%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A7%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-indefinite%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#grid-align", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-justify-content%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-align-content%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A7%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-justify-content%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-align-content%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#example-4d7dce3e", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A7%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A7%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-justify-content%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-align-content%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-align-content-space-around", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-align-content-space-between", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-align-content-space-evenly", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-align-content-stretch", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-fragment%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#example-aafda37f", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-gap%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#grid-baselines", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A7%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A7%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%93%AA%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%93%AA%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-baseline-alignment%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-baseline-set", + "https://www.w3.org/TR/css-grid-1/#ref-for-generate-baselines", + "https://www.w3.org/TR/css-grid-1/#ref-for-alignment-baseline", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%93%AA%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-generate-baselines%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-alignment-baseline%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%93%AA%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-order", + "https://www.w3.org/TR/css-grid-1/#ref-for-writing-mode%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A7%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%93%AA%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-alignment-baseline%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-synthesize-baseline", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%93%AA%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-baseline-set%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-synthesize-baseline%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-shared-alignment-context", + "https://www.w3.org/TR/css-grid-1/#grid-order", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%93%AA%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-cell%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-order-modified-document-order%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-overflow%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#layout-algorithm", + "https://www.w3.org/TR/css-grid-1/#grid-sizing-algorithm", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-rows-track-sizing-function%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-rows-track-sizing-function%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#fixed-sizing-function", + "https://www.w3.org/TR/css-grid-1/#ref-for-length-value%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-percentage-value%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#intrinsic-sizing-function", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#flexible-sizing-function", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-sizing-algorithm", + "https://www.w3.org/TR/css-grid-1/#algo-overview", + "https://www.w3.org/TR/css-grid-1/#ref-for-track-sizing-algorithm%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-column%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%93%AA%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-available", + "https://www.w3.org/TR/css-grid-1/#ref-for-block-axis", + "https://www.w3.org/TR/css-grid-1/#ref-for-available%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-align-content%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#issue-37995da3", + "https://www.w3.org/TR/css-grid-1/#ref-for-available%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-track-sizing-algorithm%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-row%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-inline-axis", + "https://www.w3.org/TR/css-grid-1/#ref-for-available%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-block-axis%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-column%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-inline-size%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-justify-content%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-contribution%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-column%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-contribution%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-content-contribution%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-block-axis%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-available%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-inline-axis%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-row%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-block-size%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-align-content%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-inline-size%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%93%AA%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-block-size%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-flex-container%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-flex-flow", + "https://www.w3.org/TR/css-grid-1/#ref-for-establish-an-orthogonal-flow", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-writing-mode%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-multi-column-container", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-contribution%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-row%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-contribution%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-content-contribution%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-inline-axis%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-available%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-block-axis%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-column%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-inline-size%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-justify-content%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-align-content%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-justify-content%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-stretch-fit%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#algo-terms", + "https://www.w3.org/TR/css-grid-1/#min-track-sizing-function", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-minmax%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#max-track-sizing-function", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-minmax%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#available-grid-space", + "https://www.w3.org/TR/css-grid-1/#ref-for-available-grid-space", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-constraint%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-content-constraint%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-available-grid-space%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-available-grid-space%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#free-space", + "https://www.w3.org/TR/css-grid-1/#ref-for-available-grid-space%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size", + "https://www.w3.org/TR/css-grid-1/#ref-for-available-grid-space%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-indefinite%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-free-space%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-indefinite%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#span-count", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-track-sizing-algorithm%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#algo-track-sizing", + "https://www.w3.org/TR/css-grid-1/#track-sizing-algorithm", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#base-size", + "https://www.w3.org/TR/css-grid-1/#ref-for-length-value%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#growth-limit", + "https://www.w3.org/TR/css-grid-1/#ref-for-length-value%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#algo-init", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-indefinite%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-intrinsic-sizing-function%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit", + "https://www.w3.org/TR/css-grid-1/#ref-for-intrinsic-sizing-function%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-gutter%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-track-sizing-algorithm%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#algo-content", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-rows-track-sizing-function%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#algo-baseline-shims", + "https://www.w3.org/TR/css-grid-1/#ref-for-baseline-sharing-group", + "https://www.w3.org/TR/css-grid-1/#example-497433d9", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-indefinite%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#algo-single-span-items", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-rows-track-sizing-function%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-contribution%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-content-contribution%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-constraint%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-content-constraint%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-limited-contribution", + "https://www.w3.org/TR/css-grid-1/#limited-contribution", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-contribution%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-content-contribution%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-minimum-contribution", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-minimum-contribution%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#minimum-contribution", + "https://www.w3.org/TR/css-grid-1/#min-size-contribution", + "https://www.w3.org/TR/css-grid-1/#ref-for-outer-size", + "https://www.w3.org/TR/css-grid-1/#ref-for-preferred-size%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-behave-as-auto%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-containing-block%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-minimum-contribution%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-outer-size%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-width%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-preferred-size%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-minimum-contribution%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-contribution%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-minimum-contribution%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-intrinsic-size-contribution", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-width-auto%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-minimum-contribution%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-contribution%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-minimum-contribution%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-contribution%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-content-contribution%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-contribution%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-content-contribution%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#algo-spanning-items", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#track-size-intrinsic-min", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-intrinsic-sizing-function%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-minimum-contribution%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-constraint%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-content-constraint%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-limited-contribution%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-minimum-contribution%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-limited-contribution%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#track-size-content-min", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-contribution%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#track-size-max-content-min", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-content-constraint%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-limited-contribution%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-content-contribution%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-intrinsic-sizing-function%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-contribution%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#infinitely-growable", + "https://www.w3.org/TR/css-grid-1/#ref-for-infinitely-growable", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-content-contribution%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#algo-spanning-flex-items", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-tracks%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-tracks%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-tracks%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#algo-finite-growth", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-tracks%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#extra-space", + "https://www.w3.org/TR/css-grid-1/#distribute-extra-space", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-infinitely-growable%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-infinitely-growable%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#algo-grow-tracks", + "https://www.w3.org/TR/css-grid-1/#ref-for-free-space%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-content-constraint%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-free-space%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-constraint%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-free-space%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-inner-size%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-max-width", + "https://www.w3.org/TR/css-grid-1/#ref-for-available-grid-space%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-inner-size%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-max-width%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#algo-flex-tracks", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-tracks%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-flex-fr%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-available%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-flex-fraction", + "https://www.w3.org/TR/css-grid-1/#ref-for-free-space%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-constraint%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-flex-fraction%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-free-space%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-flex-fraction%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-space-to-fill", + "https://www.w3.org/TR/css-grid-1/#ref-for-available-grid-space%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-free-space%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-indefinite%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-flex-fraction%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-columns-flex-factor%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-columns-flex-factor%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-space-to-fill%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-content-contribution%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-flex-fraction%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-min-width%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-max-width%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-free-space%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-available-grid-space%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-inner-size%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-min-width%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-max-width%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-tracks%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-flex-fraction%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-columns-flex-factor%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#algo-find-fr-size", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-flex-fr%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-flex-fr%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#space-to-fill", + "https://www.w3.org/TR/css-grid-1/#leftover-space", + "https://www.w3.org/TR/css-grid-1/#ref-for-space-to-fill%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#flex-factor-sum", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-columns-flex-factor%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-tracks%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#hypothetical-fr-size", + "https://www.w3.org/TR/css-grid-1/#ref-for-leftover-space%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-flex-factor-sum", + "https://www.w3.org/TR/css-grid-1/#ref-for-hypothetical-fr-size", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-tracks%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-columns-flex-factor%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-hypothetical-fr-size%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#algo-stretch", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-free-space%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-free-space%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-indefinite%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-min-width%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-free-space%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#pagination", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-break-before", + "https://www.w3.org/TR/css-grid-1/#ref-for-fragmentation-container", + "https://www.w3.org/TR/css-grid-1/#ref-for-fragmentation-context", + "https://www.w3.org/TR/css-grid-1/#ref-for-fragmentation-container%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-break-before%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-break-after", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-break-before%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-break-after%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#fragmentation-alg", + "https://www.w3.org/TR/css-grid-1/#ref-for-fragmentation-container%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-flex-fr%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#acks", + "https://www.w3.org/TR/css-grid-1/#changes", + "https://www.w3.org/TR/css-grid-1/#changes-202008", + "https://www.w3.org/TR/css-grid-1/#change-2020-align-normal-aspect-ratio", + "https://www.w3.org/TR/css-grid-1/#ref-for-descdef-media-aspect-ratio", + "https://www.w3.org/TR/css-grid-1/#change-2020-preferred-aspect-ratio", + "https://www.w3.org/TR/css-grid-1/#ref-for-preferred-aspect-ratio%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#change-2020-editorial", + "https://www.w3.org/TR/css-grid-1/#changes-2017", + "https://www.w3.org/TR/css-grid-1/#major-2017", + "https://www.w3.org/TR/css-grid-1/#change-2017-margin-padding-percent", + "https://www.w3.org/TR/css-grid-1/#change-2017-span-flexible-tracks", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-tracks%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-rows-track-sizing-function%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#change-2017-track-limit-auto-min", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-constraint%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-contribution%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-minimum-contribution%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#change-2017-track-alignment-sizing", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-align-content%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-justify-content%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#change-2017-repeat-serialization", + "https://www.w3.org/TR/css-grid-1/#ref-for-funcdef-repeat%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#change-2017-million-tracks", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-clamp-a-grid-area%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#change-2017-line-name-auto", + "https://www.w3.org/TR/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#change-2017-area-normalization", + "https://www.w3.org/TR/css-grid-1/#ref-for-specified-value%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-areas-null-cell-token%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-whitespace%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-specified-value%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-computed-value%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-string-value%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-areas-null-cell-token%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-whitespace%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#change-2017-static-padding", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#change-2017-scrollable-grid", + "https://www.w3.org/TR/css-grid-1/#change-2017-flex-zero-sum", + "https://www.w3.org/TR/css-grid-1/#ref-for-distribute-extra-space", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#change-2017-no-maximize-flex", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#change-2017-min-content-flex", + "https://www.w3.org/TR/css-grid-1/#ref-for-free-space%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-constraint%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-flex-fraction%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#change-2017-auto-min-across-flex", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-width%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-scroll-container%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-content-based-minimum-size%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#minor-2017", + "https://www.w3.org/TR/css-grid-1/#change-2017-first-baseline-item", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-generate-baselines%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-alignment-baseline%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-order%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-writing-mode%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-alignment-baseline%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-synthesize-baseline%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#change-2017-repeat-min-max", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-repeat-auto-fit%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-repeat-auto-fill%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-gap%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#change-2017-flex-initial-growth-limit", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-intrinsic-sizing-function%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#change-2017-template-string-whitespace", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-string-value%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#change-2017-grid-baseline-search", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-baseline-alignment%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-baseline-alignment%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-baseline-set%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-generate-baselines%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-alignment-baseline%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-generate-baselines%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-alignment-baseline%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-order%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-writing-mode%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-alignment-baseline%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-alignment-baseline%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-synthesize-baseline%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-baseline-set%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-baseline-set%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-synthesize-baseline%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-shared-alignment-context%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#change-2017-need-correct-baseline-align", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-baseline-alignment%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-baseline-set%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-generate-baselines%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-alignment-baseline%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#change-2017-at-least-one-cell", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-areas-named-cell-token%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-areas-null-cell-token%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#change-2017-min-size-min-content-mixup", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-contribution%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-minimum-contribution%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-intrinsic-sizing-function%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#clarify-2017", + "https://www.w3.org/TR/css-grid-1/#change-2017-implicitly-sized-explicit-tracks", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-rows%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-columns%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid-track%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-rows%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-columns%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid-track%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid-track%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-columns%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-rows%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid-track%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#change-2017-gutter-tracks", + "https://www.w3.org/TR/css-grid-1/#ref-for-track-sizing-algorithm%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-gutter%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-line%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-track-sizing-algorithm%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#change-2017-inner-outer", + "https://www.w3.org/TR/css-grid-1/#change-2017-animation", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#change-2017-minimum-intrinsic-contribution", + "https://www.w3.org/TR/css-grid-1/#ref-for-minimum-contribution%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-intrinsic-size-contribution%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-minimum-contribution%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-intrinsic-size-contribution%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#change-2017-overgrow", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#change-2017-minimum-contribution-auto", + "https://www.w3.org/TR/css-grid-1/#ref-for-minimum-contribution%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-width%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-min-width%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-min-height%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-preferred-size%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-width%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-height", + "https://www.w3.org/TR/css-grid-1/#ref-for-preferred-size%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-behave-as-auto%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-contribution%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-width%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-intrinsic-size-contribution%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#change-2017-blockification", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-display%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-display-grid%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-display-inline-grid%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-display%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-blockify%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-display%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-computed-value%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-display%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-display-grid%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-display%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-blockify%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-display-flex", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-display-inline-flex", + "https://www.w3.org/TR/css-grid-1/#ref-for-flex-container%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-replaced-element%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-display%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#change-2017-fit-content-auto-min", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-content-based-minimum-size%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#change-2017-flexible-tracks", + "https://www.w3.org/TR/css-grid-1/#change-2017-distribute-space-readability", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-infinitely-growable%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-infinitely-growable%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-infinitely-growable%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#changes-2016", + "https://www.w3.org/TR/css-grid-1/#major-2016", + "https://www.w3.org/TR/css-grid-1/#change-2016-defer-subgrid", + "https://www.w3.org/TR/css-grid-1/#change-2016-unshorthand-gaps", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-gap", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-gap", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#change-2016-grid-gap", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-gap%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-gap%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-gap", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-row-gap%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-column-gap%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-gap%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#change-2016-auto-ratio", + "https://www.w3.org/TR/css-grid-1/#ref-for-natural-dimensions", + "https://www.w3.org/TR/css-grid-1/#ref-for-natural-dimensions%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-align-self-normal%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#change-2016-auto-percent-track", + "https://www.w3.org/TR/css-grid-1/#ref-for-percentage-value%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-percentage-value%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-fit-content-size", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-width-auto%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-percentage-value%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-width-auto%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#fixes-2016", + "https://www.w3.org/TR/css-grid-1/#change-2016-flex-clamping-indefinite", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-columns-flex-factor%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-columns-flex-factor%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-columns-flex-factor%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#change-2016-stretch-algo", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-align-content-stretch%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-align-content%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-free-space%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-free-space%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-indefinite%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-min-width%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-free-space%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#change-2016-baseline-algo", + "https://www.w3.org/TR/css-grid-1/#ref-for-baseline-alignment%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-baseline-alignment%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-fallback-alignment%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-baseline-sharing-group%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#change-2016-auto-min-fixed-tracks", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-width-auto%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-min-width%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-min-height%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-overflow%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-overflow-visible", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-stretch-fit%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#change-2016-auto-min-fallback", + "https://www.w3.org/TR/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-flex-item%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#change-2016-auto-max-constraint", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-constraint%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-content-constraint%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-constraint%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-contribution%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-content-constraint%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-max-content-contribution%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#change-2016-span-size-accumulation", + "https://www.w3.org/TR/css-grid-1/#ref-for-distribute-extra-space%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#change-2016-definite-tracks", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-area%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-definite%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-stretch-fit%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#change-2016-in-flow-block", + "https://www.w3.org/TR/css-grid-1/#ref-for-block-level%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-stretch-fit-size", + "https://www.w3.org/TR/css-grid-1/#ref-for-fit-content-size%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-block-box%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-block-level%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-block-formatting-context%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-block-box%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-inline-size%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#change-2016-tracks-before", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid-track%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid-track%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-implicit-grid-track%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-explicit-grid%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#clarify-2016", + "https://www.w3.org/TR/css-grid-1/#change-2016-fit-content-stretch", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-align-content-stretch%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-align-content%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#change-2016-auto-min-editorial", + "https://www.w3.org/TR/css-grid-1/#ref-for-minimum-contribution%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-minimum-contribution%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-minimum-contribution%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-min-width%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-min-height%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-width%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-height%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-valdef-width-auto%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-min-content-contribution%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#change-2016-collapsed-gutter-alignment", + "https://www.w3.org/TR/css-grid-1/#ref-for-distributed-alignment%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-collapsed-track%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-template-rows-track-sizing-function%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-gutter%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-distributed-alignment%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-collapsed-track%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-collapsed-track%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-grid-track%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/css-grid-1/#ref-for-gutter%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-collapsed-gutter%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#change-2016-leftover-space", + "https://www.w3.org/TR/css-grid-1/#ref-for-flexible-length", + "https://www.w3.org/TR/css-grid-1/#change-2016-maximize-base-sizes", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-free-space%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-base-size%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-growth-limit%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#priv-sec", + "https://www.w3.org/TR/css-grid-1/#w3c-conformance", + "https://www.w3.org/TR/css-grid-1/#w3c-conventions", + "https://www.w3.org/TR/css-grid-1/#example-ae2b6bc0", + "https://www.w3.org/TR/css-grid-1/#w3c-conformance-classes", + "https://www.w3.org/TR/css-grid-1/#w3c-partial", + "https://www.w3.org/TR/css-grid-1/#w3c-conform-future-proofing", + "https://www.w3.org/TR/css-grid-1/#w3c-testing", + "https://www.w3.org/TR/css-grid-1/#w3c-cr-exit-criteria", + "https://www.w3.org/TR/css-grid-1/#index", + "https://www.w3.org/TR/css-grid-1/#index-defined-here", + "https://www.w3.org/TR/css-grid-1/#index-defined-elsewhere", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-align-content", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-align-items", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-align-self", + "https://www.w3.org/TR/css-grid-1/#term-for-alignment-baseline", + "https://www.w3.org/TR/css-grid-1/#term-for-shared-alignment-context", + "https://www.w3.org/TR/css-grid-1/#term-for-baseline-alignment", + "https://www.w3.org/TR/css-grid-1/#term-for-baseline-set", + "https://www.w3.org/TR/css-grid-1/#term-for-baseline-sharing-group", + "https://www.w3.org/TR/css-grid-1/#term-for-box-alignment-properties", + "https://www.w3.org/TR/css-grid-1/#term-for-valdef-self-position-center", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-column-gap", + "https://www.w3.org/TR/css-grid-1/#term-for-distributed-alignment", + "https://www.w3.org/TR/css-grid-1/#term-for-fallback-alignment", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-gap", + "https://www.w3.org/TR/css-grid-1/#term-for-generate-baselines", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-grid-column-gap", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-grid-gap", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-grid-row-gap", + "https://www.w3.org/TR/css-grid-1/#term-for-gutter", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-justify-content", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-justify-items", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-justify-self", + "https://www.w3.org/TR/css-grid-1/#term-for-valdef-align-self-normal", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-place-content", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-row-gap", + "https://www.w3.org/TR/css-grid-1/#term-for-valdef-align-content-space-around", + "https://www.w3.org/TR/css-grid-1/#term-for-valdef-align-content-space-between", + "https://www.w3.org/TR/css-grid-1/#term-for-valdef-align-content-space-evenly", + "https://www.w3.org/TR/css-grid-1/#term-for-valdef-self-position-start", + "https://www.w3.org/TR/css-grid-1/#term-for-valdef-justify-self-stretch", + "https://www.w3.org/TR/css-grid-1/#term-for-synthesize-baseline", + "https://www.w3.org/TR/css-grid-1/#term-for-content-box", + "https://www.w3.org/TR/css-grid-1/#term-for-fragmentation-container", + "https://www.w3.org/TR/css-grid-1/#term-for-fragmentation-context", + "https://www.w3.org/TR/css-grid-1/#term-for-computed-value", + "https://www.w3.org/TR/css-grid-1/#term-for-shorthand-property", + "https://www.w3.org/TR/css-grid-1/#term-for-specified-value", + "https://www.w3.org/TR/css-grid-1/#term-for-longhand", + "https://www.w3.org/TR/css-grid-1/#term-for-used-value", + "https://www.w3.org/TR/css-grid-1/#term-for-anonymous", + "https://www.w3.org/TR/css-grid-1/#term-for-block-box", + "https://www.w3.org/TR/css-grid-1/#term-for-block-container", + "https://www.w3.org/TR/css-grid-1/#term-for-block-formatting-context", + "https://www.w3.org/TR/css-grid-1/#term-for-block-level", + "https://www.w3.org/TR/css-grid-1/#term-for-block-level-box", + "https://www.w3.org/TR/css-grid-1/#term-for-blockify", + "https://www.w3.org/TR/css-grid-1/#term-for-containing-block", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-display", + "https://www.w3.org/TR/css-grid-1/#term-for-establish-an-independent-formatting-context", + "https://www.w3.org/TR/css-grid-1/#term-for-flow-layout", + "https://www.w3.org/TR/css-grid-1/#term-for-independent-formatting-context", + "https://www.w3.org/TR/css-grid-1/#term-for-inline-formatting-context", + "https://www.w3.org/TR/css-grid-1/#term-for-inline-level", + "https://www.w3.org/TR/css-grid-1/#term-for-replaced-element", + "https://www.w3.org/TR/css-grid-1/#term-for-text-nodes", + "https://www.w3.org/TR/css-grid-1/#term-for-text-run", + "https://www.w3.org/TR/css-grid-1/#term-for-valdef-display-flex", + "https://www.w3.org/TR/css-grid-1/#term-for-flex-container", + "https://www.w3.org/TR/css-grid-1/#term-for-flex-item", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-flex-flow", + "https://www.w3.org/TR/css-grid-1/#term-for-valdef-display-inline-flex", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-order", + "https://www.w3.org/TR/css-grid-1/#term-for-order-modified-document-order", + "https://www.w3.org/TR/css-grid-1/#term-for-collapsed-track", + "https://www.w3.org/TR/css-grid-1/#term-for-natural-dimensions", + "https://www.w3.org/TR/css-grid-1/#term-for-natural-size", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-vertical-align", + "https://www.w3.org/TR/css-grid-1/#term-for-multi-column-container", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-overflow", + "https://www.w3.org/TR/css-grid-1/#term-for-scroll-container", + "https://www.w3.org/TR/css-grid-1/#term-for-scrollable-overflow-rectangle", + "https://www.w3.org/TR/css-grid-1/#term-for-scrollable-overflow-region", + "https://www.w3.org/TR/css-grid-1/#term-for-valdef-overflow-visible", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-bottom", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-left", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-position", + "https://www.w3.org/TR/css-grid-1/#term-for-valdef-position-relative", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-right", + "https://www.w3.org/TR/css-grid-1/#term-for-valdef-position-static", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-top", + "https://www.w3.org/TR/css-grid-1/#term-for-selectordef-first-letter", + "https://www.w3.org/TR/css-grid-1/#term-for-selectordef-first-line", + "https://www.w3.org/TR/css-grid-1/#term-for-valdef-width-auto", + "https://www.w3.org/TR/css-grid-1/#term-for-automatic-minimum-size", + "https://www.w3.org/TR/css-grid-1/#term-for-automatic-size", + "https://www.w3.org/TR/css-grid-1/#term-for-available", + "https://www.w3.org/TR/css-grid-1/#term-for-behave-as-auto", + "https://www.w3.org/TR/css-grid-1/#term-for-behave-as-auto%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#term-for-definite", + "https://www.w3.org/TR/css-grid-1/#term-for-fit-content-size", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-height", + "https://www.w3.org/TR/css-grid-1/#term-for-indefinite", + "https://www.w3.org/TR/css-grid-1/#term-for-inner-size", + "https://www.w3.org/TR/css-grid-1/#term-for-intrinsic-size-contribution", + "https://www.w3.org/TR/css-grid-1/#term-for-max-content-constraint", + "https://www.w3.org/TR/css-grid-1/#term-for-max-content-contribution", + "https://www.w3.org/TR/css-grid-1/#term-for-max-content", + "https://www.w3.org/TR/css-grid-1/#term-for-max-width", + "https://www.w3.org/TR/css-grid-1/#term-for-min-content-constraint", + "https://www.w3.org/TR/css-grid-1/#term-for-min-content-contribution", + "https://www.w3.org/TR/css-grid-1/#term-for-min-content", + "https://www.w3.org/TR/css-grid-1/#term-for-min-width", + "https://www.w3.org/TR/css-grid-1/#term-for-outer-size", + "https://www.w3.org/TR/css-grid-1/#term-for-preferred-aspect-ratio", + "https://www.w3.org/TR/css-grid-1/#term-for-preferred-size", + "https://www.w3.org/TR/css-grid-1/#term-for-stretch-fit", + "https://www.w3.org/TR/css-grid-1/#term-for-stretch-fit-size", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-width", + "https://www.w3.org/TR/css-grid-1/#term-for-name-code-point", + "https://www.w3.org/TR/css-grid-1/#term-for-whitespace", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-white-space", + "https://www.w3.org/TR/css-grid-1/#term-for-integer-value", + "https://www.w3.org/TR/css-grid-1/#term-for-length-value", + "https://www.w3.org/TR/css-grid-1/#term-for-percentage-value", + "https://www.w3.org/TR/css-grid-1/#term-for-string-value", + "https://www.w3.org/TR/css-grid-1/#term-for-comb-all", + "https://www.w3.org/TR/css-grid-1/#term-for-mult-zero-plus", + "https://www.w3.org/TR/css-grid-1/#term-for-mult-one-plus", + "https://www.w3.org/TR/css-grid-1/#term-for-comb-comma", + "https://www.w3.org/TR/css-grid-1/#term-for-identifier-value", + "https://www.w3.org/TR/css-grid-1/#term-for-typedef-ident", + "https://www.w3.org/TR/css-grid-1/#term-for-typedef-length-percentage", + "https://www.w3.org/TR/css-grid-1/#term-for-mult-opt", + "https://www.w3.org/TR/css-grid-1/#term-for-funcdef-calc", + "https://www.w3.org/TR/css-grid-1/#term-for-css-wide-keywords", + "https://www.w3.org/TR/css-grid-1/#term-for-mult-num-range", + "https://www.w3.org/TR/css-grid-1/#term-for-comb-one", + "https://www.w3.org/TR/css-grid-1/#term-for-comb-any", + "https://www.w3.org/TR/css-grid-1/#term-for-block-axis", + "https://www.w3.org/TR/css-grid-1/#term-for-block-size", + "https://www.w3.org/TR/css-grid-1/#term-for-block-axis%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#term-for-block-end", + "https://www.w3.org/TR/css-grid-1/#term-for-block-start", + "https://www.w3.org/TR/css-grid-1/#term-for-flow-relative", + "https://www.w3.org/TR/css-grid-1/#term-for-inline-size", + "https://www.w3.org/TR/css-grid-1/#term-for-inline-axis", + "https://www.w3.org/TR/css-grid-1/#term-for-inline-end", + "https://www.w3.org/TR/css-grid-1/#term-for-inline-start", + "https://www.w3.org/TR/css-grid-1/#term-for-establish-an-orthogonal-flow", + "https://www.w3.org/TR/css-grid-1/#term-for-physical", + "https://www.w3.org/TR/css-grid-1/#term-for-writing-mode", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-writing-mode", + "https://www.w3.org/TR/css-grid-1/#term-for-valdef-z-index-auto", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-clear", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-float", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-margin", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-max-width", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-min-height", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-min-width", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-z-index", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-break-after", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-break-before", + "https://www.w3.org/TR/css-grid-1/#term-for-fragment", + "https://www.w3.org/TR/css-grid-1/#term-for-propdef-direction", + "https://www.w3.org/TR/css-grid-1/#term-for-end", + "https://www.w3.org/TR/css-grid-1/#term-for-start", + "https://www.w3.org/TR/css-grid-1/#term-for-resolved-value-special-case-property", + "https://www.w3.org/TR/css-grid-1/#term-for-list", + "https://www.w3.org/TR/css-grid-1/#term-for-ordered-set", + "https://www.w3.org/TR/css-grid-1/#term-for-descdef-media-aspect-ratio", + "https://www.w3.org/TR/css-grid-1/#term-for-media-query", + "https://www.w3.org/TR/css-grid-1/#term-for-by-computed-value", + "https://www.w3.org/TR/css-grid-1/#term-for-discrete", + "https://www.w3.org/TR/css-grid-1/#references", + "https://www.w3.org/TR/css-grid-1/#normative", + "https://www.w3.org/TR/css-grid-1/#biblio-css-align-3", + "https://www.w3.org/TR/css-grid-1/#biblio-css-box-4", + "https://www.w3.org/TR/css-grid-1/#biblio-css-break-4", + "https://www.w3.org/TR/css-grid-1/#biblio-css-cascade-4", + "https://www.w3.org/TR/css-grid-1/#biblio-css-display-3", + "https://www.w3.org/TR/css-grid-1/#biblio-css-flexbox-1", + "https://www.w3.org/TR/css-grid-1/#biblio-css-grid-2", + "https://www.w3.org/TR/css-grid-1/#biblio-css-images-3", + "https://www.w3.org/TR/css-grid-1/#biblio-css-inline-3", + "https://www.w3.org/TR/css-grid-1/#biblio-css-overflow-3", + "https://www.w3.org/TR/css-grid-1/#biblio-css-position-3", + "https://www.w3.org/TR/css-grid-1/#biblio-css-pseudo-4", + "https://www.w3.org/TR/css-grid-1/#biblio-css-sizing-3", + "https://www.w3.org/TR/css-grid-1/#biblio-css-syntax-3", + "https://www.w3.org/TR/css-grid-1/#biblio-css-text-3", + "https://www.w3.org/TR/css-grid-1/#biblio-css-values-3", + "https://www.w3.org/TR/css-grid-1/#biblio-css-values-4", + "https://www.w3.org/TR/css-grid-1/#biblio-css-writing-modes-4", + "https://www.w3.org/TR/css-grid-1/#biblio-css2", + "https://www.w3.org/TR/css-grid-1/#biblio-css3-break", + "https://www.w3.org/TR/css-grid-1/#biblio-css3-writing-modes", + "https://www.w3.org/TR/css-grid-1/#biblio-cssom", + "https://www.w3.org/TR/css-grid-1/#biblio-infra", + "https://www.w3.org/TR/css-grid-1/#biblio-mediaqueries-5", + "https://www.w3.org/TR/css-grid-1/#biblio-rfc2119", + "https://www.w3.org/TR/css-grid-1/#biblio-web-animations-1", + "https://www.w3.org/TR/css-grid-1/#informative", + "https://www.w3.org/TR/css-grid-1/#biblio-css-multicol-1", + "https://www.w3.org/TR/css-grid-1/#biblio-html", + "https://www.w3.org/TR/css-grid-1/#property-index", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-area%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-columns%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-flow%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-auto-rows%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column%E2%91%A5", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row%E2%91%A6", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template%E2%91%A7", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-grid-1/#issues-index" + ] +} \ No newline at end of file diff --git a/tr/ids/css-ui-3.json b/tr/ids/css-ui-3.json new file mode 100644 index 000000000000..ca9df5459862 --- /dev/null +++ b/tr/ids/css-ui-3.json @@ -0,0 +1,424 @@ +{ + "spec": { + "title": "CSS Basic User Interface Module Level 3 (CSS3 UI)", + "url": "https://www.w3.org/TR/css-ui-3/" + }, + "ids": [ + "https://www.w3.org/TR/css-ui-3/#toc-nav", + "https://www.w3.org/TR/css-ui-3/#toc-jump", + "https://www.w3.org/TR/css-ui-3/#toc-toggle", + "https://www.w3.org/TR/css-ui-3/#title", + "https://www.w3.org/TR/css-ui-3/#annotation_root_", + "https://www.w3.org/TR/css-ui-3/#subtitle", + "https://www.w3.org/TR/css-ui-3/#abstract", + "https://www.w3.org/TR/css-ui-3/#status", + "https://www.w3.org/TR/css-ui-3/#w3c_process_revision", + "https://www.w3.org/TR/css-ui-3/#toc", + "https://www.w3.org/TR/css-ui-3/#contents", + "https://www.w3.org/TR/css-ui-3/#intro", + "https://www.w3.org/TR/css-ui-3/#purpose", + "https://www.w3.org/TR/css-ui-3/#interaction", + "https://www.w3.org/TR/css-ui-3/#box-model", + "https://www.w3.org/TR/css-ui-3/#box-sizing", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-box-sizing", + "https://www.w3.org/TR/css-ui-3/#propdef-box-sizing", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one", + "https://www.w3.org/TR/css-ui-3/#valdef-box-sizing-content-box", + "https://www.w3.org/TR/css-ui-3/#valdef-box-sizing-border-box", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-width", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-height", + "https://www.w3.org/TR/css-ui-3/#ref-for-the-width-property", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-width%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-height%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-box-sizing%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-box-sizing%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-box-sizing%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-box-sizing%E2%91%A3", + "https://www.w3.org/TR/css-ui-3/#min-inner-width", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-min-width", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-min-width%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-padding-left", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-padding-right", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-border-left-width", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-border-right-width", + "https://www.w3.org/TR/css-ui-3/#max-inner-width", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-max-width", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-max-width%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-padding-left%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-padding-right%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-border-left-width%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-border-right-width%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#min-inner-height", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-min-height", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-min-height%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-padding-top", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-padding-bottom", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-border-top-width", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-border-bottom-width", + "https://www.w3.org/TR/css-ui-3/#max-inner-height", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-max-height", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-max-height%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-padding-top%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-padding-bottom%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-border-top-width%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-border-bottom-width%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-box-sizing%E2%91%A4", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-box-sizing%E2%91%A5", + "https://www.w3.org/TR/css-ui-3/#ref-for-content-width", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-width%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-the-width-property%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-border-left-width%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-padding-left%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-width%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#ref-for-content-width%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-position-props", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-margin-left", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-border-left-width%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-padding-left%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-width%E2%91%A3", + "https://www.w3.org/TR/css-ui-3/#ref-for-content-width%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-content-height", + "https://www.w3.org/TR/css-ui-3/#ref-for-min-inner-width", + "https://www.w3.org/TR/css-ui-3/#ref-for-max-inner-width", + "https://www.w3.org/TR/css-ui-3/#ref-for-min-inner-height", + "https://www.w3.org/TR/css-ui-3/#ref-for-max-inner-height", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-max-width%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-max-width%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-width%E2%91%A4", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-min-width%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-min-width%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-width%E2%91%A5", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-width%E2%91%A6", + "https://www.w3.org/TR/css-ui-3/#ref-for-content-height%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-position-props%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-margin-top", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-border-top-width%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-padding-top%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-height%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-content-width%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#ref-for-content-height%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-min-inner-height%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-max-inner-height%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-max-height%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-max-height%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-height%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-min-height%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-min-height%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-height%E2%91%A3", + "https://www.w3.org/TR/css-ui-3/#example-1f49a1a3", + "https://www.w3.org/TR/css-ui-3/#box-sizing-example", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-box-sizing%E2%91%A6", + "https://www.w3.org/TR/css-ui-3/#outline-props", + "https://www.w3.org/TR/css-ui-3/#outline", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline", + "https://www.w3.org/TR/css-ui-3/#propdef-outline", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline-color", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-any", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline-style", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-any%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline-width", + "https://www.w3.org/TR/css-ui-3/#outline-width", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline-width%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#propdef-outline-width", + "https://www.w3.org/TR/css-ui-3/#ref-for-typedef-line-width", + "https://www.w3.org/TR/css-ui-3/#ref-for-valdef-line-style-none", + "https://www.w3.org/TR/css-ui-3/#outline-style", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline-style%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#propdef-outline-style", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-border-style", + "https://www.w3.org/TR/css-ui-3/#outline-color", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline-color%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#propdef-outline-color", + "https://www.w3.org/TR/css-ui-3/#ref-for-valuea-def-color", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-valdef-outline-color-invert", + "https://www.w3.org/TR/css-ui-3/#ref-for-valdef-outline-color-invert%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-color0", + "https://www.w3.org/TR/css-ui-3/#ref-for-valuea-def-color%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-border-edge", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-border-radius", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline-width%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-border-width", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline-style%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-border-style%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline-style%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline-color%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline-color%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#valdef-outline-color-invert", + "https://www.w3.org/TR/css-ui-3/#ref-for-valdef-outline-color-invert%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-valdef-outline-color-invert%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#ref-for-valdef-outline-color-invert%E2%91%A3", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline-color%E2%91%A3", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline-style%E2%91%A3", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline-width%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline-color%E2%91%A4", + "https://www.w3.org/TR/css-ui-3/#example-bcd0e0d3", + "https://www.w3.org/TR/css-ui-3/#example-4b3084c1", + "https://www.w3.org/TR/css-ui-3/#outline-offset", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline-offset", + "https://www.w3.org/TR/css-ui-3/#ref-for-border-edge%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-border-edge%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#propdef-outline-offset", + "https://www.w3.org/TR/css-ui-3/#ref-for-length-value", + "https://www.w3.org/TR/css-ui-3/#ref-for-length-value%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline-offset%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-border-edge%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#example-8c7e0106", + "https://www.w3.org/TR/css-ui-3/#negative-offset", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline-width%E2%91%A3", + "https://www.w3.org/TR/css-ui-3/#resizing-and-overflow", + "https://www.w3.org/TR/css-ui-3/#resize", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-resize", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-resize%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#propdef-resize", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A3", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A4", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-overflow", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-overflow%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-resize%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-resize%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-overflow%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-overflow%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-overflow%E2%91%A3", + "https://www.w3.org/TR/css-ui-3/#ref-for-the-img-element", + "https://www.w3.org/TR/css-ui-3/#ref-for-video", + "https://www.w3.org/TR/css-ui-3/#ref-for-the-picture-element", + "https://www.w3.org/TR/css-ui-3/#ref-for-elementdef-svg", + "https://www.w3.org/TR/css-ui-3/#ref-for-the-object-element", + "https://www.w3.org/TR/css-ui-3/#ref-for-canvas", + "https://www.w3.org/TR/css-ui-3/#ref-for-the-iframe-element", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-resize%E2%91%A3", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-resize%E2%91%A4", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-resize%E2%91%A5", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-width%E2%91%A7", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-height%E2%91%A4", + "https://www.w3.org/TR/css-ui-3/#ref-for-position-props%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-position-props%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-min-width%E2%91%A3", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-max-width%E2%91%A3", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-min-height%E2%91%A3", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-max-height%E2%91%A3", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-width%E2%91%A8", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-height%E2%91%A5", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-resize%E2%91%A6", + "https://www.w3.org/TR/css-ui-3/#example-0ff410a0", + "https://www.w3.org/TR/css-ui-3/#text-overflow", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-text-overflow", + "https://www.w3.org/TR/css-ui-3/#propdef-text-overflow", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A5", + "https://www.w3.org/TR/css-ui-3/#ref-for-end", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-overflow%E2%91%A4", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-overflow%E2%91%A5", + "https://www.w3.org/TR/css-ui-3/#overflow-clip", + "https://www.w3.org/TR/css-ui-3/#overflow-ellipsis", + "https://www.w3.org/TR/css-ui-3/#ref-for-end%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-end%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#example-c13845d9", + "https://www.w3.org/TR/css-ui-3/#bidi-ellipsis", + "https://www.w3.org/TR/css-ui-3/#ellipsing-details", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-text-overflow%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ellipsis-interaction", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-text-overflow%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-text-overflow%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#example-eea89238", + "https://www.w3.org/TR/css-ui-3/#text-overflow-examples", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-direction", + "https://www.w3.org/TR/css-ui-3/#ref-for-physical-left", + "https://www.w3.org/TR/css-ui-3/#ref-for-physical-left%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ellipsis-scrolling", + "https://www.w3.org/TR/css-ui-3/#example-79d781ff", + "https://www.w3.org/TR/css-ui-3/#pointing-keyboard", + "https://www.w3.org/TR/css-ui-3/#pointer-interaction", + "https://www.w3.org/TR/css-ui-3/#cursor", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-cursor", + "https://www.w3.org/TR/css-ui-3/#propdef-cursor", + "https://www.w3.org/TR/css-ui-3/#ref-for-url-value", + "https://www.w3.org/TR/css-ui-3/#ref-for-mult-opt", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-comma", + "https://www.w3.org/TR/css-ui-3/#ref-for-mult-zero-plus", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A6", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A7", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A8", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-border-edge%E2%91%A3", + "https://www.w3.org/TR/css-ui-3/#ref-for-border-edge%E2%91%A4", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-border-radius%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-cursor%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-url-value%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-url-value%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-image-type", + "https://www.w3.org/TR/css-ui-3/#ref-for-image-type%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-background-image", + "https://www.w3.org/TR/css-ui-3/#ref-for-image-type%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-background-image%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-default-object-size", + "https://www.w3.org/TR/css-ui-3/#ref-for-concrete-object-size", + "https://www.w3.org/TR/css-ui-3/#ref-for-default-sizing-algorithm", + "https://www.w3.org/TR/css-ui-3/#ref-for-number-value", + "https://www.w3.org/TR/css-ui-3/#ref-for-image-type%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-auto", + "https://www.w3.org/TR/css-ui-3/#ref-for-valdef-cursor-text", + "https://www.w3.org/TR/css-ui-3/#ref-for-valdef-cursor-default", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-default", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-none", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-context-menu", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-help", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-pointer", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-progress", + "https://www.w3.org/TR/css-ui-3/#ref-for-valdef-cursor-wait", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-wait", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-cell", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-crosshair", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-text", + "https://www.w3.org/TR/css-ui-3/#ref-for-valdef-cursor-vertical-text", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-vertical-text", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-alias", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-copy", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-move", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-no-drop", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-not-allowed", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-grab", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-grabbing", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-e-resize", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-n-resize", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-ne-resize", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-nw-resize", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-s-resize", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-se-resize", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-sw-resize", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-w-resize", + "https://www.w3.org/TR/css-ui-3/#ref-for-valdef-cursor-se-resize", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-ew-resize", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-ns-resize", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-nesw-resize", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-nwse-resize", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-col-resize", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-row-resize", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-all-scroll", + "https://www.w3.org/TR/css-ui-3/#zooming-cursors", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-zoom-in", + "https://www.w3.org/TR/css-ui-3/#valdef-cursor-zoom-out", + "https://www.w3.org/TR/css-ui-3/#ref-for-valdef-cursor-zoom-in", + "https://www.w3.org/TR/css-ui-3/#ref-for-valdef-cursor-zoom-out", + "https://www.w3.org/TR/css-ui-3/#example-dac6aeac", + "https://www.w3.org/TR/css-ui-3/#ref-for-valdef-cursor-pointer", + "https://www.w3.org/TR/css-ui-3/#canvas_cursor", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-display", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-visibility", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-display%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#insertion-caret", + "https://www.w3.org/TR/css-ui-3/#caret-color", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-caret-color", + "https://www.w3.org/TR/css-ui-3/#propdef-caret-color", + "https://www.w3.org/TR/css-ui-3/#ref-for-comb-one%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-valuea-def-color%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-valdef-caret-color-auto", + "https://www.w3.org/TR/css-ui-3/#ref-for-valdef-caret-color-auto%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-color0%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-valuea-def-color%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#valdef-caret-color-auto", + "https://www.w3.org/TR/css-ui-3/#ref-for-valuea-def-color%E2%91%A3", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-cursor%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-valdef-cursor-auto", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-cursor%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#ref-for-valdef-cursor-text%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-valdef-cursor-vertical-text%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#example-24147f22", + "https://www.w3.org/TR/css-ui-3/#keyboard", + "https://www.w3.org/TR/css-ui-3/#input-method-editor", + "https://www.w3.org/TR/css-ui-3/#example-8592b31b", + "https://www.w3.org/TR/css-ui-3/#acknowledgments", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-box-sizing%E2%91%A7", + "https://www.w3.org/TR/css-ui-3/#changes", + "https://www.w3.org/TR/css-ui-3/#changes-from-PR", + "https://www.w3.org/TR/css-ui-3/#changes-from-CR", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-cursor%E2%91%A3", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-cursor%E2%91%A4", + "https://www.w3.org/TR/css-ui-3/#ref-for-valdef-cursor-text%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#security-privacy-considerations", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-cursor%E2%91%A5", + "https://www.w3.org/TR/css-ui-3/#ref-for-image-type%E2%91%A3", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-cursor%E2%91%A6", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-caret-color%E2%91%A0", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline-style%E2%91%A4", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#default-style-sheet", + "https://www.w3.org/TR/css-ui-3/#conformance", + "https://www.w3.org/TR/css-ui-3/#document-conventions", + "https://www.w3.org/TR/css-ui-3/#example-52448c84", + "https://www.w3.org/TR/css-ui-3/#conform-classes", + "https://www.w3.org/TR/css-ui-3/#conform-responsible", + "https://www.w3.org/TR/css-ui-3/#conform-partial", + "https://www.w3.org/TR/css-ui-3/#conform-future-proofing", + "https://www.w3.org/TR/css-ui-3/#conform-testing", + "https://www.w3.org/TR/css-ui-3/#index", + "https://www.w3.org/TR/css-ui-3/#index-defined-here", + "https://www.w3.org/TR/css-ui-3/#index-defined-elsewhere", + "https://www.w3.org/TR/css-ui-3/#references", + "https://www.w3.org/TR/css-ui-3/#normative", + "https://www.w3.org/TR/css-ui-3/#biblio-css-backgrounds-3", + "https://www.w3.org/TR/css-ui-3/#biblio-css-color-3", + "https://www.w3.org/TR/css-ui-3/#biblio-css-values-3", + "https://www.w3.org/TR/css-ui-3/#biblio-css-writing-modes-3", + "https://www.w3.org/TR/css-ui-3/#biblio-css2", + "https://www.w3.org/TR/css-ui-3/#biblio-css3-images", + "https://www.w3.org/TR/css-ui-3/#biblio-html", + "https://www.w3.org/TR/css-ui-3/#biblio-png", + "https://www.w3.org/TR/css-ui-3/#biblio-rfc2119", + "https://www.w3.org/TR/css-ui-3/#biblio-svg11", + "https://www.w3.org/TR/css-ui-3/#biblio-svg2", + "https://www.w3.org/TR/css-ui-3/#biblio-uax29", + "https://www.w3.org/TR/css-ui-3/#informative", + "https://www.w3.org/TR/css-ui-3/#biblio-css-cascade-4", + "https://www.w3.org/TR/css-ui-3/#biblio-css-pseudo-4", + "https://www.w3.org/TR/css-ui-3/#biblio-css-transitions-1", + "https://www.w3.org/TR/css-ui-3/#biblio-css1", + "https://www.w3.org/TR/css-ui-3/#biblio-css4-images", + "https://www.w3.org/TR/css-ui-3/#property-index", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-box-sizing%E2%91%A8", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-caret-color%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-cursor%E2%91%A7", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline%E2%91%A2", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline-color%E2%91%A5", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline-offset%E2%91%A1", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline-style%E2%91%A5", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-outline-width%E2%91%A4", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-resize%E2%91%A7", + "https://www.w3.org/TR/css-ui-3/#ref-for-propdef-text-overflow%E2%91%A3", + "https://www.w3.org/TR/css-ui-3/#back-to-top" + ] +} \ No newline at end of file diff --git a/tr/ids/css-variables-2.json b/tr/ids/css-variables-2.json index 4829c715a97d..e83134c05476 100644 --- a/tr/ids/css-variables-2.json +++ b/tr/ids/css-variables-2.json @@ -203,7 +203,7 @@ "https://drafts.csswg.org/css-variables-2/#ref-for-variable-unit-reference%E2%91%A1", "https://drafts.csswg.org/css-variables-2/#ref-for-custom-property%E2%91%A2%E2%91%A3", "https://drafts.csswg.org/css-variables-2/#ref-for-funcdef-calc%E2%91%A0", - "https://drafts.csswg.org/css-variables-2/#ref-for-descdef-font-face-font-size", + "https://drafts.csswg.org/css-variables-2/#ref-for-propdef-font-size%E2%91%A0", "https://drafts.csswg.org/css-variables-2/#invalid-variables", "https://drafts.csswg.org/css-variables-2/#ref-for-custom-property%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/css-variables-2/#ref-for-guaranteed-invalid-value%E2%91%A6", @@ -306,7 +306,6 @@ "https://drafts.csswg.org/css-variables-2/#term-for-valdef-color-transparent", "https://drafts.csswg.org/css-variables-2/#term-for-at-ruledef-media", "https://drafts.csswg.org/css-variables-2/#term-for-propdef-font-size", - "https://drafts.csswg.org/css-variables-2/#term-for-descdef-font-face-font-size", "https://drafts.csswg.org/css-variables-2/#term-for-at-ruledef-property", "https://drafts.csswg.org/css-variables-2/#term-for-registered-custom-property", "https://drafts.csswg.org/css-variables-2/#term-for-universal-syntax-definition", @@ -326,6 +325,7 @@ "https://drafts.csswg.org/css-variables-2/#term-for-dimension", "https://drafts.csswg.org/css-variables-2/#term-for-em", "https://drafts.csswg.org/css-variables-2/#term-for-css-css-identifier", + "https://drafts.csswg.org/css-variables-2/#term-for-propdef-font-size%E2%91%A0", "https://drafts.csswg.org/css-variables-2/#term-for-css-declaration-case-sensitive-flag", "https://drafts.csswg.org/css-variables-2/#term-for-cssstyledeclaration-declarations", "https://drafts.csswg.org/css-variables-2/#term-for-dom-cssstyledeclaration-getpropertyvalue", @@ -355,7 +355,6 @@ "https://drafts.csswg.org/css-variables-2/#biblio-css-color-4", "https://drafts.csswg.org/css-variables-2/#biblio-css-extensions", "https://drafts.csswg.org/css-variables-2/#biblio-css-fonts-4", - "https://drafts.csswg.org/css-variables-2/#biblio-css-fonts-5", "https://drafts.csswg.org/css-variables-2/#property-index", "https://drafts.csswg.org/css-variables-2/#generator" ] diff --git a/tr/ids/css-writing-modes-3.json b/tr/ids/css-writing-modes-3.json new file mode 100644 index 000000000000..ac89a51c997d --- /dev/null +++ b/tr/ids/css-writing-modes-3.json @@ -0,0 +1,952 @@ +{ + "spec": { + "title": "CSS Writing Modes Level 3", + "url": "https://www.w3.org/TR/css-writing-modes-3/" + }, + "ids": [ + "https://www.w3.org/TR/css-writing-modes-3/#toc-nav", + "https://www.w3.org/TR/css-writing-modes-3/#toc-jump", + "https://www.w3.org/TR/css-writing-modes-3/#toc-toggle", + "https://www.w3.org/TR/css-writing-modes-3/#title", + "https://www.w3.org/TR/css-writing-modes-3/#annotation_root_", + "https://www.w3.org/TR/css-writing-modes-3/#subtitle", + "https://www.w3.org/TR/css-writing-modes-3/#abstract", + "https://www.w3.org/TR/css-writing-modes-3/#status", + "https://www.w3.org/TR/css-writing-modes-3/#w3c_process_revision", + "https://www.w3.org/TR/css-writing-modes-3/#toc", + "https://www.w3.org/TR/css-writing-modes-3/#contents", + "https://www.w3.org/TR/css-writing-modes-3/#text-flow", + "https://www.w3.org/TR/css-writing-modes-3/#writing-mode", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-orientation", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-base-direction", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-flow-direction", + "https://www.w3.org/TR/css-writing-modes-3/#inline-base-direction", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi", + "https://www.w3.org/TR/css-writing-modes-3/#block-flow-direction", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#typographic-mode", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-vertical-script", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-vertical-script%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#horizontal-writing-mode", + "https://www.w3.org/TR/css-writing-modes-3/#vertical-writing-mode", + "https://www.w3.org/TR/css-writing-modes-3/#vertical-block-flow", + "https://www.w3.org/TR/css-writing-modes-3/#horizontal-block-flow", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-orientation%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#placement", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-computed-value", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-orientation%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-font-relative-length", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-writing-mode", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-writing-mode%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#values", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-css-wide-keywords", + "https://www.w3.org/TR/css-writing-modes-3/#bidi", + "https://www.w3.org/TR/css-writing-modes-3/#text-direction", + "https://www.w3.org/TR/css-writing-modes-3/#bidirectionality", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#direction", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#propdef-direction", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-comb-one", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-base-direction%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#valdef-direction-ltr", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-base-direction%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-left", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-right", + "https://www.w3.org/TR/css-writing-modes-3/#valdef-direction-rtl", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-base-direction%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-right%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-left%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-normal", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A8", + "https://www.w3.org/TR/css-writing-modes-3/#unicode-bidi", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#propdef-unicode-bidi", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-comb-one%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-comb-one%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-comb-one%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-comb-one%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-comb-one%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-normal%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A8", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-normal%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-embed", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-isolate", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-bidi-override", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-isolate-override", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-plaintext", + "https://www.w3.org/TR/css-writing-modes-3/#valdef-unicode-bidi-normal", + "https://www.w3.org/TR/css-writing-modes-3/#valdef-unicode-bidi-embed", + "https://www.w3.org/TR/css-writing-modes-3/#directional-embedding", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-writing-modes-3/#valdef-unicode-bidi-isolate", + "https://www.w3.org/TR/css-writing-modes-3/#bidi-isolate", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-forced-paragraph-break", + "https://www.w3.org/TR/css-writing-modes-3/#isolated-sequence", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-forced-paragraph-break%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#valdef-unicode-bidi-bidi-override", + "https://www.w3.org/TR/css-writing-modes-3/#directional-override", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-directional-embedding", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#valdef-unicode-bidi-isolate-override", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-bidi-isolate", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-isolate%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-directional-override", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-bidi-override%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-isolate%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-bidi-override%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-directional-override%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-isolated-sequence", + "https://www.w3.org/TR/css-writing-modes-3/#valdef-unicode-bidi-plaintext", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-isolate%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-bidi-paragraph", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-isolated-sequence%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-normal%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes-injection-table", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-display", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-direction-ltr", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-direction-rtl", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-normal%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-embed%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-isolate%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-bidi-override%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-isolate-override%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-plaintext%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-root-inline-box", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-container", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-container%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-bidi-override%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-plaintext%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-plaintext%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-normal%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-all-inherit", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-display%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-display-inline", + "https://www.w3.org/TR/css-writing-modes-3/#bidi-example", + "https://www.w3.org/TR/css-writing-modes-3/#example-16648d44", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-normal%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-isolated-sequence%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#bidi-algo", + "https://www.w3.org/TR/css-writing-modes-3/#forced-paragraph-break", + "https://www.w3.org/TR/css-writing-modes-3/#bidi-paragraph", + "https://www.w3.org/TR/css-writing-modes-3/#bidi-para-direction", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-plaintext%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-bidi-paragraph%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#bidi-atomic-inlines", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-replaced-element", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-display%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-embed%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-unicode-bidi-bidi-override%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#bidi-embedding-breaks", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-bidi-paragraph%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-forced-paragraph-break%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#example-334883cc", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-forced-paragraph-break%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#bidi-box-model", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-box", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-start", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-start%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-end", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-horizontal-tb", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-direction-ltr%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-direction-rtl%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-box-decoration-break", + "https://www.w3.org/TR/css-writing-modes-3/#vertical-modes", + "https://www.w3.org/TR/css-writing-modes-3/#vertical-intro", + "https://www.w3.org/TR/css-writing-modes-3/#fig-mac", + "https://www.w3.org/TR/css-writing-modes-3/#block-flow", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-comb-one%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-comb-one%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#valdef-writing-mode-horizontal-tb", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-flow-direction%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-writing-mode%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-mode", + "https://www.w3.org/TR/css-writing-modes-3/#valdef-writing-mode-vertical-rl", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-flow-direction%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-writing-mode%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-mode%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#valdef-writing-mode-vertical-lr", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-flow-direction%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-writing-mode%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-mode%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-flow-direction%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-writing-mode%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-orientation%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-replaced-element%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-default-object-size", + "https://www.w3.org/TR/css-writing-modes-3/#example-26ec58a4", + "https://www.w3.org/TR/css-writing-modes-3/#example-fb72ee40", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-vertical-rl", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-display%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-in-flow", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-display%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-display-inline%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-display%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-display-inline-block", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-container%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-independent-formatting-context", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-formatting-context", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inner-display-type", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-display-flow", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inner-display-type%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-display-flow-root", + "https://www.w3.org/TR/css-writing-modes-3/#embedded-svg-inheritance", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#example-5db07892", + "https://www.w3.org/TR/css-writing-modes-3/#svg-writing-mode", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#svg-writing-mode-css", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A8", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-horizontal-tb%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-vertical-rl%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-vertical-lr", + "https://www.w3.org/TR/css-writing-modes-3/#svg-writing-mode-markup", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#inline-alignment", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-vertical-align", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-vertical-align%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#intro-baselines", + "https://www.w3.org/TR/css-writing-modes-3/#baseline", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-axis", + "https://www.w3.org/TR/css-writing-modes-3/#baseline-table", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-mode%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#text-baselines", + "https://www.w3.org/TR/css-writing-modes-3/#alphabetic-baseline", + "https://www.w3.org/TR/css-writing-modes-3/#central-baseline", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-over", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-under", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-mode%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-central-baseline", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-orientation%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-orientation-mixed", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-orientation-upright", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-alphabetic-baseline", + "https://www.w3.org/TR/css-writing-modes-3/#replaced-baselines", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-under%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-under%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-over%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-vertical-align%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#baseline-alignment", + "https://www.w3.org/TR/css-writing-modes-3/#dominant-baseline", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-mode%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-vertical-align%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-length-value", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-percentage-value", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-vertical-align%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#example-edb77cae", + "https://www.w3.org/TR/css-writing-modes-3/#example-3b107e11", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-vertical-align%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#intro-text-layout", + "https://www.w3.org/TR/css-writing-modes-3/#horizontal-only", + "https://www.w3.org/TR/css-writing-modes-3/#vertical-only", + "https://www.w3.org/TR/css-writing-modes-3/#bi-orientational", + "https://www.w3.org/TR/css-writing-modes-3/#vertical-script", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-vertical-only", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-bi-orientational", + "https://www.w3.org/TR/css-writing-modes-3/#horizontal-script", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-horizontal-only", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-bi-orientational%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#bi-orientational-transform", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-bi-orientational-transform", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-orientation%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-orientation-mixed%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-orientation-upright%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-horizontal-only%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#text-orientation", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-orientation%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#propdef-text-orientation", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-comb-one%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-comb-one%E2%91%A8", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-mode%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-mode%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#valdef-text-orientation-mixed", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-character-unit", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-character-unit%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#valdef-text-orientation-upright", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-character-unit%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-character-unit%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-used-value", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-direction-ltr%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-used-value%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-computed-value%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-direction-rtl%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-horizontal-writing-mode", + "https://www.w3.org/TR/css-writing-modes-3/#valdef-text-orientation-sideways", + "https://www.w3.org/TR/css-writing-modes-3/#fig-text-orientation", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-orientation-mixed%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-orientation-upright%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-orientation-sideways", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-orientation%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-vertical-rl%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#valdef-text-orientation-sideways-right", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-orientation-sideways%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-orientation-upright%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#vertical-font-features", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-vertical-rl%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-vertical-lr%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#typeset-upright", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-character-unit%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-axis%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-character-unit%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-character", + "https://www.w3.org/TR/css-writing-modes-3/#typeset-sideways", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-character-unit%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#vertical-orientations", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-orientation%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-orientation-mixed%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-character-unit%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-orientation-mixed%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-sideways-lr", + "https://www.w3.org/TR/css-writing-modes-3/#glyph-orientation", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-glyph-orientation-vertical", + "https://www.w3.org/TR/css-writing-modes-3/#propdef-glyph-orientation-vertical", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-comb-one%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-comb-one%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-comb-one%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-comb-one%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-glyph-orientation-vertical%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-angle-value", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-integer-value", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-glyph-orientation-vertical%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-orientation%E2%91%A8", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-glyph-orientation-vertical%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-orientation%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-orientation-mixed%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-orientation-upright%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-orientation-upright%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-orientation-sideways%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-orientation-sideways%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-glyph-orientation-vertical%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#abstract-box", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-horizontal-tb%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-horizontal-tb%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#physical", + "https://www.w3.org/TR/css-writing-modes-3/#physical-direction", + "https://www.w3.org/TR/css-writing-modes-3/#physical-left", + "https://www.w3.org/TR/css-writing-modes-3/#physical-right", + "https://www.w3.org/TR/css-writing-modes-3/#physical-top", + "https://www.w3.org/TR/css-writing-modes-3/#physical-bottom", + "https://www.w3.org/TR/css-writing-modes-3/#flow-relative", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-start%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-end%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-start", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-end", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-start", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-end", + "https://www.w3.org/TR/css-writing-modes-3/#line-relative", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-left%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-right%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-over", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-under", + "https://www.w3.org/TR/css-writing-modes-3/#physical-dimensions", + "https://www.w3.org/TR/css-writing-modes-3/#width", + "https://www.w3.org/TR/css-writing-modes-3/#height", + "https://www.w3.org/TR/css-writing-modes-3/#x-axis", + "https://www.w3.org/TR/css-writing-modes-3/#horizontal-dimension", + "https://www.w3.org/TR/css-writing-modes-3/#y-axis", + "https://www.w3.org/TR/css-writing-modes-3/#vertical-dimension", + "https://www.w3.org/TR/css-writing-modes-3/#abstract-axes", + "https://www.w3.org/TR/css-writing-modes-3/#abstract-dimensions", + "https://www.w3.org/TR/css-writing-modes-3/#block-dimension", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-vertical-dimension", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-horizontal-dimension", + "https://www.w3.org/TR/css-writing-modes-3/#inline-dimension", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-horizontal-dimension%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-vertical-dimension%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#block-axis", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-y-axis", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-x-axis", + "https://www.w3.org/TR/css-writing-modes-3/#inline-axis", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-x-axis%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-y-axis%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#block-size", + "https://www.w3.org/TR/css-writing-modes-3/#extent", + "https://www.w3.org/TR/css-writing-modes-3/#logical-height", + "https://www.w3.org/TR/css-writing-modes-3/#inline-size", + "https://www.w3.org/TR/css-writing-modes-3/#measure", + "https://www.w3.org/TR/css-writing-modes-3/#logical-width", + "https://www.w3.org/TR/css-writing-modes-3/#logical-directions", + "https://www.w3.org/TR/css-writing-modes-3/#flow-relative-direction", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-start%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-end%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-start%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-end%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-horizontal-tb%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#block-start", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-flow-direction%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-horizontal-tb%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-vertical-rl%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-vertical-lr%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#block-end", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-start%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#inline-start", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-direction-ltr%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-left%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-direction-rtl%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-right%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#inline-end", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-start%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#start", + "https://www.w3.org/TR/css-writing-modes-3/#end", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-start%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-start%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-end%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-end%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-start%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-end%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-start%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-end%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#example-bf84250f", + "https://www.w3.org/TR/css-writing-modes-3/#example-40873f56", + "https://www.w3.org/TR/css-writing-modes-3/#line-directions", + "https://www.w3.org/TR/css-writing-modes-3/#line-orientation", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-start%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-vertical-lr%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-end%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-align", + "https://www.w3.org/TR/css-writing-modes-3/#line-relative-direction", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-orientation", + "https://www.w3.org/TR/css-writing-modes-3/#over", + "https://www.w3.org/TR/css-writing-modes-3/#line-over", + "https://www.w3.org/TR/css-writing-modes-3/#under", + "https://www.w3.org/TR/css-writing-modes-3/#line-under", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-over%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#line-left", + "https://www.w3.org/TR/css-writing-modes-3/#line-right", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-left%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-horizontal-tb%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-vertical-rl%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-vertical-lr%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#vertical-metrics", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-orientation%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-orientation-mixed%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-orientation-sideways%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-over%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-under%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#logical-to-physical", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-horizontal-tb%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-vertical-rl%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-vertical-lr%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-direction-ltr%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-direction-rtl%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-direction-ltr%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-direction-rtl%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-direction-ltr%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-direction-rtl%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-used-value%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-orientation%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-vertical-writing-mode", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-orientation%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-orientation-upright%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-direction-ltr%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#abstract-layout", + "https://www.w3.org/TR/css-writing-modes-3/#vertical-layout", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-flow-relative-direction", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-margin-left", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-vertical-rl%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-margin-bottom", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-align%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-start%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-end%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#example-63009bd2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-vertical-rl%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-orientation-mixed%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-direction-rtl%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-start%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-start%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-margin-right", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-margin-left%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-margin-top", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-margin-bottom%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-vertical-rl%E2%91%A8", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-left%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-right%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-vertical-align%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-over%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-under%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#dimension-mapping", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-border-spacing", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-line-height", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-height", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-min-height", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-max-height", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-width", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-min-width", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-max-width", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-size", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-start%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-end%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-size", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-start%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-end%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-size%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#orthogonal-flows", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-vertical-rl%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-vertical-lr%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-horizontal-tb%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-vertical-rl%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#establish-an-orthogonal-flow", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-size%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-size%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-establish-an-orthogonal-flow", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-size%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-size%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-establish-an-orthogonal-flow%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-establish-an-orthogonal-flow%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#example-d9cb469c", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-size%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-size%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-size%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-size%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-axis%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-axis", + "https://www.w3.org/TR/css-writing-modes-3/#orthogonal-shrink-to-fit", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-axis%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-min-content", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-max-content", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-size%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-size%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#orthogonal-auto", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-size%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-size%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-width-auto", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-size%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-available", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-size%E2%91%A8", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-available%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-size%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-establish-an-orthogonal-flow%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-available%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-available%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-size%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-axis%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-fallback", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-available%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-available%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-max-width", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-min-width", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-scrollport", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-max-width%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-min-width%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#orthogonal-layout", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-axis%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-automatic-size", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-level", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-container%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-establish-an-orthogonal-flow%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-preferred-size-properties", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-width-auto%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-fit-content-size", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-max-content-inline-size", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-min-content-inline-size", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-stretch-fit-inline-size", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-available%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-stretch-fit-inline-size%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-containing-block", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-definite", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-fallback%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-automatic-size%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-multi-column-container", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-display-type", + "https://www.w3.org/TR/css-writing-modes-3/#orthogonal-pagination", + "https://www.w3.org/TR/css-writing-modes-3/#logical-direction-layout", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-float", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-clear", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-top", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-bottom", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-left", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-right", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-caption-side", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-caption-side%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-start%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-end%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-start%E2%91%A8", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-end%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-start%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-end%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-start%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-end%E2%91%A8", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-align%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-start%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-indent", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-start%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inline-start%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-block-start%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#line-mappings", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-relative-direction", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-over%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-under%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-left%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-right%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-horizontal-tb%E2%91%A8", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-right%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-left%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-align%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-right%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-left%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-float%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-clear%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-caption-side%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-over%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-under%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-vertical-align%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-over%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-line-over%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-decoration", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-under%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-over%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#physical-only", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-funcdef-rect", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-clip", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-box-shadow", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-shadow", + "https://www.w3.org/TR/css-writing-modes-3/#principal-flow", + "https://www.w3.org/TR/css-writing-modes-3/#principal-writing-mode", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-used-value%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-orientation%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-page-progression", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-the-body-element", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-used-value%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-computed-value%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-orientation%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-orientation%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-inheritance", + "https://www.w3.org/TR/css-writing-modes-3/#icb", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-principal-writing-mode", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-initial-containing-block", + "https://www.w3.org/TR/css-writing-modes-3/#page-direction", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-page-progression%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-principal-writing-mode%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-principal-writing-mode%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-page-progression%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-horizontal-tb%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-direction-ltr%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-horizontal-tb%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-direction-rtl%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-vertical-rl%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-vertical-lr%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#text-combine", + "https://www.w3.org/TR/css-writing-modes-3/#text-combine-horizontal", + "https://www.w3.org/TR/css-writing-modes-3/#text-combine-upright", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-combine-upright", + "https://www.w3.org/TR/css-writing-modes-3/#propdef-text-combine-upright", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-comb-one%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-character-unit%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-character-unit%E2%91%A8", + "https://www.w3.org/TR/css-writing-modes-3/#valdef-text-combine-upright-none", + "https://www.w3.org/TR/css-writing-modes-3/#valdef-text-combine-upright-all", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-character-unit%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-character-unit%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#example-8f7f7a77", + "https://www.w3.org/TR/css-writing-modes-3/#text-combine-runs", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-combine-upright%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-character-unit%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-combine-upright%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-combine-upright-none", + "https://www.w3.org/TR/css-writing-modes-3/#example-16eb3bf1", + "https://www.w3.org/TR/css-writing-modes-3/#text-combine-layout", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-combine-upright%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-bidi-isolate%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-letter-spacing", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-display-inline-block%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-horizontal-writing-mode%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-line-height%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-white-space", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-vertical-align%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-character-unit%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-orientation%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#text-combine-compression", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-character-unit%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#example-da304b32", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-character-unit%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-character-unit%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-character-unit%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-character-unit%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-character-unit%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-writing-modes-3/#text-combine-fullwidth", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-character-unit%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-typographic-character-unit%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-transform", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-font-variant", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-font-feature-settings", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-combine-upright%E2%91%A3", + "https://www.w3.org/TR/css-writing-modes-3/#priv-sec", + "https://www.w3.org/TR/css-writing-modes-3/#changes", + "https://www.w3.org/TR/css-writing-modes-3/#changes-20190903", + "https://www.w3.org/TR/css-writing-modes-3/#changes-20190730", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-establish-an-orthogonal-flow%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#changes-201805", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-orientation%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-combine-upright%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-combine-upright%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-bidi-isolate%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-letter-spacing%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-display-inline-block%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-horizontal-writing-mode%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-line-height%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-white-space%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#changes-201712", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-max-height%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-min-height%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#changes-201512", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-sideways-lr%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-sideways-rl", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-combine-upright%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-scrollport%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#changes-201311", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-orientation-sideways-right", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-orientation%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-orientation-sideways%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-orientation-sideways-right%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-sideways-lr%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-sideways-rl%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-orientation%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-glyph-orientation-vertical%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-orientation%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-page-break-inside", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-glyph-orientation-vertical%E2%91%A5", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-display-run-in", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-principal-writing-mode%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-caption-side%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-ruby-base-container-box", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-ruby-annotation-container-box", + "https://www.w3.org/TR/css-writing-modes-3/#acknowledgements", + "https://www.w3.org/TR/css-writing-modes-3/#script-orientations", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-vertical-only%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-bi-orientational%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-horizontal-only%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-horizontal-script", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-vertical-only%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-text-orientation-mixed%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-valdef-writing-mode-sideways-lr%E2%91%A2", + "https://www.w3.org/TR/css-writing-modes-3/#conformance", + "https://www.w3.org/TR/css-writing-modes-3/#document-conventions", + "https://www.w3.org/TR/css-writing-modes-3/#example-ae2b6bc0", + "https://www.w3.org/TR/css-writing-modes-3/#conform-classes", + "https://www.w3.org/TR/css-writing-modes-3/#conform-responsible", + "https://www.w3.org/TR/css-writing-modes-3/#conform-partial", + "https://www.w3.org/TR/css-writing-modes-3/#conform-future-proofing", + "https://www.w3.org/TR/css-writing-modes-3/#conform-testing", + "https://www.w3.org/TR/css-writing-modes-3/#index", + "https://www.w3.org/TR/css-writing-modes-3/#index-defined-here", + "https://www.w3.org/TR/css-writing-modes-3/#index-defined-elsewhere", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-margin-bottom", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-margin-left", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-margin-right", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-margin-top", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-box-decoration-break", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-computed-value", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-valdef-all-inherit", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-inheritance", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-used-value", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-block-container", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-block-formatting-context", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-block-level", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-containing-block", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-display-type", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-valdef-display-flow", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-valdef-display-flow-root", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-in-flow", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-independent-formatting-context", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-initial-containing-block", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-valdef-display-inline", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-inline-box", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-valdef-display-inline-block", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-inner-display-type", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-replaced-element", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-valdef-display-run-in", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-font-feature-settings", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-default-object-size", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-root-inline-box", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-vertical-align", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-funcdef-rect", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-scrollport", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-ruby-annotation-container-box", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-ruby-base-container-box", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-valdef-width-auto", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-automatic-size", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-available", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-available%E2%91%A0", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-available%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-definite", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-fallback", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-fit-content-size", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-max-width", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-max-content-inline-size", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-max-content", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-min-width", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-min-content-inline-size", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-min-content", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-preferred-size-properties", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-stretch-fit-inline-size", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-character", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-white-space", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-letter-spacing", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-text-align", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-text-indent", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-text-transform", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-typographic-character-unit", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-angle-value", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-integer-value", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-length-value", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-percentage-value", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-css-wide-keywords", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-font-relative-length", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-comb-one", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-valdef-writing-mode-sideways-lr", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-valdef-writing-mode-sideways-rl", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-border-spacing", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-bottom", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-caption-side", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-clear", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-clip", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-display", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-float", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-height", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-left", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-line-height", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-max-height", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-max-width", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-min-height", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-min-width", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-page-break-inside", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-right", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-top", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-width", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-font-variant", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-text-decoration", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-text-shadow", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-propdef-box-shadow", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-multi-column-container", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-page-progression", + "https://www.w3.org/TR/css-writing-modes-3/#term-for-the-body-element", + "https://www.w3.org/TR/css-writing-modes-3/#references", + "https://www.w3.org/TR/css-writing-modes-3/#normative", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-css-box-3", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-css-cascade-4", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-css-display-3", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-css-images-3", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-css-inline-3", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-css-masking-1", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-css-overflow-3", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-css-ruby-1", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-css-sizing-3", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-css-text-3", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-css-values-3", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-css-values-4", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-css-writing-modes-4", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-css2", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-css3-break", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-css3-text-decor", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-css3bg", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-css3col", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-css3page", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-html", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-rfc2119", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-rfc6919", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-svg11", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-uax11", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-uax24", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-uax50", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-uax9", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-unicode", + "https://www.w3.org/TR/css-writing-modes-3/#informative", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-css-break-4", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-css-fonts-4", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-css3-flexbox", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-css3-fonts", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-html401", + "https://www.w3.org/TR/css-writing-modes-3/#biblio-utn22", + "https://www.w3.org/TR/css-writing-modes-3/#property-index", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-direction%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-glyph-orientation-vertical%E2%91%A6", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-combine-upright%E2%91%A7", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-text-orientation%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-unicode-bidi%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-writing-modes-3/#ref-for-propdef-writing-mode%E2%91%A2%E2%91%A1" + ] +} \ No newline at end of file diff --git a/tr/ids/encoding.json b/tr/ids/encoding.json index 8bd4a8178c37..ba8225640490 100644 --- a/tr/ids/encoding.json +++ b/tr/ids/encoding.json @@ -1,1686 +1,1686 @@ { "spec": { "title": "Encoding Standard", - "url": "https://www.w3.org/TR/encoding/" + "url": "https://encoding.spec.whatwg.org/" }, "ids": [ - "https://www.w3.org/TR/encoding/#title", - "https://www.w3.org/TR/encoding/#subtitle", - "https://www.w3.org/TR/encoding/#commit-snapshot-link", - "https://www.w3.org/TR/encoding/#abstract", - "https://www.w3.org/TR/encoding/#toc", - "https://www.w3.org/TR/encoding/#contents", - "https://www.w3.org/TR/encoding/#preface", - "https://www.w3.org/TR/encoding/#security-background", - "https://www.w3.org/TR/encoding/#ref-for-shift_jis", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-decoder", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream", - "https://www.w3.org/TR/encoding/#ref-for-ascii-byte", - "https://www.w3.org/TR/encoding/#ref-for-ascii-code-point", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp", - "https://www.w3.org/TR/encoding/#ref-for-utf-16be-le", - "https://www.w3.org/TR/encoding/#ref-for-replacement", - "https://www.w3.org/TR/encoding/#ref-for-windows-1252", - "https://www.w3.org/TR/encoding/#terminology", - "https://www.w3.org/TR/encoding/#concept-stream", - "https://www.w3.org/TR/encoding/#ref-for-list", - "https://www.w3.org/TR/encoding/#ref-for-list-item", - "https://www.w3.org/TR/encoding/#ref-for-byte", - "https://www.w3.org/TR/encoding/#ref-for-scalar-value", - "https://www.w3.org/TR/encoding/#end-of-stream", - "https://www.w3.org/TR/encoding/#ref-for-list-item%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream", - "https://www.w3.org/TR/encoding/#ref-for-list-item%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-read", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-list-item%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-push", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-push%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-event-loop", - "https://www.w3.org/TR/encoding/#ref-for-in-parallel", - "https://www.w3.org/TR/encoding/#concept-stream-read", - "https://www.w3.org/TR/encoding/#ref-for-list-item%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-list-empty", - "https://www.w3.org/TR/encoding/#ref-for-list-size", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-list-remove", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-read%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-list-item%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-list-append", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-read%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-list-remove%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A4", - "https://www.w3.org/TR/encoding/#i-o-queue-peek", - "https://www.w3.org/TR/encoding/#ref-for-list-item%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-list-size%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-list-contain", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-list-iterate", - "https://www.w3.org/TR/encoding/#ref-for-the-range", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-iteration-break", - "https://www.w3.org/TR/encoding/#ref-for-list-append%E2%91%A0", - "https://www.w3.org/TR/encoding/#concept-stream-push", - "https://www.w3.org/TR/encoding/#ref-for-list-item%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-list-item%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-list-insert", - "https://www.w3.org/TR/encoding/#ref-for-list-item%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-list-append%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-push%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A7", - "https://www.w3.org/TR/encoding/#concept-stream-prepend", - "https://www.w3.org/TR/encoding/#ref-for-list-item%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-list%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-list-prepend", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#example-tokens", - "https://www.w3.org/TR/encoding/#from-i-o-queue-convert", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-list%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-string", - "https://www.w3.org/TR/encoding/#ref-for-byte-sequence", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-read%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-list-item%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#to-i-o-queue-convert", - "https://www.w3.org/TR/encoding/#ref-for-list%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-string%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-byte-sequence%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-list%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-list-contain%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-list-item%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-list%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-queue", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-prepend", - "https://www.w3.org/TR/encoding/#encodings", - "https://www.w3.org/TR/encoding/#encoding", - "https://www.w3.org/TR/encoding/#ref-for-scalar-value%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-byte%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-encoding", - "https://www.w3.org/TR/encoding/#name", - "https://www.w3.org/TR/encoding/#label", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-utf-8", - "https://www.w3.org/TR/encoding/#ref-for-utf-16le", - "https://www.w3.org/TR/encoding/#ref-for-utf-16be", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-decode", - "https://www.w3.org/TR/encoding/#ref-for-utf-16le%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-utf-16be%E2%91%A0", - "https://www.w3.org/TR/encoding/#encoders-and-decoders", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A3", - "https://www.w3.org/TR/encoding/#decoder", - "https://www.w3.org/TR/encoding/#encoder", - "https://www.w3.org/TR/encoding/#ref-for-decoder", - "https://www.w3.org/TR/encoding/#ref-for-encoder", - "https://www.w3.org/TR/encoding/#handler", - "https://www.w3.org/TR/encoding/#ref-for-handler", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-list-item%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/encoding/#finished", - "https://www.w3.org/TR/encoding/#ref-for-list-item%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/encoding/#error", - "https://www.w3.org/TR/encoding/#ref-for-code-point", - "https://www.w3.org/TR/encoding/#continue", - "https://www.w3.org/TR/encoding/#ref-for-replacement%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-utf-16be-le%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A0", - "https://www.w3.org/TR/encoding/#error-mode", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-error-mode", - "https://www.w3.org/TR/encoding/#ref-for-error-mode%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-error-mode%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A5", - "https://www.w3.org/TR/encoding/#concept-encoding-run", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-error-mode%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-concept-encoding-process", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-read%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-continue", - "https://www.w3.org/TR/encoding/#concept-encoding-process", - "https://www.w3.org/TR/encoding/#ref-for-list-item%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-error-mode%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-surrogate", - "https://www.w3.org/TR/encoding/#ref-for-handler%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-finished", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-push%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-list-item%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-surrogate%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-push%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-error", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-push%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-push%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-code-point%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-code-point-value", - "https://www.w3.org/TR/encoding/#ref-for-continue%E2%91%A0", - "https://www.w3.org/TR/encoding/#names-and-labels", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-label", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-label%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-ascii-lowercase", - "https://www.w3.org/TR/encoding/#ref-for-name", - "https://www.w3.org/TR/encoding/#ref-for-label%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-ascii-case-insensitive", - "https://www.w3.org/TR/encoding/#ref-for-label%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-name%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-label%E2%91%A3", - "https://www.w3.org/TR/encoding/#concept-encoding-get", - "https://www.w3.org/TR/encoding/#ref-for-ascii-whitespace", - "https://www.w3.org/TR/encoding/#ref-for-ascii-case-insensitive%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-label%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-label%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-name%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-label%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-ibm866", - "https://www.w3.org/TR/encoding/#ref-for-iso-8859-2", - "https://www.w3.org/TR/encoding/#ref-for-iso-8859-3", - "https://www.w3.org/TR/encoding/#ref-for-iso-8859-4", - "https://www.w3.org/TR/encoding/#ref-for-iso-8859-5", - "https://www.w3.org/TR/encoding/#ref-for-iso-8859-6", - "https://www.w3.org/TR/encoding/#ref-for-iso-8859-7", - "https://www.w3.org/TR/encoding/#ref-for-iso-8859-8", - "https://www.w3.org/TR/encoding/#ref-for-iso-8859-8-i", - "https://www.w3.org/TR/encoding/#ref-for-iso-8859-10", - "https://www.w3.org/TR/encoding/#ref-for-iso-8859-13", - "https://www.w3.org/TR/encoding/#ref-for-iso-8859-14", - "https://www.w3.org/TR/encoding/#ref-for-iso-8859-15", - "https://www.w3.org/TR/encoding/#ref-for-iso-8859-16", - "https://www.w3.org/TR/encoding/#ref-for-koi8-r", - "https://www.w3.org/TR/encoding/#ref-for-koi8-u", - "https://www.w3.org/TR/encoding/#ref-for-macintosh", - "https://www.w3.org/TR/encoding/#ref-for-windows-874", - "https://www.w3.org/TR/encoding/#ref-for-windows-1250", - "https://www.w3.org/TR/encoding/#ref-for-windows-1251", - "https://www.w3.org/TR/encoding/#ref-for-windows-1252%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-windows-1253", - "https://www.w3.org/TR/encoding/#ref-for-windows-1254", - "https://www.w3.org/TR/encoding/#ref-for-windows-1255", - "https://www.w3.org/TR/encoding/#ref-for-windows-1256", - "https://www.w3.org/TR/encoding/#ref-for-windows-1257", - "https://www.w3.org/TR/encoding/#ref-for-windows-1258", - "https://www.w3.org/TR/encoding/#ref-for-x-mac-cyrillic", - "https://www.w3.org/TR/encoding/#ref-for-gbk", - "https://www.w3.org/TR/encoding/#ref-for-gb18030", - "https://www.w3.org/TR/encoding/#ref-for-big5", - "https://www.w3.org/TR/encoding/#ref-for-euc-jp", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-shift_jis%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-euc-kr", - "https://www.w3.org/TR/encoding/#ref-for-replacement%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-utf-16be%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-utf-16le%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-x-user-defined", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-label%E2%91%A7", - "https://www.w3.org/TR/encoding/#supported-encodings", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-single-byte-encoding", - "https://www.w3.org/TR/encoding/#ref-for-ibm866%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-macintosh%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-x-mac-cyrillic%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-iso-8859-3%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-iso-8859-10%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-iso-8859-14%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-iso-8859-16%E2%91%A0", - "https://www.w3.org/TR/encoding/#output-encodings", - "https://www.w3.org/TR/encoding/#get-an-output-encoding", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-replacement%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-utf-16be-le%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-get-an-output-encoding", - "https://www.w3.org/TR/encoding/#indexes", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/encoding/#index", - "https://www.w3.org/TR/encoding/#ref-for-index", - "https://www.w3.org/TR/encoding/#ref-for-index%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-index%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-index%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-index%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-index%E2%91%A4", - "https://www.w3.org/TR/encoding/#index-code-point", - "https://www.w3.org/TR/encoding/#index-pointer", - "https://www.w3.org/TR/encoding/#visualization", - "https://www.w3.org/TR/encoding/#ref-for-index%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-index-gb18030-ranges", - "https://www.w3.org/TR/encoding/#ref-for-index-iso-2022-jp-katakana", - "https://www.w3.org/TR/encoding/#ref-for-index-jis0208", - "https://www.w3.org/TR/encoding/#ref-for-shift_jis%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-index-gb18030-ranges%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-index-iso-2022-jp-katakana%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-index%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-index-single-byte", - "https://www.w3.org/TR/encoding/#ref-for-index%E2%91%A7", - "https://www.w3.org/TR/encoding/#index-big5", - "https://www.w3.org/TR/encoding/#index-euc-kr", - "https://www.w3.org/TR/encoding/#index-gb18030", - "https://www.w3.org/TR/encoding/#index-gb18030-ranges", - "https://www.w3.org/TR/encoding/#ref-for-index%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-index-gb18030-ranges-code-point", - "https://www.w3.org/TR/encoding/#ref-for-index-gb18030-ranges-pointer", - "https://www.w3.org/TR/encoding/#index-jis0208", - "https://www.w3.org/TR/encoding/#index-jis0212", - "https://www.w3.org/TR/encoding/#ref-for-euc-jp-decoder", - "https://www.w3.org/TR/encoding/#index-iso-2022-jp-katakana", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder", - "https://www.w3.org/TR/encoding/#index-gb18030-ranges-code-point", - "https://www.w3.org/TR/encoding/#ref-for-index-gb18030-ranges%E2%91%A1", - "https://www.w3.org/TR/encoding/#index-gb18030-ranges-pointer", - "https://www.w3.org/TR/encoding/#ref-for-index-gb18030-ranges%E2%91%A2", - "https://www.w3.org/TR/encoding/#index-shift_jis-pointer", - "https://www.w3.org/TR/encoding/#ref-for-index-jis0208%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-index-jis0208%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-index-pointer", - "https://www.w3.org/TR/encoding/#index-big5-pointer", - "https://www.w3.org/TR/encoding/#ref-for-index-big5", - "https://www.w3.org/TR/encoding/#ref-for-index-pointer%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-index%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-index-gb18030-ranges%E2%91%A3", - "https://www.w3.org/TR/encoding/#specification-hooks", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-decode%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-decode-without-bom", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-decode-without-bom-or-fail", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-encode", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-decode%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-decode-without-bom%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-decode-without-bom-or-fail%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-encode%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-encode%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-encode", - "https://www.w3.org/TR/encoding/#ref-for-surrogate%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-decode", - "https://www.w3.org/TR/encoding/#ref-for-encode%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-in-parallel%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-decode-without-bom-or-fail%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/encoding/#utf-8-decode", - "https://www.w3.org/TR/encoding/#ref-for-i-o-queue-peek", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-read%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-concept-encoding-run", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A6", - "https://www.w3.org/TR/encoding/#utf-8-decode-without-bom", - "https://www.w3.org/TR/encoding/#ref-for-concept-encoding-run%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A7", - "https://www.w3.org/TR/encoding/#utf-8-decode-without-bom-or-fail", - "https://www.w3.org/TR/encoding/#ref-for-concept-encoding-run%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A0", - "https://www.w3.org/TR/encoding/#utf-8-encode", - "https://www.w3.org/TR/encoding/#ref-for-encode%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#legacy-hooks", - "https://www.w3.org/TR/encoding/#ref-for-decode%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-bom-sniff", - "https://www.w3.org/TR/encoding/#ref-for-encode%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-concept-encoding-get", - "https://www.w3.org/TR/encoding/#ref-for-label%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-get-an-output-encoding%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-encode%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-get-an-encoder", - "https://www.w3.org/TR/encoding/#ref-for-encode-or-fail", - "https://www.w3.org/TR/encoding/#decode", - "https://www.w3.org/TR/encoding/#ref-for-bom-sniff%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-read%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-read%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-concept-encoding-run%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#bom-sniff", - "https://www.w3.org/TR/encoding/#ref-for-i-o-queue-peek%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-byte-sequence-starts-with", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-utf-16be%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-utf-16le%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-decode%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-decode%E2%91%A2", - "https://www.w3.org/TR/encoding/#encode", - "https://www.w3.org/TR/encoding/#ref-for-get-an-encoder%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-concept-encoding-run%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-encode%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A1", - "https://www.w3.org/TR/encoding/#get-an-encoder", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-replacement%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-utf-16be-le%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A8", - "https://www.w3.org/TR/encoding/#encode-or-fail", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-concept-encoding-run%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-push%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-code-point%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-code-point-value%E2%91%A0", - "https://www.w3.org/TR/encoding/#pit-of-iso-2022-jp", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-roman", - "https://www.w3.org/TR/encoding/#ref-for-encode-or-fail%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-code-point%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/encoding/#api", - "https://www.w3.org/TR/encoding/#example-textencoder", - "https://www.w3.org/TR/encoding/#ref-for-textencoder", - "https://www.w3.org/TR/encoding/#ref-for-idl-ArrayBuffer", - "https://www.w3.org/TR/encoding/#ref-for-idl-Uint8Array", - "https://www.w3.org/TR/encoding/#ref-for-idl-Uint32Array", - "https://www.w3.org/TR/encoding/#ref-for-idl-Uint32Array%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-idl-Uint32Array%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-idl-ArrayBuffer%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/encoding/#interface-mixin-textdecodercommon", - "https://www.w3.org/TR/encoding/#ref-for-textdecodercommon", - "https://www.w3.org/TR/encoding/#textdecodercommon", - "https://www.w3.org/TR/encoding/#ref-for-idl-DOMString", - "https://www.w3.org/TR/encoding/#ref-for-dom-textdecoder-encoding", - "https://www.w3.org/TR/encoding/#ref-for-idl-boolean", - "https://www.w3.org/TR/encoding/#ref-for-dom-textdecoder-fatal", - "https://www.w3.org/TR/encoding/#ref-for-idl-boolean%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-dom-textdecoder-ignorebom", - "https://www.w3.org/TR/encoding/#ref-for-textdecodercommon%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder", - "https://www.w3.org/TR/encoding/#ref-for-textdecoderstream", - "https://www.w3.org/TR/encoding/#textdecoder-encoding", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/encoding/#textdecodercommon-decoder", - "https://www.w3.org/TR/encoding/#textdecoder-decoder", - "https://www.w3.org/TR/encoding/#textdecoderstream-decoder", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#textdecodercommon-i-o-queue", - "https://www.w3.org/TR/encoding/#textdecoder-stream", - "https://www.w3.org/TR/encoding/#textdecoderstream-stream", - "https://www.w3.org/TR/encoding/#textdecodercommon-stream", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/encoding/#textdecoder-ignore-bom-flag", - "https://www.w3.org/TR/encoding/#textdecoder-bom-seen-flag", - "https://www.w3.org/TR/encoding/#textdecoder-error-mode", - "https://www.w3.org/TR/encoding/#ref-for-error-mode%E2%91%A4", - "https://www.w3.org/TR/encoding/#concept-td-serialize", - "https://www.w3.org/TR/encoding/#ref-for-textdecodercommon%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-read%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-encoding", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-utf-16be-le%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-ignore-bom-flag", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-bom-seen-flag", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-bom-seen-flag%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-iteration-continue", - "https://www.w3.org/TR/encoding/#ref-for-decode%E2%91%A3", - "https://www.w3.org/TR/encoding/#dom-textdecoder-encoding", - "https://www.w3.org/TR/encoding/#ref-for-this", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-encoding%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-name%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-ascii-lowercase%E2%91%A0", - "https://www.w3.org/TR/encoding/#dom-textdecoder-fatal", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-error-mode", - "https://www.w3.org/TR/encoding/#dom-textdecoder-ignorebom", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-ignore-bom-flag%E2%91%A0", - "https://www.w3.org/TR/encoding/#interface-textdecoder", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder%E2%91%A0", - "https://www.w3.org/TR/encoding/#textdecoderoptions", - "https://www.w3.org/TR/encoding/#ref-for-idl-boolean%E2%91%A1", - "https://www.w3.org/TR/encoding/#dom-textdecoderoptions-fatal", - "https://www.w3.org/TR/encoding/#ref-for-idl-boolean%E2%91%A2", - "https://www.w3.org/TR/encoding/#dom-textdecoderoptions-ignorebom", - "https://www.w3.org/TR/encoding/#textdecodeoptions", - "https://www.w3.org/TR/encoding/#ref-for-idl-boolean%E2%91%A3", - "https://www.w3.org/TR/encoding/#dom-textdecodeoptions-stream", - "https://www.w3.org/TR/encoding/#textdecoder", - "https://www.w3.org/TR/encoding/#ref-for-dom-textdecoder", - "https://www.w3.org/TR/encoding/#ref-for-idl-DOMString%E2%91%A0", - "https://www.w3.org/TR/encoding/#dom-textdecoder-textdecoder-label-options-label", - "https://www.w3.org/TR/encoding/#ref-for-textdecoderoptions", - "https://www.w3.org/TR/encoding/#dom-textdecoder-textdecoder-label-options-options", - "https://www.w3.org/TR/encoding/#ref-for-idl-USVString", - "https://www.w3.org/TR/encoding/#ref-for-dom-textdecoder-decode", - "https://www.w3.org/TR/encoding/#ref-for-AllowShared", - "https://www.w3.org/TR/encoding/#ref-for-BufferSource", - "https://www.w3.org/TR/encoding/#dom-textdecoder-decode-input-options-input", - "https://www.w3.org/TR/encoding/#ref-for-textdecodeoptions", - "https://www.w3.org/TR/encoding/#dom-textdecoder-decode-input-options-options", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-textdecodercommon%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder%E2%91%A2", - "https://www.w3.org/TR/encoding/#textdecoder-do-not-flush-flag", - "https://www.w3.org/TR/encoding/#ref-for-dom-textdecoder%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-label%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-label%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-replacement%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-dfn-throw", - "https://www.w3.org/TR/encoding/#ref-for-exceptiondef-rangeerror", - "https://www.w3.org/TR/encoding/#ref-for-dom-textdecoder-encoding%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-encoding%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-name%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-dom-textdecoder-fatal%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-error-mode%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-dom-textdecoder-ignorebom%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-ignore-bom-flag%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-dom-textdecoder-decode%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-encoding%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/encoding/#example-end-of-stream", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-error-mode%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-encoding%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-dfn-throw%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-exceptiondef-typeerror", - "https://www.w3.org/TR/encoding/#dom-textdecoder", - "https://www.w3.org/TR/encoding/#ref-for-concept-encoding-get%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-replacement%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-dfn-throw%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-exceptiondef-rangeerror%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-encoding%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-dom-textdecoderoptions-fatal", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-error-mode%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-ignore-bom-flag%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-dom-textdecoderoptions-ignorebom", - "https://www.w3.org/TR/encoding/#dom-textdecoder-decode", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-do-not-flush-flag", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-textdecodercommon-decoder", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-encoding%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-textdecodercommon-i-o-queue", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-bom-seen-flag%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-do-not-flush-flag%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-dom-textdecodeoptions-stream", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-push%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-dfn-get-buffer-source-copy", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-textdecodercommon-i-o-queue%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-dom-textdecoder-decode%E2%91%A1", - "https://www.w3.org/TR/encoding/#sharedarraybuffer-warning", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-read%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-textdecodercommon-i-o-queue%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-do-not-flush-flag%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-concept-td-serialize", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-do-not-flush-flag%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-textdecodercommon-decoder%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-concept-encoding-process%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-textdecodercommon-decoder%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-textdecodercommon-i-o-queue%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-error-mode%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-concept-td-serialize%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-dfn-throw%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-exceptiondef-typeerror%E2%91%A0", - "https://www.w3.org/TR/encoding/#interface-mixin-textencodercommon", - "https://www.w3.org/TR/encoding/#ref-for-textencodercommon", - "https://www.w3.org/TR/encoding/#textencodercommon", - "https://www.w3.org/TR/encoding/#ref-for-idl-DOMString%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-dom-textencoder-encoding", - "https://www.w3.org/TR/encoding/#ref-for-textencodercommon%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-textencoder%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-textencoderstream", - "https://www.w3.org/TR/encoding/#dom-textencoder-encoding", - "https://www.w3.org/TR/encoding/#interface-textencoder", - "https://www.w3.org/TR/encoding/#ref-for-textencoder%E2%91%A1", - "https://www.w3.org/TR/encoding/#dictdef-textencoderencodeintoresult", - "https://www.w3.org/TR/encoding/#ref-for-idl-unsigned-long-long", - "https://www.w3.org/TR/encoding/#dom-textencoderencodeintoresult-read", - "https://www.w3.org/TR/encoding/#ref-for-idl-unsigned-long-long%E2%91%A0", - "https://www.w3.org/TR/encoding/#dom-textencoderencodeintoresult-written", - "https://www.w3.org/TR/encoding/#textencoder", - "https://www.w3.org/TR/encoding/#ref-for-dom-textencoder", - "https://www.w3.org/TR/encoding/#ref-for-NewObject", - "https://www.w3.org/TR/encoding/#ref-for-idl-Uint8Array%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-dom-textencoder-encode", - "https://www.w3.org/TR/encoding/#ref-for-idl-USVString%E2%91%A0", - "https://www.w3.org/TR/encoding/#dom-textencoder-encode-input-input", - "https://www.w3.org/TR/encoding/#ref-for-dictdef-textencoderencodeintoresult", - "https://www.w3.org/TR/encoding/#ref-for-dom-textencoder-encodeinto", - "https://www.w3.org/TR/encoding/#ref-for-idl-USVString%E2%91%A1", - "https://www.w3.org/TR/encoding/#dom-textencoder-encodeinto-source-destination-source", - "https://www.w3.org/TR/encoding/#ref-for-AllowShared%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-idl-Uint8Array%E2%91%A1", - "https://www.w3.org/TR/encoding/#dom-textencoder-encodeinto-source-destination-destination", - "https://www.w3.org/TR/encoding/#ref-for-textencoder%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-textencodercommon%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-textencoder%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-dom-textencoder%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-textencoder%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-dom-textencoder-encoding%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-dom-textencoder-encode%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-dom-textencoder-encodeinto%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-encoder", - "https://www.w3.org/TR/encoding/#ref-for-dom-textencoderencodeintoresult-read", - "https://www.w3.org/TR/encoding/#ref-for-code-unit", - "https://www.w3.org/TR/encoding/#ref-for-dom-textencoderencodeintoresult-written", - "https://www.w3.org/TR/encoding/#dom-textencoder", - "https://www.w3.org/TR/encoding/#dom-textencoder-encode", - "https://www.w3.org/TR/encoding/#ref-for-to-i-o-queue-convert", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-read%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-concept-encoding-process%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-encoder%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-encoder%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-from-i-o-queue-convert", - "https://www.w3.org/TR/encoding/#ref-for-idl-Uint8Array%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-idl-ArrayBuffer%E2%91%A1", - "https://www.w3.org/TR/encoding/#dom-textencoder-encodeinto", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-encoder%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-handler%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-encoder%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-to-i-o-queue-convert%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-read%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-handler%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-iteration-break%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-buffersource-byte-length", - "https://www.w3.org/TR/encoding/#ref-for-arraybufferview-write", - "https://www.w3.org/TR/encoding/#ref-for-arraybufferview-write-startingoffset", - "https://www.w3.org/TR/encoding/#ref-for-iteration-break%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-dom-textencoderencodeintoresult-read%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-dom-textencoderencodeintoresult-written%E2%91%A0", - "https://www.w3.org/TR/encoding/#example-textencoder-encodeinto", - "https://www.w3.org/TR/encoding/#ref-for-dom-textencoder-encodeinto%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-idl-ArrayBuffer%E2%91%A2", - "https://www.w3.org/TR/encoding/#interface-textdecoderstream", - "https://www.w3.org/TR/encoding/#ref-for-textdecoderstream%E2%91%A0", - "https://www.w3.org/TR/encoding/#textdecoderstream", - "https://www.w3.org/TR/encoding/#ref-for-dom-textdecoderstream", - "https://www.w3.org/TR/encoding/#ref-for-idl-DOMString%E2%91%A2", - "https://www.w3.org/TR/encoding/#dom-textdecoderstream-textdecoderstream-label-options-label", - "https://www.w3.org/TR/encoding/#ref-for-textdecoderoptions%E2%91%A0", - "https://www.w3.org/TR/encoding/#dom-textdecoderstream-textdecoderstream-label-options-options", - "https://www.w3.org/TR/encoding/#ref-for-textdecoderstream%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-textdecodercommon%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-textdecoderstream%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-generictransformstream", - "https://www.w3.org/TR/encoding/#ref-for-dom-textdecoderstream%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-textdecoderstream%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-label%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-label%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-replacement%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-dfn-throw%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-exceptiondef-rangeerror%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-dom-textdecoder-encoding%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-encoding%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-name%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-dom-textdecoder-fatal%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-error-mode%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-dom-textdecoder-ignorebom%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-ignore-bom-flag%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-dom-generictransformstream-readable", - "https://www.w3.org/TR/encoding/#ref-for-readable-stream", - "https://www.w3.org/TR/encoding/#ref-for-chunk", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-encoding%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-dom-generictransformstream-writable", - "https://www.w3.org/TR/encoding/#ref-for-dom-generictransformstream-writable%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-writable-stream", - "https://www.w3.org/TR/encoding/#ref-for-AllowShared%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-BufferSource%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-encoding%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-dom-generictransformstream-readable%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-rs-pipe-through", - "https://www.w3.org/TR/encoding/#ref-for-readablestream", - "https://www.w3.org/TR/encoding/#example-textdecoderstream-writable", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-error-mode%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-encoding%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-dom-generictransformstream-readable%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-dom-generictransformstream-writable%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-exceptiondef-typeerror%E2%91%A1", - "https://www.w3.org/TR/encoding/#dom-textdecoderstream", - "https://www.w3.org/TR/encoding/#ref-for-concept-encoding-get%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-replacement%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-dfn-throw%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-exceptiondef-rangeerror%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-encoding%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-dom-textdecoderoptions-fatal%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-error-mode%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-ignore-bom-flag%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-dom-textdecoderoptions-ignorebom%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-textdecodercommon-decoder%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-encoding%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-textdecodercommon-i-o-queue%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-decode-and-enqueue-a-chunk", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-flush-and-enqueue", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-new", - "https://www.w3.org/TR/encoding/#ref-for-transformstream", - "https://www.w3.org/TR/encoding/#ref-for-transformstream-set-up", - "https://www.w3.org/TR/encoding/#ref-for-transformstream-set-up-transformalgorithm", - "https://www.w3.org/TR/encoding/#ref-for-transformstream-set-up-flushalgorithm", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-generictransformstream-transform", - "https://www.w3.org/TR/encoding/#decode-and-enqueue-a-chunk", - "https://www.w3.org/TR/encoding/#ref-for-textdecoderstream%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-dfn-convert-ecmascript-to-idl-value", - "https://www.w3.org/TR/encoding/#ref-for-AllowShared%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-BufferSource%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-push%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-dfn-get-buffer-source-copy%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-textdecodercommon-i-o-queue%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-read%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-textdecodercommon-i-o-queue%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-concept-td-serialize%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-transformstream-enqueue", - "https://www.w3.org/TR/encoding/#ref-for-generictransformstream-transform%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-concept-encoding-process%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-textdecodercommon-decoder%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-textdecodercommon-i-o-queue%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-error-mode%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-dfn-throw%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-exceptiondef-typeerror%E2%91%A2", - "https://www.w3.org/TR/encoding/#flush-and-enqueue", - "https://www.w3.org/TR/encoding/#ref-for-readablestream%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-textdecoderstream%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-read%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-textdecodercommon-i-o-queue%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-concept-encoding-process%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-textdecodercommon-decoder%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-textdecodercommon-i-o-queue%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-textdecoder-error-mode%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-concept-td-serialize%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-transformstream-enqueue%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-generictransformstream-transform%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-dfn-throw%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-exceptiondef-typeerror%E2%91%A3", - "https://www.w3.org/TR/encoding/#interface-textencoderstream", - "https://www.w3.org/TR/encoding/#ref-for-textencoderstream%E2%91%A0", - "https://www.w3.org/TR/encoding/#textencoderstream", - "https://www.w3.org/TR/encoding/#ref-for-dom-textencoderstream", - "https://www.w3.org/TR/encoding/#ref-for-textencoderstream%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-textencodercommon%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-textencoderstream%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-generictransformstream%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-textencoderstream%E2%91%A3", - "https://www.w3.org/TR/encoding/#textencoderstream-encoder", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/encoding/#textencoderstream-pending-high-surrogate", - "https://www.w3.org/TR/encoding/#ref-for-surrogate%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-textencoderstream%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-dom-textencoderstream%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-textencoderstream%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-dom-textencoder-encoding%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-dom-generictransformstream-readable%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-readable-stream%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-chunk%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-idl-Uint8Array%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-dom-generictransformstream-writable%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-dom-generictransformstream-writable%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-writable-stream%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-dom-generictransformstream-readable%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-rs-pipe-through%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-readablestream%E2%91%A1", - "https://www.w3.org/TR/encoding/#example-textencoderstream-writable", - "https://www.w3.org/TR/encoding/#dom-textencoderstream", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-textencoderstream-encoder", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-encoder%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-encode-and-enqueue-a-chunk", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-encode-and-flush", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-new%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-transformstream%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-transformstream-set-up%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-transformstream-set-up-transformalgorithm%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-transformstream-set-up-flushalgorithm%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-this%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-generictransformstream-transform%E2%91%A2", - "https://www.w3.org/TR/encoding/#encode-and-enqueue-a-chunk", - "https://www.w3.org/TR/encoding/#ref-for-textencoderstream%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-idl-DOMString%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-to-i-o-queue-convert%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-code-unit%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-idl-DOMString%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-idl-USVString%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-read%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-from-i-o-queue-convert%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-idl-Uint8Array%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-idl-ArrayBuffer%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-transformstream-enqueue%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-generictransformstream-transform%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-convert-code-unit-to-scalar-value", - "https://www.w3.org/TR/encoding/#ref-for-continue%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-concept-encoding-process%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-textencoderstream-encoder%E2%91%A0", - "https://www.w3.org/TR/encoding/#convert-code-unit-to-scalar-value", - "https://www.w3.org/TR/encoding/#ref-for-textencoderstream%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-code-unit%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-textencoderstream-pending-high-surrogate", - "https://www.w3.org/TR/encoding/#ref-for-textencoderstream-pending-high-surrogate%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-textencoderstream-pending-high-surrogate%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-prepend%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-textencoderstream-pending-high-surrogate%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-continue%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-javascript-string-convert", - "https://www.w3.org/TR/encoding/#ref-for-string%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-scalar-value-string", - "https://www.w3.org/TR/encoding/#encode-and-flush", - "https://www.w3.org/TR/encoding/#ref-for-textencoderstream%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-textencoderstream-pending-high-surrogate%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-idl-Uint8Array%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-idl-ArrayBuffer%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-transformstream-enqueue%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-generictransformstream-transform%E2%91%A4", - "https://www.w3.org/TR/encoding/#the-encoding", - "https://www.w3.org/TR/encoding/#utf-8", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/encoding/#utf-8-decoder", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-decoder", - "https://www.w3.org/TR/encoding/#ref-for-label%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-decoder%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-decode%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-decode%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/encoding/#utf-8-code-point", - "https://www.w3.org/TR/encoding/#utf-8-bytes-seen", - "https://www.w3.org/TR/encoding/#utf-8-bytes-needed", - "https://www.w3.org/TR/encoding/#utf-8-lower-boundary", - "https://www.w3.org/TR/encoding/#utf-8-upper-boundary", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-handler%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-bytes-needed", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-bytes-needed%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-bytes-needed%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-bytes-needed%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-code-point", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-lower-boundary", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-upper-boundary", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-bytes-needed%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-code-point%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-lower-boundary%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-upper-boundary%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-bytes-needed%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-code-point%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-continue%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-lower-boundary%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-upper-boundary%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-code-point%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-bytes-needed%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-bytes-seen", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-lower-boundary%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-upper-boundary%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-prepend%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-lower-boundary%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-upper-boundary%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-code-point%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-code-point%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-code-point%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-bytes-seen%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-bytes-seen%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-bytes-needed%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-continue%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-code-point%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-code-point%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-bytes-needed%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-bytes-seen%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-decoder%E2%91%A0", - "https://www.w3.org/TR/encoding/#utf-8-encoder", - "https://www.w3.org/TR/encoding/#ref-for-utf-8-encoder%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-utf-8%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-handler%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-ascii-code-point%E2%91%A0", - "https://www.w3.org/TR/encoding/#legacy-single-byte-encodings", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/encoding/#single-byte-encoding", - "https://www.w3.org/TR/encoding/#ref-for-single-byte-encoding%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/encoding/#index-single-byte", - "https://www.w3.org/TR/encoding/#ref-for-single-byte-decoder", - "https://www.w3.org/TR/encoding/#ref-for-single-byte-encoder", - "https://www.w3.org/TR/encoding/#ref-for-single-byte-encoding%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-single-byte-encoding%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-index%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#ibm866", - "https://www.w3.org/TR/encoding/#iso-8859-2", - "https://www.w3.org/TR/encoding/#iso-8859-3", - "https://www.w3.org/TR/encoding/#iso-8859-4", - "https://www.w3.org/TR/encoding/#iso-8859-5", - "https://www.w3.org/TR/encoding/#iso-8859-6", - "https://www.w3.org/TR/encoding/#iso-8859-7", - "https://www.w3.org/TR/encoding/#iso-8859-8", - "https://www.w3.org/TR/encoding/#iso-8859-8-i", - "https://www.w3.org/TR/encoding/#iso-8859-10", - "https://www.w3.org/TR/encoding/#iso-8859-13", - "https://www.w3.org/TR/encoding/#iso-8859-14", - "https://www.w3.org/TR/encoding/#iso-8859-15", - "https://www.w3.org/TR/encoding/#iso-8859-16", - "https://www.w3.org/TR/encoding/#koi8-r", - "https://www.w3.org/TR/encoding/#koi8-u", - "https://www.w3.org/TR/encoding/#macintosh", - "https://www.w3.org/TR/encoding/#windows-874", - "https://www.w3.org/TR/encoding/#windows-1250", - "https://www.w3.org/TR/encoding/#windows-1251", - "https://www.w3.org/TR/encoding/#windows-1252", - "https://www.w3.org/TR/encoding/#windows-1253", - "https://www.w3.org/TR/encoding/#windows-1254", - "https://www.w3.org/TR/encoding/#windows-1255", - "https://www.w3.org/TR/encoding/#windows-1256", - "https://www.w3.org/TR/encoding/#windows-1257", - "https://www.w3.org/TR/encoding/#windows-1258", - "https://www.w3.org/TR/encoding/#x-mac-cyrillic", - "https://www.w3.org/TR/encoding/#ref-for-iso-8859-8%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-iso-8859-8-i%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-name%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-iso-8859-8%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-iso-8859-6%E2%91%A0", - "https://www.w3.org/TR/encoding/#single-byte-decoder", - "https://www.w3.org/TR/encoding/#ref-for-single-byte-decoder%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-single-byte-encoding%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-handler%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-ascii-byte%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-index-code-point", - "https://www.w3.org/TR/encoding/#ref-for-index-single-byte%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/encoding/#single-byte-encoder", - "https://www.w3.org/TR/encoding/#ref-for-single-byte-encoder%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-single-byte-encoding%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-handler%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-ascii-code-point%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-index-pointer%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-index-single-byte%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/encoding/#legacy-multi-byte-chinese-(simplified)-encodings", - "https://www.w3.org/TR/encoding/#gbk", - "https://www.w3.org/TR/encoding/#ref-for-gbk%E2%91%A4", - "https://www.w3.org/TR/encoding/#gbk-decoder", - "https://www.w3.org/TR/encoding/#ref-for-gbk-decoder", - "https://www.w3.org/TR/encoding/#ref-for-gbk%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-gb18030%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/encoding/#gbk-encoder", - "https://www.w3.org/TR/encoding/#ref-for-gbk-encoder", - "https://www.w3.org/TR/encoding/#ref-for-gbk%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-gb18030%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-gbk-flag", - "https://www.w3.org/TR/encoding/#ref-for-gbk%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-gb18030%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-gbk%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/encoding/#gb18030", - "https://www.w3.org/TR/encoding/#ref-for-gb18030%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#gb18030-decoder", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-decoder%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-gb18030%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/encoding/#gb18030-first", - "https://www.w3.org/TR/encoding/#gb18030-second", - "https://www.w3.org/TR/encoding/#gb18030-third", - "https://www.w3.org/TR/encoding/#ref-for-gb18030%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-handler%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-first", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-second", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-third", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-first%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-second%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-third%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-first%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-second%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-third%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-third%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-prepend%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-second%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-third%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-first%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-second%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-third%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-index-gb18030-ranges-code-point%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-first%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-second%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-third%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-first%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-second%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-third%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-second%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-third%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-continue%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-prepend%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-second%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-first%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-second%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-first%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-second%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-continue%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-first%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-first%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-index-code-point%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-index-gb18030", - "https://www.w3.org/TR/encoding/#ref-for-ascii-byte%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-prepend%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-ascii-byte%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-first%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-continue%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/encoding/#gb18030-encoder", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-encoder", - "https://www.w3.org/TR/encoding/#ref-for-gb18030%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/encoding/#gbk-flag", - "https://www.w3.org/TR/encoding/#ref-for-gb18030%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-handler%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-ascii-code-point%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-index-gb18030%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-gbk-flag%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-index-pointer%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-index-gb18030%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-gbk-flag%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-index-gb18030-ranges-pointer%E2%91%A0", - "https://www.w3.org/TR/encoding/#legacy-multi-byte-chinese-(traditional)-encodings", - "https://www.w3.org/TR/encoding/#big5", - "https://www.w3.org/TR/encoding/#ref-for-big5%E2%91%A3", - "https://www.w3.org/TR/encoding/#big5-decoder", - "https://www.w3.org/TR/encoding/#ref-for-big5-decoder", - "https://www.w3.org/TR/encoding/#ref-for-big5%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/encoding/#big5-lead", - "https://www.w3.org/TR/encoding/#ref-for-big5%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-handler%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-big5-lead", - "https://www.w3.org/TR/encoding/#ref-for-big5-lead%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-big5-lead%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-big5-lead%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-big5-lead%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-big5-lead%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-index%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-index-code-point%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-index-big5%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-ascii-byte%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-prepend%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-ascii-byte%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-big5-lead%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-continue%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/encoding/#big5-encoder", - "https://www.w3.org/TR/encoding/#ref-for-big5-encoder", - "https://www.w3.org/TR/encoding/#ref-for-big5%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-handler%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-ascii-code-point%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-index-big5-pointer", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/encoding/#legacy-multi-byte-japanese-encodings", - "https://www.w3.org/TR/encoding/#euc-jp", - "https://www.w3.org/TR/encoding/#ref-for-euc-jp%E2%91%A3", - "https://www.w3.org/TR/encoding/#euc-jp-decoder", - "https://www.w3.org/TR/encoding/#ref-for-euc-jp-decoder%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-euc-jp%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/encoding/#euc-jp-jis0212-flag", - "https://www.w3.org/TR/encoding/#euc-jp-lead", - "https://www.w3.org/TR/encoding/#ref-for-euc-jp%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-handler%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-euc-jp-lead", - "https://www.w3.org/TR/encoding/#ref-for-euc-jp-lead%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-euc-jp-lead%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-euc-jp-lead%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-euc-jp-lead%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-euc-jp-lead%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-euc-jp-jis0212-flag", - "https://www.w3.org/TR/encoding/#ref-for-euc-jp-lead%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-continue%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-euc-jp-lead%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-euc-jp-lead%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-euc-jp-lead%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-index-code-point%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-index-jis0208%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-euc-jp-jis0212-flag%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-index-jis0212", - "https://www.w3.org/TR/encoding/#ref-for-euc-jp-jis0212-flag%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-ascii-byte%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-prepend%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-ascii-byte%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-euc-jp-lead%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-continue%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/encoding/#euc-jp-encoder", - "https://www.w3.org/TR/encoding/#ref-for-euc-jp-encoder", - "https://www.w3.org/TR/encoding/#ref-for-euc-jp%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-handler%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-ascii-code-point%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-index-pointer%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-index-jis0208%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-index-jis0208%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-index-pointer%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/encoding/#iso-2022-jp", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp%E2%91%A6", - "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder-state", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-ascii", - "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder-output-state", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-ascii%E2%91%A0", - "https://www.w3.org/TR/encoding/#iso-2022-jp-lead", - "https://www.w3.org/TR/encoding/#iso-2022-jp-output-flag", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-handler%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-state", - "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder-ascii", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-state%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-escape-start", - "https://www.w3.org/TR/encoding/#ref-for-continue%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-output-flag", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-output-flag%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder-roman", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-state%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-escape-start%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-continue%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-output-flag%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-output-flag%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-output-flag%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-output-flag%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder-katakana", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-state%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-escape-start%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-continue%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-output-flag%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-output-flag%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder-lead-byte", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-state%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-escape-start%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-continue%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-output-flag%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-lead", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-state%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-trail-byte", - "https://www.w3.org/TR/encoding/#ref-for-continue%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-output-flag%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder-trail-byte", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-state%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-escape-start%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-state%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-lead-byte", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-lead%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-index-code-point%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-index-jis0208%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-state%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-lead-byte%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-state%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-lead-byte%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder-escape-start", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-lead%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-state%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-escape", - "https://www.w3.org/TR/encoding/#ref-for-continue%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-prepend%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-output-flag%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-state%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-output-state", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/encoding/#iso-2022-jp-decoder-escape", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-lead%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-lead%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-ascii%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-roman%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-katakana", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-lead-byte%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-state%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-output-state%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-output-flag%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-output-flag%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-continue%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-prepend%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-prepend%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-output-flag%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-state%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-decoder-output-state%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/encoding/#iso-2022-jp-encoder", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/encoding/#example-iso-2022-jp-encoder-oddity", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/encoding/#iso-2022-jp-encoder-state", - "https://www.w3.org/TR/encoding/#iso-2022-jp-encoder-ascii", - "https://www.w3.org/TR/encoding/#iso-2022-jp-encoder-roman", - "https://www.w3.org/TR/encoding/#iso-2022-jp-encoder-jis0208", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-ascii", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-handler%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-state", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-ascii%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-state%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-ascii%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A4%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-state%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-ascii%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-state%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-ascii%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-roman", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-state%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-ascii%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-ascii-code-point%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-state%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-roman%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-ascii-code-point%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-ascii-code-point%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-ascii-code-point%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-state%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-ascii%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-prepend%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-state%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-ascii%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-state%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-roman%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-prepend%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-state%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-roman%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-index-code-point%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-index-iso-2022-jp-katakana%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-index-pointer%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-index-jis0208%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-index-jis0208%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-index-pointer%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-state%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-jis0208", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-prepend%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-state%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-ascii%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-state%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-jis0208%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-prepend%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-state%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-jis0208%E2%91%A1", - "https://www.w3.org/TR/encoding/#shift_jis", - "https://www.w3.org/TR/encoding/#ref-for-shift_jis%E2%91%A5", - "https://www.w3.org/TR/encoding/#shift_jis-decoder", - "https://www.w3.org/TR/encoding/#ref-for-shift_jis-decoder", - "https://www.w3.org/TR/encoding/#ref-for-shift_jis%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/encoding/#shift_jis-lead", - "https://www.w3.org/TR/encoding/#ref-for-shift_jis%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-handler%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A4%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-shift_jis-lead", - "https://www.w3.org/TR/encoding/#ref-for-shift_jis-lead%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A4%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-shift_jis-lead%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-shift_jis-lead%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-shift_jis-lead%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-shift_jis-lead%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-index-code-point%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-index-jis0208%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-ascii-byte%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-prepend%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A4%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-ascii-byte%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-shift_jis-lead%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-continue%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A4%E2%91%A1", - "https://www.w3.org/TR/encoding/#shift_jis-encoder", - "https://www.w3.org/TR/encoding/#ref-for-shift_jis-encoder", - "https://www.w3.org/TR/encoding/#ref-for-shift_jis%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-handler%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A4%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-ascii-code-point%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-index-shift_jis-pointer", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A4%E2%91%A2", - "https://www.w3.org/TR/encoding/#legacy-multi-byte-korean-encodings", - "https://www.w3.org/TR/encoding/#euc-kr", - "https://www.w3.org/TR/encoding/#ref-for-euc-kr%E2%91%A3", - "https://www.w3.org/TR/encoding/#euc-kr-decoder", - "https://www.w3.org/TR/encoding/#ref-for-euc-kr-decoder", - "https://www.w3.org/TR/encoding/#ref-for-euc-kr%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/encoding/#euc-kr-lead", - "https://www.w3.org/TR/encoding/#ref-for-euc-kr%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-handler%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A4%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-euc-kr-lead", - "https://www.w3.org/TR/encoding/#ref-for-euc-kr-lead%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A4%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A4%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-euc-kr-lead%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-euc-kr-lead%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-euc-kr-lead%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-euc-kr-lead%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-index-code-point%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-index-euc-kr", - "https://www.w3.org/TR/encoding/#ref-for-ascii-byte%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-prepend%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A4%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-ascii-byte%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-euc-kr-lead%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-continue%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A4%E2%91%A5", - "https://www.w3.org/TR/encoding/#euc-kr-encoder", - "https://www.w3.org/TR/encoding/#ref-for-euc-kr-encoder", - "https://www.w3.org/TR/encoding/#ref-for-euc-kr%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-handler%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A4%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-ascii-code-point%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-index-pointer%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-index-euc-kr%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A4%E2%91%A6", - "https://www.w3.org/TR/encoding/#legacy-miscellaneous-encodings", - "https://www.w3.org/TR/encoding/#replacement", - "https://www.w3.org/TR/encoding/#ref-for-replacement%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-replacement%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/encoding/#replacement-decoder", - "https://www.w3.org/TR/encoding/#ref-for-replacement-decoder", - "https://www.w3.org/TR/encoding/#ref-for-replacement%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/encoding/#replacement-error-returned-flag", - "https://www.w3.org/TR/encoding/#ref-for-replacement%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-handler%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A4%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-replacement-error-returned-flag", - "https://www.w3.org/TR/encoding/#ref-for-replacement-error-returned-flag%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A4%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/encoding/#common-infrastructure-for-utf-16be-and-utf-16le", - "https://www.w3.org/TR/encoding/#ref-for-utf-16be-le%E2%91%A4", - "https://www.w3.org/TR/encoding/#utf-16be-le", - "https://www.w3.org/TR/encoding/#ref-for-utf-16be%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-utf-16le%E2%91%A3", - "https://www.w3.org/TR/encoding/#shared-utf-16-decoder", - "https://www.w3.org/TR/encoding/#ref-for-shared-utf-16-decoder", - "https://www.w3.org/TR/encoding/#ref-for-label%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-shared-utf-16-decoder%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-decode%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-shared-utf-16-decoder%E2%91%A0", - "https://www.w3.org/TR/encoding/#utf-16-lead-byte", - "https://www.w3.org/TR/encoding/#utf-16-lead-surrogate", - "https://www.w3.org/TR/encoding/#utf-16be-decoder-flag", - "https://www.w3.org/TR/encoding/#ref-for-shared-utf-16-decoder%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-handler%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A4%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-utf-16-lead-byte", - "https://www.w3.org/TR/encoding/#ref-for-utf-16-lead-surrogate", - "https://www.w3.org/TR/encoding/#ref-for-utf-16-lead-byte%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-utf-16-lead-surrogate%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A4%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A5%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-utf-16-lead-byte%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-utf-16-lead-surrogate%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-utf-16-lead-byte%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-utf-16-lead-byte%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-continue%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-utf-16be-decoder-flag", - "https://www.w3.org/TR/encoding/#ref-for-utf-16-lead-byte%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-utf-16be-decoder-flag%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-utf-16-lead-byte%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-utf-16-lead-byte%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-utf-16-lead-surrogate%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-utf-16-lead-surrogate%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-utf-16-lead-surrogate%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-utf-16be-decoder-flag%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-prepend%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A5%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-utf-16-lead-surrogate%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-continue%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A5%E2%91%A0", - "https://www.w3.org/TR/encoding/#utf-16be", - "https://www.w3.org/TR/encoding/#ref-for-utf-16be%E2%91%A5", - "https://www.w3.org/TR/encoding/#utf-16be-decoder", - "https://www.w3.org/TR/encoding/#ref-for-utf-16be-decoder", - "https://www.w3.org/TR/encoding/#ref-for-utf-16be%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-shared-utf-16-decoder%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-utf-16be-decoder-flag%E2%91%A2", - "https://www.w3.org/TR/encoding/#utf-16le", - "https://www.w3.org/TR/encoding/#ref-for-utf-16le%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-label%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-utf-16le%E2%91%A4", - "https://www.w3.org/TR/encoding/#utf-16le-decoder", - "https://www.w3.org/TR/encoding/#ref-for-utf-16le-decoder", - "https://www.w3.org/TR/encoding/#ref-for-utf-16le%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-shared-utf-16-decoder%E2%91%A3", - "https://www.w3.org/TR/encoding/#x-user-defined", - "https://www.w3.org/TR/encoding/#ref-for-x-user-defined%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-single-byte-encoding%E2%91%A5", - "https://www.w3.org/TR/encoding/#x-user-defined-decoder", - "https://www.w3.org/TR/encoding/#ref-for-x-user-defined-decoder", - "https://www.w3.org/TR/encoding/#ref-for-x-user-defined%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-handler%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A5%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/encoding/#ref-for-ascii-byte%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/encoding/#x-user-defined-encoder", - "https://www.w3.org/TR/encoding/#ref-for-x-user-defined-encoder", - "https://www.w3.org/TR/encoding/#ref-for-x-user-defined%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-handler%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-end-of-stream%E2%91%A5%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-finished%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-ascii-code-point%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/encoding/#ref-for-error%E2%91%A5%E2%91%A1", - "https://www.w3.org/TR/encoding/#browser-ui", - "https://www.w3.org/TR/encoding/#ref-for-utf-16be-le%E2%91%A5", - "https://www.w3.org/TR/encoding/#ref-for-utf-16be-le%E2%91%A6", - "https://www.w3.org/TR/encoding/#implementation-considerations", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-concept-stream-prepend%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-decoder%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-gb18030%E2%91%A7", - "https://www.w3.org/TR/encoding/#ref-for-ascii-byte%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp%E2%91%A5", - "https://www.w3.org/TR/encoding/#example-gb18030-implementation-strategy", - "https://www.w3.org/TR/encoding/#ref-for-gb18030%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-third%E2%91%A8", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-second%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-third%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-gb18030-first%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/encoding/#ref-for-gb18030%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder%E2%91%A4", - "https://www.w3.org/TR/encoding/#ref-for-iso-2022-jp-encoder-state%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-encoder%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/encoding/#ref-for-encoding%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/encoding/#acknowledgments", - "https://www.w3.org/TR/encoding/#ipr", - "https://www.w3.org/TR/encoding/#section-index", - "https://www.w3.org/TR/encoding/#index-defined-here", - "https://www.w3.org/TR/encoding/#index-defined-elsewhere", - "https://www.w3.org/TR/encoding/#term-for-event-loop", - "https://www.w3.org/TR/encoding/#term-for-in-parallel", - "https://www.w3.org/TR/encoding/#term-for-list-append", - "https://www.w3.org/TR/encoding/#term-for-ascii-byte", - "https://www.w3.org/TR/encoding/#term-for-ascii-case-insensitive", - "https://www.w3.org/TR/encoding/#term-for-ascii-code-point", - "https://www.w3.org/TR/encoding/#term-for-ascii-lowercase", - "https://www.w3.org/TR/encoding/#term-for-ascii-whitespace", - "https://www.w3.org/TR/encoding/#term-for-iteration-break", - "https://www.w3.org/TR/encoding/#term-for-byte", - "https://www.w3.org/TR/encoding/#term-for-byte-sequence", - "https://www.w3.org/TR/encoding/#term-for-code-point", - "https://www.w3.org/TR/encoding/#term-for-code-unit", - "https://www.w3.org/TR/encoding/#term-for-list-contain", - "https://www.w3.org/TR/encoding/#term-for-iteration-continue", - "https://www.w3.org/TR/encoding/#term-for-javascript-string-convert", - "https://www.w3.org/TR/encoding/#term-for-list-empty", - "https://www.w3.org/TR/encoding/#term-for-list-iterate", - "https://www.w3.org/TR/encoding/#term-for-list-insert", - "https://www.w3.org/TR/encoding/#term-for-list-item", - "https://www.w3.org/TR/encoding/#term-for-list", - "https://www.w3.org/TR/encoding/#term-for-list-prepend", - "https://www.w3.org/TR/encoding/#term-for-queue", - "https://www.w3.org/TR/encoding/#term-for-list-remove", - "https://www.w3.org/TR/encoding/#term-for-scalar-value", - "https://www.w3.org/TR/encoding/#term-for-scalar-value-string", - "https://www.w3.org/TR/encoding/#term-for-list-size", - "https://www.w3.org/TR/encoding/#term-for-byte-sequence-starts-with", - "https://www.w3.org/TR/encoding/#term-for-string", - "https://www.w3.org/TR/encoding/#term-for-surrogate", - "https://www.w3.org/TR/encoding/#term-for-the-range", - "https://www.w3.org/TR/encoding/#term-for-code-point-value", - "https://www.w3.org/TR/encoding/#term-for-generictransformstream", - "https://www.w3.org/TR/encoding/#term-for-readablestream", - "https://www.w3.org/TR/encoding/#term-for-transformstream", - "https://www.w3.org/TR/encoding/#term-for-chunk", - "https://www.w3.org/TR/encoding/#term-for-transformstream-enqueue", - "https://www.w3.org/TR/encoding/#term-for-transformstream-set-up-flushalgorithm", - "https://www.w3.org/TR/encoding/#term-for-rs-pipe-through", - "https://www.w3.org/TR/encoding/#term-for-dom-generictransformstream-readable", - "https://www.w3.org/TR/encoding/#term-for-readable-stream", - "https://www.w3.org/TR/encoding/#term-for-transformstream-set-up", - "https://www.w3.org/TR/encoding/#term-for-generictransformstream-transform", - "https://www.w3.org/TR/encoding/#term-for-transformstream-set-up-transformalgorithm", - "https://www.w3.org/TR/encoding/#term-for-dom-generictransformstream-writable", - "https://www.w3.org/TR/encoding/#term-for-writable-stream", - "https://www.w3.org/TR/encoding/#term-for-AllowShared", - "https://www.w3.org/TR/encoding/#term-for-idl-ArrayBuffer", - "https://www.w3.org/TR/encoding/#term-for-BufferSource", - "https://www.w3.org/TR/encoding/#term-for-idl-DOMString", - "https://www.w3.org/TR/encoding/#term-for-NewObject", - "https://www.w3.org/TR/encoding/#term-for-exceptiondef-rangeerror", - "https://www.w3.org/TR/encoding/#term-for-exceptiondef-typeerror", - "https://www.w3.org/TR/encoding/#term-for-idl-USVString", - "https://www.w3.org/TR/encoding/#term-for-idl-Uint32Array", - "https://www.w3.org/TR/encoding/#term-for-idl-Uint8Array", - "https://www.w3.org/TR/encoding/#term-for-idl-boolean", - "https://www.w3.org/TR/encoding/#term-for-buffersource-byte-length", - "https://www.w3.org/TR/encoding/#term-for-dfn-convert-ecmascript-to-idl-value", - "https://www.w3.org/TR/encoding/#term-for-dfn-get-buffer-source-copy", - "https://www.w3.org/TR/encoding/#term-for-new", - "https://www.w3.org/TR/encoding/#term-for-arraybufferview-write-startingoffset", - "https://www.w3.org/TR/encoding/#term-for-this", - "https://www.w3.org/TR/encoding/#term-for-dfn-throw", - "https://www.w3.org/TR/encoding/#term-for-idl-unsigned-long-long", - "https://www.w3.org/TR/encoding/#term-for-arraybufferview-write", - "https://www.w3.org/TR/encoding/#references", - "https://www.w3.org/TR/encoding/#normative", - "https://www.w3.org/TR/encoding/#biblio-infra", - "https://www.w3.org/TR/encoding/#biblio-streams", - "https://www.w3.org/TR/encoding/#biblio-unicode", - "https://www.w3.org/TR/encoding/#biblio-webidl", - "https://www.w3.org/TR/encoding/#informative", - "https://www.w3.org/TR/encoding/#biblio-html", - "https://www.w3.org/TR/encoding/#biblio-url", - "https://www.w3.org/TR/encoding/#biblio-xml", - "https://www.w3.org/TR/encoding/#idl-index" + "https://encoding.spec.whatwg.org/#title", + "https://encoding.spec.whatwg.org/#subtitle", + "https://encoding.spec.whatwg.org/#commit-snapshot-link", + "https://encoding.spec.whatwg.org/#abstract", + "https://encoding.spec.whatwg.org/#toc", + "https://encoding.spec.whatwg.org/#contents", + "https://encoding.spec.whatwg.org/#preface", + "https://encoding.spec.whatwg.org/#security-background", + "https://encoding.spec.whatwg.org/#ref-for-shift_jis", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-decoder", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream", + "https://encoding.spec.whatwg.org/#ref-for-ascii-byte", + "https://encoding.spec.whatwg.org/#ref-for-ascii-code-point", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp", + "https://encoding.spec.whatwg.org/#ref-for-utf-16be-le", + "https://encoding.spec.whatwg.org/#ref-for-replacement", + "https://encoding.spec.whatwg.org/#ref-for-windows-1252", + "https://encoding.spec.whatwg.org/#terminology", + "https://encoding.spec.whatwg.org/#concept-stream", + "https://encoding.spec.whatwg.org/#ref-for-list", + "https://encoding.spec.whatwg.org/#ref-for-list-item", + "https://encoding.spec.whatwg.org/#ref-for-byte", + "https://encoding.spec.whatwg.org/#ref-for-scalar-value", + "https://encoding.spec.whatwg.org/#end-of-stream", + "https://encoding.spec.whatwg.org/#ref-for-list-item%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream", + "https://encoding.spec.whatwg.org/#ref-for-list-item%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-read", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-list-item%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-push", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-push%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-event-loop", + "https://encoding.spec.whatwg.org/#ref-for-in-parallel", + "https://encoding.spec.whatwg.org/#concept-stream-read", + "https://encoding.spec.whatwg.org/#ref-for-list-item%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-list-empty", + "https://encoding.spec.whatwg.org/#ref-for-list-size", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-list-remove", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-read%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-list-item%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-list-append", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-read%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-list-remove%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A4", + "https://encoding.spec.whatwg.org/#i-o-queue-peek", + "https://encoding.spec.whatwg.org/#ref-for-list-item%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-list-size%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-list-contain", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-list-iterate", + "https://encoding.spec.whatwg.org/#ref-for-the-range", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-iteration-break", + "https://encoding.spec.whatwg.org/#ref-for-list-append%E2%91%A0", + "https://encoding.spec.whatwg.org/#concept-stream-push", + "https://encoding.spec.whatwg.org/#ref-for-list-item%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-list-item%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-list-insert", + "https://encoding.spec.whatwg.org/#ref-for-list-item%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-list-append%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-push%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A7", + "https://encoding.spec.whatwg.org/#concept-stream-prepend", + "https://encoding.spec.whatwg.org/#ref-for-list-item%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-list%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-list-prepend", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#example-tokens", + "https://encoding.spec.whatwg.org/#from-i-o-queue-convert", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-list%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-string", + "https://encoding.spec.whatwg.org/#ref-for-byte-sequence", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-read%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-list-item%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#to-i-o-queue-convert", + "https://encoding.spec.whatwg.org/#ref-for-list%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-string%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-list%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-list-contain%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A0%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A0%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-list-item%E2%91%A0%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A0%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A0%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-list%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-queue", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-prepend", + "https://encoding.spec.whatwg.org/#encodings", + "https://encoding.spec.whatwg.org/#encoding", + "https://encoding.spec.whatwg.org/#ref-for-scalar-value%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-byte%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-encoding", + "https://encoding.spec.whatwg.org/#name", + "https://encoding.spec.whatwg.org/#label", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-utf-8", + "https://encoding.spec.whatwg.org/#ref-for-utf-16le", + "https://encoding.spec.whatwg.org/#ref-for-utf-16be", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-decode", + "https://encoding.spec.whatwg.org/#ref-for-utf-16le%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-utf-16be%E2%91%A0", + "https://encoding.spec.whatwg.org/#encoders-and-decoders", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A3", + "https://encoding.spec.whatwg.org/#decoder", + "https://encoding.spec.whatwg.org/#encoder", + "https://encoding.spec.whatwg.org/#ref-for-decoder", + "https://encoding.spec.whatwg.org/#ref-for-encoder", + "https://encoding.spec.whatwg.org/#handler", + "https://encoding.spec.whatwg.org/#ref-for-handler", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A0%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-list-item%E2%91%A0%E2%91%A2", + "https://encoding.spec.whatwg.org/#finished", + "https://encoding.spec.whatwg.org/#ref-for-list-item%E2%91%A0%E2%91%A3", + "https://encoding.spec.whatwg.org/#error", + "https://encoding.spec.whatwg.org/#ref-for-code-point", + "https://encoding.spec.whatwg.org/#continue", + "https://encoding.spec.whatwg.org/#ref-for-replacement%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-utf-16be-le%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A0", + "https://encoding.spec.whatwg.org/#error-mode", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-error-mode", + "https://encoding.spec.whatwg.org/#ref-for-error-mode%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-error-mode%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A5", + "https://encoding.spec.whatwg.org/#concept-encoding-run", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A0%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A0%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-error-mode%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-concept-encoding-process", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-read%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-continue", + "https://encoding.spec.whatwg.org/#concept-encoding-process", + "https://encoding.spec.whatwg.org/#ref-for-list-item%E2%91%A0%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A0%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A0%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-error-mode%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-surrogate", + "https://encoding.spec.whatwg.org/#ref-for-handler%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-finished", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-push%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A0%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-list-item%E2%91%A0%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-surrogate%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-push%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-error", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-push%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-push%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-code-point%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-code-point-value", + "https://encoding.spec.whatwg.org/#ref-for-continue%E2%91%A0", + "https://encoding.spec.whatwg.org/#names-and-labels", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-label", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-label%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-ascii-lowercase", + "https://encoding.spec.whatwg.org/#ref-for-name", + "https://encoding.spec.whatwg.org/#ref-for-label%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-ascii-case-insensitive", + "https://encoding.spec.whatwg.org/#ref-for-label%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A0%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A0%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-name%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-label%E2%91%A3", + "https://encoding.spec.whatwg.org/#concept-encoding-get", + "https://encoding.spec.whatwg.org/#ref-for-ascii-whitespace", + "https://encoding.spec.whatwg.org/#ref-for-ascii-case-insensitive%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-label%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A0%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-label%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A0%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-name%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-label%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-ibm866", + "https://encoding.spec.whatwg.org/#ref-for-iso-8859-2", + "https://encoding.spec.whatwg.org/#ref-for-iso-8859-3", + "https://encoding.spec.whatwg.org/#ref-for-iso-8859-4", + "https://encoding.spec.whatwg.org/#ref-for-iso-8859-5", + "https://encoding.spec.whatwg.org/#ref-for-iso-8859-6", + "https://encoding.spec.whatwg.org/#ref-for-iso-8859-7", + "https://encoding.spec.whatwg.org/#ref-for-iso-8859-8", + "https://encoding.spec.whatwg.org/#ref-for-iso-8859-8-i", + "https://encoding.spec.whatwg.org/#ref-for-iso-8859-10", + "https://encoding.spec.whatwg.org/#ref-for-iso-8859-13", + "https://encoding.spec.whatwg.org/#ref-for-iso-8859-14", + "https://encoding.spec.whatwg.org/#ref-for-iso-8859-15", + "https://encoding.spec.whatwg.org/#ref-for-iso-8859-16", + "https://encoding.spec.whatwg.org/#ref-for-koi8-r", + "https://encoding.spec.whatwg.org/#ref-for-koi8-u", + "https://encoding.spec.whatwg.org/#ref-for-macintosh", + "https://encoding.spec.whatwg.org/#ref-for-windows-874", + "https://encoding.spec.whatwg.org/#ref-for-windows-1250", + "https://encoding.spec.whatwg.org/#ref-for-windows-1251", + "https://encoding.spec.whatwg.org/#ref-for-windows-1252%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-windows-1253", + "https://encoding.spec.whatwg.org/#ref-for-windows-1254", + "https://encoding.spec.whatwg.org/#ref-for-windows-1255", + "https://encoding.spec.whatwg.org/#ref-for-windows-1256", + "https://encoding.spec.whatwg.org/#ref-for-windows-1257", + "https://encoding.spec.whatwg.org/#ref-for-windows-1258", + "https://encoding.spec.whatwg.org/#ref-for-x-mac-cyrillic", + "https://encoding.spec.whatwg.org/#ref-for-gbk", + "https://encoding.spec.whatwg.org/#ref-for-gb18030", + "https://encoding.spec.whatwg.org/#ref-for-big5", + "https://encoding.spec.whatwg.org/#ref-for-euc-jp", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-shift_jis%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-euc-kr", + "https://encoding.spec.whatwg.org/#ref-for-replacement%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-utf-16be%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-utf-16le%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-x-user-defined", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A0%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-label%E2%91%A7", + "https://encoding.spec.whatwg.org/#supported-encodings", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A0%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-single-byte-encoding", + "https://encoding.spec.whatwg.org/#ref-for-ibm866%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-macintosh%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-x-mac-cyrillic%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-iso-8859-3%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-iso-8859-10%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-iso-8859-14%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-iso-8859-16%E2%91%A0", + "https://encoding.spec.whatwg.org/#output-encodings", + "https://encoding.spec.whatwg.org/#get-an-output-encoding", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A0%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-replacement%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-utf-16be-le%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-get-an-output-encoding", + "https://encoding.spec.whatwg.org/#indexes", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A0%E2%91%A8", + "https://encoding.spec.whatwg.org/#index", + "https://encoding.spec.whatwg.org/#ref-for-index", + "https://encoding.spec.whatwg.org/#ref-for-index%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-index%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A1%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-index%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-index%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-index%E2%91%A4", + "https://encoding.spec.whatwg.org/#index-code-point", + "https://encoding.spec.whatwg.org/#index-pointer", + "https://encoding.spec.whatwg.org/#visualization", + "https://encoding.spec.whatwg.org/#ref-for-index%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-index-gb18030-ranges", + "https://encoding.spec.whatwg.org/#ref-for-index-iso-2022-jp-katakana", + "https://encoding.spec.whatwg.org/#ref-for-index-jis0208", + "https://encoding.spec.whatwg.org/#ref-for-shift_jis%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-index-gb18030-ranges%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-index-iso-2022-jp-katakana%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-index%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-index-single-byte", + "https://encoding.spec.whatwg.org/#ref-for-index%E2%91%A7", + "https://encoding.spec.whatwg.org/#index-big5", + "https://encoding.spec.whatwg.org/#index-euc-kr", + "https://encoding.spec.whatwg.org/#index-gb18030", + "https://encoding.spec.whatwg.org/#index-gb18030-ranges", + "https://encoding.spec.whatwg.org/#ref-for-index%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-index-gb18030-ranges-code-point", + "https://encoding.spec.whatwg.org/#ref-for-index-gb18030-ranges-pointer", + "https://encoding.spec.whatwg.org/#index-jis0208", + "https://encoding.spec.whatwg.org/#index-jis0212", + "https://encoding.spec.whatwg.org/#ref-for-euc-jp-decoder", + "https://encoding.spec.whatwg.org/#index-iso-2022-jp-katakana", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder", + "https://encoding.spec.whatwg.org/#index-gb18030-ranges-code-point", + "https://encoding.spec.whatwg.org/#ref-for-index-gb18030-ranges%E2%91%A1", + "https://encoding.spec.whatwg.org/#index-gb18030-ranges-pointer", + "https://encoding.spec.whatwg.org/#ref-for-index-gb18030-ranges%E2%91%A2", + "https://encoding.spec.whatwg.org/#index-shift_jis-pointer", + "https://encoding.spec.whatwg.org/#ref-for-index-jis0208%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-index-jis0208%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-index-pointer", + "https://encoding.spec.whatwg.org/#index-big5-pointer", + "https://encoding.spec.whatwg.org/#ref-for-index-big5", + "https://encoding.spec.whatwg.org/#ref-for-index-pointer%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-index%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-index-gb18030-ranges%E2%91%A3", + "https://encoding.spec.whatwg.org/#specification-hooks", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-decode%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-decode-without-bom", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-decode-without-bom-or-fail", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-encode", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-decode%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-decode-without-bom%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-decode-without-bom-or-fail%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-encode%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-encode%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-encode", + "https://encoding.spec.whatwg.org/#ref-for-surrogate%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-decode", + "https://encoding.spec.whatwg.org/#ref-for-encode%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-in-parallel%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-decode-without-bom-or-fail%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A0%E2%91%A4", + "https://encoding.spec.whatwg.org/#utf-8-decode", + "https://encoding.spec.whatwg.org/#ref-for-i-o-queue-peek", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-read%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-concept-encoding-run", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A6", + "https://encoding.spec.whatwg.org/#utf-8-decode-without-bom", + "https://encoding.spec.whatwg.org/#ref-for-concept-encoding-run%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A7", + "https://encoding.spec.whatwg.org/#utf-8-decode-without-bom-or-fail", + "https://encoding.spec.whatwg.org/#ref-for-concept-encoding-run%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A0", + "https://encoding.spec.whatwg.org/#utf-8-encode", + "https://encoding.spec.whatwg.org/#ref-for-encode%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#legacy-hooks", + "https://encoding.spec.whatwg.org/#ref-for-decode%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-bom-sniff", + "https://encoding.spec.whatwg.org/#ref-for-encode%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-concept-encoding-get", + "https://encoding.spec.whatwg.org/#ref-for-label%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A1%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-get-an-output-encoding%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A1%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A1%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-encode%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-get-an-encoder", + "https://encoding.spec.whatwg.org/#ref-for-encode-or-fail", + "https://encoding.spec.whatwg.org/#decode", + "https://encoding.spec.whatwg.org/#ref-for-bom-sniff%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-read%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-read%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-concept-encoding-run%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#bom-sniff", + "https://encoding.spec.whatwg.org/#ref-for-i-o-queue-peek%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-byte-sequence-starts-with", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A1%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A0%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-utf-16be%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-utf-16le%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-decode%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-decode%E2%91%A2", + "https://encoding.spec.whatwg.org/#encode", + "https://encoding.spec.whatwg.org/#ref-for-get-an-encoder%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-concept-encoding-run%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-encode%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A1", + "https://encoding.spec.whatwg.org/#get-an-encoder", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A1%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-replacement%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-utf-16be-le%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A8", + "https://encoding.spec.whatwg.org/#encode-or-fail", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-concept-encoding-run%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-push%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A0%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-code-point%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-code-point-value%E2%91%A0", + "https://encoding.spec.whatwg.org/#pit-of-iso-2022-jp", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-roman", + "https://encoding.spec.whatwg.org/#ref-for-encode-or-fail%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-code-point%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A0%E2%91%A1", + "https://encoding.spec.whatwg.org/#api", + "https://encoding.spec.whatwg.org/#example-textencoder", + "https://encoding.spec.whatwg.org/#ref-for-textencoder", + "https://encoding.spec.whatwg.org/#ref-for-idl-ArrayBuffer", + "https://encoding.spec.whatwg.org/#ref-for-idl-Uint8Array", + "https://encoding.spec.whatwg.org/#ref-for-idl-Uint32Array", + "https://encoding.spec.whatwg.org/#ref-for-idl-Uint32Array%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A0%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-idl-Uint32Array%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-idl-ArrayBuffer%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A0%E2%91%A3", + "https://encoding.spec.whatwg.org/#interface-mixin-textdecodercommon", + "https://encoding.spec.whatwg.org/#ref-for-textdecodercommon", + "https://encoding.spec.whatwg.org/#textdecodercommon", + "https://encoding.spec.whatwg.org/#ref-for-idl-DOMString", + "https://encoding.spec.whatwg.org/#ref-for-dom-textdecoder-encoding", + "https://encoding.spec.whatwg.org/#ref-for-idl-boolean", + "https://encoding.spec.whatwg.org/#ref-for-dom-textdecoder-fatal", + "https://encoding.spec.whatwg.org/#ref-for-idl-boolean%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-dom-textdecoder-ignorebom", + "https://encoding.spec.whatwg.org/#ref-for-textdecodercommon%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder", + "https://encoding.spec.whatwg.org/#ref-for-textdecoderstream", + "https://encoding.spec.whatwg.org/#textdecoder-encoding", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A1%E2%91%A5", + "https://encoding.spec.whatwg.org/#textdecodercommon-decoder", + "https://encoding.spec.whatwg.org/#textdecoder-decoder", + "https://encoding.spec.whatwg.org/#textdecoderstream-decoder", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#textdecodercommon-i-o-queue", + "https://encoding.spec.whatwg.org/#textdecoder-stream", + "https://encoding.spec.whatwg.org/#textdecoderstream-stream", + "https://encoding.spec.whatwg.org/#textdecodercommon-stream", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A0%E2%91%A8", + "https://encoding.spec.whatwg.org/#textdecoder-ignore-bom-flag", + "https://encoding.spec.whatwg.org/#textdecoder-bom-seen-flag", + "https://encoding.spec.whatwg.org/#textdecoder-error-mode", + "https://encoding.spec.whatwg.org/#ref-for-error-mode%E2%91%A4", + "https://encoding.spec.whatwg.org/#concept-td-serialize", + "https://encoding.spec.whatwg.org/#ref-for-textdecodercommon%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A1%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-read%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A0%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-encoding", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A0%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-utf-16be-le%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-ignore-bom-flag", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-bom-seen-flag", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-bom-seen-flag%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-iteration-continue", + "https://encoding.spec.whatwg.org/#ref-for-decode%E2%91%A3", + "https://encoding.spec.whatwg.org/#dom-textdecoder-encoding", + "https://encoding.spec.whatwg.org/#ref-for-this", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-encoding%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-name%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-ascii-lowercase%E2%91%A0", + "https://encoding.spec.whatwg.org/#dom-textdecoder-fatal", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-error-mode", + "https://encoding.spec.whatwg.org/#dom-textdecoder-ignorebom", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-ignore-bom-flag%E2%91%A0", + "https://encoding.spec.whatwg.org/#interface-textdecoder", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder%E2%91%A0", + "https://encoding.spec.whatwg.org/#textdecoderoptions", + "https://encoding.spec.whatwg.org/#ref-for-idl-boolean%E2%91%A1", + "https://encoding.spec.whatwg.org/#dom-textdecoderoptions-fatal", + "https://encoding.spec.whatwg.org/#ref-for-idl-boolean%E2%91%A2", + "https://encoding.spec.whatwg.org/#dom-textdecoderoptions-ignorebom", + "https://encoding.spec.whatwg.org/#textdecodeoptions", + "https://encoding.spec.whatwg.org/#ref-for-idl-boolean%E2%91%A3", + "https://encoding.spec.whatwg.org/#dom-textdecodeoptions-stream", + "https://encoding.spec.whatwg.org/#textdecoder", + "https://encoding.spec.whatwg.org/#ref-for-dom-textdecoder", + "https://encoding.spec.whatwg.org/#ref-for-idl-DOMString%E2%91%A0", + "https://encoding.spec.whatwg.org/#dom-textdecoder-textdecoder-label-options-label", + "https://encoding.spec.whatwg.org/#ref-for-textdecoderoptions", + "https://encoding.spec.whatwg.org/#dom-textdecoder-textdecoder-label-options-options", + "https://encoding.spec.whatwg.org/#ref-for-idl-USVString", + "https://encoding.spec.whatwg.org/#ref-for-dom-textdecoder-decode", + "https://encoding.spec.whatwg.org/#ref-for-AllowShared", + "https://encoding.spec.whatwg.org/#ref-for-BufferSource", + "https://encoding.spec.whatwg.org/#dom-textdecoder-decode-input-options-input", + "https://encoding.spec.whatwg.org/#ref-for-textdecodeoptions", + "https://encoding.spec.whatwg.org/#dom-textdecoder-decode-input-options-options", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-textdecodercommon%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder%E2%91%A2", + "https://encoding.spec.whatwg.org/#textdecoder-do-not-flush-flag", + "https://encoding.spec.whatwg.org/#ref-for-dom-textdecoder%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-label%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-label%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-replacement%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-dfn-throw", + "https://encoding.spec.whatwg.org/#ref-for-exceptiondef-rangeerror", + "https://encoding.spec.whatwg.org/#ref-for-dom-textdecoder-encoding%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-encoding%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-name%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-dom-textdecoder-fatal%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-error-mode%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-dom-textdecoder-ignorebom%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-ignore-bom-flag%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-dom-textdecoder-decode%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-encoding%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A0%E2%91%A1", + "https://encoding.spec.whatwg.org/#example-end-of-stream", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-error-mode%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-encoding%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A0%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-exceptiondef-typeerror", + "https://encoding.spec.whatwg.org/#dom-textdecoder", + "https://encoding.spec.whatwg.org/#ref-for-concept-encoding-get%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-replacement%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-exceptiondef-rangeerror%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-encoding%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-dom-textdecoderoptions-fatal", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-error-mode%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-ignore-bom-flag%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-dom-textdecoderoptions-ignorebom", + "https://encoding.spec.whatwg.org/#dom-textdecoder-decode", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-do-not-flush-flag", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-textdecodercommon-decoder", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-encoding%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A0%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-textdecodercommon-i-o-queue", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A1%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A0%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-bom-seen-flag%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-do-not-flush-flag%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-dom-textdecodeoptions-stream", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-push%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-dfn-get-buffer-source-copy", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-textdecodercommon-i-o-queue%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-dom-textdecoder-decode%E2%91%A1", + "https://encoding.spec.whatwg.org/#sharedarraybuffer-warning", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A1%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A0%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-read%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-textdecodercommon-i-o-queue%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A1%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-do-not-flush-flag%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-concept-td-serialize", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A1%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-do-not-flush-flag%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-textdecodercommon-decoder%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-concept-encoding-process%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-textdecodercommon-decoder%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-textdecodercommon-i-o-queue%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-error-mode%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-concept-td-serialize%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-exceptiondef-typeerror%E2%91%A0", + "https://encoding.spec.whatwg.org/#interface-mixin-textencodercommon", + "https://encoding.spec.whatwg.org/#ref-for-textencodercommon", + "https://encoding.spec.whatwg.org/#textencodercommon", + "https://encoding.spec.whatwg.org/#ref-for-idl-DOMString%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-dom-textencoder-encoding", + "https://encoding.spec.whatwg.org/#ref-for-textencodercommon%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-textencoder%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-textencoderstream", + "https://encoding.spec.whatwg.org/#dom-textencoder-encoding", + "https://encoding.spec.whatwg.org/#interface-textencoder", + "https://encoding.spec.whatwg.org/#ref-for-textencoder%E2%91%A1", + "https://encoding.spec.whatwg.org/#dictdef-textencoderencodeintoresult", + "https://encoding.spec.whatwg.org/#ref-for-idl-unsigned-long-long", + "https://encoding.spec.whatwg.org/#dom-textencoderencodeintoresult-read", + "https://encoding.spec.whatwg.org/#ref-for-idl-unsigned-long-long%E2%91%A0", + "https://encoding.spec.whatwg.org/#dom-textencoderencodeintoresult-written", + "https://encoding.spec.whatwg.org/#textencoder", + "https://encoding.spec.whatwg.org/#ref-for-dom-textencoder", + "https://encoding.spec.whatwg.org/#ref-for-NewObject", + "https://encoding.spec.whatwg.org/#ref-for-idl-Uint8Array%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-dom-textencoder-encode", + "https://encoding.spec.whatwg.org/#ref-for-idl-USVString%E2%91%A0", + "https://encoding.spec.whatwg.org/#dom-textencoder-encode-input-input", + "https://encoding.spec.whatwg.org/#ref-for-dictdef-textencoderencodeintoresult", + "https://encoding.spec.whatwg.org/#ref-for-dom-textencoder-encodeinto", + "https://encoding.spec.whatwg.org/#ref-for-idl-USVString%E2%91%A1", + "https://encoding.spec.whatwg.org/#dom-textencoder-encodeinto-source-destination-source", + "https://encoding.spec.whatwg.org/#ref-for-AllowShared%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-idl-Uint8Array%E2%91%A1", + "https://encoding.spec.whatwg.org/#dom-textencoder-encodeinto-source-destination-destination", + "https://encoding.spec.whatwg.org/#ref-for-textencoder%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-textencodercommon%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-textencoder%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A0%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A0%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-dom-textencoder%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-textencoder%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-dom-textencoder-encoding%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-dom-textencoder-encode%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A0%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A0%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-dom-textencoder-encodeinto%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-encoder", + "https://encoding.spec.whatwg.org/#ref-for-dom-textencoderencodeintoresult-read", + "https://encoding.spec.whatwg.org/#ref-for-code-unit", + "https://encoding.spec.whatwg.org/#ref-for-dom-textencoderencodeintoresult-written", + "https://encoding.spec.whatwg.org/#dom-textencoder", + "https://encoding.spec.whatwg.org/#dom-textencoder-encode", + "https://encoding.spec.whatwg.org/#ref-for-to-i-o-queue-convert", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A1%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A1%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A1%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-read%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-concept-encoding-process%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-encoder%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-encoder%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-from-i-o-queue-convert", + "https://encoding.spec.whatwg.org/#ref-for-idl-Uint8Array%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-idl-ArrayBuffer%E2%91%A1", + "https://encoding.spec.whatwg.org/#dom-textencoder-encodeinto", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-encoder%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A1%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A1%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-handler%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-encoder%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-to-i-o-queue-convert%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A1%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-read%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-handler%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-iteration-break%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-buffersource-byte-length", + "https://encoding.spec.whatwg.org/#ref-for-arraybufferview-write", + "https://encoding.spec.whatwg.org/#ref-for-arraybufferview-write-startingoffset", + "https://encoding.spec.whatwg.org/#ref-for-iteration-break%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-dom-textencoderencodeintoresult-read%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-dom-textencoderencodeintoresult-written%E2%91%A0", + "https://encoding.spec.whatwg.org/#example-textencoder-encodeinto", + "https://encoding.spec.whatwg.org/#ref-for-dom-textencoder-encodeinto%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-idl-ArrayBuffer%E2%91%A2", + "https://encoding.spec.whatwg.org/#interface-textdecoderstream", + "https://encoding.spec.whatwg.org/#ref-for-textdecoderstream%E2%91%A0", + "https://encoding.spec.whatwg.org/#textdecoderstream", + "https://encoding.spec.whatwg.org/#ref-for-dom-textdecoderstream", + "https://encoding.spec.whatwg.org/#ref-for-idl-DOMString%E2%91%A2", + "https://encoding.spec.whatwg.org/#dom-textdecoderstream-textdecoderstream-label-options-label", + "https://encoding.spec.whatwg.org/#ref-for-textdecoderoptions%E2%91%A0", + "https://encoding.spec.whatwg.org/#dom-textdecoderstream-textdecoderstream-label-options-options", + "https://encoding.spec.whatwg.org/#ref-for-textdecoderstream%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-textdecodercommon%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-textdecoderstream%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-generictransformstream", + "https://encoding.spec.whatwg.org/#ref-for-dom-textdecoderstream%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-textdecoderstream%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-label%E2%91%A0%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-label%E2%91%A0%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-replacement%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-exceptiondef-rangeerror%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-dom-textdecoder-encoding%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-encoding%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-name%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-dom-textdecoder-fatal%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-error-mode%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-dom-textdecoder-ignorebom%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-ignore-bom-flag%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-dom-generictransformstream-readable", + "https://encoding.spec.whatwg.org/#ref-for-readable-stream", + "https://encoding.spec.whatwg.org/#ref-for-chunk", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-encoding%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A0%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-dom-generictransformstream-writable", + "https://encoding.spec.whatwg.org/#ref-for-dom-generictransformstream-writable%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-writable-stream", + "https://encoding.spec.whatwg.org/#ref-for-AllowShared%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-BufferSource%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-encoding%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A0%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-dom-generictransformstream-readable%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-rs-pipe-through", + "https://encoding.spec.whatwg.org/#ref-for-readablestream", + "https://encoding.spec.whatwg.org/#example-textdecoderstream-writable", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-error-mode%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-encoding%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A0%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A0%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-dom-generictransformstream-readable%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-dom-generictransformstream-writable%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-exceptiondef-typeerror%E2%91%A1", + "https://encoding.spec.whatwg.org/#dom-textdecoderstream", + "https://encoding.spec.whatwg.org/#ref-for-concept-encoding-get%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-replacement%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-exceptiondef-rangeerror%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-encoding%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-dom-textdecoderoptions-fatal%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-error-mode%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-ignore-bom-flag%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-dom-textdecoderoptions-ignorebom%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-textdecodercommon-decoder%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-encoding%E2%91%A0%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A0%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-textdecodercommon-i-o-queue%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A1%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-decode-and-enqueue-a-chunk", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-flush-and-enqueue", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-new", + "https://encoding.spec.whatwg.org/#ref-for-transformstream", + "https://encoding.spec.whatwg.org/#ref-for-transformstream-set-up", + "https://encoding.spec.whatwg.org/#ref-for-transformstream-set-up-transformalgorithm", + "https://encoding.spec.whatwg.org/#ref-for-transformstream-set-up-flushalgorithm", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A2%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-generictransformstream-transform", + "https://encoding.spec.whatwg.org/#decode-and-enqueue-a-chunk", + "https://encoding.spec.whatwg.org/#ref-for-textdecoderstream%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-dfn-convert-ecmascript-to-idl-value", + "https://encoding.spec.whatwg.org/#ref-for-AllowShared%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-BufferSource%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-push%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-dfn-get-buffer-source-copy%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-textdecodercommon-i-o-queue%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A1%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A1%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-read%E2%91%A0%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-textdecodercommon-i-o-queue%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A1%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-concept-td-serialize%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-transformstream-enqueue", + "https://encoding.spec.whatwg.org/#ref-for-generictransformstream-transform%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-concept-encoding-process%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-textdecodercommon-decoder%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-textdecodercommon-i-o-queue%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-error-mode%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A0%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-exceptiondef-typeerror%E2%91%A2", + "https://encoding.spec.whatwg.org/#flush-and-enqueue", + "https://encoding.spec.whatwg.org/#ref-for-readablestream%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-textdecoderstream%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A1%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A1%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-read%E2%91%A0%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-textdecodercommon-i-o-queue%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-concept-encoding-process%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-textdecodercommon-decoder%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-textdecodercommon-i-o-queue%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-textdecoder-error-mode%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-concept-td-serialize%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-transformstream-enqueue%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-generictransformstream-transform%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A0%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-exceptiondef-typeerror%E2%91%A3", + "https://encoding.spec.whatwg.org/#interface-textencoderstream", + "https://encoding.spec.whatwg.org/#ref-for-textencoderstream%E2%91%A0", + "https://encoding.spec.whatwg.org/#textencoderstream", + "https://encoding.spec.whatwg.org/#ref-for-dom-textencoderstream", + "https://encoding.spec.whatwg.org/#ref-for-textencoderstream%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-textencodercommon%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-textencoderstream%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-generictransformstream%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-textencoderstream%E2%91%A3", + "https://encoding.spec.whatwg.org/#textencoderstream-encoder", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A0%E2%91%A4", + "https://encoding.spec.whatwg.org/#textencoderstream-pending-high-surrogate", + "https://encoding.spec.whatwg.org/#ref-for-surrogate%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-textencoderstream%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A0%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-dom-textencoderstream%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-textencoderstream%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-dom-textencoder-encoding%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-dom-generictransformstream-readable%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-readable-stream%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-chunk%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-idl-Uint8Array%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A0%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A0%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-dom-generictransformstream-writable%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-dom-generictransformstream-writable%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-writable-stream%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A1%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A0%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-dom-generictransformstream-readable%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-rs-pipe-through%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-readablestream%E2%91%A1", + "https://encoding.spec.whatwg.org/#example-textencoderstream-writable", + "https://encoding.spec.whatwg.org/#dom-textencoderstream", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A2%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-textencoderstream-encoder", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-encoder%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-encode-and-enqueue-a-chunk", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A2%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-encode-and-flush", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A2%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-new%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-transformstream%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-transformstream-set-up%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-transformstream-set-up-transformalgorithm%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-transformstream-set-up-flushalgorithm%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-this%E2%91%A2%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-generictransformstream-transform%E2%91%A2", + "https://encoding.spec.whatwg.org/#encode-and-enqueue-a-chunk", + "https://encoding.spec.whatwg.org/#ref-for-textencoderstream%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-idl-DOMString%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-to-i-o-queue-convert%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A2%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-code-unit%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-idl-DOMString%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A2%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-idl-USVString%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A2%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A1%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-read%E2%91%A0%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A1%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-from-i-o-queue-convert%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-idl-Uint8Array%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-idl-ArrayBuffer%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-transformstream-enqueue%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-generictransformstream-transform%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-convert-code-unit-to-scalar-value", + "https://encoding.spec.whatwg.org/#ref-for-continue%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-concept-encoding-process%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-textencoderstream-encoder%E2%91%A0", + "https://encoding.spec.whatwg.org/#convert-code-unit-to-scalar-value", + "https://encoding.spec.whatwg.org/#ref-for-textencoderstream%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-code-unit%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A2%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-textencoderstream-pending-high-surrogate", + "https://encoding.spec.whatwg.org/#ref-for-textencoderstream-pending-high-surrogate%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-textencoderstream-pending-high-surrogate%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-prepend%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-textencoderstream-pending-high-surrogate%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-continue%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-javascript-string-convert", + "https://encoding.spec.whatwg.org/#ref-for-string%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-scalar-value-string", + "https://encoding.spec.whatwg.org/#encode-and-flush", + "https://encoding.spec.whatwg.org/#ref-for-textencoderstream%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-textencoderstream-pending-high-surrogate%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-idl-Uint8Array%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-idl-ArrayBuffer%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A1%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-transformstream-enqueue%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-generictransformstream-transform%E2%91%A4", + "https://encoding.spec.whatwg.org/#the-encoding", + "https://encoding.spec.whatwg.org/#utf-8", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A1%E2%91%A4", + "https://encoding.spec.whatwg.org/#utf-8-decoder", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-decoder", + "https://encoding.spec.whatwg.org/#ref-for-label%E2%91%A0%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-decoder%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-decode%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-decode%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A1%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A0%E2%91%A8", + "https://encoding.spec.whatwg.org/#utf-8-code-point", + "https://encoding.spec.whatwg.org/#utf-8-bytes-seen", + "https://encoding.spec.whatwg.org/#utf-8-bytes-needed", + "https://encoding.spec.whatwg.org/#utf-8-lower-boundary", + "https://encoding.spec.whatwg.org/#utf-8-upper-boundary", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A1%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A1%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-handler%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A1%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-bytes-needed", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-bytes-needed%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A0%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A2%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-bytes-needed%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-bytes-needed%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-code-point", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-lower-boundary", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-upper-boundary", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-bytes-needed%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-code-point%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-lower-boundary%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-upper-boundary%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-bytes-needed%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-code-point%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A0%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-continue%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-lower-boundary%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-upper-boundary%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-code-point%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-bytes-needed%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-bytes-seen", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-lower-boundary%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-upper-boundary%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-prepend%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A0%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-lower-boundary%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-upper-boundary%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-code-point%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-code-point%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-code-point%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-bytes-seen%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-bytes-seen%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-bytes-needed%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-continue%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-code-point%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-code-point%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-bytes-needed%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-bytes-seen%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-decoder%E2%91%A0", + "https://encoding.spec.whatwg.org/#utf-8-encoder", + "https://encoding.spec.whatwg.org/#ref-for-utf-8-encoder%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-utf-8%E2%91%A1%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A0%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-handler%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A2%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-ascii-code-point%E2%91%A0", + "https://encoding.spec.whatwg.org/#legacy-single-byte-encodings", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A1%E2%91%A6", + "https://encoding.spec.whatwg.org/#single-byte-encoding", + "https://encoding.spec.whatwg.org/#ref-for-single-byte-encoding%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A1%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A0%E2%91%A8", + "https://encoding.spec.whatwg.org/#index-single-byte", + "https://encoding.spec.whatwg.org/#ref-for-single-byte-decoder", + "https://encoding.spec.whatwg.org/#ref-for-single-byte-encoder", + "https://encoding.spec.whatwg.org/#ref-for-single-byte-encoding%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-single-byte-encoding%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-index%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#ibm866", + "https://encoding.spec.whatwg.org/#iso-8859-2", + "https://encoding.spec.whatwg.org/#iso-8859-3", + "https://encoding.spec.whatwg.org/#iso-8859-4", + "https://encoding.spec.whatwg.org/#iso-8859-5", + "https://encoding.spec.whatwg.org/#iso-8859-6", + "https://encoding.spec.whatwg.org/#iso-8859-7", + "https://encoding.spec.whatwg.org/#iso-8859-8", + "https://encoding.spec.whatwg.org/#iso-8859-8-i", + "https://encoding.spec.whatwg.org/#iso-8859-10", + "https://encoding.spec.whatwg.org/#iso-8859-13", + "https://encoding.spec.whatwg.org/#iso-8859-14", + "https://encoding.spec.whatwg.org/#iso-8859-15", + "https://encoding.spec.whatwg.org/#iso-8859-16", + "https://encoding.spec.whatwg.org/#koi8-r", + "https://encoding.spec.whatwg.org/#koi8-u", + "https://encoding.spec.whatwg.org/#macintosh", + "https://encoding.spec.whatwg.org/#windows-874", + "https://encoding.spec.whatwg.org/#windows-1250", + "https://encoding.spec.whatwg.org/#windows-1251", + "https://encoding.spec.whatwg.org/#windows-1252", + "https://encoding.spec.whatwg.org/#windows-1253", + "https://encoding.spec.whatwg.org/#windows-1254", + "https://encoding.spec.whatwg.org/#windows-1255", + "https://encoding.spec.whatwg.org/#windows-1256", + "https://encoding.spec.whatwg.org/#windows-1257", + "https://encoding.spec.whatwg.org/#windows-1258", + "https://encoding.spec.whatwg.org/#x-mac-cyrillic", + "https://encoding.spec.whatwg.org/#ref-for-iso-8859-8%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-iso-8859-8-i%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A1%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-name%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-iso-8859-8%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-iso-8859-6%E2%91%A0", + "https://encoding.spec.whatwg.org/#single-byte-decoder", + "https://encoding.spec.whatwg.org/#ref-for-single-byte-decoder%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-single-byte-encoding%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A1%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-handler%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A2%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-ascii-byte%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-index-code-point", + "https://encoding.spec.whatwg.org/#ref-for-index-single-byte%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A0%E2%91%A7", + "https://encoding.spec.whatwg.org/#single-byte-encoder", + "https://encoding.spec.whatwg.org/#ref-for-single-byte-encoder%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-single-byte-encoding%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A1%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-handler%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A2%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-ascii-code-point%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-index-pointer%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-index-single-byte%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A0%E2%91%A8", + "https://encoding.spec.whatwg.org/#legacy-multi-byte-chinese-(simplified)-encodings", + "https://encoding.spec.whatwg.org/#gbk", + "https://encoding.spec.whatwg.org/#ref-for-gbk%E2%91%A4", + "https://encoding.spec.whatwg.org/#gbk-decoder", + "https://encoding.spec.whatwg.org/#ref-for-gbk-decoder", + "https://encoding.spec.whatwg.org/#ref-for-gbk%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A1%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-gb18030%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A1%E2%91%A3", + "https://encoding.spec.whatwg.org/#gbk-encoder", + "https://encoding.spec.whatwg.org/#ref-for-gbk-encoder", + "https://encoding.spec.whatwg.org/#ref-for-gbk%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A1%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-gb18030%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A1%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-gbk-flag", + "https://encoding.spec.whatwg.org/#ref-for-gbk%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-gb18030%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-gbk%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A1%E2%91%A2", + "https://encoding.spec.whatwg.org/#gb18030", + "https://encoding.spec.whatwg.org/#ref-for-gb18030%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#gb18030-decoder", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-decoder%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-gb18030%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A1%E2%91%A4", + "https://encoding.spec.whatwg.org/#gb18030-first", + "https://encoding.spec.whatwg.org/#gb18030-second", + "https://encoding.spec.whatwg.org/#gb18030-third", + "https://encoding.spec.whatwg.org/#ref-for-gb18030%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A1%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-handler%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A2%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-first", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-second", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-third", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A2%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-first%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-second%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-third%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-first%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-second%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-third%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A1%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-third%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-prepend%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-second%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-third%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-first%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-second%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-third%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A1%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-index-gb18030-ranges-code-point%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-first%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-second%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-third%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-first%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-second%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-third%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A1%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-second%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-third%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-continue%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-prepend%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-second%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-first%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-second%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A1%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-first%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-second%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-continue%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-first%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-first%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-index-code-point%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-index-gb18030", + "https://encoding.spec.whatwg.org/#ref-for-ascii-byte%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-prepend%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A1%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-ascii-byte%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-first%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-continue%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A1%E2%91%A4", + "https://encoding.spec.whatwg.org/#gb18030-encoder", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-encoder", + "https://encoding.spec.whatwg.org/#ref-for-gb18030%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A1%E2%91%A3", + "https://encoding.spec.whatwg.org/#gbk-flag", + "https://encoding.spec.whatwg.org/#ref-for-gb18030%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A1%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-handler%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A2%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-ascii-code-point%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A1%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-index-gb18030%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-gbk-flag%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-index-pointer%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-index-gb18030%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-gbk-flag%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A1%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-index-gb18030-ranges-pointer%E2%91%A0", + "https://encoding.spec.whatwg.org/#legacy-multi-byte-chinese-(traditional)-encodings", + "https://encoding.spec.whatwg.org/#big5", + "https://encoding.spec.whatwg.org/#ref-for-big5%E2%91%A3", + "https://encoding.spec.whatwg.org/#big5-decoder", + "https://encoding.spec.whatwg.org/#ref-for-big5-decoder", + "https://encoding.spec.whatwg.org/#ref-for-big5%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A1%E2%91%A6", + "https://encoding.spec.whatwg.org/#big5-lead", + "https://encoding.spec.whatwg.org/#ref-for-big5%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A1%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-handler%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A2%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-big5-lead", + "https://encoding.spec.whatwg.org/#ref-for-big5-lead%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A1%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A2%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-big5-lead%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-big5-lead%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-big5-lead%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-big5-lead%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-index%E2%91%A0%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-index-code-point%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-index-big5%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-ascii-byte%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-prepend%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A1%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-ascii-byte%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-big5-lead%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-continue%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A2%E2%93%AA", + "https://encoding.spec.whatwg.org/#big5-encoder", + "https://encoding.spec.whatwg.org/#ref-for-big5-encoder", + "https://encoding.spec.whatwg.org/#ref-for-big5%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A1%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-handler%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A2%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A0%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-ascii-code-point%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-index-big5-pointer", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A2%E2%91%A0", + "https://encoding.spec.whatwg.org/#legacy-multi-byte-japanese-encodings", + "https://encoding.spec.whatwg.org/#euc-jp", + "https://encoding.spec.whatwg.org/#ref-for-euc-jp%E2%91%A3", + "https://encoding.spec.whatwg.org/#euc-jp-decoder", + "https://encoding.spec.whatwg.org/#ref-for-euc-jp-decoder%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-euc-jp%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A1%E2%91%A8", + "https://encoding.spec.whatwg.org/#euc-jp-jis0212-flag", + "https://encoding.spec.whatwg.org/#euc-jp-lead", + "https://encoding.spec.whatwg.org/#ref-for-euc-jp%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A2%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-handler%E2%91%A0%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A3%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-euc-jp-lead", + "https://encoding.spec.whatwg.org/#ref-for-euc-jp-lead%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A2%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A3%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-euc-jp-lead%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A0%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-euc-jp-lead%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-euc-jp-lead%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-euc-jp-lead%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-euc-jp-jis0212-flag", + "https://encoding.spec.whatwg.org/#ref-for-euc-jp-lead%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-continue%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-euc-jp-lead%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-euc-jp-lead%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-euc-jp-lead%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-index-code-point%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-index-jis0208%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-euc-jp-jis0212-flag%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-index-jis0212", + "https://encoding.spec.whatwg.org/#ref-for-euc-jp-jis0212-flag%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-ascii-byte%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-prepend%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A2%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-ascii-byte%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-euc-jp-lead%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-continue%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A2%E2%91%A3", + "https://encoding.spec.whatwg.org/#euc-jp-encoder", + "https://encoding.spec.whatwg.org/#ref-for-euc-jp-encoder", + "https://encoding.spec.whatwg.org/#ref-for-euc-jp%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A1%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-handler%E2%91%A0%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A3%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A0%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-ascii-code-point%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-index-pointer%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-index-jis0208%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-index-jis0208%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-index-pointer%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A2%E2%91%A4", + "https://encoding.spec.whatwg.org/#iso-2022-jp", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp%E2%91%A6", + "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A2%E2%91%A0", + "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder-state", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-ascii", + "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder-output-state", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-ascii%E2%91%A0", + "https://encoding.spec.whatwg.org/#iso-2022-jp-lead", + "https://encoding.spec.whatwg.org/#iso-2022-jp-output-flag", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A2%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-handler%E2%91%A0%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-state", + "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder-ascii", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-state%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-escape-start", + "https://encoding.spec.whatwg.org/#ref-for-continue%E2%91%A0%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-output-flag", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A3%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A0%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-output-flag%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A2%E2%91%A5", + "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder-roman", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-state%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-escape-start%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-continue%E2%91%A0%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-output-flag%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-output-flag%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-output-flag%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A3%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A0%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-output-flag%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A2%E2%91%A6", + "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder-katakana", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-state%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-escape-start%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-continue%E2%91%A0%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-output-flag%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A3%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A0%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-output-flag%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A2%E2%91%A7", + "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder-lead-byte", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-state%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-escape-start%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-continue%E2%91%A0%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-output-flag%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-lead", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-state%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-trail-byte", + "https://encoding.spec.whatwg.org/#ref-for-continue%E2%91%A0%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A3%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A0%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-output-flag%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A2%E2%91%A8", + "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder-trail-byte", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-state%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-escape-start%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A3%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-state%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-lead-byte", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-lead%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-index-code-point%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-index-jis0208%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A3%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A3%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-state%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-lead-byte%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A3%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-state%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-lead-byte%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A3%E2%91%A2", + "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder-escape-start", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-lead%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-state%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-escape", + "https://encoding.spec.whatwg.org/#ref-for-continue%E2%91%A0%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A3%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-prepend%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-output-flag%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-state%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-output-state", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A3%E2%91%A3", + "https://encoding.spec.whatwg.org/#iso-2022-jp-decoder-escape", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-lead%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-lead%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-ascii%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-roman%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-katakana", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-lead-byte%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-state%E2%91%A0%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-output-state%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-output-flag%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-output-flag%E2%91%A0%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-continue%E2%91%A0%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A3%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A3%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-prepend%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-prepend%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-output-flag%E2%91%A0%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-state%E2%91%A0%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-decoder-output-state%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A3%E2%91%A5", + "https://encoding.spec.whatwg.org/#iso-2022-jp-encoder", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A1%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A3%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A2%E2%91%A2", + "https://encoding.spec.whatwg.org/#example-iso-2022-jp-encoder-oddity", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A1%E2%91%A8", + "https://encoding.spec.whatwg.org/#iso-2022-jp-encoder-state", + "https://encoding.spec.whatwg.org/#iso-2022-jp-encoder-ascii", + "https://encoding.spec.whatwg.org/#iso-2022-jp-encoder-roman", + "https://encoding.spec.whatwg.org/#iso-2022-jp-encoder-jis0208", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-ascii", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A2%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-handler%E2%91%A0%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A4%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-state", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-ascii%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-state%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-ascii%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A4%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-state%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-ascii%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A0%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-state%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-ascii%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-roman", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A3%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-state%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-ascii%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-ascii-code-point%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-state%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-roman%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-ascii-code-point%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-ascii-code-point%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-ascii-code-point%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-state%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-ascii%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-prepend%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-state%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-ascii%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-state%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-roman%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-prepend%E2%91%A0%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-state%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-roman%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-index-code-point%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-index-iso-2022-jp-katakana%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-index-pointer%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-index-jis0208%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-index-jis0208%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-index-pointer%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-state%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-jis0208", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-prepend%E2%91%A0%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-state%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-ascii%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A3%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-state%E2%91%A0%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-jis0208%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-prepend%E2%91%A0%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-state%E2%91%A0%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-jis0208%E2%91%A1", + "https://encoding.spec.whatwg.org/#shift_jis", + "https://encoding.spec.whatwg.org/#ref-for-shift_jis%E2%91%A5", + "https://encoding.spec.whatwg.org/#shift_jis-decoder", + "https://encoding.spec.whatwg.org/#ref-for-shift_jis-decoder", + "https://encoding.spec.whatwg.org/#ref-for-shift_jis%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A2%E2%91%A3", + "https://encoding.spec.whatwg.org/#shift_jis-lead", + "https://encoding.spec.whatwg.org/#ref-for-shift_jis%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A2%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-handler%E2%91%A0%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A4%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-shift_jis-lead", + "https://encoding.spec.whatwg.org/#ref-for-shift_jis-lead%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A4%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A4%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-shift_jis-lead%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A1%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-shift_jis-lead%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-shift_jis-lead%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-shift_jis-lead%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-index-code-point%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-index-jis0208%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-ascii-byte%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-prepend%E2%91%A0%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A4%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-ascii-byte%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-shift_jis-lead%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-continue%E2%91%A0%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A4%E2%91%A1", + "https://encoding.spec.whatwg.org/#shift_jis-encoder", + "https://encoding.spec.whatwg.org/#ref-for-shift_jis-encoder", + "https://encoding.spec.whatwg.org/#ref-for-shift_jis%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A2%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-handler%E2%91%A0%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A4%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A1%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-ascii-code-point%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-index-shift_jis-pointer", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A4%E2%91%A2", + "https://encoding.spec.whatwg.org/#legacy-multi-byte-korean-encodings", + "https://encoding.spec.whatwg.org/#euc-kr", + "https://encoding.spec.whatwg.org/#ref-for-euc-kr%E2%91%A3", + "https://encoding.spec.whatwg.org/#euc-kr-decoder", + "https://encoding.spec.whatwg.org/#ref-for-euc-kr-decoder", + "https://encoding.spec.whatwg.org/#ref-for-euc-kr%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A2%E2%91%A5", + "https://encoding.spec.whatwg.org/#euc-kr-lead", + "https://encoding.spec.whatwg.org/#ref-for-euc-kr%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A2%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-handler%E2%91%A0%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A4%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-euc-kr-lead", + "https://encoding.spec.whatwg.org/#ref-for-euc-kr-lead%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A4%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A4%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-euc-kr-lead%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A1%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-euc-kr-lead%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-euc-kr-lead%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-euc-kr-lead%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-index-code-point%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-index-euc-kr", + "https://encoding.spec.whatwg.org/#ref-for-ascii-byte%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-prepend%E2%91%A0%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A4%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-ascii-byte%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-euc-kr-lead%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-continue%E2%91%A1%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A4%E2%91%A5", + "https://encoding.spec.whatwg.org/#euc-kr-encoder", + "https://encoding.spec.whatwg.org/#ref-for-euc-kr-encoder", + "https://encoding.spec.whatwg.org/#ref-for-euc-kr%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A2%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-handler%E2%91%A0%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A4%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A1%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-ascii-code-point%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-index-pointer%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-index-euc-kr%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A4%E2%91%A6", + "https://encoding.spec.whatwg.org/#legacy-miscellaneous-encodings", + "https://encoding.spec.whatwg.org/#replacement", + "https://encoding.spec.whatwg.org/#ref-for-replacement%E2%91%A0%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-replacement%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A1%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A2%E2%93%AA", + "https://encoding.spec.whatwg.org/#replacement-decoder", + "https://encoding.spec.whatwg.org/#ref-for-replacement-decoder", + "https://encoding.spec.whatwg.org/#ref-for-replacement%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A2%E2%91%A7", + "https://encoding.spec.whatwg.org/#replacement-error-returned-flag", + "https://encoding.spec.whatwg.org/#ref-for-replacement%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A2%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-handler%E2%91%A1%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A4%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A1%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-replacement-error-returned-flag", + "https://encoding.spec.whatwg.org/#ref-for-replacement-error-returned-flag%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A4%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A1%E2%91%A4", + "https://encoding.spec.whatwg.org/#common-infrastructure-for-utf-16be-and-utf-16le", + "https://encoding.spec.whatwg.org/#ref-for-utf-16be-le%E2%91%A4", + "https://encoding.spec.whatwg.org/#utf-16be-le", + "https://encoding.spec.whatwg.org/#ref-for-utf-16be%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-utf-16le%E2%91%A3", + "https://encoding.spec.whatwg.org/#shared-utf-16-decoder", + "https://encoding.spec.whatwg.org/#ref-for-shared-utf-16-decoder", + "https://encoding.spec.whatwg.org/#ref-for-label%E2%91%A0%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-shared-utf-16-decoder%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-decode%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-shared-utf-16-decoder%E2%91%A0", + "https://encoding.spec.whatwg.org/#utf-16-lead-byte", + "https://encoding.spec.whatwg.org/#utf-16-lead-surrogate", + "https://encoding.spec.whatwg.org/#utf-16be-decoder-flag", + "https://encoding.spec.whatwg.org/#ref-for-shared-utf-16-decoder%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-handler%E2%91%A1%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A4%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-utf-16-lead-byte", + "https://encoding.spec.whatwg.org/#ref-for-utf-16-lead-surrogate", + "https://encoding.spec.whatwg.org/#ref-for-utf-16-lead-byte%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-utf-16-lead-surrogate%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A4%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A5%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-utf-16-lead-byte%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-utf-16-lead-surrogate%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A1%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-utf-16-lead-byte%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-utf-16-lead-byte%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-continue%E2%91%A1%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-utf-16be-decoder-flag", + "https://encoding.spec.whatwg.org/#ref-for-utf-16-lead-byte%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-utf-16be-decoder-flag%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-utf-16-lead-byte%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-utf-16-lead-byte%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-utf-16-lead-surrogate%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-utf-16-lead-surrogate%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-utf-16-lead-surrogate%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-utf-16be-decoder-flag%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-prepend%E2%91%A0%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A5%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-utf-16-lead-surrogate%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-continue%E2%91%A1%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A5%E2%91%A0", + "https://encoding.spec.whatwg.org/#utf-16be", + "https://encoding.spec.whatwg.org/#ref-for-utf-16be%E2%91%A5", + "https://encoding.spec.whatwg.org/#utf-16be-decoder", + "https://encoding.spec.whatwg.org/#ref-for-utf-16be-decoder", + "https://encoding.spec.whatwg.org/#ref-for-utf-16be%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A3%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-shared-utf-16-decoder%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-utf-16be-decoder-flag%E2%91%A2", + "https://encoding.spec.whatwg.org/#utf-16le", + "https://encoding.spec.whatwg.org/#ref-for-utf-16le%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-label%E2%91%A0%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-utf-16le%E2%91%A4", + "https://encoding.spec.whatwg.org/#utf-16le-decoder", + "https://encoding.spec.whatwg.org/#ref-for-utf-16le-decoder", + "https://encoding.spec.whatwg.org/#ref-for-utf-16le%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A3%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-shared-utf-16-decoder%E2%91%A3", + "https://encoding.spec.whatwg.org/#x-user-defined", + "https://encoding.spec.whatwg.org/#ref-for-x-user-defined%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-single-byte-encoding%E2%91%A5", + "https://encoding.spec.whatwg.org/#x-user-defined-decoder", + "https://encoding.spec.whatwg.org/#ref-for-x-user-defined-decoder", + "https://encoding.spec.whatwg.org/#ref-for-x-user-defined%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A3%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-handler%E2%91%A1%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A5%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A1%E2%91%A6", + "https://encoding.spec.whatwg.org/#ref-for-ascii-byte%E2%91%A0%E2%91%A1", + "https://encoding.spec.whatwg.org/#x-user-defined-encoder", + "https://encoding.spec.whatwg.org/#ref-for-x-user-defined-encoder", + "https://encoding.spec.whatwg.org/#ref-for-x-user-defined%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A2%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-handler%E2%91%A1%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-end-of-stream%E2%91%A5%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-finished%E2%91%A1%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-ascii-code-point%E2%91%A0%E2%91%A1", + "https://encoding.spec.whatwg.org/#ref-for-error%E2%91%A5%E2%91%A1", + "https://encoding.spec.whatwg.org/#browser-ui", + "https://encoding.spec.whatwg.org/#ref-for-utf-16be-le%E2%91%A5", + "https://encoding.spec.whatwg.org/#ref-for-utf-16be-le%E2%91%A6", + "https://encoding.spec.whatwg.org/#implementation-considerations", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream%E2%91%A2%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-concept-stream-prepend%E2%91%A0%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-decoder%E2%91%A3%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A2%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-gb18030%E2%91%A7", + "https://encoding.spec.whatwg.org/#ref-for-ascii-byte%E2%91%A0%E2%91%A2", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp%E2%91%A5", + "https://encoding.spec.whatwg.org/#example-gb18030-implementation-strategy", + "https://encoding.spec.whatwg.org/#ref-for-gb18030%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-third%E2%91%A8", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-second%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-third%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-gb18030-first%E2%91%A0%E2%91%A0", + "https://encoding.spec.whatwg.org/#ref-for-gb18030%E2%91%A0%E2%93%AA", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder%E2%91%A4", + "https://encoding.spec.whatwg.org/#ref-for-iso-2022-jp-encoder-state%E2%91%A0%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-encoder%E2%91%A2%E2%91%A3", + "https://encoding.spec.whatwg.org/#ref-for-encoding%E2%91%A2%E2%91%A1", + "https://encoding.spec.whatwg.org/#acknowledgments", + "https://encoding.spec.whatwg.org/#ipr", + "https://encoding.spec.whatwg.org/#section-index", + "https://encoding.spec.whatwg.org/#index-defined-here", + "https://encoding.spec.whatwg.org/#index-defined-elsewhere", + "https://encoding.spec.whatwg.org/#term-for-event-loop", + "https://encoding.spec.whatwg.org/#term-for-in-parallel", + "https://encoding.spec.whatwg.org/#term-for-list-append", + "https://encoding.spec.whatwg.org/#term-for-ascii-byte", + "https://encoding.spec.whatwg.org/#term-for-ascii-case-insensitive", + "https://encoding.spec.whatwg.org/#term-for-ascii-code-point", + "https://encoding.spec.whatwg.org/#term-for-ascii-lowercase", + "https://encoding.spec.whatwg.org/#term-for-ascii-whitespace", + "https://encoding.spec.whatwg.org/#term-for-iteration-break", + "https://encoding.spec.whatwg.org/#term-for-byte", + "https://encoding.spec.whatwg.org/#term-for-byte-sequence", + "https://encoding.spec.whatwg.org/#term-for-code-point", + "https://encoding.spec.whatwg.org/#term-for-code-unit", + "https://encoding.spec.whatwg.org/#term-for-list-contain", + "https://encoding.spec.whatwg.org/#term-for-iteration-continue", + "https://encoding.spec.whatwg.org/#term-for-javascript-string-convert", + "https://encoding.spec.whatwg.org/#term-for-list-empty", + "https://encoding.spec.whatwg.org/#term-for-list-iterate", + "https://encoding.spec.whatwg.org/#term-for-list-insert", + "https://encoding.spec.whatwg.org/#term-for-list-item", + "https://encoding.spec.whatwg.org/#term-for-list", + "https://encoding.spec.whatwg.org/#term-for-list-prepend", + "https://encoding.spec.whatwg.org/#term-for-queue", + "https://encoding.spec.whatwg.org/#term-for-list-remove", + "https://encoding.spec.whatwg.org/#term-for-scalar-value", + "https://encoding.spec.whatwg.org/#term-for-scalar-value-string", + "https://encoding.spec.whatwg.org/#term-for-list-size", + "https://encoding.spec.whatwg.org/#term-for-byte-sequence-starts-with", + "https://encoding.spec.whatwg.org/#term-for-string", + "https://encoding.spec.whatwg.org/#term-for-surrogate", + "https://encoding.spec.whatwg.org/#term-for-the-range", + "https://encoding.spec.whatwg.org/#term-for-code-point-value", + "https://encoding.spec.whatwg.org/#term-for-generictransformstream", + "https://encoding.spec.whatwg.org/#term-for-readablestream", + "https://encoding.spec.whatwg.org/#term-for-transformstream", + "https://encoding.spec.whatwg.org/#term-for-chunk", + "https://encoding.spec.whatwg.org/#term-for-transformstream-enqueue", + "https://encoding.spec.whatwg.org/#term-for-transformstream-set-up-flushalgorithm", + "https://encoding.spec.whatwg.org/#term-for-rs-pipe-through", + "https://encoding.spec.whatwg.org/#term-for-dom-generictransformstream-readable", + "https://encoding.spec.whatwg.org/#term-for-readable-stream", + "https://encoding.spec.whatwg.org/#term-for-transformstream-set-up", + "https://encoding.spec.whatwg.org/#term-for-generictransformstream-transform", + "https://encoding.spec.whatwg.org/#term-for-transformstream-set-up-transformalgorithm", + "https://encoding.spec.whatwg.org/#term-for-dom-generictransformstream-writable", + "https://encoding.spec.whatwg.org/#term-for-writable-stream", + "https://encoding.spec.whatwg.org/#term-for-AllowShared", + "https://encoding.spec.whatwg.org/#term-for-idl-ArrayBuffer", + "https://encoding.spec.whatwg.org/#term-for-BufferSource", + "https://encoding.spec.whatwg.org/#term-for-idl-DOMString", + "https://encoding.spec.whatwg.org/#term-for-NewObject", + "https://encoding.spec.whatwg.org/#term-for-exceptiondef-rangeerror", + "https://encoding.spec.whatwg.org/#term-for-exceptiondef-typeerror", + "https://encoding.spec.whatwg.org/#term-for-idl-USVString", + "https://encoding.spec.whatwg.org/#term-for-idl-Uint32Array", + "https://encoding.spec.whatwg.org/#term-for-idl-Uint8Array", + "https://encoding.spec.whatwg.org/#term-for-idl-boolean", + "https://encoding.spec.whatwg.org/#term-for-buffersource-byte-length", + "https://encoding.spec.whatwg.org/#term-for-dfn-convert-ecmascript-to-idl-value", + "https://encoding.spec.whatwg.org/#term-for-dfn-get-buffer-source-copy", + "https://encoding.spec.whatwg.org/#term-for-new", + "https://encoding.spec.whatwg.org/#term-for-arraybufferview-write-startingoffset", + "https://encoding.spec.whatwg.org/#term-for-this", + "https://encoding.spec.whatwg.org/#term-for-dfn-throw", + "https://encoding.spec.whatwg.org/#term-for-idl-unsigned-long-long", + "https://encoding.spec.whatwg.org/#term-for-arraybufferview-write", + "https://encoding.spec.whatwg.org/#references", + "https://encoding.spec.whatwg.org/#normative", + "https://encoding.spec.whatwg.org/#biblio-infra", + "https://encoding.spec.whatwg.org/#biblio-streams", + "https://encoding.spec.whatwg.org/#biblio-unicode", + "https://encoding.spec.whatwg.org/#biblio-webidl", + "https://encoding.spec.whatwg.org/#informative", + "https://encoding.spec.whatwg.org/#biblio-html", + "https://encoding.spec.whatwg.org/#biblio-url", + "https://encoding.spec.whatwg.org/#biblio-xml", + "https://encoding.spec.whatwg.org/#idl-index" ] } \ No newline at end of file diff --git a/tr/ids/epub-33.json b/tr/ids/epub-33.json index a067d568e088..d85ea5687324 100644 --- a/tr/ids/epub-33.json +++ b/tr/ids/epub-33.json @@ -1109,9 +1109,7 @@ "https://www.w3.org/TR/epub-33/#example-identifying-a-record-type-via-a-property", "https://www.w3.org/TR/epub-33/#example-declaring-a-new-link-relationship", "https://www.w3.org/TR/epub-33/#sec-linked-records", - "https://www.w3.org/TR/epub-33/#sec-linked-records-priority", - "https://www.w3.org/TR/epub-33/#ref-for-index-term-processes-linked-records-1", - "https://www.w3.org/TR/epub-33/#example-specifying-metadata-precedence", + "https://www.w3.org/TR/epub-33/#example-specifying-linked-records", "https://www.w3.org/TR/epub-33/#issue-container-generatedID-48", "https://www.w3.org/TR/epub-33/#h-note-49", "https://www.w3.org/TR/epub-33/#example-link-to-a-description", @@ -2662,7 +2660,6 @@ "https://www.w3.org/TR/epub-33/#index-term-epubreadingsystem-object", "https://www.w3.org/TR/epub-33/#index-term-fixed-layout-documents", "https://www.w3.org/TR/epub-33/#index-term-navigation-document-processing", - "https://www.w3.org/TR/epub-33/#index-term-processes-linked-records", "https://www.w3.org/TR/epub-33/#index-term-processing", "https://www.w3.org/TR/epub-33/#index-term-reading-system-support-requirements-for-fonts", "https://www.w3.org/TR/epub-33/#index-term-reflowable-documents-set-to-scroll", diff --git a/tr/ids/epub-rs-33.json b/tr/ids/epub-rs-33.json index d5e10925cbd5..65f805aab115 100644 --- a/tr/ids/epub-rs-33.json +++ b/tr/ids/epub-rs-33.json @@ -266,11 +266,6 @@ "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-linked-resources-1", "https://www.w3.org/TR/epub-rs-33/#confreq-rs-pkg-hreflang", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-hreflang-attributes-2", - "https://www.w3.org/TR/epub-rs-33/#sec-linked-records", - "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-linked-metadata-record-1", - "https://www.w3.org/TR/epub-rs-33/#confreq-rs-pkg-link-order", - "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-link-element-2", - "https://www.w3.org/TR/epub-rs-33/#confreq-rs-pkg-link-rendering", "https://www.w3.org/TR/epub-rs-33/#sec-pkg-doc-manifest", "https://www.w3.org/TR/epub-rs-33/#x5-4-manifest", "https://www.w3.org/TR/epub-rs-33/#confreq-rs-pkg-manifest-unknown", @@ -750,7 +745,7 @@ "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-meta-element-6", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-null-4", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-meta-element-7", - "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-link-element-3", + "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-link-element-2", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-item-element-3", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-itemref-element-5", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-scheme-attribute-2", @@ -956,7 +951,6 @@ "https://www.w3.org/TR/epub-rs-33/#index-term-layout-pre-paginated-override", "https://www.w3.org/TR/epub-rs-33/#index-term-legacy-features", "https://www.w3.org/TR/epub-rs-33/#index-term-link-element", - "https://www.w3.org/TR/epub-rs-33/#index-term-linked-metadata-record", "https://www.w3.org/TR/epub-rs-33/#index-term-linked-records", "https://www.w3.org/TR/epub-rs-33/#index-term-linked-resources", "https://www.w3.org/TR/epub-rs-33/#index-term-links-and-headings", diff --git a/tr/ids/fetch.json b/tr/ids/fetch.json index a8401a5c1dfd..67016b0efc6e 100644 --- a/tr/ids/fetch.json +++ b/tr/ids/fetch.json @@ -174,7 +174,7 @@ "https://fetch.spec.whatwg.org/#methods", "https://fetch.spec.whatwg.org/#concept-method", "https://fetch.spec.whatwg.org/#ref-for-byte-sequence", - "https://fetch.spec.whatwg.org/#ref-for-section-3.1.1", + "https://fetch.spec.whatwg.org/#ref-for-method.overview", "https://fetch.spec.whatwg.org/#simple-method", "https://fetch.spec.whatwg.org/#cors-safelisted-method", "https://fetch.spec.whatwg.org/#ref-for-concept-method", @@ -199,19 +199,19 @@ "https://fetch.spec.whatwg.org/#ref-for-header-name", "https://fetch.spec.whatwg.org/#ref-for-concept-header-list%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-header-list-get", - "https://fetch.spec.whatwg.org/#ref-for-section-4.2", + "https://fetch.spec.whatwg.org/#ref-for-text-parse", "https://fetch.spec.whatwg.org/#ref-for-concept-header-list-get-structured-header", "https://fetch.spec.whatwg.org/#ref-for-concept-header%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-header-value", - "https://fetch.spec.whatwg.org/#ref-for-section-2", + "https://fetch.spec.whatwg.org/#ref-for-rfc.section.2", "https://fetch.spec.whatwg.org/#concept-header-list-set-structured-header", "https://fetch.spec.whatwg.org/#ref-for-tuple", "https://fetch.spec.whatwg.org/#ref-for-header-name%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-section-2%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-rfc.section.2%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-header-list%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-section-4.1", + "https://fetch.spec.whatwg.org/#ref-for-text-serialize", "https://fetch.spec.whatwg.org/#ref-for-concept-header-list-set", - "https://fetch.spec.whatwg.org/#ref-for-section-2%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-rfc.section.2%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-header-value", "https://fetch.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-header-list%E2%91%A2", @@ -318,12 +318,13 @@ "https://fetch.spec.whatwg.org/#ref-for-header-value%E2%91%A1", "https://fetch.spec.whatwg.org/#header-name", "https://fetch.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-section-3.2", + "https://fetch.spec.whatwg.org/#ref-for-fields.names", "https://fetch.spec.whatwg.org/#header-value", "https://fetch.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-http-tab-or-space-byte%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-http-newline-byte%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-header-value%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-fields.values", "https://fetch.spec.whatwg.org/#concept-header-value-normalize", "https://fetch.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-http-whitespace-byte", @@ -993,9 +994,13 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A7", "https://fetch.spec.whatwg.org/#concept-fresh-response", "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A2%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-age.calculations", + "https://fetch.spec.whatwg.org/#ref-for-calculating.freshness.lifetime", "https://fetch.spec.whatwg.org/#concept-stale-while-revalidate-response", "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A2%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-fresh-response%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-age.calculations%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-n-the-stale-while-revalidate-cache-control-extension", "https://fetch.spec.whatwg.org/#concept-stale-response", "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A2%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-fresh-response%E2%91%A1", @@ -1378,12 +1383,12 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-header-value%E2%91%A0%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-header%E2%91%A3%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-cors-protocol%E2%91%A0%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-section-3.1.1%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-section-3.2%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-section-3.2%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-section-1.2.1", - "https://fetch.spec.whatwg.org/#ref-for-section-3.1.1%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-section-3.2%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-method.overview%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-fields.names%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-fields.names%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-delta-seconds", + "https://fetch.spec.whatwg.org/#ref-for-method.overview%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-fields.names%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-header%E2%91%A3%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-header-value%E2%91%A0%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-concept-request%E2%91%A8%E2%91%A0", @@ -2282,6 +2287,7 @@ "https://fetch.spec.whatwg.org/#ref-for-determine-the-http-cache-partition", "https://fetch.spec.whatwg.org/#ref-for-concept-request-cache-mode%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-concept-request-cache-mode%E2%91%A5", + "https://fetch.spec.whatwg.org/#ref-for-constructing.responses.from.caches", "https://fetch.spec.whatwg.org/#ref-for-concept-header%E2%91%A4%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-request-cache-mode%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-concept-stale-while-revalidate-response%E2%91%A1", @@ -2307,6 +2313,7 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-header-list-append%E2%91%A0%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-concept-header-value%E2%91%A0%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-concept-request-header-list%E2%91%A2%E2%91%A3", + "https://fetch.spec.whatwg.org/#ref-for-validation.sent", "https://fetch.spec.whatwg.org/#ref-for-concept-response-cache-state%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-if-aborted", "https://fetch.spec.whatwg.org/#ref-for-appropriate-network-error%E2%91%A0", @@ -2314,11 +2321,15 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A3%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-http-network-fetch", "https://fetch.spec.whatwg.org/#ref-for-concept-request-method%E2%91%A0%E2%91%A3", + "https://fetch.spec.whatwg.org/#ref-for-rfc.section.9.2.1", "https://fetch.spec.whatwg.org/#ref-for-concept-response-status%E2%91%A0%E2%91%A3", + "https://fetch.spec.whatwg.org/#ref-for-invalidation", "https://fetch.spec.whatwg.org/#ref-for-concept-response-status%E2%91%A0%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-concept-response-header-list%E2%91%A1%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-response-header-list%E2%91%A1%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-freshening.responses", "https://fetch.spec.whatwg.org/#ref-for-concept-response-cache-state%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-response.cacheability", "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A3%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-response-body-info%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-response-url-list%E2%91%A0%E2%93%AA", @@ -3738,7 +3749,7 @@ "https://fetch.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A1%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-exceptiondef-rangeerror%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-dom-responseinit-statustext", - "https://fetch.spec.whatwg.org/#ref-for-section-3.1.2", + "https://fetch.spec.whatwg.org/#ref-for-status.line", "https://fetch.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A1%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-concept-response-response%E2%91%A2", @@ -4170,10 +4181,19 @@ "https://fetch.spec.whatwg.org/#term-for-concept-origin-tuple", "https://fetch.spec.whatwg.org/#term-for-coep-unsafe-none", "https://fetch.spec.whatwg.org/#term-for-embedder-policy-value-2", - "https://fetch.spec.whatwg.org/#term-for-section-3.2", - "https://fetch.spec.whatwg.org/#term-for-section-3.1.1", - "https://fetch.spec.whatwg.org/#term-for-section-3.1.2", - "https://fetch.spec.whatwg.org/#term-for-section-1.2.1", + "https://fetch.spec.whatwg.org/#term-for-fields.names", + "https://fetch.spec.whatwg.org/#term-for-fields.values", + "https://fetch.spec.whatwg.org/#term-for-method.overview", + "https://fetch.spec.whatwg.org/#term-for-rfc.section.9.2.1", + "https://fetch.spec.whatwg.org/#term-for-constructing.responses.from.caches", + "https://fetch.spec.whatwg.org/#term-for-age.calculations", + "https://fetch.spec.whatwg.org/#term-for-delta-seconds", + "https://fetch.spec.whatwg.org/#term-for-freshening.responses", + "https://fetch.spec.whatwg.org/#term-for-calculating.freshness.lifetime", + "https://fetch.spec.whatwg.org/#term-for-invalidation", + "https://fetch.spec.whatwg.org/#term-for-validation.sent", + "https://fetch.spec.whatwg.org/#term-for-response.cacheability", + "https://fetch.spec.whatwg.org/#term-for-status.line", "https://fetch.spec.whatwg.org/#term-for-abort-when", "https://fetch.spec.whatwg.org/#term-for-list-append", "https://fetch.spec.whatwg.org/#term-for-set-append", @@ -4240,10 +4260,11 @@ "https://fetch.spec.whatwg.org/#term-for-set-requests-referrer-policy-on-redirect", "https://fetch.spec.whatwg.org/#term-for-generate-and-queue-a-report", "https://fetch.spec.whatwg.org/#term-for-dfn-mark-resource-timing", - "https://fetch.spec.whatwg.org/#term-for-section-4.2", - "https://fetch.spec.whatwg.org/#term-for-section-4.1", - "https://fetch.spec.whatwg.org/#term-for-section-2", + "https://fetch.spec.whatwg.org/#term-for-text-parse", + "https://fetch.spec.whatwg.org/#term-for-text-serialize", + "https://fetch.spec.whatwg.org/#term-for-rfc.section.2", "https://fetch.spec.whatwg.org/#term-for-does-response-match-metadatalist", + "https://fetch.spec.whatwg.org/#term-for-n-the-stale-while-revalidate-cache-control-extension", "https://fetch.spec.whatwg.org/#term-for-readablestream", "https://fetch.spec.whatwg.org/#term-for-readablestreamdefaultreader", "https://fetch.spec.whatwg.org/#term-for-transformstream", @@ -4389,18 +4410,18 @@ "https://fetch.spec.whatwg.org/#biblio-webtransport-http3", "https://fetch.spec.whatwg.org/#biblio-xhr", "https://fetch.spec.whatwg.org/#informative", - "https://fetch.spec.whatwg.org/#biblio-expect-ct", "https://fetch.spec.whatwg.org/#biblio-httpverbsec1", "https://fetch.spec.whatwg.org/#biblio-httpverbsec2", "https://fetch.spec.whatwg.org/#biblio-httpverbsec3", "https://fetch.spec.whatwg.org/#biblio-navigation-timing", - "https://fetch.spec.whatwg.org/#biblio-ocsp", "https://fetch.spec.whatwg.org/#biblio-origin", "https://fetch.spec.whatwg.org/#biblio-rfc1035", "https://fetch.spec.whatwg.org/#biblio-rfc2397", + "https://fetch.spec.whatwg.org/#biblio-rfc6960", "https://fetch.spec.whatwg.org/#biblio-rfc7301", "https://fetch.spec.whatwg.org/#biblio-rfc7918", "https://fetch.spec.whatwg.org/#biblio-rfc8470", + "https://fetch.spec.whatwg.org/#biblio-rfc9163", "https://fetch.spec.whatwg.org/#idl-index" ] } \ No newline at end of file diff --git a/tr/ids/fs.json b/tr/ids/fs.json index 12a363b083ab..2863d98281db 100644 --- a/tr/ids/fs.json +++ b/tr/ids/fs.json @@ -919,14 +919,20 @@ "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-flush%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-write%E2%91%A2", "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-flush", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A3%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle-state%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-dfn-throw", + "https://fs.spec.whatwg.org/#ref-for-invalidstateerror%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A1%E2%93%AA", "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle-close", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-close%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-close%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-file-entry-lock-release%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A2%E2%91%A1", "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-close", - "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A3%E2%91%A5", - "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle-state%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A3%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle-state%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-flush%E2%91%A2", "https://fs.spec.whatwg.org/#sandboxed-filesystem", "https://fs.spec.whatwg.org/#origin-private-file-system", "https://fs.spec.whatwg.org/#ref-for-storage-endpoint", @@ -1053,6 +1059,7 @@ "https://fs.spec.whatwg.org/#term-for-resolve", "https://fs.spec.whatwg.org/#term-for-idl-sequence", "https://fs.spec.whatwg.org/#term-for-this", + "https://fs.spec.whatwg.org/#term-for-dfn-throw", "https://fs.spec.whatwg.org/#term-for-idl-undefined", "https://fs.spec.whatwg.org/#term-for-buffersource-underlying-buffer", "https://fs.spec.whatwg.org/#term-for-idl-unsigned-long-long", diff --git a/tr/ids/html.json b/tr/ids/html.json index d8ef97f3bd4a..6b0eefb9b85e 100644 --- a/tr/ids/html.json +++ b/tr/ids/html.json @@ -1705,6 +1705,15 @@ "https://html.spec.whatwg.org/multipage/infrastructure.html#videoframe", "https://html.spec.whatwg.org/multipage/infrastructure.html#display-width", "https://html.spec.whatwg.org/multipage/infrastructure.html#display-height", + "https://html.spec.whatwg.org/multipage/infrastructure.html#extension-command", + "https://html.spec.whatwg.org/multipage/infrastructure.html#remote-end-steps", + "https://html.spec.whatwg.org/multipage/infrastructure.html#webdriver-error", + "https://html.spec.whatwg.org/multipage/infrastructure.html#webdriver-error-code", + "https://html.spec.whatwg.org/multipage/infrastructure.html#invalid-argument", + "https://html.spec.whatwg.org/multipage/infrastructure.html#getting-a-property", + "https://html.spec.whatwg.org/multipage/infrastructure.html#success-value", + "https://html.spec.whatwg.org/multipage/infrastructure.html#webdriver's-security-considerations", + "https://html.spec.whatwg.org/multipage/infrastructure.html#webdriver-current-browsing-context", "https://html.spec.whatwg.org/multipage/infrastructure.html#webdriver-bidi-navigation-status", "https://html.spec.whatwg.org/multipage/infrastructure.html#navigation-status-id", "https://html.spec.whatwg.org/multipage/infrastructure.html#navigation-status-status", @@ -5596,8 +5605,6 @@ "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:link-type-modulepreload-5", "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-blocking", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:blocking-attribute", - "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:link-type-modulepreload-6", - "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:link-type-preload-9", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:link-type-stylesheet-4", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:attr-link-rel-23", "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-color", @@ -43304,6 +43311,15 @@ "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers:relevant-settings-object", "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers:in-parallel", "https://html.spec.whatwg.org/multipage/system-state.html#protocol-handler-registration", + "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers:registerprotocolhandler()-automation-mode", + "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers:this-2", + "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers:concept-relevant-global", + "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers:concept-document-window", + "https://html.spec.whatwg.org/multipage/system-state.html#rph-automation-mode-none", + "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers:webdriver's-security-considerations", + "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers:registerprotocolhandler()-automation-mode-2", + "https://html.spec.whatwg.org/multipage/system-state.html#rph-automation-mode-auto-accept", + "https://html.spec.whatwg.org/multipage/system-state.html#rph-automation-mode-auto-reject", "https://html.spec.whatwg.org/multipage/system-state.html#protocol-handler-invocation", "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers:url", "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers:assert", @@ -43319,7 +43335,7 @@ "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers:navigate-2", "https://html.spec.whatwg.org/multipage/system-state.html#dom-navigator-unregisterprotocolhandler", "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers:normalize-protocol-handler-parameters-2", - "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers:this-2", + "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers:this-3", "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers:relevant-settings-object-2", "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers:in-parallel-2", "https://html.spec.whatwg.org/multipage/system-state.html#normalize-protocol-handler-parameters", @@ -43355,6 +43371,31 @@ "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers:valid-url-string", "https://html.spec.whatwg.org/multipage/system-state.html#security-and-privacy", "https://html.spec.whatwg.org/multipage/system-state.html#security-and-privacy:http(s)-scheme", + "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation", + "https://html.spec.whatwg.org/multipage/system-state.html#rph-user-agent-automation", + "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation:document", + "https://html.spec.whatwg.org/multipage/system-state.html#registerprotocolhandler()-automation-mode", + "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation:rph-automation-mode-none", + "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation:rph-automation-mode-auto-accept", + "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation:rph-automation-mode-auto-reject", + "https://html.spec.whatwg.org/multipage/system-state.html#set-rph-registration-mode", + "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation:extension-command", + "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation:document-2", + "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation:remote-end-steps", + "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation:webdriver-error", + "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation:webdriver-error-code", + "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation:invalid-argument", + "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation:getting-a-property", + "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation:rph-automation-mode-auto-accept-2", + "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation:rph-automation-mode-auto-reject-2", + "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation:rph-automation-mode-none-2", + "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation:webdriver-error-2", + "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation:webdriver-error-code-2", + "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation:invalid-argument-2", + "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation:webdriver-current-browsing-context", + "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation:active-document", + "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation:registerprotocolhandler()-automation-mode", + "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation:success-value", "https://html.spec.whatwg.org/multipage/system-state.html#cookies", "https://html.spec.whatwg.org/multipage/system-state.html#navigatorcookies", "https://html.spec.whatwg.org/multipage/system-state.html#cookies:dom-navigator-cookieenabled", @@ -59291,6 +59332,7 @@ "https://html.spec.whatwg.org/multipage/references.html#refsWEBAUTHN", "https://html.spec.whatwg.org/multipage/references.html#refsWEBCODECS", "https://html.spec.whatwg.org/multipage/references.html#refsWEBCRYPTO", + "https://html.spec.whatwg.org/multipage/references.html#refsWEBDRIVER", "https://html.spec.whatwg.org/multipage/references.html#refsWEBDRIVERBIDI", "https://html.spec.whatwg.org/multipage/references.html#refsWEBGL", "https://html.spec.whatwg.org/multipage/references.html#refsWEBGPU", diff --git a/tr/ids/mediaqueries-3.json b/tr/ids/mediaqueries-3.json new file mode 100644 index 000000000000..8613a1e44fe6 --- /dev/null +++ b/tr/ids/mediaqueries-3.json @@ -0,0 +1,55 @@ +{ + "spec": { + "title": "Media Queries Level 3", + "url": "https://www.w3.org/TR/mediaqueries-3/" + }, + "ids": [ + "https://www.w3.org/TR/mediaqueries-3/#toc-nav", + "https://www.w3.org/TR/mediaqueries-3/#toc-jump", + "https://www.w3.org/TR/mediaqueries-3/#toc-toggle", + "https://www.w3.org/TR/mediaqueries-3/#title", + "https://www.w3.org/TR/mediaqueries-3/#w3c-state", + "https://www.w3.org/TR/mediaqueries-3/#abstract", + "https://www.w3.org/TR/mediaqueries-3/#status", + "https://www.w3.org/TR/mediaqueries-3/#w3c_process_revision", + "https://www.w3.org/TR/mediaqueries-3/#toc", + "https://www.w3.org/TR/mediaqueries-3/#contents", + "https://www.w3.org/TR/mediaqueries-3/#background", + "https://www.w3.org/TR/mediaqueries-3/#media0", + "https://www.w3.org/TR/mediaqueries-3/#expressions", + "https://www.w3.org/TR/mediaqueries-3/#media-features", + "https://www.w3.org/TR/mediaqueries-3/#syntax", + "https://www.w3.org/TR/mediaqueries-3/#error-handling", + "https://www.w3.org/TR/mediaqueries-3/#c1", + "https://www.w3.org/TR/mediaqueries-3/#media1", + "https://www.w3.org/TR/mediaqueries-3/#width", + "https://www.w3.org/TR/mediaqueries-3/#height", + "https://www.w3.org/TR/mediaqueries-3/#device-width", + "https://www.w3.org/TR/mediaqueries-3/#device-height", + "https://www.w3.org/TR/mediaqueries-3/#orientation", + "https://www.w3.org/TR/mediaqueries-3/#aspect-ratio", + "https://www.w3.org/TR/mediaqueries-3/#device-aspect-ratio", + "https://www.w3.org/TR/mediaqueries-3/#color", + "https://www.w3.org/TR/mediaqueries-3/#color-index", + "https://www.w3.org/TR/mediaqueries-3/#monochrome", + "https://www.w3.org/TR/mediaqueries-3/#resolution", + "https://www.w3.org/TR/mediaqueries-3/#scan", + "https://www.w3.org/TR/mediaqueries-3/#grid", + "https://www.w3.org/TR/mediaqueries-3/#values", + "https://www.w3.org/TR/mediaqueries-3/#units", + "https://www.w3.org/TR/mediaqueries-3/#resolution0", + "https://www.w3.org/TR/mediaqueries-3/#changes", + "https://www.w3.org/TR/mediaqueries-3/#changes-2012", + "https://www.w3.org/TR/mediaqueries-3/#changes-2010", + "https://www.w3.org/TR/mediaqueries-3/#acknowledgments", + "https://www.w3.org/TR/mediaqueries-3/#references", + "https://www.w3.org/TR/mediaqueries-3/#normative-references", + "https://www.w3.org/TR/mediaqueries-3/#CSS21", + "https://www.w3.org/TR/mediaqueries-3/#other-references", + "https://www.w3.org/TR/mediaqueries-3/#HTML401", + "https://www.w3.org/TR/mediaqueries-3/#biblio-html", + "https://www.w3.org/TR/mediaqueries-3/#RFC2531", + "https://www.w3.org/TR/mediaqueries-3/#XMLSTYLE", + "https://www.w3.org/TR/mediaqueries-3/#back-to-top" + ] +} \ No newline at end of file diff --git a/tr/ids/orientation-event.json b/tr/ids/orientation-event.json index 941e592f4a16..f9110c27a11f 100644 --- a/tr/ids/orientation-event.json +++ b/tr/ids/orientation-event.json @@ -95,7 +95,8 @@ "https://www.w3.org/TR/orientation-event/#ref-for-permission", "https://www.w3.org/TR/orientation-event/#ref-for-relevant-settings-object", "https://www.w3.org/TR/orientation-event/#ref-for-concept-settings-object-origin", - "https://www.w3.org/TR/orientation-event/#ref-for-triggered-by-user-activation", + "https://www.w3.org/TR/orientation-event/#ref-for-concept-relevant-global", + "https://www.w3.org/TR/orientation-event/#ref-for-transient-activation", "https://www.w3.org/TR/orientation-event/#ref-for-notallowederror", "https://www.w3.org/TR/orientation-event/#ref-for-idl-DOMException", "https://www.w3.org/TR/orientation-event/#ref-for-relevant-settings-object%E2%91%A0", @@ -254,7 +255,7 @@ "https://www.w3.org/TR/orientation-event/#ref-for-permission%E2%91%A1", "https://www.w3.org/TR/orientation-event/#ref-for-relevant-settings-object%E2%91%A2", "https://www.w3.org/TR/orientation-event/#ref-for-concept-settings-object-origin%E2%91%A2", - "https://www.w3.org/TR/orientation-event/#ref-for-triggered-by-user-activation%E2%91%A0", + "https://www.w3.org/TR/orientation-event/#ref-for-triggered-by-user-activation", "https://www.w3.org/TR/orientation-event/#ref-for-notallowederror%E2%91%A0", "https://www.w3.org/TR/orientation-event/#ref-for-idl-DOMException%E2%91%A0", "https://www.w3.org/TR/orientation-event/#ref-for-relevant-settings-object%E2%91%A3", @@ -283,10 +284,9 @@ "https://www.w3.org/TR/orientation-event/#ref-for-concept-origin", "https://www.w3.org/TR/orientation-event/#ref-for-permission%E2%91%A4", "https://www.w3.org/TR/orientation-event/#security-and-privacy", - "https://www.w3.org/TR/orientation-event/#ref-for-active-document", + "https://www.w3.org/TR/orientation-event/#ref-for-nav-document", "https://www.w3.org/TR/orientation-event/#ref-for-dom-visibilitystate-visible", "https://www.w3.org/TR/orientation-event/#ref-for-top-level-browsing-context", - "https://www.w3.org/TR/orientation-event/#ref-for-nested-browsing-context", "https://www.w3.org/TR/orientation-event/#use-cases-and-requirements", "https://www.w3.org/TR/orientation-event/#use-cases", "https://www.w3.org/TR/orientation-event/#controlling-a-game", @@ -306,6 +306,8 @@ "https://www.w3.org/TR/orientation-event/#index", "https://www.w3.org/TR/orientation-event/#index-defined-here", "https://www.w3.org/TR/orientation-event/#index-defined-elsewhere", + "https://www.w3.org/TR/orientation-event/#term-for-relevant-settings-object", + "https://www.w3.org/TR/orientation-event/#term-for-triggered-by-user-activation", "https://www.w3.org/TR/orientation-event/#term-for-event-orientationchange", "https://www.w3.org/TR/orientation-event/#term-for-event", "https://www.w3.org/TR/orientation-event/#term-for-dictdef-eventinit", @@ -314,13 +316,15 @@ "https://www.w3.org/TR/orientation-event/#term-for-dom-dommatrix-rotateself", "https://www.w3.org/TR/orientation-event/#term-for-eventhandler", "https://www.w3.org/TR/orientation-event/#term-for-window", - "https://www.w3.org/TR/orientation-event/#term-for-active-document", + "https://www.w3.org/TR/orientation-event/#term-for-nav-document", "https://www.w3.org/TR/orientation-event/#term-for-event-handler-event-type", "https://www.w3.org/TR/orientation-event/#term-for-in-parallel", - "https://www.w3.org/TR/orientation-event/#term-for-nested-browsing-context", + "https://www.w3.org/TR/orientation-event/#term-for-concept-origin", "https://www.w3.org/TR/orientation-event/#term-for-concept-settings-object-origin", "https://www.w3.org/TR/orientation-event/#term-for-queue-a-task", + "https://www.w3.org/TR/orientation-event/#term-for-concept-relevant-global", "https://www.w3.org/TR/orientation-event/#term-for-top-level-browsing-context", + "https://www.w3.org/TR/orientation-event/#term-for-transient-activation", "https://www.w3.org/TR/orientation-event/#term-for-dom-window", "https://www.w3.org/TR/orientation-event/#term-for-dom-visibilitystate-visible", "https://www.w3.org/TR/orientation-event/#term-for-idl-DOMException", diff --git a/tr/ids/partitioned-cookies.json b/tr/ids/partitioned-cookies.json new file mode 100644 index 000000000000..01a48b157182 --- /dev/null +++ b/tr/ids/partitioned-cookies.json @@ -0,0 +1,204 @@ +{ + "spec": { + "title": "Cookies Having Independent Partitioned State specification", + "url": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html" + }, + "ids": [ + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#external-metadata", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#internal-metadata", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#identifiers", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#title", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-abstract", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#abstract", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-abstract-1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-note.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-about-this-document", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-note.1-1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-note.1-2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-note.1-3", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-note.1-4", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#status-of-memo", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-boilerplate.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-status-of-this-memo", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-boilerplate.1-1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-boilerplate.1-2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-boilerplate.1-3", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-boilerplate.1-4", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#copyright", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-boilerplate.2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-copyright-notice", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-boilerplate.2-1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-boilerplate.2-2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#toc", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-table-of-contents", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.1.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.2.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.2.2.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.2.2.1.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.2.2.2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.2.2.2.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.2.2.3", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.2.2.3.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.2.2.4", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.2.2.4.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.2.2.5", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.2.2.5.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.3", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.3.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.3.2.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.3.2.1.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.3.2.2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.3.2.2.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.3.2.3", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.3.2.3.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.3.2.4", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.3.2.4.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.3.2.5", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.3.2.5.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.3.2.6", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.3.2.6.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.4", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.4.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.4.2.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.4.2.1.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.4.2.2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.4.2.2.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.4.2.3", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.4.2.3.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.5", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.5.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.6", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.6.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.6.2.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.6.2.1.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.6.2.2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.6.2.2.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.7", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.7.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.8", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-toc.1-1.8.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#introduction", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-introduction", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-1-1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-1-2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-1-3", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#conventions-and-definitions", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-conventions-and-definitions", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#the-partitioned-attribute", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-the-partitioned-attribute", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.1-1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.1-2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.1-2.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#computing-the-cookie-partition-key", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-computing-the-cookie-partit", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.2-1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.2-2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.2-2.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.2-2.1.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.2-2.1.2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.2-2.1.3", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#using-set-cookie-with-partitioned", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.3", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-using-set-cookie-with-parti", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.3-1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.3-2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.3-2.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.3-3", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.3-4", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.3-4.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.3-4.1.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#partitioned-cookies-with-the-same-namedomainpath", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.4", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-partitioned-cookies-with-th", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.4-1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.4-2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.4-2.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.4-2.1.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#attaching-a-partitioned-cookie-to-a-request", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.5", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-attaching-a-partitioned-coo", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.5-1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.5-2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.5-2.1.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#security-considerations", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-3", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-security-considerations", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#partitioned-requires-secure", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-3.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-partitioned-requires-secure", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-3.1-1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#partitioned-cookies-and-xss-attacks", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-3.2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-partitioned-cookies-and-xss", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-3.2-1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#partitioned-cookies-and-csrf-attacks", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-3.3", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-partitioned-cookies-and-csr", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-3.3-1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#state-proliferation-for-denial-of-service", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-3.4", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-state-proliferation-for-den", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-3.4-1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#partitioned-cookies-improve-user-privacy", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-3.5", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-partitioned-cookies-improve", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-3.5-1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#avoiding-cross-partition-leaks", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-3.6", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-avoiding-cross-partition-le", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-3.6-1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-3.6-2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-3.6-3", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-3.6-4", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#implementation-considerations", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-4", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-implementation-consideratio", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#applying-limits-to-partitioned-cookie-jars", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-4.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-applying-limits-to-partitio", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-4.1-1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-4.1-2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-4.1-2.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#third-party-cookie-controls", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-4.2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-third-party-cookie-controls", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-4.2-1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-4.2-2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-4.2-2.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#partitioned-cookies-and-clear-site-data", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-4.3", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-partitioned-cookies-and-cle", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-4.3-1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-4.3-2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-4.3-2.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-4.3-2.1.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#iana-considerations", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-5", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-iana-considerations", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-5-1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-6", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-references", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-6.1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-normative-references", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#Clear-Site-Data", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#HTML", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#RFC6265bis", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-6.2", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-informative-references", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#CHIPS-Explainer", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#acknowledgments", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#appendix-A", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-acknowledgments", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#appendix-A-1", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#authors-addresses", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#appendix-B", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#name-authors-address" + ] +} \ No newline at end of file diff --git a/tr/ids/permissions-policy-1.json b/tr/ids/permissions-policy-1.json index e7b02af8fcac..790f1f0a63d5 100644 --- a/tr/ids/permissions-policy-1.json +++ b/tr/ids/permissions-policy-1.json @@ -35,7 +35,7 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-directive", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A1", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-default-allowlist", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature-default-allowlist", "https://www.w3.org/TR/permissions-policy-1/#supported-features", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A3", @@ -89,11 +89,11 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-dictionary", "https://www.w3.org/TR/permissions-policy-1/#allowlists", "https://www.w3.org/TR/permissions-policy-1/#allowlist", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-request-origin", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin", "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#the-special-value", "https://www.w3.org/TR/permissions-policy-1/#ref-for-ordered-set", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-request-origin%E2%91%A0", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#matches", "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist%E2%91%A4", @@ -102,11 +102,11 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-same-origin-domain", "https://www.w3.org/TR/permissions-policy-1/#default-allowlists", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/permissions-policy-1/#default-allowlist", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-default-allowlist%E2%91%A0", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-default-allowlist%E2%91%A1", + "https://www.w3.org/TR/permissions-policy-1/#policy-controlled-feature-default-allowlist", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature-default-allowlist%E2%91%A0", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature-default-allowlist%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/permissions-policy-1/#default-allowlist%E2%91%A0", + "https://www.w3.org/TR/permissions-policy-1/#default-allowlist", "https://www.w3.org/TR/permissions-policy-1/#default-allowlist-self", "https://www.w3.org/TR/permissions-policy-1/#serialization", "https://www.w3.org/TR/permissions-policy-1/#ascii-serialization", @@ -137,6 +137,7 @@ "https://www.w3.org/TR/permissions-policy-1/#permissions-policy-header", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-response-response", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy%E2%91%A3", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy-header%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-dictionary%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#iframe-allow-attribute", "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A0", @@ -199,7 +200,7 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicy%E2%91%A4", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicy%E2%91%A5", "https://www.w3.org/TR/permissions-policy-1/#default-origin", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-request-origin%E2%91%A1", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicy%E2%91%A6", "https://www.w3.org/TR/permissions-policy-1/#ref-for-associated-node%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicy%E2%91%A7", @@ -207,7 +208,7 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-document%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#ref-for-default-origin", "https://www.w3.org/TR/permissions-policy-1/#ref-for-document%E2%91%A3", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-request-origin%E2%91%A2", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicy%E2%91%A8", "https://www.w3.org/TR/permissions-policy-1/#ref-for-associated-node%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#ref-for-element", @@ -316,14 +317,14 @@ "https://www.w3.org/TR/permissions-policy-1/#algo-process-response-policy", "https://www.w3.org/TR/permissions-policy-1/#process-response-policy", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-response-response%E2%91%A0", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-request-origin%E2%91%A3", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#ref-for-declared-policy%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-header-list-get-structured-header", "https://www.w3.org/TR/permissions-policy-1/#ref-for-construct-policy", "https://www.w3.org/TR/permissions-policy-1/#algo-construct-policy", "https://www.w3.org/TR/permissions-policy-1/#construct-policy", "https://www.w3.org/TR/permissions-policy-1/#ref-for-ordered-map", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-request-origin%E2%91%A4", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A4", "https://www.w3.org/TR/permissions-policy-1/#ref-for-declared-policy%E2%91%A4", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A0%E2%91%A5", @@ -333,8 +334,8 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-parser", "https://www.w3.org/TR/permissions-policy-1/#algo-parse-policy-directive", "https://www.w3.org/TR/permissions-policy-1/#parse-policy-directive", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-request-origin%E2%91%A5", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-request-origin%E2%91%A6", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A5", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A6", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-directive%E2%91%A6", "https://www.w3.org/TR/permissions-policy-1/#ref-for-strictly-split", "https://www.w3.org/TR/permissions-policy-1/#ref-for-split-on-ascii-whitespace", @@ -349,20 +350,21 @@ "https://www.w3.org/TR/permissions-policy-1/#algo-process-policy-attributes", "https://www.w3.org/TR/permissions-policy-1/#process-policy-attributes", "https://www.w3.org/TR/permissions-policy-1/#ref-for-container-policy%E2%91%A6", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-parse-policy-directive", "https://www.w3.org/TR/permissions-policy-1/#ref-for-declared-origin%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A6", "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-special-value%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#algo-create-for-browsingcontext", "https://www.w3.org/TR/permissions-policy-1/#create-for-browsingcontext", "https://www.w3.org/TR/permissions-policy-1/#ref-for-browsing-context", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-request-origin%E2%91%A7", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A7", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy%E2%91%A6", "https://www.w3.org/TR/permissions-policy-1/#ref-for-define-inherited-policy", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy%E2%91%A7", "https://www.w3.org/TR/permissions-policy-1/#algo-create-from-response", "https://www.w3.org/TR/permissions-policy-1/#create-from-response", "https://www.w3.org/TR/permissions-policy-1/#ref-for-browsing-context%E2%91%A0", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-request-origin%E2%91%A8", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A8", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-response-response%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy%E2%91%A8", "https://www.w3.org/TR/permissions-policy-1/#ref-for-create-for-browsingcontext", @@ -371,40 +373,40 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-declared-policy%E2%91%A5", "https://www.w3.org/TR/permissions-policy-1/#algo-define-inherited-policy", "https://www.w3.org/TR/permissions-policy-1/#define-inherited-policy", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-request-origin%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/permissions-policy-1/#ref-for-browsing-context%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-inherited-policy%E2%91%A5", "https://www.w3.org/TR/permissions-policy-1/#ref-for-define-inherited-policy-in-container%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#algo-define-inherited-policy-in-container", "https://www.w3.org/TR/permissions-policy-1/#define-inherited-policy-in-container", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-request-origin%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-inherited-policy%E2%91%A6", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-node-document%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-inherited-policy%E2%91%A7", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-declared-policy%E2%91%A6", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-is-feature-enabled", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-node-document%E2%91%A4", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-node-document%E2%91%A5", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-is-feature-enabled%E2%91%A0", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-node-document%E2%91%A6", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-process-policy-attributes", "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-declared-policy%E2%91%A7", "https://www.w3.org/TR/permissions-policy-1/#ref-for-matches", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-process-policy-attributes", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-matches%E2%91%A0", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-default-allowlist%E2%91%A2", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-default-allowlist%E2%91%A3", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature-default-allowlist%E2%91%A2", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature-default-allowlist%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#ref-for-same-origin", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-node-document%E2%91%A4", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-node-document%E2%91%A7", "https://www.w3.org/TR/permissions-policy-1/#algo-is-feature-enabled", "https://www.w3.org/TR/permissions-policy-1/#is-feature-enabled", "https://www.w3.org/TR/permissions-policy-1/#ref-for-document%E2%91%A8", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-request-origin%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-inherited-policy%E2%91%A8", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-declared-policy%E2%91%A8", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-declared-policy%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-matches%E2%91%A1", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-default-allowlist%E2%91%A4", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-default-allowlist%E2%91%A5", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-inherited-policy%E2%91%A7", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-declared-policy%E2%91%A6", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-declared-policy%E2%91%A7", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-matches%E2%91%A0", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature-default-allowlist%E2%91%A4", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature-default-allowlist%E2%91%A5", "https://www.w3.org/TR/permissions-policy-1/#ref-for-same-origin%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#algo-report-permissions-policy-violation", "https://www.w3.org/TR/permissions-policy-1/#report-permissions-policy-violation", @@ -420,6 +422,7 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicyviolationreportbody-sourcefile%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicyviolationreportbody-linenumber%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicyviolationreportbody-columnnumber%E2%91%A0", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-generate-and-queue-a-report", "https://www.w3.org/TR/permissions-policy-1/#ref-for-violate%E2%91%A7", "https://www.w3.org/TR/permissions-policy-1/#algo-should-request-be-allowed-to-use-feature", "https://www.w3.org/TR/permissions-policy-1/#should-request-be-allowed-to-use-feature", @@ -430,8 +433,8 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-workerglobalscope", "https://www.w3.org/TR/permissions-policy-1/#ref-for-workletglobalscope", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-document-window", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-request-origin%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-is-feature-enabled", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-request-origin", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-is-feature-enabled%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#iana-considerations", "https://www.w3.org/TR/permissions-policy-1/#privacy", "https://www.w3.org/TR/permissions-policy-1/#privacy-and-security", @@ -473,7 +476,6 @@ "https://www.w3.org/TR/permissions-policy-1/#term-for-browsing-context", "https://www.w3.org/TR/permissions-policy-1/#term-for-environment-settings-object", "https://www.w3.org/TR/permissions-policy-1/#term-for-the-iframe-element", - "https://www.w3.org/TR/permissions-policy-1/#term-for-concept-request-origin%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#term-for-same-origin", "https://www.w3.org/TR/permissions-policy-1/#term-for-same-origin-domain", "https://www.w3.org/TR/permissions-policy-1/#term-for-attr-iframe-sandbox", @@ -490,9 +492,11 @@ "https://www.w3.org/TR/permissions-policy-1/#term-for-dfn-powerful-feature", "https://www.w3.org/TR/permissions-policy-1/#term-for-reportbody", "https://www.w3.org/TR/permissions-policy-1/#term-for-report-body", + "https://www.w3.org/TR/permissions-policy-1/#term-for-generate-and-queue-a-report", "https://www.w3.org/TR/permissions-policy-1/#term-for-report", "https://www.w3.org/TR/permissions-policy-1/#term-for-report-type", "https://www.w3.org/TR/permissions-policy-1/#term-for-visible-to-reportingobservers", + "https://www.w3.org/TR/permissions-policy-1/#term-for-concept-url-origin", "https://www.w3.org/TR/permissions-policy-1/#term-for-concept-url-parser", "https://www.w3.org/TR/permissions-policy-1/#term-for-idl-DOMString", "https://www.w3.org/TR/permissions-policy-1/#term-for-Exposed", diff --git a/tr/ids/prefetch.json b/tr/ids/prefetch.json index 517a5719cd68..942692faf67b 100644 --- a/tr/ids/prefetch.json +++ b/tr/ids/prefetch.json @@ -81,6 +81,8 @@ "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url", "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-anonymization-policy", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-ip-anonymization-policy", + "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-referrer-policy", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-referrer-policy", "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-label", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-string", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-implementation-defined", @@ -600,10 +602,12 @@ "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-document-bc", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-node-navigable%E2%91%A1", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-nav-container%E2%91%A0", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document-state-2%E2%91%A1", - "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document-state-request-referrer-policy%E2%91%A2", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-referrer-policy", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-referrer-policy%E2%91%A0", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-document-policy-container", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-policy-container-referrer-policy", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document-state-2%E2%91%A1", + "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document-state-request-referrer-policy%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document-state-initiator-origin%E2%91%A3", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-document-origin%E2%91%A2", "https://wicg.github.io/nav-speculation/prefetch.html#ref-for-session-history-entry%E2%91%A1", @@ -890,6 +894,7 @@ "https://wicg.github.io/nav-speculation/prefetch.html#term-for-tuple", "https://wicg.github.io/nav-speculation/prefetch.html#term-for-set-union", "https://wicg.github.io/nav-speculation/prefetch.html#term-for-dom-navigationtimingtype", + "https://wicg.github.io/nav-speculation/prefetch.html#term-for-referrer-policy", "https://wicg.github.io/nav-speculation/prefetch.html#term-for-name-items", "https://wicg.github.io/nav-speculation/prefetch.html#term-for-name-lists", "https://wicg.github.io/nav-speculation/prefetch.html#term-for-name-tokens", @@ -911,6 +916,7 @@ "https://wicg.github.io/nav-speculation/prefetch.html#biblio-html", "https://wicg.github.io/nav-speculation/prefetch.html#biblio-infra", "https://wicg.github.io/nav-speculation/prefetch.html#biblio-navigation-timing-2", + "https://wicg.github.io/nav-speculation/prefetch.html#biblio-referrer-policy", "https://wicg.github.io/nav-speculation/prefetch.html#biblio-rfc8941", "https://wicg.github.io/nav-speculation/prefetch.html#biblio-secure-contexts", "https://wicg.github.io/nav-speculation/prefetch.html#biblio-url", diff --git a/tr/ids/priority-hints.json b/tr/ids/priority-hints.json index 3fa59fb28a02..cb07c823d238 100644 --- a/tr/ids/priority-hints.json +++ b/tr/ids/priority-hints.json @@ -23,7 +23,7 @@ "https://wicg.github.io/priority-hints/#ref-for-request", "https://wicg.github.io/priority-hints/#sotd", "https://wicg.github.io/priority-hints/#introduction", - "https://wicg.github.io/priority-hints/#ref-for-destination", + "https://wicg.github.io/priority-hints/#ref-for-concept-request-destination", "https://wicg.github.io/priority-hints/#solution", "https://wicg.github.io/priority-hints/#ref-for-enumerated-attribute%E2%91%A1", "https://wicg.github.io/priority-hints/#ref-for-the-link-element%E2%91%A0", @@ -93,7 +93,7 @@ "https://wicg.github.io/priority-hints/#ref-for-cereactions%E2%91%A0", "https://wicg.github.io/priority-hints/#ref-for-idl-DOMString%E2%91%A0", "https://wicg.github.io/priority-hints/#dom-htmllinkelement-fetchpriority", - "https://wicg.github.io/priority-hints/#ref-for-create-a-link-element-request", + "https://wicg.github.io/priority-hints/#ref-for-create-a-link-request", "https://wicg.github.io/priority-hints/#ref-for-fetching-and-processing-a-resource-from-a-link-element", "https://wicg.github.io/priority-hints/#ref-for-request-priority%E2%91%A3", "https://wicg.github.io/priority-hints/#ref-for-fetch-and-process-the-linked-resource%E2%91%A0", @@ -149,9 +149,9 @@ "https://wicg.github.io/priority-hints/#ref-for-the-iframe-element%E2%91%A5", "https://wicg.github.io/priority-hints/#effects-of-priority-hints", "https://wicg.github.io/priority-hints/#example-69e5b29d", - "https://wicg.github.io/priority-hints/#ref-for-destination%E2%91%A0", + "https://wicg.github.io/priority-hints/#ref-for-concept-request-destination%E2%91%A0", "https://wicg.github.io/priority-hints/#example-5350b444", - "https://wicg.github.io/priority-hints/#ref-for-destination%E2%91%A1", + "https://wicg.github.io/priority-hints/#ref-for-concept-request-destination%E2%91%A1", "https://wicg.github.io/priority-hints/#examples", "https://wicg.github.io/priority-hints/#example-6e803901", "https://wicg.github.io/priority-hints/#example-e38d9c01", @@ -182,7 +182,7 @@ "https://wicg.github.io/priority-hints/#index-defined-here", "https://wicg.github.io/priority-hints/#index-defined-elsewhere", "https://wicg.github.io/priority-hints/#term-for-request", - "https://wicg.github.io/priority-hints/#term-for-destination", + "https://wicg.github.io/priority-hints/#term-for-concept-request-destination", "https://wicg.github.io/priority-hints/#term-for-concept-fetch", "https://wicg.github.io/priority-hints/#term-for-dom-requestinit-priority", "https://wicg.github.io/priority-hints/#term-for-request-priority", @@ -191,7 +191,7 @@ "https://wicg.github.io/priority-hints/#term-for-htmlimageelement", "https://wicg.github.io/priority-hints/#term-for-htmllinkelement", "https://wicg.github.io/priority-hints/#term-for-htmlscriptelement", - "https://wicg.github.io/priority-hints/#term-for-create-a-link-element-request", + "https://wicg.github.io/priority-hints/#term-for-create-a-link-request", "https://wicg.github.io/priority-hints/#term-for-the-script-element:data-block-2", "https://wicg.github.io/priority-hints/#term-for-default-classic-script-fetch-options", "https://wicg.github.io/priority-hints/#term-for-:~:text=dynamically%20has%20no%20direct%20effect", diff --git a/tr/ids/promises-guide.json b/tr/ids/promises-guide.json new file mode 100644 index 000000000000..7c0f94798454 --- /dev/null +++ b/tr/ids/promises-guide.json @@ -0,0 +1,101 @@ +{ + "spec": { + "title": "Writing Promise-Using Specifications", + "url": "https://www.w3.org/2001/tag/doc/promises-guide" + }, + "ids": [ + "https://www.w3.org/2001/tag/doc/promises-guide#toc-nav", + "https://www.w3.org/2001/tag/doc/promises-guide#toc-jump", + "https://www.w3.org/2001/tag/doc/promises-guide#toc-toggle", + "https://www.w3.org/2001/tag/doc/promises-guide#title", + "https://www.w3.org/2001/tag/doc/promises-guide#subtitle", + "https://www.w3.org/2001/tag/doc/promises-guide#abstract", + "https://www.w3.org/2001/tag/doc/promises-guide#status", + "https://www.w3.org/2001/tag/doc/promises-guide#w3c_process_revision", + "https://www.w3.org/2001/tag/doc/promises-guide#toc", + "https://www.w3.org/2001/tag/doc/promises-guide#contents", + "https://www.w3.org/2001/tag/doc/promises-guide#intro", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-in-parallel", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-queue-a-task", + "https://www.w3.org/2001/tag/doc/promises-guide#when-to-use", + "https://www.w3.org/2001/tag/doc/promises-guide#one-and-done", + "https://www.w3.org/2001/tag/doc/promises-guide#one-time-events", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-queue-a-microtask", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-eventtarget", + "https://www.w3.org/2001/tag/doc/promises-guide#state-transitions", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-the-img-element", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-attr-img-src", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-default-writer-close", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-the-img-element%E2%91%A0", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-attr-img-src%E2%91%A0", + "https://www.w3.org/2001/tag/doc/promises-guide#when-not-to-use", + "https://www.w3.org/2001/tag/doc/promises-guide#recurring-events", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-eventtarget%E2%91%A0", + "https://www.w3.org/2001/tag/doc/promises-guide#streaming-data", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-readablestream", + "https://www.w3.org/2001/tag/doc/promises-guide#api-design-guidance", + "https://www.w3.org/2001/tag/doc/promises-guide#errors", + "https://www.w3.org/2001/tag/doc/promises-guide#always-return-promises", + "https://www.w3.org/2001/tag/doc/promises-guide#webidl-promise-return-values", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-dfn-operation", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-dfn-promise-type", + "https://www.w3.org/2001/tag/doc/promises-guide#reasons-should-be-errors", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-sec-error-objects", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-sec-error-objects%E2%91%A0", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-sec-error-objects%E2%91%A1", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-idl-DOMException", + "https://www.w3.org/2001/tag/doc/promises-guide#rejections-should-be-exceptional", + "https://www.w3.org/2001/tag/doc/promises-guide#accepting-promises", + "https://www.w3.org/2001/tag/doc/promises-guide#resolve-arguments", + "https://www.w3.org/2001/tag/doc/promises-guide#webidl-promise-parameters", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-idl-promise", + "https://www.w3.org/2001/tag/doc/promises-guide#example-b33c14b3", + "https://www.w3.org/2001/tag/doc/promises-guide#should-promise-call", + "https://www.w3.org/2001/tag/doc/promises-guide#webidl-developer-functions-returning-promises", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-dfn-callback-function", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-invoke-a-callback-function", + "https://www.w3.org/2001/tag/doc/promises-guide#legacy", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-idbrequest", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-dom-idbrequest-onsuccess", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-dom-idbrequest-onerror", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-dom-notification-requestpermission", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-dom-xmlhttprequest-send", + "https://www.w3.org/2001/tag/doc/promises-guide#ref-for-handler-xhr-onreadystatechange", + "https://www.w3.org/2001/tag/doc/promises-guide#index", + "https://www.w3.org/2001/tag/doc/promises-guide#index-defined-elsewhere", + "https://www.w3.org/2001/tag/doc/promises-guide#term-for-eventtarget", + "https://www.w3.org/2001/tag/doc/promises-guide#term-for-sec-error-objects", + "https://www.w3.org/2001/tag/doc/promises-guide#term-for-the-img-element", + "https://www.w3.org/2001/tag/doc/promises-guide#term-for-in-parallel", + "https://www.w3.org/2001/tag/doc/promises-guide#term-for-queue-a-microtask", + "https://www.w3.org/2001/tag/doc/promises-guide#term-for-queue-a-task", + "https://www.w3.org/2001/tag/doc/promises-guide#term-for-attr-img-src", + "https://www.w3.org/2001/tag/doc/promises-guide#term-for-idbrequest", + "https://www.w3.org/2001/tag/doc/promises-guide#term-for-dom-idbrequest-onerror", + "https://www.w3.org/2001/tag/doc/promises-guide#term-for-dom-idbrequest-onsuccess", + "https://www.w3.org/2001/tag/doc/promises-guide#term-for-dom-notification-requestpermission", + "https://www.w3.org/2001/tag/doc/promises-guide#term-for-readablestream", + "https://www.w3.org/2001/tag/doc/promises-guide#term-for-default-writer-close", + "https://www.w3.org/2001/tag/doc/promises-guide#term-for-idl-DOMException", + "https://www.w3.org/2001/tag/doc/promises-guide#term-for-idl-promise", + "https://www.w3.org/2001/tag/doc/promises-guide#term-for-dfn-callback-function", + "https://www.w3.org/2001/tag/doc/promises-guide#term-for-invoke-a-callback-function", + "https://www.w3.org/2001/tag/doc/promises-guide#term-for-dfn-operation", + "https://www.w3.org/2001/tag/doc/promises-guide#term-for-dfn-promise-type", + "https://www.w3.org/2001/tag/doc/promises-guide#term-for-handler-xhr-onreadystatechange", + "https://www.w3.org/2001/tag/doc/promises-guide#term-for-dom-xmlhttprequest-send", + "https://www.w3.org/2001/tag/doc/promises-guide#references", + "https://www.w3.org/2001/tag/doc/promises-guide#normative", + "https://www.w3.org/2001/tag/doc/promises-guide#biblio-dom", + "https://www.w3.org/2001/tag/doc/promises-guide#biblio-ecmascript", + "https://www.w3.org/2001/tag/doc/promises-guide#biblio-html", + "https://www.w3.org/2001/tag/doc/promises-guide#biblio-streams", + "https://www.w3.org/2001/tag/doc/promises-guide#biblio-webidl", + "https://www.w3.org/2001/tag/doc/promises-guide#informative", + "https://www.w3.org/2001/tag/doc/promises-guide#biblio-file-system-api", + "https://www.w3.org/2001/tag/doc/promises-guide#biblio-indexeddb", + "https://www.w3.org/2001/tag/doc/promises-guide#biblio-indexeddb-2", + "https://www.w3.org/2001/tag/doc/promises-guide#biblio-notifications", + "https://www.w3.org/2001/tag/doc/promises-guide#biblio-xhr" + ] +} \ No newline at end of file diff --git a/tr/ids/selectors-3.json b/tr/ids/selectors-3.json new file mode 100644 index 000000000000..5561ecdaede2 --- /dev/null +++ b/tr/ids/selectors-3.json @@ -0,0 +1,158 @@ +{ + "spec": { + "title": "Selectors Level 3", + "url": "https://www.w3.org/TR/selectors-3/" + }, + "ids": [ + "https://www.w3.org/TR/selectors-3/#toc-nav", + "https://www.w3.org/TR/selectors-3/#toc-jump", + "https://www.w3.org/TR/selectors-3/#toc-toggle", + "https://www.w3.org/TR/selectors-3/#title", + "https://www.w3.org/TR/selectors-3/#annotation_root_", + "https://www.w3.org/TR/selectors-3/#editors-list", + "https://www.w3.org/TR/selectors-3/#abstract", + "https://www.w3.org/TR/selectors-3/#status", + "https://www.w3.org/TR/selectors-3/#w3c_process_revision", + "https://www.w3.org/TR/selectors-3/#toc", + "https://www.w3.org/TR/selectors-3/#contents", + "https://www.w3.org/TR/selectors-3/#context", + "https://www.w3.org/TR/selectors-3/#dependencies", + "https://www.w3.org/TR/selectors-3/#terminology", + "https://www.w3.org/TR/selectors-3/#changesFromCSS2", + "https://www.w3.org/TR/selectors-3/#selectors", + "https://www.w3.org/TR/selectors-3/#casesens", + "https://www.w3.org/TR/selectors-3/#selector-syntax", + "https://www.w3.org/TR/selectors-3/#selector", + "https://www.w3.org/TR/selectors-3/#sequence-of-simple-selectors", + "https://www.w3.org/TR/selectors-3/#simple-selector", + "https://www.w3.org/TR/selectors-3/#combinators0", + "https://www.w3.org/TR/selectors-3/#subjects-of-the-selector", + "https://www.w3.org/TR/selectors-3/#nsdecl", + "https://www.w3.org/TR/selectors-3/#declared", + "https://www.w3.org/TR/selectors-3/#grouping", + "https://www.w3.org/TR/selectors-3/#simple-selectors", + "https://www.w3.org/TR/selectors-3/#type-selectors", + "https://www.w3.org/TR/selectors-3/#type-selector", + "https://www.w3.org/TR/selectors-3/#typenmsp", + "https://www.w3.org/TR/selectors-3/#universal-selector", + "https://www.w3.org/TR/selectors-3/#universal-selector0", + "https://www.w3.org/TR/selectors-3/#x", + "https://www.w3.org/TR/selectors-3/#univnmsp", + "https://www.w3.org/TR/selectors-3/#attribute-selectors", + "https://www.w3.org/TR/selectors-3/#attribute-representation", + "https://www.w3.org/TR/selectors-3/#attribute-substrings", + "https://www.w3.org/TR/selectors-3/#attrnmsp", + "https://www.w3.org/TR/selectors-3/#def-values", + "https://www.w3.org/TR/selectors-3/#class-html", + "https://www.w3.org/TR/selectors-3/#id-selectors", + "https://www.w3.org/TR/selectors-3/#pseudo-classes", + "https://www.w3.org/TR/selectors-3/#dynamic-pseudos", + "https://www.w3.org/TR/selectors-3/#the-link-pseudo-classes-link-and-visited", + "https://www.w3.org/TR/selectors-3/#sel-link", + "https://www.w3.org/TR/selectors-3/#sel-visited", + "https://www.w3.org/TR/selectors-3/#the-user-action-pseudo-classes-hover-act", + "https://www.w3.org/TR/selectors-3/#sel-hover", + "https://www.w3.org/TR/selectors-3/#sel-active", + "https://www.w3.org/TR/selectors-3/#sel-focus", + "https://www.w3.org/TR/selectors-3/#target-pseudo", + "https://www.w3.org/TR/selectors-3/#sel-target", + "https://www.w3.org/TR/selectors-3/#lang-pseudo", + "https://www.w3.org/TR/selectors-3/#sel-lang", + "https://www.w3.org/TR/selectors-3/#UIstates", + "https://www.w3.org/TR/selectors-3/#enableddisabled", + "https://www.w3.org/TR/selectors-3/#sel-enabled", + "https://www.w3.org/TR/selectors-3/#sel-disabled", + "https://www.w3.org/TR/selectors-3/#checked", + "https://www.w3.org/TR/selectors-3/#sel-checked", + "https://www.w3.org/TR/selectors-3/#indeterminate", + "https://www.w3.org/TR/selectors-3/#structural-pseudos", + "https://www.w3.org/TR/selectors-3/#structural-pseudo-classes", + "https://www.w3.org/TR/selectors-3/#root-pseudo", + "https://www.w3.org/TR/selectors-3/#sel-root", + "https://www.w3.org/TR/selectors-3/#nth-child-pseudo", + "https://www.w3.org/TR/selectors-3/#sel-nth-child", + "https://www.w3.org/TR/selectors-3/#nth-last-child-pseudo", + "https://www.w3.org/TR/selectors-3/#sel-nth-last-child", + "https://www.w3.org/TR/selectors-3/#nth-of-type-pseudo", + "https://www.w3.org/TR/selectors-3/#sel-nth-of-type", + "https://www.w3.org/TR/selectors-3/#nth-last-of-type-pseudo", + "https://www.w3.org/TR/selectors-3/#sel-nth-last-of-type", + "https://www.w3.org/TR/selectors-3/#first-child-pseudo", + "https://www.w3.org/TR/selectors-3/#sel-first-child", + "https://www.w3.org/TR/selectors-3/#last-child-pseudo", + "https://www.w3.org/TR/selectors-3/#sel-last-child", + "https://www.w3.org/TR/selectors-3/#first-of-type-pseudo", + "https://www.w3.org/TR/selectors-3/#sel-first-of-type", + "https://www.w3.org/TR/selectors-3/#last-of-type-pseudo", + "https://www.w3.org/TR/selectors-3/#sel-last-of-type", + "https://www.w3.org/TR/selectors-3/#only-child-pseudo", + "https://www.w3.org/TR/selectors-3/#sel-only-child", + "https://www.w3.org/TR/selectors-3/#only-of-type-pseudo", + "https://www.w3.org/TR/selectors-3/#sel-only-of-type", + "https://www.w3.org/TR/selectors-3/#empty-pseudo", + "https://www.w3.org/TR/selectors-3/#sel-empty", + "https://www.w3.org/TR/selectors-3/#content-selectors", + "https://www.w3.org/TR/selectors-3/#negation", + "https://www.w3.org/TR/selectors-3/#sel-not", + "https://www.w3.org/TR/selectors-3/#pseudo-elements", + "https://www.w3.org/TR/selectors-3/#first-line", + "https://www.w3.org/TR/selectors-3/#sel-first-line", + "https://www.w3.org/TR/selectors-3/#first-formatted-line", + "https://www.w3.org/TR/selectors-3/#first-formatted-line0", + "https://www.w3.org/TR/selectors-3/#first-letter", + "https://www.w3.org/TR/selectors-3/#first-letter0", + "https://www.w3.org/TR/selectors-3/#fictional-tag-sequence", + "https://www.w3.org/TR/selectors-3/#application-in-css", + "https://www.w3.org/TR/selectors-3/#fictional-tag-sequence0", + "https://www.w3.org/TR/selectors-3/#selection", + "https://www.w3.org/TR/selectors-3/#gen-content", + "https://www.w3.org/TR/selectors-3/#sel-before", + "https://www.w3.org/TR/selectors-3/#sel-after", + "https://www.w3.org/TR/selectors-3/#combinators", + "https://www.w3.org/TR/selectors-3/#descendant-combinators", + "https://www.w3.org/TR/selectors-3/#child-combinators", + "https://www.w3.org/TR/selectors-3/#child-combinator", + "https://www.w3.org/TR/selectors-3/#sibling-combinators", + "https://www.w3.org/TR/selectors-3/#adjacent-sibling-combinators", + "https://www.w3.org/TR/selectors-3/#next-sibling-combinator", + "https://www.w3.org/TR/selectors-3/#general-sibling-combinators", + "https://www.w3.org/TR/selectors-3/#subsequent-sibling-combinator", + "https://www.w3.org/TR/selectors-3/#specificity", + "https://www.w3.org/TR/selectors-3/#w3cselgrammar", + "https://www.w3.org/TR/selectors-3/#grammar", + "https://www.w3.org/TR/selectors-3/#lex", + "https://www.w3.org/TR/selectors-3/#profiling", + "https://www.w3.org/TR/selectors-3/#Conformance", + "https://www.w3.org/TR/selectors-3/#Tests", + "https://www.w3.org/TR/selectors-3/#ACKS", + "https://www.w3.org/TR/selectors-3/#references", + "https://www.w3.org/TR/selectors-3/#normative-references", + "https://www.w3.org/TR/selectors-3/#ref-CSS21", + "https://www.w3.org/TR/selectors-3/#ref-CSS3NAMESPACE", + "https://www.w3.org/TR/selectors-3/#ref-FLEX", + "https://www.w3.org/TR/selectors-3/#ref-UNICODE", + "https://www.w3.org/TR/selectors-3/#ref-YACC", + "https://www.w3.org/TR/selectors-3/#informative-references", + "https://www.w3.org/TR/selectors-3/#ref-BCP47", + "https://www.w3.org/TR/selectors-3/#ref-CSS1", + "https://www.w3.org/TR/selectors-3/#ref-DOM-LEVEL-3-CORE", + "https://www.w3.org/TR/selectors-3/#ref-HTML401", + "https://www.w3.org/TR/selectors-3/#ref-HTML5", + "https://www.w3.org/TR/selectors-3/#ref-MATHML3", + "https://www.w3.org/TR/selectors-3/#ref-STTS3", + "https://www.w3.org/TR/selectors-3/#ref-SVG11", + "https://www.w3.org/TR/selectors-3/#ref-UAX29", + "https://www.w3.org/TR/selectors-3/#ref-XML-NAMES", + "https://www.w3.org/TR/selectors-3/#ref-XML10", + "https://www.w3.org/TR/selectors-3/#changes", + "https://www.w3.org/TR/selectors-3/#back-to-top", + "https://www.w3.org/TR/selectors-3/#sequence", + "https://www.w3.org/TR/selectors-3/#simple-selectors-dfn", + "https://www.w3.org/TR/selectors-3/#whitespace", + "https://www.w3.org/TR/selectors-3/#subject", + "https://www.w3.org/TR/selectors-3/#link", + "https://www.w3.org/TR/selectors-3/#useraction-pseudos", + "https://www.w3.org/TR/selectors-3/#overlapping-example", + "https://www.w3.org/TR/selectors-3/#x3" + ] +} \ No newline at end of file diff --git a/tr/ids/selectors-nonelement-1.json b/tr/ids/selectors-nonelement-1.json new file mode 100644 index 000000000000..554332f63482 --- /dev/null +++ b/tr/ids/selectors-nonelement-1.json @@ -0,0 +1,70 @@ +{ + "spec": { + "title": "Non-element Selectors Module Level 1", + "url": "https://www.w3.org/TR/selectors-nonelement-1/" + }, + "ids": [ + "https://www.w3.org/TR/selectors-nonelement-1/#toc-nav", + "https://www.w3.org/TR/selectors-nonelement-1/#toc-jump", + "https://www.w3.org/TR/selectors-nonelement-1/#toc-toggle", + "https://www.w3.org/TR/selectors-nonelement-1/#title", + "https://www.w3.org/TR/selectors-nonelement-1/#subtitle", + "https://www.w3.org/TR/selectors-nonelement-1/#abstract", + "https://www.w3.org/TR/selectors-nonelement-1/#status", + "https://www.w3.org/TR/selectors-nonelement-1/#w3c_process_revision", + "https://www.w3.org/TR/selectors-nonelement-1/#toc", + "https://www.w3.org/TR/selectors-nonelement-1/#contents", + "https://www.w3.org/TR/selectors-nonelement-1/#intro", + "https://www.w3.org/TR/selectors-nonelement-1/#non-element-selectors", + "https://www.w3.org/TR/selectors-nonelement-1/#attribute-node-selectors", + "https://www.w3.org/TR/selectors-nonelement-1/#attribute-node-selector", + "https://www.w3.org/TR/selectors-nonelement-1/#selectordef-attr", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-typedef-namespace-attr", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-mult-opt", + "https://www.w3.org/TR/selectors-nonelement-1/#typedef-namespace-attr", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-typedef-na-prefix", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-mult-opt%E2%91%A0", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-mult-opt%E2%91%A1", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-typedef-na-name", + "https://www.w3.org/TR/selectors-nonelement-1/#typedef-na-prefix", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-typedef-ident", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-comb-one", + "https://www.w3.org/TR/selectors-nonelement-1/#typedef-na-name", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-typedef-ident%E2%91%A0", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-comb-one%E2%91%A0", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-typedef-namespace-attr%E2%91%A0", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-typedef-namespace-attr%E2%91%A1", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-typedef-na-prefix%E2%91%A0", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-typedef-ident%E2%91%A1", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-namespace-prefix", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-namespace-prefix%E2%91%A0", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-typedef-na-prefix%E2%91%A1", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-typedef-na-prefix%E2%91%A2", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-typedef-na-name%E2%91%A0", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-typedef-ident%E2%91%A2", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-typedef-na-name%E2%91%A1", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-typedef-namespace-attr%E2%91%A2", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-originating-element", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-pseudo-element", + "https://www.w3.org/TR/selectors-nonelement-1/#example-18ff9212", + "https://www.w3.org/TR/selectors-nonelement-1/#ref-for-attribute-node-selector", + "https://www.w3.org/TR/selectors-nonelement-1/#index", + "https://www.w3.org/TR/selectors-nonelement-1/#index-defined-here", + "https://www.w3.org/TR/selectors-nonelement-1/#index-defined-elsewhere", + "https://www.w3.org/TR/selectors-nonelement-1/#term-for-namespace-prefix", + "https://www.w3.org/TR/selectors-nonelement-1/#term-for-typedef-ident", + "https://www.w3.org/TR/selectors-nonelement-1/#term-for-mult-opt", + "https://www.w3.org/TR/selectors-nonelement-1/#term-for-comb-one", + "https://www.w3.org/TR/selectors-nonelement-1/#term-for-originating-element", + "https://www.w3.org/TR/selectors-nonelement-1/#term-for-pseudo-element", + "https://www.w3.org/TR/selectors-nonelement-1/#references", + "https://www.w3.org/TR/selectors-nonelement-1/#normative", + "https://www.w3.org/TR/selectors-nonelement-1/#biblio-css-namespaces-3", + "https://www.w3.org/TR/selectors-nonelement-1/#biblio-css-values-4", + "https://www.w3.org/TR/selectors-nonelement-1/#biblio-selectors4", + "https://www.w3.org/TR/selectors-nonelement-1/#informative", + "https://www.w3.org/TR/selectors-nonelement-1/#biblio-css3syn", + "https://www.w3.org/TR/selectors-nonelement-1/#biblio-selectors-api", + "https://www.w3.org/TR/selectors-nonelement-1/#outdatedWarning" + ] +} \ No newline at end of file diff --git a/tr/ids/speculation-rules.json b/tr/ids/speculation-rules.json index cf716396dfce..b42c9fb08491 100644 --- a/tr/ids/speculation-rules.json +++ b/tr/ids/speculation-rules.json @@ -488,9 +488,9 @@ "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-url%E2%91%A2", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record-anonymization-policy%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-anonymization-policy%E2%91%A2", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record-label%E2%91%A1", - "https://wicg.github.io/nav-speculation/speculation-rules.html#issue-ba6ff404", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record-referrer-policy", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-referrer-policy%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record-label%E2%91%A1", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A0%E2%91%A6", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-start-referrer-initiated-prerendering", @@ -660,6 +660,7 @@ "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-prefetch-record", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-document-prefetch-records", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-prerendering-traversable", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-prefetch-record-referrer-policy", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-start-referrer-initiated-prerendering", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-prefetch-record-state", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-prefetch-record-url", diff --git a/tr/ids/tc39-intl-negotiation.json b/tr/ids/tc39-intl-negotiation.json index 0050ccbec572..11b7280512ec 100644 --- a/tr/ids/tc39-intl-negotiation.json +++ b/tr/ids/tc39-intl-negotiation.json @@ -41,10 +41,10 @@ "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_16", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_17", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-unicode-extension-components", - "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_18", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-insert-unicode-extension-and-canonicalize", - "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_19", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-resolvelocale", + "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_18", + "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_19", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_20", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_21", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_22", @@ -53,34 +53,35 @@ "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_25", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_26", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_27", - "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_28", - "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_29", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-lookupsupportedlocales", - "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_30", + "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_28", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-bestfitsupportedlocales", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-supportedlocales", + "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_29", + "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_30", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_31", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_32", + "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-getoptionsobject", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_33", + "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-coerceoptionstoobject", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_34", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_35", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-getoption", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_36", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_37", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_38", - "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-getstringorbooleanoption", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_39", + "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-getstringorbooleanoption", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_40", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_41", - "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-defaultnumberoption", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_42", - "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-getnumberoption", + "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-defaultnumberoption", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_43", + "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-getnumberoption", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_44", - "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-partitionpattern", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_45", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_46", - "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#_ref_47", + "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#sec-partitionpattern", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#references-pane-container", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#references-pane-spacer", "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html#references-pane", diff --git a/tr/ids/tc39-intl-numberformat.json b/tr/ids/tc39-intl-numberformat.json index 7390a7844787..f984c39db542 100644 --- a/tr/ids/tc39-intl-numberformat.json +++ b/tr/ids/tc39-intl-numberformat.json @@ -16,188 +16,189 @@ "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#menu-toc", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#spec-container", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#numberformat-objects", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-numberformat-abstracts", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-setnfdigitoptions", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl-numberformat-constructor", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_17", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_18", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_19", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-chainnumberformat", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_20", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-initializenumberformat", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_21", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_22", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-initializenumberformat", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_23", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_24", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_25", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_26", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-currencydigits", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-number-format-functions", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_27", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_28", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-setnfdigitoptions", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_29", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-formatnumberstring", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_30", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_31", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_32", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-setnumberformatunitoptions", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_33", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_34", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-partitionnumberpattern", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-properties-of-intl-numberformat-constructor", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_35", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.supportedlocalesof", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_36", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat-internal-slots", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-properties-of-intl-numberformat-prototype-object", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype.constructor", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_37", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype-@@tostringtag", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype.format", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_38", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_39", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-partitionnotationsubpattern", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_40", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_0", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_1", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype.formattoparts", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_40", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_41", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#table-numbering-system-digits", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-formatnumber", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_42", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype.formatrange", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_43", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-formatnumbertoparts", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_44", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_45", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_46", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype.formatrangetoparts", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_47", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_48", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_49", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_50", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-torawprecision", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#eqn-ToRawPrecisionFn", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_2", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype.resolvedoptions", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_51", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_52", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_1", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_53", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-torawfixed", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#eqn-ToRawFixedFn", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_3", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_54", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_55", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_56", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-unwrapnumberformat", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#table-numberformat-resolvedoptions-properties", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-properties-of-intl-numberformat-instances", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_57", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_2", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_3", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#table-intl-rounding-modes", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_4", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-numberformat-abstracts", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-currencydigits", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-number-format-functions", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_58", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_59", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_60", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-formatnumberstring", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_61", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-setnumberformatunitoptions", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_62", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_63", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-getnumberformatpattern", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_4", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_64", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_5", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-getnotationsubpattern", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_6", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_65", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_7", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-computeexponent", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-partitionnumberpattern", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_66", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_67", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_68", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-computeexponentformagnitude", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-runtime-semantics-stringintlmv", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_123", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#prod-StringNumericLiteral", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_124", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_125", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#prod-StrNumericLiteral", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#prod-StrDecimalLiteral", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_126", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_127", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#prod-StrUnsignedDecimalLiteral", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-tointlmathematicalvalue", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#intl-mathematical-value", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_69", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-partitionnotationsubpattern", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_70", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_5", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_6", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_71", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#table-numbering-system-digits", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-formatnumber", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_72", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_73", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_128", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-getunsignedroundingmode", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_8", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_9", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_10", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#table-intl-unsigned-rounding-modes", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-applyunsignedroundingmode", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_11", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-partitionnumberrangepattern", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-formatnumbertoparts", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_74", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_75", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_76", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_77", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_78", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_79", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-formatapproximately", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_80", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-collapsenumberrange", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-torawprecision", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#eqn-ToRawPrecisionFn", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_7", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_81", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-formatnumericrange", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_82", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_83", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-torawfixed", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#eqn-ToRawFixedFn", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_8", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_84", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-formatnumericrangetoparts", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_85", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_86", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-unwrapnumberformat", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_87", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_88", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_89", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_90", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_91", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-getnumberformatpattern", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_9", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_92", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_10", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-getnotationsubpattern", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_11", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_93", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_12", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-computeexponent", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_94", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl-numberformat-constructor", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_95", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_96", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-computeexponentformagnitude", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-runtime-semantics-stringintlmv", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_123", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#prod-StringNumericLiteral", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_124", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_125", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#prod-StrNumericLiteral", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#prod-StrDecimalLiteral", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_126", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_127", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#prod-StrUnsignedDecimalLiteral", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-tointlmathematicalvalue", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#intl-mathematical-value", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_97", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_98", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_99", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-properties-of-intl-numberformat-constructor", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_100", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.supportedlocalesof", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_101", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat-internal-slots", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-properties-of-intl-numberformat-prototype-object", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype.constructor", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_128", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-getunsignedroundingmode", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_13", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_14", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_15", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#table-intl-unsigned-rounding-modes", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-applyunsignedroundingmode", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_16", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-partitionnumberrangepattern", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_102", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype-@@tostringtag", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype.format", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_103", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_104", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_12", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype.formattoparts", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_105", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_106", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_107", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype.formatrange", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-formatapproximately", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_108", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-collapsenumberrange", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_109", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-formatnumericrange", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_110", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_111", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype.formatrangetoparts", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_112", + "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-formatnumericrangetoparts", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_113", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_114", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_115", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-intl.numberformat.prototype.resolvedoptions", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_116", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_117", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_13", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_118", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_119", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_120", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_121", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#table-numberformat-resolvedoptions-properties", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#sec-properties-of-intl-numberformat-instances", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_122", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_14", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_15", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#table-intl-rounding-modes", - "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#_ref_16", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#references-pane-container", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#references-pane-spacer", "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html#references-pane", diff --git a/tr/ids/tc39-intl-pluralrules.json b/tr/ids/tc39-intl-pluralrules.json index f4eb14fbc335..38a98cbfd92e 100644 --- a/tr/ids/tc39-intl-pluralrules.json +++ b/tr/ids/tc39-intl-pluralrules.json @@ -16,68 +16,65 @@ "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#menu-toc", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#spec-container", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#pluralrules-objects", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl-pluralrules-abstracts", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-initializepluralrules", + "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl-pluralrules-constructor", + "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_2", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_3", + "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-initializepluralrules", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_4", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-getoperands", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_5", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_6", + "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-properties-of-intl-pluralrules-constructor", + "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules.prototype", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_7", + "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules.supportedlocalesof", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_8", + "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules-internal-slots", + "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-properties-of-intl-pluralrules-prototype-object", + "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules.prototype.constructor", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_9", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#table-plural-operands", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-pluralruleselect", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-resolveplural", + "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules.prototype-tostringtag", + "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules.prototype.select", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_10", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_11", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_12", + "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules.prototype.selectrange", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_13", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-pluralruleselectrange", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-resolvepluralrange", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_14", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_15", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_16", + "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules.prototype.resolvedoptions", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_17", + "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_0", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_18", + "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_1", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_19", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl-pluralrules-constructor", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_20", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_21", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-properties-of-intl-pluralrules-constructor", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules.prototype", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_22", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules.supportedlocalesof", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_23", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules-internal-slots", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-properties-of-intl-pluralrules-prototype-object", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules.prototype.constructor", + "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#table-pluralrules-resolvedoptions-properties", + "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-properties-of-intl-pluralrules-instances", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_24", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules.prototype-tostringtag", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules.prototype.select", + "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl-pluralrules-abstracts", + "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-getoperands", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_25", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_26", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_27", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules.prototype.selectrange", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_28", + "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#table-plural-operands", + "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-pluralruleselect", + "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-resolveplural", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_29", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_30", + "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-pluralruleselectrange", + "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-resolvepluralrange", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_31", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-intl.pluralrules.prototype.resolvedoptions", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_32", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_0", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_33", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_1", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_34", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_35", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_36", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_37", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_38", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#table-pluralrules-resolvedoptions-properties", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#sec-properties-of-intl-pluralrules-instances", - "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#_ref_39", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#references-pane-container", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#references-pane-spacer", "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html#references-pane", diff --git a/tr/ids/tc39-temporal.json b/tr/ids/tc39-temporal.json index f84151be96ec..e96760ebc4ab 100644 --- a/tr/ids/tc39-temporal.json +++ b/tr/ids/tc39-temporal.json @@ -101,49 +101,49 @@ "https://tc39.es/proposal-temporal/#_ref_126", "https://tc39.es/proposal-temporal/#_ref_127", "https://tc39.es/proposal-temporal/#_ref_128", - "https://tc39.es/proposal-temporal/#_ref_129", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindate-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.from", + "https://tc39.es/proposal-temporal/#_ref_129", "https://tc39.es/proposal-temporal/#_ref_130", "https://tc39.es/proposal-temporal/#_ref_131", "https://tc39.es/proposal-temporal/#_ref_132", - "https://tc39.es/proposal-temporal/#_ref_133", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.compare", + "https://tc39.es/proposal-temporal/#_ref_133", "https://tc39.es/proposal-temporal/#_ref_134", "https://tc39.es/proposal-temporal/#_ref_135", - "https://tc39.es/proposal-temporal/#_ref_136", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindate-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype-@@tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.calendar", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.year", - "https://tc39.es/proposal-temporal/#_ref_137", + "https://tc39.es/proposal-temporal/#_ref_136", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.month", - "https://tc39.es/proposal-temporal/#_ref_138", + "https://tc39.es/proposal-temporal/#_ref_137", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.monthCode", - "https://tc39.es/proposal-temporal/#_ref_139", + "https://tc39.es/proposal-temporal/#_ref_138", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.day", - "https://tc39.es/proposal-temporal/#_ref_140", + "https://tc39.es/proposal-temporal/#_ref_139", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.dayofweek", - "https://tc39.es/proposal-temporal/#_ref_141", + "https://tc39.es/proposal-temporal/#_ref_140", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.dayofyear", - "https://tc39.es/proposal-temporal/#_ref_142", + "https://tc39.es/proposal-temporal/#_ref_141", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.weekofyear", - "https://tc39.es/proposal-temporal/#_ref_143", + "https://tc39.es/proposal-temporal/#_ref_142", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.yearofweek", - "https://tc39.es/proposal-temporal/#_ref_144", + "https://tc39.es/proposal-temporal/#_ref_143", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinweek", - "https://tc39.es/proposal-temporal/#_ref_145", + "https://tc39.es/proposal-temporal/#_ref_144", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinmonth", - "https://tc39.es/proposal-temporal/#_ref_146", + "https://tc39.es/proposal-temporal/#_ref_145", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinyear", - "https://tc39.es/proposal-temporal/#_ref_147", + "https://tc39.es/proposal-temporal/#_ref_146", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.monthsinyear", - "https://tc39.es/proposal-temporal/#_ref_148", + "https://tc39.es/proposal-temporal/#_ref_147", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.inleapyear", - "https://tc39.es/proposal-temporal/#_ref_149", + "https://tc39.es/proposal-temporal/#_ref_148", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplainyearmonth", + "https://tc39.es/proposal-temporal/#_ref_149", "https://tc39.es/proposal-temporal/#_ref_150", "https://tc39.es/proposal-temporal/#_ref_151", "https://tc39.es/proposal-temporal/#_ref_152", @@ -151,18 +151,18 @@ "https://tc39.es/proposal-temporal/#_ref_153", "https://tc39.es/proposal-temporal/#_ref_154", "https://tc39.es/proposal-temporal/#_ref_155", + "https://tc39.es/proposal-temporal/#_ref_156", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.getisofields", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.add", - "https://tc39.es/proposal-temporal/#_ref_156", "https://tc39.es/proposal-temporal/#_ref_157", "https://tc39.es/proposal-temporal/#_ref_158", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_159", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_160", "https://tc39.es/proposal-temporal/#_ref_161", "https://tc39.es/proposal-temporal/#_ref_162", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.with", "https://tc39.es/proposal-temporal/#_ref_163", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.with", "https://tc39.es/proposal-temporal/#_ref_164", "https://tc39.es/proposal-temporal/#_ref_165", "https://tc39.es/proposal-temporal/#_ref_166", @@ -170,22 +170,22 @@ "https://tc39.es/proposal-temporal/#_ref_168", "https://tc39.es/proposal-temporal/#_ref_169", "https://tc39.es/proposal-temporal/#_ref_170", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_171", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_172", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.until", "https://tc39.es/proposal-temporal/#_ref_173", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.since", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.until", "https://tc39.es/proposal-temporal/#_ref_174", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.equals", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.since", "https://tc39.es/proposal-temporal/#_ref_175", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_176", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplaindatetime", "https://tc39.es/proposal-temporal/#_ref_177", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplaindatetime", "https://tc39.es/proposal-temporal/#_ref_178", "https://tc39.es/proposal-temporal/#_ref_179", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_180", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_181", "https://tc39.es/proposal-temporal/#_ref_182", "https://tc39.es/proposal-temporal/#_ref_183", @@ -193,34 +193,34 @@ "https://tc39.es/proposal-temporal/#_ref_185", "https://tc39.es/proposal-temporal/#_ref_186", "https://tc39.es/proposal-temporal/#_ref_187", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_188", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_189", "https://tc39.es/proposal-temporal/#_ref_190", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_191", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tojson", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_192", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tojson", + "https://tc39.es/proposal-temporal/#_ref_193", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.valueof", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plaindate-instances", "https://tc39.es/proposal-temporal/#_ref_10", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaldate-instances", - "https://tc39.es/proposal-temporal/#_ref_193", + "https://tc39.es/proposal-temporal/#_ref_194", "https://tc39.es/proposal-temporal/#sec-temporal-plaindate-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-iso-date-records", - "https://tc39.es/proposal-temporal/#_ref_194", + "https://tc39.es/proposal-temporal/#_ref_195", "https://tc39.es/proposal-temporal/#_ref_11", "https://tc39.es/proposal-temporal/#table-temporal-iso-date-record-fields", - "https://tc39.es/proposal-temporal/#_ref_195", - "https://tc39.es/proposal-temporal/#sec-temporal-create-iso-date-record", "https://tc39.es/proposal-temporal/#_ref_196", + "https://tc39.es/proposal-temporal/#sec-temporal-create-iso-date-record", "https://tc39.es/proposal-temporal/#_ref_197", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaldate", "https://tc39.es/proposal-temporal/#_ref_198", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaldate", "https://tc39.es/proposal-temporal/#_ref_199", "https://tc39.es/proposal-temporal/#_ref_200", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldate", "https://tc39.es/proposal-temporal/#_ref_201", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldate", "https://tc39.es/proposal-temporal/#_ref_202", "https://tc39.es/proposal-temporal/#_ref_203", "https://tc39.es/proposal-temporal/#_ref_204", @@ -235,8 +235,8 @@ "https://tc39.es/proposal-temporal/#_ref_213", "https://tc39.es/proposal-temporal/#_ref_214", "https://tc39.es/proposal-temporal/#_ref_215", - "https://tc39.es/proposal-temporal/#sec-temporal-differenceisodate", "https://tc39.es/proposal-temporal/#_ref_216", + "https://tc39.es/proposal-temporal/#sec-temporal-differenceisodate", "https://tc39.es/proposal-temporal/#_ref_217", "https://tc39.es/proposal-temporal/#_ref_218", "https://tc39.es/proposal-temporal/#_ref_219", @@ -254,41 +254,41 @@ "https://tc39.es/proposal-temporal/#_ref_231", "https://tc39.es/proposal-temporal/#_ref_232", "https://tc39.es/proposal-temporal/#_ref_233", - "https://tc39.es/proposal-temporal/#sec-temporal-regulateisodate", "https://tc39.es/proposal-temporal/#_ref_234", + "https://tc39.es/proposal-temporal/#sec-temporal-regulateisodate", "https://tc39.es/proposal-temporal/#_ref_235", "https://tc39.es/proposal-temporal/#_ref_236", "https://tc39.es/proposal-temporal/#_ref_237", "https://tc39.es/proposal-temporal/#_ref_238", "https://tc39.es/proposal-temporal/#_ref_239", - "https://tc39.es/proposal-temporal/#sec-temporal-isvalidisodate", "https://tc39.es/proposal-temporal/#_ref_240", - "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodate", + "https://tc39.es/proposal-temporal/#sec-temporal-isvalidisodate", "https://tc39.es/proposal-temporal/#_ref_241", + "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodate", "https://tc39.es/proposal-temporal/#_ref_242", "https://tc39.es/proposal-temporal/#_ref_243", "https://tc39.es/proposal-temporal/#_ref_244", + "https://tc39.es/proposal-temporal/#_ref_245", "https://tc39.es/proposal-temporal/#sec-temporal-padisoyear", "https://tc39.es/proposal-temporal/#sec-temporal-temporaldatetostring", - "https://tc39.es/proposal-temporal/#_ref_245", "https://tc39.es/proposal-temporal/#_ref_246", - "https://tc39.es/proposal-temporal/#sec-temporal-addisodate", "https://tc39.es/proposal-temporal/#_ref_247", + "https://tc39.es/proposal-temporal/#sec-temporal-addisodate", "https://tc39.es/proposal-temporal/#_ref_248", "https://tc39.es/proposal-temporal/#_ref_249", + "https://tc39.es/proposal-temporal/#_ref_250", "https://tc39.es/proposal-temporal/#sec-temporal-compareisodate", "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaindate", - "https://tc39.es/proposal-temporal/#_ref_250", "https://tc39.es/proposal-temporal/#_ref_251", "https://tc39.es/proposal-temporal/#_ref_252", "https://tc39.es/proposal-temporal/#_ref_253", "https://tc39.es/proposal-temporal/#_ref_254", "https://tc39.es/proposal-temporal/#_ref_255", "https://tc39.es/proposal-temporal/#_ref_256", + "https://tc39.es/proposal-temporal/#_ref_257", "https://tc39.es/proposal-temporal/#sec-temporal-plaintime-objects", "https://tc39.es/proposal-temporal/#sec-temporal-plaintime-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime", - "https://tc39.es/proposal-temporal/#_ref_257", "https://tc39.es/proposal-temporal/#_ref_258", "https://tc39.es/proposal-temporal/#_ref_259", "https://tc39.es/proposal-temporal/#_ref_260", @@ -450,31 +450,30 @@ "https://tc39.es/proposal-temporal/#_ref_366", "https://tc39.es/proposal-temporal/#_ref_367", "https://tc39.es/proposal-temporal/#_ref_368", - "https://tc39.es/proposal-temporal/#_ref_369", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindatetime-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype", - "https://tc39.es/proposal-temporal/#_ref_370", + "https://tc39.es/proposal-temporal/#_ref_369", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.from", + "https://tc39.es/proposal-temporal/#_ref_370", "https://tc39.es/proposal-temporal/#_ref_371", "https://tc39.es/proposal-temporal/#_ref_372", "https://tc39.es/proposal-temporal/#_ref_373", - "https://tc39.es/proposal-temporal/#_ref_374", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.compare", + "https://tc39.es/proposal-temporal/#_ref_374", "https://tc39.es/proposal-temporal/#_ref_375", "https://tc39.es/proposal-temporal/#_ref_376", - "https://tc39.es/proposal-temporal/#_ref_377", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindatetime-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype-@@tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.calendar", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.year", - "https://tc39.es/proposal-temporal/#_ref_378", + "https://tc39.es/proposal-temporal/#_ref_377", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.month", - "https://tc39.es/proposal-temporal/#_ref_379", + "https://tc39.es/proposal-temporal/#_ref_378", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.monthcode", - "https://tc39.es/proposal-temporal/#_ref_380", + "https://tc39.es/proposal-temporal/#_ref_379", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.day", - "https://tc39.es/proposal-temporal/#_ref_381", + "https://tc39.es/proposal-temporal/#_ref_380", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.hour", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.minute", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.second", @@ -482,24 +481,25 @@ "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.microsecond", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.nanosecond", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.dayofweek", - "https://tc39.es/proposal-temporal/#_ref_382", + "https://tc39.es/proposal-temporal/#_ref_381", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.dayofyear", - "https://tc39.es/proposal-temporal/#_ref_383", + "https://tc39.es/proposal-temporal/#_ref_382", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.weekofyear", - "https://tc39.es/proposal-temporal/#_ref_384", + "https://tc39.es/proposal-temporal/#_ref_383", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.yearofweek", - "https://tc39.es/proposal-temporal/#_ref_385", + "https://tc39.es/proposal-temporal/#_ref_384", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinweek", - "https://tc39.es/proposal-temporal/#_ref_386", + "https://tc39.es/proposal-temporal/#_ref_385", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinmonth", - "https://tc39.es/proposal-temporal/#_ref_387", + "https://tc39.es/proposal-temporal/#_ref_386", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinyear", - "https://tc39.es/proposal-temporal/#_ref_388", + "https://tc39.es/proposal-temporal/#_ref_387", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.monthsinyear", - "https://tc39.es/proposal-temporal/#_ref_389", + "https://tc39.es/proposal-temporal/#_ref_388", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.inleapyear", - "https://tc39.es/proposal-temporal/#_ref_390", + "https://tc39.es/proposal-temporal/#_ref_389", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.with", + "https://tc39.es/proposal-temporal/#_ref_390", "https://tc39.es/proposal-temporal/#_ref_391", "https://tc39.es/proposal-temporal/#_ref_392", "https://tc39.es/proposal-temporal/#_ref_393", @@ -510,27 +510,27 @@ "https://tc39.es/proposal-temporal/#_ref_398", "https://tc39.es/proposal-temporal/#_ref_399", "https://tc39.es/proposal-temporal/#_ref_400", - "https://tc39.es/proposal-temporal/#_ref_401", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withplaintime", + "https://tc39.es/proposal-temporal/#_ref_401", "https://tc39.es/proposal-temporal/#_ref_402", "https://tc39.es/proposal-temporal/#_ref_403", - "https://tc39.es/proposal-temporal/#_ref_404", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withplaindate", + "https://tc39.es/proposal-temporal/#_ref_404", "https://tc39.es/proposal-temporal/#_ref_405", "https://tc39.es/proposal-temporal/#_ref_406", - "https://tc39.es/proposal-temporal/#_ref_407", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withcalendar", + "https://tc39.es/proposal-temporal/#_ref_407", "https://tc39.es/proposal-temporal/#_ref_408", - "https://tc39.es/proposal-temporal/#_ref_409", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.add", - "https://tc39.es/proposal-temporal/#_ref_410", + "https://tc39.es/proposal-temporal/#_ref_409", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.subtract", - "https://tc39.es/proposal-temporal/#_ref_411", + "https://tc39.es/proposal-temporal/#_ref_410", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.until", - "https://tc39.es/proposal-temporal/#_ref_412", + "https://tc39.es/proposal-temporal/#_ref_411", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.since", - "https://tc39.es/proposal-temporal/#_ref_413", + "https://tc39.es/proposal-temporal/#_ref_412", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.round", + "https://tc39.es/proposal-temporal/#_ref_413", "https://tc39.es/proposal-temporal/#_ref_414", "https://tc39.es/proposal-temporal/#_ref_415", "https://tc39.es/proposal-temporal/#_ref_416", @@ -540,12 +540,12 @@ "https://tc39.es/proposal-temporal/#_ref_420", "https://tc39.es/proposal-temporal/#_ref_421", "https://tc39.es/proposal-temporal/#_ref_422", - "https://tc39.es/proposal-temporal/#_ref_423", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.equals", + "https://tc39.es/proposal-temporal/#_ref_423", "https://tc39.es/proposal-temporal/#_ref_424", "https://tc39.es/proposal-temporal/#_ref_425", - "https://tc39.es/proposal-temporal/#_ref_426", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tostring", + "https://tc39.es/proposal-temporal/#_ref_426", "https://tc39.es/proposal-temporal/#_ref_427", "https://tc39.es/proposal-temporal/#_ref_428", "https://tc39.es/proposal-temporal/#_ref_429", @@ -556,21 +556,21 @@ "https://tc39.es/proposal-temporal/#_ref_434", "https://tc39.es/proposal-temporal/#_ref_435", "https://tc39.es/proposal-temporal/#_ref_436", - "https://tc39.es/proposal-temporal/#_ref_437", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_438", + "https://tc39.es/proposal-temporal/#_ref_437", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tojson", - "https://tc39.es/proposal-temporal/#_ref_439", + "https://tc39.es/proposal-temporal/#_ref_438", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.valueof", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tozoneddatetime", + "https://tc39.es/proposal-temporal/#_ref_439", "https://tc39.es/proposal-temporal/#_ref_440", "https://tc39.es/proposal-temporal/#_ref_441", "https://tc39.es/proposal-temporal/#_ref_442", "https://tc39.es/proposal-temporal/#_ref_443", - "https://tc39.es/proposal-temporal/#_ref_444", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaindate", - "https://tc39.es/proposal-temporal/#_ref_445", + "https://tc39.es/proposal-temporal/#_ref_444", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplainyearmonth", + "https://tc39.es/proposal-temporal/#_ref_445", "https://tc39.es/proposal-temporal/#_ref_446", "https://tc39.es/proposal-temporal/#_ref_447", "https://tc39.es/proposal-temporal/#_ref_448", @@ -578,28 +578,28 @@ "https://tc39.es/proposal-temporal/#_ref_449", "https://tc39.es/proposal-temporal/#_ref_450", "https://tc39.es/proposal-temporal/#_ref_451", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaintime", "https://tc39.es/proposal-temporal/#_ref_452", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaintime", + "https://tc39.es/proposal-temporal/#_ref_453", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.getisofields", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plaindatetime-instances", - "https://tc39.es/proposal-temporal/#_ref_453", + "https://tc39.es/proposal-temporal/#_ref_454", "https://tc39.es/proposal-temporal/#_ref_13", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaldatetime-instances", - "https://tc39.es/proposal-temporal/#_ref_454", + "https://tc39.es/proposal-temporal/#_ref_455", "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-isodatetimewithinlimits", - "https://tc39.es/proposal-temporal/#_ref_455", "https://tc39.es/proposal-temporal/#_ref_456", "https://tc39.es/proposal-temporal/#_ref_457", "https://tc39.es/proposal-temporal/#_ref_458", "https://tc39.es/proposal-temporal/#_ref_459", - "https://tc39.es/proposal-temporal/#sec-temporal-interprettemporaldatetimefields", "https://tc39.es/proposal-temporal/#_ref_460", + "https://tc39.es/proposal-temporal/#sec-temporal-interprettemporaldatetimefields", "https://tc39.es/proposal-temporal/#_ref_461", "https://tc39.es/proposal-temporal/#_ref_462", "https://tc39.es/proposal-temporal/#_ref_463", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_464", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_465", "https://tc39.es/proposal-temporal/#_ref_466", "https://tc39.es/proposal-temporal/#_ref_467", @@ -614,33 +614,33 @@ "https://tc39.es/proposal-temporal/#_ref_476", "https://tc39.es/proposal-temporal/#_ref_477", "https://tc39.es/proposal-temporal/#_ref_478", - "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodatetime", "https://tc39.es/proposal-temporal/#_ref_479", + "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodatetime", "https://tc39.es/proposal-temporal/#_ref_480", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_481", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_482", "https://tc39.es/proposal-temporal/#_ref_483", - "https://tc39.es/proposal-temporal/#sec-temporal-temporaldatetimetostring", "https://tc39.es/proposal-temporal/#_ref_484", + "https://tc39.es/proposal-temporal/#sec-temporal-temporaldatetimetostring", "https://tc39.es/proposal-temporal/#_ref_485", "https://tc39.es/proposal-temporal/#_ref_486", - "https://tc39.es/proposal-temporal/#sec-temporal-compareisodatetime", "https://tc39.es/proposal-temporal/#_ref_487", + "https://tc39.es/proposal-temporal/#sec-temporal-compareisodatetime", "https://tc39.es/proposal-temporal/#_ref_488", - "https://tc39.es/proposal-temporal/#sec-temporal-adddatetime", "https://tc39.es/proposal-temporal/#_ref_489", + "https://tc39.es/proposal-temporal/#sec-temporal-adddatetime", "https://tc39.es/proposal-temporal/#_ref_490", "https://tc39.es/proposal-temporal/#_ref_491", "https://tc39.es/proposal-temporal/#_ref_492", "https://tc39.es/proposal-temporal/#_ref_493", - "https://tc39.es/proposal-temporal/#sec-temporal-roundisodatetime", "https://tc39.es/proposal-temporal/#_ref_494", + "https://tc39.es/proposal-temporal/#sec-temporal-roundisodatetime", "https://tc39.es/proposal-temporal/#_ref_495", "https://tc39.es/proposal-temporal/#_ref_496", "https://tc39.es/proposal-temporal/#_ref_497", - "https://tc39.es/proposal-temporal/#sec-temporal-differenceisodatetime", "https://tc39.es/proposal-temporal/#_ref_498", + "https://tc39.es/proposal-temporal/#sec-temporal-differenceisodatetime", "https://tc39.es/proposal-temporal/#_ref_499", "https://tc39.es/proposal-temporal/#_ref_500", "https://tc39.es/proposal-temporal/#_ref_501", @@ -656,8 +656,8 @@ "https://tc39.es/proposal-temporal/#_ref_511", "https://tc39.es/proposal-temporal/#_ref_512", "https://tc39.es/proposal-temporal/#_ref_513", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaindatetime", "https://tc39.es/proposal-temporal/#_ref_514", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaindatetime", "https://tc39.es/proposal-temporal/#_ref_515", "https://tc39.es/proposal-temporal/#_ref_516", "https://tc39.es/proposal-temporal/#_ref_517", @@ -665,24 +665,24 @@ "https://tc39.es/proposal-temporal/#_ref_519", "https://tc39.es/proposal-temporal/#_ref_520", "https://tc39.es/proposal-temporal/#_ref_521", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromplaindatetime", "https://tc39.es/proposal-temporal/#_ref_522", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromplaindatetime", "https://tc39.es/proposal-temporal/#_ref_523", "https://tc39.es/proposal-temporal/#_ref_524", "https://tc39.es/proposal-temporal/#_ref_525", "https://tc39.es/proposal-temporal/#_ref_526", "https://tc39.es/proposal-temporal/#_ref_527", + "https://tc39.es/proposal-temporal/#_ref_528", "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-objects", "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime", - "https://tc39.es/proposal-temporal/#_ref_528", "https://tc39.es/proposal-temporal/#_ref_529", "https://tc39.es/proposal-temporal/#_ref_530", "https://tc39.es/proposal-temporal/#_ref_531", + "https://tc39.es/proposal-temporal/#_ref_532", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-zoneddatetime-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.from", - "https://tc39.es/proposal-temporal/#_ref_532", "https://tc39.es/proposal-temporal/#_ref_533", "https://tc39.es/proposal-temporal/#_ref_534", "https://tc39.es/proposal-temporal/#_ref_535", @@ -691,71 +691,71 @@ "https://tc39.es/proposal-temporal/#_ref_538", "https://tc39.es/proposal-temporal/#_ref_539", "https://tc39.es/proposal-temporal/#_ref_540", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.compare", "https://tc39.es/proposal-temporal/#_ref_541", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.compare", "https://tc39.es/proposal-temporal/#_ref_542", "https://tc39.es/proposal-temporal/#_ref_543", + "https://tc39.es/proposal-temporal/#_ref_544", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-zoneddatetime-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype-@@tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.calendar", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.timezone", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.year", - "https://tc39.es/proposal-temporal/#_ref_544", "https://tc39.es/proposal-temporal/#_ref_545", "https://tc39.es/proposal-temporal/#_ref_546", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.month", "https://tc39.es/proposal-temporal/#_ref_547", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.month", "https://tc39.es/proposal-temporal/#_ref_548", "https://tc39.es/proposal-temporal/#_ref_549", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_550", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_551", "https://tc39.es/proposal-temporal/#_ref_552", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.day", "https://tc39.es/proposal-temporal/#_ref_553", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.day", "https://tc39.es/proposal-temporal/#_ref_554", "https://tc39.es/proposal-temporal/#_ref_555", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hour", "https://tc39.es/proposal-temporal/#_ref_556", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hour", "https://tc39.es/proposal-temporal/#_ref_557", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.minute", "https://tc39.es/proposal-temporal/#_ref_558", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.minute", "https://tc39.es/proposal-temporal/#_ref_559", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.second", "https://tc39.es/proposal-temporal/#_ref_560", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.second", "https://tc39.es/proposal-temporal/#_ref_561", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.millisecond", "https://tc39.es/proposal-temporal/#_ref_562", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.millisecond", "https://tc39.es/proposal-temporal/#_ref_563", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.microsecond", "https://tc39.es/proposal-temporal/#_ref_564", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.microsecond", "https://tc39.es/proposal-temporal/#_ref_565", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.nanosecond", "https://tc39.es/proposal-temporal/#_ref_566", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.nanosecond", "https://tc39.es/proposal-temporal/#_ref_567", + "https://tc39.es/proposal-temporal/#_ref_568", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochseconds", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochmilliseconds", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochmicroseconds", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochnanoseconds", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.dayofweek", - "https://tc39.es/proposal-temporal/#_ref_568", "https://tc39.es/proposal-temporal/#_ref_569", "https://tc39.es/proposal-temporal/#_ref_570", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_571", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_572", "https://tc39.es/proposal-temporal/#_ref_573", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_574", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_575", "https://tc39.es/proposal-temporal/#_ref_576", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.yearofweek", "https://tc39.es/proposal-temporal/#_ref_577", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.yearofweek", "https://tc39.es/proposal-temporal/#_ref_578", "https://tc39.es/proposal-temporal/#_ref_579", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hoursinday", "https://tc39.es/proposal-temporal/#_ref_580", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hoursinday", "https://tc39.es/proposal-temporal/#_ref_581", "https://tc39.es/proposal-temporal/#_ref_582", "https://tc39.es/proposal-temporal/#_ref_583", @@ -763,34 +763,34 @@ "https://tc39.es/proposal-temporal/#_ref_585", "https://tc39.es/proposal-temporal/#_ref_586", "https://tc39.es/proposal-temporal/#_ref_587", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_588", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_589", "https://tc39.es/proposal-temporal/#_ref_590", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_591", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_592", "https://tc39.es/proposal-temporal/#_ref_593", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_594", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_595", "https://tc39.es/proposal-temporal/#_ref_596", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_597", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_598", "https://tc39.es/proposal-temporal/#_ref_599", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_600", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_601", "https://tc39.es/proposal-temporal/#_ref_602", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offsetnanoseconds", "https://tc39.es/proposal-temporal/#_ref_603", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offsetnanoseconds", "https://tc39.es/proposal-temporal/#_ref_604", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offset", "https://tc39.es/proposal-temporal/#_ref_605", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offset", "https://tc39.es/proposal-temporal/#_ref_606", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.with", "https://tc39.es/proposal-temporal/#_ref_607", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.with", "https://tc39.es/proposal-temporal/#_ref_608", "https://tc39.es/proposal-temporal/#_ref_609", "https://tc39.es/proposal-temporal/#_ref_610", @@ -805,38 +805,38 @@ "https://tc39.es/proposal-temporal/#_ref_619", "https://tc39.es/proposal-temporal/#_ref_620", "https://tc39.es/proposal-temporal/#_ref_621", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withplaintime", "https://tc39.es/proposal-temporal/#_ref_622", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withplaintime", "https://tc39.es/proposal-temporal/#_ref_623", "https://tc39.es/proposal-temporal/#_ref_624", "https://tc39.es/proposal-temporal/#_ref_625", "https://tc39.es/proposal-temporal/#_ref_626", "https://tc39.es/proposal-temporal/#_ref_627", "https://tc39.es/proposal-temporal/#_ref_628", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withplaindate", "https://tc39.es/proposal-temporal/#_ref_629", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withplaindate", "https://tc39.es/proposal-temporal/#_ref_630", "https://tc39.es/proposal-temporal/#_ref_631", "https://tc39.es/proposal-temporal/#_ref_632", "https://tc39.es/proposal-temporal/#_ref_633", "https://tc39.es/proposal-temporal/#_ref_634", "https://tc39.es/proposal-temporal/#_ref_635", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withtimezone", "https://tc39.es/proposal-temporal/#_ref_636", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withtimezone", "https://tc39.es/proposal-temporal/#_ref_637", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_638", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_639", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.add", "https://tc39.es/proposal-temporal/#_ref_640", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.subtract", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.add", "https://tc39.es/proposal-temporal/#_ref_641", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.until", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_642", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.since", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_643", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.round", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_644", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.round", "https://tc39.es/proposal-temporal/#_ref_645", "https://tc39.es/proposal-temporal/#_ref_646", "https://tc39.es/proposal-temporal/#_ref_647", @@ -854,12 +854,12 @@ "https://tc39.es/proposal-temporal/#_ref_659", "https://tc39.es/proposal-temporal/#_ref_660", "https://tc39.es/proposal-temporal/#_ref_661", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_662", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_663", "https://tc39.es/proposal-temporal/#_ref_664", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_665", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_666", "https://tc39.es/proposal-temporal/#_ref_667", "https://tc39.es/proposal-temporal/#_ref_668", @@ -872,64 +872,64 @@ "https://tc39.es/proposal-temporal/#_ref_675", "https://tc39.es/proposal-temporal/#_ref_676", "https://tc39.es/proposal-temporal/#_ref_677", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_678", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tojson", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_679", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.startofday", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_680", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.startofday", "https://tc39.es/proposal-temporal/#_ref_681", "https://tc39.es/proposal-temporal/#_ref_682", "https://tc39.es/proposal-temporal/#_ref_683", "https://tc39.es/proposal-temporal/#_ref_684", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toinstant", "https://tc39.es/proposal-temporal/#_ref_685", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindate", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toinstant", "https://tc39.es/proposal-temporal/#_ref_686", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_687", "https://tc39.es/proposal-temporal/#_ref_688", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaintime", "https://tc39.es/proposal-temporal/#_ref_689", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaintime", "https://tc39.es/proposal-temporal/#_ref_690", "https://tc39.es/proposal-temporal/#_ref_691", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindatetime", "https://tc39.es/proposal-temporal/#_ref_692", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindatetime", "https://tc39.es/proposal-temporal/#_ref_693", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_694", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_695", "https://tc39.es/proposal-temporal/#_ref_696", "https://tc39.es/proposal-temporal/#_ref_697", "https://tc39.es/proposal-temporal/#_ref_698", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplainmonthday", "https://tc39.es/proposal-temporal/#_ref_699", "https://tc39.es/proposal-temporal/#_ref_700", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplainmonthday", "https://tc39.es/proposal-temporal/#_ref_701", "https://tc39.es/proposal-temporal/#_ref_702", "https://tc39.es/proposal-temporal/#_ref_703", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.getisofields", "https://tc39.es/proposal-temporal/#_ref_704", "https://tc39.es/proposal-temporal/#_ref_705", "https://tc39.es/proposal-temporal/#_ref_706", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.getisofields", + "https://tc39.es/proposal-temporal/#_ref_707", + "https://tc39.es/proposal-temporal/#_ref_708", + "https://tc39.es/proposal-temporal/#_ref_709", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-zoneddatetime-instances", "https://tc39.es/proposal-temporal/#_ref_14", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalzoneddatetime-instances", "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-interpretisodatetimeoffset", - "https://tc39.es/proposal-temporal/#_ref_707", - "https://tc39.es/proposal-temporal/#_ref_708", - "https://tc39.es/proposal-temporal/#_ref_709", "https://tc39.es/proposal-temporal/#_ref_710", "https://tc39.es/proposal-temporal/#_ref_711", "https://tc39.es/proposal-temporal/#_ref_712", "https://tc39.es/proposal-temporal/#_ref_713", "https://tc39.es/proposal-temporal/#_ref_714", "https://tc39.es/proposal-temporal/#_ref_715", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_716", "https://tc39.es/proposal-temporal/#_ref_717", "https://tc39.es/proposal-temporal/#_ref_718", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_719", "https://tc39.es/proposal-temporal/#_ref_720", "https://tc39.es/proposal-temporal/#_ref_721", @@ -948,31 +948,31 @@ "https://tc39.es/proposal-temporal/#_ref_734", "https://tc39.es/proposal-temporal/#_ref_735", "https://tc39.es/proposal-temporal/#_ref_736", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_737", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalzoneddatetimetostring", "https://tc39.es/proposal-temporal/#_ref_738", "https://tc39.es/proposal-temporal/#_ref_739", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_740", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalzoneddatetimetostring", "https://tc39.es/proposal-temporal/#_ref_741", "https://tc39.es/proposal-temporal/#_ref_742", "https://tc39.es/proposal-temporal/#_ref_743", "https://tc39.es/proposal-temporal/#_ref_744", "https://tc39.es/proposal-temporal/#_ref_745", - "https://tc39.es/proposal-temporal/#sec-temporal-addzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_746", "https://tc39.es/proposal-temporal/#_ref_747", "https://tc39.es/proposal-temporal/#_ref_748", + "https://tc39.es/proposal-temporal/#sec-temporal-addzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_749", "https://tc39.es/proposal-temporal/#_ref_750", "https://tc39.es/proposal-temporal/#_ref_751", "https://tc39.es/proposal-temporal/#_ref_752", "https://tc39.es/proposal-temporal/#_ref_753", "https://tc39.es/proposal-temporal/#_ref_754", - "https://tc39.es/proposal-temporal/#sec-temporal-differencezoneddatetime", "https://tc39.es/proposal-temporal/#_ref_755", "https://tc39.es/proposal-temporal/#_ref_756", "https://tc39.es/proposal-temporal/#_ref_757", + "https://tc39.es/proposal-temporal/#sec-temporal-differencezoneddatetime", "https://tc39.es/proposal-temporal/#_ref_758", "https://tc39.es/proposal-temporal/#_ref_759", "https://tc39.es/proposal-temporal/#_ref_760", @@ -982,10 +982,10 @@ "https://tc39.es/proposal-temporal/#_ref_764", "https://tc39.es/proposal-temporal/#_ref_765", "https://tc39.es/proposal-temporal/#_ref_766", - "https://tc39.es/proposal-temporal/#sec-temporal-nanosecondstodays", "https://tc39.es/proposal-temporal/#_ref_767", "https://tc39.es/proposal-temporal/#_ref_768", "https://tc39.es/proposal-temporal/#_ref_769", + "https://tc39.es/proposal-temporal/#sec-temporal-nanosecondstodays", "https://tc39.es/proposal-temporal/#_ref_770", "https://tc39.es/proposal-temporal/#_ref_771", "https://tc39.es/proposal-temporal/#_ref_772", @@ -994,10 +994,10 @@ "https://tc39.es/proposal-temporal/#_ref_775", "https://tc39.es/proposal-temporal/#_ref_776", "https://tc39.es/proposal-temporal/#_ref_777", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_778", "https://tc39.es/proposal-temporal/#_ref_779", "https://tc39.es/proposal-temporal/#_ref_780", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_781", "https://tc39.es/proposal-temporal/#_ref_782", "https://tc39.es/proposal-temporal/#_ref_783", @@ -1006,17 +1006,17 @@ "https://tc39.es/proposal-temporal/#_ref_786", "https://tc39.es/proposal-temporal/#_ref_787", "https://tc39.es/proposal-temporal/#_ref_788", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoOrsubtractdurationfromzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_789", "https://tc39.es/proposal-temporal/#_ref_790", "https://tc39.es/proposal-temporal/#_ref_791", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoOrsubtractdurationfromzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_792", - "https://tc39.es/proposal-temporal/#sec-temporal-duration-objects", - "https://tc39.es/proposal-temporal/#sec-temporal-duration-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.duration", "https://tc39.es/proposal-temporal/#_ref_793", "https://tc39.es/proposal-temporal/#_ref_794", "https://tc39.es/proposal-temporal/#_ref_795", + "https://tc39.es/proposal-temporal/#sec-temporal-duration-objects", + "https://tc39.es/proposal-temporal/#sec-temporal-duration-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.duration", "https://tc39.es/proposal-temporal/#_ref_796", "https://tc39.es/proposal-temporal/#_ref_797", "https://tc39.es/proposal-temporal/#_ref_798", @@ -1026,14 +1026,14 @@ "https://tc39.es/proposal-temporal/#_ref_802", "https://tc39.es/proposal-temporal/#_ref_803", "https://tc39.es/proposal-temporal/#_ref_804", + "https://tc39.es/proposal-temporal/#_ref_805", + "https://tc39.es/proposal-temporal/#_ref_806", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-duration-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.duration.from", - "https://tc39.es/proposal-temporal/#_ref_805", - "https://tc39.es/proposal-temporal/#_ref_806", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.compare", "https://tc39.es/proposal-temporal/#_ref_807", "https://tc39.es/proposal-temporal/#_ref_808", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.compare", "https://tc39.es/proposal-temporal/#_ref_809", "https://tc39.es/proposal-temporal/#_ref_810", "https://tc39.es/proposal-temporal/#_ref_811", @@ -1042,6 +1042,8 @@ "https://tc39.es/proposal-temporal/#_ref_814", "https://tc39.es/proposal-temporal/#_ref_815", "https://tc39.es/proposal-temporal/#_ref_816", + "https://tc39.es/proposal-temporal/#_ref_817", + "https://tc39.es/proposal-temporal/#_ref_818", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-duration-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype-@@tostringtag", @@ -1056,23 +1058,21 @@ "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.microseconds", "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.nanoseconds", "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.sign", - "https://tc39.es/proposal-temporal/#_ref_817", - "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.blank", - "https://tc39.es/proposal-temporal/#_ref_818", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.with", "https://tc39.es/proposal-temporal/#_ref_819", + "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.blank", "https://tc39.es/proposal-temporal/#_ref_820", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.negated", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.with", "https://tc39.es/proposal-temporal/#_ref_821", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.abs", "https://tc39.es/proposal-temporal/#_ref_822", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.add", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.negated", "https://tc39.es/proposal-temporal/#_ref_823", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.subtract", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.abs", "https://tc39.es/proposal-temporal/#_ref_824", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.round", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.add", "https://tc39.es/proposal-temporal/#_ref_825", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_826", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.round", "https://tc39.es/proposal-temporal/#_ref_827", "https://tc39.es/proposal-temporal/#_ref_828", "https://tc39.es/proposal-temporal/#_ref_829", @@ -1092,9 +1092,9 @@ "https://tc39.es/proposal-temporal/#_ref_843", "https://tc39.es/proposal-temporal/#_ref_844", "https://tc39.es/proposal-temporal/#_ref_845", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.total", "https://tc39.es/proposal-temporal/#_ref_846", "https://tc39.es/proposal-temporal/#_ref_847", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.total", "https://tc39.es/proposal-temporal/#_ref_848", "https://tc39.es/proposal-temporal/#_ref_849", "https://tc39.es/proposal-temporal/#_ref_850", @@ -1102,9 +1102,9 @@ "https://tc39.es/proposal-temporal/#_ref_852", "https://tc39.es/proposal-temporal/#_ref_853", "https://tc39.es/proposal-temporal/#_ref_854", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_855", "https://tc39.es/proposal-temporal/#_ref_856", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_857", "https://tc39.es/proposal-temporal/#_ref_858", "https://tc39.es/proposal-temporal/#_ref_859", @@ -1112,16 +1112,16 @@ "https://tc39.es/proposal-temporal/#_ref_861", "https://tc39.es/proposal-temporal/#_ref_862", "https://tc39.es/proposal-temporal/#_ref_863", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_864", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_865", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tojson", + "https://tc39.es/proposal-temporal/#_ref_866", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tolocalestring", + "https://tc39.es/proposal-temporal/#_ref_867", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.valueof", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-duration-instances", "https://tc39.es/proposal-temporal/#_ref_15", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalduration-instances", - "https://tc39.es/proposal-temporal/#_ref_866", - "https://tc39.es/proposal-temporal/#_ref_867", "https://tc39.es/proposal-temporal/#_ref_868", "https://tc39.es/proposal-temporal/#_ref_869", "https://tc39.es/proposal-temporal/#_ref_870", @@ -1130,13 +1130,13 @@ "https://tc39.es/proposal-temporal/#_ref_873", "https://tc39.es/proposal-temporal/#_ref_874", "https://tc39.es/proposal-temporal/#_ref_875", + "https://tc39.es/proposal-temporal/#_ref_876", + "https://tc39.es/proposal-temporal/#_ref_877", "https://tc39.es/proposal-temporal/#sec-temporal-duration-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-duration-records", - "https://tc39.es/proposal-temporal/#_ref_876", + "https://tc39.es/proposal-temporal/#_ref_878", "https://tc39.es/proposal-temporal/#_ref_16", "https://tc39.es/proposal-temporal/#table-temporal-duration-record-fields", - "https://tc39.es/proposal-temporal/#_ref_877", - "https://tc39.es/proposal-temporal/#_ref_878", "https://tc39.es/proposal-temporal/#_ref_879", "https://tc39.es/proposal-temporal/#_ref_880", "https://tc39.es/proposal-temporal/#_ref_881", @@ -1146,41 +1146,41 @@ "https://tc39.es/proposal-temporal/#_ref_885", "https://tc39.es/proposal-temporal/#_ref_886", "https://tc39.es/proposal-temporal/#_ref_887", - "https://tc39.es/proposal-temporal/#sec-temporal-date-duration-records", "https://tc39.es/proposal-temporal/#_ref_888", + "https://tc39.es/proposal-temporal/#_ref_889", + "https://tc39.es/proposal-temporal/#sec-temporal-date-duration-records", + "https://tc39.es/proposal-temporal/#_ref_890", "https://tc39.es/proposal-temporal/#_ref_17", "https://tc39.es/proposal-temporal/#sec-temporal-time-duration-records", - "https://tc39.es/proposal-temporal/#_ref_889", + "https://tc39.es/proposal-temporal/#_ref_891", "https://tc39.es/proposal-temporal/#_ref_18", "https://tc39.es/proposal-temporal/#sec-temporal-partial-duration-records", "https://tc39.es/proposal-temporal/#_ref_19", - "https://tc39.es/proposal-temporal/#_ref_890", - "https://tc39.es/proposal-temporal/#sec-temporal-createdurationrecord", - "https://tc39.es/proposal-temporal/#_ref_891", "https://tc39.es/proposal-temporal/#_ref_892", - "https://tc39.es/proposal-temporal/#sec-temporal-createdatedurationrecord", + "https://tc39.es/proposal-temporal/#sec-temporal-createdurationrecord", "https://tc39.es/proposal-temporal/#_ref_893", "https://tc39.es/proposal-temporal/#_ref_894", - "https://tc39.es/proposal-temporal/#sec-temporal-createtimedurationrecord", + "https://tc39.es/proposal-temporal/#sec-temporal-createdatedurationrecord", "https://tc39.es/proposal-temporal/#_ref_895", "https://tc39.es/proposal-temporal/#_ref_896", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalduration", + "https://tc39.es/proposal-temporal/#sec-temporal-createtimedurationrecord", "https://tc39.es/proposal-temporal/#_ref_897", "https://tc39.es/proposal-temporal/#_ref_898", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldurationrecord", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalduration", "https://tc39.es/proposal-temporal/#_ref_899", "https://tc39.es/proposal-temporal/#_ref_900", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldurationrecord", "https://tc39.es/proposal-temporal/#_ref_901", "https://tc39.es/proposal-temporal/#_ref_902", "https://tc39.es/proposal-temporal/#_ref_903", "https://tc39.es/proposal-temporal/#_ref_904", + "https://tc39.es/proposal-temporal/#_ref_905", + "https://tc39.es/proposal-temporal/#_ref_906", "https://tc39.es/proposal-temporal/#sec-temporal-durationsign", "https://tc39.es/proposal-temporal/#sec-temporal-isvalidduration", - "https://tc39.es/proposal-temporal/#_ref_905", + "https://tc39.es/proposal-temporal/#_ref_907", "https://tc39.es/proposal-temporal/#sec-temporal-defaulttemporallargestunit", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalpartialdurationrecord", - "https://tc39.es/proposal-temporal/#_ref_906", - "https://tc39.es/proposal-temporal/#_ref_907", "https://tc39.es/proposal-temporal/#_ref_908", "https://tc39.es/proposal-temporal/#_ref_909", "https://tc39.es/proposal-temporal/#_ref_910", @@ -1191,23 +1191,23 @@ "https://tc39.es/proposal-temporal/#_ref_915", "https://tc39.es/proposal-temporal/#_ref_916", "https://tc39.es/proposal-temporal/#_ref_917", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalduration", "https://tc39.es/proposal-temporal/#_ref_918", - "https://tc39.es/proposal-temporal/#sec-temporal-createnegatedtemporalduration", "https://tc39.es/proposal-temporal/#_ref_919", - "https://tc39.es/proposal-temporal/#sec-temporal-calculateoffsetshift", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalduration", "https://tc39.es/proposal-temporal/#_ref_920", + "https://tc39.es/proposal-temporal/#sec-temporal-createnegatedtemporalduration", "https://tc39.es/proposal-temporal/#_ref_921", + "https://tc39.es/proposal-temporal/#sec-temporal-calculateoffsetshift", "https://tc39.es/proposal-temporal/#_ref_922", "https://tc39.es/proposal-temporal/#_ref_923", "https://tc39.es/proposal-temporal/#_ref_924", - "https://tc39.es/proposal-temporal/#sec-temporal-totaldurationnanoseconds", - "https://tc39.es/proposal-temporal/#sec-temporal-balanceduration", "https://tc39.es/proposal-temporal/#_ref_925", "https://tc39.es/proposal-temporal/#_ref_926", - "https://tc39.es/proposal-temporal/#sec-temporal-balancepossiblyinfiniteduration", + "https://tc39.es/proposal-temporal/#sec-temporal-totaldurationnanoseconds", + "https://tc39.es/proposal-temporal/#sec-temporal-balanceduration", "https://tc39.es/proposal-temporal/#_ref_927", "https://tc39.es/proposal-temporal/#_ref_928", + "https://tc39.es/proposal-temporal/#sec-temporal-balancepossiblyinfiniteduration", "https://tc39.es/proposal-temporal/#_ref_929", "https://tc39.es/proposal-temporal/#_ref_930", "https://tc39.es/proposal-temporal/#_ref_931", @@ -1226,9 +1226,9 @@ "https://tc39.es/proposal-temporal/#_ref_944", "https://tc39.es/proposal-temporal/#_ref_945", "https://tc39.es/proposal-temporal/#_ref_946", - "https://tc39.es/proposal-temporal/#sec-temporal-unbalancedurationrelative", "https://tc39.es/proposal-temporal/#_ref_947", "https://tc39.es/proposal-temporal/#_ref_948", + "https://tc39.es/proposal-temporal/#sec-temporal-unbalancedurationrelative", "https://tc39.es/proposal-temporal/#_ref_949", "https://tc39.es/proposal-temporal/#_ref_950", "https://tc39.es/proposal-temporal/#_ref_951", @@ -1242,9 +1242,9 @@ "https://tc39.es/proposal-temporal/#_ref_959", "https://tc39.es/proposal-temporal/#_ref_960", "https://tc39.es/proposal-temporal/#_ref_961", - "https://tc39.es/proposal-temporal/#sec-temporal-balancedurationrelative", "https://tc39.es/proposal-temporal/#_ref_962", "https://tc39.es/proposal-temporal/#_ref_963", + "https://tc39.es/proposal-temporal/#sec-temporal-balancedurationrelative", "https://tc39.es/proposal-temporal/#_ref_964", "https://tc39.es/proposal-temporal/#_ref_965", "https://tc39.es/proposal-temporal/#_ref_966", @@ -1263,9 +1263,9 @@ "https://tc39.es/proposal-temporal/#_ref_979", "https://tc39.es/proposal-temporal/#_ref_980", "https://tc39.es/proposal-temporal/#_ref_981", - "https://tc39.es/proposal-temporal/#sec-temporal-addduration", "https://tc39.es/proposal-temporal/#_ref_982", "https://tc39.es/proposal-temporal/#_ref_983", + "https://tc39.es/proposal-temporal/#sec-temporal-addduration", "https://tc39.es/proposal-temporal/#_ref_984", "https://tc39.es/proposal-temporal/#_ref_985", "https://tc39.es/proposal-temporal/#_ref_986", @@ -1283,16 +1283,16 @@ "https://tc39.es/proposal-temporal/#_ref_998", "https://tc39.es/proposal-temporal/#_ref_999", "https://tc39.es/proposal-temporal/#_ref_1000", - "https://tc39.es/proposal-temporal/#sec-temporal-daysuntil", - "https://tc39.es/proposal-temporal/#sec-temporal-moverelativedate", "https://tc39.es/proposal-temporal/#_ref_1001", "https://tc39.es/proposal-temporal/#_ref_1002", - "https://tc39.es/proposal-temporal/#sec-temporal-moverelativezoneddatetime", + "https://tc39.es/proposal-temporal/#sec-temporal-daysuntil", + "https://tc39.es/proposal-temporal/#sec-temporal-moverelativedate", "https://tc39.es/proposal-temporal/#_ref_1003", "https://tc39.es/proposal-temporal/#_ref_1004", - "https://tc39.es/proposal-temporal/#sec-temporal-roundduration", + "https://tc39.es/proposal-temporal/#sec-temporal-moverelativezoneddatetime", "https://tc39.es/proposal-temporal/#_ref_1005", "https://tc39.es/proposal-temporal/#_ref_1006", + "https://tc39.es/proposal-temporal/#sec-temporal-roundduration", "https://tc39.es/proposal-temporal/#_ref_1007", "https://tc39.es/proposal-temporal/#_ref_1008", "https://tc39.es/proposal-temporal/#_ref_1009", @@ -1331,9 +1331,9 @@ "https://tc39.es/proposal-temporal/#_ref_1042", "https://tc39.es/proposal-temporal/#_ref_1043", "https://tc39.es/proposal-temporal/#_ref_1044", - "https://tc39.es/proposal-temporal/#sec-temporal-adjustroundeddurationdays", "https://tc39.es/proposal-temporal/#_ref_1045", "https://tc39.es/proposal-temporal/#_ref_1046", + "https://tc39.es/proposal-temporal/#sec-temporal-adjustroundeddurationdays", "https://tc39.es/proposal-temporal/#_ref_1047", "https://tc39.es/proposal-temporal/#_ref_1048", "https://tc39.es/proposal-temporal/#_ref_1049", @@ -1342,43 +1342,45 @@ "https://tc39.es/proposal-temporal/#_ref_1052", "https://tc39.es/proposal-temporal/#_ref_1053", "https://tc39.es/proposal-temporal/#_ref_1054", - "https://tc39.es/proposal-temporal/#sec-temporal-temporaldurationtostring", "https://tc39.es/proposal-temporal/#_ref_1055", "https://tc39.es/proposal-temporal/#_ref_1056", + "https://tc39.es/proposal-temporal/#sec-temporal-temporaldurationtostring", "https://tc39.es/proposal-temporal/#_ref_1057", "https://tc39.es/proposal-temporal/#_ref_1058", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromduration", "https://tc39.es/proposal-temporal/#_ref_1059", "https://tc39.es/proposal-temporal/#_ref_1060", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromduration", "https://tc39.es/proposal-temporal/#_ref_1061", "https://tc39.es/proposal-temporal/#_ref_1062", "https://tc39.es/proposal-temporal/#_ref_1063", + "https://tc39.es/proposal-temporal/#_ref_1064", + "https://tc39.es/proposal-temporal/#_ref_1065", "https://tc39.es/proposal-temporal/#sec-temporal-instant-objects", "https://tc39.es/proposal-temporal/#sec-temporal-instant-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.instant", - "https://tc39.es/proposal-temporal/#_ref_1064", - "https://tc39.es/proposal-temporal/#_ref_1065", + "https://tc39.es/proposal-temporal/#_ref_1066", + "https://tc39.es/proposal-temporal/#_ref_1067", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-instant-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.instant.from", - "https://tc39.es/proposal-temporal/#_ref_1066", - "https://tc39.es/proposal-temporal/#_ref_1067", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochseconds", "https://tc39.es/proposal-temporal/#_ref_1068", "https://tc39.es/proposal-temporal/#_ref_1069", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmilliseconds", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochseconds", "https://tc39.es/proposal-temporal/#_ref_1070", "https://tc39.es/proposal-temporal/#_ref_1071", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmicroseconds", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmilliseconds", "https://tc39.es/proposal-temporal/#_ref_1072", "https://tc39.es/proposal-temporal/#_ref_1073", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochnanoseconds", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmicroseconds", "https://tc39.es/proposal-temporal/#_ref_1074", "https://tc39.es/proposal-temporal/#_ref_1075", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.compare", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1076", "https://tc39.es/proposal-temporal/#_ref_1077", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.compare", "https://tc39.es/proposal-temporal/#_ref_1078", + "https://tc39.es/proposal-temporal/#_ref_1079", + "https://tc39.es/proposal-temporal/#_ref_1080", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-instant-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype-@@tostringtag", @@ -1387,16 +1389,14 @@ "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochmicroseconds", "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochnanoseconds", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.add", - "https://tc39.es/proposal-temporal/#_ref_1079", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.subtract", - "https://tc39.es/proposal-temporal/#_ref_1080", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.until", "https://tc39.es/proposal-temporal/#_ref_1081", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.since", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_1082", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.round", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.until", "https://tc39.es/proposal-temporal/#_ref_1083", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.since", "https://tc39.es/proposal-temporal/#_ref_1084", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.round", "https://tc39.es/proposal-temporal/#_ref_1085", "https://tc39.es/proposal-temporal/#_ref_1086", "https://tc39.es/proposal-temporal/#_ref_1087", @@ -1405,11 +1405,11 @@ "https://tc39.es/proposal-temporal/#_ref_1090", "https://tc39.es/proposal-temporal/#_ref_1091", "https://tc39.es/proposal-temporal/#_ref_1092", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1093", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1094", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1095", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1096", "https://tc39.es/proposal-temporal/#_ref_1097", "https://tc39.es/proposal-temporal/#_ref_1098", @@ -1419,153 +1419,153 @@ "https://tc39.es/proposal-temporal/#_ref_1102", "https://tc39.es/proposal-temporal/#_ref_1103", "https://tc39.es/proposal-temporal/#_ref_1104", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1105", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1106", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetime", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1107", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1108", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_1109", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetimeiso", "https://tc39.es/proposal-temporal/#_ref_1110", "https://tc39.es/proposal-temporal/#_ref_1111", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetimeiso", "https://tc39.es/proposal-temporal/#_ref_1112", + "https://tc39.es/proposal-temporal/#_ref_1113", + "https://tc39.es/proposal-temporal/#_ref_1114", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-instant-instances", "https://tc39.es/proposal-temporal/#_ref_20", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalinstant-instances", "https://tc39.es/proposal-temporal/#sec-temporal-instant-range", - "https://tc39.es/proposal-temporal/#_ref_1113", + "https://tc39.es/proposal-temporal/#_ref_1115", "https://tc39.es/proposal-temporal/#eqn-nsMaxInstant", - "https://tc39.es/proposal-temporal/#_ref_1114", + "https://tc39.es/proposal-temporal/#_ref_1116", "https://tc39.es/proposal-temporal/#eqn-nsPerDay", - "https://tc39.es/proposal-temporal/#_ref_1115", + "https://tc39.es/proposal-temporal/#_ref_1117", "https://tc39.es/proposal-temporal/#eqn-nsMinInstant", - "https://tc39.es/proposal-temporal/#_ref_1116", + "https://tc39.es/proposal-temporal/#_ref_1118", "https://tc39.es/proposal-temporal/#sec-temporal-instant-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-isvalidepochnanoseconds", - "https://tc39.es/proposal-temporal/#_ref_1117", - "https://tc39.es/proposal-temporal/#_ref_1118", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1119", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1120", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1121", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1122", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1123", "https://tc39.es/proposal-temporal/#_ref_1124", - "https://tc39.es/proposal-temporal/#sec-temporal-compareepochnanoseconds", - "https://tc39.es/proposal-temporal/#sec-temporal-addinstant", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1125", - "https://tc39.es/proposal-temporal/#sec-temporal-differenceinstant", "https://tc39.es/proposal-temporal/#_ref_1126", + "https://tc39.es/proposal-temporal/#sec-temporal-compareepochnanoseconds", + "https://tc39.es/proposal-temporal/#sec-temporal-addinstant", "https://tc39.es/proposal-temporal/#_ref_1127", + "https://tc39.es/proposal-temporal/#sec-temporal-differenceinstant", "https://tc39.es/proposal-temporal/#_ref_1128", - "https://tc39.es/proposal-temporal/#sec-temporal-roundtemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1129", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalinstanttostring", "https://tc39.es/proposal-temporal/#_ref_1130", "https://tc39.es/proposal-temporal/#_ref_1131", + "https://tc39.es/proposal-temporal/#sec-temporal-roundtemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1132", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalinstanttostring", "https://tc39.es/proposal-temporal/#_ref_1133", "https://tc39.es/proposal-temporal/#_ref_1134", "https://tc39.es/proposal-temporal/#_ref_1135", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1136", "https://tc39.es/proposal-temporal/#_ref_1137", "https://tc39.es/proposal-temporal/#_ref_1138", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1139", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfrominstant", "https://tc39.es/proposal-temporal/#_ref_1140", "https://tc39.es/proposal-temporal/#_ref_1141", "https://tc39.es/proposal-temporal/#_ref_1142", - "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-objects", - "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfrominstant", "https://tc39.es/proposal-temporal/#_ref_1143", "https://tc39.es/proposal-temporal/#_ref_1144", "https://tc39.es/proposal-temporal/#_ref_1145", + "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-objects", + "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1146", "https://tc39.es/proposal-temporal/#_ref_1147", "https://tc39.es/proposal-temporal/#_ref_1148", + "https://tc39.es/proposal-temporal/#_ref_1149", + "https://tc39.es/proposal-temporal/#_ref_1150", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainyearmonth-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.from", - "https://tc39.es/proposal-temporal/#_ref_1149", - "https://tc39.es/proposal-temporal/#_ref_1150", "https://tc39.es/proposal-temporal/#_ref_1151", "https://tc39.es/proposal-temporal/#_ref_1152", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.compare", "https://tc39.es/proposal-temporal/#_ref_1153", "https://tc39.es/proposal-temporal/#_ref_1154", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.compare", "https://tc39.es/proposal-temporal/#_ref_1155", + "https://tc39.es/proposal-temporal/#_ref_1156", + "https://tc39.es/proposal-temporal/#_ref_1157", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainyearmonth-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype-@@tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.calendar", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.year", - "https://tc39.es/proposal-temporal/#_ref_1156", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.month", - "https://tc39.es/proposal-temporal/#_ref_1157", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthCode", "https://tc39.es/proposal-temporal/#_ref_1158", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.month", "https://tc39.es/proposal-temporal/#_ref_1159", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinmonth", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthCode", "https://tc39.es/proposal-temporal/#_ref_1160", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthsinyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_1161", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.inleapyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_1162", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.with", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_1163", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_1164", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.with", "https://tc39.es/proposal-temporal/#_ref_1165", "https://tc39.es/proposal-temporal/#_ref_1166", "https://tc39.es/proposal-temporal/#_ref_1167", "https://tc39.es/proposal-temporal/#_ref_1168", "https://tc39.es/proposal-temporal/#_ref_1169", "https://tc39.es/proposal-temporal/#_ref_1170", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.add", "https://tc39.es/proposal-temporal/#_ref_1171", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_1172", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.until", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.add", "https://tc39.es/proposal-temporal/#_ref_1173", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.since", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_1174", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.equals", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.until", "https://tc39.es/proposal-temporal/#_ref_1175", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.since", "https://tc39.es/proposal-temporal/#_ref_1176", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tostring", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1177", "https://tc39.es/proposal-temporal/#_ref_1178", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1179", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1180", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1181", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.toplaindate", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1182", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1183", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_1184", "https://tc39.es/proposal-temporal/#_ref_1185", "https://tc39.es/proposal-temporal/#_ref_1186", "https://tc39.es/proposal-temporal/#_ref_1187", "https://tc39.es/proposal-temporal/#_ref_1188", "https://tc39.es/proposal-temporal/#_ref_1189", + "https://tc39.es/proposal-temporal/#_ref_1190", + "https://tc39.es/proposal-temporal/#_ref_1191", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.getisofields", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plainyearmonth-instances", "https://tc39.es/proposal-temporal/#_ref_21", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalyearmonth-instances", - "https://tc39.es/proposal-temporal/#_ref_1190", + "https://tc39.es/proposal-temporal/#_ref_1192", "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalyearmonth", - "https://tc39.es/proposal-temporal/#_ref_1191", - "https://tc39.es/proposal-temporal/#_ref_1192", "https://tc39.es/proposal-temporal/#_ref_1193", "https://tc39.es/proposal-temporal/#_ref_1194", "https://tc39.es/proposal-temporal/#_ref_1195", @@ -1573,19 +1573,19 @@ "https://tc39.es/proposal-temporal/#_ref_1197", "https://tc39.es/proposal-temporal/#_ref_1198", "https://tc39.es/proposal-temporal/#_ref_1199", + "https://tc39.es/proposal-temporal/#_ref_1200", + "https://tc39.es/proposal-temporal/#_ref_1201", "https://tc39.es/proposal-temporal/#sec-temporal-regulateisoyearmonth", "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthwithinlimits", "https://tc39.es/proposal-temporal/#sec-temporal-balanceisoyearmonth", - "https://tc39.es/proposal-temporal/#_ref_1200", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalyearmonth", - "https://tc39.es/proposal-temporal/#_ref_1201", "https://tc39.es/proposal-temporal/#_ref_1202", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalyearmonthtostring", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1203", "https://tc39.es/proposal-temporal/#_ref_1204", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplainyearmonth", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalyearmonthtostring", "https://tc39.es/proposal-temporal/#_ref_1205", "https://tc39.es/proposal-temporal/#_ref_1206", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1207", "https://tc39.es/proposal-temporal/#_ref_1208", "https://tc39.es/proposal-temporal/#_ref_1209", @@ -1596,9 +1596,9 @@ "https://tc39.es/proposal-temporal/#_ref_1214", "https://tc39.es/proposal-temporal/#_ref_1215", "https://tc39.es/proposal-temporal/#_ref_1216", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1217", "https://tc39.es/proposal-temporal/#_ref_1218", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1219", "https://tc39.es/proposal-temporal/#_ref_1220", "https://tc39.es/proposal-temporal/#_ref_1221", @@ -1611,32 +1611,32 @@ "https://tc39.es/proposal-temporal/#_ref_1228", "https://tc39.es/proposal-temporal/#_ref_1229", "https://tc39.es/proposal-temporal/#_ref_1230", + "https://tc39.es/proposal-temporal/#_ref_1231", + "https://tc39.es/proposal-temporal/#_ref_1232", "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-objects", "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday", - "https://tc39.es/proposal-temporal/#_ref_1231", - "https://tc39.es/proposal-temporal/#_ref_1232", "https://tc39.es/proposal-temporal/#_ref_1233", "https://tc39.es/proposal-temporal/#_ref_1234", "https://tc39.es/proposal-temporal/#_ref_1235", "https://tc39.es/proposal-temporal/#_ref_1236", + "https://tc39.es/proposal-temporal/#_ref_1237", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainmonthday-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.from", - "https://tc39.es/proposal-temporal/#_ref_1237", "https://tc39.es/proposal-temporal/#_ref_1238", "https://tc39.es/proposal-temporal/#_ref_1239", "https://tc39.es/proposal-temporal/#_ref_1240", + "https://tc39.es/proposal-temporal/#_ref_1241", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainmonthday-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype-@@tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.calendar", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.monthcode", - "https://tc39.es/proposal-temporal/#_ref_1241", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.day", "https://tc39.es/proposal-temporal/#_ref_1242", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.with", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.day", "https://tc39.es/proposal-temporal/#_ref_1243", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.with", "https://tc39.es/proposal-temporal/#_ref_1244", "https://tc39.es/proposal-temporal/#_ref_1245", "https://tc39.es/proposal-temporal/#_ref_1246", @@ -1644,20 +1644,20 @@ "https://tc39.es/proposal-temporal/#_ref_1248", "https://tc39.es/proposal-temporal/#_ref_1249", "https://tc39.es/proposal-temporal/#_ref_1250", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1251", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1252", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1253", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1254", "https://tc39.es/proposal-temporal/#_ref_1255", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1256", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tojson", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1257", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tojson", + "https://tc39.es/proposal-temporal/#_ref_1258", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.valueof", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.toplaindate", - "https://tc39.es/proposal-temporal/#_ref_1258", "https://tc39.es/proposal-temporal/#_ref_1259", "https://tc39.es/proposal-temporal/#_ref_1260", "https://tc39.es/proposal-temporal/#_ref_1261", @@ -1665,14 +1665,14 @@ "https://tc39.es/proposal-temporal/#_ref_1263", "https://tc39.es/proposal-temporal/#_ref_1264", "https://tc39.es/proposal-temporal/#_ref_1265", + "https://tc39.es/proposal-temporal/#_ref_1266", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.getisofields", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plainmonthday-instances", "https://tc39.es/proposal-temporal/#_ref_22", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalmonthday-instances", - "https://tc39.es/proposal-temporal/#_ref_1266", + "https://tc39.es/proposal-temporal/#_ref_1267", "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalmonthday", - "https://tc39.es/proposal-temporal/#_ref_1267", "https://tc39.es/proposal-temporal/#_ref_1268", "https://tc39.es/proposal-temporal/#_ref_1269", "https://tc39.es/proposal-temporal/#_ref_1270", @@ -1682,68 +1682,69 @@ "https://tc39.es/proposal-temporal/#_ref_1274", "https://tc39.es/proposal-temporal/#_ref_1275", "https://tc39.es/proposal-temporal/#_ref_1276", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1277", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1278", "https://tc39.es/proposal-temporal/#_ref_1279", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalmonthdaytostring", "https://tc39.es/proposal-temporal/#_ref_1280", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalmonthdaytostring", "https://tc39.es/proposal-temporal/#_ref_1281", + "https://tc39.es/proposal-temporal/#_ref_1282", "https://tc39.es/proposal-temporal/#sec-temporal-timezone-objects", "https://tc39.es/proposal-temporal/#sec-time-zone-names", - "https://tc39.es/proposal-temporal/#_ref_1282", + "https://tc39.es/proposal-temporal/#_ref_1283", "https://tc39.es/proposal-temporal/#_ref_23", "https://tc39.es/proposal-temporal/#sec-isavailabletimezonename", - "https://tc39.es/proposal-temporal/#_ref_1283", "https://tc39.es/proposal-temporal/#_ref_1284", "https://tc39.es/proposal-temporal/#_ref_1285", "https://tc39.es/proposal-temporal/#_ref_1286", "https://tc39.es/proposal-temporal/#_ref_1287", "https://tc39.es/proposal-temporal/#_ref_1288", - "https://tc39.es/proposal-temporal/#sec-canonicalizetimezonename", "https://tc39.es/proposal-temporal/#_ref_1289", + "https://tc39.es/proposal-temporal/#sec-canonicalizetimezonename", "https://tc39.es/proposal-temporal/#_ref_1290", - "https://tc39.es/proposal-temporal/#sec-availabletimezones", "https://tc39.es/proposal-temporal/#_ref_1291", + "https://tc39.es/proposal-temporal/#sec-availabletimezones", + "https://tc39.es/proposal-temporal/#_ref_1292", "https://tc39.es/proposal-temporal/#sec-temporal-timezone-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.timezone", - "https://tc39.es/proposal-temporal/#_ref_1292", "https://tc39.es/proposal-temporal/#_ref_1293", "https://tc39.es/proposal-temporal/#_ref_1294", + "https://tc39.es/proposal-temporal/#_ref_1295", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-timezone-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.from", - "https://tc39.es/proposal-temporal/#_ref_1295", + "https://tc39.es/proposal-temporal/#_ref_1296", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-timezone-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype-@@tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.timezone.prototype.id", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getoffsetnanosecondsfor", - "https://tc39.es/proposal-temporal/#_ref_1296", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getoffsetstringfor", "https://tc39.es/proposal-temporal/#_ref_1297", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getoffsetstringfor", "https://tc39.es/proposal-temporal/#_ref_1298", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getplaindatetimefor", "https://tc39.es/proposal-temporal/#_ref_1299", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getplaindatetimefor", "https://tc39.es/proposal-temporal/#_ref_1300", "https://tc39.es/proposal-temporal/#_ref_1301", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getinstantfor", "https://tc39.es/proposal-temporal/#_ref_1302", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getinstantfor", "https://tc39.es/proposal-temporal/#_ref_1303", "https://tc39.es/proposal-temporal/#_ref_1304", "https://tc39.es/proposal-temporal/#_ref_1305", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getpossibleinstantsfor", "https://tc39.es/proposal-temporal/#_ref_1306", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getpossibleinstantsfor", "https://tc39.es/proposal-temporal/#_ref_1307", "https://tc39.es/proposal-temporal/#_ref_1308", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getnexttransition", "https://tc39.es/proposal-temporal/#_ref_1309", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getnexttransition", "https://tc39.es/proposal-temporal/#_ref_1310", "https://tc39.es/proposal-temporal/#_ref_1311", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getprevioustransition", "https://tc39.es/proposal-temporal/#_ref_1312", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getprevioustransition", "https://tc39.es/proposal-temporal/#_ref_1313", "https://tc39.es/proposal-temporal/#_ref_1314", + "https://tc39.es/proposal-temporal/#_ref_1315", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.tostring", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.tojson", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-timezone-instances", @@ -1751,46 +1752,45 @@ "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaltimezone-instances", "https://tc39.es/proposal-temporal/#sec-temporal-timezone-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaltimezone", - "https://tc39.es/proposal-temporal/#_ref_1315", "https://tc39.es/proposal-temporal/#_ref_1316", - "https://tc39.es/proposal-temporal/#sec-temporal-getisopartsfromepoch", "https://tc39.es/proposal-temporal/#_ref_1317", + "https://tc39.es/proposal-temporal/#sec-temporal-getisopartsfromepoch", "https://tc39.es/proposal-temporal/#_ref_1318", "https://tc39.es/proposal-temporal/#_ref_1319", - "https://tc39.es/proposal-temporal/#sec-temporal-getianatimezonenexttransition", "https://tc39.es/proposal-temporal/#_ref_1320", - "https://tc39.es/proposal-temporal/#sec-temporal-getianatimezoneprevioustransition", + "https://tc39.es/proposal-temporal/#sec-temporal-getianatimezonenexttransition", "https://tc39.es/proposal-temporal/#_ref_1321", - "https://tc39.es/proposal-temporal/#sec-temporal-formattimezoneoffsetstring", + "https://tc39.es/proposal-temporal/#sec-temporal-getianatimezoneprevioustransition", "https://tc39.es/proposal-temporal/#_ref_1322", + "https://tc39.es/proposal-temporal/#sec-temporal-formattimezoneoffsetstring", "https://tc39.es/proposal-temporal/#_ref_1323", "https://tc39.es/proposal-temporal/#_ref_1324", - "https://tc39.es/proposal-temporal/#sec-temporal-formatisotimezoneoffsetstring", "https://tc39.es/proposal-temporal/#_ref_1325", + "https://tc39.es/proposal-temporal/#sec-temporal-formatisotimezoneoffsetstring", "https://tc39.es/proposal-temporal/#_ref_1326", "https://tc39.es/proposal-temporal/#_ref_1327", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimezone", "https://tc39.es/proposal-temporal/#_ref_1328", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimezone", "https://tc39.es/proposal-temporal/#_ref_1329", "https://tc39.es/proposal-temporal/#_ref_1330", "https://tc39.es/proposal-temporal/#_ref_1331", "https://tc39.es/proposal-temporal/#_ref_1332", "https://tc39.es/proposal-temporal/#_ref_1333", - "https://tc39.es/proposal-temporal/#sec-temporal-getoffsetnanosecondsfor", "https://tc39.es/proposal-temporal/#_ref_1334", - "https://tc39.es/proposal-temporal/#sec-temporal-builtintimezonegetoffsetstringfor", + "https://tc39.es/proposal-temporal/#sec-temporal-getoffsetnanosecondsfor", "https://tc39.es/proposal-temporal/#_ref_1335", + "https://tc39.es/proposal-temporal/#sec-temporal-getoffsetstringfor", "https://tc39.es/proposal-temporal/#_ref_1336", - "https://tc39.es/proposal-temporal/#sec-temporal-builtintimezonegetplaindatetimefor", "https://tc39.es/proposal-temporal/#_ref_1337", + "https://tc39.es/proposal-temporal/#sec-temporal-getplaindatetimefor", "https://tc39.es/proposal-temporal/#_ref_1338", "https://tc39.es/proposal-temporal/#_ref_1339", "https://tc39.es/proposal-temporal/#_ref_1340", - "https://tc39.es/proposal-temporal/#sec-temporal-builtintimezonegetinstantfor", "https://tc39.es/proposal-temporal/#_ref_1341", + "https://tc39.es/proposal-temporal/#sec-temporal-getinstantfor", "https://tc39.es/proposal-temporal/#_ref_1342", - "https://tc39.es/proposal-temporal/#sec-temporal-disambiguatepossibleinstants", "https://tc39.es/proposal-temporal/#_ref_1343", + "https://tc39.es/proposal-temporal/#sec-temporal-disambiguatepossibleinstants", "https://tc39.es/proposal-temporal/#_ref_1344", "https://tc39.es/proposal-temporal/#_ref_1345", "https://tc39.es/proposal-temporal/#_ref_1346", @@ -1804,91 +1804,91 @@ "https://tc39.es/proposal-temporal/#_ref_1354", "https://tc39.es/proposal-temporal/#_ref_1355", "https://tc39.es/proposal-temporal/#_ref_1356", + "https://tc39.es/proposal-temporal/#_ref_1357", "https://tc39.es/proposal-temporal/#sec-temporal-getpossibleinstantsfor", "https://tc39.es/proposal-temporal/#sec-temporal-timezoneequals", "https://tc39.es/proposal-temporal/#sec-temporal-calendar-objects", "https://tc39.es/proposal-temporal/#sec-calendar-types", "https://tc39.es/proposal-temporal/#_ref_25", "https://tc39.es/proposal-temporal/#sec-temporal-isbuiltincalendar", - "https://tc39.es/proposal-temporal/#_ref_1357", "https://tc39.es/proposal-temporal/#_ref_1358", "https://tc39.es/proposal-temporal/#_ref_1359", - "https://tc39.es/proposal-temporal/#sec-temporal-availablecalendars", "https://tc39.es/proposal-temporal/#_ref_1360", + "https://tc39.es/proposal-temporal/#sec-temporal-availablecalendars", "https://tc39.es/proposal-temporal/#_ref_1361", "https://tc39.es/proposal-temporal/#_ref_1362", "https://tc39.es/proposal-temporal/#_ref_1363", "https://tc39.es/proposal-temporal/#_ref_1364", + "https://tc39.es/proposal-temporal/#_ref_1365", "https://tc39.es/proposal-temporal/#sec-temporal-calendar-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalcalendar", - "https://tc39.es/proposal-temporal/#_ref_1365", "https://tc39.es/proposal-temporal/#_ref_1366", - "https://tc39.es/proposal-temporal/#sec-temporal-getbuiltincalendar", "https://tc39.es/proposal-temporal/#_ref_1367", + "https://tc39.es/proposal-temporal/#sec-temporal-getbuiltincalendar", "https://tc39.es/proposal-temporal/#_ref_1368", - "https://tc39.es/proposal-temporal/#sec-temporal-getiso8601calendar", "https://tc39.es/proposal-temporal/#_ref_1369", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarfields", + "https://tc39.es/proposal-temporal/#sec-temporal-getiso8601calendar", "https://tc39.es/proposal-temporal/#_ref_1370", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmergefields", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarfields", "https://tc39.es/proposal-temporal/#_ref_1371", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmergefields", + "https://tc39.es/proposal-temporal/#_ref_1372", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateadd", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateuntil", "https://tc39.es/proposal-temporal/#sec-temporal-calendaryear", - "https://tc39.es/proposal-temporal/#_ref_1372", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonth", "https://tc39.es/proposal-temporal/#_ref_1373", "https://tc39.es/proposal-temporal/#_ref_1374", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthcode", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarday", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonth", "https://tc39.es/proposal-temporal/#_ref_1375", "https://tc39.es/proposal-temporal/#_ref_1376", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardayofweek", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthcode", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarday", "https://tc39.es/proposal-temporal/#_ref_1377", "https://tc39.es/proposal-temporal/#_ref_1378", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardayofyear", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardayofweek", "https://tc39.es/proposal-temporal/#_ref_1379", "https://tc39.es/proposal-temporal/#_ref_1380", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarweekofyear", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardayofyear", "https://tc39.es/proposal-temporal/#_ref_1381", "https://tc39.es/proposal-temporal/#_ref_1382", - "https://tc39.es/proposal-temporal/#sec-temporal-calendaryearofweek", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarweekofyear", "https://tc39.es/proposal-temporal/#_ref_1383", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinweek", "https://tc39.es/proposal-temporal/#_ref_1384", + "https://tc39.es/proposal-temporal/#sec-temporal-calendaryearofweek", "https://tc39.es/proposal-temporal/#_ref_1385", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinmonth", "https://tc39.es/proposal-temporal/#_ref_1386", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinweek", "https://tc39.es/proposal-temporal/#_ref_1387", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinyear", "https://tc39.es/proposal-temporal/#_ref_1388", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinmonth", "https://tc39.es/proposal-temporal/#_ref_1389", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthsinyear", "https://tc39.es/proposal-temporal/#_ref_1390", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinyear", "https://tc39.es/proposal-temporal/#_ref_1391", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarinleapyear", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendar", "https://tc39.es/proposal-temporal/#_ref_1392", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthsinyear", "https://tc39.es/proposal-temporal/#_ref_1393", "https://tc39.es/proposal-temporal/#_ref_1394", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendarwithisodefault", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarinleapyear", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendar", "https://tc39.es/proposal-temporal/#_ref_1395", "https://tc39.es/proposal-temporal/#_ref_1396", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalcalendarwithisodefault", "https://tc39.es/proposal-temporal/#_ref_1397", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendarwithisodefault", + "https://tc39.es/proposal-temporal/#_ref_1398", + "https://tc39.es/proposal-temporal/#_ref_1399", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalcalendarwithisodefault", + "https://tc39.es/proposal-temporal/#_ref_1400", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatefromfields", "https://tc39.es/proposal-temporal/#sec-temporal-calendaryearmonthfromfields", "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdayfromfields", "https://tc39.es/proposal-temporal/#sec-temporal-maybeformatcalendarannotation", - "https://tc39.es/proposal-temporal/#_ref_1398", + "https://tc39.es/proposal-temporal/#_ref_1401", "https://tc39.es/proposal-temporal/#sec-temporal-formatcalendarannotation", "https://tc39.es/proposal-temporal/#sec-temporal-calendarequals", "https://tc39.es/proposal-temporal/#sec-temporal-consolidatecalendars", "https://tc39.es/proposal-temporal/#sec-temporal-isodaysinmonth", "https://tc39.es/proposal-temporal/#sec-temporal-toisoweekofyear", - "https://tc39.es/proposal-temporal/#_ref_1399", - "https://tc39.es/proposal-temporal/#_ref_1400", - "https://tc39.es/proposal-temporal/#_ref_1401", "https://tc39.es/proposal-temporal/#_ref_1402", "https://tc39.es/proposal-temporal/#_ref_1403", "https://tc39.es/proposal-temporal/#_ref_1404", @@ -1896,167 +1896,167 @@ "https://tc39.es/proposal-temporal/#_ref_1406", "https://tc39.es/proposal-temporal/#_ref_1407", "https://tc39.es/proposal-temporal/#_ref_1408", - "https://tc39.es/proposal-temporal/#sec-temporal-isomonthcode", - "https://tc39.es/proposal-temporal/#sec-temporal-resolveisomonth", - "https://tc39.es/proposal-temporal/#_ref_26", - "https://tc39.es/proposal-temporal/#_ref_1762", "https://tc39.es/proposal-temporal/#_ref_1409", - "https://tc39.es/proposal-temporal/#sec-temporal-isodatefromfields", "https://tc39.es/proposal-temporal/#_ref_1410", "https://tc39.es/proposal-temporal/#_ref_1411", + "https://tc39.es/proposal-temporal/#sec-temporal-isomonthcode", + "https://tc39.es/proposal-temporal/#sec-temporal-resolveisomonth", + "https://tc39.es/proposal-temporal/#_ref_26", + "https://tc39.es/proposal-temporal/#_ref_1763", "https://tc39.es/proposal-temporal/#_ref_1412", + "https://tc39.es/proposal-temporal/#sec-temporal-isodatefromfields", "https://tc39.es/proposal-temporal/#_ref_1413", - "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1414", "https://tc39.es/proposal-temporal/#_ref_1415", "https://tc39.es/proposal-temporal/#_ref_1416", + "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1417", - "https://tc39.es/proposal-temporal/#sec-temporal-isomonthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_1418", "https://tc39.es/proposal-temporal/#_ref_1419", "https://tc39.es/proposal-temporal/#_ref_1420", + "https://tc39.es/proposal-temporal/#sec-temporal-isomonthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_1421", "https://tc39.es/proposal-temporal/#_ref_1422", - "https://tc39.es/proposal-temporal/#sec-temporal-defaultmergecalendarfields", "https://tc39.es/proposal-temporal/#_ref_1423", "https://tc39.es/proposal-temporal/#_ref_1424", "https://tc39.es/proposal-temporal/#_ref_1425", - "https://tc39.es/proposal-temporal/#sec-temporal-toisodayofyear", + "https://tc39.es/proposal-temporal/#sec-temporal-defaultmergecalendarfields", "https://tc39.es/proposal-temporal/#_ref_1426", - "https://tc39.es/proposal-temporal/#sec-temporal-toisodayofweek", "https://tc39.es/proposal-temporal/#_ref_1427", - "https://tc39.es/proposal-temporal/#sec-temporal-calendar-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar", "https://tc39.es/proposal-temporal/#_ref_1428", + "https://tc39.es/proposal-temporal/#sec-temporal-toisodayofyear", "https://tc39.es/proposal-temporal/#_ref_1429", + "https://tc39.es/proposal-temporal/#sec-temporal-toisodayofweek", + "https://tc39.es/proposal-temporal/#_ref_1430", + "https://tc39.es/proposal-temporal/#sec-temporal-calendar-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar", + "https://tc39.es/proposal-temporal/#_ref_1431", + "https://tc39.es/proposal-temporal/#_ref_1432", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-calendar-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.from", - "https://tc39.es/proposal-temporal/#_ref_1430", + "https://tc39.es/proposal-temporal/#_ref_1433", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-calendar-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype-@@tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.calendar.prototype.id", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.datefromfields", "https://tc39.es/proposal-temporal/#_ref_27", - "https://tc39.es/proposal-temporal/#_ref_1431", - "https://tc39.es/proposal-temporal/#_ref_1432", - "https://tc39.es/proposal-temporal/#_ref_1433", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.yearmonthfromfields", - "https://tc39.es/proposal-temporal/#_ref_28", "https://tc39.es/proposal-temporal/#_ref_1434", "https://tc39.es/proposal-temporal/#_ref_1435", "https://tc39.es/proposal-temporal/#_ref_1436", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthdayfromfields", - "https://tc39.es/proposal-temporal/#_ref_29", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.yearmonthfromfields", + "https://tc39.es/proposal-temporal/#_ref_28", "https://tc39.es/proposal-temporal/#_ref_1437", "https://tc39.es/proposal-temporal/#_ref_1438", "https://tc39.es/proposal-temporal/#_ref_1439", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateadd", - "https://tc39.es/proposal-temporal/#_ref_30", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthdayfromfields", + "https://tc39.es/proposal-temporal/#_ref_29", "https://tc39.es/proposal-temporal/#_ref_1440", "https://tc39.es/proposal-temporal/#_ref_1441", "https://tc39.es/proposal-temporal/#_ref_1442", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateadd", + "https://tc39.es/proposal-temporal/#_ref_30", "https://tc39.es/proposal-temporal/#_ref_1443", "https://tc39.es/proposal-temporal/#_ref_1444", "https://tc39.es/proposal-temporal/#_ref_1445", "https://tc39.es/proposal-temporal/#_ref_1446", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateuntil", - "https://tc39.es/proposal-temporal/#_ref_31", "https://tc39.es/proposal-temporal/#_ref_1447", "https://tc39.es/proposal-temporal/#_ref_1448", "https://tc39.es/proposal-temporal/#_ref_1449", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateuntil", + "https://tc39.es/proposal-temporal/#_ref_31", "https://tc39.es/proposal-temporal/#_ref_1450", "https://tc39.es/proposal-temporal/#_ref_1451", "https://tc39.es/proposal-temporal/#_ref_1452", + "https://tc39.es/proposal-temporal/#_ref_1453", + "https://tc39.es/proposal-temporal/#_ref_1454", + "https://tc39.es/proposal-temporal/#_ref_1455", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.year", "https://tc39.es/proposal-temporal/#_ref_32", - "https://tc39.es/proposal-temporal/#_ref_1453", + "https://tc39.es/proposal-temporal/#_ref_1456", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.month", "https://tc39.es/proposal-temporal/#_ref_33", - "https://tc39.es/proposal-temporal/#_ref_1454", + "https://tc39.es/proposal-temporal/#_ref_1457", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_34", - "https://tc39.es/proposal-temporal/#_ref_1455", - "https://tc39.es/proposal-temporal/#_ref_1456", + "https://tc39.es/proposal-temporal/#_ref_1458", + "https://tc39.es/proposal-temporal/#_ref_1459", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.day", "https://tc39.es/proposal-temporal/#_ref_35", - "https://tc39.es/proposal-temporal/#_ref_1457", + "https://tc39.es/proposal-temporal/#_ref_1460", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofweek", "https://tc39.es/proposal-temporal/#_ref_36", - "https://tc39.es/proposal-temporal/#_ref_1458", - "https://tc39.es/proposal-temporal/#_ref_1459", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofyear", - "https://tc39.es/proposal-temporal/#_ref_37", - "https://tc39.es/proposal-temporal/#_ref_1460", "https://tc39.es/proposal-temporal/#_ref_1461", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.weekofyear", - "https://tc39.es/proposal-temporal/#_ref_38", "https://tc39.es/proposal-temporal/#_ref_1462", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofyear", + "https://tc39.es/proposal-temporal/#_ref_37", "https://tc39.es/proposal-temporal/#_ref_1463", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.yearofweek", "https://tc39.es/proposal-temporal/#_ref_1464", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.weekofyear", + "https://tc39.es/proposal-temporal/#_ref_38", "https://tc39.es/proposal-temporal/#_ref_1465", + "https://tc39.es/proposal-temporal/#_ref_1466", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.yearofweek", + "https://tc39.es/proposal-temporal/#_ref_1467", + "https://tc39.es/proposal-temporal/#_ref_1468", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_39", - "https://tc39.es/proposal-temporal/#_ref_1466", + "https://tc39.es/proposal-temporal/#_ref_1469", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_40", - "https://tc39.es/proposal-temporal/#_ref_1467", - "https://tc39.es/proposal-temporal/#_ref_1468", + "https://tc39.es/proposal-temporal/#_ref_1470", + "https://tc39.es/proposal-temporal/#_ref_1471", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_41", - "https://tc39.es/proposal-temporal/#_ref_1469", + "https://tc39.es/proposal-temporal/#_ref_1472", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_42", - "https://tc39.es/proposal-temporal/#_ref_1470", + "https://tc39.es/proposal-temporal/#_ref_1473", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_43", - "https://tc39.es/proposal-temporal/#_ref_1471", + "https://tc39.es/proposal-temporal/#_ref_1474", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.fields", "https://tc39.es/proposal-temporal/#_ref_44", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.mergefields", "https://tc39.es/proposal-temporal/#_ref_45", - "https://tc39.es/proposal-temporal/#_ref_1472", + "https://tc39.es/proposal-temporal/#_ref_1475", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.tostring", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.tojson", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-calendar-instances", "https://tc39.es/proposal-temporal/#sec-temporal-abstract-ops", "https://tc39.es/proposal-temporal/#sec-iterabletolistoftype", "https://tc39.es/proposal-temporal/#sec-getoptionsobject", - "https://tc39.es/proposal-temporal/#_ref_1473", + "https://tc39.es/proposal-temporal/#_ref_1476", "https://tc39.es/proposal-temporal/#sec-getoption", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaloverflow", - "https://tc39.es/proposal-temporal/#_ref_1474", + "https://tc39.es/proposal-temporal/#_ref_1477", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldisambiguation", - "https://tc39.es/proposal-temporal/#_ref_1475", + "https://tc39.es/proposal-temporal/#_ref_1478", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalroundingmode", - "https://tc39.es/proposal-temporal/#_ref_1476", + "https://tc39.es/proposal-temporal/#_ref_1479", "https://tc39.es/proposal-temporal/#sec-temporal-negatetemporalroundingmode", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaloffset", - "https://tc39.es/proposal-temporal/#_ref_1477", + "https://tc39.es/proposal-temporal/#_ref_1480", "https://tc39.es/proposal-temporal/#sec-temporal-tocalendarnameoption", - "https://tc39.es/proposal-temporal/#_ref_1478", + "https://tc39.es/proposal-temporal/#_ref_1481", "https://tc39.es/proposal-temporal/#sec-temporal-totimezonenameoption", - "https://tc39.es/proposal-temporal/#_ref_1479", + "https://tc39.es/proposal-temporal/#_ref_1482", "https://tc39.es/proposal-temporal/#sec-temporal-toshowoffsetoption", - "https://tc39.es/proposal-temporal/#_ref_1480", + "https://tc39.es/proposal-temporal/#_ref_1483", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalroundingincrement", - "https://tc39.es/proposal-temporal/#_ref_1481", + "https://tc39.es/proposal-temporal/#_ref_1484", "https://tc39.es/proposal-temporal/#sec-validatetemporalroundingincrement", - "https://tc39.es/proposal-temporal/#_ref_1482", + "https://tc39.es/proposal-temporal/#_ref_1485", "https://tc39.es/proposal-temporal/#sec-temporal-tofractionalseconddigits", "https://tc39.es/proposal-temporal/#sec-temporal-tosecondsstringprecisionrecord", "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalunit", "https://tc39.es/proposal-temporal/#_ref_46", "https://tc39.es/proposal-temporal/#_ref_47", - "https://tc39.es/proposal-temporal/#_ref_1483", + "https://tc39.es/proposal-temporal/#_ref_1486", "https://tc39.es/proposal-temporal/#_ref_48", "https://tc39.es/proposal-temporal/#table-temporal-units", "https://tc39.es/proposal-temporal/#sec-temporal-torelativetemporalobject", - "https://tc39.es/proposal-temporal/#_ref_1484", - "https://tc39.es/proposal-temporal/#_ref_1485", - "https://tc39.es/proposal-temporal/#_ref_1486", "https://tc39.es/proposal-temporal/#_ref_1487", "https://tc39.es/proposal-temporal/#_ref_1488", "https://tc39.es/proposal-temporal/#_ref_1489", @@ -2068,6 +2068,9 @@ "https://tc39.es/proposal-temporal/#_ref_1495", "https://tc39.es/proposal-temporal/#_ref_1496", "https://tc39.es/proposal-temporal/#_ref_1497", + "https://tc39.es/proposal-temporal/#_ref_1498", + "https://tc39.es/proposal-temporal/#_ref_1499", + "https://tc39.es/proposal-temporal/#_ref_1500", "https://tc39.es/proposal-temporal/#sec-temporal-largeroftwotemporalunits", "https://tc39.es/proposal-temporal/#_ref_49", "https://tc39.es/proposal-temporal/#_ref_50", @@ -2079,32 +2082,32 @@ "https://tc39.es/proposal-temporal/#_ref_52", "https://tc39.es/proposal-temporal/#table-temporal-unsigned-rounding-modes", "https://tc39.es/proposal-temporal/#sec-temporal-applyunsignedroundingmode", - "https://tc39.es/proposal-temporal/#_ref_1498", - "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrement", - "https://tc39.es/proposal-temporal/#_ref_1499", - "https://tc39.es/proposal-temporal/#_ref_1500", - "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrementasifpositive", "https://tc39.es/proposal-temporal/#_ref_1501", + "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrement", "https://tc39.es/proposal-temporal/#_ref_1502", + "https://tc39.es/proposal-temporal/#_ref_1503", + "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrementasifpositive", + "https://tc39.es/proposal-temporal/#_ref_1504", + "https://tc39.es/proposal-temporal/#_ref_1505", "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar", "https://tc39.es/proposal-temporal/#prod-Alpha", "https://tc39.es/proposal-temporal/#prod-LowercaseAlpha", "https://tc39.es/proposal-temporal/#prod-ASCIISign", "https://tc39.es/proposal-temporal/#prod-Sign", - "https://tc39.es/proposal-temporal/#_ref_1763", - "https://tc39.es/proposal-temporal/#prod-UnpaddedHour", "https://tc39.es/proposal-temporal/#_ref_1764", + "https://tc39.es/proposal-temporal/#prod-UnpaddedHour", "https://tc39.es/proposal-temporal/#_ref_1765", - "https://tc39.es/proposal-temporal/#prod-Hour", "https://tc39.es/proposal-temporal/#_ref_1766", + "https://tc39.es/proposal-temporal/#prod-Hour", "https://tc39.es/proposal-temporal/#_ref_1767", - "https://tc39.es/proposal-temporal/#prod-MinuteSecond", "https://tc39.es/proposal-temporal/#_ref_1768", + "https://tc39.es/proposal-temporal/#prod-MinuteSecond", "https://tc39.es/proposal-temporal/#_ref_1769", "https://tc39.es/proposal-temporal/#_ref_1770", "https://tc39.es/proposal-temporal/#_ref_1771", "https://tc39.es/proposal-temporal/#_ref_1772", "https://tc39.es/proposal-temporal/#_ref_1773", + "https://tc39.es/proposal-temporal/#_ref_1774", "https://tc39.es/proposal-temporal/#prod-DecimalSeparator", "https://tc39.es/proposal-temporal/#prod-DaysDesignator", "https://tc39.es/proposal-temporal/#prod-HoursDesignator", @@ -2119,38 +2122,37 @@ "https://tc39.es/proposal-temporal/#prod-UTCDesignator", "https://tc39.es/proposal-temporal/#prod-AnnotationCriticalFlag", "https://tc39.es/proposal-temporal/#prod-DateFourDigitYear", - "https://tc39.es/proposal-temporal/#_ref_1774", "https://tc39.es/proposal-temporal/#_ref_1775", "https://tc39.es/proposal-temporal/#_ref_1776", "https://tc39.es/proposal-temporal/#_ref_1777", - "https://tc39.es/proposal-temporal/#prod-DateExtendedYear", "https://tc39.es/proposal-temporal/#_ref_1778", + "https://tc39.es/proposal-temporal/#prod-DateExtendedYear", "https://tc39.es/proposal-temporal/#_ref_1779", "https://tc39.es/proposal-temporal/#_ref_1780", "https://tc39.es/proposal-temporal/#_ref_1781", "https://tc39.es/proposal-temporal/#_ref_1782", "https://tc39.es/proposal-temporal/#_ref_1783", "https://tc39.es/proposal-temporal/#_ref_1784", - "https://tc39.es/proposal-temporal/#prod-DateYear", "https://tc39.es/proposal-temporal/#_ref_1785", + "https://tc39.es/proposal-temporal/#prod-DateYear", "https://tc39.es/proposal-temporal/#_ref_1786", - "https://tc39.es/proposal-temporal/#prod-DateMonth", "https://tc39.es/proposal-temporal/#_ref_1787", + "https://tc39.es/proposal-temporal/#prod-DateMonth", + "https://tc39.es/proposal-temporal/#_ref_1788", "https://tc39.es/proposal-temporal/#prod-DateMonthWithThirtyOneDays", "https://tc39.es/proposal-temporal/#prod-DateDay", - "https://tc39.es/proposal-temporal/#_ref_1788", "https://tc39.es/proposal-temporal/#_ref_1789", "https://tc39.es/proposal-temporal/#_ref_1790", - "https://tc39.es/proposal-temporal/#prod-DateSpecYearMonth", "https://tc39.es/proposal-temporal/#_ref_1791", + "https://tc39.es/proposal-temporal/#prod-DateSpecYearMonth", "https://tc39.es/proposal-temporal/#_ref_1792", + "https://tc39.es/proposal-temporal/#_ref_1793", "https://tc39.es/proposal-temporal/#prod-TwoDashes", "https://tc39.es/proposal-temporal/#prod-DateSpecMonthDay", - "https://tc39.es/proposal-temporal/#_ref_1793", "https://tc39.es/proposal-temporal/#_ref_1794", "https://tc39.es/proposal-temporal/#_ref_1795", - "https://tc39.es/proposal-temporal/#prod-ValidMonthDay", "https://tc39.es/proposal-temporal/#_ref_1796", + "https://tc39.es/proposal-temporal/#prod-ValidMonthDay", "https://tc39.es/proposal-temporal/#_ref_1797", "https://tc39.es/proposal-temporal/#_ref_1798", "https://tc39.es/proposal-temporal/#_ref_1799", @@ -2158,21 +2160,21 @@ "https://tc39.es/proposal-temporal/#_ref_1801", "https://tc39.es/proposal-temporal/#_ref_1802", "https://tc39.es/proposal-temporal/#_ref_1803", - "https://tc39.es/proposal-temporal/#prod-Date", "https://tc39.es/proposal-temporal/#_ref_1804", + "https://tc39.es/proposal-temporal/#prod-Date", "https://tc39.es/proposal-temporal/#_ref_1805", "https://tc39.es/proposal-temporal/#_ref_1806", "https://tc39.es/proposal-temporal/#_ref_1807", "https://tc39.es/proposal-temporal/#_ref_1808", "https://tc39.es/proposal-temporal/#_ref_1809", - "https://tc39.es/proposal-temporal/#prod-TimeHour", "https://tc39.es/proposal-temporal/#_ref_1810", - "https://tc39.es/proposal-temporal/#prod-TimeMinute", + "https://tc39.es/proposal-temporal/#prod-TimeHour", "https://tc39.es/proposal-temporal/#_ref_1811", - "https://tc39.es/proposal-temporal/#prod-TimeSecond", + "https://tc39.es/proposal-temporal/#prod-TimeMinute", "https://tc39.es/proposal-temporal/#_ref_1812", - "https://tc39.es/proposal-temporal/#prod-FractionalPart", + "https://tc39.es/proposal-temporal/#prod-TimeSecond", "https://tc39.es/proposal-temporal/#_ref_1813", + "https://tc39.es/proposal-temporal/#prod-FractionalPart", "https://tc39.es/proposal-temporal/#_ref_1814", "https://tc39.es/proposal-temporal/#_ref_1815", "https://tc39.es/proposal-temporal/#_ref_1816", @@ -2181,15 +2183,15 @@ "https://tc39.es/proposal-temporal/#_ref_1819", "https://tc39.es/proposal-temporal/#_ref_1820", "https://tc39.es/proposal-temporal/#_ref_1821", - "https://tc39.es/proposal-temporal/#prod-Fraction", "https://tc39.es/proposal-temporal/#_ref_1822", + "https://tc39.es/proposal-temporal/#prod-Fraction", "https://tc39.es/proposal-temporal/#_ref_1823", - "https://tc39.es/proposal-temporal/#prod-TimeFraction", "https://tc39.es/proposal-temporal/#_ref_1824", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffset", + "https://tc39.es/proposal-temporal/#prod-TimeFraction", "https://tc39.es/proposal-temporal/#_ref_1825", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetName", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffset", "https://tc39.es/proposal-temporal/#_ref_1826", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetName", "https://tc39.es/proposal-temporal/#_ref_1827", "https://tc39.es/proposal-temporal/#_ref_1828", "https://tc39.es/proposal-temporal/#_ref_1829", @@ -2207,13 +2209,13 @@ "https://tc39.es/proposal-temporal/#_ref_1841", "https://tc39.es/proposal-temporal/#_ref_1842", "https://tc39.es/proposal-temporal/#_ref_1843", - "https://tc39.es/proposal-temporal/#prod-TZLeadingChar", "https://tc39.es/proposal-temporal/#_ref_1844", - "https://tc39.es/proposal-temporal/#prod-TZChar", + "https://tc39.es/proposal-temporal/#prod-TZLeadingChar", "https://tc39.es/proposal-temporal/#_ref_1845", + "https://tc39.es/proposal-temporal/#prod-TZChar", "https://tc39.es/proposal-temporal/#_ref_1846", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameComponent", "https://tc39.es/proposal-temporal/#_ref_1847", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameComponent", "https://tc39.es/proposal-temporal/#_ref_1848", "https://tc39.es/proposal-temporal/#_ref_1849", "https://tc39.es/proposal-temporal/#_ref_1850", @@ -2318,60 +2320,60 @@ "https://tc39.es/proposal-temporal/#_ref_1949", "https://tc39.es/proposal-temporal/#_ref_1950", "https://tc39.es/proposal-temporal/#_ref_1951", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameTail", "https://tc39.es/proposal-temporal/#_ref_1952", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameTail", "https://tc39.es/proposal-temporal/#_ref_1953", "https://tc39.es/proposal-temporal/#_ref_1954", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANALegacyName", "https://tc39.es/proposal-temporal/#_ref_1955", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANALegacyName", "https://tc39.es/proposal-temporal/#_ref_1956", "https://tc39.es/proposal-temporal/#_ref_1957", - "https://tc39.es/proposal-temporal/#_ref_1503", "https://tc39.es/proposal-temporal/#_ref_1958", + "https://tc39.es/proposal-temporal/#_ref_1506", "https://tc39.es/proposal-temporal/#_ref_1959", "https://tc39.es/proposal-temporal/#_ref_1960", - "https://tc39.es/proposal-temporal/#_ref_1504", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANAName", "https://tc39.es/proposal-temporal/#_ref_1961", + "https://tc39.es/proposal-temporal/#_ref_1507", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANAName", "https://tc39.es/proposal-temporal/#_ref_1962", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIdentifier", "https://tc39.es/proposal-temporal/#_ref_1963", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIdentifier", "https://tc39.es/proposal-temporal/#_ref_1964", - "https://tc39.es/proposal-temporal/#prod-TimeZoneAnnotation", "https://tc39.es/proposal-temporal/#_ref_1965", + "https://tc39.es/proposal-temporal/#prod-TimeZoneAnnotation", "https://tc39.es/proposal-temporal/#_ref_1966", - "https://tc39.es/proposal-temporal/#prod-AKeyLeadingChar", "https://tc39.es/proposal-temporal/#_ref_1967", - "https://tc39.es/proposal-temporal/#prod-AKeyChar", + "https://tc39.es/proposal-temporal/#prod-AKeyLeadingChar", "https://tc39.es/proposal-temporal/#_ref_1968", + "https://tc39.es/proposal-temporal/#prod-AKeyChar", "https://tc39.es/proposal-temporal/#_ref_1969", - "https://tc39.es/proposal-temporal/#prod-AValChar", "https://tc39.es/proposal-temporal/#_ref_1970", + "https://tc39.es/proposal-temporal/#prod-AValChar", "https://tc39.es/proposal-temporal/#_ref_1971", - "https://tc39.es/proposal-temporal/#prod-AnnotationKeyTail", "https://tc39.es/proposal-temporal/#_ref_1972", + "https://tc39.es/proposal-temporal/#prod-AnnotationKeyTail", "https://tc39.es/proposal-temporal/#_ref_1973", - "https://tc39.es/proposal-temporal/#prod-AnnotationKey", "https://tc39.es/proposal-temporal/#_ref_1974", + "https://tc39.es/proposal-temporal/#prod-AnnotationKey", "https://tc39.es/proposal-temporal/#_ref_1975", - "https://tc39.es/proposal-temporal/#prod-AnnotationValueComponent", "https://tc39.es/proposal-temporal/#_ref_1976", + "https://tc39.es/proposal-temporal/#prod-AnnotationValueComponent", "https://tc39.es/proposal-temporal/#_ref_1977", - "https://tc39.es/proposal-temporal/#prod-AnnotationValueTail", "https://tc39.es/proposal-temporal/#_ref_1978", + "https://tc39.es/proposal-temporal/#prod-AnnotationValueTail", "https://tc39.es/proposal-temporal/#_ref_1979", "https://tc39.es/proposal-temporal/#_ref_1980", - "https://tc39.es/proposal-temporal/#prod-AnnotationValue", "https://tc39.es/proposal-temporal/#_ref_1981", - "https://tc39.es/proposal-temporal/#prod-Annotation", + "https://tc39.es/proposal-temporal/#prod-AnnotationValue", "https://tc39.es/proposal-temporal/#_ref_1982", + "https://tc39.es/proposal-temporal/#prod-Annotation", "https://tc39.es/proposal-temporal/#_ref_1983", "https://tc39.es/proposal-temporal/#_ref_1984", - "https://tc39.es/proposal-temporal/#prod-Annotations", "https://tc39.es/proposal-temporal/#_ref_1985", + "https://tc39.es/proposal-temporal/#prod-Annotations", "https://tc39.es/proposal-temporal/#_ref_1986", - "https://tc39.es/proposal-temporal/#prod-TimeSpec", "https://tc39.es/proposal-temporal/#_ref_1987", + "https://tc39.es/proposal-temporal/#prod-TimeSpec", "https://tc39.es/proposal-temporal/#_ref_1988", "https://tc39.es/proposal-temporal/#_ref_1989", "https://tc39.es/proposal-temporal/#_ref_1990", @@ -2384,19 +2386,19 @@ "https://tc39.es/proposal-temporal/#_ref_1997", "https://tc39.es/proposal-temporal/#_ref_1998", "https://tc39.es/proposal-temporal/#_ref_1999", - "https://tc39.es/proposal-temporal/#prod-TimeSpecWithOptionalOffsetNotAmbiguous", "https://tc39.es/proposal-temporal/#_ref_2000", + "https://tc39.es/proposal-temporal/#prod-TimeSpecWithOptionalOffsetNotAmbiguous", "https://tc39.es/proposal-temporal/#_ref_2001", "https://tc39.es/proposal-temporal/#_ref_2002", "https://tc39.es/proposal-temporal/#_ref_2003", - "https://tc39.es/proposal-temporal/#prod-DateTime", "https://tc39.es/proposal-temporal/#_ref_2004", + "https://tc39.es/proposal-temporal/#prod-DateTime", "https://tc39.es/proposal-temporal/#_ref_2005", "https://tc39.es/proposal-temporal/#_ref_2006", "https://tc39.es/proposal-temporal/#_ref_2007", "https://tc39.es/proposal-temporal/#_ref_2008", - "https://tc39.es/proposal-temporal/#prod-AnnotatedTime", "https://tc39.es/proposal-temporal/#_ref_2009", + "https://tc39.es/proposal-temporal/#prod-AnnotatedTime", "https://tc39.es/proposal-temporal/#_ref_2010", "https://tc39.es/proposal-temporal/#_ref_2011", "https://tc39.es/proposal-temporal/#_ref_2012", @@ -2404,48 +2406,48 @@ "https://tc39.es/proposal-temporal/#_ref_2014", "https://tc39.es/proposal-temporal/#_ref_2015", "https://tc39.es/proposal-temporal/#_ref_2016", - "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTime", "https://tc39.es/proposal-temporal/#_ref_2017", + "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTime", "https://tc39.es/proposal-temporal/#_ref_2018", "https://tc39.es/proposal-temporal/#_ref_2019", - "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTimeTimeRequired", "https://tc39.es/proposal-temporal/#_ref_2020", + "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTimeTimeRequired", "https://tc39.es/proposal-temporal/#_ref_2021", "https://tc39.es/proposal-temporal/#_ref_2022", "https://tc39.es/proposal-temporal/#_ref_2023", "https://tc39.es/proposal-temporal/#_ref_2024", "https://tc39.es/proposal-temporal/#_ref_2025", - "https://tc39.es/proposal-temporal/#prod-AnnotatedYearMonth", "https://tc39.es/proposal-temporal/#_ref_2026", + "https://tc39.es/proposal-temporal/#prod-AnnotatedYearMonth", "https://tc39.es/proposal-temporal/#_ref_2027", "https://tc39.es/proposal-temporal/#_ref_2028", - "https://tc39.es/proposal-temporal/#prod-AnnotatedMonthDay", "https://tc39.es/proposal-temporal/#_ref_2029", + "https://tc39.es/proposal-temporal/#prod-AnnotatedMonthDay", "https://tc39.es/proposal-temporal/#_ref_2030", "https://tc39.es/proposal-temporal/#_ref_2031", - "https://tc39.es/proposal-temporal/#prod-DurationWholeSeconds", "https://tc39.es/proposal-temporal/#_ref_2032", - "https://tc39.es/proposal-temporal/#prod-DurationSecondsFraction", + "https://tc39.es/proposal-temporal/#prod-DurationWholeSeconds", "https://tc39.es/proposal-temporal/#_ref_2033", - "https://tc39.es/proposal-temporal/#prod-DurationSecondsPart", + "https://tc39.es/proposal-temporal/#prod-DurationSecondsFraction", "https://tc39.es/proposal-temporal/#_ref_2034", + "https://tc39.es/proposal-temporal/#prod-DurationSecondsPart", "https://tc39.es/proposal-temporal/#_ref_2035", "https://tc39.es/proposal-temporal/#_ref_2036", - "https://tc39.es/proposal-temporal/#prod-DurationWholeMinutes", "https://tc39.es/proposal-temporal/#_ref_2037", - "https://tc39.es/proposal-temporal/#prod-DurationMinutesFraction", + "https://tc39.es/proposal-temporal/#prod-DurationWholeMinutes", "https://tc39.es/proposal-temporal/#_ref_2038", - "https://tc39.es/proposal-temporal/#prod-DurationMinutesPart", + "https://tc39.es/proposal-temporal/#prod-DurationMinutesFraction", "https://tc39.es/proposal-temporal/#_ref_2039", + "https://tc39.es/proposal-temporal/#prod-DurationMinutesPart", "https://tc39.es/proposal-temporal/#_ref_2040", "https://tc39.es/proposal-temporal/#_ref_2041", "https://tc39.es/proposal-temporal/#_ref_2042", - "https://tc39.es/proposal-temporal/#prod-DurationWholeHours", "https://tc39.es/proposal-temporal/#_ref_2043", - "https://tc39.es/proposal-temporal/#prod-DurationHoursFraction", + "https://tc39.es/proposal-temporal/#prod-DurationWholeHours", "https://tc39.es/proposal-temporal/#_ref_2044", - "https://tc39.es/proposal-temporal/#prod-DurationHoursPart", + "https://tc39.es/proposal-temporal/#prod-DurationHoursFraction", "https://tc39.es/proposal-temporal/#_ref_2045", + "https://tc39.es/proposal-temporal/#prod-DurationHoursPart", "https://tc39.es/proposal-temporal/#_ref_2046", "https://tc39.es/proposal-temporal/#_ref_2047", "https://tc39.es/proposal-temporal/#_ref_2048", @@ -2453,37 +2455,37 @@ "https://tc39.es/proposal-temporal/#_ref_2050", "https://tc39.es/proposal-temporal/#_ref_2051", "https://tc39.es/proposal-temporal/#_ref_2052", - "https://tc39.es/proposal-temporal/#prod-DurationTime", "https://tc39.es/proposal-temporal/#_ref_2053", + "https://tc39.es/proposal-temporal/#prod-DurationTime", "https://tc39.es/proposal-temporal/#_ref_2054", "https://tc39.es/proposal-temporal/#_ref_2055", "https://tc39.es/proposal-temporal/#_ref_2056", "https://tc39.es/proposal-temporal/#_ref_2057", "https://tc39.es/proposal-temporal/#_ref_2058", - "https://tc39.es/proposal-temporal/#prod-DurationDays", "https://tc39.es/proposal-temporal/#_ref_2059", - "https://tc39.es/proposal-temporal/#prod-DurationDaysPart", + "https://tc39.es/proposal-temporal/#prod-DurationDays", "https://tc39.es/proposal-temporal/#_ref_2060", + "https://tc39.es/proposal-temporal/#prod-DurationDaysPart", "https://tc39.es/proposal-temporal/#_ref_2061", - "https://tc39.es/proposal-temporal/#prod-DurationWeeks", "https://tc39.es/proposal-temporal/#_ref_2062", - "https://tc39.es/proposal-temporal/#prod-DurationWeeksPart", + "https://tc39.es/proposal-temporal/#prod-DurationWeeks", "https://tc39.es/proposal-temporal/#_ref_2063", + "https://tc39.es/proposal-temporal/#prod-DurationWeeksPart", "https://tc39.es/proposal-temporal/#_ref_2064", "https://tc39.es/proposal-temporal/#_ref_2065", - "https://tc39.es/proposal-temporal/#prod-DurationMonths", "https://tc39.es/proposal-temporal/#_ref_2066", - "https://tc39.es/proposal-temporal/#prod-DurationMonthsPart", + "https://tc39.es/proposal-temporal/#prod-DurationMonths", "https://tc39.es/proposal-temporal/#_ref_2067", + "https://tc39.es/proposal-temporal/#prod-DurationMonthsPart", "https://tc39.es/proposal-temporal/#_ref_2068", "https://tc39.es/proposal-temporal/#_ref_2069", "https://tc39.es/proposal-temporal/#_ref_2070", "https://tc39.es/proposal-temporal/#_ref_2071", "https://tc39.es/proposal-temporal/#_ref_2072", - "https://tc39.es/proposal-temporal/#prod-DurationYears", "https://tc39.es/proposal-temporal/#_ref_2073", - "https://tc39.es/proposal-temporal/#prod-DurationYearsPart", + "https://tc39.es/proposal-temporal/#prod-DurationYears", "https://tc39.es/proposal-temporal/#_ref_2074", + "https://tc39.es/proposal-temporal/#prod-DurationYearsPart", "https://tc39.es/proposal-temporal/#_ref_2075", "https://tc39.es/proposal-temporal/#_ref_2076", "https://tc39.es/proposal-temporal/#_ref_2077", @@ -2492,8 +2494,8 @@ "https://tc39.es/proposal-temporal/#_ref_2080", "https://tc39.es/proposal-temporal/#_ref_2081", "https://tc39.es/proposal-temporal/#_ref_2082", - "https://tc39.es/proposal-temporal/#prod-DurationDate", "https://tc39.es/proposal-temporal/#_ref_2083", + "https://tc39.es/proposal-temporal/#prod-DurationDate", "https://tc39.es/proposal-temporal/#_ref_2084", "https://tc39.es/proposal-temporal/#_ref_2085", "https://tc39.es/proposal-temporal/#_ref_2086", @@ -2501,39 +2503,39 @@ "https://tc39.es/proposal-temporal/#_ref_2088", "https://tc39.es/proposal-temporal/#_ref_2089", "https://tc39.es/proposal-temporal/#_ref_2090", - "https://tc39.es/proposal-temporal/#prod-Duration", "https://tc39.es/proposal-temporal/#_ref_2091", + "https://tc39.es/proposal-temporal/#prod-Duration", "https://tc39.es/proposal-temporal/#_ref_2092", "https://tc39.es/proposal-temporal/#_ref_2093", "https://tc39.es/proposal-temporal/#_ref_2094", "https://tc39.es/proposal-temporal/#_ref_2095", "https://tc39.es/proposal-temporal/#_ref_2096", - "https://tc39.es/proposal-temporal/#prod-TemporalInstantString", "https://tc39.es/proposal-temporal/#_ref_2097", + "https://tc39.es/proposal-temporal/#prod-TemporalInstantString", "https://tc39.es/proposal-temporal/#_ref_2098", "https://tc39.es/proposal-temporal/#_ref_2099", "https://tc39.es/proposal-temporal/#_ref_2100", "https://tc39.es/proposal-temporal/#_ref_2101", "https://tc39.es/proposal-temporal/#_ref_2102", - "https://tc39.es/proposal-temporal/#prod-TemporalDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2103", - "https://tc39.es/proposal-temporal/#prod-TemporalDurationString", + "https://tc39.es/proposal-temporal/#prod-TemporalDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2104", - "https://tc39.es/proposal-temporal/#prod-TemporalMonthDayString", + "https://tc39.es/proposal-temporal/#prod-TemporalDurationString", "https://tc39.es/proposal-temporal/#_ref_2105", + "https://tc39.es/proposal-temporal/#prod-TemporalMonthDayString", "https://tc39.es/proposal-temporal/#_ref_2106", - "https://tc39.es/proposal-temporal/#prod-TemporalTimeString", "https://tc39.es/proposal-temporal/#_ref_2107", + "https://tc39.es/proposal-temporal/#prod-TemporalTimeString", "https://tc39.es/proposal-temporal/#_ref_2108", - "https://tc39.es/proposal-temporal/#prod-TemporalYearMonthString", "https://tc39.es/proposal-temporal/#_ref_2109", + "https://tc39.es/proposal-temporal/#prod-TemporalYearMonthString", "https://tc39.es/proposal-temporal/#_ref_2110", - "https://tc39.es/proposal-temporal/#prod-TemporalZonedDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2111", + "https://tc39.es/proposal-temporal/#prod-TemporalZonedDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2112", "https://tc39.es/proposal-temporal/#_ref_2113", - "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-early-errors", "https://tc39.es/proposal-temporal/#_ref_2114", + "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-early-errors", "https://tc39.es/proposal-temporal/#_ref_2115", "https://tc39.es/proposal-temporal/#_ref_2116", "https://tc39.es/proposal-temporal/#_ref_2117", @@ -2541,8 +2543,8 @@ "https://tc39.es/proposal-temporal/#_ref_2119", "https://tc39.es/proposal-temporal/#_ref_2120", "https://tc39.es/proposal-temporal/#_ref_2121", - "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime", "https://tc39.es/proposal-temporal/#_ref_2122", + "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime", "https://tc39.es/proposal-temporal/#_ref_2123", "https://tc39.es/proposal-temporal/#_ref_2124", "https://tc39.es/proposal-temporal/#_ref_2125", @@ -2551,42 +2553,42 @@ "https://tc39.es/proposal-temporal/#_ref_2128", "https://tc39.es/proposal-temporal/#_ref_2129", "https://tc39.es/proposal-temporal/#_ref_2130", - "https://tc39.es/proposal-temporal/#_ref_1505", "https://tc39.es/proposal-temporal/#_ref_2131", + "https://tc39.es/proposal-temporal/#_ref_1508", "https://tc39.es/proposal-temporal/#_ref_2132", "https://tc39.es/proposal-temporal/#_ref_2133", "https://tc39.es/proposal-temporal/#_ref_2134", "https://tc39.es/proposal-temporal/#_ref_2135", "https://tc39.es/proposal-temporal/#_ref_2136", "https://tc39.es/proposal-temporal/#_ref_2137", - "https://tc39.es/proposal-temporal/#_ref_1506", - "https://tc39.es/proposal-temporal/#_ref_1507", "https://tc39.es/proposal-temporal/#_ref_2138", + "https://tc39.es/proposal-temporal/#_ref_1509", + "https://tc39.es/proposal-temporal/#_ref_1510", "https://tc39.es/proposal-temporal/#_ref_2139", "https://tc39.es/proposal-temporal/#_ref_2140", "https://tc39.es/proposal-temporal/#_ref_2141", "https://tc39.es/proposal-temporal/#_ref_2142", "https://tc39.es/proposal-temporal/#_ref_2143", "https://tc39.es/proposal-temporal/#_ref_2144", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstantstring", "https://tc39.es/proposal-temporal/#_ref_2145", - "https://tc39.es/proposal-temporal/#_ref_1508", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalzoneddatetimestring", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstantstring", "https://tc39.es/proposal-temporal/#_ref_2146", - "https://tc39.es/proposal-temporal/#_ref_1509", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", - "https://tc39.es/proposal-temporal/#_ref_1510", - "https://tc39.es/proposal-temporal/#_ref_2147", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatestring", "https://tc39.es/proposal-temporal/#_ref_1511", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatetimestring", - "https://tc39.es/proposal-temporal/#_ref_2148", - "https://tc39.es/proposal-temporal/#_ref_2149", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalzoneddatetimestring", + "https://tc39.es/proposal-temporal/#_ref_2147", "https://tc39.es/proposal-temporal/#_ref_1512", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", "https://tc39.es/proposal-temporal/#_ref_1513", + "https://tc39.es/proposal-temporal/#_ref_2148", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatestring", "https://tc39.es/proposal-temporal/#_ref_1514", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatetimestring", + "https://tc39.es/proposal-temporal/#_ref_2149", "https://tc39.es/proposal-temporal/#_ref_2150", + "https://tc39.es/proposal-temporal/#_ref_1515", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring", + "https://tc39.es/proposal-temporal/#_ref_1516", + "https://tc39.es/proposal-temporal/#_ref_1517", "https://tc39.es/proposal-temporal/#_ref_2151", "https://tc39.es/proposal-temporal/#_ref_2152", "https://tc39.es/proposal-temporal/#_ref_2153", @@ -2598,9 +2600,7 @@ "https://tc39.es/proposal-temporal/#_ref_2159", "https://tc39.es/proposal-temporal/#_ref_2160", "https://tc39.es/proposal-temporal/#_ref_2161", - "https://tc39.es/proposal-temporal/#_ref_1515", - "https://tc39.es/proposal-temporal/#_ref_1516", - "https://tc39.es/proposal-temporal/#_ref_1517", + "https://tc39.es/proposal-temporal/#_ref_2162", "https://tc39.es/proposal-temporal/#_ref_1518", "https://tc39.es/proposal-temporal/#_ref_1519", "https://tc39.es/proposal-temporal/#_ref_1520", @@ -2613,43 +2613,43 @@ "https://tc39.es/proposal-temporal/#_ref_1527", "https://tc39.es/proposal-temporal/#_ref_1528", "https://tc39.es/proposal-temporal/#_ref_1529", + "https://tc39.es/proposal-temporal/#_ref_1530", + "https://tc39.es/proposal-temporal/#_ref_1531", + "https://tc39.es/proposal-temporal/#_ref_1532", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalmonthdaystring", - "https://tc39.es/proposal-temporal/#_ref_2162", "https://tc39.es/proposal-temporal/#_ref_2163", - "https://tc39.es/proposal-temporal/#_ref_1530", "https://tc39.es/proposal-temporal/#_ref_2164", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalrelativetostring", + "https://tc39.es/proposal-temporal/#_ref_1533", "https://tc39.es/proposal-temporal/#_ref_2165", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalrelativetostring", "https://tc39.es/proposal-temporal/#_ref_2166", "https://tc39.es/proposal-temporal/#_ref_2167", - "https://tc39.es/proposal-temporal/#_ref_1531", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimestring", "https://tc39.es/proposal-temporal/#_ref_2168", + "https://tc39.es/proposal-temporal/#_ref_1534", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimestring", "https://tc39.es/proposal-temporal/#_ref_2169", - "https://tc39.es/proposal-temporal/#_ref_1532", "https://tc39.es/proposal-temporal/#_ref_2170", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimezonestring", + "https://tc39.es/proposal-temporal/#_ref_1535", "https://tc39.es/proposal-temporal/#_ref_2171", - "https://tc39.es/proposal-temporal/#_ref_1533", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalyearmonthstring", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimezonestring", "https://tc39.es/proposal-temporal/#_ref_2172", + "https://tc39.es/proposal-temporal/#_ref_1536", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalyearmonthstring", "https://tc39.es/proposal-temporal/#_ref_2173", - "https://tc39.es/proposal-temporal/#_ref_1534", + "https://tc39.es/proposal-temporal/#_ref_2174", + "https://tc39.es/proposal-temporal/#_ref_1537", "https://tc39.es/proposal-temporal/#sec-topositiveintegerwithtruncation", - "https://tc39.es/proposal-temporal/#_ref_1535", + "https://tc39.es/proposal-temporal/#_ref_1538", "https://tc39.es/proposal-temporal/#sec-tointegerwithtruncation", "https://tc39.es/proposal-temporal/#sec-tointegerifintegral", "https://tc39.es/proposal-temporal/#sec-temporal-preparetemporalfields", - "https://tc39.es/proposal-temporal/#_ref_1536", - "https://tc39.es/proposal-temporal/#_ref_53", - "https://tc39.es/proposal-temporal/#_ref_1537", - "https://tc39.es/proposal-temporal/#_ref_1538", - "https://tc39.es/proposal-temporal/#_ref_54", "https://tc39.es/proposal-temporal/#_ref_1539", + "https://tc39.es/proposal-temporal/#_ref_53", "https://tc39.es/proposal-temporal/#_ref_1540", + "https://tc39.es/proposal-temporal/#_ref_1541", + "https://tc39.es/proposal-temporal/#_ref_54", "https://tc39.es/proposal-temporal/#table-temporal-field-requirements", "https://tc39.es/proposal-temporal/#sec-temporal-getdifferencesettings", - "https://tc39.es/proposal-temporal/#_ref_1541", "https://tc39.es/proposal-temporal/#_ref_1542", "https://tc39.es/proposal-temporal/#_ref_1543", "https://tc39.es/proposal-temporal/#_ref_1544", @@ -2661,67 +2661,67 @@ "https://tc39.es/proposal-temporal/#_ref_1550", "https://tc39.es/proposal-temporal/#_ref_1551", "https://tc39.es/proposal-temporal/#_ref_1552", + "https://tc39.es/proposal-temporal/#_ref_1553", "https://tc39.es/proposal-temporal/#sec-temporal-legacy-date-objects", "https://tc39.es/proposal-temporal/#sec-ecmascript-language-types-string-type", "https://tc39.es/proposal-temporal/#sec-year-week-record-specification-type", - "https://tc39.es/proposal-temporal/#_ref_1553", + "https://tc39.es/proposal-temporal/#_ref_1554", "https://tc39.es/proposal-temporal/#_ref_55", "https://tc39.es/proposal-temporal/#table-year-week-record", - "https://tc39.es/proposal-temporal/#_ref_1554", + "https://tc39.es/proposal-temporal/#_ref_1555", "https://tc39.es/proposal-temporal/#sec-temporal-mergelists", "https://tc39.es/proposal-temporal/#sec-sortstringlistbycodeunit", "https://tc39.es/proposal-temporal/#sec-literals-numeric-literals", "https://tc39.es/proposal-temporal/#prod-NumericLiteralSeparator", "https://tc39.es/proposal-temporal/#prod-DecimalDigits", - "https://tc39.es/proposal-temporal/#_ref_2174", "https://tc39.es/proposal-temporal/#_ref_2175", "https://tc39.es/proposal-temporal/#_ref_2176", "https://tc39.es/proposal-temporal/#_ref_2177", "https://tc39.es/proposal-temporal/#_ref_2178", "https://tc39.es/proposal-temporal/#_ref_2179", + "https://tc39.es/proposal-temporal/#_ref_2180", "https://tc39.es/proposal-temporal/#prod-DecimalDigit", "https://tc39.es/proposal-temporal/#prod-NonZeroDigit", "https://tc39.es/proposal-temporal/#sec-mathematical-operations", "https://tc39.es/proposal-temporal/#eqn-modulo", "https://tc39.es/proposal-temporal/#eqn-remainder", - "https://tc39.es/proposal-temporal/#_ref_1555", + "https://tc39.es/proposal-temporal/#_ref_1556", "https://tc39.es/proposal-temporal/#sec-copydataproperties", "https://tc39.es/proposal-temporal/#sec-temporal-properties-of-the-legacy-date-prototype-object", "https://tc39.es/proposal-temporal/#sec-date.prototype.totemporalinstant", - "https://tc39.es/proposal-temporal/#_ref_1556", + "https://tc39.es/proposal-temporal/#_ref_1557", "https://tc39.es/proposal-temporal/#sec-temporal-intl", "https://tc39.es/proposal-temporal/#sup-case-sensitivity-and-case-mapping", - "https://tc39.es/proposal-temporal/#_ref_1557", "https://tc39.es/proposal-temporal/#_ref_1558", "https://tc39.es/proposal-temporal/#_ref_1559", "https://tc39.es/proposal-temporal/#_ref_1560", "https://tc39.es/proposal-temporal/#_ref_1561", "https://tc39.es/proposal-temporal/#_ref_1562", "https://tc39.es/proposal-temporal/#_ref_1563", + "https://tc39.es/proposal-temporal/#_ref_1564", "https://tc39.es/proposal-temporal/#sup-time-zone-names", "https://tc39.es/proposal-temporal/#_ref_56", - "https://tc39.es/proposal-temporal/#_ref_1564", - "https://tc39.es/proposal-temporal/#sup-isvalidtimezonename", "https://tc39.es/proposal-temporal/#_ref_1565", + "https://tc39.es/proposal-temporal/#sup-isvalidtimezonename", "https://tc39.es/proposal-temporal/#_ref_1566", - "https://tc39.es/proposal-temporal/#sup-canonicalizetimezonename", "https://tc39.es/proposal-temporal/#_ref_1567", + "https://tc39.es/proposal-temporal/#sup-canonicalizetimezonename", "https://tc39.es/proposal-temporal/#_ref_1568", "https://tc39.es/proposal-temporal/#_ref_1569", + "https://tc39.es/proposal-temporal/#_ref_1570", "https://tc39.es/proposal-temporal/#_ref_57", "https://tc39.es/proposal-temporal/#sup-availabletimezones", - "https://tc39.es/proposal-temporal/#_ref_1570", "https://tc39.es/proposal-temporal/#_ref_1571", + "https://tc39.es/proposal-temporal/#_ref_1572", "https://tc39.es/proposal-temporal/#_ref_58", "https://tc39.es/proposal-temporal/#sec-abstract-operations", "https://tc39.es/proposal-temporal/#sec-getoptionsobject-deleted", - "https://tc39.es/proposal-temporal/#_ref_1572", "https://tc39.es/proposal-temporal/#_ref_1573", - "https://tc39.es/proposal-temporal/#sec-getoption-deleted", "https://tc39.es/proposal-temporal/#_ref_1574", + "https://tc39.es/proposal-temporal/#sec-getoption-deleted", + "https://tc39.es/proposal-temporal/#_ref_1575", "https://tc39.es/proposal-temporal/#sec-datetimeformat-abstracts", "https://tc39.es/proposal-temporal/#sec-temporal-initializedatetimeformat", - "https://tc39.es/proposal-temporal/#_ref_1575", "https://tc39.es/proposal-temporal/#_ref_1576", "https://tc39.es/proposal-temporal/#_ref_1577", "https://tc39.es/proposal-temporal/#_ref_1578", @@ -2733,23 +2733,23 @@ "https://tc39.es/proposal-temporal/#_ref_1584", "https://tc39.es/proposal-temporal/#_ref_1585", "https://tc39.es/proposal-temporal/#_ref_1586", - "https://tc39.es/proposal-temporal/#_ref_59", "https://tc39.es/proposal-temporal/#_ref_1587", + "https://tc39.es/proposal-temporal/#_ref_59", + "https://tc39.es/proposal-temporal/#_ref_1588", "https://tc39.es/proposal-temporal/#table-temporal-patterns", "https://tc39.es/proposal-temporal/#sec-datetime-format-functions", - "https://tc39.es/proposal-temporal/#_ref_1588", - "https://tc39.es/proposal-temporal/#sec-formatdatetimepattern", "https://tc39.es/proposal-temporal/#_ref_1589", + "https://tc39.es/proposal-temporal/#sec-formatdatetimepattern", "https://tc39.es/proposal-temporal/#_ref_1590", - "https://tc39.es/proposal-temporal/#sec-partitiondatetimepattern", "https://tc39.es/proposal-temporal/#_ref_1591", + "https://tc39.es/proposal-temporal/#sec-partitiondatetimepattern", "https://tc39.es/proposal-temporal/#_ref_1592", - "https://tc39.es/proposal-temporal/#sec-formatdatetime", "https://tc39.es/proposal-temporal/#_ref_1593", - "https://tc39.es/proposal-temporal/#sec-temporal-formatdatetimetoparts", + "https://tc39.es/proposal-temporal/#sec-formatdatetime", "https://tc39.es/proposal-temporal/#_ref_1594", - "https://tc39.es/proposal-temporal/#sec-partitiondatetimerangepattern", + "https://tc39.es/proposal-temporal/#sec-temporal-formatdatetimetoparts", "https://tc39.es/proposal-temporal/#_ref_1595", + "https://tc39.es/proposal-temporal/#sec-partitiondatetimerangepattern", "https://tc39.es/proposal-temporal/#_ref_1596", "https://tc39.es/proposal-temporal/#_ref_1597", "https://tc39.es/proposal-temporal/#_ref_1598", @@ -2758,44 +2758,44 @@ "https://tc39.es/proposal-temporal/#_ref_1601", "https://tc39.es/proposal-temporal/#_ref_1602", "https://tc39.es/proposal-temporal/#_ref_1603", - "https://tc39.es/proposal-temporal/#sec-formatdatetimerange", "https://tc39.es/proposal-temporal/#_ref_1604", - "https://tc39.es/proposal-temporal/#sec-formatdatetimerangetoparts", + "https://tc39.es/proposal-temporal/#sec-formatdatetimerange", "https://tc39.es/proposal-temporal/#_ref_1605", + "https://tc39.es/proposal-temporal/#sec-formatdatetimerangetoparts", + "https://tc39.es/proposal-temporal/#_ref_1606", "https://tc39.es/proposal-temporal/#sec-temporal-istemporalobject", "https://tc39.es/proposal-temporal/#sec-temporal-sametemporaltype", - "https://tc39.es/proposal-temporal/#_ref_1606", "https://tc39.es/proposal-temporal/#_ref_1607", + "https://tc39.es/proposal-temporal/#_ref_1608", "https://tc39.es/proposal-temporal/#sec-temporal-getdatetimeformatpattern", "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaldate", - "https://tc39.es/proposal-temporal/#_ref_1608", "https://tc39.es/proposal-temporal/#_ref_1609", "https://tc39.es/proposal-temporal/#_ref_1610", "https://tc39.es/proposal-temporal/#_ref_1611", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1612", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1613", "https://tc39.es/proposal-temporal/#_ref_1614", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1615", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1616", "https://tc39.es/proposal-temporal/#_ref_1617", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaltime", "https://tc39.es/proposal-temporal/#_ref_1618", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaltime", "https://tc39.es/proposal-temporal/#_ref_1619", "https://tc39.es/proposal-temporal/#_ref_1620", "https://tc39.es/proposal-temporal/#_ref_1621", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_1622", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_1623", + "https://tc39.es/proposal-temporal/#_ref_1624", "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalinstant", "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalzoneddatetime", - "https://tc39.es/proposal-temporal/#_ref_1624", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimeothers", "https://tc39.es/proposal-temporal/#_ref_1625", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimeothers", "https://tc39.es/proposal-temporal/#_ref_1626", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevalue", "https://tc39.es/proposal-temporal/#_ref_1627", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevalue", "https://tc39.es/proposal-temporal/#_ref_1628", "https://tc39.es/proposal-temporal/#_ref_1629", "https://tc39.es/proposal-temporal/#_ref_1630", @@ -2804,45 +2804,46 @@ "https://tc39.es/proposal-temporal/#_ref_1633", "https://tc39.es/proposal-temporal/#_ref_1634", "https://tc39.es/proposal-temporal/#_ref_1635", + "https://tc39.es/proposal-temporal/#_ref_1636", "https://tc39.es/proposal-temporal/#sec-temporal-tolocaltime", "https://tc39.es/proposal-temporal/#_ref_60", "https://tc39.es/proposal-temporal/#_ref_61", "https://tc39.es/proposal-temporal/#table-temporal-plaindatetimeformat-tolocaltime-record", - "https://tc39.es/proposal-temporal/#_ref_1636", "https://tc39.es/proposal-temporal/#_ref_1637", + "https://tc39.es/proposal-temporal/#_ref_1638", "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-prototype-object", "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatToParts", - "https://tc39.es/proposal-temporal/#_ref_1638", - "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.formatRange", "https://tc39.es/proposal-temporal/#_ref_1639", - "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatRangeToParts", + "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.formatRange", "https://tc39.es/proposal-temporal/#_ref_1640", + "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatRangeToParts", + "https://tc39.es/proposal-temporal/#_ref_1641", "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.resolvedoptions", "https://tc39.es/proposal-temporal/#_ref_62", "https://tc39.es/proposal-temporal/#table-datetimeformat-resolvedoptions-properties", "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-instances", - "https://tc39.es/proposal-temporal/#_ref_1641", "https://tc39.es/proposal-temporal/#_ref_1642", "https://tc39.es/proposal-temporal/#_ref_1643", "https://tc39.es/proposal-temporal/#_ref_1644", "https://tc39.es/proposal-temporal/#_ref_1645", "https://tc39.es/proposal-temporal/#_ref_1646", + "https://tc39.es/proposal-temporal/#_ref_1647", "https://tc39.es/proposal-temporal/#locale-sensitive-functions", "https://tc39.es/proposal-temporal/#sup-temporal-calendar-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-calendarera", "https://tc39.es/proposal-temporal/#sec-temporal-calendarerayear", - "https://tc39.es/proposal-temporal/#_ref_1647", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatetoiso", "https://tc39.es/proposal-temporal/#_ref_1648", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatetoiso", "https://tc39.es/proposal-temporal/#_ref_1649", "https://tc39.es/proposal-temporal/#_ref_1650", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardateaddition", "https://tc39.es/proposal-temporal/#_ref_1651", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardateaddition", "https://tc39.es/proposal-temporal/#_ref_1652", "https://tc39.es/proposal-temporal/#_ref_1653", "https://tc39.es/proposal-temporal/#_ref_1654", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedifference", "https://tc39.es/proposal-temporal/#_ref_1655", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedifference", + "https://tc39.es/proposal-temporal/#_ref_1656", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateera", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateerayear", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateyear", @@ -2852,11 +2853,11 @@ "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedayofweek", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedayofyear", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateweekofyear", - "https://tc39.es/proposal-temporal/#_ref_1656", "https://tc39.es/proposal-temporal/#_ref_1657", "https://tc39.es/proposal-temporal/#_ref_1658", "https://tc39.es/proposal-temporal/#_ref_1659", "https://tc39.es/proposal-temporal/#_ref_1660", + "https://tc39.es/proposal-temporal/#_ref_1661", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedaysinweek", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedaysinmonth", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedaysinyear", @@ -2867,34 +2868,33 @@ "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-calendar-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.datefromfields", "https://tc39.es/proposal-temporal/#_ref_63", - "https://tc39.es/proposal-temporal/#_ref_1661", "https://tc39.es/proposal-temporal/#_ref_1662", "https://tc39.es/proposal-temporal/#_ref_1663", "https://tc39.es/proposal-temporal/#_ref_1664", "https://tc39.es/proposal-temporal/#_ref_1665", "https://tc39.es/proposal-temporal/#_ref_1666", "https://tc39.es/proposal-temporal/#_ref_1667", + "https://tc39.es/proposal-temporal/#_ref_1668", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.yearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_64", - "https://tc39.es/proposal-temporal/#_ref_1668", "https://tc39.es/proposal-temporal/#_ref_1669", "https://tc39.es/proposal-temporal/#_ref_1670", "https://tc39.es/proposal-temporal/#_ref_1671", "https://tc39.es/proposal-temporal/#_ref_1672", "https://tc39.es/proposal-temporal/#_ref_1673", "https://tc39.es/proposal-temporal/#_ref_1674", + "https://tc39.es/proposal-temporal/#_ref_1675", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_65", - "https://tc39.es/proposal-temporal/#_ref_1675", "https://tc39.es/proposal-temporal/#_ref_1676", "https://tc39.es/proposal-temporal/#_ref_1677", "https://tc39.es/proposal-temporal/#_ref_1678", "https://tc39.es/proposal-temporal/#_ref_1679", "https://tc39.es/proposal-temporal/#_ref_1680", "https://tc39.es/proposal-temporal/#_ref_1681", + "https://tc39.es/proposal-temporal/#_ref_1682", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dateadd", "https://tc39.es/proposal-temporal/#_ref_66", - "https://tc39.es/proposal-temporal/#_ref_1682", "https://tc39.es/proposal-temporal/#_ref_1683", "https://tc39.es/proposal-temporal/#_ref_1684", "https://tc39.es/proposal-temporal/#_ref_1685", @@ -2903,9 +2903,9 @@ "https://tc39.es/proposal-temporal/#_ref_1688", "https://tc39.es/proposal-temporal/#_ref_1689", "https://tc39.es/proposal-temporal/#_ref_1690", + "https://tc39.es/proposal-temporal/#_ref_1691", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dateuntil", "https://tc39.es/proposal-temporal/#_ref_67", - "https://tc39.es/proposal-temporal/#_ref_1691", "https://tc39.es/proposal-temporal/#_ref_1692", "https://tc39.es/proposal-temporal/#_ref_1693", "https://tc39.es/proposal-temporal/#_ref_1694", @@ -2913,136 +2913,137 @@ "https://tc39.es/proposal-temporal/#_ref_1696", "https://tc39.es/proposal-temporal/#_ref_1697", "https://tc39.es/proposal-temporal/#_ref_1698", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.era", "https://tc39.es/proposal-temporal/#_ref_1699", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.era", "https://tc39.es/proposal-temporal/#_ref_1700", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.erayear", "https://tc39.es/proposal-temporal/#_ref_1701", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.erayear", "https://tc39.es/proposal-temporal/#_ref_1702", + "https://tc39.es/proposal-temporal/#_ref_1703", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.year", "https://tc39.es/proposal-temporal/#_ref_68", - "https://tc39.es/proposal-temporal/#_ref_1703", "https://tc39.es/proposal-temporal/#_ref_1704", + "https://tc39.es/proposal-temporal/#_ref_1705", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.month", "https://tc39.es/proposal-temporal/#_ref_69", - "https://tc39.es/proposal-temporal/#_ref_1705", "https://tc39.es/proposal-temporal/#_ref_1706", + "https://tc39.es/proposal-temporal/#_ref_1707", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_70", - "https://tc39.es/proposal-temporal/#_ref_1707", "https://tc39.es/proposal-temporal/#_ref_1708", "https://tc39.es/proposal-temporal/#_ref_1709", + "https://tc39.es/proposal-temporal/#_ref_1710", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.day", "https://tc39.es/proposal-temporal/#_ref_71", - "https://tc39.es/proposal-temporal/#_ref_1710", "https://tc39.es/proposal-temporal/#_ref_1711", + "https://tc39.es/proposal-temporal/#_ref_1712", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dayofweek", "https://tc39.es/proposal-temporal/#_ref_72", - "https://tc39.es/proposal-temporal/#_ref_1712", "https://tc39.es/proposal-temporal/#_ref_1713", "https://tc39.es/proposal-temporal/#_ref_1714", + "https://tc39.es/proposal-temporal/#_ref_1715", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_73", - "https://tc39.es/proposal-temporal/#_ref_1715", "https://tc39.es/proposal-temporal/#_ref_1716", "https://tc39.es/proposal-temporal/#_ref_1717", + "https://tc39.es/proposal-temporal/#_ref_1718", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_74", - "https://tc39.es/proposal-temporal/#_ref_1718", "https://tc39.es/proposal-temporal/#_ref_1719", "https://tc39.es/proposal-temporal/#_ref_1720", + "https://tc39.es/proposal-temporal/#_ref_1721", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.yearofweek", "https://tc39.es/proposal-temporal/#_ref_75", - "https://tc39.es/proposal-temporal/#_ref_1721", "https://tc39.es/proposal-temporal/#_ref_1722", "https://tc39.es/proposal-temporal/#_ref_1723", + "https://tc39.es/proposal-temporal/#_ref_1724", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_76", - "https://tc39.es/proposal-temporal/#_ref_1724", "https://tc39.es/proposal-temporal/#_ref_1725", + "https://tc39.es/proposal-temporal/#_ref_1726", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_77", - "https://tc39.es/proposal-temporal/#_ref_1726", "https://tc39.es/proposal-temporal/#_ref_1727", "https://tc39.es/proposal-temporal/#_ref_1728", + "https://tc39.es/proposal-temporal/#_ref_1729", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_78", - "https://tc39.es/proposal-temporal/#_ref_1729", "https://tc39.es/proposal-temporal/#_ref_1730", + "https://tc39.es/proposal-temporal/#_ref_1731", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_79", - "https://tc39.es/proposal-temporal/#_ref_1731", "https://tc39.es/proposal-temporal/#_ref_1732", + "https://tc39.es/proposal-temporal/#_ref_1733", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_80", - "https://tc39.es/proposal-temporal/#_ref_1733", "https://tc39.es/proposal-temporal/#_ref_1734", + "https://tc39.es/proposal-temporal/#_ref_1735", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.fields", "https://tc39.es/proposal-temporal/#_ref_81", - "https://tc39.es/proposal-temporal/#_ref_1735", + "https://tc39.es/proposal-temporal/#_ref_1736", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.mergefields", "https://tc39.es/proposal-temporal/#_ref_82", - "https://tc39.es/proposal-temporal/#_ref_1736", "https://tc39.es/proposal-temporal/#_ref_1737", "https://tc39.es/proposal-temporal/#_ref_1738", "https://tc39.es/proposal-temporal/#_ref_1739", + "https://tc39.es/proposal-temporal/#_ref_1740", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-duration-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.duration.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-instant-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.instant.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_83", - "https://tc39.es/proposal-temporal/#_ref_1740", + "https://tc39.es/proposal-temporal/#_ref_1741", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaindate-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plaindate.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_84", - "https://tc39.es/proposal-temporal/#_ref_1741", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.era", "https://tc39.es/proposal-temporal/#_ref_1742", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.erayear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.era", "https://tc39.es/proposal-temporal/#_ref_1743", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.erayear", + "https://tc39.es/proposal-temporal/#_ref_1744", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaindatetime-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plaindatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_85", - "https://tc39.es/proposal-temporal/#_ref_1744", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.era", "https://tc39.es/proposal-temporal/#_ref_1745", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.erayear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.era", "https://tc39.es/proposal-temporal/#_ref_1746", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.erayear", + "https://tc39.es/proposal-temporal/#_ref_1747", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plainmonthday-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plainmonthday.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_86", - "https://tc39.es/proposal-temporal/#_ref_1747", + "https://tc39.es/proposal-temporal/#_ref_1748", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaintime-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plaintime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_87", - "https://tc39.es/proposal-temporal/#_ref_1748", + "https://tc39.es/proposal-temporal/#_ref_1749", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plainyearmonth-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plainyearmonth.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_88", - "https://tc39.es/proposal-temporal/#_ref_1749", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.era", "https://tc39.es/proposal-temporal/#_ref_1750", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.erayear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.era", "https://tc39.es/proposal-temporal/#_ref_1751", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.erayear", + "https://tc39.es/proposal-temporal/#_ref_1752", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-zoneddatetime-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.zoneddatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_89", - "https://tc39.es/proposal-temporal/#_ref_1752", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.era", "https://tc39.es/proposal-temporal/#_ref_1753", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.era", "https://tc39.es/proposal-temporal/#_ref_1754", "https://tc39.es/proposal-temporal/#_ref_1755", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.erayear", "https://tc39.es/proposal-temporal/#_ref_1756", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.erayear", "https://tc39.es/proposal-temporal/#_ref_1757", "https://tc39.es/proposal-temporal/#_ref_1758", + "https://tc39.es/proposal-temporal/#_ref_1759", "https://tc39.es/proposal-temporal/#sec-abstracts", "https://tc39.es/proposal-temporal/#sup-temporal-preparetemporalfields", - "https://tc39.es/proposal-temporal/#_ref_1759", + "https://tc39.es/proposal-temporal/#_ref_1760", "https://tc39.es/proposal-temporal/#_ref_90", "https://tc39.es/proposal-temporal/#_ref_91", - "https://tc39.es/proposal-temporal/#_ref_1760", "https://tc39.es/proposal-temporal/#_ref_1761", + "https://tc39.es/proposal-temporal/#_ref_1762", "https://tc39.es/proposal-temporal/#_ref_92", "https://tc39.es/proposal-temporal/#sec-copyright-and-software-license", "https://tc39.es/proposal-temporal/#references-pane-container", diff --git a/tr/ids/web-locks.json b/tr/ids/web-locks.json index ec719510974a..bedc094ff090 100644 --- a/tr/ids/web-locks.json +++ b/tr/ids/web-locks.json @@ -1,568 +1,569 @@ { "spec": { "title": "Web Locks API", - "url": "https://w3c.github.io/web-locks/" + "url": "https://www.w3.org/TR/web-locks/" }, "ids": [ - "https://w3c.github.io/web-locks/#toc-nav", - "https://w3c.github.io/web-locks/#toc-jump", - "https://w3c.github.io/web-locks/#toc-toggle", - "https://w3c.github.io/web-locks/#speclogo", - "https://w3c.github.io/web-locks/#title", - "https://w3c.github.io/web-locks/#w3c-state", - "https://w3c.github.io/web-locks/#abstract", - "https://w3c.github.io/web-locks/#sotd", - "https://w3c.github.io/web-locks/#w3c_process_revision", - "https://w3c.github.io/web-locks/#toc", - "https://w3c.github.io/web-locks/#contents", - "https://w3c.github.io/web-locks/#introduction", - "https://w3c.github.io/web-locks/#ref-for-lock-request", - "https://w3c.github.io/web-locks/#ref-for-resource-name", - "https://w3c.github.io/web-locks/#ref-for-mode", - "https://w3c.github.io/web-locks/#ref-for-lock-concept", - "https://w3c.github.io/web-locks/#ref-for-resource-name%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-mode%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-agent", - "https://w3c.github.io/web-locks/#ref-for-storage-bucket", - "https://w3c.github.io/web-locks/#ref-for-integration-with-the-javascript-agent-cluster-formalism", - "https://w3c.github.io/web-locks/#ref-for-agent%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-integration-with-the-javascript-agent-cluster-formalism%E2%91%A0", - "https://w3c.github.io/web-locks/#usage-overview", - "https://w3c.github.io/web-locks/#example-basic-usage", - "https://w3c.github.io/web-locks/#motivations", - "https://w3c.github.io/web-locks/#concepts", - "https://w3c.github.io/web-locks/#ref-for-user-agent", - "https://w3c.github.io/web-locks/#lock-task-queue", - "https://w3c.github.io/web-locks/#ref-for-starting-a-new-parallel-queue", - "https://w3c.github.io/web-locks/#ref-for-task-source", - "https://w3c.github.io/web-locks/#ref-for-enqueue-the-following-steps", - "https://w3c.github.io/web-locks/#web-locks-tasks-source", - "https://w3c.github.io/web-locks/#resource-names", - "https://w3c.github.io/web-locks/#resource-name", - "https://w3c.github.io/web-locks/#ref-for-string", - "https://w3c.github.io/web-locks/#ref-for-agent%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-storage-bucket%E2%91%A0", - "https://w3c.github.io/web-locks/#example-indexeddb-transactions", - "https://w3c.github.io/web-locks/#lock-managers", - "https://w3c.github.io/web-locks/#lock-manager", - "https://w3c.github.io/web-locks/#ref-for-lock-concept%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-lock-request%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-storage-bucket%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-lock-manager", - "https://w3c.github.io/web-locks/#ref-for-storage-bottle", - "https://w3c.github.io/web-locks/#ref-for-agent%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-storage-bucket%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-lock-manager%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-browsing-context", - "https://w3c.github.io/web-locks/#obtain-a-lock-manager", - "https://w3c.github.io/web-locks/#ref-for-environment-settings-object", - "https://w3c.github.io/web-locks/#ref-for-obtain-a-local-storage-bottle-map", - "https://w3c.github.io/web-locks/#ref-for-storage-bottle%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-lock-manager%E2%91%A1", - "https://w3c.github.io/web-locks/#issue-73644ca1", - "https://w3c.github.io/web-locks/#modes-scheduling", - "https://w3c.github.io/web-locks/#mode", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmode-exclusive", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmode-shared", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmode-exclusive%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmode-shared%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmode-shared%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmode-exclusive%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmode-exclusive%E2%91%A2", - "https://w3c.github.io/web-locks/#concept-lock", - "https://w3c.github.io/web-locks/#lock-concept", - "https://w3c.github.io/web-locks/#ref-for-lock-concept%E2%91%A1", - "https://w3c.github.io/web-locks/#lock-concept-agent", - "https://w3c.github.io/web-locks/#ref-for-agent%E2%91%A3", - "https://w3c.github.io/web-locks/#ref-for-lock-concept%E2%91%A2", - "https://w3c.github.io/web-locks/#lock-concept-clientid", - "https://w3c.github.io/web-locks/#ref-for-lock-concept%E2%91%A3", - "https://w3c.github.io/web-locks/#lock-concept-manager", - "https://w3c.github.io/web-locks/#ref-for-lock-manager%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-lock-concept%E2%91%A4", - "https://w3c.github.io/web-locks/#lock-concept-name", - "https://w3c.github.io/web-locks/#ref-for-resource-name%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-lock-concept%E2%91%A5", - "https://w3c.github.io/web-locks/#lock-concept-mode", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmode-exclusive%E2%91%A3", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmode-shared%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-lock-concept%E2%91%A6", - "https://w3c.github.io/web-locks/#lock-concept-waiting-promise", - "https://w3c.github.io/web-locks/#ref-for-lock-concept%E2%91%A7", - "https://w3c.github.io/web-locks/#lock-concept-released-promise", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-waiting-promise", - "https://w3c.github.io/web-locks/#ref-for-lockmanager", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmanager-request", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-released-promise", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-released-promise%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-waiting-promise%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-waiting-promise%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-released-promise%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-lock-manager%E2%91%A3", - "https://w3c.github.io/web-locks/#lock-manager-held-lock-set", - "https://w3c.github.io/web-locks/#ref-for-ordered-set", - "https://w3c.github.io/web-locks/#ref-for-lock-concept%E2%91%A8", - "https://w3c.github.io/web-locks/#ref-for-lock-concept%E2%91%A0%E2%93%AA", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-waiting-promise%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-enqueue-the-following-steps%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-lock-task-queue", - "https://w3c.github.io/web-locks/#ref-for-release-the-lock", - "https://w3c.github.io/web-locks/#ref-for-resolve", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-released-promise%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-waiting-promise%E2%91%A3", - "https://w3c.github.io/web-locks/#concept-lock-request", - "https://w3c.github.io/web-locks/#lock-request", - "https://w3c.github.io/web-locks/#ref-for-lock-concept%E2%91%A0%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-lock-request%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-struct", - "https://w3c.github.io/web-locks/#ref-for-struct-item", - "https://w3c.github.io/web-locks/#lock-request-agent", - "https://w3c.github.io/web-locks/#lock-request-clientid", - "https://w3c.github.io/web-locks/#lock-request-manager", - "https://w3c.github.io/web-locks/#lock-request-name", - "https://w3c.github.io/web-locks/#lock-request-mode", - "https://w3c.github.io/web-locks/#lock-request-callback", - "https://w3c.github.io/web-locks/#lock-request-promise", - "https://w3c.github.io/web-locks/#lock-request-signal", - "https://w3c.github.io/web-locks/#lock-request-queue", - "https://w3c.github.io/web-locks/#ref-for-queue", - "https://w3c.github.io/web-locks/#ref-for-lock-request%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-lock-manager%E2%91%A4", - "https://w3c.github.io/web-locks/#lock-manager-lock-request-queue-map", - "https://w3c.github.io/web-locks/#ref-for-ordered-map", - "https://w3c.github.io/web-locks/#ref-for-resource-name%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-lock-request-queue", - "https://w3c.github.io/web-locks/#get-the-lock-request-queue", - "https://w3c.github.io/web-locks/#ref-for-lock-manager-lock-request-queue-map", - "https://w3c.github.io/web-locks/#ref-for-resource-name%E2%91%A3", - "https://w3c.github.io/web-locks/#ref-for-map-exists", - "https://w3c.github.io/web-locks/#ref-for-map-set", - "https://w3c.github.io/web-locks/#ref-for-lock-request-queue%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-lock-request%E2%91%A3", - "https://w3c.github.io/web-locks/#grantable", - "https://w3c.github.io/web-locks/#ref-for-lock-request-manager", - "https://w3c.github.io/web-locks/#ref-for-lock-manager-lock-request-queue-map%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-lock-request-name", - "https://w3c.github.io/web-locks/#ref-for-get-the-lock-request-queue", - "https://w3c.github.io/web-locks/#ref-for-lock-manager-held-lock-set", - "https://w3c.github.io/web-locks/#ref-for-lock-request-mode", - "https://w3c.github.io/web-locks/#ref-for-list-is-empty", - "https://w3c.github.io/web-locks/#ref-for-list-item", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmode-exclusive%E2%91%A4", - "https://w3c.github.io/web-locks/#ref-for-lock-concept%E2%91%A0%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-name", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmode-shared%E2%91%A3", - "https://w3c.github.io/web-locks/#ref-for-lock-concept%E2%91%A0%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-mode", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmode-exclusive%E2%91%A5", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-name%E2%91%A0", - "https://w3c.github.io/web-locks/#termination-of-locks", - "https://w3c.github.io/web-locks/#ref-for-unloading-document-cleanup-steps", - "https://w3c.github.io/web-locks/#ref-for-concept-document", - "https://w3c.github.io/web-locks/#ref-for-terminate-remaining-locks-and-requests", - "https://w3c.github.io/web-locks/#ref-for-agent%E2%91%A4", - "https://w3c.github.io/web-locks/#ref-for-agent%E2%91%A5", - "https://w3c.github.io/web-locks/#ref-for-terminate-remaining-locks-and-requests%E2%91%A0", - "https://w3c.github.io/web-locks/#issue-9062c3e0", - "https://w3c.github.io/web-locks/#terminate-remaining-locks-and-requests", - "https://w3c.github.io/web-locks/#ref-for-enqueue-the-following-steps%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-lock-task-queue%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-lock-request%E2%91%A4", - "https://w3c.github.io/web-locks/#ref-for-lock-request-agent", - "https://w3c.github.io/web-locks/#ref-for-abort-the-request", - "https://w3c.github.io/web-locks/#ref-for-lock-concept%E2%91%A0%E2%91%A3", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-agent", - "https://w3c.github.io/web-locks/#ref-for-release-the-lock%E2%91%A0", - "https://w3c.github.io/web-locks/#api", - "https://w3c.github.io/web-locks/#navigator-mixins", - "https://w3c.github.io/web-locks/#ref-for-SecureContext", - "https://w3c.github.io/web-locks/#navigatorlocks", - "https://w3c.github.io/web-locks/#ref-for-lockmanager%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-dom-navigatorlocks-locks", - "https://w3c.github.io/web-locks/#ref-for-navigator", - "https://w3c.github.io/web-locks/#ref-for-navigatorlocks", - "https://w3c.github.io/web-locks/#ref-for-workernavigator", - "https://w3c.github.io/web-locks/#ref-for-navigatorlocks%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-environment-settings-object%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-lockmanager%E2%91%A1", - "https://w3c.github.io/web-locks/#dom-navigatorlocks-locks", - "https://w3c.github.io/web-locks/#ref-for-this", - "https://w3c.github.io/web-locks/#ref-for-relevant-settings-object", - "https://w3c.github.io/web-locks/#ref-for-lockmanager%E2%91%A2", - "https://w3c.github.io/web-locks/#api-lock-manager", - "https://w3c.github.io/web-locks/#ref-for-lockmanager%E2%91%A3", - "https://w3c.github.io/web-locks/#ref-for-SecureContext%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-Exposed", - "https://w3c.github.io/web-locks/#lockmanager", - "https://w3c.github.io/web-locks/#ref-for-idl-promise", - "https://w3c.github.io/web-locks/#ref-for-idl-any", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmanager-request%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-idl-DOMString", - "https://w3c.github.io/web-locks/#dom-lockmanager-request-name-callback-name", - "https://w3c.github.io/web-locks/#ref-for-callbackdef-lockgrantedcallback", - "https://w3c.github.io/web-locks/#dom-lockmanager-request-name-callback-callback", - "https://w3c.github.io/web-locks/#ref-for-idl-promise%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-idl-any%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmanager-request-name-options-callback", - "https://w3c.github.io/web-locks/#ref-for-idl-DOMString%E2%91%A0", - "https://w3c.github.io/web-locks/#dom-lockmanager-request-name-options-callback-name", - "https://w3c.github.io/web-locks/#ref-for-dictdef-lockoptions", - "https://w3c.github.io/web-locks/#dom-lockmanager-request-name-options-callback-options", - "https://w3c.github.io/web-locks/#ref-for-callbackdef-lockgrantedcallback%E2%91%A0", - "https://w3c.github.io/web-locks/#dom-lockmanager-request-name-options-callback-callback", - "https://w3c.github.io/web-locks/#ref-for-idl-promise%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-dictdef-lockmanagersnapshot", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmanager-query", - "https://w3c.github.io/web-locks/#callbackdef-lockgrantedcallback", - "https://w3c.github.io/web-locks/#ref-for-idl-promise%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-idl-any%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-lock", - "https://w3c.github.io/web-locks/#dom-lockgrantedcallback-lock", - "https://w3c.github.io/web-locks/#enumdef-lockmode", - "https://w3c.github.io/web-locks/#dom-lockmode-shared", - "https://w3c.github.io/web-locks/#dom-lockmode-exclusive", - "https://w3c.github.io/web-locks/#dictdef-lockoptions", - "https://w3c.github.io/web-locks/#ref-for-enumdef-lockmode", - "https://w3c.github.io/web-locks/#dom-lockoptions-mode", - "https://w3c.github.io/web-locks/#ref-for-idl-boolean", - "https://w3c.github.io/web-locks/#dom-lockoptions-ifavailable", - "https://w3c.github.io/web-locks/#ref-for-idl-boolean%E2%91%A0", - "https://w3c.github.io/web-locks/#dom-lockoptions-steal", - "https://w3c.github.io/web-locks/#ref-for-abortsignal", - "https://w3c.github.io/web-locks/#dom-lockoptions-signal", - "https://w3c.github.io/web-locks/#dictdef-lockmanagersnapshot", - "https://w3c.github.io/web-locks/#ref-for-idl-sequence", - "https://w3c.github.io/web-locks/#ref-for-dictdef-lockinfo", - "https://w3c.github.io/web-locks/#dom-lockmanagersnapshot-held", - "https://w3c.github.io/web-locks/#ref-for-idl-sequence%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-dictdef-lockinfo%E2%91%A0", - "https://w3c.github.io/web-locks/#dom-lockmanagersnapshot-pending", - "https://w3c.github.io/web-locks/#dictdef-lockinfo", - "https://w3c.github.io/web-locks/#ref-for-idl-DOMString%E2%91%A1", - "https://w3c.github.io/web-locks/#dom-lockinfo-name", - "https://w3c.github.io/web-locks/#ref-for-enumdef-lockmode%E2%91%A0", - "https://w3c.github.io/web-locks/#dom-lockinfo-mode", - "https://w3c.github.io/web-locks/#ref-for-idl-DOMString%E2%91%A2", - "https://w3c.github.io/web-locks/#dom-lockinfo-clientid", - "https://w3c.github.io/web-locks/#ref-for-lockmanager%E2%91%A4", - "https://w3c.github.io/web-locks/#ref-for-lock-request%E2%91%A5", - "https://w3c.github.io/web-locks/#ref-for-lock-manager%E2%91%A5", - "https://w3c.github.io/web-locks/#api-lock-manager-request", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmanager-request%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmanager-request%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmanager-request-name-options-callback%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmanager-request%E2%91%A3", - "https://w3c.github.io/web-locks/#ref-for-resource-name%E2%91%A4", - "https://w3c.github.io/web-locks/#ref-for-dfn-callback-function", - "https://w3c.github.io/web-locks/#ref-for-lock%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-dom-lockoptions-mode", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmode-exclusive%E2%91%A6", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmode-shared%E2%91%A4", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmode-shared%E2%91%A5", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmode-exclusive%E2%91%A7", - "https://w3c.github.io/web-locks/#ref-for-dom-lockoptions-ifavailable", - "https://w3c.github.io/web-locks/#ref-for-dom-lockoptions-signal", - "https://w3c.github.io/web-locks/#ref-for-abortsignal%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-aborterror", - "https://w3c.github.io/web-locks/#ref-for-dom-lockoptions-steal", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-released-promise%E2%91%A3", - "https://w3c.github.io/web-locks/#ref-for-aborterror%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-dom-lockoptions-steal%E2%91%A0", - "https://w3c.github.io/web-locks/#dom-lockmanager-request", - "https://w3c.github.io/web-locks/#dom-lockmanager-request-name-options-callback", - "https://w3c.github.io/web-locks/#ref-for-dictdef-lockoptions%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-this%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-relevant-settings-object%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-concept-relevant-global", - "https://w3c.github.io/web-locks/#ref-for-concept-document-window", - "https://w3c.github.io/web-locks/#ref-for-fully-active", - "https://w3c.github.io/web-locks/#ref-for-a-promise-rejected-with", - "https://w3c.github.io/web-locks/#ref-for-invalidstateerror", - "https://w3c.github.io/web-locks/#ref-for-idl-DOMException", - "https://w3c.github.io/web-locks/#ref-for-obtain-a-lock-manager", - "https://w3c.github.io/web-locks/#ref-for-a-promise-rejected-with%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-securityerror", - "https://w3c.github.io/web-locks/#ref-for-idl-DOMException%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-a-promise-rejected-with%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-notsupportederror", - "https://w3c.github.io/web-locks/#ref-for-idl-DOMException%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-a-promise-rejected-with%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-notsupportederror%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-idl-DOMException%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmode-exclusive%E2%91%A8", - "https://w3c.github.io/web-locks/#ref-for-a-promise-rejected-with%E2%91%A3", - "https://w3c.github.io/web-locks/#ref-for-notsupportederror%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-idl-DOMException%E2%91%A3", - "https://w3c.github.io/web-locks/#ref-for-map-exists%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-a-promise-rejected-with%E2%91%A4", - "https://w3c.github.io/web-locks/#ref-for-notsupportederror%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-idl-DOMException%E2%91%A4", - "https://w3c.github.io/web-locks/#ref-for-map-exists%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-abortsignal-aborted", - "https://w3c.github.io/web-locks/#ref-for-a-promise-rejected-with%E2%91%A5", - "https://w3c.github.io/web-locks/#ref-for-abortsignal-abort-reason", - "https://w3c.github.io/web-locks/#ref-for-a-new-promise", - "https://w3c.github.io/web-locks/#ref-for-request-a-lock", - "https://w3c.github.io/web-locks/#ref-for-agent%E2%91%A6", - "https://w3c.github.io/web-locks/#ref-for-concept-environment-id", - "https://w3c.github.io/web-locks/#api-lock-manager-query", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmanager-query%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmanager-query%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-dom-lockmanager-query%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-lock-manager%E2%91%A6", - "https://w3c.github.io/web-locks/#ref-for-client", - "https://w3c.github.io/web-locks/#ref-for-dom-client-id", - "https://w3c.github.io/web-locks/#ref-for-lock-manager%E2%91%A7", - "https://w3c.github.io/web-locks/#dom-lockmanager-query", - "https://w3c.github.io/web-locks/#ref-for-this%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-relevant-settings-object%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-concept-relevant-global%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-concept-document-window%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-fully-active%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-a-promise-rejected-with%E2%91%A6", - "https://w3c.github.io/web-locks/#ref-for-invalidstateerror%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-idl-DOMException%E2%91%A5", - "https://w3c.github.io/web-locks/#ref-for-obtain-a-lock-manager%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-a-promise-rejected-with%E2%91%A7", - "https://w3c.github.io/web-locks/#ref-for-securityerror%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-idl-DOMException%E2%91%A6", - "https://w3c.github.io/web-locks/#ref-for-a-new-promise%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-enqueue-the-following-steps%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-snapshot-the-lock-state", - "https://w3c.github.io/web-locks/#ref-for-lock-task-queue%E2%91%A1", - "https://w3c.github.io/web-locks/#api-lock", - "https://w3c.github.io/web-locks/#ref-for-lock%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-SecureContext%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-Exposed%E2%91%A0", - "https://w3c.github.io/web-locks/#lock", - "https://w3c.github.io/web-locks/#ref-for-idl-DOMString%E2%91%A3", - "https://w3c.github.io/web-locks/#ref-for-dom-lock-name", - "https://w3c.github.io/web-locks/#ref-for-enumdef-lockmode%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-dom-lock-mode", - "https://w3c.github.io/web-locks/#ref-for-lock%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-lock-concept%E2%91%A0%E2%91%A4", - "https://w3c.github.io/web-locks/#dom-lock-name", - "https://w3c.github.io/web-locks/#ref-for-lock-concept%E2%91%A0%E2%91%A5", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-name%E2%91%A1", - "https://w3c.github.io/web-locks/#dom-lock-mode", - "https://w3c.github.io/web-locks/#ref-for-lock-concept%E2%91%A0%E2%91%A6", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-mode%E2%91%A0", - "https://w3c.github.io/web-locks/#algorithms", - "https://w3c.github.io/web-locks/#algorithm-request-lock", - "https://w3c.github.io/web-locks/#request-a-lock", - "https://w3c.github.io/web-locks/#ref-for-lock-request%E2%91%A6", - "https://w3c.github.io/web-locks/#ref-for-abortsignal-add", - "https://w3c.github.io/web-locks/#ref-for-signal-to-abort-the-request", - "https://w3c.github.io/web-locks/#ref-for-enqueue-the-following-steps%E2%91%A3", - "https://w3c.github.io/web-locks/#ref-for-lock-task-queue%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-lock-manager-lock-request-queue-map%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-get-the-lock-request-queue%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-lock-manager-held-lock-set%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-list-iterate", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-name%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-list-remove", - "https://w3c.github.io/web-locks/#ref-for-lock-concept%E2%91%A0%E2%91%A7", - "https://w3c.github.io/web-locks/#ref-for-reject", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-released-promise%E2%91%A4", - "https://w3c.github.io/web-locks/#ref-for-aborterror%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-idl-DOMException%E2%91%A7", - "https://w3c.github.io/web-locks/#ref-for-list-prepend", - "https://w3c.github.io/web-locks/#ref-for-grantable", - "https://w3c.github.io/web-locks/#ref-for-enqueue-the-following-steps%E2%91%A4", - "https://w3c.github.io/web-locks/#ref-for-relevant-settings-object%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-responsible-event-loop", - "https://w3c.github.io/web-locks/#ref-for-invoke-a-callback-function", - "https://w3c.github.io/web-locks/#ref-for-resolve%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-queue-enqueue", - "https://w3c.github.io/web-locks/#ref-for-process-the-lock-request-queue", - "https://w3c.github.io/web-locks/#algorithm-release-lock", - "https://w3c.github.io/web-locks/#release-the-lock", - "https://w3c.github.io/web-locks/#ref-for-assert", - "https://w3c.github.io/web-locks/#ref-for-lock-task-queue%E2%91%A3", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-manager", - "https://w3c.github.io/web-locks/#ref-for-lock-manager-lock-request-queue-map%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-resource-name%E2%91%A5", - "https://w3c.github.io/web-locks/#ref-for-get-the-lock-request-queue%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-list-remove%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-lock-concept%E2%91%A0%E2%91%A8", - "https://w3c.github.io/web-locks/#ref-for-lock-manager-held-lock-set%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-process-the-lock-request-queue%E2%91%A0", - "https://w3c.github.io/web-locks/#algorithm-abort-request", - "https://w3c.github.io/web-locks/#abort-the-request", - "https://w3c.github.io/web-locks/#ref-for-assert%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-lock-task-queue%E2%91%A4", - "https://w3c.github.io/web-locks/#ref-for-lock-request-manager%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-lock-request-name%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-lock-manager-lock-request-queue-map%E2%91%A3", - "https://w3c.github.io/web-locks/#ref-for-get-the-lock-request-queue%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-list-remove%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-process-the-lock-request-queue%E2%91%A1", - "https://w3c.github.io/web-locks/#signal-to-abort-the-request", - "https://w3c.github.io/web-locks/#ref-for-enqueue-the-following-steps%E2%91%A5", - "https://w3c.github.io/web-locks/#ref-for-abort-the-request%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-lock-task-queue%E2%91%A5", - "https://w3c.github.io/web-locks/#ref-for-reject%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-lock-request-promise", - "https://w3c.github.io/web-locks/#ref-for-abortsignal-abort-reason%E2%91%A0", - "https://w3c.github.io/web-locks/#algorithm-process-request", - "https://w3c.github.io/web-locks/#process-the-lock-request-queue", - "https://w3c.github.io/web-locks/#ref-for-assert%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-lock-task-queue%E2%91%A6", - "https://w3c.github.io/web-locks/#ref-for-list-iterate%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-grantable%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-list-remove%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-agent%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-lock-request-manager%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-lock-request-clientid", - "https://w3c.github.io/web-locks/#ref-for-lock-request-name%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-lock-request-mode%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-lock-request-callback", - "https://w3c.github.io/web-locks/#ref-for-lock-request-promise%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-lock-request-signal", - "https://w3c.github.io/web-locks/#ref-for-a-new-promise%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-lock-concept%E2%91%A1%E2%93%AA", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-agent%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-clientid", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-manager%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-mode%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-name%E2%91%A3", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-released-promise%E2%91%A5", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-waiting-promise%E2%91%A4", - "https://w3c.github.io/web-locks/#ref-for-set-append", - "https://w3c.github.io/web-locks/#ref-for-lock-manager-held-lock-set%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-enqueue-the-following-steps%E2%91%A6", - "https://w3c.github.io/web-locks/#ref-for-relevant-settings-object%E2%91%A3", - "https://w3c.github.io/web-locks/#ref-for-responsible-event-loop%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-abortsignal-aborted%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-enqueue-the-following-steps%E2%91%A7", - "https://w3c.github.io/web-locks/#ref-for-lock-task-queue%E2%91%A7", - "https://w3c.github.io/web-locks/#ref-for-release-the-lock%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-abortsignal-remove", - "https://w3c.github.io/web-locks/#ref-for-signal-to-abort-the-request%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-invoke-a-callback-function%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-lock%E2%91%A3", - "https://w3c.github.io/web-locks/#ref-for-resolve%E2%91%A1", - "https://w3c.github.io/web-locks/#algorithm-snapshot-state", - "https://w3c.github.io/web-locks/#snapshot-the-lock-state", - "https://w3c.github.io/web-locks/#ref-for-assert%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-lock-task-queue%E2%91%A8", - "https://w3c.github.io/web-locks/#ref-for-list", - "https://w3c.github.io/web-locks/#ref-for-map-iterate", - "https://w3c.github.io/web-locks/#ref-for-lock-manager-lock-request-queue-map%E2%91%A4", - "https://w3c.github.io/web-locks/#ref-for-map-getting-the-values", - "https://w3c.github.io/web-locks/#ref-for-list-iterate%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-list-append", - "https://w3c.github.io/web-locks/#ref-for-lock-request-name%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-lock-request-mode%E2%91%A1", - "https://w3c.github.io/web-locks/#ref-for-lock-request-clientid%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-list%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-list-iterate%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-lock-manager-held-lock-set%E2%91%A3", - "https://w3c.github.io/web-locks/#ref-for-list-append%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-name%E2%91%A4", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-mode%E2%91%A2", - "https://w3c.github.io/web-locks/#ref-for-lock-concept-clientid%E2%91%A0", - "https://w3c.github.io/web-locks/#ref-for-resolve%E2%91%A2", - "https://w3c.github.io/web-locks/#usage-considerations", - "https://w3c.github.io/web-locks/#deadlocks", - "https://w3c.github.io/web-locks/#ref-for-lock-manager%E2%91%A8", - "https://w3c.github.io/web-locks/#example-deadlocks", - "https://w3c.github.io/web-locks/#example-request-multiple-locks", - "https://w3c.github.io/web-locks/#security-privacy", - "https://w3c.github.io/web-locks/#security-scope", - "https://w3c.github.io/web-locks/#ref-for-lock-manager%E2%91%A0%E2%93%AA", - "https://w3c.github.io/web-locks/#private-browsing", - "https://w3c.github.io/web-locks/#implementation-risks", - "https://w3c.github.io/web-locks/#security-privacy-checklist", - "https://w3c.github.io/web-locks/#ref-for-resource-name%E2%91%A6", - "https://w3c.github.io/web-locks/#acknowledgements", - "https://w3c.github.io/web-locks/#w3c-conformance", - "https://w3c.github.io/web-locks/#w3c-conventions", - "https://w3c.github.io/web-locks/#w3c-example", - "https://w3c.github.io/web-locks/#w3c-conformant-algorithms", - "https://w3c.github.io/web-locks/#index", - "https://w3c.github.io/web-locks/#index-defined-here", - "https://w3c.github.io/web-locks/#index-defined-elsewhere", - "https://w3c.github.io/web-locks/#term-for-abortsignal", - "https://w3c.github.io/web-locks/#term-for-abortsignal-abort-reason", - "https://w3c.github.io/web-locks/#term-for-abortsignal-aborted", - "https://w3c.github.io/web-locks/#term-for-abortsignal-add", - "https://w3c.github.io/web-locks/#term-for-concept-document", - "https://w3c.github.io/web-locks/#term-for-abortsignal-remove", - "https://w3c.github.io/web-locks/#term-for-agent", - "https://w3c.github.io/web-locks/#term-for-navigator", - "https://w3c.github.io/web-locks/#term-for-workernavigator", - "https://w3c.github.io/web-locks/#term-for-integration-with-the-javascript-agent-cluster-formalism", - "https://w3c.github.io/web-locks/#term-for-concept-document-window", - "https://w3c.github.io/web-locks/#term-for-browsing-context", - "https://w3c.github.io/web-locks/#term-for-enqueue-the-following-steps", - "https://w3c.github.io/web-locks/#term-for-enqueue-the-following-steps%E2%91%A0", - "https://w3c.github.io/web-locks/#term-for-environment-settings-object", - "https://w3c.github.io/web-locks/#term-for-fully-active", - "https://w3c.github.io/web-locks/#term-for-concept-environment-id", - "https://w3c.github.io/web-locks/#term-for-concept-relevant-global", - "https://w3c.github.io/web-locks/#term-for-relevant-settings-object", - "https://w3c.github.io/web-locks/#term-for-responsible-event-loop", - "https://w3c.github.io/web-locks/#term-for-starting-a-new-parallel-queue", - "https://w3c.github.io/web-locks/#term-for-task-source", - "https://w3c.github.io/web-locks/#term-for-unloading-document-cleanup-steps", - "https://w3c.github.io/web-locks/#term-for-list-append", - "https://w3c.github.io/web-locks/#term-for-set-append", - "https://w3c.github.io/web-locks/#term-for-assert", - "https://w3c.github.io/web-locks/#term-for-queue-enqueue", - "https://w3c.github.io/web-locks/#term-for-map-exists", - "https://w3c.github.io/web-locks/#term-for-list-iterate", - "https://w3c.github.io/web-locks/#term-for-map-iterate", - "https://w3c.github.io/web-locks/#term-for-list-is-empty", - "https://w3c.github.io/web-locks/#term-for-list-item", - "https://w3c.github.io/web-locks/#term-for-struct-item", - "https://w3c.github.io/web-locks/#term-for-string", - "https://w3c.github.io/web-locks/#term-for-list", - "https://w3c.github.io/web-locks/#term-for-ordered-map", - "https://w3c.github.io/web-locks/#term-for-list-prepend", - "https://w3c.github.io/web-locks/#term-for-queue", - "https://w3c.github.io/web-locks/#term-for-list-remove", - "https://w3c.github.io/web-locks/#term-for-ordered-set", - "https://w3c.github.io/web-locks/#term-for-map-set", - "https://w3c.github.io/web-locks/#term-for-struct", - "https://w3c.github.io/web-locks/#term-for-user-agent", - "https://w3c.github.io/web-locks/#term-for-map-getting-the-values", - "https://w3c.github.io/web-locks/#term-for-client", - "https://w3c.github.io/web-locks/#term-for-dom-client-id", - "https://w3c.github.io/web-locks/#term-for-obtain-a-local-storage-bottle-map", - "https://w3c.github.io/web-locks/#term-for-storage-bottle", - "https://w3c.github.io/web-locks/#term-for-storage-bucket", - "https://w3c.github.io/web-locks/#term-for-aborterror", - "https://w3c.github.io/web-locks/#term-for-idl-DOMException", - "https://w3c.github.io/web-locks/#term-for-idl-DOMString", - "https://w3c.github.io/web-locks/#term-for-Exposed", - "https://w3c.github.io/web-locks/#term-for-invalidstateerror", - "https://w3c.github.io/web-locks/#term-for-notsupportederror", - "https://w3c.github.io/web-locks/#term-for-idl-promise", - "https://w3c.github.io/web-locks/#term-for-SecureContext", - "https://w3c.github.io/web-locks/#term-for-securityerror", - "https://w3c.github.io/web-locks/#term-for-a-new-promise", - "https://w3c.github.io/web-locks/#term-for-a-promise-rejected-with", - "https://w3c.github.io/web-locks/#term-for-idl-any", - "https://w3c.github.io/web-locks/#term-for-idl-boolean", - "https://w3c.github.io/web-locks/#term-for-dfn-callback-function", - "https://w3c.github.io/web-locks/#term-for-invoke-a-callback-function", - "https://w3c.github.io/web-locks/#term-for-reject", - "https://w3c.github.io/web-locks/#term-for-resolve", - "https://w3c.github.io/web-locks/#term-for-idl-sequence", - "https://w3c.github.io/web-locks/#term-for-this", - "https://w3c.github.io/web-locks/#references", - "https://w3c.github.io/web-locks/#normative", - "https://w3c.github.io/web-locks/#biblio-dom", - "https://w3c.github.io/web-locks/#biblio-html", - "https://w3c.github.io/web-locks/#biblio-infra", - "https://w3c.github.io/web-locks/#biblio-rfc2119", - "https://w3c.github.io/web-locks/#biblio-storage", - "https://w3c.github.io/web-locks/#biblio-webidl", - "https://w3c.github.io/web-locks/#informative", - "https://w3c.github.io/web-locks/#biblio-indexeddb-2", - "https://w3c.github.io/web-locks/#biblio-service-workers", - "https://w3c.github.io/web-locks/#idl-index", - "https://w3c.github.io/web-locks/#issues-index" + "https://www.w3.org/TR/web-locks/#toc-nav", + "https://www.w3.org/TR/web-locks/#toc-jump", + "https://www.w3.org/TR/web-locks/#toc-toggle", + "https://www.w3.org/TR/web-locks/#speclogo", + "https://www.w3.org/TR/web-locks/#title", + "https://www.w3.org/TR/web-locks/#w3c-state", + "https://www.w3.org/TR/web-locks/#abstract", + "https://www.w3.org/TR/web-locks/#sotd", + "https://www.w3.org/TR/web-locks/#w3c_process_revision", + "https://www.w3.org/TR/web-locks/#toc", + "https://www.w3.org/TR/web-locks/#contents", + "https://www.w3.org/TR/web-locks/#introduction", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request", + "https://www.w3.org/TR/web-locks/#ref-for-resource-name", + "https://www.w3.org/TR/web-locks/#ref-for-mode", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept", + "https://www.w3.org/TR/web-locks/#ref-for-resource-name%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-mode%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-agent", + "https://www.w3.org/TR/web-locks/#ref-for-storage-bucket", + "https://www.w3.org/TR/web-locks/#ref-for-integration-with-the-javascript-agent-cluster-formalism", + "https://www.w3.org/TR/web-locks/#ref-for-agent%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-integration-with-the-javascript-agent-cluster-formalism%E2%91%A0", + "https://www.w3.org/TR/web-locks/#usage-overview", + "https://www.w3.org/TR/web-locks/#example-basic-usage", + "https://www.w3.org/TR/web-locks/#motivations", + "https://www.w3.org/TR/web-locks/#concepts", + "https://www.w3.org/TR/web-locks/#ref-for-user-agent", + "https://www.w3.org/TR/web-locks/#lock-task-queue", + "https://www.w3.org/TR/web-locks/#ref-for-starting-a-new-parallel-queue", + "https://www.w3.org/TR/web-locks/#ref-for-task-source", + "https://www.w3.org/TR/web-locks/#ref-for-enqueue-the-following-steps", + "https://www.w3.org/TR/web-locks/#web-locks-tasks-source", + "https://www.w3.org/TR/web-locks/#resource-names", + "https://www.w3.org/TR/web-locks/#resource-name", + "https://www.w3.org/TR/web-locks/#ref-for-string", + "https://www.w3.org/TR/web-locks/#ref-for-agent%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-storage-bucket%E2%91%A0", + "https://www.w3.org/TR/web-locks/#example-indexeddb-transactions", + "https://www.w3.org/TR/web-locks/#lock-managers", + "https://www.w3.org/TR/web-locks/#lock-manager", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-storage-bucket%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-lock-manager", + "https://www.w3.org/TR/web-locks/#ref-for-storage-bottle", + "https://www.w3.org/TR/web-locks/#ref-for-agent%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-storage-bucket%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-lock-manager%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-browsing-context", + "https://www.w3.org/TR/web-locks/#obtain-a-lock-manager", + "https://www.w3.org/TR/web-locks/#ref-for-environment-settings-object", + "https://www.w3.org/TR/web-locks/#ref-for-obtain-a-local-storage-bottle-map", + "https://www.w3.org/TR/web-locks/#ref-for-storage-bottle%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-lock-manager%E2%91%A1", + "https://www.w3.org/TR/web-locks/#issue-73644ca1", + "https://www.w3.org/TR/web-locks/#modes-scheduling", + "https://www.w3.org/TR/web-locks/#mode", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmode-exclusive", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmode-shared", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmode-exclusive%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmode-shared%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmode-shared%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmode-exclusive%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmode-exclusive%E2%91%A2", + "https://www.w3.org/TR/web-locks/#concept-lock", + "https://www.w3.org/TR/web-locks/#lock-concept", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept%E2%91%A1", + "https://www.w3.org/TR/web-locks/#lock-concept-agent", + "https://www.w3.org/TR/web-locks/#ref-for-agent%E2%91%A3", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept%E2%91%A2", + "https://www.w3.org/TR/web-locks/#lock-concept-clientid", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept%E2%91%A3", + "https://www.w3.org/TR/web-locks/#lock-concept-manager", + "https://www.w3.org/TR/web-locks/#ref-for-lock-manager%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept%E2%91%A4", + "https://www.w3.org/TR/web-locks/#lock-concept-name", + "https://www.w3.org/TR/web-locks/#ref-for-resource-name%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept%E2%91%A5", + "https://www.w3.org/TR/web-locks/#lock-concept-mode", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmode-exclusive%E2%91%A3", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmode-shared%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept%E2%91%A6", + "https://www.w3.org/TR/web-locks/#lock-concept-waiting-promise", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept%E2%91%A7", + "https://www.w3.org/TR/web-locks/#lock-concept-released-promise", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-waiting-promise", + "https://www.w3.org/TR/web-locks/#ref-for-lockmanager", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmanager-request", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-released-promise", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-released-promise%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-waiting-promise%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-waiting-promise%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-released-promise%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-lock-manager%E2%91%A3", + "https://www.w3.org/TR/web-locks/#lock-manager-held-lock-set", + "https://www.w3.org/TR/web-locks/#ref-for-ordered-set", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept%E2%91%A8", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-waiting-promise%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-enqueue-the-following-steps%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-lock-task-queue", + "https://www.w3.org/TR/web-locks/#ref-for-release-the-lock", + "https://www.w3.org/TR/web-locks/#ref-for-resolve", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-released-promise%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-waiting-promise%E2%91%A3", + "https://www.w3.org/TR/web-locks/#concept-lock-request", + "https://www.w3.org/TR/web-locks/#lock-request", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-struct", + "https://www.w3.org/TR/web-locks/#ref-for-struct-item", + "https://www.w3.org/TR/web-locks/#lock-request-agent", + "https://www.w3.org/TR/web-locks/#lock-request-clientid", + "https://www.w3.org/TR/web-locks/#lock-request-manager", + "https://www.w3.org/TR/web-locks/#lock-request-name", + "https://www.w3.org/TR/web-locks/#lock-request-mode", + "https://www.w3.org/TR/web-locks/#lock-request-callback", + "https://www.w3.org/TR/web-locks/#lock-request-promise", + "https://www.w3.org/TR/web-locks/#lock-request-signal", + "https://www.w3.org/TR/web-locks/#lock-request-queue", + "https://www.w3.org/TR/web-locks/#ref-for-queue", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-lock-manager%E2%91%A4", + "https://www.w3.org/TR/web-locks/#lock-manager-lock-request-queue-map", + "https://www.w3.org/TR/web-locks/#ref-for-ordered-map", + "https://www.w3.org/TR/web-locks/#ref-for-resource-name%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request-queue", + "https://www.w3.org/TR/web-locks/#get-the-lock-request-queue", + "https://www.w3.org/TR/web-locks/#ref-for-lock-manager-lock-request-queue-map", + "https://www.w3.org/TR/web-locks/#ref-for-resource-name%E2%91%A3", + "https://www.w3.org/TR/web-locks/#ref-for-map-exists", + "https://www.w3.org/TR/web-locks/#ref-for-map-set", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request-queue%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request%E2%91%A3", + "https://www.w3.org/TR/web-locks/#grantable", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request-manager", + "https://www.w3.org/TR/web-locks/#ref-for-lock-manager-lock-request-queue-map%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request-name", + "https://www.w3.org/TR/web-locks/#ref-for-get-the-lock-request-queue", + "https://www.w3.org/TR/web-locks/#ref-for-lock-manager-held-lock-set", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request-mode", + "https://www.w3.org/TR/web-locks/#ref-for-list-is-empty", + "https://www.w3.org/TR/web-locks/#ref-for-list-item", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmode-exclusive%E2%91%A4", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-name", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmode-shared%E2%91%A3", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-mode", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmode-exclusive%E2%91%A5", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-name%E2%91%A0", + "https://www.w3.org/TR/web-locks/#termination-of-locks", + "https://www.w3.org/TR/web-locks/#ref-for-unloading-document-cleanup-steps", + "https://www.w3.org/TR/web-locks/#ref-for-concept-document", + "https://www.w3.org/TR/web-locks/#ref-for-terminate-remaining-locks-and-requests", + "https://www.w3.org/TR/web-locks/#ref-for-agent%E2%91%A4", + "https://www.w3.org/TR/web-locks/#ref-for-agent%E2%91%A5", + "https://www.w3.org/TR/web-locks/#ref-for-terminate-remaining-locks-and-requests%E2%91%A0", + "https://www.w3.org/TR/web-locks/#issue-9062c3e0", + "https://www.w3.org/TR/web-locks/#terminate-remaining-locks-and-requests", + "https://www.w3.org/TR/web-locks/#ref-for-enqueue-the-following-steps%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-lock-task-queue%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request%E2%91%A4", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request-agent", + "https://www.w3.org/TR/web-locks/#ref-for-abort-the-request", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-agent", + "https://www.w3.org/TR/web-locks/#ref-for-release-the-lock%E2%91%A0", + "https://www.w3.org/TR/web-locks/#api", + "https://www.w3.org/TR/web-locks/#navigator-mixins", + "https://www.w3.org/TR/web-locks/#ref-for-SecureContext", + "https://www.w3.org/TR/web-locks/#navigatorlocks", + "https://www.w3.org/TR/web-locks/#ref-for-lockmanager%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-dom-navigatorlocks-locks", + "https://www.w3.org/TR/web-locks/#ref-for-navigator", + "https://www.w3.org/TR/web-locks/#ref-for-navigatorlocks", + "https://www.w3.org/TR/web-locks/#ref-for-workernavigator", + "https://www.w3.org/TR/web-locks/#ref-for-navigatorlocks%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-environment-settings-object%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-lockmanager%E2%91%A1", + "https://www.w3.org/TR/web-locks/#dom-navigatorlocks-locks", + "https://www.w3.org/TR/web-locks/#ref-for-this", + "https://www.w3.org/TR/web-locks/#ref-for-relevant-settings-object", + "https://www.w3.org/TR/web-locks/#ref-for-lockmanager%E2%91%A2", + "https://www.w3.org/TR/web-locks/#api-lock-manager", + "https://www.w3.org/TR/web-locks/#ref-for-lockmanager%E2%91%A3", + "https://www.w3.org/TR/web-locks/#ref-for-SecureContext%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-Exposed", + "https://www.w3.org/TR/web-locks/#lockmanager", + "https://www.w3.org/TR/web-locks/#ref-for-idl-promise", + "https://www.w3.org/TR/web-locks/#ref-for-idl-any", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmanager-request%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-idl-DOMString", + "https://www.w3.org/TR/web-locks/#dom-lockmanager-request-name-callback-name", + "https://www.w3.org/TR/web-locks/#ref-for-callbackdef-lockgrantedcallback", + "https://www.w3.org/TR/web-locks/#dom-lockmanager-request-name-callback-callback", + "https://www.w3.org/TR/web-locks/#ref-for-idl-promise%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-idl-any%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmanager-request-name-options-callback", + "https://www.w3.org/TR/web-locks/#ref-for-idl-DOMString%E2%91%A0", + "https://www.w3.org/TR/web-locks/#dom-lockmanager-request-name-options-callback-name", + "https://www.w3.org/TR/web-locks/#ref-for-dictdef-lockoptions", + "https://www.w3.org/TR/web-locks/#dom-lockmanager-request-name-options-callback-options", + "https://www.w3.org/TR/web-locks/#ref-for-callbackdef-lockgrantedcallback%E2%91%A0", + "https://www.w3.org/TR/web-locks/#dom-lockmanager-request-name-options-callback-callback", + "https://www.w3.org/TR/web-locks/#ref-for-idl-promise%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-dictdef-lockmanagersnapshot", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmanager-query", + "https://www.w3.org/TR/web-locks/#callbackdef-lockgrantedcallback", + "https://www.w3.org/TR/web-locks/#ref-for-idl-promise%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-idl-any%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-lock", + "https://www.w3.org/TR/web-locks/#dom-lockgrantedcallback-lock", + "https://www.w3.org/TR/web-locks/#enumdef-lockmode", + "https://www.w3.org/TR/web-locks/#dom-lockmode-shared", + "https://www.w3.org/TR/web-locks/#dom-lockmode-exclusive", + "https://www.w3.org/TR/web-locks/#dictdef-lockoptions", + "https://www.w3.org/TR/web-locks/#ref-for-enumdef-lockmode", + "https://www.w3.org/TR/web-locks/#dom-lockoptions-mode", + "https://www.w3.org/TR/web-locks/#ref-for-idl-boolean", + "https://www.w3.org/TR/web-locks/#dom-lockoptions-ifavailable", + "https://www.w3.org/TR/web-locks/#ref-for-idl-boolean%E2%91%A0", + "https://www.w3.org/TR/web-locks/#dom-lockoptions-steal", + "https://www.w3.org/TR/web-locks/#ref-for-abortsignal", + "https://www.w3.org/TR/web-locks/#dom-lockoptions-signal", + "https://www.w3.org/TR/web-locks/#dictdef-lockmanagersnapshot", + "https://www.w3.org/TR/web-locks/#ref-for-idl-sequence", + "https://www.w3.org/TR/web-locks/#ref-for-dictdef-lockinfo", + "https://www.w3.org/TR/web-locks/#dom-lockmanagersnapshot-held", + "https://www.w3.org/TR/web-locks/#ref-for-idl-sequence%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-dictdef-lockinfo%E2%91%A0", + "https://www.w3.org/TR/web-locks/#dom-lockmanagersnapshot-pending", + "https://www.w3.org/TR/web-locks/#dictdef-lockinfo", + "https://www.w3.org/TR/web-locks/#ref-for-idl-DOMString%E2%91%A1", + "https://www.w3.org/TR/web-locks/#dom-lockinfo-name", + "https://www.w3.org/TR/web-locks/#ref-for-enumdef-lockmode%E2%91%A0", + "https://www.w3.org/TR/web-locks/#dom-lockinfo-mode", + "https://www.w3.org/TR/web-locks/#ref-for-idl-DOMString%E2%91%A2", + "https://www.w3.org/TR/web-locks/#dom-lockinfo-clientid", + "https://www.w3.org/TR/web-locks/#ref-for-lockmanager%E2%91%A4", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request%E2%91%A5", + "https://www.w3.org/TR/web-locks/#ref-for-lock-manager%E2%91%A5", + "https://www.w3.org/TR/web-locks/#api-lock-manager-request", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmanager-request%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmanager-request%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmanager-request-name-options-callback%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmanager-request%E2%91%A3", + "https://www.w3.org/TR/web-locks/#ref-for-resource-name%E2%91%A4", + "https://www.w3.org/TR/web-locks/#ref-for-dfn-callback-function", + "https://www.w3.org/TR/web-locks/#ref-for-lock%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockoptions-mode", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmode-exclusive%E2%91%A6", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmode-shared%E2%91%A4", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmode-shared%E2%91%A5", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmode-exclusive%E2%91%A7", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockoptions-ifavailable", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockoptions-signal", + "https://www.w3.org/TR/web-locks/#ref-for-abortsignal%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-aborterror", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockoptions-steal", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-released-promise%E2%91%A3", + "https://www.w3.org/TR/web-locks/#ref-for-aborterror%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockoptions-steal%E2%91%A0", + "https://www.w3.org/TR/web-locks/#dom-lockmanager-request", + "https://www.w3.org/TR/web-locks/#dom-lockmanager-request-name-options-callback", + "https://www.w3.org/TR/web-locks/#ref-for-dictdef-lockoptions%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-this%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-relevant-settings-object%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-concept-relevant-global", + "https://www.w3.org/TR/web-locks/#ref-for-concept-document-window", + "https://www.w3.org/TR/web-locks/#ref-for-fully-active", + "https://www.w3.org/TR/web-locks/#ref-for-a-promise-rejected-with", + "https://www.w3.org/TR/web-locks/#ref-for-invalidstateerror", + "https://www.w3.org/TR/web-locks/#ref-for-idl-DOMException", + "https://www.w3.org/TR/web-locks/#ref-for-obtain-a-lock-manager", + "https://www.w3.org/TR/web-locks/#ref-for-a-promise-rejected-with%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-securityerror", + "https://www.w3.org/TR/web-locks/#ref-for-idl-DOMException%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-a-promise-rejected-with%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-notsupportederror", + "https://www.w3.org/TR/web-locks/#ref-for-idl-DOMException%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-a-promise-rejected-with%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-notsupportederror%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-idl-DOMException%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmode-exclusive%E2%91%A8", + "https://www.w3.org/TR/web-locks/#ref-for-a-promise-rejected-with%E2%91%A3", + "https://www.w3.org/TR/web-locks/#ref-for-notsupportederror%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-idl-DOMException%E2%91%A3", + "https://www.w3.org/TR/web-locks/#ref-for-map-exists%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-a-promise-rejected-with%E2%91%A4", + "https://www.w3.org/TR/web-locks/#ref-for-notsupportederror%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-idl-DOMException%E2%91%A4", + "https://www.w3.org/TR/web-locks/#ref-for-map-exists%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-abortsignal-aborted", + "https://www.w3.org/TR/web-locks/#ref-for-a-promise-rejected-with%E2%91%A5", + "https://www.w3.org/TR/web-locks/#ref-for-abortsignal-abort-reason", + "https://www.w3.org/TR/web-locks/#ref-for-a-new-promise", + "https://www.w3.org/TR/web-locks/#ref-for-request-a-lock", + "https://www.w3.org/TR/web-locks/#ref-for-agent%E2%91%A6", + "https://www.w3.org/TR/web-locks/#ref-for-concept-environment-id", + "https://www.w3.org/TR/web-locks/#api-lock-manager-query", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmanager-query%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmanager-query%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lockmanager-query%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-lock-manager%E2%91%A6", + "https://www.w3.org/TR/web-locks/#ref-for-client", + "https://www.w3.org/TR/web-locks/#ref-for-dom-client-id", + "https://www.w3.org/TR/web-locks/#ref-for-lock-manager%E2%91%A7", + "https://www.w3.org/TR/web-locks/#dom-lockmanager-query", + "https://www.w3.org/TR/web-locks/#ref-for-this%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-relevant-settings-object%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-concept-relevant-global%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-concept-document-window%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-fully-active%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-a-promise-rejected-with%E2%91%A6", + "https://www.w3.org/TR/web-locks/#ref-for-invalidstateerror%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-idl-DOMException%E2%91%A5", + "https://www.w3.org/TR/web-locks/#ref-for-obtain-a-lock-manager%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-a-promise-rejected-with%E2%91%A7", + "https://www.w3.org/TR/web-locks/#ref-for-securityerror%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-idl-DOMException%E2%91%A6", + "https://www.w3.org/TR/web-locks/#ref-for-a-new-promise%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-enqueue-the-following-steps%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-snapshot-the-lock-state", + "https://www.w3.org/TR/web-locks/#ref-for-lock-task-queue%E2%91%A1", + "https://www.w3.org/TR/web-locks/#api-lock", + "https://www.w3.org/TR/web-locks/#ref-for-lock%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-SecureContext%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-Exposed%E2%91%A0", + "https://www.w3.org/TR/web-locks/#lock", + "https://www.w3.org/TR/web-locks/#ref-for-idl-DOMString%E2%91%A3", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lock-name", + "https://www.w3.org/TR/web-locks/#ref-for-enumdef-lockmode%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-dom-lock-mode", + "https://www.w3.org/TR/web-locks/#ref-for-lock%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/web-locks/#dom-lock-name", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-name%E2%91%A1", + "https://www.w3.org/TR/web-locks/#dom-lock-mode", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-mode%E2%91%A0", + "https://www.w3.org/TR/web-locks/#algorithms", + "https://www.w3.org/TR/web-locks/#algorithm-request-lock", + "https://www.w3.org/TR/web-locks/#request-a-lock", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request%E2%91%A6", + "https://www.w3.org/TR/web-locks/#ref-for-abortsignal-add", + "https://www.w3.org/TR/web-locks/#ref-for-signal-to-abort-the-request", + "https://www.w3.org/TR/web-locks/#ref-for-enqueue-the-following-steps%E2%91%A3", + "https://www.w3.org/TR/web-locks/#ref-for-lock-task-queue%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-lock-manager-lock-request-queue-map%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-get-the-lock-request-queue%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-lock-manager-held-lock-set%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-list-iterate", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-name%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-list-remove", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/web-locks/#ref-for-reject", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-released-promise%E2%91%A4", + "https://www.w3.org/TR/web-locks/#ref-for-aborterror%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-idl-DOMException%E2%91%A7", + "https://www.w3.org/TR/web-locks/#ref-for-list-prepend", + "https://www.w3.org/TR/web-locks/#ref-for-grantable", + "https://www.w3.org/TR/web-locks/#ref-for-enqueue-the-following-steps%E2%91%A4", + "https://www.w3.org/TR/web-locks/#ref-for-relevant-settings-object%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-responsible-event-loop", + "https://www.w3.org/TR/web-locks/#ref-for-invoke-a-callback-function", + "https://www.w3.org/TR/web-locks/#ref-for-resolve%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-queue-enqueue", + "https://www.w3.org/TR/web-locks/#ref-for-process-the-lock-request-queue", + "https://www.w3.org/TR/web-locks/#algorithm-release-lock", + "https://www.w3.org/TR/web-locks/#release-the-lock", + "https://www.w3.org/TR/web-locks/#ref-for-assert", + "https://www.w3.org/TR/web-locks/#ref-for-lock-task-queue%E2%91%A3", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-manager", + "https://www.w3.org/TR/web-locks/#ref-for-lock-manager-lock-request-queue-map%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-resource-name%E2%91%A5", + "https://www.w3.org/TR/web-locks/#ref-for-get-the-lock-request-queue%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-list-remove%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/web-locks/#ref-for-lock-manager-held-lock-set%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-process-the-lock-request-queue%E2%91%A0", + "https://www.w3.org/TR/web-locks/#algorithm-abort-request", + "https://www.w3.org/TR/web-locks/#abort-the-request", + "https://www.w3.org/TR/web-locks/#ref-for-assert%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-lock-task-queue%E2%91%A4", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request-manager%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request-name%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-lock-manager-lock-request-queue-map%E2%91%A3", + "https://www.w3.org/TR/web-locks/#ref-for-get-the-lock-request-queue%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-list-remove%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-process-the-lock-request-queue%E2%91%A1", + "https://www.w3.org/TR/web-locks/#signal-to-abort-the-request", + "https://www.w3.org/TR/web-locks/#ref-for-enqueue-the-following-steps%E2%91%A5", + "https://www.w3.org/TR/web-locks/#ref-for-abort-the-request%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-lock-task-queue%E2%91%A5", + "https://www.w3.org/TR/web-locks/#ref-for-reject%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request-promise", + "https://www.w3.org/TR/web-locks/#ref-for-abortsignal-abort-reason%E2%91%A0", + "https://www.w3.org/TR/web-locks/#algorithm-process-request", + "https://www.w3.org/TR/web-locks/#process-the-lock-request-queue", + "https://www.w3.org/TR/web-locks/#ref-for-assert%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-lock-task-queue%E2%91%A6", + "https://www.w3.org/TR/web-locks/#ref-for-list-iterate%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-grantable%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-list-remove%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-agent%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request-manager%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request-clientid", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request-name%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request-mode%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request-callback", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request-promise%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request-signal", + "https://www.w3.org/TR/web-locks/#ref-for-a-new-promise%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-agent%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-clientid", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-manager%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-mode%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-name%E2%91%A3", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-released-promise%E2%91%A5", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-waiting-promise%E2%91%A4", + "https://www.w3.org/TR/web-locks/#ref-for-set-append", + "https://www.w3.org/TR/web-locks/#ref-for-lock-manager-held-lock-set%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-enqueue-the-following-steps%E2%91%A6", + "https://www.w3.org/TR/web-locks/#ref-for-relevant-settings-object%E2%91%A3", + "https://www.w3.org/TR/web-locks/#ref-for-responsible-event-loop%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-abortsignal-aborted%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-enqueue-the-following-steps%E2%91%A7", + "https://www.w3.org/TR/web-locks/#ref-for-lock-task-queue%E2%91%A7", + "https://www.w3.org/TR/web-locks/#ref-for-release-the-lock%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-abortsignal-remove", + "https://www.w3.org/TR/web-locks/#ref-for-signal-to-abort-the-request%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-invoke-a-callback-function%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-lock%E2%91%A3", + "https://www.w3.org/TR/web-locks/#ref-for-resolve%E2%91%A1", + "https://www.w3.org/TR/web-locks/#algorithm-snapshot-state", + "https://www.w3.org/TR/web-locks/#snapshot-the-lock-state", + "https://www.w3.org/TR/web-locks/#ref-for-assert%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-lock-task-queue%E2%91%A8", + "https://www.w3.org/TR/web-locks/#ref-for-list", + "https://www.w3.org/TR/web-locks/#ref-for-map-iterate", + "https://www.w3.org/TR/web-locks/#ref-for-lock-manager-lock-request-queue-map%E2%91%A4", + "https://www.w3.org/TR/web-locks/#ref-for-map-getting-the-values", + "https://www.w3.org/TR/web-locks/#ref-for-list-iterate%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-list-append", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request-name%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request-mode%E2%91%A1", + "https://www.w3.org/TR/web-locks/#ref-for-lock-request-clientid%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-list%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-list-iterate%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-lock-manager-held-lock-set%E2%91%A3", + "https://www.w3.org/TR/web-locks/#ref-for-list-append%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-name%E2%91%A4", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-mode%E2%91%A2", + "https://www.w3.org/TR/web-locks/#ref-for-lock-concept-clientid%E2%91%A0", + "https://www.w3.org/TR/web-locks/#ref-for-resolve%E2%91%A2", + "https://www.w3.org/TR/web-locks/#usage-considerations", + "https://www.w3.org/TR/web-locks/#deadlocks", + "https://www.w3.org/TR/web-locks/#ref-for-lock-manager%E2%91%A8", + "https://www.w3.org/TR/web-locks/#example-deadlocks", + "https://www.w3.org/TR/web-locks/#example-request-multiple-locks", + "https://www.w3.org/TR/web-locks/#security-privacy", + "https://www.w3.org/TR/web-locks/#security-scope", + "https://www.w3.org/TR/web-locks/#ref-for-lock-manager%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/web-locks/#private-browsing", + "https://www.w3.org/TR/web-locks/#implementation-risks", + "https://www.w3.org/TR/web-locks/#security-privacy-checklist", + "https://www.w3.org/TR/web-locks/#ref-for-resource-name%E2%91%A6", + "https://www.w3.org/TR/web-locks/#acknowledgements", + "https://www.w3.org/TR/web-locks/#w3c-conformance", + "https://www.w3.org/TR/web-locks/#w3c-conventions", + "https://www.w3.org/TR/web-locks/#w3c-example", + "https://www.w3.org/TR/web-locks/#w3c-conformant-algorithms", + "https://www.w3.org/TR/web-locks/#index", + "https://www.w3.org/TR/web-locks/#index-defined-here", + "https://www.w3.org/TR/web-locks/#index-defined-elsewhere", + "https://www.w3.org/TR/web-locks/#term-for-user-agent", + "https://www.w3.org/TR/web-locks/#term-for-abortsignal", + "https://www.w3.org/TR/web-locks/#term-for-abortsignal-abort-reason", + "https://www.w3.org/TR/web-locks/#term-for-abortsignal-aborted", + "https://www.w3.org/TR/web-locks/#term-for-abortsignal-add", + "https://www.w3.org/TR/web-locks/#term-for-concept-document", + "https://www.w3.org/TR/web-locks/#term-for-abortsignal-remove", + "https://www.w3.org/TR/web-locks/#term-for-agent", + "https://www.w3.org/TR/web-locks/#term-for-navigator", + "https://www.w3.org/TR/web-locks/#term-for-workernavigator", + "https://www.w3.org/TR/web-locks/#term-for-integration-with-the-javascript-agent-cluster-formalism", + "https://www.w3.org/TR/web-locks/#term-for-concept-document-window", + "https://www.w3.org/TR/web-locks/#term-for-browsing-context", + "https://www.w3.org/TR/web-locks/#term-for-enqueue-the-following-steps", + "https://www.w3.org/TR/web-locks/#term-for-enqueue-the-following-steps%E2%91%A0", + "https://www.w3.org/TR/web-locks/#term-for-environment-settings-object", + "https://www.w3.org/TR/web-locks/#term-for-fully-active", + "https://www.w3.org/TR/web-locks/#term-for-concept-environment-id", + "https://www.w3.org/TR/web-locks/#term-for-concept-relevant-global", + "https://www.w3.org/TR/web-locks/#term-for-relevant-settings-object", + "https://www.w3.org/TR/web-locks/#term-for-responsible-event-loop", + "https://www.w3.org/TR/web-locks/#term-for-starting-a-new-parallel-queue", + "https://www.w3.org/TR/web-locks/#term-for-task-source", + "https://www.w3.org/TR/web-locks/#term-for-unloading-document-cleanup-steps", + "https://www.w3.org/TR/web-locks/#term-for-list-append", + "https://www.w3.org/TR/web-locks/#term-for-set-append", + "https://www.w3.org/TR/web-locks/#term-for-assert", + "https://www.w3.org/TR/web-locks/#term-for-queue-enqueue", + "https://www.w3.org/TR/web-locks/#term-for-map-exists", + "https://www.w3.org/TR/web-locks/#term-for-list-iterate", + "https://www.w3.org/TR/web-locks/#term-for-map-iterate", + "https://www.w3.org/TR/web-locks/#term-for-list-is-empty", + "https://www.w3.org/TR/web-locks/#term-for-list-item", + "https://www.w3.org/TR/web-locks/#term-for-struct-item", + "https://www.w3.org/TR/web-locks/#term-for-string", + "https://www.w3.org/TR/web-locks/#term-for-list", + "https://www.w3.org/TR/web-locks/#term-for-ordered-map", + "https://www.w3.org/TR/web-locks/#term-for-list-prepend", + "https://www.w3.org/TR/web-locks/#term-for-queue", + "https://www.w3.org/TR/web-locks/#term-for-list-remove", + "https://www.w3.org/TR/web-locks/#term-for-ordered-set", + "https://www.w3.org/TR/web-locks/#term-for-map-set", + "https://www.w3.org/TR/web-locks/#term-for-struct", + "https://www.w3.org/TR/web-locks/#term-for-map-getting-the-values", + "https://www.w3.org/TR/web-locks/#term-for-client", + "https://www.w3.org/TR/web-locks/#term-for-dom-client-id", + "https://www.w3.org/TR/web-locks/#term-for-obtain-a-local-storage-bottle-map", + "https://www.w3.org/TR/web-locks/#term-for-storage-bottle", + "https://www.w3.org/TR/web-locks/#term-for-storage-bucket", + "https://www.w3.org/TR/web-locks/#term-for-aborterror", + "https://www.w3.org/TR/web-locks/#term-for-idl-DOMException", + "https://www.w3.org/TR/web-locks/#term-for-idl-DOMString", + "https://www.w3.org/TR/web-locks/#term-for-Exposed", + "https://www.w3.org/TR/web-locks/#term-for-invalidstateerror", + "https://www.w3.org/TR/web-locks/#term-for-notsupportederror", + "https://www.w3.org/TR/web-locks/#term-for-idl-promise", + "https://www.w3.org/TR/web-locks/#term-for-SecureContext", + "https://www.w3.org/TR/web-locks/#term-for-securityerror", + "https://www.w3.org/TR/web-locks/#term-for-a-new-promise", + "https://www.w3.org/TR/web-locks/#term-for-a-promise-rejected-with", + "https://www.w3.org/TR/web-locks/#term-for-idl-any", + "https://www.w3.org/TR/web-locks/#term-for-idl-boolean", + "https://www.w3.org/TR/web-locks/#term-for-dfn-callback-function", + "https://www.w3.org/TR/web-locks/#term-for-invoke-a-callback-function", + "https://www.w3.org/TR/web-locks/#term-for-reject", + "https://www.w3.org/TR/web-locks/#term-for-resolve", + "https://www.w3.org/TR/web-locks/#term-for-idl-sequence", + "https://www.w3.org/TR/web-locks/#term-for-this", + "https://www.w3.org/TR/web-locks/#references", + "https://www.w3.org/TR/web-locks/#normative", + "https://www.w3.org/TR/web-locks/#biblio-css21", + "https://www.w3.org/TR/web-locks/#biblio-dom", + "https://www.w3.org/TR/web-locks/#biblio-html", + "https://www.w3.org/TR/web-locks/#biblio-infra", + "https://www.w3.org/TR/web-locks/#biblio-rfc2119", + "https://www.w3.org/TR/web-locks/#biblio-storage", + "https://www.w3.org/TR/web-locks/#biblio-webidl", + "https://www.w3.org/TR/web-locks/#informative", + "https://www.w3.org/TR/web-locks/#biblio-indexeddb-2", + "https://www.w3.org/TR/web-locks/#biblio-service-workers", + "https://www.w3.org/TR/web-locks/#idl-index", + "https://www.w3.org/TR/web-locks/#issues-index" ] } \ No newline at end of file diff --git a/tr/ids/webnn.json b/tr/ids/webnn.json index 3dd6fc62b388..ab65d0a9a4c9 100644 --- a/tr/ids/webnn.json +++ b/tr/ids/webnn.json @@ -71,7 +71,7 @@ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-gemm", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-softmax", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-softmax%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A5", @@ -438,12 +438,12 @@ "https://www.w3.org/TR/webnn/#ref-for-SecureContext%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A4", "https://www.w3.org/TR/webnn/#mloperand", - "https://www.w3.org/TR/webnn/#api-mloperator", - "https://www.w3.org/TR/webnn/#ref-for-mloperator", + "https://www.w3.org/TR/webnn/#api-mlactivation", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation", "https://www.w3.org/TR/webnn/#ref-for-SecureContext%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A5", - "https://www.w3.org/TR/webnn/#mloperator", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A0", + "https://www.w3.org/TR/webnn/#mlactivation", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A0", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-idl-record%E2%91%A0", @@ -536,7 +536,7 @@ "https://www.w3.org/TR/webnn/#dom-mlbatchnormalizationoptions-axis", "https://www.w3.org/TR/webnn/#ref-for-idl-float", "https://www.w3.org/TR/webnn/#dom-mlbatchnormalizationoptions-epsilon", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlbatchnormalizationoptions-activation", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A4", @@ -557,7 +557,7 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-clamp", "https://www.w3.org/TR/webnn/#dictdef-mlclampoptions", @@ -572,7 +572,7 @@ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-clamp-x-options-x", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlclampoptions", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-clamp-x-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A3", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-clamp-options", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlclampoptions%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-clamp-options-options", @@ -581,7 +581,7 @@ "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A4", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-concat", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A8", @@ -624,7 +624,7 @@ "https://www.w3.org/TR/webnn/#dom-mlconv2doptions-filterlayout", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mlconv2doptions-bias", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mlconv2doptions-activation", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A3", @@ -646,7 +646,7 @@ "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlinputoperandlayout%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlconv2dfilteroperandlayout%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-convtranspose2d", "https://www.w3.org/TR/webnn/#enumdef-mlconvtranspose2dfilteroperandlayout", @@ -679,7 +679,7 @@ "https://www.w3.org/TR/webnn/#dom-mlconvtranspose2doptions-filterlayout", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlconvtranspose2doptions-bias", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlconvtranspose2doptions-activation", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A3%E2%91%A1", @@ -703,7 +703,7 @@ "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlinputoperandlayout%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlconvtranspose2dfilteroperandlayout%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-binary", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A0", @@ -803,7 +803,7 @@ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-elu-x-options-x", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mleluoptions", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-elu-x-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-elu-options", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mleluoptions%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-elu-options-options", @@ -811,7 +811,7 @@ "https://www.w3.org/TR/webnn/#ref-for-dictdef-mleluoptions%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A8%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-gemm", "https://www.w3.org/TR/webnn/#dictdef-mlgemmoptions", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A8%E2%91%A6", @@ -843,9 +843,9 @@ "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%93%AA%E2%91%A3", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-gru", - "https://www.w3.org/TR/webnn/#enumdef-mlrecurrentnetworkweightlayout", - "https://www.w3.org/TR/webnn/#dom-mlrecurrentnetworkweightlayout-zrn", - "https://www.w3.org/TR/webnn/#dom-mlrecurrentnetworkweightlayout-rzn", + "https://www.w3.org/TR/webnn/#enumdef-mlgruweightlayout", + "https://www.w3.org/TR/webnn/#dom-mlgruweightlayout-zrn", + "https://www.w3.org/TR/webnn/#dom-mlgruweightlayout-rzn", "https://www.w3.org/TR/webnn/#enumdef-mlrecurrentnetworkdirection", "https://www.w3.org/TR/webnn/#dom-mlrecurrentnetworkdirection-forward", "https://www.w3.org/TR/webnn/#dom-mlrecurrentnetworkdirection-backward", @@ -863,10 +863,10 @@ "https://www.w3.org/TR/webnn/#dom-mlgruoptions-returnsequence", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlrecurrentnetworkdirection", "https://www.w3.org/TR/webnn/#dom-mlgruoptions-direction", - "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlrecurrentnetworkweightlayout", + "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlgruweightlayout", "https://www.w3.org/TR/webnn/#dom-mlgruoptions-layout", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlgruoptions-activations", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A0", @@ -878,17 +878,17 @@ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-gru-input-weight-recurrentweight-steps-hiddensize-options-weight", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-gru-input-weight-recurrentweight-steps-hiddensize-options-recurrentweight", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-gru-input-weight-recurrentweight-steps-hiddensize-options-steps", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-gru-input-weight-recurrentweight-steps-hiddensize-options-hiddensize", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlgruoptions", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-gru-input-weight-recurrentweight-steps-hiddensize-options-options", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlgruoptions%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A0%E2%91%A5", @@ -896,8 +896,8 @@ "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlrecurrentnetworkdirection%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlrecurrentnetworkweightlayout%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlgruweightlayout%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-grucell", "https://www.w3.org/TR/webnn/#dictdef-mlgrucelloptions", @@ -907,10 +907,10 @@ "https://www.w3.org/TR/webnn/#dom-mlgrucelloptions-recurrentbias", "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlgrucelloptions-resetafter", - "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlrecurrentnetworkweightlayout%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlgruweightlayout%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlgrucelloptions-layout", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#dom-mlgrucelloptions-activations", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A1%E2%91%A0", @@ -923,7 +923,7 @@ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-grucell-input-weight-recurrentweight-hiddenstate-hiddensize-options-recurrentweight", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-grucell-input-weight-recurrentweight-hiddenstate-hiddensize-options-hiddenstate", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-grucell-input-weight-recurrentweight-hiddenstate-hiddensize-options-hiddensize", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlgrucelloptions", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-grucell-input-weight-recurrentweight-hiddenstate-hiddensize-options-options", @@ -931,13 +931,13 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlgrucelloptions%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlrecurrentnetworkweightlayout%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlgruweightlayout%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-hard-sigmoid", "https://www.w3.org/TR/webnn/#dictdef-mlhardsigmoidoptions", @@ -952,7 +952,7 @@ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-hardsigmoid-x-options-x", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlhardsigmoidoptions", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-hardsigmoid-x-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-hardsigmoid-options", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlhardsigmoidoptions%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-hardsigmoid-options-options", @@ -961,18 +961,18 @@ "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-hard-swish", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-hardswish", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-hardswish-x-x", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-hardswish%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-instancenorm", "https://www.w3.org/TR/webnn/#dictdef-mlinstancenormalizationoptions", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A3%E2%91%A0", @@ -1008,7 +1008,7 @@ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-leakyrelu-x-options-x", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlleakyreluoptions", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-leakyrelu-x-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-leakyrelu-options", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlleakyreluoptions%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-leakyrelu-options-options", @@ -1016,41 +1016,141 @@ "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlleakyreluoptions%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A4%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-matmul", - "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A4%E2%91%A2", - "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-matmul", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A4%E2%91%A3", - "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-matmul-a-b-a", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A4%E2%91%A4", - "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-matmul-a-b-b", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A4%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A4%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-linear", "https://www.w3.org/TR/webnn/#dictdef-mllinearoptions", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#dom-mllinearoptions-alpha", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mllinearoptions-beta", - "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-linear", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-linear-x-options-x", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mllinearoptions", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-linear-x-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-linear-options", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mllinearoptions%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-linear-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mllinearoptions%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstm", + "https://www.w3.org/TR/webnn/#enumdef-mllstmweightlayout", + "https://www.w3.org/TR/webnn/#dom-mllstmweightlayout-iofg", + "https://www.w3.org/TR/webnn/#dom-mllstmweightlayout-ifgo", + "https://www.w3.org/TR/webnn/#dictdef-mllstmoptions", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/webnn/#dom-mllstmoptions-bias", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/webnn/#dom-mllstmoptions-recurrentbias", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/webnn/#dom-mllstmoptions-peepholeweight", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/webnn/#dom-mllstmoptions-initialhiddenstate", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/webnn/#dom-mllstmoptions-initialcellstate", + "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webnn/#dom-mllstmoptions-returnsequence", + "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlrecurrentnetworkdirection%E2%91%A1", + "https://www.w3.org/TR/webnn/#dom-mllstmoptions-direction", + "https://www.w3.org/TR/webnn/#ref-for-enumdef-mllstmweightlayout", + "https://www.w3.org/TR/webnn/#dom-mllstmoptions-layout", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webnn/#dom-mllstmoptions-activations", + "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A5%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstm", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstm-input-weight-recurrentweight-steps-hiddensize-options-input", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstm-input-weight-recurrentweight-steps-hiddensize-options-weight", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstm-input-weight-recurrentweight-steps-hiddensize-options-recurrentweight", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstm-input-weight-recurrentweight-steps-hiddensize-options-steps", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstm-input-weight-recurrentweight-steps-hiddensize-options-hiddensize", + "https://www.w3.org/TR/webnn/#ref-for-dictdef-mllstmoptions", + "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstm-input-weight-recurrentweight-steps-hiddensize-options-options", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlgruoptions%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlrecurrentnetworkdirection%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-enumdef-mllstmweightlayout%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstmcell", + "https://www.w3.org/TR/webnn/#dictdef-mllstmcelloptions", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A4", + "https://www.w3.org/TR/webnn/#dom-mllstmcelloptions-bias", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/webnn/#dom-mllstmcelloptions-recurrentbias", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/webnn/#dom-mllstmcelloptions-peepholeweight", + "https://www.w3.org/TR/webnn/#ref-for-enumdef-mllstmweightlayout%E2%91%A1", + "https://www.w3.org/TR/webnn/#dom-mllstmcelloptions-layout", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webnn/#dom-mllstmcelloptions-activations", + "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstmcell", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstmcell-input-weight-recurrentweight-hiddenstate-cellstate-hiddensize-options-input", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%93%AA", + "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstmcell-input-weight-recurrentweight-hiddenstate-cellstate-hiddensize-options-weight", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstmcell-input-weight-recurrentweight-hiddenstate-cellstate-hiddensize-options-recurrentweight", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%91%A1", + "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstmcell-input-weight-recurrentweight-hiddenstate-cellstate-hiddensize-options-hiddenstate", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%91%A2", + "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstmcell-input-weight-recurrentweight-hiddenstate-cellstate-hiddensize-options-cellstate", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstmcell-input-weight-recurrentweight-hiddenstate-cellstate-hiddensize-options-hiddensize", + "https://www.w3.org/TR/webnn/#ref-for-dictdef-mllstmcelloptions", + "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstmcell-input-weight-recurrentweight-hiddenstate-cellstate-hiddensize-options-options", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dictdef-mllstmcelloptions%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-enumdef-mllstmweightlayout%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A1", + "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-matmul", + "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A2", + "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-matmul", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A3", + "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-matmul-a-b-a", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A4", + "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-matmul-a-b-b", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A7", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pad", "https://www.w3.org/TR/webnn/#enumdef-mlpaddingmode", "https://www.w3.org/TR/webnn/#dom-mlpaddingmode-constant", @@ -1062,38 +1162,38 @@ "https://www.w3.org/TR/webnn/#dom-mlpadoptions-mode", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#dom-mlpadoptions-value", - "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-pad", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%93%AA", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-pad-input-padding-options-input", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-pad-input-padding-options-padding", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlpadoptions", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-pad-input-padding-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A5%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlpadoptions%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlpaddingmode%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A3", "https://www.w3.org/TR/webnn/#example-3031e7ee", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", "https://www.w3.org/TR/webnn/#enumdef-mlroundingtype", "https://www.w3.org/TR/webnn/#dom-mlroundingtype-floor", "https://www.w3.org/TR/webnn/#dom-mlroundingtype-ceil", "https://www.w3.org/TR/webnn/#dictdef-mlpool2doptions", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mlpool2doptions-windowdimensions", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webnn/#dom-mlpool2doptions-padding", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlpool2doptions-strides", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mlpool2doptions-dilations", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlautopad%E2%91%A3", "https://www.w3.org/TR/webnn/#dom-mlpool2doptions-autopad", @@ -1101,123 +1201,123 @@ "https://www.w3.org/TR/webnn/#dom-mlpool2doptions-layout", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlroundingtype", "https://www.w3.org/TR/webnn/#dom-mlpool2doptions-roundingtype", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#dom-mlpool2doptions-outputsizes", - "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-averagepool2d", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-averagepool2d-input-options-input", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlpool2doptions", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-averagepool2d-input-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A6", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-l2pool2d", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-l2pool2d-input-options-input", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlpool2doptions%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-l2pool2d-input-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-maxpool2d", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-maxpool2d-input-options-input", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlpool2doptions%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-maxpool2d-input-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlpool2doptions%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlautopad%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlinputoperandlayout%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlroundingtype%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "https://www.w3.org/TR/webnn/#dictdef-mlreduceoptions", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A3", "https://www.w3.org/TR/webnn/#dom-mlreduceoptions-axes", - "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlreduceoptions-keepdimensions", - "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducel1", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducel1-input-options-input", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlreduceoptions", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducel1-input-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducel2", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducel2-input-options-input", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlreduceoptions%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducel2-input-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducelogsum", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducelogsum-input-options-input", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlreduceoptions%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducelogsum-input-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducelogsumexp", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducelogsumexp-input-options-input", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlreduceoptions%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducelogsumexp-input-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducemax", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducemax-input-options-input", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlreduceoptions%E2%91%A3", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducemax-input-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducemean", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducemean-input-options-input", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlreduceoptions%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducemean-input-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducemin", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducemin-input-options-input", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlreduceoptions%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducemin-input-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reduceproduct", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reduceproduct-input-options-input", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlreduceoptions%E2%91%A6", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reduceproduct-input-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducesum", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducesum-input-options-input", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlreduceoptions%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducesum-input-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducesumsquare", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducesumsquare-input-options-input", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlreduceoptions%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducesumsquare-input-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlreduceoptions%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-relu", - "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-relu", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-relu-x-x", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-relu%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d", "https://www.w3.org/TR/webnn/#enumdef-mlinterpolationmode", "https://www.w3.org/TR/webnn/#dom-mlinterpolationmode-nearest-neighbor", @@ -1225,183 +1325,186 @@ "https://www.w3.org/TR/webnn/#dictdef-mlresample2doptions", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlinterpolationmode", "https://www.w3.org/TR/webnn/#dom-mlresample2doptions-mode", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mlresample2doptions-scales", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mlresample2doptions-sizes", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mlresample2doptions-axes", - "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-resample2d", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-resample2d-input-options-input", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlresample2doptions", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-resample2d-input-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlresample2doptions%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlinterpolationmode%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reshape", - "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reshape", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reshape-input-newshape-input", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reshape-input-newshape-newshape", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-idl-nullable-type", - "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-sigmoid", - "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-sigmoid", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-sigmoid-x-x", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-sigmoid%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-slice", "https://www.w3.org/TR/webnn/#dictdef-mlsliceoptions", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlsliceoptions-axes", - "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-slice", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-slice-input-starts-sizes-options-input", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-slice-input-starts-sizes-options-starts", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-slice-input-starts-sizes-options-sizes", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsliceoptions", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-slice-input-starts-sizes-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsliceoptions%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softmax", - "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-softmax", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-softmax-x-x", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-softmax%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softplus", "https://www.w3.org/TR/webnn/#dictdef-mlsoftplusoptions", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlsoftplusoptions-steepness", - "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-softplus", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-softplus-x-options-x", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsoftplusoptions", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-softplus-x-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-softplus-options", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsoftplusoptions%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-softplus-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softsign", - "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-softsign", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-softsign-x-x", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-softsign%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-split", "https://www.w3.org/TR/webnn/#dictdef-mlsplitoptions", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#dom-mlsplitoptions-axis", - "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-split", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-split-input-splits-options-input", - "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-split-input-splits-options-splits", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsplitoptions", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-split-input-splits-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsplitoptions%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-squeeze", "https://www.w3.org/TR/webnn/#dictdef-mlsqueezeoptions", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mlsqueezeoptions-axes", - "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-squeeze", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-squeeze-input-options-input", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsqueezeoptions", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-squeeze-input-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsqueezeoptions%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-tanh", - "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-tanh", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-tanh-x-x", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-tanh%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-mloperator%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-transpose", "https://www.w3.org/TR/webnn/#dictdef-mltransposeoptions", - "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mltransposeoptions-permutation", - "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A6%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-transpose", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A7%E2%93%AA", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-transpose-input-options-input", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mltransposeoptions", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-transpose-input-options-options", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A7%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mltransposeoptions%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A7%E2%91%A1", "https://www.w3.org/TR/webnn/#api-mlgraph", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-SecureContext%E2%91%A5", @@ -1416,17 +1519,17 @@ "https://www.w3.org/TR/webnn/#ref-for-idl-record%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMString%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A7%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A7%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlgraph-outputdescriptors-slot", "https://www.w3.org/TR/webnn/#ref-for-idl-record%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMString%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A7%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A7%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlgraph-implementation-slot", "https://www.w3.org/TR/webnn/#api-mlcommandencoder", @@ -1458,7 +1561,7 @@ "https://www.w3.org/TR/webnn/#dom-mlcommandencoder-initializegraph-graph-graph", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-idl-undefined%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-constant", "https://www.w3.org/TR/webnn/#api-mlcommandencoder-dispatch-commands", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A1%E2%91%A3", @@ -1616,6 +1719,7 @@ "https://www.w3.org/TR/webnn/#biblio-im2txt", "https://www.w3.org/TR/webnn/#biblio-instance-normalization", "https://www.w3.org/TR/webnn/#biblio-leakyrelu", + "https://www.w3.org/TR/webnn/#biblio-lstm", "https://www.w3.org/TR/webnn/#biblio-maskr-cnn", "https://www.w3.org/TR/webnn/#biblio-mobilenetv3", "https://www.w3.org/TR/webnn/#biblio-models", diff --git a/tr/ids/webrtc-stats.json b/tr/ids/webrtc-stats.json index 22fd68d5910a..f1d742b621b0 100644 --- a/tr/ids/webrtc-stats.json +++ b/tr/ids/webrtc-stats.json @@ -55,10 +55,10 @@ "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-stats-object-2", "https://www.w3.org/TR/webrtc-stats/#dfn-stats-value", "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-stats-object-3", - "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcstats-2", + "https://www.w3.org/TR/webrtc-stats/#dom-rtcstats", "https://www.w3.org/TR/webrtc-stats/#webidl-1049090475", "https://www.w3.org/TR/webrtc-stats/#idl-def-rtcstats", - "https://www.w3.org/TR/webrtc-stats/#dom-rtcstats", + "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcstats-2", "https://www.w3.org/TR/webrtc-stats/#idl-def-rtcstats-timestamp", "https://www.w3.org/TR/webrtc-stats/#dom-rtcstats-timestamp", "https://www.w3.org/TR/webrtc-stats/#idl-def-rtcstats-type", diff --git a/tr/index.json b/tr/index.json index 676671b157d2..405ea598f31e 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2023-01-09T01:35:21.491Z", + "date": "2023-01-11T11:13:22.659Z", "options": { "fallback": "webref-fallback/tr/index.json", "output": "report", @@ -27,10 +27,10 @@ ] }, "stats": { - "crawled": 517, + "crawled": 534, "errors": 0 }, - "crawler": "reffy-11.2.2", + "crawler": "reffy-11.3.1", "results": [ { "url": "https://compat.spec.whatwg.org/", @@ -45,6 +45,7 @@ }, "nightly": { "url": "https://compat.spec.whatwg.org/", + "status": "Living Standard", "sourcePath": "compatibility.bs", "alternateUrls": [], "repository": "https://github.com/whatwg/compat", @@ -63,6 +64,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -107,6 +109,7 @@ ], "nightly": { "url": "https://console.spec.whatwg.org/", + "status": "Living Standard", "alternateUrls": [], "repository": "https://github.com/whatwg/console", "sourcePath": "index.bs", @@ -118,6 +121,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -140,6 +144,53 @@ "headings": "headings/console.json", "ids": "ids/console.json" }, + { + "url": "https://datatracker.ietf.org/doc/html/draft-cutler-httpbis-partitioned-cookies", + "seriesComposition": "full", + "shortname": "partitioned-cookies", + "series": { + "shortname": "partitioned-cookies", + "currentSpecification": "partitioned-cookies", + "title": "Cookies Having Independent Partitioned State specification", + "shortTitle": "Cookies Having Independent Partitioned State specification", + "nightlyUrl": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html" + }, + "organization": "IETF", + "groups": [ + { + "name": "HTTP Working Group", + "url": "https://datatracker.ietf.org/wg/httpbis/" + } + ], + "nightly": { + "url": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html", + "status": "Editor's Draft", + "repository": "https://github.com/DCtheTall/CHIPS-spec", + "alternateUrls": [], + "sourcePath": "draft-cutler-httpbis-partitioned-cookies.md", + "filename": "draft-cutler-httpbis-partitioned-cookies.html" + }, + "title": "Cookies Having Independent Partitioned State specification", + "source": "spec", + "shortTitle": "Cookies Having Independent Partitioned State specification", + "categories": [ + "browser" + ], + "standing": "good", + "versions": [ + "https://datatracker.ietf.org/doc/html/draft-cutler-httpbis-partitioned-cookies", + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html" + ], + "crawled": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html", + "crawlCacheInfo": { + "lastModified": "Thu, 05 Jan 2023 00:08:44 GMT" + }, + "date": "5 January 2023", + "links": "links/partitioned-cookies.json", + "refs": "refs/partitioned-cookies.json", + "headings": "headings/partitioned-cookies.json", + "ids": "ids/partitioned-cookies.json" + }, { "url": "https://datatracker.ietf.org/doc/html/draft-davidben-http-client-hint-reliability", "seriesComposition": "full", @@ -160,6 +211,7 @@ ], "nightly": { "url": "https://www.ietf.org/archive/id/draft-davidben-http-client-hint-reliability-03.html", + "status": "Editor's Draft", "repository": "https://github.com/davidben/http-client-hint-reliability", "sourcePath": "draft-davidben-http-client-hint-reliability.md", "alternateUrls": [], @@ -171,6 +223,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://datatracker.ietf.org/doc/html/draft-davidben-http-client-hint-reliability", "https://www.ietf.org/archive/id/draft-davidben-http-client-hint-reliability-03.html" @@ -205,6 +258,7 @@ ], "nightly": { "url": "https://httpwg.org/http-extensions/draft-ietf-httpbis-digest-headers.html", + "status": "Editor's Draft", "repository": "https://github.com/httpwg/http-extensions", "sourcePath": "draft-ietf-httpbis-digest-headers.md", "alternateUrls": [], @@ -216,15 +270,16 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-digest-headers", "https://httpwg.org/http-extensions/draft-ietf-httpbis-digest-headers.html" ], "crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-digest-headers.html", "crawlCacheInfo": { - "lastModified": "Sun, 08 Jan 2023 00:48:37 GMT" + "lastModified": "Tue, 10 Jan 2023 00:48:52 GMT" }, - "date": "8 January 2023", + "date": "10 January 2023", "links": "links/digest-headers.json", "refs": "refs/digest-headers.json", "headings": "headings/digest-headers.json", @@ -250,6 +305,7 @@ ], "nightly": { "url": "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html", + "status": "Editor's Draft", "repository": "https://github.com/httpwg/http-extensions", "sourcePath": "draft-ietf-httpbis-rfc6265bis.md", "alternateUrls": [], @@ -261,15 +317,16 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis", "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html" ], "crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html", "crawlCacheInfo": { - "lastModified": "Sun, 08 Jan 2023 00:48:37 GMT" + "lastModified": "Tue, 10 Jan 2023 00:48:52 GMT" }, - "date": "8 January 2023", + "date": "10 January 2023", "links": "links/rfc6265bis.json", "refs": "refs/rfc6265bis.json", "headings": "headings/rfc6265bis.json", @@ -295,6 +352,7 @@ ], "nightly": { "url": "https://dom.spec.whatwg.org/", + "status": "Living Standard", "alternateUrls": [], "repository": "https://github.com/whatwg/dom", "sourcePath": "dom.bs", @@ -306,6 +364,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -358,6 +417,7 @@ ], "nightly": { "url": "https://drafts.css-houdini.org/css-typed-om-2/", + "status": "A Collection of Interesting Ideas", "alternateUrls": [], "repository": "https://github.com/w3c/css-houdini-drafts", "sourcePath": "css-typed-om-2/Overview.bs", @@ -369,6 +429,7 @@ "categories": [ "browser" ], + "standing": "pending", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -380,7 +441,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-typed-om-2/", "crawlCacheInfo": { - "lastModified": "Sun, 8 Jan 2023 05:09:29 GMT" + "lastModified": "Wed, 11 Jan 2023 10:20:45 GMT" }, "generator": "bikeshed", "date": "8 February 2021", @@ -401,6 +462,7 @@ "nightlyUrl": "https://drafts.css-houdini.org/font-metrics-api/" }, "seriesVersion": "1", + "standing": "good", "organization": "W3C", "groups": [ { @@ -410,6 +472,7 @@ ], "nightly": { "url": "https://drafts.css-houdini.org/font-metrics-api-1/", + "status": "A Collection of Interesting Ideas", "alternateUrls": [], "repository": "https://github.com/w3c/css-houdini-drafts", "sourcePath": "font-metrics-api/Overview.bs", @@ -426,7 +489,7 @@ ], "crawled": "https://drafts.css-houdini.org/font-metrics-api-1/", "crawlCacheInfo": { - "lastModified": "Sun, 8 Jan 2023 05:09:56 GMT" + "lastModified": "Wed, 11 Jan 2023 10:21:23 GMT" }, "generator": "bikeshed", "date": "12 May 2021", @@ -458,6 +521,7 @@ ], "nightly": { "url": "https://drafts.csswg.org/css-anchor-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-anchor-1/", "https://w3c.github.io/csswg-drafts/css-anchor/" @@ -472,12 +536,13 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://drafts.csswg.org/css-anchor-1/" ], "crawled": "https://drafts.csswg.org/css-anchor-1/", "crawlCacheInfo": { - "lastModified": "Sun, 8 Jan 2023 04:06:47 GMT" + "lastModified": "Wed, 11 Jan 2023 10:24:25 GMT" }, "generator": "bikeshed", "date": "13 December 2022", @@ -511,6 +576,7 @@ ], "nightly": { "url": "https://drafts.csswg.org/css-animations-2/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-animations-2/" ], @@ -524,6 +590,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -535,7 +602,7 @@ ], "crawled": "https://drafts.csswg.org/css-animations-2/", "crawlCacheInfo": { - "lastModified": "Sun, 8 Jan 2023 04:06:58 GMT" + "lastModified": "Wed, 11 Jan 2023 10:24:33 GMT" }, "generator": "bikeshed", "date": "21 December 2022", @@ -571,6 +638,7 @@ ], "nightly": { "url": "https://drafts.csswg.org/css-backgrounds-4/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-backgrounds-4/" ], @@ -583,6 +651,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -594,7 +663,7 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-4/", "crawlCacheInfo": { - "lastModified": "Sun, 8 Jan 2023 04:07:12 GMT" + "lastModified": "Wed, 11 Jan 2023 10:24:42 GMT" }, "generator": "bikeshed", "date": "2 December 2022", @@ -605,6 +674,229 @@ "headings": "headings/css-backgrounds-4.json", "ids": "ids/css-backgrounds-4.json" }, + { + "url": "https://drafts.csswg.org/css-color-6/", + "seriesComposition": "delta", + "shortname": "css-color-6", + "series": { + "shortname": "css-color", + "currentSpecification": "css-color-4", + "title": "CSS Color", + "shortTitle": "CSS Color", + "releaseUrl": "https://www.w3.org/TR/css-color/", + "nightlyUrl": "https://drafts.csswg.org/css-color/" + }, + "seriesVersion": "6", + "seriesPrevious": "css-color-5", + "organization": "W3C", + "groups": [ + { + "name": "Cascading Style Sheets (CSS) Working Group", + "url": "https://www.w3.org/Style/CSS/" + } + ], + "nightly": { + "url": "https://drafts.csswg.org/css-color-6/", + "status": "Editor's Draft", + "alternateUrls": [ + "https://w3c.github.io/csswg-drafts/css-color-6/" + ], + "repository": "https://github.com/w3c/csswg-drafts", + "sourcePath": "css-color-6/Overview.bs", + "filename": "Overview.html" + }, + "title": "CSS Color Module Level 6", + "source": "spec", + "shortTitle": "CSS Color 6", + "categories": [ + "browser" + ], + "standing": "good", + "tests": { + "repository": "https://github.com/web-platform-tests/wpt", + "testPaths": [ + "css/css-color" + ] + }, + "versions": [ + "https://drafts.csswg.org/css-color-6/" + ], + "crawled": "https://drafts.csswg.org/css-color-6/", + "crawlCacheInfo": { + "lastModified": "Wed, 11 Jan 2023 10:25:51 GMT" + }, + "generator": "bikeshed", + "date": "9 January 2023", + "links": "links/css-color-6.json", + "refs": "refs/css-color-6.json", + "css": "css/css-color-6.json", + "dfns": "dfns/css-color-6.json", + "headings": "headings/css-color-6.json", + "ids": "ids/css-color-6.json" + }, + { + "url": "https://drafts.csswg.org/css-color-hdr/", + "seriesComposition": "full", + "shortname": "css-color-hdr", + "series": { + "shortname": "css-color-hdr", + "currentSpecification": "css-color-hdr", + "title": "CSS Color HDR", + "shortTitle": "CSS Color HDR", + "nightlyUrl": "https://drafts.csswg.org/css-color-hdr/" + }, + "organization": "W3C", + "groups": [ + { + "name": "Cascading Style Sheets (CSS) Working Group", + "url": "https://www.w3.org/Style/CSS/" + } + ], + "nightly": { + "url": "https://drafts.csswg.org/css-color-hdr/", + "status": "Unofficial Proposal Draft", + "alternateUrls": [ + "https://w3c.github.io/csswg-drafts/css-color-hdr/" + ], + "repository": "https://github.com/w3c/csswg-drafts", + "sourcePath": "css-color-hdr/Overview.bs", + "filename": "Overview.html" + }, + "title": "CSS Color HDR Module Level 1", + "source": "spec", + "shortTitle": "CSS Color HDR 1", + "categories": [ + "browser" + ], + "standing": "pending", + "versions": [ + "https://drafts.csswg.org/css-color-hdr/" + ], + "crawled": "https://drafts.csswg.org/css-color-hdr/", + "crawlCacheInfo": { + "lastModified": "Wed, 11 Jan 2023 10:25:58 GMT" + }, + "generator": "bikeshed", + "date": "31 May 2021", + "links": "links/css-color-hdr.json", + "refs": "refs/css-color-hdr.json", + "dfns": "dfns/css-color-hdr.json", + "headings": "headings/css-color-hdr.json", + "ids": "ids/css-color-hdr.json" + }, + { + "url": "https://drafts.csswg.org/css-conditional-values-1/", + "seriesComposition": "full", + "shortname": "css-conditional-values-1", + "series": { + "shortname": "css-conditional-values", + "currentSpecification": "css-conditional-values-1", + "title": "CSS Conditional Values", + "shortTitle": "CSS Conditional Values", + "nightlyUrl": "https://drafts.csswg.org/css-conditional-values/" + }, + "seriesVersion": "1", + "organization": "W3C", + "groups": [ + { + "name": "Cascading Style Sheets (CSS) Working Group", + "url": "https://www.w3.org/Style/CSS/" + } + ], + "nightly": { + "url": "https://drafts.csswg.org/css-conditional-values-1/", + "status": "Unofficial Proposal Draft", + "alternateUrls": [ + "https://w3c.github.io/csswg-drafts/css-conditional-values-1/", + "https://w3c.github.io/csswg-drafts/css-conditional-values/" + ], + "repository": "https://github.com/w3c/csswg-drafts", + "sourcePath": "css-conditional-values-1/Overview.bs", + "filename": "Overview.html" + }, + "title": "CSS Conditional Values Module Level 1", + "source": "spec", + "shortTitle": "CSS Conditional Values 1", + "categories": [ + "browser" + ], + "standing": "pending", + "versions": [ + "https://drafts.csswg.org/css-conditional-values-1/" + ], + "crawled": "https://drafts.csswg.org/css-conditional-values-1/", + "crawlCacheInfo": { + "lastModified": "Wed, 11 Jan 2023 10:26:07 GMT" + }, + "generator": "bikeshed", + "date": "14 July 2021", + "links": "links/css-conditional-values-1.json", + "refs": "refs/css-conditional-values-1.json", + "css": "css/css-conditional-values.json", + "dfns": "dfns/css-conditional-values-1.json", + "headings": "headings/css-conditional-values-1.json", + "ids": "ids/css-conditional-values-1.json" + }, + { + "url": "https://drafts.csswg.org/css-display-4/", + "seriesComposition": "full", + "shortname": "css-display-4", + "series": { + "shortname": "css-display", + "currentSpecification": "css-display-3", + "title": "CSS Display", + "shortTitle": "CSS Display", + "releaseUrl": "https://www.w3.org/TR/css-display/", + "nightlyUrl": "https://drafts.csswg.org/css-display/" + }, + "seriesVersion": "4", + "seriesPrevious": "css-display-3", + "organization": "W3C", + "groups": [ + { + "name": "Cascading Style Sheets (CSS) Working Group", + "url": "https://www.w3.org/Style/CSS/" + } + ], + "nightly": { + "url": "https://drafts.csswg.org/css-display-4/", + "status": "Editor's Draft", + "alternateUrls": [ + "https://w3c.github.io/csswg-drafts/css-display-4/" + ], + "repository": "https://github.com/w3c/csswg-drafts", + "sourcePath": "css-display-4/Overview.bs", + "filename": "Overview.html" + }, + "title": "CSS Display Module Level 4", + "source": "spec", + "shortTitle": "CSS Display 4", + "categories": [ + "browser" + ], + "standing": "good", + "tests": { + "repository": "https://github.com/web-platform-tests/wpt", + "testPaths": [ + "css/css-display" + ] + }, + "versions": [ + "https://drafts.csswg.org/css-display-4/" + ], + "crawled": "https://drafts.csswg.org/css-display-4/", + "crawlCacheInfo": { + "lastModified": "Wed, 11 Jan 2023 10:26:50 GMT" + }, + "generator": "bikeshed", + "date": "10 January 2023", + "links": "links/css-display-4.json", + "refs": "refs/css-display-4.json", + "css": "css/css-display.json", + "dfns": "dfns/css-display-4.json", + "headings": "headings/css-display-4.json", + "ids": "ids/css-display-4.json" + }, { "url": "https://drafts.csswg.org/css-easing-2/", "seriesComposition": "full", @@ -628,6 +920,7 @@ ], "nightly": { "url": "https://drafts.csswg.org/css-easing-2/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-easing-2/" ], @@ -641,6 +934,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -652,7 +946,7 @@ ], "crawled": "https://drafts.csswg.org/css-easing-2/", "crawlCacheInfo": { - "lastModified": "Sun, 8 Jan 2023 04:09:43 GMT" + "lastModified": "Wed, 11 Jan 2023 10:26:56 GMT" }, "generator": "bikeshed", "date": "29 November 2022", @@ -684,6 +978,7 @@ ], "nightly": { "url": "https://drafts.csswg.org/css-env-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-env-1/", "https://w3c.github.io/csswg-drafts/css-env/" @@ -698,6 +993,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -709,7 +1005,7 @@ ], "crawled": "https://drafts.csswg.org/css-env-1/", "crawlCacheInfo": { - "lastModified": "Sun, 8 Jan 2023 04:09:52 GMT" + "lastModified": "Wed, 11 Jan 2023 10:27:01 GMT" }, "generator": "bikeshed", "date": "30 August 2021", @@ -741,6 +1037,7 @@ ], "nightly": { "url": "https://drafts.csswg.org/css-extensions-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-extensions-1/", "https://w3c.github.io/csswg-drafts/css-extensions/" @@ -755,12 +1052,13 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://drafts.csswg.org/css-extensions-1/" ], "crawled": "https://drafts.csswg.org/css-extensions-1/", "crawlCacheInfo": { - "lastModified": "Sun, 8 Jan 2023 04:09:59 GMT" + "lastModified": "Wed, 11 Jan 2023 10:27:06 GMT" }, "generator": "bikeshed", "date": "26 August 2020", @@ -771,6 +1069,57 @@ "headings": "headings/css-extensions-1.json", "ids": "ids/css-extensions-1.json" }, + { + "url": "https://drafts.csswg.org/css-forms-1/", + "seriesComposition": "full", + "shortname": "css-forms-1", + "series": { + "shortname": "css-forms", + "currentSpecification": "css-forms-1", + "title": "CSS Form Styling", + "shortTitle": "CSS Form Styling", + "nightlyUrl": "https://drafts.csswg.org/css-forms/" + }, + "seriesVersion": "1", + "organization": "W3C", + "groups": [ + { + "name": "Cascading Style Sheets (CSS) Working Group", + "url": "https://www.w3.org/Style/CSS/" + } + ], + "nightly": { + "url": "https://drafts.csswg.org/css-forms-1/", + "status": "A Collection of Interesting Ideas", + "alternateUrls": [ + "https://w3c.github.io/csswg-drafts/css-forms-1/", + "https://w3c.github.io/csswg-drafts/css-forms/" + ], + "repository": "https://github.com/w3c/csswg-drafts", + "sourcePath": "css-forms-1/Overview.bs", + "filename": "Overview.html" + }, + "title": "CSS Form Styling Module Level 1", + "source": "spec", + "shortTitle": "CSS Form Styling 1", + "categories": [ + "browser" + ], + "standing": "pending", + "versions": [ + "https://drafts.csswg.org/css-forms-1/" + ], + "crawled": "https://drafts.csswg.org/css-forms-1/", + "crawlCacheInfo": { + "lastModified": "Wed, 11 Jan 2023 10:27:49 GMT" + }, + "generator": "bikeshed", + "date": "11 October 2017", + "links": "links/css-forms-1.json", + "refs": "refs/css-forms-1.json", + "headings": "headings/css-forms-1.json", + "ids": "ids/css-forms-1.json" + }, { "url": "https://drafts.csswg.org/css-gcpm-4/", "seriesComposition": "delta", @@ -795,6 +1144,7 @@ ], "nightly": { "url": "https://drafts.csswg.org/css-gcpm-4/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-gcpm-4/" ], @@ -807,6 +1157,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -818,7 +1169,7 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-4/", "crawlCacheInfo": { - "lastModified": "Sun, 8 Jan 2023 04:10:58 GMT" + "lastModified": "Wed, 11 Jan 2023 10:27:53 GMT" }, "generator": "bikeshed", "date": "27 June 2022", @@ -852,6 +1203,7 @@ ], "nightly": { "url": "https://drafts.csswg.org/css-grid-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-grid-3/" ], @@ -865,6 +1217,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -876,7 +1229,7 @@ ], "crawled": "https://drafts.csswg.org/css-grid-3/", "crawlCacheInfo": { - "lastModified": "Sun, 8 Jan 2023 04:11:31 GMT" + "lastModified": "Wed, 11 Jan 2023 10:28:23 GMT" }, "generator": "bikeshed", "date": "21 February 2021", @@ -910,6 +1263,7 @@ ], "nightly": { "url": "https://drafts.csswg.org/css-images-5/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-images-5/" ], @@ -923,6 +1277,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -934,7 +1289,7 @@ ], "crawled": "https://drafts.csswg.org/css-images-5/", "crawlCacheInfo": { - "lastModified": "Sun, 8 Jan 2023 04:12:03 GMT" + "lastModified": "Wed, 11 Jan 2023 10:28:41 GMT" }, "generator": "bikeshed", "date": "28 November 2022", @@ -966,6 +1321,7 @@ ], "nightly": { "url": "https://drafts.csswg.org/css-link-params-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-link-params-1/", "https://w3c.github.io/csswg-drafts/css-link-params/" @@ -980,12 +1336,13 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://drafts.csswg.org/css-link-params-1/" ], "crawled": "https://drafts.csswg.org/css-link-params-1/", "crawlCacheInfo": { - "lastModified": "Sun, 8 Jan 2023 04:12:17 GMT" + "lastModified": "Wed, 11 Jan 2023 10:28:53 GMT" }, "generator": "bikeshed", "date": "15 December 2022", @@ -1020,6 +1377,7 @@ ], "nightly": { "url": "https://drafts.csswg.org/css-multicol-2/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-multicol-2/" ], @@ -1032,6 +1390,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -1043,7 +1402,7 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-2/", "crawlCacheInfo": { - "lastModified": "Sun, 8 Jan 2023 04:12:45 GMT" + "lastModified": "Wed, 11 Jan 2023 10:29:19 GMT" }, "generator": "bikeshed", "date": "5 October 2021", @@ -1077,6 +1436,7 @@ ], "nightly": { "url": "https://drafts.csswg.org/css-page-4/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-page-4/" ], @@ -1090,6 +1450,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -1133,6 +1494,7 @@ ], "nightly": { "url": "https://drafts.csswg.org/css-scroll-snap-2/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-scroll-snap-2/" ], @@ -1146,6 +1508,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -1157,7 +1520,7 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-2/", "crawlCacheInfo": { - "lastModified": "Sun, 8 Jan 2023 04:14:15 GMT" + "lastModified": "Wed, 11 Jan 2023 10:30:37 GMT" }, "generator": "bikeshed", "date": "22 June 2022", @@ -1192,6 +1555,7 @@ ], "nightly": { "url": "https://drafts.csswg.org/css-shapes-2/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-shapes-2/" ], @@ -1205,6 +1569,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -1216,7 +1581,7 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-2/", "crawlCacheInfo": { - "lastModified": "Sun, 8 Jan 2023 04:14:33 GMT" + "lastModified": "Wed, 11 Jan 2023 10:30:49 GMT" }, "generator": "bikeshed", "date": "7 March 2022", @@ -1249,6 +1614,7 @@ ], "nightly": { "url": "https://drafts.csswg.org/css-size-adjust-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-size-adjust-1/", "https://w3c.github.io/csswg-drafts/css-size-adjust/" @@ -1262,6 +1628,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -1273,7 +1640,7 @@ ], "crawled": "https://drafts.csswg.org/css-size-adjust-1/", "crawlCacheInfo": { - "lastModified": "Sun, 8 Jan 2023 04:14:35 GMT" + "lastModified": "Wed, 11 Jan 2023 10:30:51 GMT" }, "generator": "bikeshed", "date": "22 June 2022", @@ -1307,6 +1674,7 @@ ], "nightly": { "url": "https://drafts.csswg.org/css-transitions-2/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-transitions-2/" ], @@ -1320,6 +1688,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -1331,7 +1700,7 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-2/", "crawlCacheInfo": { - "lastModified": "Sun, 8 Jan 2023 04:16:29 GMT" + "lastModified": "Wed, 11 Jan 2023 10:32:17 GMT" }, "generator": "bikeshed", "date": "14 July 2022", @@ -1366,6 +1735,7 @@ ], "nightly": { "url": "https://drafts.csswg.org/css-values-5/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-values-5/" ], @@ -1378,6 +1748,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -1389,7 +1760,7 @@ ], "crawled": "https://drafts.csswg.org/css-values-5/", "crawlCacheInfo": { - "lastModified": "Sun, 8 Jan 2023 04:17:10 GMT" + "lastModified": "Wed, 11 Jan 2023 10:32:57 GMT" }, "generator": "bikeshed", "date": "16 December 2021", @@ -1424,6 +1795,7 @@ ], "nightly": { "url": "https://drafts.csswg.org/css-variables-2/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-variables-2/" ], @@ -1436,6 +1808,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -1447,7 +1820,7 @@ ], "crawled": "https://drafts.csswg.org/css-variables-2/", "crawlCacheInfo": { - "lastModified": "Sun, 8 Jan 2023 04:17:21 GMT" + "lastModified": "Wed, 11 Jan 2023 10:33:05 GMT" }, "generator": "bikeshed", "date": "29 June 2022", @@ -1471,6 +1844,7 @@ "nightlyUrl": "https://drafts.csswg.org/web-animations/" }, "seriesVersion": "2", + "standing": "good", "seriesPrevious": "web-animations-1", "organization": "W3C", "groups": [ @@ -1481,6 +1855,7 @@ ], "nightly": { "url": "https://drafts.csswg.org/web-animations-2/", + "status": "Unofficial Proposal Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/web-animations-2/" ], @@ -1505,7 +1880,7 @@ ], "crawled": "https://drafts.csswg.org/web-animations-2/", "crawlCacheInfo": { - "lastModified": "Sun, 8 Jan 2023 04:19:55 GMT" + "lastModified": "Wed, 11 Jan 2023 10:35:10 GMT" }, "generator": "bikeshed", "date": "18 July 2022", @@ -1540,6 +1915,7 @@ ], "nightly": { "url": "https://drafts.fxtf.org/compositing-2/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/fxtf-drafts", "sourcePath": "compositing-2/Overview.bs", @@ -1550,6 +1926,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -1595,6 +1972,7 @@ ], "nightly": { "url": "https://drafts.fxtf.org/filter-effects-2/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/fxtf-drafts", "sourcePath": "filter-effects-2/Overview.bs", @@ -1606,6 +1984,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -1617,7 +1996,7 @@ ], "crawled": "https://drafts.fxtf.org/filter-effects-2/", "crawlCacheInfo": { - "lastModified": "Sun, 8 Jan 2023 05:06:43 GMT" + "lastModified": "Wed, 11 Jan 2023 10:18:34 GMT" }, "generator": "bikeshed", "date": "10 February 2022", @@ -1628,6 +2007,61 @@ "headings": "headings/filter-effects-2.json", "ids": "ids/filter-effects-2.json" }, + { + "url": "https://encoding.spec.whatwg.org/", + "seriesComposition": "full", + "shortname": "encoding", + "series": { + "shortname": "encoding", + "currentSpecification": "encoding", + "title": "Encoding Standard", + "shortTitle": "Encoding", + "nightlyUrl": "https://encoding.spec.whatwg.org/" + }, + "organization": "WHATWG", + "groups": [ + { + "name": "Encoding Workstream", + "url": "https://encoding.spec.whatwg.org/" + } + ], + "nightly": { + "url": "https://encoding.spec.whatwg.org/", + "status": "Living Standard", + "alternateUrls": [], + "repository": "https://github.com/whatwg/encoding", + "sourcePath": "encoding.bs", + "filename": "index.html" + }, + "title": "Encoding Standard", + "source": "specref", + "shortTitle": "Encoding", + "categories": [ + "browser" + ], + "standing": "good", + "tests": { + "repository": "https://github.com/web-platform-tests/wpt", + "testPaths": [ + "encoding" + ] + }, + "versions": [ + "https://encoding.spec.whatwg.org/" + ], + "crawled": "https://encoding.spec.whatwg.org/", + "crawlCacheInfo": { + "lastModified": "Wed, 26 Oct 2022 12:34:28 GMT" + }, + "generator": "bikeshed", + "date": "26 October 2022", + "links": "links/encoding.json", + "refs": "refs/encoding.json", + "idl": "idl/encoding.idl", + "dfns": "dfns/encoding.json", + "headings": "headings/encoding.json", + "ids": "ids/encoding.json" + }, { "url": "https://fedidcg.github.io/FedCM/", "seriesComposition": "full", @@ -1648,6 +2082,7 @@ ], "nightly": { "url": "https://fedidcg.github.io/FedCM/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/fedidcg/FedCM", "sourcePath": "spec/index.bs", @@ -1659,6 +2094,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://fedidcg.github.io/FedCM/" ], @@ -1695,6 +2131,7 @@ ], "nightly": { "url": "https://fetch.spec.whatwg.org/", + "status": "Living Standard", "alternateUrls": [], "repository": "https://github.com/whatwg/fetch", "sourcePath": "fetch.bs", @@ -1706,6 +2143,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -1722,10 +2160,10 @@ ], "crawled": "https://fetch.spec.whatwg.org/", "crawlCacheInfo": { - "lastModified": "Tue, 03 Jan 2023 09:40:32 GMT" + "lastModified": "Tue, 10 Jan 2023 18:20:53 GMT" }, "generator": "bikeshed", - "date": "3 January 2023", + "date": "10 January 2023", "links": "links/fetch.json", "refs": "refs/fetch.json", "idl": "idl/fetch.idl", @@ -1754,6 +2192,7 @@ ], "nightly": { "url": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html", + "status": "Editor's Draft", "alternateUrls": [], "filename": "fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html" }, @@ -1763,6 +2202,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html" ], @@ -1799,6 +2239,7 @@ ], "nightly": { "url": "https://fs.spec.whatwg.org/", + "status": "Living Standard", "alternateUrls": [], "repository": "https://github.com/whatwg/fs", "sourcePath": "index.bs", @@ -1810,6 +2251,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -1821,10 +2263,10 @@ ], "crawled": "https://fs.spec.whatwg.org/", "crawlCacheInfo": { - "lastModified": "Fri, 06 Jan 2023 09:27:11 GMT" + "lastModified": "Wed, 11 Jan 2023 08:40:39 GMT" }, "generator": "bikeshed", - "date": "6 January 2023", + "date": "11 January 2023", "links": "links/fs.json", "refs": "refs/fs.json", "idl": "idl/fs.idl", @@ -1852,6 +2294,7 @@ ], "nightly": { "url": "https://fullscreen.spec.whatwg.org/", + "status": "Living Standard", "alternateUrls": [], "repository": "https://github.com/whatwg/fullscreen", "sourcePath": "fullscreen.bs", @@ -1863,6 +2306,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -1900,6 +2344,7 @@ }, "nightly": { "url": "https://html.spec.whatwg.org/multipage/", + "status": "Living Standard", "sourcePath": "source", "alternateUrls": [], "repository": "https://github.com/whatwg/html", @@ -1978,6 +2423,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -2016,13 +2462,14 @@ ], "crawled": "https://html.spec.whatwg.org/multipage/", "crawlCacheInfo": { - "lastModified": "Mon, 26 Dec 2022 10:04:58 GMT" + "lastModified": "Wed, 11 Jan 2023 05:36:47 GMT" }, - "date": "26 December 2022", + "date": "11 January 2023", "links": "links/html.json", "refs": "refs/html.json", "events": "events/html.json", "idl": "idl/html.idl", + "css": "css/html.json", "dfns": "dfns/html.json", "elements": "elements/html.json", "headings": "headings/html.json", @@ -2048,6 +2495,7 @@ ], "nightly": { "url": "https://immersive-web.github.io/anchors/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/immersive-web/anchors", "sourcePath": "index.bs", @@ -2059,6 +2507,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -2101,6 +2550,7 @@ ], "nightly": { "url": "https://immersive-web.github.io/model-element/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/immersive-web/model-element", "sourcePath": "index.html", @@ -2112,6 +2562,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://immersive-web.github.io/model-element/" ], @@ -2149,6 +2600,7 @@ ], "nightly": { "url": "https://immersive-web.github.io/raw-camera-access/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/immersive-web/raw-camera-access", "sourcePath": "index.bs", @@ -2160,6 +2612,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://immersive-web.github.io/raw-camera-access/" ], @@ -2196,6 +2649,7 @@ ], "nightly": { "url": "https://infra.spec.whatwg.org/", + "status": "Living Standard", "alternateUrls": [], "repository": "https://github.com/whatwg/infra", "sourcePath": "infra.bs", @@ -2207,6 +2661,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://infra.spec.whatwg.org/" ], @@ -2242,6 +2697,7 @@ ], "nightly": { "url": "https://mimesniff.spec.whatwg.org/", + "status": "Living Standard", "alternateUrls": [], "repository": "https://github.com/whatwg/mimesniff", "sourcePath": "mimesniff.bs", @@ -2253,6 +2709,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -2294,6 +2751,7 @@ ], "nightly": { "url": "https://notifications.spec.whatwg.org/", + "status": "Living Standard", "alternateUrls": [], "repository": "https://github.com/whatwg/notifications", "sourcePath": "notifications.bs", @@ -2305,6 +2763,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -2348,6 +2807,7 @@ ], "nightly": { "url": "https://privacycg.github.io/private-click-measurement/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/privacycg/private-click-measurement", "sourcePath": "private-click-measurement.bs", @@ -2359,6 +2819,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://privacycg.github.io/private-click-measurement/" ], @@ -2395,6 +2856,7 @@ ], "nightly": { "url": "https://privacycg.github.io/storage-access/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/privacycg/storage-access", "sourcePath": "storage-access.bs", @@ -2406,6 +2868,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -2417,10 +2880,10 @@ ], "crawled": "https://privacycg.github.io/storage-access/", "crawlCacheInfo": { - "lastModified": "Thu, 05 Jan 2023 12:40:30 GMT" + "lastModified": "Mon, 09 Jan 2023 13:04:56 GMT" }, "generator": "bikeshed", - "date": "5 January 2023", + "date": "9 January 2023", "links": "links/storage-access.json", "refs": "refs/storage-access.json", "idl": "idl/storage-access.idl", @@ -2448,6 +2911,7 @@ ], "nightly": { "url": "https://quirks.spec.whatwg.org/", + "status": "Living Standard", "alternateUrls": [], "repository": "https://github.com/whatwg/quirks", "sourcePath": "quirks.bs", @@ -2459,6 +2923,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -2500,6 +2965,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/ANGLE_instanced_arrays/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/ANGLE_instanced_arrays/extension.xml", @@ -2511,6 +2977,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -2548,6 +3015,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/EXT_blend_minmax/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/EXT_blend_minmax/extension.xml", @@ -2559,6 +3027,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -2596,6 +3065,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/EXT_clip_cull_distance/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/EXT_clip_cull_distance/extension.xml", @@ -2607,6 +3077,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -2644,6 +3115,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/EXT_color_buffer_float/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/EXT_color_buffer_float/extension.xml", @@ -2655,6 +3127,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -2692,6 +3165,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/EXT_color_buffer_half_float/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/EXT_color_buffer_half_float/extension.xml", @@ -2703,6 +3177,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -2740,6 +3215,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/EXT_disjoint_timer_query_webgl2/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/EXT_disjoint_timer_query_webgl2/extension.xml", @@ -2751,6 +3227,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -2788,6 +3265,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/EXT_disjoint_timer_query/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/EXT_disjoint_timer_query/extension.xml", @@ -2799,6 +3277,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -2836,6 +3315,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/EXT_float_blend/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/EXT_float_blend/extension.xml", @@ -2847,6 +3327,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -2884,6 +3365,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/EXT_frag_depth/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/EXT_frag_depth/extension.xml", @@ -2895,6 +3377,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -2932,6 +3415,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/EXT_shader_texture_lod/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/EXT_shader_texture_lod/extension.xml", @@ -2943,6 +3427,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -2980,6 +3465,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/EXT_sRGB/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/EXT_sRGB/extension.xml", @@ -2991,6 +3477,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -3028,6 +3515,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/EXT_texture_compression_bptc/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/EXT_texture_compression_bptc/extension.xml", @@ -3039,6 +3527,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -3076,6 +3565,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/EXT_texture_compression_rgtc/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/EXT_texture_compression_rgtc/extension.xml", @@ -3087,6 +3577,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -3124,6 +3615,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/EXT_texture_filter_anisotropic/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/EXT_texture_filter_anisotropic/extension.xml", @@ -3135,6 +3627,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -3172,6 +3665,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/EXT_texture_norm16/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/EXT_texture_norm16/extension.xml", @@ -3183,6 +3677,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -3220,6 +3715,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/KHR_parallel_shader_compile/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/KHR_parallel_shader_compile/extension.xml", @@ -3231,6 +3727,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -3268,6 +3765,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/OES_draw_buffers_indexed/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/OES_draw_buffers_indexed/extension.xml", @@ -3279,6 +3777,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -3316,6 +3815,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/OES_element_index_uint/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/OES_element_index_uint/extension.xml", @@ -3327,6 +3827,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -3364,6 +3865,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/OES_fbo_render_mipmap/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/OES_fbo_render_mipmap/extension.xml", @@ -3375,6 +3877,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -3412,6 +3915,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/OES_standard_derivatives/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/OES_standard_derivatives/extension.xml", @@ -3423,6 +3927,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -3460,6 +3965,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/OES_texture_float_linear/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/OES_texture_float_linear/extension.xml", @@ -3471,6 +3977,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -3508,6 +4015,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/OES_texture_float/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/OES_texture_float/extension.xml", @@ -3519,6 +4027,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -3556,6 +4065,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/OES_texture_half_float_linear/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/OES_texture_half_float_linear/extension.xml", @@ -3567,6 +4077,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -3604,6 +4115,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/OES_texture_half_float/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/OES_texture_half_float/extension.xml", @@ -3615,6 +4127,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -3652,6 +4165,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/OES_vertex_array_object/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/OES_vertex_array_object/extension.xml", @@ -3663,6 +4177,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -3700,6 +4215,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/OVR_multiview2/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/OVR_multiview2/extension.xml", @@ -3711,6 +4227,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -3748,6 +4265,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/WEBGL_blend_equation_advanced_coherent/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/WEBGL_blend_equation_advanced_coherent/extension.xml", @@ -3759,6 +4277,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -3796,6 +4315,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/WEBGL_color_buffer_float/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/WEBGL_color_buffer_float/extension.xml", @@ -3807,6 +4327,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -3844,6 +4365,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_astc/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/WEBGL_compressed_texture_astc/extension.xml", @@ -3855,6 +4377,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -3892,6 +4415,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_etc/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/WEBGL_compressed_texture_etc/extension.xml", @@ -3903,6 +4427,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -3940,6 +4465,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_etc1/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/WEBGL_compressed_texture_etc1/extension.xml", @@ -3951,6 +4477,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -3988,6 +4515,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_pvrtc/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/WEBGL_compressed_texture_pvrtc/extension.xml", @@ -3999,6 +4527,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -4036,6 +4565,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_s3tc_srgb/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/WEBGL_compressed_texture_s3tc_srgb/extension.xml", @@ -4047,6 +4577,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -4084,6 +4615,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_s3tc/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/WEBGL_compressed_texture_s3tc/extension.xml", @@ -4095,6 +4627,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -4132,6 +4665,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/WEBGL_debug_renderer_info/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/WEBGL_debug_renderer_info/extension.xml", @@ -4143,6 +4677,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -4180,6 +4715,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/WEBGL_debug_shaders/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/WEBGL_debug_shaders/extension.xml", @@ -4191,6 +4727,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -4228,6 +4765,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/WEBGL_depth_texture/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/WEBGL_depth_texture/extension.xml", @@ -4239,6 +4777,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -4276,6 +4815,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/WEBGL_draw_buffers/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/WEBGL_draw_buffers/extension.xml", @@ -4287,6 +4827,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -4324,6 +4865,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/WEBGL_draw_instanced_base_vertex_base_instance/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/WEBGL_draw_instanced_base_vertex_base_instance/extension.xml", @@ -4335,6 +4877,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -4372,6 +4915,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/WEBGL_lose_context/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/WEBGL_lose_context/extension.xml", @@ -4383,6 +4927,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -4420,6 +4965,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/WEBGL_multi_draw_instanced_base_vertex_base_instance/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/WEBGL_multi_draw_instanced_base_vertex_base_instance/extension.xml", @@ -4431,6 +4977,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -4468,6 +5015,7 @@ ], "nightly": { "url": "https://registry.khronos.org/webgl/extensions/WEBGL_multi_draw/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", "sourcePath": "extensions/WEBGL_multi_draw/extension.xml", @@ -4479,6 +5027,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/KhronosGroup/WebGL", "testPaths": [ @@ -4510,6 +5059,7 @@ "seriesVersion": "1", "nightly": { "url": "https://registry.khronos.org/webgl/specs/latest/1.0/", + "status": "Editor's Draft", "sourcePath": "specs/latest/1.0/index.html", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", @@ -4534,6 +5084,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://registry.khronos.org/webgl/specs/latest/1.0/" ], @@ -4563,6 +5114,7 @@ "seriesVersion": "2", "nightly": { "url": "https://registry.khronos.org/webgl/specs/latest/2.0/", + "status": "Editor's Draft", "sourcePath": "specs/latest/2.0/index.html", "alternateUrls": [], "repository": "https://github.com/KhronosGroup/WebGL", @@ -4587,6 +5139,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://registry.khronos.org/webgl/specs/latest/2.0/" ], @@ -4623,6 +5176,7 @@ ], "nightly": { "url": "https://sourcemaps.info/spec.html", + "status": "Editor's Draft", "alternateUrls": [], "filename": "spec.html" }, @@ -4631,6 +5185,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://sourcemaps.info/spec.html" ], @@ -4662,6 +5217,7 @@ ], "nightly": { "url": "https://storage.spec.whatwg.org/", + "status": "Living Standard", "alternateUrls": [], "repository": "https://github.com/whatwg/storage", "sourcePath": "storage.bs", @@ -4673,6 +5229,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -4718,6 +5275,7 @@ ], "nightly": { "url": "https://streams.spec.whatwg.org/", + "status": "Living Standard", "alternateUrls": [], "repository": "https://github.com/whatwg/streams", "sourcePath": "index.bs", @@ -4729,6 +5287,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -4771,6 +5330,7 @@ ], "nightly": { "url": "https://svgwg.org/specs/animations/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/svgwg", "sourcePath": "specs/animations/master/Overview.html", @@ -4782,14 +5342,15 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://svgwg.org/specs/animations/" ], "crawled": "https://svgwg.org/specs/animations/", "crawlCacheInfo": { - "lastModified": "Wed, 21 Dec 2022 10:31:55 GMT" + "lastModified": "Tue, 10 Jan 2023 08:05:18 GMT" }, - "date": "21 December 2022", + "date": "10 January 2023", "links": "links/svg-animations.json", "refs": "refs/svg-animations.json", "events": "events/svg-animations.json", @@ -4829,6 +5390,7 @@ ], "nightly": { "url": "https://tc39.es/ecma262/multipage/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/tc39/ecma262", "sourcePath": "spec.html", @@ -4879,6 +5441,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/ecma262/multipage/" ], @@ -4918,6 +5481,7 @@ ], "nightly": { "url": "https://tc39.es/ecma402/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/tc39/ecma402", "sourcePath": "spec/index.html", @@ -4929,6 +5493,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/ecma402/" ], @@ -4962,6 +5527,7 @@ ], "nightly": { "url": "https://tc39.es/proposal-array-find-from-last/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-array-find-from-last", "sourcePath": "spec.html", @@ -4973,6 +5539,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-array-find-from-last/" ], @@ -5005,6 +5572,7 @@ ], "nightly": { "url": "https://tc39.es/proposal-array-from-async/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-array-from-async", "sourcePath": "spec.html", @@ -5016,6 +5584,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-array-from-async/" ], @@ -5048,6 +5617,7 @@ ], "nightly": { "url": "https://tc39.es/proposal-array-grouping/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-array-grouping", "sourcePath": "index.html", @@ -5059,6 +5629,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-array-grouping/" ], @@ -5091,6 +5662,7 @@ ], "nightly": { "url": "https://tc39.es/proposal-atomics-wait-async/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-atomics-wait-async", "sourcePath": "spec.html", @@ -5102,6 +5674,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-atomics-wait-async/" ], @@ -5134,6 +5707,7 @@ ], "nightly": { "url": "https://tc39.es/proposal-change-array-by-copy/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-change-array-by-copy", "sourcePath": "spec.html", @@ -5145,6 +5719,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-change-array-by-copy/" ], @@ -5177,6 +5752,7 @@ ], "nightly": { "url": "https://tc39.es/proposal-decorators/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-decorators", "filename": "index.html" @@ -5187,6 +5763,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-decorators/" ], @@ -5213,6 +5790,7 @@ }, "nightly": { "url": "https://tc39.es/proposal-explicit-resource-management/", + "status": "Editor's Draft", "sourcePath": "spec.emu", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-explicit-resource-management", @@ -5231,6 +5809,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-explicit-resource-management/" ], @@ -5263,6 +5842,7 @@ ], "nightly": { "url": "https://tc39.es/proposal-import-assertions/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-import-assertions", "sourcePath": "spec.html", @@ -5274,6 +5854,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-import-assertions/" ], @@ -5307,6 +5888,7 @@ ], "nightly": { "url": "https://tc39.es/proposal-intl-duration-format/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-intl-duration-format", "sourcePath": "index.html", @@ -5318,6 +5900,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-intl-duration-format/" ], @@ -5350,6 +5933,7 @@ ], "nightly": { "url": "https://tc39.es/proposal-intl-enumeration/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-intl-enumeration", "sourcePath": "index.html", @@ -5361,6 +5945,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-intl-enumeration/" ], @@ -5394,6 +5979,7 @@ ], "nightly": { "url": "https://tc39.es/proposal-intl-extend-timezonename/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-intl-extend-timezonename", "sourcePath": "index.html", @@ -5405,6 +5991,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-intl-extend-timezonename/" ], @@ -5437,6 +6024,7 @@ ], "nightly": { "url": "https://tc39.es/proposal-intl-locale-info/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-intl-locale-info", "sourcePath": "index.html", @@ -5448,6 +6036,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-intl-locale-info/" ], @@ -5474,6 +6063,7 @@ "title": "[No title found for https://tc39.es/proposal-intl-numberformat-v3/out/annexes/proposed.html]", "nightly": { "url": "https://tc39.es/proposal-intl-numberformat-v3/out/annexes/proposed.html", + "status": "Editor's Draft", "sourcePath": "out/annexes/proposed.html", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-intl-numberformat-v3", @@ -5491,14 +6081,15 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-intl-numberformat-v3/out/annexes/proposed.html" ], "crawled": "https://tc39.es/proposal-intl-numberformat-v3/out/annexes/proposed.html", "crawlCacheInfo": { - "lastModified": "Tue, 29 Nov 2022 04:31:31 GMT" + "lastModified": "Wed, 11 Jan 2023 02:25:07 GMT" }, - "date": "29 November 2022", + "date": "11 January 2023", "links": "links/tc39-intl-annexes.json", "ids": "ids/tc39-intl-annexes.json" }, @@ -5516,6 +6107,7 @@ "title": "[No title found for https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html]", "nightly": { "url": "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html", + "status": "Editor's Draft", "sourcePath": "out/negotiation/proposed.html", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-intl-numberformat-v3", @@ -5533,14 +6125,15 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html" ], "crawled": "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html", "crawlCacheInfo": { - "lastModified": "Tue, 29 Nov 2022 04:31:31 GMT" + "lastModified": "Wed, 11 Jan 2023 02:25:07 GMT" }, - "date": "29 November 2022", + "date": "11 January 2023", "links": "links/tc39-intl-negotiation.json", "headings": "headings/tc39-intl-negotiation.json", "ids": "ids/tc39-intl-negotiation.json" @@ -5559,6 +6152,7 @@ "title": "[No title found for https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html]", "nightly": { "url": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html", + "status": "Editor's Draft", "sourcePath": "out/numberformat/proposed.html", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-intl-numberformat-v3", @@ -5576,14 +6170,15 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html" ], "crawled": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html", "crawlCacheInfo": { - "lastModified": "Tue, 29 Nov 2022 04:31:31 GMT" + "lastModified": "Wed, 11 Jan 2023 02:25:07 GMT" }, - "date": "29 November 2022", + "date": "11 January 2023", "links": "links/tc39-intl-numberformat.json", "dfns": "dfns/tc39-intl-numberformat.json", "headings": "headings/tc39-intl-numberformat.json", @@ -5603,6 +6198,7 @@ "title": "[No title found for https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html]", "nightly": { "url": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html", + "status": "Editor's Draft", "sourcePath": "out/pluralrules/proposed.html", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-intl-numberformat-v3", @@ -5620,14 +6216,15 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html" ], "crawled": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html", "crawlCacheInfo": { - "lastModified": "Tue, 29 Nov 2022 04:31:31 GMT" + "lastModified": "Wed, 11 Jan 2023 02:25:07 GMT" }, - "date": "29 November 2022", + "date": "11 January 2023", "links": "links/tc39-intl-pluralrules.json", "headings": "headings/tc39-intl-pluralrules.json", "ids": "ids/tc39-intl-pluralrules.json" @@ -5652,6 +6249,7 @@ ], "nightly": { "url": "https://tc39.es/proposal-is-usv-string/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-is-usv-string", "sourcePath": "spec.html", @@ -5663,6 +6261,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-is-usv-string/" ], @@ -5695,6 +6294,7 @@ ], "nightly": { "url": "https://tc39.es/proposal-iterator-helpers/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-iterator-helpers", "sourcePath": "spec.html", @@ -5706,6 +6306,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-iterator-helpers/" ], @@ -5738,6 +6339,7 @@ ], "nightly": { "url": "https://tc39.es/proposal-json-modules/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-json-modules", "sourcePath": "spec.html", @@ -5749,6 +6351,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-json-modules/" ], @@ -5781,6 +6384,7 @@ ], "nightly": { "url": "https://tc39.es/proposal-json-parse-with-source/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-json-parse-with-source", "sourcePath": "spec.html", @@ -5792,6 +6396,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-json-parse-with-source/" ], @@ -5817,6 +6422,7 @@ }, "nightly": { "url": "https://tc39.es/proposal-regexp-modifiers/", + "status": "Editor's Draft", "sourcePath": "spec.emu", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-regexp-modifiers", @@ -5835,6 +6441,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-regexp-modifiers/" ], @@ -5867,6 +6474,7 @@ ], "nightly": { "url": "https://tc39.es/proposal-resizablearraybuffer/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-resizablearraybuffer", "sourcePath": "spec.html", @@ -5878,6 +6486,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-resizablearraybuffer/" ], @@ -5910,6 +6519,7 @@ ], "nightly": { "url": "https://tc39.es/proposal-set-methods/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-set-methods", "sourcePath": "spec/index.html", @@ -5921,14 +6531,15 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-set-methods/" ], "crawled": "https://tc39.es/proposal-set-methods/", "crawlCacheInfo": { - "lastModified": "Wed, 30 Nov 2022 13:49:33 GMT" + "lastModified": "Mon, 09 Jan 2023 21:04:59 GMT" }, - "date": "30 November 2022", + "date": "9 January 2023", "links": "links/tc39-set-methods.json", "headings": "headings/tc39-set-methods.json", "ids": "ids/tc39-set-methods.json" @@ -5953,6 +6564,7 @@ ], "nightly": { "url": "https://tc39.es/proposal-shadowrealm/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-shadowrealm", "sourcePath": "spec.html", @@ -5964,6 +6576,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-shadowrealm/" ], @@ -5990,6 +6603,7 @@ }, "nightly": { "url": "https://tc39.es/proposal-symbols-as-weakmap-keys/", + "status": "Editor's Draft", "sourcePath": "spec.emu", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-symbols-as-weakmap-keys", @@ -6008,6 +6622,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-symbols-as-weakmap-keys/" ], @@ -6040,6 +6655,7 @@ ], "nightly": { "url": "https://tc39.es/proposal-temporal/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-temporal", "sourcePath": "spec.html", @@ -6051,14 +6667,15 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://tc39.es/proposal-temporal/" ], "crawled": "https://tc39.es/proposal-temporal/", "crawlCacheInfo": { - "lastModified": "Fri, 06 Jan 2023 01:04:51 GMT" + "lastModified": "Wed, 11 Jan 2023 01:17:08 GMT" }, - "date": "6 January 2023", + "date": "11 January 2023", "links": "links/tc39-temporal.json", "headings": "headings/tc39-temporal.json", "ids": "ids/tc39-temporal.json" @@ -6083,6 +6700,7 @@ ], "nightly": { "url": "https://testutils.spec.whatwg.org/", + "status": "Living Standard", "alternateUrls": [], "repository": "https://github.com/whatwg/testutils", "sourcePath": "index.bs", @@ -6094,6 +6712,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://testutils.spec.whatwg.org/" ], @@ -6130,6 +6749,7 @@ ], "nightly": { "url": "https://url.spec.whatwg.org/", + "status": "Living Standard", "alternateUrls": [], "repository": "https://github.com/whatwg/url", "sourcePath": "url.bs", @@ -6141,6 +6761,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -6177,12 +6798,13 @@ "organization": "W3C", "groups": [ { - "name": "Web Platform Incubator Community Group", - "url": "https://www.w3.org/community/wicg/" + "name": "Web Applications Working Group", + "url": "https://www.w3.org/groups/wg/webapps" } ], "nightly": { "url": "https://w3c.github.io/badging/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/badging", "sourcePath": "index.html", @@ -6194,6 +6816,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -6217,56 +6840,9 @@ "ids": "ids/badging.json" }, { - "url": "https://w3c.github.io/contact-api/spec/", + "url": "https://w3c.github.io/contentEditable/", "seriesComposition": "full", - "shortname": "contact-api", - "series": { - "shortname": "contact-api", - "currentSpecification": "contact-api", - "title": "Contact Picker API", - "shortTitle": "Contact Picker API", - "nightlyUrl": "https://w3c.github.io/contact-api/spec/" - }, - "organization": "W3C", - "groups": [ - { - "name": "Web Platform Incubator Community Group", - "url": "https://www.w3.org/community/wicg/" - } - ], - "nightly": { - "url": "https://w3c.github.io/contact-api/spec/", - "alternateUrls": [], - "repository": "https://github.com/w3c/contact-api", - "sourcePath": "spec/index.bs", - "filename": "index.html" - }, - "title": "Contact Picker API", - "source": "spec", - "shortTitle": "Contact Picker API", - "categories": [ - "browser" - ], - "versions": [ - "https://w3c.github.io/contact-api/spec/" - ], - "crawled": "https://w3c.github.io/contact-picker/spec/", - "crawlCacheInfo": { - "lastModified": "Wed, 21 Dec 2022 12:11:38 GMT" - }, - "generator": "bikeshed", - "date": "21 December 2022", - "links": "links/contact-api.json", - "refs": "refs/contact-api.json", - "idl": "idl/contact-api.idl", - "dfns": "dfns/contact-api.json", - "headings": "headings/contact-api.json", - "ids": "ids/contact-api.json" - }, - { - "url": "https://w3c.github.io/contentEditable/", - "seriesComposition": "full", - "shortname": "contentEditable", + "shortname": "contentEditable", "series": { "shortname": "contentEditable", "currentSpecification": "contentEditable", @@ -6283,6 +6859,7 @@ ], "nightly": { "url": "https://w3c.github.io/contentEditable/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/contentEditable", "sourcePath": "index.html", @@ -6294,6 +6871,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -6335,6 +6913,7 @@ ], "nightly": { "url": "https://w3c.github.io/gamepad/extensions.html", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/gamepad", "sourcePath": "extensions.html", @@ -6346,6 +6925,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://w3c.github.io/gamepad/extensions.html" ], @@ -6382,6 +6962,7 @@ ], "nightly": { "url": "https://w3c.github.io/mathml-aam/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/mathml-aam", "sourcePath": "index.html", @@ -6393,6 +6974,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://w3c.github.io/mathml-aam/" ], @@ -6428,6 +7010,7 @@ ], "nightly": { "url": "https://w3c.github.io/media-playback-quality/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/media-playback-quality", "sourcePath": "index.html", @@ -6439,6 +7022,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -6481,6 +7065,7 @@ ], "nightly": { "url": "https://w3c.github.io/mediacapture-automation/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/mediacapture-automation", "sourcePath": "index.html", @@ -6492,6 +7077,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://w3c.github.io/mediacapture-automation/" ], @@ -6521,6 +7107,7 @@ }, "nightly": { "url": "https://w3c.github.io/mediacapture-handle/actions/", + "status": "Editor's Draft", "sourcePath": "actions/index.html", "alternateUrls": [], "repository": "https://github.com/w3c/mediacapture-handle", @@ -6539,6 +7126,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://w3c.github.io/mediacapture-handle/actions/" ], @@ -6576,6 +7164,7 @@ ], "nightly": { "url": "https://w3c.github.io/PNG-spec/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/PNG-spec", "sourcePath": "index.html", @@ -6587,74 +7176,22 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://w3c.github.io/PNG-spec/" ], "crawled": "https://w3c.github.io/PNG-spec/", "crawlCacheInfo": { - "lastModified": "Mon, 19 Dec 2022 16:22:23 GMT" + "lastModified": "Tue, 10 Jan 2023 10:01:56 GMT" }, "generator": "respec", - "date": "19 December 2022", + "date": "10 January 2023", "links": "links/PNG-spec.json", "refs": "refs/PNG-spec.json", "dfns": "dfns/PNG-spec.json", "headings": "headings/PNG-spec.json", "ids": "ids/PNG-spec.json" }, - { - "url": "https://w3c.github.io/web-locks/", - "seriesComposition": "full", - "shortname": "web-locks", - "series": { - "shortname": "web-locks", - "currentSpecification": "web-locks", - "title": "Web Locks API", - "shortTitle": "Web Locks API", - "nightlyUrl": "https://w3c.github.io/web-locks/" - }, - "organization": "W3C", - "groups": [ - { - "name": "Web Applications Working Group", - "url": "https://www.w3.org/groups/wg/webapps" - } - ], - "nightly": { - "url": "https://w3c.github.io/web-locks/", - "alternateUrls": [], - "repository": "https://github.com/w3c/web-locks", - "sourcePath": "index.bs", - "filename": "index.html" - }, - "title": "Web Locks API", - "source": "specref", - "shortTitle": "Web Locks API", - "categories": [ - "browser" - ], - "tests": { - "repository": "https://github.com/web-platform-tests/wpt", - "testPaths": [ - "web-locks" - ] - }, - "versions": [ - "https://w3c.github.io/web-locks/" - ], - "crawled": "https://w3c.github.io/web-locks/", - "crawlCacheInfo": { - "lastModified": "Sat, 07 Jan 2023 06:06:46 GMT" - }, - "generator": "bikeshed", - "date": "7 January 2023", - "links": "links/web-locks.json", - "refs": "refs/web-locks.json", - "idl": "idl/web-locks.idl", - "dfns": "dfns/web-locks.json", - "headings": "headings/web-locks.json", - "ids": "ids/web-locks.json" - }, { "url": "https://w3c.github.io/web-nfc/", "seriesComposition": "full", @@ -6675,6 +7212,7 @@ ], "nightly": { "url": "https://w3c.github.io/web-nfc/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/web-nfc", "sourcePath": "index.html", @@ -6686,6 +7224,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -6729,6 +7268,7 @@ ], "nightly": { "url": "https://w3c.github.io/web-share-target/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/web-share-target", "sourcePath": "index.html", @@ -6740,6 +7280,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://w3c.github.io/web-share-target/" ], @@ -6775,6 +7316,7 @@ ], "nightly": { "url": "https://w3c.github.io/webdriver-bidi/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webdriver-bidi", "sourcePath": "index.bs", @@ -6786,15 +7328,16 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://w3c.github.io/webdriver-bidi/" ], "crawled": "https://w3c.github.io/webdriver-bidi/", "crawlCacheInfo": { - "lastModified": "Tue, 03 Jan 2023 11:26:33 GMT" + "lastModified": "Tue, 10 Jan 2023 17:22:04 GMT" }, "generator": "bikeshed", - "date": "3 January 2023", + "date": "10 January 2023", "links": "links/webdriver-bidi.json", "refs": "refs/webdriver-bidi.json", "dfns": "dfns/webdriver-bidi.json", @@ -6821,6 +7364,7 @@ ], "nightly": { "url": "https://w3c.github.io/webrtc-ice/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webrtc-ice", "sourcePath": "index.html", @@ -6832,6 +7376,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -6878,6 +7423,7 @@ ], "nightly": { "url": "https://webassembly.github.io/exception-handling/js-api/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/WebAssembly/exception-handling", "sourcePath": "document/js-api/index.bs", @@ -6889,6 +7435,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://webassembly.github.io/exception-handling/js-api/" ], @@ -6924,6 +7471,7 @@ ], "nightly": { "url": "https://webbluetoothcg.github.io/web-bluetooth/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WebBluetoothCG/web-bluetooth", "sourcePath": "index.bs", @@ -6935,6 +7483,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -6978,6 +7527,7 @@ ], "nightly": { "url": "https://webidl.spec.whatwg.org/", + "status": "Living Standard", "alternateUrls": [], "repository": "https://github.com/whatwg/webidl", "sourcePath": "index.bs", @@ -6989,6 +7539,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -7031,6 +7582,7 @@ ], "nightly": { "url": "https://websockets.spec.whatwg.org/", + "status": "Living Standard", "alternateUrls": [], "repository": "https://github.com/whatwg/websockets", "sourcePath": "index.bs", @@ -7042,6 +7594,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -7085,6 +7638,7 @@ ], "nightly": { "url": "https://wicg.github.io/attribution-reporting-api/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/attribution-reporting-api", "sourcePath": "index.bs", @@ -7096,15 +7650,16 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/attribution-reporting-api/" ], "crawled": "https://wicg.github.io/attribution-reporting-api/", "crawlCacheInfo": { - "lastModified": "Thu, 22 Dec 2022 18:57:56 GMT" + "lastModified": "Mon, 09 Jan 2023 16:34:33 GMT" }, "generator": "bikeshed", - "date": "22 December 2022", + "date": "9 January 2023", "links": "links/attribution-reporting-api.json", "refs": "refs/attribution-reporting-api.json", "idl": "idl/attribution-reporting-api.idl", @@ -7132,6 +7687,7 @@ ], "nightly": { "url": "https://wicg.github.io/background-fetch/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/background-fetch", "sourcePath": "index.bs", @@ -7143,6 +7699,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -7187,6 +7744,7 @@ ], "nightly": { "url": "https://wicg.github.io/background-sync/spec/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/background-sync", "sourcePath": "spec/index.bs", @@ -7197,6 +7755,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -7240,6 +7799,7 @@ ], "nightly": { "url": "https://wicg.github.io/capability-delegation/spec.html", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/capability-delegation", "sourcePath": "spec.bs", @@ -7251,6 +7811,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/capability-delegation/spec.html" ], @@ -7286,6 +7847,7 @@ ], "nightly": { "url": "https://wicg.github.io/client-hints-infrastructure/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/client-hints-infrastructure", "sourcePath": "index.bs", @@ -7297,6 +7859,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -7338,6 +7901,7 @@ ], "nightly": { "url": "https://wicg.github.io/close-watcher/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/close-watcher", "sourcePath": "spec.bs", @@ -7349,6 +7913,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -7392,6 +7957,7 @@ ], "nightly": { "url": "https://wicg.github.io/compression/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/compression", "sourcePath": "index.bs", @@ -7403,6 +7969,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -7425,53 +7992,6 @@ "headings": "headings/compression.json", "ids": "ids/compression.json" }, - { - "url": "https://wicg.github.io/compute-pressure/", - "seriesComposition": "full", - "shortname": "compute-pressure", - "series": { - "shortname": "compute-pressure", - "currentSpecification": "compute-pressure", - "title": "Compute Pressure", - "shortTitle": "Compute Pressure", - "nightlyUrl": "https://wicg.github.io/compute-pressure/" - }, - "organization": "W3C", - "groups": [ - { - "name": "Web Platform Incubator Community Group", - "url": "https://www.w3.org/community/wicg/" - } - ], - "nightly": { - "url": "https://wicg.github.io/compute-pressure/", - "alternateUrls": [], - "repository": "https://github.com/WICG/compute-pressure", - "sourcePath": "index.html", - "filename": "index.html" - }, - "title": "Compute Pressure Level 1", - "source": "spec", - "shortTitle": "Compute Pressure 1", - "categories": [ - "browser" - ], - "versions": [ - "https://wicg.github.io/compute-pressure/" - ], - "crawled": "https://w3c.github.io/compute-pressure/", - "crawlCacheInfo": { - "lastModified": "Wed, 21 Dec 2022 12:11:32 GMT" - }, - "generator": "respec", - "date": "21 December 2022", - "links": "links/compute-pressure.json", - "refs": "refs/compute-pressure.json", - "idl": "idl/compute-pressure.idl", - "dfns": "dfns/compute-pressure.json", - "headings": "headings/compute-pressure.json", - "ids": "ids/compute-pressure.json" - }, { "url": "https://wicg.github.io/content-index/spec/", "seriesComposition": "full", @@ -7492,6 +8012,7 @@ ], "nightly": { "url": "https://wicg.github.io/content-index/spec/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/WICG/content-index", "sourcePath": "spec/index.bs", @@ -7503,6 +8024,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -7546,6 +8068,7 @@ ], "nightly": { "url": "https://wicg.github.io/cookie-store/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/cookie-store", "sourcePath": "index.bs", @@ -7557,6 +8080,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -7600,6 +8124,7 @@ ], "nightly": { "url": "https://wicg.github.io/crash-reporting/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/crash-reporting", "sourcePath": "index.bs", @@ -7611,6 +8136,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/crash-reporting/" ], @@ -7640,6 +8166,7 @@ }, "nightly": { "url": "https://wicg.github.io/csp-next/scripting-policy.html", + "status": "Editor's Draft", "sourcePath": "scripting-policy.bs", "alternateUrls": [], "repository": "https://github.com/WICG/csp-next", @@ -7658,6 +8185,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/csp-next/scripting-policy.html" ], @@ -7694,6 +8222,7 @@ ], "nightly": { "url": "https://wicg.github.io/css-parser-api/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/css-parser-api", "sourcePath": "index.bs", @@ -7705,6 +8234,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -7747,6 +8277,7 @@ ], "nightly": { "url": "https://wicg.github.io/custom-state-pseudo-class/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/custom-state-pseudo-class", "sourcePath": "index.bs", @@ -7758,6 +8289,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -7800,6 +8332,7 @@ ], "nightly": { "url": "https://wicg.github.io/datacue/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/datacue", "sourcePath": "index.bs", @@ -7811,6 +8344,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/datacue/" ], @@ -7847,6 +8381,7 @@ ], "nightly": { "url": "https://wicg.github.io/deprecation-reporting/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/deprecation-reporting", "sourcePath": "index.bs", @@ -7858,6 +8393,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -7900,6 +8436,7 @@ ], "nightly": { "url": "https://wicg.github.io/digital-goods/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/digital-goods", "sourcePath": "spec.bs", @@ -7911,6 +8448,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/digital-goods/" ], @@ -7947,6 +8485,7 @@ ], "nightly": { "url": "https://wicg.github.io/document-policy/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/document-policy", "sourcePath": "index.bs", @@ -7958,6 +8497,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -7999,6 +8539,7 @@ ], "nightly": { "url": "https://wicg.github.io/element-timing/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/element-timing", "sourcePath": "index.bs", @@ -8010,6 +8551,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -8052,6 +8594,7 @@ ], "nightly": { "url": "https://wicg.github.io/entries-api/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/entries-api", "sourcePath": "index.bs", @@ -8063,6 +8606,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -8105,6 +8649,7 @@ ], "nightly": { "url": "https://wicg.github.io/eyedropper-api/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/WICG/eyedropper-api", "sourcePath": "index.html", @@ -8116,6 +8661,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/eyedropper-api/" ], @@ -8152,6 +8698,7 @@ ], "nightly": { "url": "https://wicg.github.io/file-system-access/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/file-system-access", "sourcePath": "index.bs", @@ -8163,6 +8710,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -8205,6 +8753,7 @@ ], "nightly": { "url": "https://wicg.github.io/get-installed-related-apps/spec/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/get-installed-related-apps", "sourcePath": "spec/index.bs", @@ -8216,6 +8765,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -8258,6 +8808,7 @@ ], "nightly": { "url": "https://wicg.github.io/idle-detection/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/idle-detection", "sourcePath": "index.bs", @@ -8269,6 +8820,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -8312,6 +8864,7 @@ ], "nightly": { "url": "https://wicg.github.io/ink-enhancement/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/ink-enhancement", "sourcePath": "index.bs", @@ -8323,6 +8876,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/ink-enhancement/" ], @@ -8359,6 +8913,7 @@ ], "nightly": { "url": "https://wicg.github.io/input-device-capabilities/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/input-device-capabilities", "sourcePath": "index.html", @@ -8370,6 +8925,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -8412,6 +8968,7 @@ ], "nightly": { "url": "https://wicg.github.io/intervention-reporting/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/intervention-reporting", "sourcePath": "index.bs", @@ -8423,6 +8980,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -8465,6 +9023,7 @@ ], "nightly": { "url": "https://wicg.github.io/is-input-pending/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/WICG/is-input-pending", "sourcePath": "index.html", @@ -8476,6 +9035,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -8518,6 +9078,7 @@ ], "nightly": { "url": "https://wicg.github.io/js-self-profiling/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/js-self-profiling", "sourcePath": "index.html", @@ -8529,6 +9090,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -8571,6 +9133,7 @@ ], "nightly": { "url": "https://wicg.github.io/keyboard-lock/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/keyboard-lock", "sourcePath": "index.bs", @@ -8582,6 +9145,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -8624,6 +9188,7 @@ ], "nightly": { "url": "https://wicg.github.io/keyboard-map/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/keyboard-map", "sourcePath": "index.bs", @@ -8635,6 +9200,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -8678,6 +9244,7 @@ ], "nightly": { "url": "https://wicg.github.io/layout-instability/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/layout-instability", "sourcePath": "index.bs", @@ -8689,6 +9256,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -8731,6 +9299,7 @@ ], "nightly": { "url": "https://wicg.github.io/local-font-access/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/local-font-access", "sourcePath": "index.bs", @@ -8742,6 +9311,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/local-font-access/" ], @@ -8778,6 +9348,7 @@ ], "nightly": { "url": "https://wicg.github.io/manifest-incubations/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/manifest-incubations", "sourcePath": "index.html", @@ -8789,6 +9360,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/manifest-incubations/" ], @@ -8826,6 +9398,7 @@ ], "nightly": { "url": "https://wicg.github.io/media-feeds/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/WICG/media-feeds", "sourcePath": "index.html", @@ -8837,6 +9410,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/media-feeds/" ], @@ -8872,6 +9446,7 @@ ], "nightly": { "url": "https://wicg.github.io/nav-speculation/prefetch.html", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/nav-speculation", "sourcePath": "prefetch.bs", @@ -8883,15 +9458,16 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/nav-speculation/prefetch.html" ], "crawled": "https://wicg.github.io/nav-speculation/prefetch.html", "crawlCacheInfo": { - "lastModified": "Tue, 20 Dec 2022 16:13:33 GMT" + "lastModified": "Wed, 11 Jan 2023 01:57:46 GMT" }, "generator": "bikeshed", - "date": "20 December 2022", + "date": "10 January 2023", "links": "links/prefetch.json", "refs": "refs/prefetch.json", "dfns": "dfns/prefetch.json", @@ -8918,6 +9494,7 @@ ], "nightly": { "url": "https://wicg.github.io/nav-speculation/prerendering.html", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/nav-speculation", "sourcePath": "prerendering.bs", @@ -8929,15 +9506,16 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/nav-speculation/prerendering.html" ], "crawled": "https://wicg.github.io/nav-speculation/prerendering.html", "crawlCacheInfo": { - "lastModified": "Tue, 20 Dec 2022 16:13:33 GMT" + "lastModified": "Wed, 11 Jan 2023 01:57:46 GMT" }, "generator": "bikeshed", - "date": "20 December 2022", + "date": "10 January 2023", "links": "links/prerendering-revamped.json", "refs": "refs/prerendering-revamped.json", "events": "events/prerendering-revamped.json", @@ -8966,6 +9544,7 @@ ], "nightly": { "url": "https://wicg.github.io/nav-speculation/speculation-rules.html", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/nav-speculation", "sourcePath": "speculation-rules.bs", @@ -8977,15 +9556,16 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/nav-speculation/speculation-rules.html" ], "crawled": "https://wicg.github.io/nav-speculation/speculation-rules.html", "crawlCacheInfo": { - "lastModified": "Tue, 20 Dec 2022 16:13:33 GMT" + "lastModified": "Wed, 11 Jan 2023 01:57:46 GMT" }, "generator": "bikeshed", - "date": "20 December 2022", + "date": "10 January 2023", "links": "links/speculation-rules.json", "refs": "refs/speculation-rules.json", "dfns": "dfns/speculation-rules.json", @@ -9012,6 +9592,7 @@ ], "nightly": { "url": "https://wicg.github.io/navigation-api/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/navigation-api", "sourcePath": "spec.bs", @@ -9023,6 +9604,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -9066,6 +9648,7 @@ ], "nightly": { "url": "https://wicg.github.io/netinfo/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/netinfo", "sourcePath": "index.html", @@ -9077,6 +9660,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -9120,6 +9704,7 @@ ], "nightly": { "url": "https://wicg.github.io/overscroll-scrollend-events/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/WICG/overscroll-scrollend-events", "sourcePath": "index.html", @@ -9131,6 +9716,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/overscroll-scrollend-events/" ], @@ -9166,6 +9752,7 @@ ], "nightly": { "url": "https://wicg.github.io/page-lifecycle/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/page-lifecycle", "sourcePath": "spec.bs", @@ -9177,6 +9764,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -9221,6 +9809,7 @@ ], "nightly": { "url": "https://wicg.github.io/performance-measure-memory/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/performance-measure-memory", "sourcePath": "index.src.html", @@ -9232,6 +9821,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -9274,6 +9864,7 @@ ], "nightly": { "url": "https://wicg.github.io/periodic-background-sync/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/periodic-background-sync", "sourcePath": "index.bs", @@ -9285,6 +9876,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -9328,6 +9920,7 @@ ], "nightly": { "url": "https://wicg.github.io/permissions-request/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/permissions-request", "sourcePath": "index.bs", @@ -9339,6 +9932,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -9381,6 +9975,7 @@ ], "nightly": { "url": "https://wicg.github.io/permissions-revoke/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/permissions-revoke", "sourcePath": "index.bs", @@ -9392,6 +9987,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -9434,6 +10030,7 @@ ], "nightly": { "url": "https://wicg.github.io/portals/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/portals", "sourcePath": "index.bs", @@ -9445,6 +10042,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -9489,6 +10087,7 @@ ], "nightly": { "url": "https://wicg.github.io/prefer-current-tab/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/prefer-current-tab", "sourcePath": "index.html", @@ -9500,6 +10099,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/prefer-current-tab/" ], @@ -9536,6 +10136,7 @@ ], "nightly": { "url": "https://wicg.github.io/priority-hints/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/priority-hints", "sourcePath": "index.bs", @@ -9547,6 +10148,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -9558,10 +10160,10 @@ ], "crawled": "https://wicg.github.io/priority-hints/", "crawlCacheInfo": { - "lastModified": "Mon, 26 Dec 2022 16:09:14 GMT" + "lastModified": "Tue, 10 Jan 2023 15:45:57 GMT" }, "generator": "bikeshed", - "date": "26 December 2022", + "date": "10 January 2023", "links": "links/priority-hints.json", "refs": "refs/priority-hints.json", "idl": "idl/priority-hints.idl", @@ -9589,6 +10191,7 @@ ], "nightly": { "url": "https://wicg.github.io/private-network-access/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/private-network-access", "sourcePath": "index.src.html", @@ -9600,6 +10203,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -9641,6 +10245,7 @@ ], "nightly": { "url": "https://wicg.github.io/responsive-image-client-hints/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/responsive-image-client-hints", "sourcePath": "index.bs", @@ -9652,6 +10257,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/responsive-image-client-hints/" ], @@ -9687,6 +10293,7 @@ ], "nightly": { "url": "https://wicg.github.io/sanitizer-api/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/sanitizer-api", "sourcePath": "index.bs", @@ -9698,6 +10305,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -9740,6 +10348,7 @@ ], "nightly": { "url": "https://wicg.github.io/savedata/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/WICG/savedata", "sourcePath": "index.html", @@ -9751,6 +10360,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -9794,6 +10404,7 @@ ], "nightly": { "url": "https://wicg.github.io/scheduling-apis/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/scheduling-apis", "sourcePath": "spec/index.bs", @@ -9805,6 +10416,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -9848,6 +10460,7 @@ ], "nightly": { "url": "https://wicg.github.io/scroll-to-text-fragment/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/scroll-to-text-fragment", "sourcePath": "index.bs", @@ -9859,6 +10472,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -9870,7 +10484,7 @@ ], "crawled": "https://wicg.github.io/scroll-to-text-fragment/", "crawlCacheInfo": { - "lastModified": "Thu, 22 Dec 2022 21:22:56 GMT" + "lastModified": "Mon, 09 Jan 2023 16:04:57 GMT" }, "generator": "bikeshed", "date": "22 December 2022", @@ -9901,6 +10515,7 @@ ], "nightly": { "url": "https://wicg.github.io/serial/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/WICG/serial", "sourcePath": "index.html", @@ -9912,6 +10527,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -9955,6 +10571,7 @@ ], "nightly": { "url": "https://wicg.github.io/shape-detection-api/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/shape-detection-api", "sourcePath": "index.bs", @@ -9966,6 +10583,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -10008,6 +10626,7 @@ ], "nightly": { "url": "https://wicg.github.io/shape-detection-api/text.html", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/shape-detection-api", "sourcePath": "text.bs", @@ -10019,6 +10638,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/shape-detection-api/text.html" ], @@ -10056,6 +10676,7 @@ ], "nightly": { "url": "https://wicg.github.io/sms-one-time-codes/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/sms-one-time-codes", "sourcePath": "index.bs", @@ -10066,6 +10687,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/sms-one-time-codes/" ], @@ -10101,6 +10723,7 @@ ], "nightly": { "url": "https://wicg.github.io/speech-api/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/speech-api", "sourcePath": "index.bs", @@ -10112,6 +10735,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -10155,6 +10779,7 @@ ], "nightly": { "url": "https://wicg.github.io/ua-client-hints/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/ua-client-hints", "sourcePath": "index.bs", @@ -10166,6 +10791,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -10208,6 +10834,7 @@ ], "nightly": { "url": "https://wicg.github.io/urlpattern/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/urlpattern", "sourcePath": "spec.bs", @@ -10219,6 +10846,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/urlpattern/" ], @@ -10255,6 +10883,7 @@ ], "nightly": { "url": "https://wicg.github.io/user-preference-media-features-headers/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/user-preference-media-features-headers", "sourcePath": "index.bs", @@ -10266,6 +10895,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/user-preference-media-features-headers/" ], @@ -10301,6 +10931,7 @@ ], "nightly": { "url": "https://wicg.github.io/video-rvfc/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/video-rvfc", "sourcePath": "index.bs", @@ -10312,6 +10943,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -10354,6 +10986,7 @@ ], "nightly": { "url": "https://wicg.github.io/web-app-launch/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/web-app-launch", "sourcePath": "index.html", @@ -10365,6 +10998,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/web-app-launch/" ], @@ -10401,6 +11035,7 @@ ], "nightly": { "url": "https://wicg.github.io/web-otp/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/web-otp", "sourcePath": "index.bs", @@ -10412,6 +11047,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -10454,6 +11090,7 @@ ], "nightly": { "url": "https://wicg.github.io/webcrypto-secure-curves/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/WICG/webcrypto-secure-curves", "sourcePath": "index.html", @@ -10465,6 +11102,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/webcrypto-secure-curves/" ], @@ -10501,6 +11139,7 @@ ], "nightly": { "url": "https://wicg.github.io/webhid/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/WICG/webhid", "sourcePath": "index.html", @@ -10512,6 +11151,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -10555,6 +11195,7 @@ ], "nightly": { "url": "https://wicg.github.io/webpackage/loading.html", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/webpackage", "sourcePath": "loading.bs", @@ -10566,6 +11207,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/webpackage/loading.html" ], @@ -10602,6 +11244,7 @@ ], "nightly": { "url": "https://wicg.github.io/webusb/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/webusb", "sourcePath": "index.bs", @@ -10613,6 +11256,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -10656,6 +11300,7 @@ ], "nightly": { "url": "https://wicg.github.io/window-controls-overlay/", + "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/window-controls-overlay", "sourcePath": "index.html", @@ -10667,6 +11312,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://wicg.github.io/window-controls-overlay/" ], @@ -10704,6 +11350,7 @@ "organization": "IETF", "nightly": { "url": "https://www.rfc-editor.org/rfc/rfc2397", + "status": "Proposed Standard", "alternateUrls": [], "filename": "rfc2397.html" }, @@ -10713,11 +11360,12 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc2397" ], "crawled": "https://www.rfc-editor.org/rfc/rfc2397", - "date": "9 January 2023", + "date": "11 January 2023", "links": "links/rfc2397.json", "ids": "ids/rfc2397.json" }, @@ -10742,6 +11390,7 @@ ], "nightly": { "url": "https://www.rfc-editor.org/rfc/rfc4120", + "status": "Proposed Standard", "alternateUrls": [], "filename": "rfc4120.html" }, @@ -10750,11 +11399,12 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc4120" ], "crawled": "https://www.rfc-editor.org/rfc/rfc4120", - "date": "9 January 2023", + "date": "11 January 2023", "links": "links/rfc4120.json", "ids": "ids/rfc4120.json" }, @@ -10778,6 +11428,7 @@ ], "nightly": { "url": "https://httpwg.org/specs/rfc6265.html", + "status": "Proposed Standard", "alternateUrls": [], "repository": "https://github.com/httpwg/httpwg.github.io", "sourcePath": "specs/rfc6265.xml", @@ -10789,6 +11440,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc6265", "https://httpwg.org/specs/rfc6265.html" @@ -10824,6 +11476,7 @@ ], "nightly": { "url": "https://httpwg.org/specs/rfc6266.html", + "status": "Proposed Standard", "alternateUrls": [], "repository": "https://github.com/httpwg/httpwg.github.io", "sourcePath": "specs/rfc6266.xml", @@ -10834,6 +11487,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc6266", "https://httpwg.org/specs/rfc6266.html" @@ -10868,6 +11522,7 @@ ], "nightly": { "url": "https://www.rfc-editor.org/rfc/rfc6454", + "status": "Proposed Standard", "alternateUrls": [], "filename": "rfc6454.html" }, @@ -10877,11 +11532,12 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc6454" ], "crawled": "https://www.rfc-editor.org/rfc/rfc6454", - "date": "9 January 2023", + "date": "11 January 2023", "links": "links/rfc6454.json", "ids": "ids/rfc6454.json" }, @@ -10905,6 +11561,7 @@ ], "nightly": { "url": "https://www.rfc-editor.org/rfc/rfc6797", + "status": "Proposed Standard", "alternateUrls": [], "filename": "rfc6797.html" }, @@ -10914,11 +11571,12 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc6797" ], "crawled": "https://www.rfc-editor.org/rfc/rfc6797", - "date": "9 January 2023", + "date": "11 January 2023", "links": "links/rfc6797.json", "ids": "ids/rfc6797.json" }, @@ -10942,6 +11600,7 @@ ], "nightly": { "url": "https://www.rfc-editor.org/rfc/rfc7034", + "status": "Informational", "alternateUrls": [], "filename": "rfc7034.html" }, @@ -10951,11 +11610,12 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc7034" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7034", - "date": "9 January 2023", + "date": "11 January 2023", "links": "links/rfc7034.json", "ids": "ids/rfc7034.json" }, @@ -10979,6 +11639,7 @@ ], "nightly": { "url": "https://httpwg.org/specs/rfc7230.html", + "status": "Proposed Standard", "alternateUrls": [], "repository": "https://github.com/httpwg/httpwg.github.io", "sourcePath": "specs/rfc7230.xml", @@ -10990,6 +11651,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc7230", "https://httpwg.org/specs/rfc7230.html" @@ -11024,6 +11686,7 @@ ], "nightly": { "url": "https://httpwg.org/specs/rfc7231.html", + "status": "Proposed Standard", "alternateUrls": [], "repository": "https://github.com/httpwg/httpwg.github.io", "sourcePath": "specs/rfc7231.xml", @@ -11035,6 +11698,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc7231", "https://httpwg.org/specs/rfc7231.html" @@ -11070,6 +11734,7 @@ ], "nightly": { "url": "https://httpwg.org/specs/rfc7232.html", + "status": "Proposed Standard", "alternateUrls": [], "repository": "https://github.com/httpwg/httpwg.github.io", "sourcePath": "specs/rfc7232.xml", @@ -11081,6 +11746,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc7232", "https://httpwg.org/specs/rfc7232.html" @@ -11115,6 +11781,7 @@ ], "nightly": { "url": "https://httpwg.org/specs/rfc7233.html", + "status": "Proposed Standard", "alternateUrls": [], "repository": "https://github.com/httpwg/httpwg.github.io", "sourcePath": "specs/rfc7233.xml", @@ -11126,6 +11793,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc7233", "https://httpwg.org/specs/rfc7233.html" @@ -11160,6 +11828,7 @@ ], "nightly": { "url": "https://httpwg.org/specs/rfc7234.html", + "status": "Proposed Standard", "alternateUrls": [], "repository": "https://github.com/httpwg/httpwg.github.io", "sourcePath": "specs/rfc7234.xml", @@ -11171,6 +11840,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc7234", "https://httpwg.org/specs/rfc7234.html" @@ -11205,6 +11875,7 @@ ], "nightly": { "url": "https://httpwg.org/specs/rfc7235.html", + "status": "Proposed Standard", "alternateUrls": [], "repository": "https://github.com/httpwg/httpwg.github.io", "sourcePath": "specs/rfc7235.xml", @@ -11216,6 +11887,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc7235", "https://httpwg.org/specs/rfc7235.html" @@ -11250,6 +11922,7 @@ ], "nightly": { "url": "https://www.rfc-editor.org/rfc/rfc7239", + "status": "Proposed Standard", "alternateUrls": [], "filename": "rfc7239.html" }, @@ -11259,11 +11932,12 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc7239" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7239", - "date": "9 January 2023", + "date": "11 January 2023", "links": "links/rfc7239.json", "ids": "ids/rfc7239.json" }, @@ -11287,6 +11961,7 @@ ], "nightly": { "url": "https://www.rfc-editor.org/rfc/rfc7469", + "status": "Proposed Standard", "alternateUrls": [], "filename": "rfc7469.html" }, @@ -11296,11 +11971,12 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc7469" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7469", - "date": "9 January 2023", + "date": "11 January 2023", "links": "links/rfc7469.json", "ids": "ids/rfc7469.json" }, @@ -11324,6 +12000,7 @@ ], "nightly": { "url": "https://httpwg.org/specs/rfc7538.html", + "status": "Proposed Standard", "alternateUrls": [], "repository": "https://github.com/httpwg/httpwg.github.io", "sourcePath": "specs/rfc7538.xml", @@ -11335,6 +12012,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc7538", "https://httpwg.org/specs/rfc7538.html" @@ -11369,6 +12047,7 @@ ], "nightly": { "url": "https://httpwg.org/specs/rfc7540.html", + "status": "Proposed Standard", "alternateUrls": [], "repository": "https://github.com/httpwg/httpwg.github.io", "sourcePath": "specs/rfc7540.xml", @@ -11380,6 +12059,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc7540", "https://httpwg.org/specs/rfc7540.html" @@ -11414,6 +12094,7 @@ ], "nightly": { "url": "https://www.rfc-editor.org/rfc/rfc7578", + "status": "Proposed Standard", "alternateUrls": [], "filename": "rfc7578.html" }, @@ -11423,11 +12104,12 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc7578" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7578", - "date": "9 January 2023", + "date": "11 January 2023", "links": "links/rfc7578.json", "ids": "ids/rfc7578.json" }, @@ -11451,6 +12133,7 @@ ], "nightly": { "url": "https://httpwg.org/specs/rfc7616.html", + "status": "Proposed Standard", "alternateUrls": [], "repository": "https://github.com/httpwg/httpwg.github.io", "sourcePath": "specs/rfc7616.xml", @@ -11462,6 +12145,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc7616", "https://httpwg.org/specs/rfc7616.html" @@ -11496,6 +12180,7 @@ ], "nightly": { "url": "https://httpwg.org/specs/rfc7617.html", + "status": "Proposed Standard", "alternateUrls": [], "repository": "https://github.com/httpwg/httpwg.github.io", "sourcePath": "specs/rfc7617.xml", @@ -11507,6 +12192,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc7617", "https://httpwg.org/specs/rfc7617.html" @@ -11541,6 +12227,7 @@ ], "nightly": { "url": "https://httpwg.org/specs/rfc7725.html", + "status": "Proposed Standard", "alternateUrls": [], "repository": "https://github.com/httpwg/httpwg.github.io", "sourcePath": "specs/rfc7725.xml", @@ -11552,6 +12239,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc7725", "https://httpwg.org/specs/rfc7725.html" @@ -11586,6 +12274,7 @@ ], "nightly": { "url": "https://httpwg.org/specs/rfc7838.html", + "status": "Proposed Standard", "alternateUrls": [], "repository": "https://github.com/httpwg/httpwg.github.io", "sourcePath": "specs/rfc7838.xml", @@ -11597,6 +12286,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc7838", "https://httpwg.org/specs/rfc7838.html" @@ -11631,6 +12321,7 @@ ], "nightly": { "url": "https://httpwg.org/specs/rfc8246.html", + "status": "Proposed Standard", "alternateUrls": [], "repository": "https://github.com/httpwg/httpwg.github.io", "sourcePath": "specs/rfc8246.xml", @@ -11642,6 +12333,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc8246", "https://httpwg.org/specs/rfc8246.html" @@ -11676,6 +12368,7 @@ "organization": "IETF", "nightly": { "url": "https://httpwg.org/specs/rfc8288.html", + "status": "Proposed Standard", "alternateUrls": [], "repository": "https://github.com/httpwg/httpwg.github.io", "sourcePath": "specs/rfc8288.xml", @@ -11687,6 +12380,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc8288", "https://httpwg.org/specs/rfc8288.html" @@ -11721,6 +12415,7 @@ ], "nightly": { "url": "https://httpwg.org/specs/rfc8470.html", + "status": "Proposed Standard", "alternateUrls": [], "repository": "https://github.com/httpwg/httpwg.github.io", "sourcePath": "specs/rfc8470.xml", @@ -11732,6 +12427,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc8470", "https://httpwg.org/specs/rfc8470.html" @@ -11766,6 +12462,7 @@ ], "nightly": { "url": "https://www.rfc-editor.org/rfc/rfc8942", + "status": "Experimental", "alternateUrls": [], "filename": "rfc8942.html" }, @@ -11775,11 +12472,12 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc8942" ], "crawled": "https://www.rfc-editor.org/rfc/rfc8942", - "date": "9 January 2023", + "date": "11 January 2023", "links": "links/rfc8942.json", "refs": "refs/rfc8942.json", "headings": "headings/rfc8942.json", @@ -11798,6 +12496,7 @@ }, "nightly": { "url": "https://httpwg.org/specs/rfc9110.html", + "status": "Internet Standard", "alternateUrls": [], "repository": "https://github.com/httpwg/httpwg.github.io", "sourcePath": "specs/rfc9110.xml", @@ -11816,6 +12515,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc9110", "https://httpwg.org/specs/rfc9110.html" @@ -11844,6 +12544,7 @@ }, "nightly": { "url": "https://httpwg.org/specs/rfc9111.html", + "status": "Internet Standard", "alternateUrls": [], "repository": "https://github.com/httpwg/httpwg.github.io", "sourcePath": "specs/rfc9111.xml", @@ -11862,6 +12563,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc9111", "https://httpwg.org/specs/rfc9111.html" @@ -11889,6 +12591,7 @@ }, "nightly": { "url": "https://httpwg.org/specs/rfc9112.html", + "status": "Internet Standard", "alternateUrls": [], "repository": "https://github.com/httpwg/httpwg.github.io", "sourcePath": "specs/rfc9112.xml", @@ -11907,6 +12610,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc9112", "https://httpwg.org/specs/rfc9112.html" @@ -11934,6 +12638,7 @@ }, "nightly": { "url": "https://httpwg.org/specs/rfc9113.html", + "status": "Proposed Standard", "alternateUrls": [], "repository": "https://github.com/httpwg/httpwg.github.io", "sourcePath": "specs/rfc9113.xml", @@ -11952,6 +12657,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc9113", "https://httpwg.org/specs/rfc9113.html" @@ -11979,6 +12685,7 @@ }, "nightly": { "url": "https://httpwg.org/specs/rfc9114.html", + "status": "Proposed Standard", "alternateUrls": [], "repository": "https://github.com/httpwg/httpwg.github.io", "sourcePath": "specs/rfc9114.xml", @@ -11997,6 +12704,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc9114", "https://httpwg.org/specs/rfc9114.html" @@ -12024,6 +12732,7 @@ }, "nightly": { "url": "https://www.rfc-editor.org/rfc/rfc9163", + "status": "Experimental", "repository": "https://github.com/httpwg/http-extensions", "sourcePath": "archive/draft-ietf-httpbis-expect-ct.md", "alternateUrls": [], @@ -12042,16 +12751,62 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.rfc-editor.org/rfc/rfc9163" ], "crawled": "https://www.rfc-editor.org/rfc/rfc9163", - "date": "9 January 2023", + "date": "11 January 2023", "links": "links/rfc9163.json", "refs": "refs/rfc9163.json", "headings": "headings/rfc9163.json", "ids": "ids/rfc9163.json" }, + { + "url": "https://www.w3.org/2001/tag/doc/promises-guide", + "seriesComposition": "full", + "shortname": "promises-guide", + "series": { + "shortname": "promises-guide", + "currentSpecification": "promises-guide", + "title": "Writing Promise-Using Specifications", + "shortTitle": "Writing Promise-Using Specifications", + "nightlyUrl": "https://www.w3.org/2001/tag/doc/promises-guide" + }, + "groups": [ + { + "name": "Technical Architecture Group", + "url": "https://www.w3.org/2001/tag/" + } + ], + "organization": "W3C", + "nightly": { + "url": "https://www.w3.org/2001/tag/doc/promises-guide", + "status": "TAG Finding", + "alternateUrls": [], + "repository": "https://github.com/w3ctag/promises-guide", + "sourcePath": "index.bs", + "filename": "Overview.html" + }, + "title": "Writing Promise-Using Specifications", + "source": "specref", + "shortTitle": "Writing Promise-Using Specifications", + "categories": [], + "standing": "good", + "versions": [ + "https://www.w3.org/2001/tag/doc/promises-guide" + ], + "crawled": "https://www.w3.org/2001/tag/doc/promises-guide", + "crawlCacheInfo": { + "lastModified": "Thu, 08 Oct 2020 17:53:39 GMT" + }, + "generator": "bikeshed", + "date": "8 October 2020", + "links": "links/promises-guide.json", + "refs": "refs/promises-guide.json", + "headings": "headings/promises-guide.json", + "ids": "ids/promises-guide.json" + }, { "url": "https://www.w3.org/Consortium/Patent-Policy/", "seriesComposition": "full", @@ -12072,6 +12827,7 @@ ], "nightly": { "url": "https://www.w3.org/Consortium/Patent-Policy/", + "status": "Editor's Draft", "alternateUrls": [], "filename": "Overview.html" }, @@ -12079,6 +12835,7 @@ "source": "specref", "shortTitle": "W3C Patent Policy", "categories": [], + "standing": "good", "versions": [ "https://www.w3.org/Consortium/Patent-Policy/" ], @@ -12117,6 +12874,7 @@ ], "nightly": { "url": "https://www.w3.org/Consortium/Process/", + "status": "Editor's Draft", "repository": "https://github.com/w3c/w3process", "alternateUrls": [], "sourcePath": "index.bs", @@ -12126,7 +12884,10 @@ "title": "W3C Process Document", "source": "specref", "shortTitle": "W3C Process Document", - "categories": [], + "categories": [ + "browser" + ], + "standing": "good", "versions": [ "https://www.w3.org/Consortium/Process/" ], @@ -12163,10 +12924,12 @@ ], "release": { "url": "https://www.w3.org/TR/accelerometer/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/accelerometer/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/accelerometer", "sourcePath": "index.bs", @@ -12178,6 +12941,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -12223,10 +12987,12 @@ ], "release": { "url": "https://www.w3.org/TR/accname-1.2/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/accname/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/accname", "sourcePath": "index.html", @@ -12238,6 +13004,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -12281,10 +13048,12 @@ ], "release": { "url": "https://www.w3.org/TR/ambient-light/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/ambient-light/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/ambient-light", "sourcePath": "index.bs", @@ -12296,6 +13065,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -12340,10 +13110,12 @@ ], "release": { "url": "https://www.w3.org/TR/appmanifest/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/manifest/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/manifest", "sourcePath": "index.html", @@ -12355,6 +13127,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -12398,10 +13171,12 @@ ], "release": { "url": "https://www.w3.org/TR/audio-output/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/mediacapture-output/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/mediacapture-output", "sourcePath": "index.html", @@ -12413,6 +13188,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -12457,10 +13233,12 @@ ], "release": { "url": "https://www.w3.org/TR/autoplay-detection/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/autoplay/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/autoplay", "sourcePath": "index.bs", @@ -12472,6 +13250,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/autoplay-detection/", "https://w3c.github.io/autoplay/" @@ -12510,10 +13289,12 @@ ], "release": { "url": "https://www.w3.org/TR/battery-status/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/battery/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/battery", "sourcePath": "index.html", @@ -12525,6 +13306,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -12570,10 +13352,12 @@ ], "release": { "url": "https://www.w3.org/TR/beacon/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/beacon/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/beacon", "sourcePath": "index.html", @@ -12585,6 +13369,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -12622,6 +13407,7 @@ }, "nightly": { "url": "https://w3c.github.io/mediacapture-handle/identity/", + "status": "Editor's Draft", "sourcePath": "identity/index.html", "alternateUrls": [], "repository": "https://github.com/w3c/mediacapture-handle", @@ -12636,6 +13422,7 @@ ], "release": { "url": "https://www.w3.org/TR/capture-handle-identity/", + "status": "Working Draft", "filename": "Overview.html" }, "title": "Capture Handle - Bootstrapping Collaboration when Screensharing", @@ -12644,6 +13431,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/capture-handle-identity/", "https://w3c.github.io/mediacapture-handle/identity/" @@ -12683,10 +13471,12 @@ ], "release": { "url": "https://www.w3.org/TR/change-password-url/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webappsec-change-password-url/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webappsec-change-password-url", "sourcePath": "change-password-url.bs", @@ -12698,6 +13488,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/change-password-url/", "https://w3c.github.io/webappsec-change-password-url/" @@ -12735,10 +13526,12 @@ ], "release": { "url": "https://www.w3.org/TR/clear-site-data/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webappsec-clear-site-data/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webappsec-clear-site-data", "sourcePath": "index.src.html", @@ -12750,6 +13543,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -12793,10 +13587,12 @@ ], "release": { "url": "https://www.w3.org/TR/clipboard-apis/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/clipboard-apis/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/clipboard-apis", "sourcePath": "index.bs", @@ -12808,6 +13604,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -12859,10 +13656,12 @@ ], "release": { "url": "https://www.w3.org/TR/compositing-1/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.fxtf.org/compositing-1/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/fxtf-drafts", "sourcePath": "compositing-1/Overview.bs", @@ -12873,6 +13672,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -12895,6 +13695,123 @@ "headings": "headings/compositing-1.json", "ids": "ids/compositing-1.json" }, + { + "url": "https://www.w3.org/TR/compute-pressure/", + "seriesComposition": "full", + "shortname": "compute-pressure", + "series": { + "shortname": "compute-pressure", + "currentSpecification": "compute-pressure", + "title": "Compute Pressure Level 1", + "shortTitle": "Compute Pressure", + "releaseUrl": "https://www.w3.org/TR/compute-pressure/", + "nightlyUrl": "https://wicg.github.io/compute-pressure/" + }, + "organization": "W3C", + "groups": [ + { + "name": "Devices and Sensors Working Group", + "url": "https://www.w3.org/das/" + } + ], + "release": { + "url": "https://www.w3.org/TR/compute-pressure/", + "status": "First Public Working Draft", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://wicg.github.io/compute-pressure/", + "status": "Editor's Draft", + "alternateUrls": [], + "repository": "https://github.com/WICG/compute-pressure", + "sourcePath": "index.html", + "filename": "index.html" + }, + "title": "Compute Pressure Level 1", + "source": "w3c", + "shortTitle": "Compute Pressure 1", + "categories": [ + "browser" + ], + "standing": "good", + "versions": [ + "https://www.w3.org/TR/compute-pressure/", + "https://wicg.github.io/compute-pressure/" + ], + "crawled": "https://www.w3.org/TR/compute-pressure/", + "crawlCacheInfo": { + "lastModified": "Mon, 19 Dec 2022 04:21:56 GMT" + }, + "generator": "respec", + "date": "20 December 2022", + "links": "links/compute-pressure.json", + "refs": "refs/compute-pressure.json", + "idl": "idl/compute-pressure.idl", + "dfns": "dfns/compute-pressure.json", + "headings": "headings/compute-pressure.json", + "ids": "ids/compute-pressure.json" + }, + { + "url": "https://www.w3.org/TR/contact-picker-1/", + "seriesComposition": "full", + "shortname": "contact-picker-1", + "series": { + "shortname": "contact-picker", + "currentSpecification": "contact-picker-1", + "title": "Contact Picker API", + "shortTitle": "Contact Picker API", + "releaseUrl": "https://www.w3.org/TR/contact-picker/", + "nightlyUrl": "https://w3c.github.io/contact-api/spec" + }, + "seriesVersion": "1", + "organization": "W3C", + "groups": [ + { + "name": "Devices and Sensors Working Group", + "url": "https://www.w3.org/das/" + }, + { + "name": "Web Applications Working Group", + "url": "https://www.w3.org/groups/wg/webapps" + } + ], + "release": { + "url": "https://www.w3.org/TR/contact-picker-1/", + "status": "First Public Working Draft", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://w3c.github.io/contact-api/spec", + "status": "Editor's Draft", + "alternateUrls": [], + "repository": "https://github.com/w3c/contact-api", + "sourcePath": "spec/index.bs", + "filename": "index.html" + }, + "title": "Contact Picker API", + "source": "w3c", + "shortTitle": "Contact Picker API", + "categories": [ + "browser" + ], + "standing": "good", + "versions": [ + "https://www.w3.org/TR/contact-picker-1/", + "https://w3c.github.io/contact-api/spec" + ], + "crawled": "https://www.w3.org/TR/contact-picker-1/", + "crawlCacheInfo": { + "lastModified": "Mon, 19 Dec 2022 05:03:06 GMT" + }, + "generator": "bikeshed", + "date": "20 December 2022", + "links": "links/contact-picker-1.json", + "refs": "refs/contact-picker-1.json", + "idl": "idl/contact-picker.idl", + "dfns": "dfns/contact-picker-1.json", + "headings": "headings/contact-picker-1.json", + "ids": "ids/contact-picker-1.json" + }, { "url": "https://www.w3.org/TR/core-aam-1.2/", "seriesComposition": "full", @@ -12917,10 +13834,12 @@ ], "release": { "url": "https://www.w3.org/TR/core-aam-1.2/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/core-aam/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/core-aam", "sourcePath": "index.html", @@ -12932,6 +13851,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -12976,10 +13896,12 @@ ], "release": { "url": "https://www.w3.org/TR/credential-management-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webappsec-credential-management/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webappsec-credential-management", "sourcePath": "index.bs", @@ -12991,6 +13913,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -13035,10 +13958,12 @@ ], "release": { "url": "https://www.w3.org/TR/csp-embedded-enforcement/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webappsec-cspee/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webappsec-cspee", "sourcePath": "index.src.html", @@ -13050,6 +13975,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -13095,10 +14021,12 @@ ], "release": { "url": "https://www.w3.org/TR/CSP3/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webappsec-csp/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webappsec-csp", "sourcePath": "index.bs", @@ -13110,6 +14038,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -13125,10 +14054,10 @@ ], "crawled": "https://www.w3.org/TR/CSP3/", "crawlCacheInfo": { - "lastModified": "Thu, 01 Dec 2022 10:15:06 GMT" + "lastModified": "Tue, 10 Jan 2023 10:12:56 GMT" }, "generator": "bikeshed", - "date": "1 December 2022", + "date": "10 January 2023", "links": "links/CSP3.json", "refs": "refs/CSP3.json", "events": "events/CSP3.json", @@ -13137,6 +14066,64 @@ "headings": "headings/CSP3.json", "ids": "ids/CSP3.json" }, + { + "url": "https://www.w3.org/TR/css-2022/", + "seriesComposition": "full", + "shortname": "css-2022", + "series": { + "shortname": "css", + "currentSpecification": "css-2022", + "title": "CSS Snapshot", + "shortTitle": "CSS Snapshot", + "releaseUrl": "https://www.w3.org/TR/css/", + "nightlyUrl": "https://drafts.csswg.org/css/" + }, + "seriesVersion": "2022", + "organization": "W3C", + "groups": [ + { + "name": "Cascading Style Sheets (CSS) Working Group", + "url": "https://www.w3.org/Style/CSS/" + } + ], + "release": { + "url": "https://www.w3.org/TR/css-2022/", + "status": "Draft Note", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://drafts.csswg.org/css-2022/", + "status": "Editor's Draft", + "alternateUrls": [ + "https://w3c.github.io/csswg-drafts/css-2022/" + ], + "repository": "https://github.com/w3c/csswg-drafts", + "sourcePath": "css-2022/Overview.bs", + "filename": "Overview.html" + }, + "title": "CSS Snapshot 2022", + "source": "w3c", + "shortTitle": "CSS Snapshot 2022", + "categories": [ + "browser" + ], + "standing": "good", + "versions": [ + "https://www.w3.org/TR/css-2022/", + "https://drafts.csswg.org/css-2022/" + ], + "crawled": "https://www.w3.org/TR/css-2022/", + "crawlCacheInfo": { + "lastModified": "Mon, 21 Nov 2022 19:18:17 GMT" + }, + "generator": "bikeshed", + "date": "22 November 2022", + "links": "links/css-2022.json", + "refs": "refs/css-2022.json", + "dfns": "dfns/css-2022.json", + "headings": "headings/css-2022.json", + "ids": "ids/css-2022.json" + }, { "url": "https://www.w3.org/TR/css-align-3/", "seriesComposition": "full", @@ -13159,10 +14146,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-align-3/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-align-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-align-3/", "https://w3c.github.io/csswg-drafts/css-align/" @@ -13177,6 +14166,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -13222,10 +14212,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-animation-worklet-1/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.css-houdini.org/css-animationworklet-1/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/css-houdini-drafts", "sourcePath": "css-animation-worklet-1/Overview.bs", @@ -13237,6 +14229,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -13283,10 +14276,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-animations-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-animations-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-animations-1/", "https://w3c.github.io/csswg-drafts/css-animations/" @@ -13301,6 +14296,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -13350,10 +14346,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-backgrounds-3/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-backgrounds-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-backgrounds-3/", "https://w3c.github.io/csswg-drafts/css-backgrounds/" @@ -13367,6 +14365,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -13413,10 +14412,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-box-3/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-box-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-box-3/", "https://w3c.github.io/csswg-drafts/css-box/" @@ -13431,6 +14432,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -13476,10 +14478,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-box-4/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-box-4/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-box-4/" ], @@ -13493,6 +14497,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -13539,10 +14544,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-break-3/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-break-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-break-3/", "https://w3c.github.io/csswg-drafts/css-break/" @@ -13557,6 +14564,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -13602,10 +14610,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-break-4/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-break-4/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-break-4/" ], @@ -13619,6 +14629,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -13666,10 +14677,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-cascade-3/", + "status": "Recommendation", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-cascade-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-cascade-3/" ], @@ -13682,6 +14695,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -13729,10 +14743,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-cascade-4/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-cascade-4/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-cascade-4/", "https://w3c.github.io/csswg-drafts/css-cascade/" @@ -13746,6 +14762,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -13793,10 +14810,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-cascade-5/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-cascade-5/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-cascade-5/" ], @@ -13809,6 +14828,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -13857,10 +14877,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-cascade-6/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-cascade-6/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-cascade-6/" ], @@ -13873,6 +14895,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -13896,6 +14919,70 @@ "headings": "headings/css-cascade-6.json", "ids": "ids/css-cascade-6.json" }, + { + "url": "https://www.w3.org/TR/css-color-3/", + "seriesComposition": "full", + "shortname": "css-color-3", + "series": { + "shortname": "css-color", + "currentSpecification": "css-color-4", + "title": "CSS Color", + "shortTitle": "CSS Color", + "releaseUrl": "https://www.w3.org/TR/css-color/", + "nightlyUrl": "https://drafts.csswg.org/css-color/" + }, + "seriesVersion": "3", + "seriesNext": "css-color-4", + "organization": "W3C", + "groups": [ + { + "name": "Cascading Style Sheets (CSS) Working Group", + "url": "https://www.w3.org/Style/CSS/" + } + ], + "release": { + "url": "https://www.w3.org/TR/css-color-3/", + "status": "Recommendation", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://drafts.csswg.org/css-color-3/", + "status": "Editor's Draft", + "alternateUrls": [ + "https://w3c.github.io/csswg-drafts/css-color-3/" + ], + "repository": "https://github.com/w3c/csswg-drafts", + "sourcePath": "css-color-3/Overview.html", + "filename": "Overview.html" + }, + "title": "CSS Color Module Level 3", + "source": "w3c", + "shortTitle": "CSS Color 3", + "categories": [ + "browser" + ], + "standing": "good", + "tests": { + "repository": "https://github.com/web-platform-tests/wpt", + "testPaths": [ + "css/css-color" + ] + }, + "versions": [ + "https://www.w3.org/TR/css-color-3/", + "https://drafts.csswg.org/css-color-3/" + ], + "crawled": "https://www.w3.org/TR/css-color-3/", + "crawlCacheInfo": { + "lastModified": "Thu, 13 Jan 2022 23:33:53 GMT" + }, + "date": "18 January 2022", + "links": "links/css-color-3.json", + "refs": "refs/css-color-3.json", + "dfns": "dfns/css-color-3.json", + "headings": "headings/css-color-3.json", + "ids": "ids/css-color-3.json" + }, { "url": "https://www.w3.org/TR/css-color-4/", "seriesComposition": "full", @@ -13911,6 +14998,7 @@ "seriesVersion": "4", "nightly": { "url": "https://drafts.csswg.org/css-color-4/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-color-4/", "https://w3c.github.io/csswg-drafts/css-color/" @@ -13919,6 +15007,7 @@ "sourcePath": "css-color-4/Overview.bs", "filename": "Overview.html" }, + "seriesPrevious": "css-color-3", "seriesNext": "css-color-5", "organization": "W3C", "groups": [ @@ -13929,6 +15018,7 @@ ], "release": { "url": "https://www.w3.org/TR/css-color-4/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "title": "CSS Color Module Level 4", @@ -13937,6 +15027,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -13974,6 +15065,7 @@ }, "seriesVersion": "5", "seriesPrevious": "css-color-4", + "seriesNext": "css-color-6", "organization": "W3C", "groups": [ { @@ -13983,10 +15075,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-color-5/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-color-5/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-color-5/" ], @@ -14000,6 +15094,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -14045,10 +15140,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-color-adjust-1/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-color-adjust-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-color-adjust-1/", "https://w3c.github.io/csswg-drafts/css-color-adjust/" @@ -14063,6 +15160,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -14110,10 +15208,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-conditional-3/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-conditional-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-conditional-3/", "https://w3c.github.io/csswg-drafts/css-conditional/" @@ -14127,6 +15227,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -14176,10 +15277,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-conditional-4/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-conditional-4/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-conditional-4/" ], @@ -14192,6 +15295,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -14239,10 +15343,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-conditional-5/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-conditional-5/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-conditional-5/" ], @@ -14255,6 +15361,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -14278,6 +15385,71 @@ "headings": "headings/css-conditional-5.json", "ids": "ids/css-conditional-5.json" }, + { + "url": "https://www.w3.org/TR/css-contain-1/", + "seriesComposition": "full", + "shortname": "css-contain-1", + "series": { + "shortname": "css-contain", + "currentSpecification": "css-contain-2", + "title": "CSS Containment", + "shortTitle": "CSS Containment", + "releaseUrl": "https://www.w3.org/TR/css-contain/", + "nightlyUrl": "https://drafts.csswg.org/css-contain/" + }, + "seriesVersion": "1", + "seriesNext": "css-contain-2", + "organization": "W3C", + "groups": [ + { + "name": "Cascading Style Sheets (CSS) Working Group", + "url": "https://www.w3.org/Style/CSS/" + } + ], + "release": { + "url": "https://www.w3.org/TR/css-contain-1/", + "status": "Recommendation", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://drafts.csswg.org/css-contain-1/", + "status": "Editor's Draft", + "alternateUrls": [ + "https://w3c.github.io/csswg-drafts/css-contain-1/" + ], + "repository": "https://github.com/w3c/csswg-drafts", + "sourcePath": "css-contain-1/Overview.bs", + "filename": "Overview.html" + }, + "title": "CSS Containment Module Level 1", + "source": "w3c", + "shortTitle": "CSS Containment 1", + "categories": [ + "browser" + ], + "standing": "good", + "tests": { + "repository": "https://github.com/web-platform-tests/wpt", + "testPaths": [ + "css/css-contain" + ] + }, + "versions": [ + "https://www.w3.org/TR/css-contain-1/", + "https://drafts.csswg.org/css-contain-1/" + ], + "crawled": "https://www.w3.org/TR/css-contain-1/", + "crawlCacheInfo": { + "lastModified": "Fri, 21 Oct 2022 19:17:44 GMT" + }, + "generator": "bikeshed", + "date": "25 October 2022", + "links": "links/css-contain-1.json", + "refs": "refs/css-contain-1.json", + "dfns": "dfns/css-contain-1.json", + "headings": "headings/css-contain-1.json", + "ids": "ids/css-contain-1.json" + }, { "url": "https://www.w3.org/TR/css-contain-2/", "seriesComposition": "full", @@ -14291,6 +15463,7 @@ "nightlyUrl": "https://drafts.csswg.org/css-contain/" }, "seriesVersion": "2", + "seriesPrevious": "css-contain-1", "seriesNext": "css-contain-3", "organization": "W3C", "groups": [ @@ -14301,10 +15474,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-contain-2/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-contain-2/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-contain-2/", "https://w3c.github.io/csswg-drafts/css-contain/" @@ -14319,6 +15494,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -14367,10 +15543,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-contain-3/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-contain-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-contain-3/" ], @@ -14384,6 +15562,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -14430,10 +15609,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-content-3/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-content-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-content-3/", "https://w3c.github.io/csswg-drafts/css-content/" @@ -14448,6 +15629,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -14493,10 +15675,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-counter-styles-3/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-counter-styles-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-counter-styles-3/", "https://w3c.github.io/csswg-drafts/css-counter-styles/" @@ -14511,6 +15695,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -14550,6 +15735,7 @@ "seriesVersion": "1", "nightly": { "url": "https://drafts.csswg.org/css-viewport-1/", + "status": "Editor's Draft", "sourcePath": "css-viewport/Overview.bs", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-viewport-1/", @@ -14567,6 +15753,7 @@ ], "release": { "url": "https://www.w3.org/TR/css-device-adapt-1/", + "status": "Working Draft", "filename": "Overview.html" }, "title": "CSS Device Adaptation Module Level 1", @@ -14575,6 +15762,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/css-device-adapt-1/", "https://drafts.csswg.org/css-viewport-1/" @@ -14606,6 +15794,7 @@ "nightlyUrl": "https://drafts.csswg.org/css-display/" }, "seriesVersion": "3", + "seriesNext": "css-display-4", "organization": "W3C", "groups": [ { @@ -14615,10 +15804,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-display-3/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-display-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-display-3/", "https://w3c.github.io/csswg-drafts/css-display/" @@ -14633,6 +15824,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -14651,7 +15843,6 @@ "date": "18 November 2022", "links": "links/css-display-3.json", "refs": "refs/css-display-3.json", - "css": "css/css-display.json", "dfns": "dfns/css-display-3.json", "headings": "headings/css-display-3.json", "ids": "ids/css-display-3.json" @@ -14679,10 +15870,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-easing-1/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-easing-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-easing-1/", "https://w3c.github.io/csswg-drafts/css-easing/" @@ -14697,6 +15890,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -14742,10 +15936,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-flexbox-1/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-flexbox-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-flexbox-1/", "https://w3c.github.io/csswg-drafts/css-flexbox/" @@ -14759,6 +15955,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -14804,10 +16001,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-font-loading-3/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-font-loading-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-font-loading-3/", "https://w3c.github.io/csswg-drafts/css-font-loading/" @@ -14822,6 +16021,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -14867,10 +16067,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-fonts-4/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-fonts-4/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-fonts-4/", "https://w3c.github.io/csswg-drafts/css-fonts/" @@ -14885,6 +16087,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -14934,10 +16137,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-fonts-5/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-fonts-5/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-fonts-5/" ], @@ -14951,6 +16156,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -14998,10 +16204,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-gcpm-3/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-gcpm-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-gcpm-3/", "https://w3c.github.io/csswg-drafts/css-gcpm/" @@ -15015,6 +16223,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -15036,6 +16245,71 @@ "headings": "headings/css-gcpm-3.json", "ids": "ids/css-gcpm-3.json" }, + { + "url": "https://www.w3.org/TR/css-grid-1/", + "seriesComposition": "full", + "shortname": "css-grid-1", + "series": { + "shortname": "css-grid", + "currentSpecification": "css-grid-2", + "title": "CSS Grid Layout", + "shortTitle": "CSS Grid Layout", + "releaseUrl": "https://www.w3.org/TR/css-grid/", + "nightlyUrl": "https://drafts.csswg.org/css-grid/" + }, + "seriesVersion": "1", + "seriesNext": "css-grid-2", + "organization": "W3C", + "groups": [ + { + "name": "Cascading Style Sheets (CSS) Working Group", + "url": "https://www.w3.org/Style/CSS/" + } + ], + "release": { + "url": "https://www.w3.org/TR/css-grid-1/", + "status": "Candidate Recommendation Draft", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://drafts.csswg.org/css-grid-1/", + "status": "Editor's Draft", + "alternateUrls": [ + "https://w3c.github.io/csswg-drafts/css-grid-1/" + ], + "repository": "https://github.com/w3c/csswg-drafts", + "sourcePath": "css-grid-1/Overview.bs", + "filename": "Overview.html" + }, + "title": "CSS Grid Layout Module Level 1", + "source": "w3c", + "shortTitle": "CSS Grid Layout 1", + "categories": [ + "browser" + ], + "standing": "good", + "tests": { + "repository": "https://github.com/web-platform-tests/wpt", + "testPaths": [ + "css/css-grid" + ] + }, + "versions": [ + "https://www.w3.org/TR/css-grid-1/", + "https://drafts.csswg.org/css-grid-1/" + ], + "crawled": "https://www.w3.org/TR/css-grid-1/", + "crawlCacheInfo": { + "lastModified": "Fri, 18 Dec 2020 19:24:48 GMT" + }, + "generator": "bikeshed", + "date": "18 December 2020", + "links": "links/css-grid-1.json", + "refs": "refs/css-grid-1.json", + "dfns": "dfns/css-grid-1.json", + "headings": "headings/css-grid-1.json", + "ids": "ids/css-grid-1.json" + }, { "url": "https://www.w3.org/TR/css-grid-2/", "seriesComposition": "full", @@ -15049,6 +16323,7 @@ "nightlyUrl": "https://drafts.csswg.org/css-grid/" }, "seriesVersion": "2", + "seriesPrevious": "css-grid-1", "seriesNext": "css-grid-3", "organization": "W3C", "groups": [ @@ -15059,10 +16334,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-grid-2/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-grid-2/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-grid-2/", "https://w3c.github.io/csswg-drafts/css-grid/" @@ -15077,6 +16354,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -15122,10 +16400,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-highlight-api-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-highlight-api-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-highlight-api-1/", "https://w3c.github.io/csswg-drafts/css-highlight-api/" @@ -15140,6 +16420,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/css-highlight-api-1/", "https://drafts.csswg.org/css-highlight-api-1/" @@ -15182,10 +16463,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-images-3/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-images-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-images-3/", "https://w3c.github.io/csswg-drafts/css-images/" @@ -15199,6 +16482,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -15247,10 +16531,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-images-4/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-images-4/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-images-4/" ], @@ -15263,6 +16549,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -15309,10 +16596,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-inline-3/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-inline-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-inline-3/", "https://w3c.github.io/csswg-drafts/css-inline/" @@ -15327,6 +16616,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -15372,10 +16662,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-layout-api-1/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.css-houdini.org/css-layout-api-1/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/css-houdini-drafts", "sourcePath": "css-layout-api/Overview.bs", @@ -15387,6 +16679,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -15433,10 +16726,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-line-grid-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-line-grid-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-line-grid-1/", "https://w3c.github.io/csswg-drafts/css-line-grid/" @@ -15451,6 +16746,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/css-line-grid-1/", "https://drafts.csswg.org/css-line-grid-1/" @@ -15489,10 +16785,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-lists-3/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-lists-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-lists-3/", "https://w3c.github.io/csswg-drafts/css-lists/" @@ -15506,6 +16804,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -15552,10 +16851,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-logical-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-logical-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-logical-1/", "https://w3c.github.io/csswg-drafts/css-logical/" @@ -15569,6 +16870,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -15614,10 +16916,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-masking-1/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.fxtf.org/css-masking-1/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/fxtf-drafts", "sourcePath": "css-masking-1/Overview.bs", @@ -15629,6 +16933,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -15678,10 +16983,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-multicol-1/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-multicol-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-multicol-1/", "https://w3c.github.io/csswg-drafts/css-multicol/" @@ -15695,6 +17002,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -15740,10 +17048,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-namespaces-3/", + "status": "Recommendation", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-namespaces-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-namespaces-3/", "https://w3c.github.io/csswg-drafts/css-namespaces/" @@ -15758,6 +17068,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -15800,10 +17111,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-nav-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-nav-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-nav-1/", "https://w3c.github.io/csswg-drafts/css-nav/" @@ -15818,6 +17131,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/css-nav-1/", "https://drafts.csswg.org/css-nav-1/" @@ -15859,10 +17173,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-nesting-1/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-nesting-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-nesting-1/", "https://w3c.github.io/csswg-drafts/css-nesting/" @@ -15877,6 +17193,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/css-nesting-1/", "https://drafts.csswg.org/css-nesting-1/" @@ -15918,10 +17235,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-overflow-3/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-overflow-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-overflow-3/", "https://w3c.github.io/csswg-drafts/css-overflow/" @@ -15936,6 +17255,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -15982,10 +17302,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-overflow-4/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-overflow-4/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-overflow-4/" ], @@ -15999,6 +17321,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -16044,10 +17367,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-overscroll-1/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-overscroll-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-overscroll-1/", "https://w3c.github.io/csswg-drafts/css-overscroll/" @@ -16062,6 +17387,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -16108,10 +17434,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-page-3/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-page-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-page-3/", "https://w3c.github.io/csswg-drafts/css-page/" @@ -16126,6 +17454,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -16171,10 +17500,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-page-floats-3/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-page-floats-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-page-floats-3/", "https://w3c.github.io/csswg-drafts/css-page-floats/" @@ -16189,6 +17520,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/css-page-floats-3/", "https://drafts.csswg.org/css-page-floats-3/" @@ -16228,10 +17560,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-paint-api-1/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.css-houdini.org/css-paint-api-1/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/css-houdini-drafts", "sourcePath": "css-paint-api/Overview.bs", @@ -16243,6 +17577,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -16289,10 +17624,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-position-3/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-position-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-position-3/", "https://w3c.github.io/csswg-drafts/css-position/" @@ -16307,6 +17644,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -16356,10 +17694,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-properties-values-api-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.css-houdini.org/css-properties-values-api-1/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/css-houdini-drafts", "sourcePath": "css-properties-values-api/Overview.bs", @@ -16371,6 +17711,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -16417,10 +17758,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-pseudo-4/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-pseudo-4/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-pseudo-4/", "https://w3c.github.io/csswg-drafts/css-pseudo/" @@ -16435,6 +17778,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -16481,10 +17825,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-regions-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-regions-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-regions-1/", "https://w3c.github.io/csswg-drafts/css-regions/" @@ -16499,6 +17845,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/css-regions-1/", "https://drafts.csswg.org/css-regions-1/" @@ -16538,10 +17885,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-rhythm-1/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-rhythm-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-rhythm-1/", "https://w3c.github.io/csswg-drafts/css-rhythm/" @@ -16556,6 +17905,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/css-rhythm-1/", "https://drafts.csswg.org/css-rhythm-1/" @@ -16595,10 +17945,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-round-display-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-round-display-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-round-display-1/", "https://w3c.github.io/csswg-drafts/css-round-display/" @@ -16613,6 +17965,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -16658,10 +18011,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-ruby-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-ruby-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-ruby-1/", "https://w3c.github.io/csswg-drafts/css-ruby/" @@ -16676,6 +18031,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -16721,10 +18077,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-scoping-1/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-scoping-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-scoping-1/", "https://w3c.github.io/csswg-drafts/css-scoping/" @@ -16739,6 +18097,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -16782,10 +18141,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-scroll-anchoring-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-scroll-anchoring-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-scroll-anchoring-1/", "https://w3c.github.io/csswg-drafts/css-scroll-anchoring/" @@ -16800,6 +18161,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -16846,10 +18208,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-scroll-snap-1/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-scroll-snap-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-scroll-snap-1/", "https://w3c.github.io/csswg-drafts/css-scroll-snap/" @@ -16864,6 +18228,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -16909,10 +18274,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-scrollbars-1/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-scrollbars-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-scrollbars-1/", "https://w3c.github.io/csswg-drafts/css-scrollbars/" @@ -16927,6 +18294,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -16972,10 +18340,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-shadow-parts-1/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-shadow-parts-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-shadow-parts-1/", "https://w3c.github.io/csswg-drafts/css-shadow-parts/" @@ -16990,6 +18360,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -17037,10 +18408,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-shapes-1/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-shapes-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-shapes-1/", "https://w3c.github.io/csswg-drafts/css-shapes/" @@ -17055,6 +18428,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -17102,10 +18476,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-sizing-3/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-sizing-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-sizing-3/", "https://w3c.github.io/csswg-drafts/css-sizing/" @@ -17119,6 +18495,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -17166,10 +18543,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-sizing-4/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-sizing-4/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-sizing-4/" ], @@ -17182,6 +18561,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -17227,10 +18607,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-speech-1/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-speech-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-speech-1/", "https://w3c.github.io/csswg-drafts/css-speech/" @@ -17245,6 +18627,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -17281,6 +18664,7 @@ }, "nightly": { "url": "https://drafts.csswg.org/css-style-attr/", + "status": "Editor's Draft", "sourcePath": "css-style-attr-1/Overview.src.html", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-style-attr/" @@ -17297,6 +18681,7 @@ ], "release": { "url": "https://www.w3.org/TR/css-style-attr/", + "status": "Recommendation", "filename": "Overview.html" }, "title": "CSS Style Attributes", @@ -17305,6 +18690,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -17348,10 +18734,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-syntax-3/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-syntax-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-syntax-3/", "https://w3c.github.io/csswg-drafts/css-syntax/" @@ -17366,6 +18754,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -17412,10 +18801,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-tables-3/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-tables-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-tables-3/", "https://w3c.github.io/csswg-drafts/css-tables/" @@ -17430,6 +18821,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -17476,10 +18868,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-text-3/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-text-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-text-3/", "https://w3c.github.io/csswg-drafts/css-text/" @@ -17494,6 +18888,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -17540,10 +18935,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-text-4/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-text-4/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-text-4/" ], @@ -17557,6 +18954,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -17603,10 +19001,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-text-decor-3/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-text-decor-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-text-decor-3/", "https://w3c.github.io/csswg-drafts/css-text-decor/" @@ -17621,6 +19021,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -17667,10 +19068,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-text-decor-4/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-text-decor-4/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-text-decor-4/" ], @@ -17684,6 +19087,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -17730,10 +19134,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-transforms-1/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-transforms-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-transforms-1/", "https://w3c.github.io/csswg-drafts/css-transforms/" @@ -17748,6 +19154,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -17794,10 +19201,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-transforms-2/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-transforms-2/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-transforms-2/" ], @@ -17811,6 +19220,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -17857,10 +19267,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-transitions-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-transitions-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-transitions-1/", "https://w3c.github.io/csswg-drafts/css-transitions/" @@ -17875,6 +19287,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -17927,10 +19340,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-typed-om-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.css-houdini.org/css-typed-om-1/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/css-houdini-drafts", "sourcePath": "css-typed-om/Overview.bs", @@ -17942,6 +19357,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -17965,6 +19381,71 @@ "headings": "headings/css-typed-om-1.json", "ids": "ids/css-typed-om-1.json" }, + { + "url": "https://www.w3.org/TR/css-ui-3/", + "seriesComposition": "full", + "shortname": "css-ui-3", + "series": { + "shortname": "css-ui", + "currentSpecification": "css-ui-4", + "title": "CSS Basic User Interface", + "shortTitle": "CSS User Interface", + "releaseUrl": "https://www.w3.org/TR/css-ui/", + "nightlyUrl": "https://drafts.csswg.org/css-ui/" + }, + "seriesVersion": "3", + "shortTitle": "CSS User Interface 3", + "seriesNext": "css-ui-4", + "organization": "W3C", + "groups": [ + { + "name": "Cascading Style Sheets (CSS) Working Group", + "url": "https://www.w3.org/Style/CSS/" + } + ], + "release": { + "url": "https://www.w3.org/TR/css-ui-3/", + "status": "Recommendation", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://drafts.csswg.org/css-ui-3/", + "status": "Editor's Draft", + "alternateUrls": [ + "https://w3c.github.io/csswg-drafts/css-ui-3/" + ], + "repository": "https://github.com/w3c/csswg-drafts", + "sourcePath": "css-ui-3/Overview.bs", + "filename": "Overview.html" + }, + "title": "CSS Basic User Interface Module Level 3 (CSS3 UI)", + "source": "w3c", + "categories": [ + "browser" + ], + "standing": "good", + "tests": { + "repository": "https://github.com/web-platform-tests/wpt", + "testPaths": [ + "css/css-ui" + ] + }, + "versions": [ + "https://www.w3.org/TR/css-ui-3/", + "https://drafts.csswg.org/css-ui-3/" + ], + "crawled": "https://www.w3.org/TR/css-ui-3/", + "crawlCacheInfo": { + "lastModified": "Thu, 21 Jun 2018 16:29:59 GMT" + }, + "generator": "bikeshed", + "date": "21 June 2018", + "links": "links/css-ui-3.json", + "refs": "refs/css-ui-3.json", + "dfns": "dfns/css-ui-3.json", + "headings": "headings/css-ui-3.json", + "ids": "ids/css-ui-3.json" + }, { "url": "https://www.w3.org/TR/css-ui-4/", "seriesComposition": "full", @@ -17979,6 +19460,7 @@ }, "seriesVersion": "4", "shortTitle": "CSS User Interface 4", + "seriesPrevious": "css-ui-3", "organization": "W3C", "groups": [ { @@ -17988,10 +19470,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-ui-4/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-ui-4/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-ui-4/", "https://w3c.github.io/csswg-drafts/css-ui/" @@ -18005,6 +19489,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -18052,10 +19537,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-values-3/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-values-3/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-values-3/" ], @@ -18068,6 +19555,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -18117,10 +19605,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-values-4/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-values-4/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-values-4/", "https://w3c.github.io/csswg-drafts/css-values/" @@ -18134,6 +19624,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -18181,10 +19672,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-variables-1/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-variables-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-variables-1/", "https://w3c.github.io/csswg-drafts/css-variables/" @@ -18198,6 +19691,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -18242,10 +19736,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-view-transitions-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-view-transitions-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-view-transitions-1/", "https://w3c.github.io/csswg-drafts/css-view-transitions/" @@ -18260,6 +19756,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/css-view-transitions-1/", "https://drafts.csswg.org/css-view-transitions-1/" @@ -18300,10 +19797,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-will-change-1/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-will-change-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-will-change-1/", "https://w3c.github.io/csswg-drafts/css-will-change/" @@ -18318,6 +19817,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -18341,6 +19841,72 @@ "headings": "headings/css-will-change-1.json", "ids": "ids/css-will-change-1.json" }, + { + "url": "https://www.w3.org/TR/css-writing-modes-3/", + "seriesComposition": "full", + "shortname": "css-writing-modes-3", + "series": { + "shortname": "css-writing-modes", + "currentSpecification": "css-writing-modes-4", + "title": "CSS Writing Modes", + "shortTitle": "CSS Writing Modes", + "releaseUrl": "https://www.w3.org/TR/css-writing-modes/", + "nightlyUrl": "https://drafts.csswg.org/css-writing-modes/" + }, + "seriesVersion": "3", + "seriesNext": "css-writing-modes-4", + "organization": "W3C", + "groups": [ + { + "name": "Cascading Style Sheets (CSS) Working Group", + "url": "https://www.w3.org/Style/CSS/" + } + ], + "release": { + "url": "https://www.w3.org/TR/css-writing-modes-3/", + "status": "Recommendation", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://drafts.csswg.org/css-writing-modes-3/", + "status": "Editor's Draft", + "alternateUrls": [ + "https://w3c.github.io/csswg-drafts/css-writing-modes-3/" + ], + "repository": "https://github.com/w3c/csswg-drafts", + "sourcePath": "css-writing-modes-3/Overview.bs", + "filename": "Overview.html" + }, + "title": "CSS Writing Modes Level 3", + "source": "w3c", + "shortTitle": "CSS Writing Modes 3", + "categories": [ + "browser" + ], + "standing": "good", + "tests": { + "repository": "https://github.com/web-platform-tests/wpt", + "testPaths": [ + "css/css-writing-modes" + ] + }, + "versions": [ + "https://www.w3.org/TR/css-writing-modes-3/", + "https://drafts.csswg.org/css-writing-modes-3/", + "https://www.w3.org/TR/css3-writing-modes/" + ], + "crawled": "https://www.w3.org/TR/css-writing-modes-3/", + "crawlCacheInfo": { + "lastModified": "Thu, 30 Apr 2020 16:55:21 GMT" + }, + "generator": "bikeshed", + "date": "10 December 2019", + "links": "links/css-writing-modes-3.json", + "refs": "refs/css-writing-modes-3.json", + "dfns": "dfns/css-writing-modes-3.json", + "headings": "headings/css-writing-modes-3.json", + "ids": "ids/css-writing-modes-3.json" + }, { "url": "https://www.w3.org/TR/css-writing-modes-4/", "seriesComposition": "full", @@ -18354,6 +19920,7 @@ "nightlyUrl": "https://drafts.csswg.org/css-writing-modes/" }, "seriesVersion": "4", + "seriesPrevious": "css-writing-modes-3", "organization": "W3C", "groups": [ { @@ -18363,10 +19930,12 @@ ], "release": { "url": "https://www.w3.org/TR/css-writing-modes-4/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-writing-modes-4/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-writing-modes-4/", "https://w3c.github.io/csswg-drafts/css-writing-modes/" @@ -18381,6 +19950,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -18419,6 +19989,7 @@ "seriesVersion": "2.1", "nightly": { "url": "https://drafts.csswg.org/css2/", + "status": "Editor's Draft", "sourcePath": "css2/Overview.bs", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css2/" @@ -18437,6 +20008,7 @@ ], "release": { "url": "https://www.w3.org/TR/CSS21/", + "status": "Recommendation", "pages": [ "https://www.w3.org/TR/CSS21/about.html", "https://www.w3.org/TR/CSS21/intro.html", @@ -18473,6 +20045,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -18509,6 +20082,7 @@ "seriesVersion": "2.2", "nightly": { "url": "https://drafts.csswg.org/css2/", + "status": "Editor's Draft", "sourcePath": "css2/Overview.bs", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css2/" @@ -18527,6 +20101,7 @@ ], "release": { "url": "https://www.w3.org/TR/CSS22/", + "status": "First Public Working Draft", "pages": [ "https://www.w3.org/TR/CSS22/about.html", "https://www.w3.org/TR/CSS22/intro.html", @@ -18563,6 +20138,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -18600,6 +20176,7 @@ "seriesVersion": "1", "nightly": { "url": "https://drafts.csswg.org/css-exclusions-1/", + "status": "Editor's Draft", "sourcePath": "css-exclusions-1/Overview.bs", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-exclusions-1/", @@ -18617,6 +20194,7 @@ ], "release": { "url": "https://www.w3.org/TR/css3-exclusions/", + "status": "Working Draft", "filename": "Overview.html" }, "title": "CSS Exclusions Module Level 1", @@ -18625,6 +20203,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -18669,10 +20248,12 @@ ], "release": { "url": "https://www.w3.org/TR/cssom-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/cssom-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/cssom-1/", "https://w3c.github.io/csswg-drafts/cssom/" @@ -18687,6 +20268,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -18732,10 +20314,12 @@ ], "release": { "url": "https://www.w3.org/TR/cssom-view-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/cssom-view-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/cssom-view-1/", "https://w3c.github.io/csswg-drafts/cssom-view/" @@ -18750,6 +20334,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -18798,10 +20383,12 @@ ], "release": { "url": "https://www.w3.org/TR/device-memory-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://www.w3.org/TR/device-memory/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/device-memory", "sourcePath": "index.bs", @@ -18813,6 +20400,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -18857,10 +20445,12 @@ ], "release": { "url": "https://www.w3.org/TR/device-posture/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/device-posture/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/device-posture", "sourcePath": "index.html", @@ -18872,6 +20462,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/device-posture/", "https://w3c.github.io/device-posture/" @@ -18890,6 +20481,57 @@ "headings": "headings/device-posture.json", "ids": "ids/device-posture.json" }, + { + "url": "https://www.w3.org/TR/DOM-Level-2-Style/", + "seriesComposition": "full", + "shortname": "DOM-Level-2-Style", + "series": { + "shortname": "DOM-Style", + "currentSpecification": "DOM-Level-2-Style", + "title": "Document Object Model (DOM) Style", + "shortTitle": "DOM", + "releaseUrl": "https://www.w3.org/TR/DOM-Style/", + "nightlyUrl": "https://www.w3.org/TR/DOM-Style/" + }, + "nightly": { + "url": "https://www.w3.org/TR/DOM-Level-2-Style/", + "status": "Editor's Draft", + "alternateUrls": [], + "filename": "Overview.html" + }, + "organization": "W3C", + "groups": [ + { + "name": "DOM Working Group", + "url": "https://www.w3.org/DOM/Group/" + } + ], + "release": { + "url": "https://www.w3.org/TR/DOM-Level-2-Style/", + "status": "Discontinued Draft", + "filename": "Overview.html" + }, + "title": "Document Object Model (DOM) Level 2 Style Specification", + "source": "w3c", + "shortTitle": "DOM", + "categories": [ + "browser" + ], + "standing": "discontinued", + "versions": [ + "https://www.w3.org/TR/DOM-Level-2-Style/" + ], + "crawled": "https://www.w3.org/TR/DOM-Level-2-Style/", + "crawlCacheInfo": { + "lastModified": "Tue, 03 Nov 2020 06:51:35 GMT" + }, + "date": "3 November 2020", + "links": "links/DOM-Level-2-Style.json", + "refs": "refs/DOM-Level-2-Style.json", + "idl": "idl/DOM-Style.idl", + "headings": "headings/DOM-Level-2-Style.json", + "ids": "ids/DOM-Level-2-Style.json" + }, { "url": "https://www.w3.org/TR/DOM-Parsing/", "seriesComposition": "full", @@ -18911,10 +20553,12 @@ ], "release": { "url": "https://www.w3.org/TR/DOM-Parsing/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/DOM-Parsing/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/DOM-Parsing", "sourcePath": "index.html", @@ -18926,6 +20570,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -18970,10 +20615,12 @@ ], "release": { "url": "https://www.w3.org/TR/edit-context/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/edit-context/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/edit-context", "sourcePath": "index.html", @@ -18985,6 +20632,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/edit-context/", "https://w3c.github.io/edit-context/" @@ -19003,65 +20651,6 @@ "headings": "headings/edit-context.json", "ids": "ids/edit-context.json" }, - { - "url": "https://www.w3.org/TR/encoding/", - "seriesComposition": "full", - "shortname": "encoding", - "series": { - "shortname": "encoding", - "currentSpecification": "encoding", - "title": "Encoding", - "shortTitle": "Encoding", - "releaseUrl": "https://www.w3.org/TR/encoding/", - "nightlyUrl": "https://encoding.spec.whatwg.org/" - }, - "organization": "W3C", - "groups": [ - { - "name": "Internationalization Working Group", - "url": "https://www.w3.org/International/core/" - } - ], - "release": { - "url": "https://www.w3.org/TR/encoding/", - "filename": "index.html" - }, - "nightly": { - "url": "https://encoding.spec.whatwg.org/", - "alternateUrls": [], - "repository": "https://github.com/whatwg/encoding", - "sourcePath": "encoding.bs", - "filename": "index.html" - }, - "title": "Encoding Standard", - "source": "w3c", - "shortTitle": "Encoding", - "categories": [ - "browser" - ], - "tests": { - "repository": "https://github.com/web-platform-tests/wpt", - "testPaths": [ - "encoding" - ] - }, - "versions": [ - "https://www.w3.org/TR/encoding/", - "https://encoding.spec.whatwg.org/" - ], - "crawled": "https://www.w3.org/TR/encoding/", - "crawlCacheInfo": { - "lastModified": "Wed, 26 Oct 2022 12:34:28 GMT" - }, - "generator": "bikeshed", - "date": "26 October 2022", - "links": "links/encoding.json", - "refs": "refs/encoding.json", - "idl": "idl/encoding.idl", - "dfns": "dfns/encoding.json", - "headings": "headings/encoding.json", - "ids": "ids/encoding.json" - }, { "url": "https://www.w3.org/TR/encrypted-media/", "seriesComposition": "full", @@ -19076,6 +20665,7 @@ }, "nightly": { "url": "https://w3c.github.io/encrypted-media/", + "status": "Editor's Draft", "sourcePath": "encrypted-media-respec.html", "alternateUrls": [], "repository": "https://github.com/w3c/encrypted-media", @@ -19090,6 +20680,7 @@ ], "release": { "url": "https://www.w3.org/TR/encrypted-media/", + "status": "Recommendation", "filename": "Overview.html" }, "title": "Encrypted Media Extensions", @@ -19098,6 +20689,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -19137,6 +20729,7 @@ "seriesVersion": "3.3", "nightly": { "url": "https://w3c.github.io/epub-specs/epub33/core/", + "status": "Editor's Draft", "sourcePath": "epub33/core/index.html", "alternateUrls": [], "repository": "https://github.com/w3c/epub-specs", @@ -19152,21 +20745,23 @@ ], "release": { "url": "https://www.w3.org/TR/epub-33/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "title": "EPUB 3.3", "source": "w3c", "shortTitle": "EPUB 3.3", + "standing": "good", "versions": [ "https://www.w3.org/TR/epub-33/", "https://w3c.github.io/epub-specs/epub33/core/" ], "crawled": "https://www.w3.org/TR/epub-33/", "crawlCacheInfo": { - "lastModified": "Wed, 04 Jan 2023 12:32:45 GMT" + "lastModified": "Mon, 09 Jan 2023 17:18:51 GMT" }, "generator": "respec", - "date": "04 January 2023", + "date": "09 January 2023", "links": "links/epub-33.json", "refs": "refs/epub-33.json", "dfns": "dfns/epub-33.json", @@ -19189,6 +20784,7 @@ "seriesVersion": "3.3", "nightly": { "url": "https://w3c.github.io/epub-specs/epub33/rs/", + "status": "Editor's Draft", "sourcePath": "epub33/rs/index.html", "alternateUrls": [], "repository": "https://github.com/w3c/epub-specs", @@ -19204,21 +20800,23 @@ ], "release": { "url": "https://www.w3.org/TR/epub-rs-33/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "title": "EPUB Reading Systems 3.3", "source": "w3c", "shortTitle": "EPUB Reading Systems 3.3", + "standing": "good", "versions": [ "https://www.w3.org/TR/epub-rs-33/", "https://w3c.github.io/epub-specs/epub33/rs/" ], "crawled": "https://www.w3.org/TR/epub-rs-33/", "crawlCacheInfo": { - "lastModified": "Tue, 06 Dec 2022 12:52:27 GMT" + "lastModified": "Mon, 09 Jan 2023 17:18:19 GMT" }, "generator": "respec", - "date": "06 December 2022", + "date": "09 January 2023", "links": "links/epub-rs-33.json", "refs": "refs/epub-rs-33.json", "idl": "idl/epub-rs.idl", @@ -19247,10 +20845,12 @@ ], "release": { "url": "https://www.w3.org/TR/event-timing/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/event-timing", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/event-timing", "sourcePath": "index.bs", @@ -19262,6 +20862,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/event-timing/", "https://w3c.github.io/event-timing" @@ -19301,10 +20902,12 @@ ], "release": { "url": "https://www.w3.org/TR/fetch-metadata/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webappsec-fetch-metadata/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webappsec-fetch-metadata", "sourcePath": "index.bs", @@ -19315,6 +20918,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -19358,10 +20962,12 @@ ], "release": { "url": "https://www.w3.org/TR/FileAPI/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/FileAPI/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/FileAPI", "sourcePath": "index.bs", @@ -19373,6 +20979,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -19423,10 +21030,12 @@ ], "release": { "url": "https://www.w3.org/TR/fill-stroke-3/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.fxtf.org/fill-stroke-3/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/fxtf-drafts", "sourcePath": "fill-stroke/Overview.bs", @@ -19438,6 +21047,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -19484,10 +21094,12 @@ ], "release": { "url": "https://www.w3.org/TR/filter-effects-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.fxtf.org/filter-effects-1/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/fxtf-drafts", "sourcePath": "filter-effects/Overview.bs", @@ -19499,6 +21111,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -19545,10 +21158,12 @@ ], "release": { "url": "https://www.w3.org/TR/fingerprinting-guidance/", + "status": "Note", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/fingerprinting-guidance/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/fingerprinting-guidance", "sourcePath": "index.html", @@ -19560,6 +21175,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/fingerprinting-guidance/", "https://w3c.github.io/fingerprinting-guidance/" @@ -19597,10 +21213,12 @@ ], "release": { "url": "https://www.w3.org/TR/gamepad/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/gamepad/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/gamepad", "sourcePath": "index.html", @@ -19612,6 +21230,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -19657,10 +21276,12 @@ ], "release": { "url": "https://www.w3.org/TR/generic-sensor/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/sensors/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/sensors", "sourcePath": "index.bs", @@ -19672,6 +21293,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -19717,10 +21339,12 @@ ], "release": { "url": "https://www.w3.org/TR/geolocation-sensor/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/geolocation-sensor/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/geolocation-sensor", "sourcePath": "index.bs", @@ -19732,6 +21356,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -19776,10 +21401,12 @@ ], "release": { "url": "https://www.w3.org/TR/geolocation/", + "status": "Recommendation", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/geolocation-api/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/geolocation-api", "sourcePath": "index.html", @@ -19791,6 +21418,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -19836,10 +21464,12 @@ ], "release": { "url": "https://www.w3.org/TR/geometry-1/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.fxtf.org/geometry-1/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/fxtf-drafts", "sourcePath": "geometry/Overview.bs", @@ -19851,6 +21481,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -19897,10 +21528,12 @@ ], "release": { "url": "https://www.w3.org/TR/graphics-aam-1.0/", + "status": "Recommendation", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/graphics-aam/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/graphics-aam", "sourcePath": "index.html", @@ -19912,6 +21545,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -19956,10 +21590,12 @@ ], "release": { "url": "https://www.w3.org/TR/graphics-aria-1.0/", + "status": "Recommendation", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/graphics-aria/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/graphics-aria", "sourcePath": "index.html", @@ -19971,6 +21607,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/graphics-aria-1.0/", "https://w3c.github.io/graphics-aria/" @@ -20008,10 +21645,12 @@ ], "release": { "url": "https://www.w3.org/TR/gyroscope/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/gyroscope/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/gyroscope", "sourcePath": "index.bs", @@ -20023,6 +21662,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -20068,10 +21708,12 @@ ], "release": { "url": "https://www.w3.org/TR/hr-time-3/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/hr-time/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/hr-time", "sourcePath": "index.html", @@ -20083,6 +21725,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -20130,10 +21773,12 @@ ], "release": { "url": "https://www.w3.org/TR/html-aam-1.0/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/html-aam/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/html-aam", "sourcePath": "index.html", @@ -20145,6 +21790,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/html-aam-1.0/", "https://w3c.github.io/html-aam/" @@ -20181,10 +21827,12 @@ ], "release": { "url": "https://www.w3.org/TR/html-aria/", + "status": "Recommendation", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/html-aria/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/html-aria", "sourcePath": "index.html", @@ -20196,6 +21844,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/html-aria/", "https://w3c.github.io/html-aria/" @@ -20233,10 +21882,12 @@ ], "release": { "url": "https://www.w3.org/TR/html-media-capture/", + "status": "Recommendation", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/html-media-capture/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/html-media-capture", "sourcePath": "index.html", @@ -20248,6 +21899,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -20294,10 +21946,12 @@ ], "release": { "url": "https://www.w3.org/TR/i18n-glossary/", + "status": "Draft Note", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/i18n-glossary/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/i18n-glossary", "sourcePath": "index.html", @@ -20306,6 +21960,7 @@ "title": "Internationalization Glossary", "source": "w3c", "shortTitle": "Internationalization Glossary", + "standing": "good", "versions": [ "https://www.w3.org/TR/i18n-glossary/", "https://w3c.github.io/i18n-glossary/" @@ -20343,10 +21998,12 @@ ], "release": { "url": "https://www.w3.org/TR/IFT/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/IFT/Overview.html", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/IFT", "sourcePath": "Overview.bs", @@ -20358,6 +22015,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/IFT/", "https://w3c.github.io/IFT/Overview.html" @@ -20395,10 +22053,12 @@ ], "release": { "url": "https://www.w3.org/TR/image-capture/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/mediacapture-image/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/mediacapture-image", "sourcePath": "index.bs", @@ -20410,6 +22070,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -20454,10 +22115,12 @@ ], "release": { "url": "https://www.w3.org/TR/image-resource/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/image-resource/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/image-resource", "sourcePath": "index.html", @@ -20469,6 +22132,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/image-resource/", "https://w3c.github.io/image-resource/" @@ -20509,10 +22173,12 @@ ], "release": { "url": "https://www.w3.org/TR/IndexedDB-3/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/IndexedDB/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/IndexedDB", "sourcePath": "index.bs", @@ -20523,6 +22189,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -20569,10 +22236,12 @@ ], "release": { "url": "https://www.w3.org/TR/input-events-2/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/input-events/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/input-events", "sourcePath": "index.html", @@ -20584,6 +22253,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -20628,10 +22298,12 @@ ], "release": { "url": "https://www.w3.org/TR/intersection-observer/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/IntersectionObserver/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/IntersectionObserver", "sourcePath": "index.bs", @@ -20643,6 +22315,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -20688,10 +22361,12 @@ ], "release": { "url": "https://www.w3.org/TR/json-ld11-api/", + "status": "Recommendation", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/json-ld-api/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/json-ld-api", "sourcePath": "index.html", @@ -20700,6 +22375,7 @@ "title": "JSON-LD 1.1 Processing Algorithms and API", "source": "w3c", "shortTitle": "JSON-LD 1.1 Processing Algorithms and API", + "standing": "good", "versions": [ "https://www.w3.org/TR/json-ld11-api/", "https://w3c.github.io/json-ld-api/" @@ -20739,10 +22415,12 @@ ], "release": { "url": "https://www.w3.org/TR/json-ld11-framing/", + "status": "Recommendation", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/json-ld-framing/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/json-ld-framing", "sourcePath": "index.html", @@ -20751,6 +22429,7 @@ "title": "JSON-LD 1.1 Framing", "source": "w3c", "shortTitle": "JSON-LD 1.1 Framing", + "standing": "good", "versions": [ "https://www.w3.org/TR/json-ld11-framing/", "https://w3c.github.io/json-ld-framing/" @@ -20791,10 +22470,12 @@ ], "release": { "url": "https://www.w3.org/TR/json-ld11/", + "status": "Recommendation", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/json-ld-syntax/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/json-ld-syntax", "sourcePath": "index.html", @@ -20803,6 +22484,7 @@ "title": "JSON-LD 1.1", "source": "w3c", "shortTitle": "JSON-LD 1.1", + "standing": "good", "versions": [ "https://www.w3.org/TR/json-ld11/", "https://w3c.github.io/json-ld-syntax/" @@ -20840,10 +22522,12 @@ ], "release": { "url": "https://www.w3.org/TR/largest-contentful-paint/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/largest-contentful-paint/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/largest-contentful-paint", "sourcePath": "index.bs", @@ -20855,6 +22539,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -20900,10 +22585,12 @@ ], "release": { "url": "https://www.w3.org/TR/longtasks-1/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/longtasks/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/longtasks", "sourcePath": "index.bs", @@ -20915,6 +22602,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -20959,10 +22647,12 @@ ], "release": { "url": "https://www.w3.org/TR/magnetometer/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/magnetometer/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/magnetometer", "sourcePath": "index.bs", @@ -20974,6 +22664,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -21018,10 +22709,12 @@ ], "release": { "url": "https://www.w3.org/TR/manifest-app-info/", + "status": "Note", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/manifest-app-info/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/manifest-app-info", "sourcePath": "index.html", @@ -21033,6 +22726,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/manifest-app-info/", "https://w3c.github.io/manifest-app-info/" @@ -21070,10 +22764,12 @@ ], "release": { "url": "https://www.w3.org/TR/mathml-core/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/mathml-core/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/mathml-core", "sourcePath": "index.html", @@ -21085,6 +22781,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -21129,10 +22826,12 @@ ], "release": { "url": "https://www.w3.org/TR/media-capabilities/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/media-capabilities/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/media-capabilities", "sourcePath": "index.bs", @@ -21144,6 +22843,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -21182,6 +22882,7 @@ "seriesVersion": "2", "nightly": { "url": "https://w3c.github.io/media-source/", + "status": "Editor's Draft", "sourcePath": "media-source-respec.html", "alternateUrls": [], "repository": "https://github.com/w3c/media-source", @@ -21196,6 +22897,7 @@ ], "release": { "url": "https://www.w3.org/TR/media-source-2/", + "status": "Working Draft", "filename": "Overview.html" }, "title": "Media Source Extensions™", @@ -21204,6 +22906,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -21249,10 +22952,12 @@ ], "release": { "url": "https://www.w3.org/TR/mediacapture-fromelement/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/mediacapture-fromelement/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/mediacapture-fromelement", "sourcePath": "index.html", @@ -21264,6 +22969,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -21308,10 +23014,12 @@ ], "release": { "url": "https://www.w3.org/TR/mediacapture-region/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/mediacapture-region/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/mediacapture-region", "sourcePath": "index.html", @@ -21323,6 +23031,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/mediacapture-region/", "https://w3c.github.io/mediacapture-region/" @@ -21361,10 +23070,12 @@ ], "release": { "url": "https://www.w3.org/TR/mediacapture-streams/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/mediacapture-main/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/mediacapture-main", "sourcePath": "getusermedia.html", @@ -21376,6 +23087,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -21422,10 +23134,12 @@ ], "release": { "url": "https://www.w3.org/TR/mediacapture-transform/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/mediacapture-transform/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/mediacapture-transform", "sourcePath": "index.bs", @@ -21437,6 +23151,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/mediacapture-transform/", "https://w3c.github.io/mediacapture-transform/" @@ -21475,10 +23190,12 @@ ], "release": { "url": "https://www.w3.org/TR/mediacapture-viewport/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/mediacapture-viewport/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/mediacapture-viewport", "sourcePath": "index.html", @@ -21490,6 +23207,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/mediacapture-viewport/", "https://w3c.github.io/mediacapture-viewport/" @@ -21507,6 +23225,69 @@ "headings": "headings/mediacapture-viewport.json", "ids": "ids/mediacapture-viewport.json" }, + { + "url": "https://www.w3.org/TR/mediaqueries-3/", + "seriesComposition": "full", + "shortname": "mediaqueries-3", + "series": { + "shortname": "mediaqueries", + "currentSpecification": "mediaqueries-4", + "title": "Media Queries", + "shortTitle": "Media Queries", + "releaseUrl": "https://www.w3.org/TR/mediaqueries/", + "nightlyUrl": "https://drafts.csswg.org/mediaqueries/" + }, + "seriesVersion": "3", + "seriesNext": "mediaqueries-4", + "organization": "W3C", + "groups": [ + { + "name": "Cascading Style Sheets (CSS) Working Group", + "url": "https://www.w3.org/Style/CSS/" + } + ], + "release": { + "url": "https://www.w3.org/TR/mediaqueries-3/", + "status": "Recommendation", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://drafts.csswg.org/mediaqueries-3/", + "status": "Editor's Draft", + "alternateUrls": [ + "https://w3c.github.io/csswg-drafts/mediaqueries-3/" + ], + "repository": "https://github.com/w3c/csswg-drafts", + "sourcePath": "mediaqueries-3/Overview.html", + "filename": "Overview.html" + }, + "title": "Media Queries Level 3", + "source": "w3c", + "shortTitle": "Media Queries 3", + "categories": [ + "browser" + ], + "standing": "good", + "tests": { + "repository": "https://github.com/web-platform-tests/wpt", + "testPaths": [ + "css/mediaqueries" + ] + }, + "versions": [ + "https://www.w3.org/TR/mediaqueries-3/", + "https://drafts.csswg.org/mediaqueries-3/" + ], + "crawled": "https://www.w3.org/TR/mediaqueries-3/", + "crawlCacheInfo": { + "lastModified": "Tue, 05 Apr 2022 13:13:41 GMT" + }, + "date": "05 April 2022", + "links": "links/mediaqueries-3.json", + "refs": "refs/mediaqueries-3.json", + "headings": "headings/mediaqueries-3.json", + "ids": "ids/mediaqueries-3.json" + }, { "url": "https://www.w3.org/TR/mediaqueries-4/", "seriesComposition": "full", @@ -21520,6 +23301,7 @@ "nightlyUrl": "https://drafts.csswg.org/mediaqueries/" }, "seriesVersion": "4", + "seriesPrevious": "mediaqueries-3", "seriesNext": "mediaqueries-5", "organization": "W3C", "groups": [ @@ -21530,10 +23312,12 @@ ], "release": { "url": "https://www.w3.org/TR/mediaqueries-4/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/mediaqueries-4/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/mediaqueries-4/", "https://w3c.github.io/csswg-drafts/mediaqueries/" @@ -21548,6 +23332,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -21594,10 +23379,12 @@ ], "release": { "url": "https://www.w3.org/TR/mediaqueries-5/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/mediaqueries-5/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/mediaqueries-5/" ], @@ -21611,6 +23398,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -21655,10 +23443,12 @@ ], "release": { "url": "https://www.w3.org/TR/mediasession/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/mediasession/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/mediasession", "sourcePath": "index.bs", @@ -21670,6 +23460,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -21707,6 +23498,7 @@ }, "nightly": { "url": "https://w3c.github.io/mediacapture-record/", + "status": "Editor's Draft", "sourcePath": "MediaRecorder.bs", "alternateUrls": [], "repository": "https://github.com/w3c/mediacapture-record", @@ -21721,6 +23513,7 @@ ], "release": { "url": "https://www.w3.org/TR/mediastream-recording/", + "status": "Working Draft", "filename": "Overview.html" }, "title": "MediaStream Recording", @@ -21729,6 +23522,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -21775,10 +23569,12 @@ ], "release": { "url": "https://www.w3.org/TR/miniapp-lifecycle/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/miniapp-lifecycle/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/miniapp-lifecycle", "sourcePath": "index.html", @@ -21787,6 +23583,7 @@ "title": "MiniApp Lifecycle", "source": "w3c", "shortTitle": "MiniApp Lifecycle", + "standing": "good", "versions": [ "https://www.w3.org/TR/miniapp-lifecycle/", "https://w3c.github.io/miniapp-lifecycle/" @@ -21825,10 +23622,12 @@ ], "release": { "url": "https://www.w3.org/TR/miniapp-manifest/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/miniapp-manifest/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/miniapp-manifest", "sourcePath": "index.html", @@ -21837,6 +23636,7 @@ "title": "MiniApp Manifest", "source": "w3c", "shortTitle": "MiniApp Manifest", + "standing": "good", "versions": [ "https://www.w3.org/TR/miniapp-manifest/", "https://w3c.github.io/miniapp-manifest/" @@ -21875,10 +23675,12 @@ ], "release": { "url": "https://www.w3.org/TR/miniapp-packaging/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/miniapp-packaging/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/miniapp-packaging", "sourcePath": "index.html", @@ -21887,6 +23689,7 @@ "title": "MiniApp Packaging", "source": "w3c", "shortTitle": "MiniApp Packaging", + "standing": "good", "versions": [ "https://www.w3.org/TR/miniapp-packaging/", "https://w3c.github.io/miniapp-packaging/" @@ -21924,10 +23727,12 @@ ], "release": { "url": "https://www.w3.org/TR/mixed-content/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webappsec-mixed-content/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webappsec-mixed-content", "sourcePath": "index.bs", @@ -21939,6 +23744,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -21983,10 +23789,12 @@ ], "release": { "url": "https://www.w3.org/TR/motion-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.fxtf.org/motion-1/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/fxtf-drafts", "sourcePath": "motion-1/Overview.bs", @@ -21998,6 +23806,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -22042,10 +23851,12 @@ ], "release": { "url": "https://www.w3.org/TR/mst-content-hint/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/mst-content-hint/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/mst-content-hint", "sourcePath": "index.html", @@ -22057,6 +23868,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -22094,6 +23906,7 @@ }, "nightly": { "url": "https://www.w3.org/TR/n-quads/", + "status": "Editor's Draft", "alternateUrls": [], "filename": "Overview.html" }, @@ -22107,11 +23920,13 @@ ], "release": { "url": "https://www.w3.org/TR/n-quads/", + "status": "Recommendation", "filename": "Overview.html" }, "title": "RDF 1.1 N-Quads", "source": "w3c", "shortTitle": "RDF 1.1 N-Quads", + "standing": "good", "versions": [ "https://www.w3.org/TR/n-quads/" ], @@ -22148,10 +23963,12 @@ ], "release": { "url": "https://www.w3.org/TR/navigation-timing-2/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/navigation-timing/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/navigation-timing", "sourcePath": "index.html", @@ -22163,6 +23980,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -22209,10 +24027,12 @@ ], "release": { "url": "https://www.w3.org/TR/network-error-logging-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/network-error-logging/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/network-error-logging", "sourcePath": "index.html", @@ -22224,6 +24044,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -22267,10 +24088,12 @@ ], "release": { "url": "https://www.w3.org/TR/openscreenprotocol/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/openscreenprotocol/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/openscreenprotocol", "sourcePath": "index.bs", @@ -22282,6 +24105,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/openscreenprotocol/", "https://w3c.github.io/openscreenprotocol/" @@ -22319,10 +24143,12 @@ ], "release": { "url": "https://www.w3.org/TR/orientation-event/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/deviceorientation/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/deviceorientation", "sourcePath": "index.bs", @@ -22334,6 +24160,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -22346,10 +24173,10 @@ ], "crawled": "https://www.w3.org/TR/orientation-event/", "crawlCacheInfo": { - "lastModified": "Mon, 19 Sep 2022 10:47:12 GMT" + "lastModified": "Mon, 09 Jan 2023 21:57:31 GMT" }, "generator": "bikeshed", - "date": "19 September 2022", + "date": "9 January 2023", "links": "links/orientation-event.json", "refs": "refs/orientation-event.json", "events": "events/orientation-event.json", @@ -22379,10 +24206,12 @@ ], "release": { "url": "https://www.w3.org/TR/orientation-sensor/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/orientation-sensor/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/orientation-sensor", "sourcePath": "index.bs", @@ -22394,6 +24223,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -22438,10 +24268,12 @@ ], "release": { "url": "https://www.w3.org/TR/paint-timing/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/paint-timing/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/paint-timing", "sourcePath": "index.bs", @@ -22453,6 +24285,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -22497,10 +24330,12 @@ ], "release": { "url": "https://www.w3.org/TR/payment-handler/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/payment-handler/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/payment-handler", "sourcePath": "index.html", @@ -22512,6 +24347,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -22557,10 +24393,12 @@ ], "release": { "url": "https://www.w3.org/TR/payment-method-id/", + "status": "Recommendation", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/payment-method-id/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/payment-method-id", "sourcePath": "index.html", @@ -22572,6 +24410,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -22615,10 +24454,12 @@ ], "release": { "url": "https://www.w3.org/TR/payment-method-manifest/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/payment-method-manifest/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/payment-method-manifest", "sourcePath": "index.bs", @@ -22630,6 +24471,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/payment-method-manifest/", "https://w3c.github.io/payment-method-manifest/" @@ -22668,10 +24510,12 @@ ], "release": { "url": "https://www.w3.org/TR/payment-request-1.1/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/payment-request/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/payment-request", "sourcePath": "index.html", @@ -22683,6 +24527,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -22728,10 +24573,12 @@ ], "release": { "url": "https://www.w3.org/TR/performance-timeline/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/performance-timeline/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/performance-timeline", "sourcePath": "index.html", @@ -22743,6 +24590,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -22788,10 +24636,12 @@ ], "release": { "url": "https://www.w3.org/TR/permissions-policy-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webappsec-permissions-policy/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webappsec-permissions-policy", "sourcePath": "index.bs", @@ -22803,6 +24653,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -22815,10 +24666,10 @@ ], "crawled": "https://www.w3.org/TR/permissions-policy-1/", "crawlCacheInfo": { - "lastModified": "Wed, 07 Dec 2022 08:18:20 GMT" + "lastModified": "Tue, 10 Jan 2023 18:43:08 GMT" }, "generator": "bikeshed", - "date": "7 December 2022", + "date": "10 January 2023", "links": "links/permissions-policy-1.json", "refs": "refs/permissions-policy-1.json", "idl": "idl/permissions-policy.idl", @@ -22847,10 +24698,12 @@ ], "release": { "url": "https://www.w3.org/TR/permissions/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/permissions/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/permissions", "sourcePath": "index.html", @@ -22862,6 +24715,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -22907,10 +24761,12 @@ ], "release": { "url": "https://www.w3.org/TR/picture-in-picture/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/picture-in-picture/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/picture-in-picture", "sourcePath": "index.bs", @@ -22922,6 +24778,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -22968,10 +24825,12 @@ ], "release": { "url": "https://www.w3.org/TR/pointerevents3/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/pointerevents/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/pointerevents", "sourcePath": "index.html", @@ -22983,6 +24842,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -23029,10 +24889,12 @@ ], "release": { "url": "https://www.w3.org/TR/pointerlock-2/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/pointerlock/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/pointerlock", "sourcePath": "index.html", @@ -23044,6 +24906,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -23090,10 +24953,12 @@ ], "release": { "url": "https://www.w3.org/TR/presentation-api/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/presentation-api/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/presentation-api", "sourcePath": "index.html", @@ -23105,6 +24970,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -23150,10 +25016,12 @@ ], "release": { "url": "https://www.w3.org/TR/proximity/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/proximity/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/proximity", "sourcePath": "index.bs", @@ -23165,6 +25033,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -23209,10 +25078,12 @@ ], "release": { "url": "https://www.w3.org/TR/push-api/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/push-api/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/push-api", "sourcePath": "index.html", @@ -23224,6 +25095,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -23262,6 +25134,7 @@ }, "nightly": { "url": "https://w3c.github.io/rdf-canon/spec/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/rdf-canon", "sourcePath": "spec/index.html", @@ -23277,11 +25150,13 @@ ], "release": { "url": "https://www.w3.org/TR/rdf-canon/", + "status": "Working Draft", "filename": "Overview.html" }, "title": "RDF Dataset Canonicalization", "source": "w3c", "shortTitle": "RDF Dataset Canonicalization", + "standing": "good", "versions": [ "https://www.w3.org/TR/rdf-canon/", "https://w3c.github.io/rdf-canon/spec/" @@ -23312,6 +25187,7 @@ }, "nightly": { "url": "https://www.w3.org/TR/rdf11-concepts/", + "status": "Editor's Draft", "alternateUrls": [], "filename": "Overview.html" }, @@ -23325,11 +25201,13 @@ ], "release": { "url": "https://www.w3.org/TR/rdf11-concepts/", + "status": "Recommendation", "filename": "Overview.html" }, "title": "RDF 1.1 Concepts and Abstract Syntax", "source": "w3c", "shortTitle": "RDF 1.1 Concepts and Abstract Syntax", + "standing": "good", "versions": [ "https://www.w3.org/TR/rdf11-concepts/" ], @@ -23359,6 +25237,7 @@ }, "nightly": { "url": "https://www.w3.org/TR/rdf11-mt/", + "status": "Editor's Draft", "alternateUrls": [], "filename": "Overview.html" }, @@ -23372,11 +25251,13 @@ ], "release": { "url": "https://www.w3.org/TR/rdf11-mt/", + "status": "Recommendation", "filename": "Overview.html" }, "title": "RDF 1.1 Semantics", "source": "w3c", "shortTitle": "RDF 1.1 Semantics", + "standing": "good", "versions": [ "https://www.w3.org/TR/rdf11-mt/" ], @@ -23413,10 +25294,12 @@ ], "release": { "url": "https://www.w3.org/TR/referrer-policy/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webappsec-referrer-policy/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webappsec-referrer-policy", "sourcePath": "index.src.html", @@ -23428,6 +25311,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -23472,10 +25356,12 @@ ], "release": { "url": "https://www.w3.org/TR/remote-playback/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/remote-playback/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/remote-playback", "sourcePath": "index.html", @@ -23487,6 +25373,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -23533,10 +25420,12 @@ ], "release": { "url": "https://www.w3.org/TR/reporting-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/reporting/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/reporting", "sourcePath": "index.src.html", @@ -23548,6 +25437,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -23592,10 +25482,12 @@ ], "release": { "url": "https://www.w3.org/TR/requestidlecallback/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/requestidlecallback/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/requestidlecallback", "sourcePath": "index.html", @@ -23607,6 +25499,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -23652,10 +25545,12 @@ ], "release": { "url": "https://www.w3.org/TR/resize-observer-1/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/resize-observer-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/resize-observer-1/", "https://w3c.github.io/csswg-drafts/resize-observer/" @@ -23670,6 +25565,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -23714,10 +25610,12 @@ ], "release": { "url": "https://www.w3.org/TR/resource-hints/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/resource-hints/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/resource-hints", "sourcePath": "index.html", @@ -23729,6 +25627,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/resource-hints/", "https://w3c.github.io/resource-hints/" @@ -23766,10 +25665,12 @@ ], "release": { "url": "https://www.w3.org/TR/resource-timing/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/resource-timing/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/resource-timing", "sourcePath": "index.html", @@ -23781,6 +25682,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -23826,10 +25728,12 @@ ], "release": { "url": "https://www.w3.org/TR/screen-capture/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/mediacapture-screen-share/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/mediacapture-screen-share", "sourcePath": "index.html", @@ -23841,6 +25745,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -23886,10 +25791,12 @@ ], "release": { "url": "https://www.w3.org/TR/screen-orientation/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/screen-orientation/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/screen-orientation", "sourcePath": "index.html", @@ -23901,6 +25808,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -23946,10 +25854,12 @@ ], "release": { "url": "https://www.w3.org/TR/screen-wake-lock/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/screen-wake-lock/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/screen-wake-lock", "sourcePath": "index.html", @@ -23961,6 +25871,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -24007,10 +25918,12 @@ ], "release": { "url": "https://www.w3.org/TR/scroll-animations-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/scroll-animations-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/scroll-animations-1/", "https://w3c.github.io/csswg-drafts/scroll-animations/" @@ -24025,6 +25938,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -24070,10 +25984,12 @@ ], "release": { "url": "https://www.w3.org/TR/secure-contexts/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webappsec-secure-contexts/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webappsec-secure-contexts", "sourcePath": "index.bs", @@ -24085,6 +26001,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -24128,10 +26045,12 @@ ], "release": { "url": "https://www.w3.org/TR/secure-payment-confirmation/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/secure-payment-confirmation/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/secure-payment-confirmation", "sourcePath": "spec.bs", @@ -24143,6 +26062,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -24187,10 +26107,12 @@ ], "release": { "url": "https://www.w3.org/TR/selection-api/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/selection-api/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/selection-api", "sourcePath": "index.html", @@ -24202,6 +26124,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -24226,6 +26149,70 @@ "headings": "headings/selection-api.json", "ids": "ids/selection-api.json" }, + { + "url": "https://www.w3.org/TR/selectors-3/", + "seriesComposition": "full", + "shortname": "selectors-3", + "series": { + "shortname": "selectors", + "currentSpecification": "selectors-4", + "title": "Selectors", + "shortTitle": "Selectors", + "releaseUrl": "https://www.w3.org/TR/selectors/", + "nightlyUrl": "https://drafts.csswg.org/selectors/" + }, + "seriesVersion": "3", + "seriesNext": "selectors-4", + "organization": "W3C", + "groups": [ + { + "name": "Cascading Style Sheets (CSS) Working Group", + "url": "https://www.w3.org/Style/CSS/" + } + ], + "release": { + "url": "https://www.w3.org/TR/selectors-3/", + "status": "Recommendation", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://drafts.csswg.org/selectors-3/", + "status": "Editor's Draft", + "alternateUrls": [ + "https://w3c.github.io/csswg-drafts/selectors-3/" + ], + "repository": "https://github.com/w3c/csswg-drafts", + "sourcePath": "selectors-3/Overview.src.html", + "filename": "Overview.html" + }, + "title": "Selectors Level 3", + "source": "w3c", + "shortTitle": "Selectors 3", + "categories": [ + "browser" + ], + "standing": "good", + "tests": { + "repository": "https://github.com/web-platform-tests/wpt", + "testPaths": [ + "css/selectors" + ] + }, + "versions": [ + "https://www.w3.org/TR/selectors-3/", + "https://drafts.csswg.org/selectors-3/" + ], + "crawled": "https://www.w3.org/TR/selectors-3/", + "crawlCacheInfo": { + "lastModified": "Sat, 03 Nov 2018 11:48:44 GMT" + }, + "date": "06 November 2018", + "links": "links/selectors-3.json", + "refs": "refs/selectors-3.json", + "dfns": "dfns/selectors-3.json", + "headings": "headings/selectors-3.json", + "ids": "ids/selectors-3.json" + }, { "url": "https://www.w3.org/TR/selectors-4/", "seriesComposition": "full", @@ -24239,6 +26226,7 @@ "nightlyUrl": "https://drafts.csswg.org/selectors/" }, "seriesVersion": "4", + "seriesPrevious": "selectors-3", "organization": "W3C", "groups": [ { @@ -24248,10 +26236,12 @@ ], "release": { "url": "https://www.w3.org/TR/selectors-4/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/selectors-4/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/selectors-4/", "https://w3c.github.io/csswg-drafts/selectors/" @@ -24266,6 +26256,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -24289,6 +26280,66 @@ "headings": "headings/selectors-4.json", "ids": "ids/selectors-4.json" }, + { + "url": "https://www.w3.org/TR/selectors-nonelement-1/", + "seriesComposition": "full", + "shortname": "selectors-nonelement-1", + "series": { + "shortname": "selectors-nonelement", + "currentSpecification": "selectors-nonelement-1", + "title": "Non-element Selectors", + "shortTitle": "Non-element Selectors", + "releaseUrl": "https://www.w3.org/TR/selectors-nonelement/", + "nightlyUrl": "https://drafts.csswg.org/selectors-nonelement/" + }, + "seriesVersion": "1", + "organization": "W3C", + "groups": [ + { + "name": "Cascading Style Sheets (CSS) Working Group", + "url": "https://www.w3.org/Style/CSS/" + } + ], + "release": { + "url": "https://www.w3.org/TR/selectors-nonelement-1/", + "status": "Discontinued Draft", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://drafts.csswg.org/selectors-nonelement-1/", + "status": "Editor's Draft", + "alternateUrls": [ + "https://w3c.github.io/csswg-drafts/selectors-nonelement-1/", + "https://w3c.github.io/csswg-drafts/selectors-nonelement/" + ], + "repository": "https://github.com/w3c/csswg-drafts", + "sourcePath": "selectors-nonelement-1/Overview.bs", + "filename": "Overview.html" + }, + "title": "Non-element Selectors Module Level 1", + "source": "w3c", + "shortTitle": "Non-element Selectors 1", + "categories": [ + "browser" + ], + "standing": "discontinued", + "versions": [ + "https://www.w3.org/TR/selectors-nonelement-1/", + "https://drafts.csswg.org/selectors-nonelement-1/" + ], + "crawled": "https://www.w3.org/TR/selectors-nonelement-1/", + "crawlCacheInfo": { + "lastModified": "Mon, 01 Apr 2019 08:32:03 GMT" + }, + "generator": "bikeshed", + "date": "2 April 2019", + "links": "links/selectors-nonelement-1.json", + "refs": "refs/selectors-nonelement-1.json", + "css": "css/selectors-nonelement.json", + "dfns": "dfns/selectors-nonelement-1.json", + "headings": "headings/selectors-nonelement-1.json", + "ids": "ids/selectors-nonelement-1.json" + }, { "url": "https://www.w3.org/TR/server-timing/", "seriesComposition": "full", @@ -24310,10 +26361,12 @@ ], "release": { "url": "https://www.w3.org/TR/server-timing/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/server-timing/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/server-timing", "sourcePath": "index.html", @@ -24325,6 +26378,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -24369,10 +26423,12 @@ ], "release": { "url": "https://www.w3.org/TR/service-workers/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/ServiceWorker/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/ServiceWorker", "sourcePath": "docs/index.bs", @@ -24384,6 +26440,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -24430,10 +26487,12 @@ ], "release": { "url": "https://www.w3.org/TR/SRI/", + "status": "Recommendation", "filename": "index.html" }, "nightly": { "url": "https://w3c.github.io/webappsec-subresource-integrity/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webappsec-subresource-integrity", "sourcePath": "index.bs", @@ -24444,6 +26503,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -24489,10 +26549,12 @@ ], "release": { "url": "https://www.w3.org/TR/svg-aam-1.0/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/svg-aam/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/svg-aam", "sourcePath": "index.html", @@ -24504,6 +26566,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -24547,10 +26610,12 @@ ], "release": { "url": "https://www.w3.org/TR/svg-integration/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://svgwg.org/specs/integration/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/svgwg", "sourcePath": "specs/integration/master/Overview.html", @@ -24562,6 +26627,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/svg-integration/", "https://svgwg.org/specs/integration/" @@ -24598,10 +26664,12 @@ ], "release": { "url": "https://www.w3.org/TR/svg-strokes/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://svgwg.org/specs/strokes/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/svgwg", "sourcePath": "specs/strokes/master/Overview.html", @@ -24613,6 +26681,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/svg-strokes/", "https://svgwg.org/specs/strokes/" @@ -24644,6 +26713,7 @@ "seriesVersion": "1.1", "nightly": { "url": "https://www.w3.org/TR/SVG11/", + "status": "Editor's Draft", "alternateUrls": [], "pages": [ "https://www.w3.org/TR/SVG11/expanded-toc.html", @@ -24700,6 +26770,7 @@ ], "release": { "url": "https://www.w3.org/TR/SVG11/", + "status": "Recommendation", "pages": [ "https://www.w3.org/TR/SVG11/expanded-toc.html", "https://www.w3.org/TR/SVG11/intro.html", @@ -24751,6 +26822,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/SVG11/" ], @@ -24788,6 +26860,7 @@ ], "release": { "url": "https://www.w3.org/TR/SVG2/", + "status": "Candidate Recommendation Snapshot", "pages": [ "https://www.w3.org/TR/SVG2/intro.html", "https://www.w3.org/TR/SVG2/conform.html", @@ -24821,6 +26894,7 @@ }, "nightly": { "url": "https://svgwg.org/svg2-draft/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/svgwg", "sourcePath": "master/Overview.html", @@ -24861,6 +26935,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -24901,6 +26976,7 @@ }, "nightly": { "url": "https://www.w3.org/TR/test-methodology/", + "status": "Editor's Draft", "alternateUrls": [], "filename": "Overview.html" }, @@ -24914,11 +26990,13 @@ ], "release": { "url": "https://www.w3.org/TR/test-methodology/", + "status": "Note", "filename": "Overview.html" }, "title": "A Method for Writing Testable Conformance Requirements", "source": "w3c", "shortTitle": "A Method for Writing Testable Conformance Requirements", + "standing": "good", "versions": [ "https://www.w3.org/TR/test-methodology/" ], @@ -24953,10 +27031,12 @@ ], "release": { "url": "https://www.w3.org/TR/timing-entrytypes-registry/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/timing-entrytypes-registry/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/timing-entrytypes-registry", "sourcePath": "index.html", @@ -24968,6 +27048,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -25011,10 +27092,12 @@ ], "release": { "url": "https://www.w3.org/TR/touch-events/", + "status": "Recommendation", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/touch-events/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/touch-events", "sourcePath": "index.html", @@ -25026,6 +27109,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -25063,6 +27147,7 @@ }, "nightly": { "url": "https://w3c.github.io/dnt/drafts/tracking-dnt.html", + "status": "Editor's Draft", "sourcePath": "drafts/tracking-dnt.html", "alternateUrls": [], "repository": "https://github.com/w3c/dnt", @@ -25077,6 +27162,7 @@ ], "release": { "url": "https://www.w3.org/TR/tracking-dnt/", + "status": "Discontinued Draft", "filename": "Overview.html" }, "title": "Tracking Preference Expression (DNT)", @@ -25085,6 +27171,7 @@ "categories": [ "browser" ], + "standing": "discontinued", "versions": [ "https://www.w3.org/TR/tracking-dnt/", "https://w3c.github.io/dnt/drafts/tracking-dnt.html" @@ -25123,10 +27210,12 @@ ], "release": { "url": "https://www.w3.org/TR/trusted-types/", + "status": "First Public Working Draft", "filename": "index.html" }, "nightly": { "url": "https://w3c.github.io/trusted-types/dist/spec/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/trusted-types", "sourcePath": "spec/index.bs", @@ -25138,6 +27227,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/trusted-types/", "https://w3c.github.io/trusted-types/dist/spec/" @@ -25169,6 +27259,7 @@ }, "nightly": { "url": "https://w3c.github.io/uievents-code/", + "status": "Editor's Draft", "sourcePath": "index-source.txt", "alternateUrls": [], "repository": "https://github.com/w3c/uievents-code", @@ -25183,6 +27274,7 @@ ], "release": { "url": "https://www.w3.org/TR/uievents-code/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "title": "UI Events KeyboardEvent code Values", @@ -25191,6 +27283,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/uievents-code/", "https://w3c.github.io/uievents-code/" @@ -25221,6 +27314,7 @@ }, "nightly": { "url": "https://w3c.github.io/uievents-key/", + "status": "Editor's Draft", "sourcePath": "index-source.txt", "alternateUrls": [], "repository": "https://github.com/w3c/uievents-key", @@ -25235,6 +27329,7 @@ ], "release": { "url": "https://www.w3.org/TR/uievents-key/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "title": "UI Events KeyboardEvent key Values", @@ -25243,6 +27338,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/uievents-key/", "https://w3c.github.io/uievents-key/" @@ -25280,10 +27376,12 @@ ], "release": { "url": "https://www.w3.org/TR/uievents/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/uievents/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/uievents", "sourcePath": "index.bs", @@ -25295,6 +27393,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -25340,10 +27439,12 @@ ], "release": { "url": "https://www.w3.org/TR/upgrade-insecure-requests/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webappsec-upgrade-insecure-requests/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webappsec-upgrade-insecure-requests", "sourcePath": "index.bs", @@ -25355,6 +27456,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -25399,10 +27501,12 @@ ], "release": { "url": "https://www.w3.org/TR/user-timing/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/user-timing/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/user-timing", "sourcePath": "index.html", @@ -25414,6 +27518,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -25458,10 +27563,12 @@ ], "release": { "url": "https://www.w3.org/TR/vibration/", + "status": "Recommendation", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/vibration/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/vibration", "sourcePath": "index.html", @@ -25473,6 +27580,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -25518,10 +27626,12 @@ ], "release": { "url": "https://www.w3.org/TR/virtual-keyboard/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/virtual-keyboard/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/virtual-keyboard", "sourcePath": "index.html", @@ -25533,6 +27643,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/virtual-keyboard/", "https://w3c.github.io/virtual-keyboard/" @@ -25574,10 +27685,12 @@ ], "release": { "url": "https://www.w3.org/TR/wai-aria-1.2/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/aria/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/aria", "sourcePath": "index.html", @@ -25588,6 +27701,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -25639,10 +27753,12 @@ ], "release": { "url": "https://www.w3.org/TR/wasm-core-1/", + "status": "Recommendation", "filename": "Overview.html" }, "nightly": { "url": "https://webassembly.github.io/spec/core/bikeshed/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/WebAssembly/spec", "sourcePath": "document/core/index.bs", @@ -25654,6 +27770,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/wasm-core-1/", "https://webassembly.github.io/spec/core/bikeshed/" @@ -25694,10 +27811,12 @@ ], "release": { "url": "https://www.w3.org/TR/wasm-js-api-2/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://webassembly.github.io/spec/js-api/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/WebAssembly/spec", "sourcePath": "document/js-api/index.bs", @@ -25709,6 +27828,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -25754,10 +27874,12 @@ ], "release": { "url": "https://www.w3.org/TR/wasm-web-api-2/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://webassembly.github.io/spec/web-api/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/WebAssembly/spec", "sourcePath": "document/web-api/index.bs", @@ -25769,6 +27891,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -25815,10 +27938,12 @@ ], "release": { "url": "https://www.w3.org/TR/web-animations-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/web-animations-1/", + "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/web-animations-1/", "https://w3c.github.io/csswg-drafts/web-animations/" @@ -25833,6 +27958,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -25857,6 +27983,68 @@ "headings": "headings/web-animations-1.json", "ids": "ids/web-animations-1.json" }, + { + "url": "https://www.w3.org/TR/web-locks/", + "seriesComposition": "full", + "shortname": "web-locks", + "series": { + "shortname": "web-locks", + "currentSpecification": "web-locks", + "title": "Web Locks API", + "shortTitle": "Web Locks API", + "releaseUrl": "https://www.w3.org/TR/web-locks/", + "nightlyUrl": "https://w3c.github.io/web-locks/" + }, + "organization": "W3C", + "groups": [ + { + "name": "Web Applications Working Group", + "url": "https://www.w3.org/groups/wg/webapps" + } + ], + "release": { + "url": "https://www.w3.org/TR/web-locks/", + "status": "First Public Working Draft", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://w3c.github.io/web-locks/", + "status": "Editor's Draft", + "alternateUrls": [], + "repository": "https://github.com/w3c/web-locks", + "sourcePath": "index.bs", + "filename": "index.html" + }, + "title": "Web Locks API", + "source": "w3c", + "shortTitle": "Web Locks API", + "categories": [ + "browser" + ], + "standing": "good", + "tests": { + "repository": "https://github.com/web-platform-tests/wpt", + "testPaths": [ + "web-locks" + ] + }, + "versions": [ + "https://www.w3.org/TR/web-locks/", + "https://w3c.github.io/web-locks/" + ], + "crawled": "https://www.w3.org/TR/web-locks/", + "crawlCacheInfo": { + "lastModified": "Thu, 05 Jan 2023 07:56:36 GMT" + }, + "generator": "bikeshed", + "date": "5 January 2023", + "links": "links/web-locks.json", + "refs": "refs/web-locks.json", + "idl": "idl/web-locks.idl", + "dfns": "dfns/web-locks.json", + "headings": "headings/web-locks.json", + "ids": "ids/web-locks.json" + }, { "url": "https://www.w3.org/TR/web-share/", "seriesComposition": "full", @@ -25878,10 +28066,12 @@ ], "release": { "url": "https://www.w3.org/TR/web-share/", + "status": "Proposed Recommendation", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/web-share/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/web-share", "sourcePath": "index.html", @@ -25893,6 +28083,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -25937,10 +28128,12 @@ ], "release": { "url": "https://www.w3.org/TR/webaudio/", + "status": "Recommendation", "filename": "Overview.html" }, "nightly": { "url": "https://webaudio.github.io/web-audio-api/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/WebAudio/web-audio-api", "sourcePath": "index.bs", @@ -25952,6 +28145,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -25999,10 +28193,12 @@ ], "release": { "url": "https://www.w3.org/TR/webauthn-3/", + "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webauthn/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webauthn", "sourcePath": "index.bs", @@ -26013,6 +28209,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -26057,10 +28254,12 @@ ], "release": { "url": "https://www.w3.org/TR/webcodecs-aac-codec-registration/", + "status": "Draft Note", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webcodecs/aac_codec_registration.html", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webcodecs", "sourcePath": "aac_codec_registration.src.html", @@ -26072,6 +28271,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/webcodecs-aac-codec-registration/", "https://w3c.github.io/webcodecs/aac_codec_registration.html" @@ -26110,10 +28310,12 @@ ], "release": { "url": "https://www.w3.org/TR/webcodecs-alaw-codec-registration/", + "status": "Draft Note", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webcodecs/alaw_codec_registration.html", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webcodecs", "sourcePath": "alaw_codec_registration.src.html", @@ -26125,6 +28327,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/webcodecs-alaw-codec-registration/", "https://w3c.github.io/webcodecs/alaw_codec_registration.html" @@ -26161,10 +28364,12 @@ ], "release": { "url": "https://www.w3.org/TR/webcodecs-av1-codec-registration/", + "status": "Draft Note", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webcodecs/av1_codec_registration.html", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webcodecs", "sourcePath": "av1_codec_registration.src.html", @@ -26176,6 +28381,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/webcodecs-av1-codec-registration/", "https://w3c.github.io/webcodecs/av1_codec_registration.html" @@ -26212,10 +28418,12 @@ ], "release": { "url": "https://www.w3.org/TR/webcodecs-avc-codec-registration/", + "status": "Draft Note", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webcodecs/avc_codec_registration.html", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webcodecs", "sourcePath": "avc_codec_registration.src.html", @@ -26227,6 +28435,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/webcodecs-avc-codec-registration/", "https://w3c.github.io/webcodecs/avc_codec_registration.html" @@ -26265,10 +28474,12 @@ ], "release": { "url": "https://www.w3.org/TR/webcodecs-codec-registry/", + "status": "Draft Registry", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webcodecs/codec_registry.html", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webcodecs", "sourcePath": "codec_registry.src.html", @@ -26280,6 +28491,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/webcodecs-codec-registry/", "https://w3c.github.io/webcodecs/codec_registry.html" @@ -26316,10 +28528,12 @@ ], "release": { "url": "https://www.w3.org/TR/webcodecs-flac-codec-registration/", + "status": "Draft Note", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webcodecs/flac_codec_registration.html", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webcodecs", "sourcePath": "flac_codec_registration.src.html", @@ -26331,6 +28545,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/webcodecs-flac-codec-registration/", "https://w3c.github.io/webcodecs/flac_codec_registration.html" @@ -26369,10 +28584,12 @@ ], "release": { "url": "https://www.w3.org/TR/webcodecs-hevc-codec-registration/", + "status": "Draft Note", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webcodecs/hevc_codec_registration.html", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webcodecs", "sourcePath": "hevc_codec_registration.src.html", @@ -26384,6 +28601,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/webcodecs-hevc-codec-registration/", "https://w3c.github.io/webcodecs/hevc_codec_registration.html" @@ -26422,10 +28640,12 @@ ], "release": { "url": "https://www.w3.org/TR/webcodecs-mp3-codec-registration/", + "status": "Draft Note", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webcodecs/mp3_codec_registration.html", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webcodecs", "sourcePath": "mp3_codec_registration.src.html", @@ -26437,6 +28657,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/webcodecs-mp3-codec-registration/", "https://w3c.github.io/webcodecs/mp3_codec_registration.html" @@ -26473,10 +28694,12 @@ ], "release": { "url": "https://www.w3.org/TR/webcodecs-opus-codec-registration/", + "status": "Draft Note", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webcodecs/opus_codec_registration.html", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webcodecs", "sourcePath": "opus_codec_registration.src.html", @@ -26488,6 +28711,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/webcodecs-opus-codec-registration/", "https://w3c.github.io/webcodecs/opus_codec_registration.html" @@ -26526,10 +28750,12 @@ ], "release": { "url": "https://www.w3.org/TR/webcodecs-pcm-codec-registration/", + "status": "Draft Note", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webcodecs/pcm_codec_registration.html", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webcodecs", "sourcePath": "pcm_codec_registration.src.html", @@ -26541,6 +28767,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/webcodecs-pcm-codec-registration/", "https://w3c.github.io/webcodecs/pcm_codec_registration.html" @@ -26577,10 +28804,12 @@ ], "release": { "url": "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/", + "status": "Draft Note", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webcodecs/ulaw_codec_registration.html", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webcodecs", "sourcePath": "ulaw_codec_registration.src.html", @@ -26592,6 +28821,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/", "https://w3c.github.io/webcodecs/ulaw_codec_registration.html" @@ -26628,10 +28858,12 @@ ], "release": { "url": "https://www.w3.org/TR/webcodecs-vorbis-codec-registration/", + "status": "Draft Note", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webcodecs/vorbis_codec_registration.html", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webcodecs", "sourcePath": "vorbis_codec_registration.src.html", @@ -26643,6 +28875,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/webcodecs-vorbis-codec-registration/", "https://w3c.github.io/webcodecs/vorbis_codec_registration.html" @@ -26679,10 +28912,12 @@ ], "release": { "url": "https://www.w3.org/TR/webcodecs-vp8-codec-registration/", + "status": "Draft Note", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webcodecs/vp8_codec_registration.html", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webcodecs", "sourcePath": "vp8_codec_registration.src.html", @@ -26694,6 +28929,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/webcodecs-vp8-codec-registration/", "https://w3c.github.io/webcodecs/vp8_codec_registration.html" @@ -26730,10 +28966,12 @@ ], "release": { "url": "https://www.w3.org/TR/webcodecs-vp9-codec-registration/", + "status": "Draft Note", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webcodecs/vp9_codec_registration.html", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webcodecs", "sourcePath": "vp9_codec_registration.src.html", @@ -26745,6 +28983,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/webcodecs-vp9-codec-registration/", "https://w3c.github.io/webcodecs/vp9_codec_registration.html" @@ -26781,10 +29020,12 @@ ], "release": { "url": "https://www.w3.org/TR/webcodecs/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webcodecs/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webcodecs", "sourcePath": "index.src.html", @@ -26796,6 +29037,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -26841,10 +29083,12 @@ ], "release": { "url": "https://www.w3.org/TR/WebCryptoAPI/", + "status": "Recommendation", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webcrypto/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webcrypto", "sourcePath": "spec/Overview.html", @@ -26856,6 +29100,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -26900,10 +29145,12 @@ ], "release": { "url": "https://www.w3.org/TR/webdriver2/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webdriver/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webdriver", "sourcePath": "index.html", @@ -26915,6 +29162,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -26965,10 +29213,12 @@ ], "release": { "url": "https://www.w3.org/TR/webgpu/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://gpuweb.github.io/gpuweb/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/gpuweb/gpuweb", "sourcePath": "spec/index.bs", @@ -26980,6 +29230,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/webgpu/", "https://gpuweb.github.io/gpuweb/" @@ -27019,10 +29270,12 @@ ], "release": { "url": "https://www.w3.org/TR/webmidi/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://webaudio.github.io/web-midi-api/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/WebAudio/web-midi-api", "sourcePath": "index.html", @@ -27034,6 +29287,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -27079,10 +29333,12 @@ ], "release": { "url": "https://www.w3.org/TR/webnn/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://webmachinelearning.github.io/webnn/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/webmachinelearning/webnn", "sourcePath": "index.bs", @@ -27094,6 +29350,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -27106,10 +29363,10 @@ ], "crawled": "https://www.w3.org/TR/webnn/", "crawlCacheInfo": { - "lastModified": "Tue, 20 Dec 2022 11:13:25 GMT" + "lastModified": "Mon, 09 Jan 2023 21:46:06 GMT" }, "generator": "bikeshed", - "date": "20 December 2022", + "date": "9 January 2023", "links": "links/webnn.json", "refs": "refs/webnn.json", "idl": "idl/webnn.idl", @@ -27138,10 +29395,12 @@ ], "release": { "url": "https://www.w3.org/TR/webrtc-encoded-transform/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webrtc-encoded-transform/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webrtc-encoded-transform", "sourcePath": "index.bs", @@ -27153,6 +29412,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -27198,10 +29458,12 @@ ], "release": { "url": "https://www.w3.org/TR/webrtc-identity/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webrtc-identity/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webrtc-identity", "sourcePath": "identity.html", @@ -27213,6 +29475,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -27258,10 +29521,12 @@ ], "release": { "url": "https://www.w3.org/TR/webrtc-priority/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webrtc-priority/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webrtc-priority", "sourcePath": "index.bs", @@ -27273,6 +29538,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -27318,10 +29584,12 @@ ], "release": { "url": "https://www.w3.org/TR/webrtc-stats/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webrtc-stats/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webrtc-stats", "sourcePath": "webrtc-stats.html", @@ -27332,6 +29600,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -27344,10 +29613,10 @@ ], "crawled": "https://www.w3.org/TR/webrtc-stats/", "crawlCacheInfo": { - "lastModified": "Sun, 25 Dec 2022 14:15:12 GMT" + "lastModified": "Tue, 10 Jan 2023 14:14:32 GMT" }, "generator": "respec", - "date": "25 December 2022", + "date": "10 January 2023", "links": "links/webrtc-stats.json", "refs": "refs/webrtc-stats.json", "idl": "idl/webrtc-stats.idl", @@ -27376,10 +29645,12 @@ ], "release": { "url": "https://www.w3.org/TR/webrtc-svc/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webrtc-svc/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webrtc-svc", "sourcePath": "index.html", @@ -27391,6 +29662,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -27436,10 +29708,12 @@ ], "release": { "url": "https://www.w3.org/TR/webrtc/", + "status": "Recommendation", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webrtc-pc/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webrtc-pc", "sourcePath": "webrtc.html", @@ -27450,6 +29724,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -27495,10 +29770,12 @@ ], "release": { "url": "https://www.w3.org/TR/webtransport/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webtransport/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webtransport", "sourcePath": "index.bs", @@ -27510,6 +29787,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -27555,10 +29833,12 @@ ], "release": { "url": "https://www.w3.org/TR/webvtt1/", + "status": "Candidate Recommendation Snapshot", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/webvtt/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/webvtt", "sourcePath": "index.bs", @@ -27570,6 +29850,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -27616,10 +29897,12 @@ ], "release": { "url": "https://www.w3.org/TR/webxr-ar-module-1/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://immersive-web.github.io/webxr-ar-module/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/immersive-web/webxr-ar-module", "sourcePath": "index.bs", @@ -27631,6 +29914,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -27676,10 +29960,12 @@ ], "release": { "url": "https://www.w3.org/TR/webxr-depth-sensing-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://immersive-web.github.io/depth-sensing/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/immersive-web/depth-sensing", "sourcePath": "index.bs", @@ -27691,6 +29977,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/webxr-depth-sensing-1/", "https://immersive-web.github.io/depth-sensing/" @@ -27730,10 +30017,12 @@ ], "release": { "url": "https://www.w3.org/TR/webxr-dom-overlays-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://immersive-web.github.io/dom-overlays/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/immersive-web/dom-overlays", "sourcePath": "index.bs", @@ -27745,6 +30034,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -27791,10 +30081,12 @@ ], "release": { "url": "https://www.w3.org/TR/webxr-gamepads-module-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://immersive-web.github.io/webxr-gamepads-module/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/immersive-web/webxr-gamepads-module", "sourcePath": "index.bs", @@ -27806,6 +30098,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -27851,10 +30144,12 @@ ], "release": { "url": "https://www.w3.org/TR/webxr-hand-input-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://immersive-web.github.io/webxr-hand-input/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/immersive-web/webxr-hand-input", "sourcePath": "index.bs", @@ -27866,6 +30161,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -27911,10 +30207,12 @@ ], "release": { "url": "https://www.w3.org/TR/webxr-hit-test-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://immersive-web.github.io/hit-test/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/immersive-web/hit-test", "sourcePath": "index.bs", @@ -27926,6 +30224,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -27971,10 +30270,12 @@ ], "release": { "url": "https://www.w3.org/TR/webxr-lighting-estimation-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://immersive-web.github.io/lighting-estimation/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/immersive-web/lighting-estimation", "sourcePath": "index.bs", @@ -27986,6 +30287,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/webxr-lighting-estimation-1/", "https://immersive-web.github.io/lighting-estimation/" @@ -28025,10 +30327,12 @@ ], "release": { "url": "https://www.w3.org/TR/webxr/", + "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://immersive-web.github.io/webxr/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/immersive-web/webxr", "sourcePath": "index.bs", @@ -28040,6 +30344,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -28095,10 +30400,12 @@ ], "release": { "url": "https://www.w3.org/TR/webxrlayers-1/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://immersive-web.github.io/layers/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/immersive-web/layers", "sourcePath": "webxrlayers-1.bs", @@ -28110,6 +30417,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -28148,6 +30456,7 @@ }, "nightly": { "url": "https://gpuweb.github.io/gpuweb/wgsl/", + "status": "Editor's Draft", "sourcePath": "wgsl/index.bs", "alternateUrls": [], "repository": "https://github.com/gpuweb/gpuweb", @@ -28162,6 +30471,7 @@ ], "release": { "url": "https://www.w3.org/TR/WGSL/", + "status": "Working Draft", "filename": "Overview.html" }, "title": "WebGPU Shading Language", @@ -28170,6 +30480,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/WGSL/", "https://gpuweb.github.io/gpuweb/wgsl/" @@ -28207,10 +30518,12 @@ ], "release": { "url": "https://www.w3.org/TR/window-placement/", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/window-placement/", + "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/window-placement", "sourcePath": "index.bs", @@ -28222,6 +30535,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -28261,6 +30575,7 @@ "shortTitle": "WOFF 1.0", "nightly": { "url": "https://w3c.github.io/woff/woff1/spec/Overview.html", + "status": "Editor's Draft", "sourcePath": "woff1/spec/Overview.html", "alternateUrls": [], "repository": "https://github.com/w3c/woff", @@ -28282,6 +30597,7 @@ ], "release": { "url": "https://www.w3.org/TR/WOFF/", + "status": "Recommendation", "filename": "Overview.html" }, "title": "WOFF File Format 1.0", @@ -28289,6 +30605,7 @@ "categories": [ "browser" ], + "standing": "good", "versions": [ "https://www.w3.org/TR/WOFF/", "https://w3c.github.io/woff/woff1/spec/Overview.html" @@ -28319,6 +30636,7 @@ "shortTitle": "WOFF 2.0", "nightly": { "url": "https://w3c.github.io/woff/woff2/", + "status": "Editor's Draft", "sourcePath": "woff2/index.html", "alternateUrls": [], "repository": "https://github.com/w3c/woff", @@ -28334,6 +30652,7 @@ ], "release": { "url": "https://www.w3.org/TR/WOFF2/", + "status": "Recommendation", "filename": "Overview.html" }, "title": "WOFF File Format 2.0", @@ -28341,6 +30660,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -28381,6 +30701,7 @@ ], "nightly": { "url": "https://xhr.spec.whatwg.org/", + "status": "Living Standard", "alternateUrls": [], "repository": "https://github.com/whatwg/xhr", "sourcePath": "xhr.bs", @@ -28392,6 +30713,7 @@ "categories": [ "browser" ], + "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ diff --git a/tr/links/CSP3.json b/tr/links/CSP3.json index 109411eb00c6..01eeb84c2beb 100644 --- a/tr/links/CSP3.json +++ b/tr/links/CSP3.json @@ -93,6 +93,12 @@ "prepare-the-script-element" ] }, + "https://html.spec.whatwg.org/link.html": { + "anchors": [ + "link-type-prefetch", + "link-type-preconnect" + ] + }, "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/browsers.html": { "anchors": [ diff --git a/tr/links/DOM-Level-2-Style.json b/tr/links/DOM-Level-2-Style.json new file mode 100644 index 000000000000..00de2b2111e6 --- /dev/null +++ b/tr/links/DOM-Level-2-Style.json @@ -0,0 +1,300 @@ +{ + "spec": { + "title": "Document Object Model (DOM) Level 2 Style Specification", + "url": "https://www.w3.org/TR/DOM-Level-2-Style/" + }, + "links": { + "http://dev.w3.org/cvsweb/java/classes/org/w3c/tools/specgenerator/": {}, + "http://java.sun.com/docs/books/jls": {}, + "http://lists.w3.org/Archives/Public/www-dom/": {}, + "http://www.ecma.ch/ecma1/STAND/ECMA-262.HTM": {}, + "http://www.flightlab.com/cost": {}, + "http://www.inria.fr/": {}, + "http://www.keio.ac.jp/": {}, + "http://www.lcs.mit.edu/": {}, + "http://www.omg.org/": {}, + "http://www.tdb.uu.se/~jan/html2ps.html": {}, + "http://www.w3.org/": {}, + "http://www.w3.org/1999/06/REC-xml-stylesheet-19990629": {}, + "http://www.w3.org/1999/06/REC-xml-stylesheet-19990629/": { + "anchors": [ + "The%20xml-stylesheet%20processing%20instruction" + ] + }, + "http://www.w3.org/2000/11/DOM-Level-2-errata": {}, + "http://www.w3.org/2000/11/DOM-Level-2-translations": {}, + "http://www.w3.org/Consortium/Legal/IPR-FAQ.html": {}, + "http://www.w3.org/Consortium/Legal/copyright-documents-19990405": {}, + "http://www.w3.org/Consortium/Legal/copyright-software-19980720": {}, + "http://www.w3.org/Consortium/Legal/copyright-software.html": {}, + "http://www.w3.org/DOM/Activity.html": {}, + "http://www.w3.org/Style/CSS": {}, + "http://www.w3.org/TR": {}, + "http://www.w3.org/TR/": {}, + "http://www.w3.org/TR/1998/REC-CSS2-19980512": {}, + "http://www.w3.org/TR/1998/REC-CSS2-19980512/about.html": { + "anchors": [ + "shorthand" + ] + }, + "http://www.w3.org/TR/1998/REC-CSS2-19980512/aural.html": { + "anchors": [ + "propdef-voice-family", + "propdef-azimuth", + "propdef-cue", + "propdef-cue-after", + "propdef-cue-before", + "propdef-elevation", + "propdef-pause", + "propdef-pause-after", + "propdef-pause-before", + "propdef-pitch", + "propdef-pitch-range", + "propdef-play-during", + "propdef-richness", + "propdef-speak", + "propdef-speak-numeral", + "propdef-speak-punctuation", + "propdef-speech-rate", + "propdef-stress", + "propdef-volume" + ] + }, + "http://www.w3.org/TR/1998/REC-CSS2-19980512/box.html": { + "anchors": [ + "propdef-border", + "propdef-border-bottom", + "propdef-border-bottom-color", + "propdef-border-bottom-style", + "propdef-border-bottom-width", + "propdef-border-color", + "propdef-border-left", + "propdef-border-left-color", + "propdef-border-left-style", + "propdef-border-left-width", + "propdef-border-right", + "propdef-border-right-color", + "propdef-border-right-style", + "propdef-border-right-width", + "propdef-border-style", + "propdef-border-top", + "propdef-border-top-color", + "propdef-border-top-style", + "propdef-border-top-width", + "propdef-border-width", + "propdef-margin", + "propdef-margin-bottom", + "propdef-margin-left", + "propdef-margin-right", + "propdef-margin-top", + "propdef-padding", + "propdef-padding-bottom", + "propdef-padding-left", + "propdef-padding-right", + "propdef-padding-top" + ] + }, + "http://www.w3.org/TR/1998/REC-CSS2-19980512/cascade.html": { + "anchors": [ + "at-import", + "computed-value", + "specified-value" + ] + }, + "http://www.w3.org/TR/1998/REC-CSS2-19980512/colors.html": { + "anchors": [ + "propdef-background", + "propdef-background-attachment", + "propdef-background-color", + "propdef-background-image", + "propdef-background-position", + "propdef-background-repeat", + "propdef-color" + ] + }, + "http://www.w3.org/TR/1998/REC-CSS2-19980512/fonts.html": { + "anchors": [ + "font-descriptions", + "propdef-font-family", + "propdef-font", + "propdef-font-size", + "propdef-font-size-adjust", + "propdef-font-stretch", + "propdef-font-style", + "propdef-font-variant", + "propdef-font-weight" + ] + }, + "http://www.w3.org/TR/1998/REC-CSS2-19980512/generate.html": { + "anchors": [ + "x16", + "propdef-content", + "propdef-counter-increment", + "propdef-counter-reset", + "propdef-list-style", + "propdef-list-style-image", + "propdef-list-style-position", + "propdef-list-style-type", + "propdef-marker-offset", + "propdef-quotes" + ] + }, + "http://www.w3.org/TR/1998/REC-CSS2-19980512/media.html": { + "anchors": [ + "at-media-rule", + "media-types" + ] + }, + "http://www.w3.org/TR/1998/REC-CSS2-19980512/page.html": { + "anchors": [ + "page-box", + "propdef-marks", + "propdef-orphans", + "propdef-page", + "propdef-page-break-after", + "propdef-page-break-before", + "propdef-page-break-inside", + "propdef-size", + "propdef-widows" + ] + }, + "http://www.w3.org/TR/1998/REC-CSS2-19980512/propidx.html": {}, + "http://www.w3.org/TR/1998/REC-CSS2-19980512/selector.html": {}, + "http://www.w3.org/TR/1998/REC-CSS2-19980512/syndata.html": { + "anchors": [ + "q8", + "at-rules", + "q5", + "x66", + "block", + "values", + "length-units", + "counter", + "q19", + "q21", + "value-def-identifier", + "q20", + "q13", + "percentage-units", + "color-units", + "strings", + "uri", + "value-def-color", + "value-def-counter" + ] + }, + "http://www.w3.org/TR/1998/REC-CSS2-19980512/tables.html": { + "anchors": [ + "propdef-border-collapse", + "propdef-border-spacing", + "propdef-caption-side", + "propdef-empty-cells", + "propdef-speak-header", + "propdef-table-layout" + ] + }, + "http://www.w3.org/TR/1998/REC-CSS2-19980512/text.html": { + "anchors": [ + "propdef-letter-spacing", + "propdef-text-align", + "propdef-text-decoration", + "propdef-text-indent", + "propdef-text-shadow", + "propdef-text-transform", + "propdef-white-space", + "propdef-word-spacing" + ] + }, + "http://www.w3.org/TR/1998/REC-CSS2-19980512/ui.html": { + "anchors": [ + "propdef-cursor", + "propdef-outline", + "propdef-outline-color", + "propdef-outline-style", + "propdef-outline-width" + ] + }, + "http://www.w3.org/TR/1998/REC-CSS2-19980512/visudet.html": { + "anchors": [ + "propdef-height", + "propdef-line-height", + "propdef-max-height", + "propdef-max-width", + "propdef-min-height", + "propdef-min-width", + "propdef-vertical-align", + "propdef-width" + ] + }, + "http://www.w3.org/TR/1998/REC-CSS2-19980512/visufx": { + "anchors": [ + "propdef-clip" + ] + }, + "http://www.w3.org/TR/1998/REC-CSS2-19980512/visufx.html": { + "anchors": [ + "value-def-shape", + "propdef-overflow", + "propdef-visibility" + ] + }, + "http://www.w3.org/TR/1998/REC-CSS2-19980512/visuren.html": { + "anchors": [ + "propdef-bottom", + "propdef-clear", + "propdef-float", + "propdef-direction", + "propdef-display", + "propdef-left", + "propdef-position", + "propdef-right", + "propdef-top", + "propdef-unicode-bidi", + "propdef-z-index" + ] + }, + "http://www.w3.org/TR/1998/REC-html40-19980424": {}, + "http://www.w3.org/TR/1998/REC-html40-19980424/present/styles.html": { + "anchors": [ + "h-14.2.3", + "adef-media", + "h-14.2.2" + ] + }, + "http://www.w3.org/TR/1998/REC-html40-19980424/struct/global.html": { + "anchors": [ + "adef-title" + ] + }, + "http://www.w3.org/TR/1998/REC-html40-19980424/struct/links.html": { + "anchors": [ + "h-12.3", + "adef-href", + "adef-type-A" + ] + }, + "http://www.w3.org/TR/1998/REC-html40-19980424/types.html": { + "anchors": [ + "type-content-type", + "h-6.13" + ] + }, + "http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113": {}, + "http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113": {}, + "http://www.w3.org/TR/DOM-Level-2-Core/introduction.html": { + "anchors": [ + "ID-Conformance" + ] + }, + "http://www.w3.org/TR/DOM-Level-2-HTML": {}, + "http://xml.apache.org/xerces-j": {}, + "https://dom.spec.whatwg.org/": { + "specShortname": "dom" + }, + "https://www.w3.org/2020/Process-20200915/": { + "anchors": [ + "rec-rescind" + ] + } + } +} \ No newline at end of file diff --git a/tr/links/PNG-spec.json b/tr/links/PNG-spec.json index 312ba6323587..56963d8612a2 100644 --- a/tr/links/PNG-spec.json +++ b/tr/links/PNG-spec.json @@ -23,6 +23,8 @@ "https://doi.org/10.5594/SMPTE.RP2077.2013": {}, "https://github.com/w3c/PNG-spec/labels/privacy-tracker": {}, "https://ieeexplore.ieee.org/document/1055714": {}, + "https://ieeexplore.ieee.org/document/8353899": {}, + "https://standards.globalspec.com/std/1284890/smpte-rp-177": {}, "https://standards.globalspec.com/std/892300/SMPTE%20ST%20170M": {}, "https://tech.ebu.ch/docs/r/r103.pdf": {}, "https://w3c.github.io/PNG-spec/extensions/Overview.html": {}, @@ -32,6 +34,7 @@ "https://www.iso.org/standard/4777.html": {}, "https://www.iso.org/standard/54754.html": {}, "https://www.iso.org/standard/74528.html": {}, + "https://www.itu.int/rec/R-REC-BT.2020": {}, "https://www.itu.int/rec/R-REC-BT.2100": {}, "https://www.itu.int/rec/R-REC-BT.709": {}, "https://www.itu.int/rec/T-REC-H.273": {}, diff --git a/tr/links/SVG11.json b/tr/links/SVG11.json index 6577bef8ff6e..4fffb75c3f9c 100644 --- a/tr/links/SVG11.json +++ b/tr/links/SVG11.json @@ -473,7 +473,9 @@ "Events-EventListener" ] }, - "http://www.w3.org/TR/DOM-Level-2-Style/": {}, + "http://www.w3.org/TR/DOM-Level-2-Style/": { + "specShortname": "DOM-Level-2-Style" + }, "http://www.w3.org/TR/DOM-Level-2-Views/": {}, "http://www.w3.org/TR/DOM-Level-2-Views/views.html": { "anchors": [ diff --git a/tr/links/SVG2.json b/tr/links/SVG2.json index 562fd52e7ba9..bc1ef1fb3601 100644 --- a/tr/links/SVG2.json +++ b/tr/links/SVG2.json @@ -1160,8 +1160,12 @@ ], "specShortname": "CSS21" }, - "https://www.w3.org/TR/DOM-Level-2-Style/": {}, - "https://www.w3.org/TR/DOM-Level-2-Style/Overview.html": {}, + "https://www.w3.org/TR/DOM-Level-2-Style/": { + "specShortname": "DOM-Level-2-Style" + }, + "https://www.w3.org/TR/DOM-Level-2-Style/Overview.html": { + "specShortname": "DOM-Level-2-Style" + }, "https://www.w3.org/TR/MathML3/": {}, "https://www.w3.org/TR/PNG": {}, "https://www.w3.org/TR/REC-smil/smil-content.html": { @@ -1220,12 +1224,15 @@ ], "specShortname": "css-cascade-4" }, - "https://www.w3.org/TR/css-color-3": {}, + "https://www.w3.org/TR/css-color-3": { + "specShortname": "css-color-3" + }, "https://www.w3.org/TR/css-color-3/": { "anchors": [ "colorunits", "svg-color" - ] + ], + "specShortname": "css-color-3" }, "https://www.w3.org/TR/css-color-4/": { "specShortname": "css-color-4" @@ -1329,7 +1336,8 @@ "https://www.w3.org/TR/css-ui-3/": { "anchors": [ "cursor" - ] + ], + "specShortname": "css-ui-3" }, "https://www.w3.org/TR/css-values-3/": { "specShortname": "css-values-3" @@ -1341,14 +1349,17 @@ ], "specShortname": "css-values-4" }, - "https://www.w3.org/TR/css-writing-modes-3": {}, + "https://www.w3.org/TR/css-writing-modes-3": { + "specShortname": "css-writing-modes-3" + }, "https://www.w3.org/TR/css-writing-modes-3/": { "anchors": [ "unicode-bidi", "text-combine-upright", "block-flow", "direction" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css3-background/": { "anchors": [ @@ -1467,7 +1478,8 @@ "https://www.w3.org/TR/selectors-3/": { "anchors": [ "the-user-action-pseudo-classes-hover-act" - ] + ], + "specShortname": "selectors-3" }, "https://www.w3.org/TR/smil-animation/": {}, "https://www.w3.org/TR/smil/": {}, diff --git a/tr/links/background-sync.json b/tr/links/background-sync.json index befcca690c60..b8b34e9b7bac 100644 --- a/tr/links/background-sync.json +++ b/tr/links/background-sync.json @@ -106,7 +106,8 @@ "waiting-for-all", "upon-fulfillment", "upon-rejection" - ] + ], + "specShortname": "promises-guide" }, "https://www.w3.org/TR/permissions/": { "specShortname": "permissions" diff --git a/tr/links/compat.json b/tr/links/compat.json index a9e5f8c44cdb..ab24abdb0eab 100644 --- a/tr/links/compat.json +++ b/tr/links/compat.json @@ -98,7 +98,8 @@ "https://drafts.csswg.org/css-display-4/": { "anchors": [ "propdef-order" - ] + ], + "specShortname": "css-display-4" }, "https://drafts.csswg.org/css-display/": { "specShortname": "css-display-3" diff --git a/tr/links/compositing-2.json b/tr/links/compositing-2.json index fa8fda9d4218..c9c057ef01be 100644 --- a/tr/links/compositing-2.json +++ b/tr/links/compositing-2.json @@ -154,7 +154,9 @@ ], "specShortname": "css-cascade-4" }, - "https://www.w3.org/TR/css-color-3/": {}, + "https://www.w3.org/TR/css-color-3/": { + "specShortname": "css-color-3" + }, "https://www.w3.org/TR/css-color-4/": { "anchors": [ "sample" diff --git a/tr/links/compute-pressure.json b/tr/links/compute-pressure.json index 7399925bd6ae..7070eb2f5cfc 100644 --- a/tr/links/compute-pressure.json +++ b/tr/links/compute-pressure.json @@ -1,7 +1,7 @@ { "spec": { "title": "Compute Pressure Level 1", - "url": "https://w3c.github.io/compute-pressure/" + "url": "https://www.w3.org/TR/compute-pressure/" }, "links": { "https://datatracker.ietf.org/doc/html/bcp14": {}, @@ -37,7 +37,8 @@ "anchors": [ "fully-active", "browsing-context", - "top-level-browsing-context" + "top-level-browsing-context", + "nav-window" ] }, "https://html.spec.whatwg.org/multipage/iframe-embed-object.html": { @@ -53,6 +54,7 @@ }, "https://html.spec.whatwg.org/multipage/interaction.html": { "anchors": [ + "transient-activation", "focused", "system-focus", "currently-focused-area-of-a-top-level-browsing-context" @@ -70,6 +72,7 @@ "relevant-settings-object", "queue-a-global-task", "concept-relevant-global", + "user-interaction-task-source", "task-source", "report-the-exception" ] @@ -84,8 +87,6 @@ "https://infra.spec.whatwg.org/": { "anchors": [ "implementation-defined", - "list", - "tuple", "queue", "ordered-map", "map-key", @@ -94,10 +95,11 @@ "list-append", "list-remove", "map-remove", - "list-iterate", "map-clear", "list-clone", + "list", "ordered-set", + "list-iterate", "map-exists", "set-superset", "iteration-continue", @@ -136,11 +138,11 @@ "anchors": [ "exceptiondef-typeerror", "notsupportederror", - "idl-promise", "idl-undefined", "idl-sequence", "Exposed", "SecureContext", + "idl-promise", "SameObject", "idl-frozen-array", "exceptiondef-rangeerror", @@ -148,18 +150,21 @@ "a-promise-rejected-with", "notallowederror", "a-new-promise", - "dfn-perform-steps-once-promise-is-settled", - "resolve", "reject", - "aborterror", + "resolve", "getter-steps", "idl-double" ], "specShortname": "webidl" }, + "https://wicg.github.io/compute-pressure/security-privacy-self-assessment": {}, "https://www.rfc-editor.org/rfc/rfc2119": {}, "https://www.rfc-editor.org/rfc/rfc8174": {}, - "https://www.w3.org/2021/Process-20211102/": {}, + "https://www.w3.org/2021/Process-20211102/": { + "anchors": [ + "recs-and-notes" + ] + }, "https://www.w3.org/Consortium/Patent-Policy/": { "anchors": [ "def-essential", @@ -193,6 +198,17 @@ ], "specShortname": "permissions-policy-1" }, + "https://www.w3.org/TR/permissions/": { + "anchors": [ + "dfn-powerful-feature", + "dfn-name", + "dom-permissionstate", + "dfn-getting-the-current-permission-state", + "dfn-granted", + "dfn-request-permission-to-use" + ], + "specShortname": "permissions" + }, "https://www.w3.org/TR/security-privacy-questionnaire/": {}, "https://www.w3.org/groups/wg/das": {}, "https://www.w3.org/groups/wg/das/ipr": {} diff --git a/tr/links/contact-api.json b/tr/links/contact-picker-1.json similarity index 69% rename from tr/links/contact-api.json rename to tr/links/contact-picker-1.json index efa6479a86c3..c6cf35e383e6 100644 --- a/tr/links/contact-api.json +++ b/tr/links/contact-picker-1.json @@ -1,17 +1,22 @@ { "spec": { "title": "Contact Picker API", - "url": "https://w3c.github.io/contact-picker/spec/" + "url": "https://www.w3.org/TR/contact-picker-1/" }, "links": { "https://datatracker.ietf.org/doc/html/rfc2119": {}, "https://html.spec.whatwg.org/multipage/": {}, - "https://html.spec.whatwg.org/multipage/document-sequences.html": { + "https://html.spec.whatwg.org/multipage/browsers.html": { "anchors": [ "top-level-browsing-context", "browsing-context" ] }, + "https://html.spec.whatwg.org/multipage/browsing-the-web.html": { + "anchors": [ + "navigation-params-origin" + ] + }, "https://html.spec.whatwg.org/multipage/embedded-content.html": { "anchors": [ "htmlimageelement" @@ -24,8 +29,7 @@ }, "https://html.spec.whatwg.org/multipage/infrastructure.html": { "anchors": [ - "in-parallel", - "concept-request-origin" + "in-parallel" ] }, "https://html.spec.whatwg.org/multipage/system-state.html": { @@ -56,6 +60,7 @@ ], "specShortname": "infra" }, + "https://lists.w3.org/Archives/Public/public-device-apis/": {}, "https://mimesniff.spec.whatwg.org/": { "anchors": [ "image-mime-type" @@ -91,6 +96,26 @@ "specShortname": "webidl" }, "https://www.iso.org/standard/72482.html": {}, - "https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-E.164-201011-I!!PDF-E&type=items": {} + "https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-E.164-201011-I!!PDF-E&type=items": {}, + "https://www.w3.org/2021/Process-20211102/": { + "anchors": [ + "recs-and-notes" + ] + }, + "https://www.w3.org/Consortium/Patent-Policy/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ], + "specShortname": "w3c-patent-policy" + }, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/FileAPI/": { + "specShortname": "FileAPI" + }, + "https://www.w3.org/groups/wg/das": {}, + "https://www.w3.org/groups/wg/das/ipr": {}, + "https://www.w3.org/groups/wg/webapps": {}, + "https://www.w3.org/groups/wg/webapps/ipr": {} } } \ No newline at end of file diff --git a/tr/links/credential-management-1.json b/tr/links/credential-management-1.json index 28621303e2a4..e3ab908e49b4 100644 --- a/tr/links/credential-management-1.json +++ b/tr/links/credential-management-1.json @@ -146,7 +146,9 @@ "specShortname": "secure-contexts" }, "https://w3c.github.io/webappsec/usecases/credentialmanagement/": {}, - "https://www.w3.org/2001/tag/doc/promises-guide": {}, + "https://www.w3.org/2001/tag/doc/promises-guide": { + "specShortname": "promises-guide" + }, "https://www.w3.org/2001/tag/doc/promises-guide/": { "anchors": [ "a-promise-rejected-with", diff --git a/tr/links/css-2022.json b/tr/links/css-2022.json new file mode 100644 index 000000000000..f0e51f33d478 --- /dev/null +++ b/tr/links/css-2022.json @@ -0,0 +1,3094 @@ +{ + "spec": { + "title": "CSS Snapshot 2022", + "url": "https://www.w3.org/TR/css-2022/" + }, + "links": { + "https://datatracker.ietf.org/doc/html/rfc2119": {}, + "https://drafts.csswg.org/css-align-3/": { + "anchors": [ + "alignment-baseline", + "alignment-container", + "shared-alignment-context", + "alignment-subject", + "baseline-alignment", + "baseline-alignment-preference", + "baseline-content-alignment", + "baseline-self-alignment", + "baseline-set", + "baseline-sharing-group", + "box-alignment-properties", + "compatible-baseline-alignment-preferences", + "content-distribute", + "content-distribution-properties", + "coordinated-self-alignment-preference", + "distributed-alignment", + "fallback-alignment", + "first-baseline-alignment", + "first-baseline-set", + "generate-baselines", + "gutter", + "last-baseline-alignment", + "last-baseline-set", + "overflow-alignment", + "positional-alignment", + "self-align", + "self-alignment-properties", + "static-position-rectangle", + "synthesize-baseline", + "propdef-align-content", + "propdef-align-items", + "propdef-align-self", + "propdef-column-gap", + "propdef-gap", + "propdef-grid-column-gap", + "propdef-grid-gap", + "propdef-grid-row-gap", + "propdef-justify-content", + "propdef-justify-items", + "propdef-justify-self", + "propdef-place-content", + "propdef-place-items", + "propdef-place-self", + "propdef-row-gap", + "valdef-align-self-auto", + "valdef-justify-self-auto", + "valdef-justify-self-baseline", + "valdef-self-position-center", + "valdef-self-position-end", + "valdef-justify-self-first-baseline", + "valdef-self-position-flex-end", + "valdef-self-position-flex-start", + "valdef-justify-self-last-baseline", + "valdef-justify-content-left", + "valdef-justify-items-legacy", + "valdef-align-self-normal", + "valdef-justify-content-normal", + "valdef-justify-self-normal", + "valdef-row-gap-normal", + "valdef-justify-content-right", + "valdef-overflow-position-safe", + "valdef-self-position-self-end", + "valdef-self-position-self-start", + "valdef-align-content-space-around", + "valdef-align-content-space-between", + "valdef-align-content-space-evenly", + "valdef-self-position-start", + "valdef-align-content-stretch", + "valdef-align-self-stretch", + "valdef-justify-self-stretch", + "valdef-overflow-position-unsafe" + ], + "specShortname": "css-align-3" + }, + "https://drafts.csswg.org/css-animations-1/": { + "anchors": [ + "active-duration", + "at-ruledef-keyframes", + "propdef-animation", + "propdef-animation-delay", + "propdef-animation-direction", + "propdef-animation-duration", + "propdef-animation-fill-mode", + "propdef-animation-iteration-count", + "propdef-animation-name", + "propdef-animation-play-state", + "propdef-animation-timing-function", + "valdef-animation-direction-alternate", + "valdef-animation-direction-alternate-reverse", + "valdef-animation-fill-mode-backwards", + "valdef-animation-fill-mode-both", + "valdef-animation-fill-mode-forwards", + "valdef-animation-iteration-count-infinite", + "valdef-animation-name-keyframes-name", + "valdef-animation-fill-mode-none", + "valdef-animation-name-none", + "valdef-animation-direction-normal", + "valdef-animation-iteration-count-number-0", + "valdef-animation-play-state-paused", + "valdef-animation-direction-reverse", + "valdef-animation-play-state-running", + "valdef-animation-delay-time", + "valdef-animation-duration-time-0s" + ], + "specShortname": "css-animations-1" + }, + "https://drafts.csswg.org/css-backgrounds-3/": { + "anchors": [ + "shadow-offset-x", + "shadow-offset-y", + "shadow-blur-radius", + "shadow-spread-distance", + "background-painting-area", + "background-positioning-area", + "blur-radius", + "border-image-area", + "border-radii", + "canvas-background", + "canvas-surface", + "document", + "horizontal-offset", + "inner-box-shadow", + "outer-box-shadow", + "spread-distance", + "style-sheet", + "ua", + "user-agent", + "vertical-offset", + "propdef-background", + "propdef-background-attachment", + "propdef-background-clip", + "propdef-background-color", + "propdef-background-image", + "propdef-background-origin", + "propdef-background-position", + "propdef-background-repeat", + "propdef-background-size", + "propdef-border", + "propdef-border-bottom", + "propdef-border-bottom-color", + "propdef-border-bottom-left-radius", + "propdef-border-bottom-right-radius", + "propdef-border-bottom-style", + "propdef-border-bottom-width", + "propdef-border-color", + "propdef-border-image", + "propdef-border-image-outset", + "propdef-border-image-repeat", + "propdef-border-image-slice", + "propdef-border-image-source", + "propdef-border-image-width", + "propdef-border-left", + "propdef-border-left-color", + "propdef-border-left-style", + "propdef-border-left-width", + "propdef-border-radius", + "propdef-border-right", + "propdef-border-right-color", + "propdef-border-right-style", + "propdef-border-right-width", + "propdef-border-style", + "propdef-border-top", + "propdef-border-top-color", + "propdef-border-top-left-radius", + "propdef-border-top-right-radius", + "propdef-border-top-style", + "propdef-border-top-width", + "propdef-border-width", + "propdef-box-shadow", + "valdef-background-size-auto", + "valdef-border-image-width-auto", + "valdef-background-clip-border-box", + "valdef-background-origin-border-box", + "valdef-background-position-bottom", + "valdef-background-position-center", + "shadow-color", + "valdef-background-size-contain", + "valdef-background-clip-content-box", + "valdef-background-origin-content-box", + "valdef-background-size-cover", + "valdef-line-style-dashed", + "valdef-line-style-dotted", + "valdef-line-style-double", + "border-image-slice-fill", + "valdef-background-attachment-fixed", + "valdef-line-style-groove", + "valdef-line-style-hidden", + "valdef-line-style-inset", + "shadow-inset", + "valdef-background-position-left", + "valdef-background-position-length", + "valdef-background-size-length-percentage-0", + "valdef-border-image-width-length-percentage-0", + "valdef-background-attachment-local", + "valdef-line-width-medium", + "valdef-line-style-none", + "valdef-background-image-none", + "box-shadow-none", + "valdef-background-repeat-no-repeat", + "valdef-border-image-slice-number-0", + "valdef-border-image-width-number-0", + "valdef-line-style-outset", + "valdef-background-clip-padding-box", + "valdef-background-origin-padding-box", + "valdef-background-position-percentage", + "valdef-border-image-slice-percentage-0", + "valdef-background-repeat-repeat", + "valdef-border-image-repeat-repeat", + "valdef-background-repeat-repeat-x", + "valdef-background-repeat-repeat-y", + "valdef-line-style-ridge", + "valdef-background-position-right", + "valdef-background-repeat-round", + "valdef-border-image-repeat-round", + "valdef-background-attachment-scroll", + "valdef-line-style-solid", + "valdef-background-repeat-space", + "valdef-border-image-repeat-space", + "valdef-border-image-repeat-stretch", + "valdef-line-width-thick", + "valdef-line-width-thin", + "valdef-background-position-top" + ], + "specShortname": "css-backgrounds-3" + }, + "https://drafts.csswg.org/css-break-3/": { + "anchors": [ + "avoid-break-values", + "box-fragment", + "column-break", + "forced-break", + "forced-break-values", + "fragment", + "fragmentainer", + "fragmentation", + "fragmentation-break", + "fragmentation-container", + "fragmentation-context", + "fragmentation-direction", + "fragmentation-root", + "fragmented-flow", + "monolithic", + "page-break", + "pagination", + "propagate", + "region-break", + "remaining-fragmentainer-extent", + "spread-break", + "unforced-break", + "propdef-box-decoration-break", + "propdef-break-after", + "propdef-break-before", + "propdef-break-inside", + "propdef-orphans", + "propdef-widows", + "valdef-break-before-auto", + "valdef-break-inside-auto", + "valdef-break-before-avoid", + "valdef-break-inside-avoid", + "valdef-break-before-avoid-column", + "valdef-break-inside-avoid-column", + "valdef-break-before-avoid-page", + "valdef-break-inside-avoid-page", + "valdef-break-before-avoid-region", + "valdef-break-inside-avoid-region", + "valdef-box-decoration-break-clone", + "valdef-break-before-column", + "valdef-break-before-left", + "valdef-break-before-page", + "valdef-break-before-recto", + "valdef-break-before-region", + "valdef-break-before-right", + "valdef-box-decoration-break-slice", + "valdef-break-before-verso" + ], + "specShortname": "css-break-3" + }, + "https://drafts.csswg.org/css-cascade-4/": { + "anchors": [ + "actual-value", + "cascade-origin-animation", + "apply", + "cascade-origin-author", + "author-presentational-hint-origin", + "cascade", + "cascade-dependent-keyword", + "cascaded-value", + "origin", + "computed-value", + "declared-value", + "encapsulation-contexts", + "fetch-an-import", + "important", + "import-conditions", + "inheritance", + "inherited-property", + "inherited-value", + "initial-value", + "legacy-name-alias", + "legacy-shorthand", + "css-legacy-value-alias", + "longhand", + "normal", + "output-of-the-cascade", + "css-property", + "reset-only-sub-property", + "shorthand-property", + "specified-value", + "cascade-origin-transition", + "cascade-origin-ua", + "used-value", + "cascade-origin-user", + "at-ruledef-import", + "propdef-all", + "valdef-all-inherit", + "valdef-all-initial", + "valdef-all-unset" + ], + "specShortname": "css-cascade-4" + }, + "https://drafts.csswg.org/css-color-3/": { + "anchors": [ + "activeborder", + "activecaption", + "aliceblue", + "antiquewhite", + "appworkspace", + "aqua", + "aqua0", + "aquamarine", + "azure", + "background", + "beige", + "bisque", + "black", + "black0", + "blanchedalmond", + "blue", + "blue0", + "blueviolet", + "brown", + "burlywood", + "buttonface", + "buttonhighlight", + "buttonshadow", + "buttontext", + "cadetblue", + "captiontext", + "chartreuse", + "chocolate", + "coral", + "cornflowerblue", + "cornsilk", + "crimson", + "currentColor-def", + "cyan", + "darkblue", + "darkcyan", + "darkgoldenrod", + "darkgray", + "darkgreen", + "darkgrey", + "darkkhaki", + "darkmagenta", + "darkolivegreen", + "darkorange", + "darkorchid", + "darkred", + "darksalmon", + "darkseagreen", + "darkslateblue", + "darkslategray", + "darkslategrey", + "darkturquoise", + "darkviolet", + "deeppink", + "deepskyblue", + "dimgray", + "dimgrey", + "dodgerblue", + "firebrick", + "floralwhite", + "forestgreen", + "fuchsia", + "fuchsia0", + "gainsboro", + "ghostwhite", + "gold", + "goldenrod", + "gray", + "gray0", + "graytext", + "green", + "green0", + "greenyellow", + "grey", + "highlight", + "highlighttext", + "honeydew", + "hotpink", + "inactiveborder", + "inactivecaption", + "inactivecaptiontext", + "indianred", + "indigo", + "infobackground", + "infotext", + "ivory", + "khaki", + "lavender", + "lavenderblush", + "lawngreen", + "lemonchiffon", + "lightblue", + "lightcoral", + "lightcyan", + "lightgoldenrodyellow", + "lightgray", + "lightgreen", + "lightgrey", + "lightpink", + "lightsalmon", + "lightseagreen", + "lightskyblue", + "lightslategray", + "lightslategrey", + "lightsteelblue", + "lightyellow", + "lime", + "lime0", + "limegreen", + "linen", + "magenta", + "maroon", + "maroon0", + "mediumaquamarine", + "mediumblue", + "mediumorchid", + "mediumpurple", + "mediumseagreen", + "mediumslateblue", + "mediumspringgreen", + "mediumturquoise", + "mediumvioletred", + "menu", + "menutext", + "midnightblue", + "mintcream", + "mistyrose", + "moccasin", + "navajowhite", + "navy", + "navy0", + "oldlace", + "olive", + "olive0", + "olivedrab", + "orange", + "orangered", + "orchid", + "palegoldenrod", + "palegreen", + "paleturquoise", + "palevioletred", + "papayawhip", + "peachpuff", + "peru", + "pink", + "plum", + "powderblue", + "purple", + "purple0", + "red", + "red0", + "rosybrown", + "royalblue", + "saddlebrown", + "salmon", + "sandybrown", + "scrollbar", + "seagreen", + "seashell", + "sienna", + "silver", + "silver0", + "skyblue", + "slateblue", + "slategray", + "slategrey", + "snow", + "springgreen", + "steelblue", + "tan", + "teal", + "teal0", + "thistle", + "threeddarkshadow", + "threedface", + "threedhighlight", + "threedlightshadow", + "threedshadow", + "tomato", + "transparent-def", + "turquoise", + "violet", + "wheat", + "white", + "white0", + "whitesmoke", + "window", + "windowframe", + "windowtext", + "yellow", + "yellow0", + "yellowgreen", + "color0", + "color01", + "opacity" + ], + "specShortname": "css-color-3" + }, + "https://drafts.csswg.org/css-conditional-3/": { + "anchors": [ + "conditional-group-rule", + "css-feature-queries", + "dfn-support", + "supports-queries", + "at-ruledef-media", + "at-ruledef-supports" + ], + "specShortname": "css-conditional-3" + }, + "https://drafts.csswg.org/css-contain-1/": { + "anchors": [ + "containment", + "laying-out-in-place", + "layout-containment", + "layout-containment-box", + "paint-containment", + "paint-containment-box", + "size-containment", + "size-containment-box", + "sizing-as-if-empty", + "propdef-contain", + "valdef-contain-content", + "valdef-contain-layout", + "valdef-contain-none", + "valdef-contain-paint", + "valdef-contain-size", + "valdef-contain-strict" + ], + "specShortname": "css-contain-1" + }, + "https://drafts.csswg.org/css-counter-styles-3/": { + "anchors": [ + "additive-tuple", + "box-corner", + "circled-lower-latin", + "counter-style", + "counter-symbol", + "dice", + "first-symbol-value", + "footnote", + "generate-a-counter", + "go", + "initial-representation-for-the-counter-value", + "triangle", + "trinary", + "upper-alpha-legal", + "use-a-negative-sign", + "at-ruledef-counter-style", + "valdef-counter-style-system-additive", + "valdef-counter-style-system-alphabetic", + "valdef-counter-style-name-arabic-indic", + "armenian", + "valdef-counter-style-range-auto", + "valdef-counter-style-speak-as-auto", + "valdef-counter-style-name-bengali", + "valdef-counter-style-speak-as-bullets", + "valdef-counter-style-name-cambodian", + "circle", + "cjk-decimal", + "valdef-counter-style-name-cjk-earthly-branch", + "valdef-counter-style-name-cjk-heavenly-stem", + "cjk-ideographic", + "valdef-counter-style-speak-as-counter-style-name", + "valdef-counter-style-system-cyclic", + "decimal", + "decimal-leading-zero", + "valdef-counter-style-name-devanagari", + "disc", + "disclosure-closed", + "disclosure-open", + "valdef-counter-style-name-ethiopic-numeric", + "valdef-counter-style-system-extends", + "valdef-counter-style-system-fixed", + "georgian", + "valdef-counter-style-name-gujarati", + "valdef-counter-style-name-gurmukhi", + "hebrew", + "hiragana", + "hiragana-iroha", + "japanese-formal", + "japanese-informal", + "valdef-counter-style-name-kannada", + "katakana", + "katakana-iroha", + "valdef-counter-style-name-khmer", + "korean-hangul-formal", + "korean-hanja-formal", + "korean-hanja-informal", + "valdef-counter-style-name-lao", + "lower-alpha", + "valdef-counter-style-name-lower-armenian", + "lower-greek", + "lower-latin", + "lower-roman", + "valdef-counter-style-name-malayalam", + "valdef-counter-style-name-mongolian", + "valdef-counter-style-name-myanmar", + "valdef-counter-style-speak-as-numbers", + "valdef-counter-style-system-numeric", + "valdef-counter-style-name-oriya", + "valdef-counter-style-name-persian", + "simp-chinese-formal", + "simp-chinese-informal", + "valdef-counter-style-speak-as-spell-out", + "square", + "valdef-system-symbolic", + "valdef-counter-style-name-tamil", + "valdef-counter-style-name-telugu", + "valdef-counter-style-name-thai", + "valdef-counter-style-name-tibetan", + "trad-chinese-formal", + "trad-chinese-informal", + "upper-alpha", + "valdef-counter-style-name-upper-armenian", + "upper-latin", + "upper-roman", + "valdef-counter-style-speak-as-words" + ], + "specShortname": "css-counter-styles-3" + }, + "https://drafts.csswg.org/css-display-3/": { + "anchors": [ + "anonymous", + "atomic-inline", + "bfc", + "block", + "block-box", + "block-container", + "block-formatting-context", + "block-formatting-context-root", + "blockify", + "block-layout", + "block-level", + "block-level-box", + "box", + "box-tree", + "collapsed", + "containing-block", + "containing-block-chain", + "display-type", + "document-order", + "elements", + "element-tree", + "establish-an-independent-formatting-context", + "flow-layout", + "formatting-context", + "independent-formatting-context", + "in-flow", + "initial-containing-block", + "inline", + "inline-block", + "inline-box", + "inline-formatting-context", + "inline-level", + "inline-level-box", + "inlinify", + "inner-display-type", + "internal-ruby-box", + "internal-ruby-element", + "internal-table-box", + "internal-table-element", + "invisible", + "layout-internal", + "non-replaced", + "order-modified-document-order", + "outer-display-type", + "out-of-flow", + "css-parent-box", + "principal-box", + "replaced-element", + "run-in", + "run-in-sequence", + "table-caption-box", + "text-nodes", + "text-run", + "propdef-display", + "propdef-order", + "propdef-visibility", + "valdef-display-block", + "valdef-visibility-collapse", + "valdef-display-contents", + "valdef-display-flex", + "valdef-display-flow", + "valdef-display-flow-root", + "valdef-display-grid", + "valdef-visibility-hidden", + "valdef-display-inline", + "valdef-display-inline-block", + "valdef-display-inline-flex", + "valdef-display-inline-grid", + "valdef-display-inline-table", + "valdef-order-integer", + "valdef-display-list-item", + "valdef-display-none", + "valdef-display-ruby", + "valdef-display-ruby-base", + "valdef-display-ruby-base-container", + "valdef-display-ruby-text", + "valdef-display-ruby-text-container", + "valdef-display-run-in", + "valdef-display-table", + "valdef-display-table-caption", + "valdef-display-table-cell", + "valdef-display-table-column", + "valdef-display-table-column-group", + "valdef-display-table-footer-group", + "valdef-display-table-header-group", + "valdef-display-table-row", + "valdef-display-table-row-group", + "valdef-visibility-visible" + ], + "specShortname": "css-display-3" + }, + "https://drafts.csswg.org/css-easing-1/": { + "anchors": [ + "before-flag", + "cubic-bzier-easing-function", + "easing-function", + "input-progress-value", + "linear-easing-function", + "output-progress-value", + "step-easing-function", + "step-position", + "steps", + "valdef-cubic-bezier-easing-function-ease", + "valdef-cubic-bezier-easing-function-ease-in", + "valdef-cubic-bezier-easing-function-ease-in-out", + "valdef-cubic-bezier-easing-function-ease-out", + "valdef-steps-end", + "valdef-steps-jump-both", + "valdef-steps-jump-end", + "valdef-steps-jump-none", + "valdef-steps-jump-start", + "valdef-easing-function-linear", + "valdef-steps-start", + "valdef-step-easing-function-step-end", + "valdef-step-easing-function-step-start" + ], + "specShortname": "css-easing-1" + }, + "https://drafts.csswg.org/css-flexbox-1/": { + "anchors": [ + "collapsed-flex-item", + "content-based-minimum-size", + "content-size-suggestion", + "cross-axis", + "cross-axis-baseline", + "cross-dimension", + "cross-end", + "cross-size", + "cross-size-property", + "cross-start", + "definite", + "main-axis-baseline", + "flex-base-size", + "flex-flex-basis", + "flex-container", + "flex-direction", + "flex-factor", + "flex-formatting-context", + "flex-flex-grow-factor", + "flexible", + "flex-item", + "flex-layout", + "flex-level", + "flex-line", + "flex-flex-shrink-factor", + "fully-inflexible", + "hypothetical-cross-size", + "hypothetical-main-size", + "initial-free-space", + "main-axis", + "main-dimension", + "main-end", + "main-size", + "main-size-property", + "main-start", + "max-cross-size", + "max-cross-size-property", + "max-main-size", + "max-main-size-property", + "min-cross-size", + "min-cross-size-property", + "min-main-size", + "min-main-size-property", + "multi-line-flex-container", + "baseline-participation", + "remaining-free-space", + "scaled-flex-shrink-factor", + "single-line-flex-container", + "specified-size-suggestion", + "stretched", + "target-main-size", + "transferred-size-suggestion", + "propdef-align-content", + "propdef-align-items", + "propdef-align-self", + "propdef-flex", + "propdef-flex-basis", + "propdef-flex-direction", + "propdef-flex-flow", + "propdef-flex-grow", + "propdef-flex-shrink", + "propdef-flex-wrap", + "propdef-justify-content", + "valdef-align-items-auto", + "valdef-flex-basis-auto", + "valdef-align-items-baseline", + "valdef-align-content-center", + "valdef-align-items-center", + "valdef-justify-content-center", + "valdef-flex-direction-column", + "valdef-flex-direction-column-reverse", + "valdef-flex-basis-content", + "valdef-display-flex", + "valdef-flex-flex-basis", + "valdef-align-content-flex-end", + "valdef-align-items-flex-end", + "valdef-justify-content-flex-end", + "valdef-flex-flex-grow", + "valdef-flex-flex-shrink", + "valdef-align-content-flex-start", + "valdef-align-items-flex-start", + "valdef-justify-content-flex-start", + "valdef-display-inline-flex", + "valdef-flex-none", + "valdef-flex-wrap-nowrap", + "valdef-flex-grow-number", + "valdef-flex-shrink-number", + "valdef-flex-direction-row", + "valdef-flex-direction-row-reverse", + "valdef-align-content-space-around", + "valdef-justify-content-space-around", + "valdef-align-content-space-between", + "valdef-justify-content-space-between", + "valdef-align-content-stretch", + "valdef-align-items-stretch", + "valdef-flex-wrap-wrap", + "valdef-flex-wrap-wrap-reverse" + ], + "specShortname": "css-flexbox-1" + }, + "https://drafts.csswg.org/css-font-loading-3/": { + "anchors": [ + "available-font-faces", + "css-connected", + "find-the-matching-font-faces", + "fire-a-font-load-event", + "font-source", + "fontfaceset-iteration-order", + "fontfaceset-pending-on-the-environment", + "fontfaceset-set-entries", + "fontfaceset-stuck-on-the-environment", + "switch-the-fontfaceset-to-loaded", + "switch-the-fontfaceset-to-loading" + ], + "specShortname": "css-font-loading-3" + }, + "https://drafts.csswg.org/css-fonts-3/": { + "anchors": [ + "font-weight-numeric-values", + "all-petite-caps", + "all-small-caps", + "style-sheet", + "aspect-value", + "authoring-tool", + "font-kerning-auto-value", + "bold", + "bolder", + "character-map", + "common-ligatures", + "composite-face", + "condensed", + "contextual", + "cssfontfacerule", + "cursive", + "default-face", + "descriptor_declaration", + "diagonal-fractions", + "discretionary-ligatures", + "effective-character-map", + "expanded", + "extra-condensed", + "extra-expanded", + "fantasy", + "first-available-font", + "font_face_rule", + "font_face_sym", + "font-kerning-none-value", + "font-kerning-normal-value", + "font-size-adjust-none-value", + "font-stretch-normal-value", + "font-style-normal-value", + "font-variant-caps-normal-value", + "font-variant-east-asian-normal-value", + "font-variant-ligatures-none-value", + "font-variant-ligatures-normal-value", + "font-variant-numeric-normal-value", + "font-variant-position-normal-value", + "font-weight-normal-value", + "full-width", + "historical-ligatures", + "italic", + "jis04", + "jis78", + "jis83", + "jis90", + "lighter", + "lining-nums", + "monospace", + "no-common-ligatures", + "no-contextual", + "no-discretionary-ligatures", + "no-historical-ligatures", + "oblique", + "oldstyle-nums", + "ordinal", + "petite-caps", + "proportional-nums", + "proportional-width", + "renderer", + "ruby", + "sans-serif", + "semi-condensed-", + "semi-expanded", + "serif", + "simplified", + "slashed-zero", + "small-caps", + "stacked-fractions", + "sub", + "super", + "support", + "system-font-fallback", + "tabular-nums", + "titling-caps", + "traditional", + "ultra-condensed", + "ultra-expanded", + "unicase", + "weight", + "width", + "at-font-face-rule", + "propdef-font", + "propdef-font-family", + "propdef-font-feature-settings", + "propdef-font-kerning", + "propdef-font-size", + "propdef-font-size-adjust", + "propdef-font-stretch", + "propdef-font-style", + "propdef-font-synthesis", + "propdef-font-variant", + "propdef-font-variant-caps", + "propdef-font-variant-east-asian", + "propdef-font-variant-ligatures", + "propdef-font-variant-numeric", + "propdef-font-variant-position", + "propdef-font-weight", + "font-feature-settings-normal-value", + "font-variant-none-value", + "font-variant-normal-value", + "aspect-ratio-value", + "urange-value" + ] + }, + "https://drafts.csswg.org/css-grid-1/": { + "anchors": [ + "augmented-grid", + "automatic-grid-position", + "auto-placement", + "auto-placement-cursor", + "available-grid-space", + "base-size", + "clamp-a-grid-area", + "collapsed-grid-track", + "collapsed-gutter", + "computed-track-list", + "content-based-minimum-size", + "content-size-suggestion", + "definite-grid-position", + "definite-grid-span", + "distribute-extra-space", + "explicit-grid", + "explicit-grid-track", + "explicit-grid-properties", + "explicitly-assigned-line-name", + "fixed-sizing-function", + "grid-template-columns-flex-factor", + "flex-factor-sum", + "flex-fraction", + "flexible-length", + "flexible-sizing-function", + "flexible-tracks", + "free-space", + "grid", + "grid-area", + "grid-cell", + "grid-column", + "grid-line", + "grid-container", + "grid-formatting-context", + "grid-item", + "grid-item-placement-algorithm", + "grid-layout", + "grid-level", + "grid-order", + "grid-placement", + "grid-placement-property", + "grid-position", + "grid-row", + "grid-sizing-algorithm", + "grid-span", + "grid-track", + "growth-limit", + "hypothetical-fr-size", + "implicit-grid", + "implicit-grid-track", + "implicit-grid-lines", + "implicit-grid-properties", + "implicitly-assigned-line-name", + "implicitly-named-area", + "infinitely-growable", + "intrinsic-sizing-function", + "leftover-space", + "limited-contribution", + "line-name", + "line-name-set", + "max-track-sizing-function", + "minimum-contribution", + "min-track-sizing-function", + "grid-template-areas-named-cell-token", + "named-grid-area", + "grid-template-areas-null-cell-token", + "occupied", + "grid-template-rows-track-sizing-function", + "space-to-fill", + "span-count", + "specified-size-suggestion", + "track-list", + "track-section", + "track-sizing-algorithm", + "transferred-size-suggestion", + "grid-template-areas-trash-token", + "unoccupied", + "propdef-grid", + "propdef-grid-area", + "propdef-grid-auto-columns", + "propdef-grid-auto-flow", + "propdef-grid-auto-rows", + "propdef-grid-column", + "propdef-grid-column-end", + "propdef-grid-column-start", + "propdef-grid-row", + "propdef-grid-row-end", + "propdef-grid-row-start", + "propdef-grid-template", + "propdef-grid-template-areas", + "propdef-grid-template-columns", + "propdef-grid-template-rows", + "grid-placement-auto", + "valdef-grid-template-columns-auto", + "valdef-repeat-auto-fill", + "valdef-repeat-auto-fit", + "grid-s-auto-column", + "valdef-grid-auto-flow-column", + "grid-placement-slot", + "valdef-grid-auto-flow-dense", + "valdef-grid-template-columns-fit-content", + "valdef-grid-template-columns-flex", + "valdef-flex-fr", + "valdef-display-grid", + "grid-s-auto-row", + "grid-template-rowcol", + "valdef-display-inline-grid", + "grid-placement-int", + "valdef-grid-template-columns-length-percentage", + "grid-template-ascii", + "valdef-grid-template-columns-max-content", + "valdef-grid-template-columns-min-content", + "valdef-grid-template-columns-minmax", + "valdef-grid-template-none", + "valdef-grid-template-areas-none", + "valdef-grid-template-rows-none", + "valdef-grid-auto-flow-row", + "grid-placement-span-int", + "valdef-grid-template-areas-string", + "track-listing" + ], + "specShortname": "css-grid-1" + }, + "https://drafts.csswg.org/css-images-3/": { + "anchors": [ + "css-ambiguous-image-url", + "color-stop", + "color-stop-list", + "color-transition-hint", + "computed-image", + "concrete-object-size", + "constraint-rectangle", + "contain-constraint", + "cover-constraint", + "default-object-size", + "default-sizing-algorithm", + "ending-point", + "ending-shape", + "gradient-average-color", + "gradient-box", + "radial-gradient-gradient-center", + "gradient-function", + "gradient-line", + "invalid-image", + "loading-image", + "natural-aspect-ratio", + "natural-dimensions", + "natural-height", + "natural-size", + "natural-width", + "objects", + "object-size-negotiation", + "specified-size", + "starting-point", + "propdef-image-orientation", + "propdef-image-rendering", + "propdef-object-fit", + "propdef-object-position", + "valdef-image-orientation-angle", + "valdef-image-rendering-auto", + "valdef-ending-shape-circle", + "valdef-size-closest-corner", + "valdef-size-closest-side", + "valdef-object-fit-contain", + "valdef-object-fit-cover", + "valdef-image-rendering-crisp-edges", + "valdef-ending-shape-ellipse", + "valdef-radial-gradient-ending-shape", + "valdef-size-farthest-corner", + "valdef-size-farthest-side", + "valdef-object-fit-fill", + "valdef-image-orientation-from-image", + "valdef-image-rendering-high-quality", + "valdef-size-length-0", + "valdef-size-length-percentage-0-2", + "valdef-image-orientation-none", + "valdef-object-fit-none", + "valdef-image-rendering-pixelated", + "valdef-radial-gradient-position", + "valdef-object-fit-scale-down", + "valdef-radial-gradient-size", + "valdef-image-rendering-smooth" + ], + "specShortname": "css-images-3" + }, + "https://drafts.csswg.org/css-multicol-1/": { + "anchors": [ + "column-box", + "column-gap", + "column-height", + "column-rule", + "column-width", + "multi-column-container", + "multi-column-line", + "multi-column-formatting-context", + "multi-column-layout", + "overflow-columns", + "spanner", + "spanning-element", + "propdef-column-count", + "propdef-column-fill", + "propdef-column-rule", + "propdef-column-rule-color", + "propdef-column-rule-style", + "propdef-column-rule-width", + "propdef-columns", + "propdef-column-span", + "propdef-column-width", + "valdef-column-span-all", + "valdef-column-count-auto", + "valdef-column-fill-auto", + "valdef-column-width-auto", + "valdef-column-fill-balance", + "valdef-column-fill-balance-all", + "valdef-column-rule-color-color", + "valdef-column-count-integer-1", + "valdef-column-width-length-0", + "valdef-column-span-none" + ], + "specShortname": "css-multicol-1" + }, + "https://drafts.csswg.org/css-namespaces-3/": { + "anchors": [ + "css-qualified-name", + "default-namespace", + "expanded-name", + "namespace-prefix" + ], + "specShortname": "css-namespaces-3" + }, + "https://drafts.csswg.org/css-scroll-snap-1/": { + "anchors": [ + "axis-lock", + "axis-value", + "captures-snap-positions", + "intended-direction", + "intended-direction-and-end-position", + "intended-end-position", + "natural-end-point", + "optimal-viewing-region", + "re-snap", + "scroll-snap", + "scroll-snap-area", + "scroll-snap-container", + "scroll-snapport", + "scroll-snap-position", + "strictness-value", + "propdef-scroll-margin", + "propdef-scroll-margin-block", + "propdef-scroll-margin-block-end", + "propdef-scroll-margin-block-start", + "propdef-scroll-margin-bottom", + "propdef-scroll-margin-inline", + "propdef-scroll-margin-inline-end", + "propdef-scroll-margin-inline-start", + "propdef-scroll-margin-left", + "propdef-scroll-margin-right", + "propdef-scroll-margin-top", + "propdef-scroll-padding", + "propdef-scroll-padding-block", + "propdef-scroll-padding-block-end", + "propdef-scroll-padding-block-start", + "propdef-scroll-padding-bottom", + "propdef-scroll-padding-inline", + "propdef-scroll-padding-inline-end", + "propdef-scroll-padding-inline-start", + "propdef-scroll-padding-left", + "propdef-scroll-padding-right", + "propdef-scroll-padding-top", + "propdef-scroll-snap-align", + "propdef-scroll-snap-stop", + "propdef-scroll-snap-type", + "valdef-scroll-snap-stop-always", + "valdef-scroll-padding-auto", + "valdef-scroll-snap-type-block", + "valdef-scroll-snap-type-both", + "valdef-scroll-snap-align-center", + "valdef-scroll-snap-align-end", + "valdef-scroll-snap-type-inline", + "valdef-scroll-padding-length-percentage-0", + "valdef-scroll-snap-type-mandatory", + "valdef-scroll-snap-align-none", + "valdef-scroll-snap-type-none", + "valdef-scroll-snap-stop-normal", + "valdef-scroll-snap-type-proximity", + "valdef-scroll-snap-align-start", + "valdef-scroll-snap-type-x", + "valdef-scroll-snap-type-y" + ], + "specShortname": "css-scroll-snap-1" + }, + "https://drafts.csswg.org/css-shapes-1/": { + "anchors": [ + "closest-side", + "farthest-side", + "float-area", + "basic-shape-reference-box", + "wrap", + "propdef-shape-image-threshold", + "propdef-shape-margin", + "propdef-shape-outside", + "valdef-shape-outside-basic-shape", + "valdef-shape-box-border-box", + "valdef-shape-box-content-box", + "valdef-shape-outside-image", + "valdef-shape-margin-length-percentage", + "valdef-shape-box-margin-box", + "valdef-shape-outside-none", + "valdef-shape-image-threshold-number", + "valdef-shape-box-padding-box", + "valdef-path-string" + ], + "specShortname": "css-shapes-1" + }, + "https://drafts.csswg.org/css-speech-1/": { + "anchors": [ + "aural-box-model", + "document", + "voice-pitch-semitone", + "style-sheet", + "ua", + "user-agent", + "propdef-cue", + "propdef-cue-after", + "propdef-cue-before", + "propdef-pause", + "propdef-pause-after", + "propdef-pause-before", + "propdef-rest", + "propdef-rest-after", + "propdef-rest-before", + "propdef-speak", + "propdef-speak-as", + "propdef-voice-balance", + "propdef-voice-duration", + "propdef-voice-family", + "propdef-voice-pitch", + "propdef-voice-range", + "propdef-voice-rate", + "propdef-voice-stress", + "propdef-voice-volume", + "valdef-voice-pitch-absolute", + "valdef-voice-range-absolute", + "valdef-speak-always", + "valdef-speak-auto", + "valdef-voice-duration-auto", + "valdef-voice-balance-center", + "valdef-voice-family-child", + "valdef-voice-volume-decibel", + "valdef-speak-as-digits", + "valdef-voice-family-family-name", + "valdef-voice-rate-fast", + "valdef-voice-family-female", + "valdef-voice-pitch-frequency", + "valdef-voice-pitch-high", + "valdef-voice-range-high", + "valdef-voice-family-integer", + "valdef-voice-balance-left", + "valdef-voice-balance-leftwards", + "valdef-speak-as-literal-punctuation", + "valdef-voice-volume-loud", + "valdef-voice-pitch-low", + "valdef-voice-range-low", + "valdef-voice-family-male", + "valdef-pause-before-medium", + "valdef-rest-before-medium", + "valdef-voice-pitch-medium", + "valdef-voice-range-medium", + "valdef-voice-rate-medium", + "valdef-voice-volume-medium", + "valdef-voice-stress-moderate", + "valdef-voice-family-neutral", + "valdef-speak-never", + "valdef-pause-before-none", + "valdef-rest-before-none", + "valdef-voice-stress-none", + "valdef-speak-as-no-punctuation", + "valdef-speak-as-normal", + "valdef-voice-rate-normal", + "valdef-voice-stress-normal", + "valdef-voice-balance-number", + "valdef-voice-family-old", + "valdef-voice-pitch-percentage", + "valdef-voice-range-percentage", + "valdef-voice-rate-percentage", + "valdef-voice-family-preserve", + "valdef-voice-stress-reduced", + "valdef-voice-balance-right", + "valdef-voice-balance-rightwards", + "valdef-voice-pitch-semitones", + "valdef-voice-range-semitones", + "valdef-voice-volume-silent", + "valdef-voice-rate-slow", + "valdef-voice-volume-soft", + "valdef-speak-as-spell-out", + "valdef-pause-before-strong", + "valdef-rest-before-strong", + "valdef-voice-stress-strong", + "valdef-pause-before-time", + "valdef-rest-before-time", + "valdef-voice-duration-time", + "valdef-cue-before-uri", + "valdef-pause-before-weak", + "valdef-rest-before-weak", + "valdef-voice-rate-x-fast", + "valdef-voice-pitch-x-high", + "valdef-voice-range-x-high", + "valdef-voice-volume-x-loud", + "valdef-voice-pitch-x-low", + "valdef-voice-range-x-low", + "valdef-voice-rate-x-slow", + "valdef-voice-volume-x-soft", + "valdef-pause-before-x-strong", + "valdef-rest-before-x-strong", + "valdef-pause-before-x-weak", + "valdef-rest-before-x-weak", + "valdef-voice-family-young" + ], + "specShortname": "css-speech-1" + }, + "https://drafts.csswg.org/css-style-attr-1/": { + "anchors": [ + "document", + "interpreter", + "style-attribute" + ] + }, + "https://drafts.csswg.org/css-syntax-3/": { + "anchors": [ + "anb", + "check-if-two-code-points-are-a-valid-escape", + "at-rule", + "paren-block", + "square-block", + "curly-block", + "block-at-rule", + "check-if-three-code-points-would-start-an-ident-sequence", + "check-if-three-code-points-would-start-a-number", + "component-value", + "consume-a-component-value", + "consume-a-declaration", + "consume-a-function", + "consume-a-list-of-declarations", + "consume-a-list-of-rules", + "consume-an-at-rule", + "consume-an-escaped-code-point", + "consume-an-ident-like-token", + "consume-an-ident-sequence", + "consume-a-number", + "consume-a-numeric-token", + "consume-a-qualified-rule", + "consume-a-simple-block", + "consume-a-string-token", + "consume-a-style-blocks-contents", + "consume-a-token", + "consume-a-url-token", + "consume-comments", + "consume-the-next-input-token", + "consume-the-remnants-of-a-bad-url", + "convert-a-string-to-a-number", + "ident-sequence", + "current-input-code-point", + "current-input-token", + "declaration", + "css-decode-bytes", + "css-descriptor", + "css-descriptor-declarations", + "determine-the-fallback-encoding", + "digit", + "ending-token", + "environment-encoding", + "eof-code-point", + "escape-codepoint", + "css-filter-code-points", + "function", + "hex-digit", + "ident-code-point", + "ident-start-code-point", + "css-ignored", + "input-stream", + "css-invalid", + "letter", + "lowercase-letter", + "maximum-allowed-code-point", + "newline", + "next-input-code-point", + "next-input-token", + "non-ascii-ident-code-point", + "non-printable-code-point", + "normalize-into-a-token-stream", + "css-parse-something-according-to-a-css-grammar", + "css-parse-a-comma-separated-list-according-to-a-css-grammar", + "parse-a-comma-separated-list-of-component-values", + "parse-a-component-value", + "parse-a-css-stylesheet", + "parse-a-declaration", + "parse-a-list-of-component-values", + "parse-a-list-of-declarations", + "parse-a-list-of-rules", + "parse-a-rule", + "parse-a-style-blocks-contents", + "parse-a-stylesheet", + "parse-error", + "preserved-tokens", + "css-property-declarations", + "qualified-rule", + "reconsume-the-current-input-code-point", + "reconsume-the-current-input-token", + "representation", + "serialize-an-anb-value", + "simple-block", + "statement-at-rule", + "style-rule", + "css-tokenize", + "uppercase-letter", + "whitespace", + "at-ruledef-charset" + ], + "specShortname": "css-syntax-3" + }, + "https://drafts.csswg.org/css-text-3/": { + "anchors": [ + "bidi-formatting-characters", + "block-scripts", + "character", + "writing-system-chinese", + "clustered-scripts", + "collapsible-white-space", + "conditionally-hang", + "content-language", + "content-writing-system", + "cursive-script", + "white-space", + "unicode-east-asian-width", + "forced-line-break", + "kana-full-size", + "full-width", + "unicode-general-category", + "grapheme-cluster", + "half-width", + "hang", + "hanging-glyph", + "hyphenate", + "hyphenation-opportunity", + "writing-system-japanese", + "justification-opportunity", + "writing-system-known", + "writing-system-korean", + "letter", + "line-break", + "line-breaking-process", + "other-space-separators", + "preserved-white-space", + "unicode-script", + "segment-break", + "kana-small", + "soft-wrap-break", + "soft-wrap-opportunity", + "spaces", + "stop-or-comma", + "tabs", + "tab-size-dfn", + "tab-stop", + "tracking", + "typographic-character-unit", + "typographic-letter-unit", + "unicode-vertical-orientation", + "word-separator", + "wrapping", + "propdef-hanging-punctuation", + "propdef-hyphens", + "propdef-letter-spacing", + "propdef-line-break", + "propdef-overflow-wrap", + "propdef-tab-size", + "propdef-text-align", + "propdef-text-align-all", + "propdef-text-align-last", + "propdef-text-indent", + "propdef-text-justify", + "propdef-text-transform", + "propdef-white-space", + "propdef-word-break", + "propdef-word-spacing", + "propdef-word-wrap", + "valdef-hanging-punctuation-allow-end", + "valdef-line-break-anywhere", + "valdef-overflow-wrap-anywhere", + "valdef-hyphens-auto", + "valdef-line-break-auto", + "valdef-text-align-last-auto", + "valdef-text-justify-auto", + "valdef-word-break-break-all", + "valdef-white-space-break-spaces", + "valdef-overflow-wrap-break-word", + "valdef-word-break-break-word", + "valdef-text-transform-capitalize", + "valdef-text-align-center", + "valdef-text-justify-distribute", + "valdef-text-indent-each-line", + "valdef-text-align-end", + "valdef-hanging-punctuation-first", + "valdef-hanging-punctuation-force-end", + "valdef-text-transform-full-size-kana", + "valdef-text-transform-full-width", + "valdef-text-indent-hanging", + "valdef-text-justify-inter-character", + "valdef-text-justify-inter-word", + "valdef-text-align-justify", + "valdef-text-align-justify-all", + "valdef-word-break-keep-all", + "valdef-hanging-punctuation-last", + "valdef-text-align-left", + "valdef-letter-spacing-length", + "valdef-text-indent-length", + "valdef-word-spacing-length", + "valdef-line-break-loose", + "valdef-text-transform-lowercase", + "valdef-hyphens-manual", + "valdef-text-align-match-parent", + "valdef-hanging-punctuation-none", + "valdef-hyphens-none", + "valdef-text-justify-none", + "valdef-text-transform-none", + "valdef-letter-spacing-normal", + "valdef-line-break-normal", + "valdef-overflow-wrap-normal", + "valdef-white-space-normal", + "valdef-word-break-normal", + "valdef-word-spacing-normal", + "valdef-white-space-nowrap", + "valdef-text-indent-percentage", + "valdef-white-space-pre", + "valdef-white-space-pre-line", + "valdef-white-space-pre-wrap", + "valdef-text-align-right", + "valdef-text-align-start", + "valdef-line-break-strict", + "valdef-text-transform-uppercase" + ], + "specShortname": "css-text-3" + }, + "https://drafts.csswg.org/css-text-4/": { + "anchors": [ + "propdef-hyphenate-character" + ], + "specShortname": "css-text-4" + }, + "https://drafts.csswg.org/css-text-decor-3/": { + "anchors": [ + "decorating-box", + "propdef-text-decoration", + "propdef-text-decoration-color", + "propdef-text-decoration-line", + "propdef-text-decoration-style", + "propdef-text-emphasis", + "propdef-text-emphasis-color", + "propdef-text-emphasis-position", + "propdef-text-emphasis-style", + "propdef-text-shadow", + "propdef-text-underline-position", + "underline-auto", + "valdef-text-decoration-line-blink", + "valdef-text-emphasis-style-circle", + "valdef-text-emphasis-style-dot", + "valdef-text-emphasis-style-double-circle", + "valdef-text-emphasis-style-filled", + "valdef-text-emphasis-position-left", + "underline-left", + "valdef-text-decoration-line-line-through", + "valdef-text-decoration-line-none", + "valdef-text-emphasis-style-none", + "valdef-text-text-emphasis-open", + "valdef-text-emphasis-position-over", + "valdef-text-decoration-line-overline", + "valdef-text-emphasis-position-right", + "underline-right", + "valdef-text-emphasis-style-sesame", + "valdef-text-emphasis-style-string", + "valdef-text-emphasis-style-triangle", + "valdef-text-emphasis-position-under", + "underline-under", + "valdef-text-decoration-line-underline" + ], + "specShortname": "css-text-decor-3" + }, + "https://drafts.csswg.org/css-transforms-1/": { + "anchors": [ + "2d-matrix", + "containing-block-for-all-descendants", + "current-transformation-matrix", + "identity-transform-function", + "local-coordinate-system", + "multiply", + "post-multiplied", + "post-multiply", + "pre-multiplied", + "pre-multiply", + "reference-box", + "transformable-element", + "transformation-matrix", + "transformed-element", + "user-coordinate-system", + "propdef-transform", + "propdef-transform-box", + "propdef-transform-origin", + "valdef-transform-box-border-box", + "valdef-transform-origin-bottom", + "valdef-transform-origin-center", + "valdef-transform-box-content-box", + "valdef-transform-box-fill-box", + "valdef-transform-origin-left", + "valdef-transform-origin-right", + "valdef-transform-box-stroke-box", + "valdef-transform-origin-top", + "valdef-transform-box-view-box" + ], + "specShortname": "css-transforms-1" + }, + "https://drafts.csswg.org/css-transitions-1/": { + "anchors": [ + "after-change-style", + "before-change-style", + "transition-cancel", + "transition-combined-duration", + "dfn-complete", + "completed-transition", + "current-value", + "transition-end-time", + "transition-end-value", + "matching-transition-delay", + "matching-transition-duration", + "matching-transition-property-value", + "matching-transition-timing-function", + "transition-reversing-adjusted-start-value", + "transition-reversing-shortening-factor", + "running-transition", + "transition-start-time", + "transition-start-value", + "style-change-event", + "transitionable", + "propdef-transition", + "propdef-transition-delay", + "propdef-transition-duration", + "propdef-transition-property", + "propdef-transition-timing-function", + "valdef-transition-property-all", + "valdef-transition-property-none" + ], + "specShortname": "css-transitions-1" + }, + "https://drafts.csswg.org/css-ui-3/": { + "anchors": [ + "max-inner-height", + "max-inner-width", + "min-inner-height", + "min-inner-width", + "propdef-box-sizing", + "propdef-caret-color", + "propdef-cursor", + "propdef-outline", + "propdef-outline-color", + "propdef-outline-offset", + "propdef-outline-style", + "propdef-outline-width", + "propdef-resize", + "propdef-text-overflow", + "valdef-cursor-alias", + "valdef-cursor-all-scroll", + "valdef-caret-color-auto", + "valdef-cursor-auto", + "valdef-box-sizing-border-box", + "valdef-cursor-cell", + "overflow-clip", + "valdef-cursor-col-resize", + "valdef-box-sizing-content-box", + "valdef-cursor-context-menu", + "valdef-cursor-copy", + "valdef-cursor-crosshair", + "valdef-cursor-default", + "overflow-ellipsis", + "valdef-cursor-e-resize", + "valdef-cursor-ew-resize", + "valdef-cursor-grab", + "valdef-cursor-grabbing", + "valdef-cursor-help", + "valdef-outline-color-invert", + "valdef-cursor-move", + "valdef-cursor-ne-resize", + "valdef-cursor-nesw-resize", + "valdef-cursor-no-drop", + "valdef-cursor-none", + "valdef-cursor-not-allowed", + "valdef-cursor-n-resize", + "valdef-cursor-ns-resize", + "valdef-cursor-nw-resize", + "valdef-cursor-nwse-resize", + "valdef-cursor-pointer", + "valdef-cursor-progress", + "valdef-cursor-row-resize", + "valdef-cursor-se-resize", + "valdef-cursor-s-resize", + "valdef-cursor-sw-resize", + "valdef-cursor-text", + "valdef-cursor-vertical-text", + "valdef-cursor-wait", + "valdef-cursor-w-resize", + "valdef-cursor-zoom-in", + "valdef-cursor-zoom-out" + ], + "specShortname": "css-ui-3" + }, + "https://drafts.csswg.org/css-values-3/": { + "anchors": [ + "absolute-length", + "length-advance-measure", + "anchor-unit", + "bearing-angle", + "canonical-unit", + "compatible-units", + "css-bracketed-range-notation", + "css-css-identifier", + "css-wide-keywords", + "device-pixel", + "dimension", + "font-relative-length", + "functional-notation", + "integer", + "css-keyword", + "url-local-url-flag", + "number", + "numeric-data-types", + "percentage", + "physical-units", + "visual-angle-unit", + "reference-pixel", + "relative-length", + "resolved-type", + "css-textual-data-types", + "url", + "css-value-definition-syntax", + "viewport-percentage-lengths", + "ch", + "cm", + "deg", + "dpcm", + "dpi", + "dppx", + "em", + "ex", + "grad", + "Hz", + "in", + "kHz", + "mm", + "ms", + "pc", + "pt", + "px", + "Q", + "rad", + "rem", + "s", + "turn", + "vh", + "vmax", + "vmin", + "vw" + ], + "specShortname": "css-values-3" + }, + "https://drafts.csswg.org/css-variables-1/": { + "anchors": [ + "animation-tainted", + "custom-property", + "guaranteed-invalid-value", + "invalid-at-computed-value-time", + "pending-substitution-value", + "substitute-a-var", + "propdef-" + ], + "specShortname": "css-variables-1" + }, + "https://drafts.csswg.org/css-will-change-1/": { + "anchors": [ + "propdef-will-change", + "valdef-will-change-auto", + "valdef-will-change-contents", + "valdef-will-change-custom-ident", + "valdef-will-change-scroll-position" + ], + "specShortname": "css-will-change-1" + }, + "https://drafts.csswg.org/css-writing-modes-4/": { + "anchors": [ + "abstract-dimensions", + "alphabetic-baseline", + "baseline", + "baseline-table", + "bidi-isolate", + "bidi-paragraph", + "bidirectionality", + "bi-orientational", + "bi-orientational-transform", + "block-axis", + "block-dimension", + "block-end", + "block-flow-direction", + "block-size", + "block-start", + "physical-bottom", + "central-baseline", + "directional-embedding", + "directional-override", + "dominant-baseline", + "css-end", + "establish-an-orthogonal-flow", + "flow-relative", + "flow-relative-direction", + "forced-paragraph-break", + "height", + "x-axis", + "horizontal-block-flow", + "horizontal-dimension", + "horizontal-only", + "horizontal-script", + "horizontal-typographic-mode", + "horizontal-writing-mode", + "inline-axis", + "inline-base-direction", + "inline-dimension", + "inline-end", + "inline-size", + "inline-start", + "isolated-sequence", + "physical-left", + "line-left", + "line-orientation", + "line-over", + "line-relative", + "line-relative-direction", + "line-right", + "line-under", + "logical-height", + "logical-width", + "over", + "physical", + "physical-dimensions", + "physical-direction", + "physical-right", + "physical-top", + "principal-writing-mode", + "typeset-sideways", + "css-start", + "typeset-upright", + "typographic-mode", + "under", + "y-axis", + "vertical-block-flow", + "vertical-dimension", + "vertical-only", + "vertical-script", + "vertical-typographic-mode", + "vertical-writing-mode", + "width", + "writing-mode", + "propdef-direction", + "propdef-glyph-orientation-vertical", + "propdef-text-combine-upright", + "propdef-text-orientation", + "propdef-unicode-bidi", + "propdef-writing-mode", + "valdef-text-combine-upright-all", + "valdef-unicode-bidi-bidi-override", + "valdef-text-combine-upright-digits-integer-2-4", + "valdef-unicode-bidi-embed", + "valdef-writing-mode-horizontal-tb", + "valdef-unicode-bidi-isolate", + "valdef-unicode-bidi-isolate-override", + "valdef-direction-ltr", + "valdef-text-orientation-mixed", + "valdef-text-combine-upright-none", + "valdef-unicode-bidi-normal", + "valdef-unicode-bidi-plaintext", + "valdef-direction-rtl", + "valdef-text-orientation-sideways", + "valdef-writing-mode-sideways-lr", + "valdef-text-orientation-sideways-right", + "valdef-writing-mode-sideways-rl", + "valdef-text-orientation-upright", + "valdef-writing-mode-vertical-lr", + "valdef-writing-mode-vertical-rl" + ], + "specShortname": "css-writing-modes-4" + }, + "https://drafts.csswg.org/css2/": { + "anchors": [ + "absolutely-positioned", + "actual-value", + "adjoining-margins", + "aligned-subtree", + "all-media-group", + "ancestor", + "anonymous", + "anonymous-inline-boxes", + "at-keyword", + "atomic-inline-level-boxes", + "at-rules-dfn", + "attribute", + "audio-media-group", + "author", + "automatic-numbering", + "escaped-characters", + "bidirectionality-bidi", + "bitmap-media-group", + "block-boxes%E2%91%A0", + "block-level-boxes", + "block-level", + "box-border-area", + "border-box", + "border-edge", + "canvas", + "character-encoding", + "charset%E2%91%A0", + "child", + "child-selector", + "clearance", + "collapse", + "collapsed-margin", + "collapse-through", + "combinator", + "comments%E2%91%A0", + "computed-value", + "conditional-import", + "conformance-term", + "consecutive", + "content", + "box-content-area", + "content-box", + "content-edge", + "content-height", + "content-width", + "continuous-media-group", + "counters%E2%91%A0", + "declaration%E2%91%A0", + "declaration-block", + "default-style-sheet", + "descendant", + "descendant-selectors%E2%91%A0", + "doclanguage", + "doctree", + "element", + "empty", + "exact-matching", + "fictional-tag-sequence", + "float-rules", + "flow-of-an-element", + "focus", + "following", + "formatting-structure", + "forward-compatible-parsing", + "generated-content", + "grid-media-group", + "hyphen-separated-matching", + "ignore%E2%91%A0", + "ignore-unknown", + "ignore-valid", + "illegal", + "inline-level-boxes", + "inline-level", + "inner-edge", + "interactive-media-group", + "intrinsic", + "line-box", + "list-properties", + "map-document-language-elements-to-table-elements", + "box-margin-area", + "margin-box", + "margin-edge", + "may", + "media-groups%E2%91%A0", + "multiple-declarations", + "must", + "must-not", + "optional", + "outer-edge", + "overflow", + "box-padding-area", + "padding-box", + "padding-edge", + "page-area", + "page-box%E2%91%A0", + "page-context", + "paged-media-group", + "page-selector", + "parent", + "reference-pixel", + "positioned-element", + "positioning-scheme%E2%91%A0", + "preceding", + "principal-box", + "proper-table-child", + "proper-table-row-parent", + "property", + "pseudo-classes%E2%91%A0", + "pseudo-elements%E2%91%A0", + "recommended", + "relative-positioning%E2%91%A0", + "relative-units", + "rendered-content", + "required", + "root", + "row-group-box", + "row-groups", + "rule-sets-dfn", + "rules-on-anonymous-table-objects", + "scope%E2%91%A0", + "selector%E2%91%A0", + "selector-matches", + "separated-borders-model", + "shall", + "shall-not", + "sheets", + "shorthand-properties", + "should", + "should-not", + "sibling", + "simple-selector", + "source-document", + "space-separated-matching", + "specified-value", + "speech-media-group", + "stacking-context", + "stack-level", + "static-media-group", + "static-position-containing-block", + "subject", + "system-fonts", + "table", + "table-element", + "table-grid-box", + "table-wrapper-box", + "tabular-container", + "tactile-media-group", + "tokenizer", + "type-selector", + "universal-selector%E2%91%A0", + "used-value", + "user", + "user-agent", + "valid-style-sheet", + "values", + "viewport%E2%91%A0", + "visual-formatting-model", + "visual-media-group", + "selectordef-active", + "selectordef-after", + "selectordef-before", + "selectordef-first", + "selectordef-first-child", + "selectordef-first-letter", + "selectordef-first-line", + "selectordef-focus", + "selectordef-hover", + "selectordef-lang", + "selectordef-left", + "selectordef-link", + "selectordef-right", + "selectordef-visited", + "at-ruledef-media%E2%91%A0", + "at-ruledef-page", + "propdef-border-collapse", + "propdef-border-spacing", + "propdef-bottom", + "propdef-caption-side", + "propdef-clear", + "propdef-content", + "propdef-counter-increment", + "propdef-counter-reset", + "propdef-empty-cells", + "propdef-float", + "propdef-height", + "propdef-left", + "propdef-line-height", + "propdef-list-style", + "propdef-list-style-image", + "propdef-list-style-position", + "propdef-list-style-type", + "propdef-margin", + "propdef-margin-bottom", + "propdef-margin-left", + "propdef-margin-right", + "propdef-margin-top", + "propdef-max-height", + "propdef-max-width", + "propdef-min-height", + "propdef-min-width", + "propdef-overflow", + "propdef-padding", + "propdef-padding-bottom", + "propdef-padding-left", + "propdef-padding-right", + "propdef-padding-top", + "propdef-page-break-after", + "propdef-page-break-before", + "propdef-page-break-inside", + "propdef-position", + "propdef-quotes", + "propdef-right", + "propdef-table-layout", + "propdef-top", + "propdef-vertical-align", + "propdef-width", + "propdef-z-index", + "valdef-position-absolute", + "valdef-media-all", + "valdef-page-break-always", + "valdef-color-aqua", + "value-def-armenian", + "valdef-content-attr-x", + "valdef-top-auto%E2%91%A0", + "valdef-clip-auto", + "valdef-height-auto", + "valdef-overflow-auto", + "valdef-page-break-auto", + "valdef-table-layout-auto", + "valdef-top-auto", + "valdef-width-auto", + "valdef-z-index-auto", + "valdef-page-break-avoid", + "valdef-vertical-align-baseline", + "valdef-color-black", + "valdef-text-decoration-blink", + "value-def-block", + "valdef-color-blue", + "valdef-font-weight-bold", + "valdef-font-weight-bolder", + "valdef-clear-both", + "valdef-caption-side-bottom", + "valdef-vertical-align-bottom", + "valdef-media-braille", + "valdef-font-caption", + "value-def-circle", + "value-def-close-quote", + "valdef-border-collapse-collapse", + "valdef-border-color-color", + "valdef-content-counter", + "valdef-generic-family-cursive", + "value-def-dashed", + "value-def-decimal", + "value-def-decimal-leading-zero", + "value-def-disc", + "value-def-dotted", + "value-def-double", + "valdef-media-embossed", + "valdef-generic-family-fantasy", + "valdef-position-fixed", + "valdef-table-layout-fixed", + "valdef-color-fuchsia", + "value-def-georgian", + "valdef-color-gray", + "valdef-color-green", + "value-def-groove", + "valdef-media-handheld", + "value-def-hidden", + "valdef-overflow-hidden", + "valdef-empty-cells-hide", + "valdef-font-icon", + "value-def-inline", + "value-def-inline-block", + "value-def-inline-table", + "value-def-inset", + "valdef-list-style-position-inside", + "valdef-font-style-italic", + "valdef-font-size-large", + "valdef-clear-left", + "valdef-float-left", + "valdef-page-break-left", + "valdef-border-width-length", + "valdef-padding-width-length", + "valdef-top-length", + "valdef-vertical-align-length", + "valdef-font-weight-lighter", + "valdef-color-lime", + "valdef-text-decoration-line-through", + "value-def-list-item", + "velue-def-lower-alpha", + "value-def-lower-greek", + "value-def-lower-latin", + "value-def-lower-roman", + "valdef-color-maroon", + "valdef-border-width-medium", + "valdef-font-size-medium", + "valdef-font-menu", + "valdef-font-message-box", + "valdef-vertical-align-middle", + "valdef-generic-family-monospace", + "valdef-color-navy", + "value-def-no-close-quote", + "value-def-bo-none", + "valdef-clear-none", + "valdef-content-none", + "valdef-counter-reset-none", + "valdef-display-none", + "valdef-float-none", + "valdef-list-style-type-none", + "valdef-max-height-none", + "valdef-max-width-none", + "valdef-quotes-none", + "valdef-text-decoration-none", + "value-def-no-open-quote", + "valdef-content-normal", + "valdef-font-style-normal", + "valdef-font-variant-normal", + "valdef-font-weight-normal", + "valdef-line-height-normal", + "valdef-font-style-oblique", + "valdef-color-olive", + "value-def-open-quote", + "valdef-color-orange", + "value-def-outset", + "valdef-list-style-position-outside", + "valdef-text-decoration-overline", + "valdef-padding-width-percentage", + "valdef-top-percentage", + "valdef-vertical-align-percentage", + "valdef-media-print", + "valdef-media-projection", + "valdef-color-purple", + "valdef-color-red", + "valdef-position-relative", + "value-def-ridge", + "valdef-clear-right", + "valdef-float-right", + "valdef-page-break-right", + "valdef-generic-family-sans-serif", + "valdef-media-screen", + "valdef-overflow-scroll", + "valdef-border-collapse-separate", + "valdef-generic-family-serif", + "valdef-empty-cells-show", + "valdef-color-silver", + "valdef-font-size-small", + "valdef-font-style-small-caps", + "valdef-font-small-caption", + "value-def-solid", + "valdef-media-speech", + "value-def-square", + "valdef-position-static", + "valdef-font-status-bar", + "valdef-content-string", + "valdef-quotes-strings", + "valdef-vertical-align-sub", + "valdef-vertical-align-super", + "value-def-table", + "value-def-table-caption", + "value-def-table-cell", + "value-def-table-column", + "value-def-table-column-group", + "value-def-table-footer-group", + "value-def-table-header-group", + "value-def-table-row", + "value-def-table-row-group", + "valdef-color-teal", + "valdef-vertical-align-text-bottom", + "valdef-vertical-align-text-top", + "valdef-border-width-thick", + "valdef-border-width-thin", + "valdef-caption-side-top", + "valdef-vertical-align-top", + "valdef-border-color-transparent", + "valdef-media-tty", + "valdef-media-tv", + "valdef-text-decoration-underline", + "value-def-upper-alpha", + "value-def-upper-latin", + "value-def-upper-roman", + "valdef-background-image-uri", + "valdef-content-uri", + "valdef-overflow-visible", + "valdef-color-white", + "valdef-font-size-x-large", + "valdef-font-size-x-small", + "valdef-font-size-xx-large", + "valdef-font-size-xx-small", + "valdef-color-yellow" + ], + "specShortname": "CSS21" + }, + "https://drafts.csswg.org/mediaqueries-4/": { + "anchors": [ + "boolean-context", + "continuous-media", + "false-in-the-negative-range", + "media-condition", + "media-feature", + "media-query", + "media-query-list", + "media-query-modifier", + "media-type", + "paged-media", + "range-context", + "valdef-media-all", + "valdef-media-aural", + "valdef-media-braille", + "valdef-media-pointer-coarse", + "valdef-media-embossed", + "valdef-media-update-fast", + "valdef-media-pointer-fine", + "valdef-media-handheld", + "valdef-media-hover-hover", + "valdef-media-resolution-infinite", + "valdef-media-scan-interlace", + "valdef-media-orientation-landscape", + "valdef-media-hover-none", + "valdef-media-overflow-block-none", + "valdef-media-overflow-inline-none", + "valdef-media-pointer-none", + "valdef-media-update-none", + "valdef-media-not", + "valdef-media-only", + "valdef-media-color-gamut-p3", + "valdef-media-overflow-block-paged", + "valdef-media-orientation-portrait", + "valdef-media-print", + "valdef-media-scan-progressive", + "valdef-media-projection", + "valdef-media-color-gamut-rec2020", + "valdef-media-screen", + "valdef-media-overflow-block-scroll", + "valdef-media-overflow-inline-scroll", + "valdef-media-update-slow", + "valdef-media-speech", + "valdef-media-color-gamut-srgb", + "valdef-media-tty", + "valdef-media-tv" + ], + "specShortname": "mediaqueries-4" + }, + "https://drafts.csswg.org/selectors-3/": { + "anchors": [ + "child-combinator", + "combinators0", + "declared", + "first-formatted-line0", + "next-sibling-combinator", + "selector", + "sequence-of-simple-selectors", + "simple-selector", + "structural-pseudo-classes", + "subjects-of-the-selector", + "subsequent-sibling-combinator", + "type-selector", + "universal-selector0", + "x", + "sel-active", + "sel-after", + "sel-before", + "sel-checked", + "sel-disabled", + "sel-empty", + "sel-enabled", + "sel-first-child", + "first-letter0", + "sel-first-line", + "sel-first-of-type", + "sel-focus", + "sel-hover", + "sel-lang", + "sel-last-child", + "sel-last-of-type", + "sel-link", + "sel-not", + "sel-nth-child", + "sel-nth-last-child", + "sel-nth-last-of-type", + "sel-nth-of-type", + "sel-only-child", + "sel-only-of-type", + "sel-root", + "sel-target", + "sel-visited" + ], + "specShortname": "selectors-3" + }, + "https://drafts.fxtf.org/compositing-1/": { + "anchors": [ + "backdrop", + "propdef-background-blend-mode", + "propdef-mix", + "propdef-isolation", + "propdef-mix-blend-mode", + "valdef-blend-mode-color", + "valdef-blend-mode-color-burn", + "valdef-blend-mode-color-dodge", + "valdef-blend-mode-darken", + "valdef-blend-mode-difference", + "valdef-blend-mode-exclusion", + "valdef-blend-mode-hard-light", + "valdef-blend-mode-hue", + "valdef-blend-mode-lighten", + "valdef-blend-mode-luminosity", + "valdef-blend-mode-multiply", + "valdef-blend-mode-normal", + "valdef-blend-mode-overlay", + "valdef-blend-mode-saturation", + "valdef-blend-mode-screen", + "valdef-blend-mode-soft-light" + ], + "specShortname": "compositing-1" + }, + "https://drafts.fxtf.org/css-masking-1/": { + "anchors": [ + "clipping-path", + "clipping-region", + "destination", + "mask-border-image", + "mask-border-image-area", + "mask-image", + "mask-layer-image", + "mask-painting-area", + "mask-position", + "mask-positioning-area", + "mask-size", + "source", + "stroke-bounding-box", + "propdef-clip", + "propdef-clip-path", + "propdef-clip-rule", + "propdef-mask", + "propdef-mask-border", + "propdef-mask-border-mode", + "propdef-mask-border-outset", + "propdef-mask-border-repeat", + "propdef-mask-border-slice", + "propdef-mask-border-source", + "propdef-mask-border-width", + "propdef-mask-clip", + "propdef-mask-composite", + "propdef-mask-image", + "propdef-mask-mode", + "propdef-mask-origin", + "propdef-mask-position", + "propdef-mask-repeat", + "propdef-mask-size", + "propdef-mask-type", + "valdef-mask-composite-add", + "valdef-mask-border-mode-alpha", + "valdef-mask-mode-alpha", + "valdef-mask-type-alpha", + "valdef-mask-clip-border-box", + "valdef-mask-origin-border-box", + "valdef-mask-clip-content-box", + "valdef-mask-origin-content-box", + "valdef-clip-rule-evenodd", + "valdef-mask-composite-exclude", + "valdef-mask-border-slice-fill", + "valdef-clip-path-fill-box", + "valdef-mask-clip-fill-box", + "valdef-mask-origin-fill-box", + "valdef-mask-composite-intersect", + "valdef-mask-border-mode-luminance", + "valdef-mask-mode-luminance", + "valdef-mask-type-luminance", + "valdef-mask-mode-match-source", + "valdef-mask-clip-no-clip", + "valdef-clip-rule-nonzero", + "valdef-clippathunits-objectboundingbox", + "valdef-maskcontentunits-objectboundingbox", + "valdef-maskunits-objectboundingbox", + "valdef-mask-clip-padding-box", + "valdef-mask-origin-padding-box", + "valdef-clip-path-stroke-box", + "valdef-mask-clip-stroke-box", + "valdef-mask-origin-stroke-box", + "valdef-mask-composite-subtract", + "valdef-mask-image-url", + "valdef-clippathunits-userspaceonuse", + "valdef-maskcontentunits-userspaceonuse", + "valdef-maskunits-userspaceonuse", + "valdef-clip-path-view-box", + "valdef-mask-clip-view-box", + "valdef-mask-origin-view-box" + ], + "specShortname": "css-masking-1" + }, + "https://drafts.fxtf.org/filter-effects-1/": { + "anchors": [ + "filter-primitive", + "filter-primitive-attributes", + "filter-primitive-subregion", + "filter-primitive-tree", + "filter-region", + "light-source", + "operating-coordinate-space", + "pass-through-filter", + "primary-filter-primitive-tree", + "transfer-function-element", + "transfer-function-element-attributes", + "propdef-color-interpolation-filters", + "propdef-filter", + "propdef-flood-color", + "propdef-flood-opacity", + "propdef-lighting-color", + "valdef-color-interpolation-filters-auto", + "valdef-color-interpolation-filters-linearrgb", + "valdef-color-interpolation-filters-srgb" + ], + "specShortname": "filter-effects-1" + }, + "https://github.com/w3c/csswg-drafts/issues": {}, + "https://github.com/w3c/csswg-drafts/issues/2383": { + "anchors": [ + "issuecomment-371340088" + ] + }, + "https://lists.w3.org/Archives/Public/public-css-archive/": {}, + "https://lists.w3.org/Archives/Public/public-css-testsuite": {}, + "https://lists.w3.org/Archives/Public/www-style/": {}, + "https://lists.w3.org/Archives/Public/www-style/2015Aug/0109.html": {}, + "https://lists.w3.org/Archives/Public/www-style/2015Jul/0040.html": {}, + "https://www.w3.org/2021/Process-20211102/": { + "anchors": [ + "recs-and-notes" + ] + }, + "https://www.w3.org/Consortium/Patent-Policy/": { + "specShortname": "w3c-patent-policy" + }, + "https://www.w3.org/Consortium/Process/": { + "specShortname": "w3c-process" + }, + "https://www.w3.org/Style/CSS/Test/": {}, + "https://www.w3.org/Style/CSS/current-work": {}, + "https://www.w3.org/Style/css2-updates/REC-CSS2-19980512-errata.html": {}, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/2008/REC-CSS1-20080411/": {}, + "https://www.w3.org/TR/2008/REC-CSS2-20080411/": {}, + "https://www.w3.org/TR/CSS/": { + "anchors": [ + "future-proofing", + "unstable", + "proprietary-extension" + ], + "specShortname": "CSS22" + }, + "https://www.w3.org/TR/CSS2/": {}, + "https://www.w3.org/TR/CSS2/aural.html": { + "anchors": [ + "x1", + "propdef-azimuth", + "propdef-cue", + "propdef-cue-after", + "propdef-cue-before", + "propdef-elevation", + "propdef-pause", + "propdef-pause-after", + "propdef-pause-before", + "propdef-pitch", + "propdef-pitch-range", + "propdef-play-during", + "propdef-richness", + "propdef-speak", + "propdef-speak-header", + "propdef-speak-numeral", + "propdef-speak-punctuation", + "propdef-speech-rate", + "propdef-stress", + "propdef-voice-family", + "propdef-volume" + ] + }, + "https://www.w3.org/TR/CSS2/box.html": { + "anchors": [ + "value-def-dashed", + "value-def-dotted", + "value-def-double", + "value-def-groove", + "value-def-hidden", + "value-def-inset", + "value-def-bo-none", + "value-def-outset", + "value-def-ridge", + "value-def-solid" + ] + }, + "https://www.w3.org/TR/CSS2/conform.html": { + "anchors": [ + "ignore" + ] + }, + "https://www.w3.org/TR/CSS2/generate.html": { + "anchors": [ + "value-def-armenian", + "value-def-circle", + "value-def-close-quote", + "value-def-decimal", + "value-def-decimal-leading-zero", + "value-def-disc", + "value-def-georgian", + "value-def-lower-greek", + "value-def-lower-latin", + "value-def-lower-roman", + "value-def-no-close-quote", + "value-def-no-open-quote", + "value-def-open-quote", + "value-def-square", + "value-def-upper-latin", + "value-def-upper-roman" + ] + }, + "https://www.w3.org/TR/CSS2/intro.html": {}, + "https://www.w3.org/TR/CSS2/selector.html": { + "anchors": [ + "x1" + ] + }, + "https://www.w3.org/TR/CSS2/syndata.html": { + "anchors": [ + "vendor-keywords", + "value-def-identifier" + ] + }, + "https://www.w3.org/TR/CSS2/tables.html": { + "anchors": [ + "value-def-inline-table", + "value-def-table", + "value-def-table-caption", + "value-def-table-cell", + "value-def-table-column", + "value-def-table-column-group", + "value-def-table-footer-group", + "value-def-table-header-group", + "value-def-table-row", + "value-def-table-row-group" + ] + }, + "https://www.w3.org/TR/CSS2/ui.html": { + "anchors": [ + "value-def-invert" + ] + }, + "https://www.w3.org/TR/CSS2/visuren.html": { + "anchors": [ + "clearance", + "value-def-block", + "value-def-inline", + "value-def-inline-block", + "value-def-list-item" + ] + }, + "https://www.w3.org/TR/CSS21/": { + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/CSS21/conform.html": { + "anchors": [ + "style-sheet", + "user-agent", + "ignore" + ], + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/compositing-1/": { + "specShortname": "compositing-1" + }, + "https://www.w3.org/TR/css-align-3/": { + "anchors": [ + "static-position-rectangle" + ], + "specShortname": "css-align-3" + }, + "https://www.w3.org/TR/css-animations-1/": { + "anchors": [ + "valdef-animation-iteration-count-number", + "valdef-animation-duration-time" + ], + "specShortname": "css-animations-1" + }, + "https://www.w3.org/TR/css-backgrounds-3/": { + "specShortname": "css-backgrounds-3" + }, + "https://www.w3.org/TR/css-box-3/": { + "specShortname": "css-box-3" + }, + "https://www.w3.org/TR/css-break-3/": { + "anchors": [ + "break", + "line-break" + ], + "specShortname": "css-break-3" + }, + "https://www.w3.org/TR/css-cascade-3/": { + "specShortname": "css-cascade-3" + }, + "https://www.w3.org/TR/css-cascade-4/": { + "anchors": [ + "valdef-all-revert" + ], + "specShortname": "css-cascade-4" + }, + "https://www.w3.org/TR/css-color-3/": { + "specShortname": "css-color-3" + }, + "https://www.w3.org/TR/css-color-4/": { + "anchors": [ + "propdef-opacity", + "color-interpolation-method" + ], + "specShortname": "css-color-4" + }, + "https://www.w3.org/TR/css-color-5/": { + "anchors": [ + "funcdef-color-mix" + ], + "specShortname": "css-color-5" + }, + "https://www.w3.org/TR/css-color-adjust-1/": { + "specShortname": "css-color-adjust-1" + }, + "https://www.w3.org/TR/css-conditional-3/": { + "specShortname": "css-conditional-3" + }, + "https://www.w3.org/TR/css-contain-1/": { + "anchors": [ + "propdef-contain" + ], + "specShortname": "css-contain-1" + }, + "https://www.w3.org/TR/css-counter-styles-3/": { + "anchors": [ + "at-ruledef-counter-style" + ], + "specShortname": "css-counter-styles-3" + }, + "https://www.w3.org/TR/css-display-3/": { + "anchors": [ + "propdef-display" + ], + "specShortname": "css-display-3" + }, + "https://www.w3.org/TR/css-easing-1/": { + "anchors": [ + "valdef-cubic-bezier-easing-function-ease", + "valdef-cubic-bezier-easing-function-ease-in", + "valdef-cubic-bezier-easing-function-ease-in-out", + "valdef-cubic-bezier-easing-function-ease-out", + "valdef-step-easing-function-step-end", + "valdef-step-easing-function-step-start" + ], + "specShortname": "css-easing-1" + }, + "https://www.w3.org/TR/css-flexbox-1/": { + "anchors": [ + "cross-size", + "flexible-length", + "main-size", + "order-modified-document-order", + "static-position-rectangle", + "strut-size", + "propdef-order", + "valdef-order-integer" + ], + "specShortname": "css-flexbox-1" + }, + "https://www.w3.org/TR/css-font-loading-3/": { + "anchors": [ + "no-pending-font-loads", + "possibly-pending-font-loads" + ], + "specShortname": "css-font-loading-3" + }, + "https://www.w3.org/TR/css-font-loading/": { + "specShortname": "css-font-loading-3" + }, + "https://www.w3.org/TR/css-fonts-3/": {}, + "https://www.w3.org/TR/css-fonts-4/": { + "specShortname": "css-fonts-4" + }, + "https://www.w3.org/TR/css-grid-1/": { + "anchors": [ + "collapsed-track", + "grid-placement-int", + "grid-placement-span-int" + ], + "specShortname": "css-grid-1" + }, + "https://www.w3.org/TR/css-grid-2/": { + "specShortname": "css-grid-2" + }, + "https://www.w3.org/TR/css-images-3/": { + "anchors": [ + "valdef-image-orientation-angle", + "valdef-size-length", + "valdef-size-length-percentage2" + ], + "specShortname": "css-images-3" + }, + "https://www.w3.org/TR/css-images-4/": { + "anchors": [ + "funcdef-conic-gradient" + ], + "specShortname": "css-images-4" + }, + "https://www.w3.org/TR/css-lists-3/": { + "specShortname": "css-lists-3" + }, + "https://www.w3.org/TR/css-logical-1/": { + "specShortname": "css-logical-1" + }, + "https://www.w3.org/TR/css-masking-1/": { + "specShortname": "css-masking-1" + }, + "https://www.w3.org/TR/css-multicol-1/": { + "specShortname": "css-multicol-1" + }, + "https://www.w3.org/TR/css-namespaces-3/": { + "anchors": [ + "interpreter", + "style-sheet" + ], + "specShortname": "css-namespaces-3" + }, + "https://www.w3.org/TR/css-namespaces/": { + "specShortname": "css-namespaces-3" + }, + "https://www.w3.org/TR/css-position-3/": { + "anchors": [ + "relative-position", + "sticky-position", + "absolute-position", + "fixed-position" + ], + "specShortname": "css-position-3" + }, + "https://www.w3.org/TR/css-scroll-snap-1/": { + "anchors": [ + "valdef-scroll-padding-length-percentage" + ], + "specShortname": "css-scroll-snap-1" + }, + "https://www.w3.org/TR/css-scrollbars-1/": { + "specShortname": "css-scrollbars-1" + }, + "https://www.w3.org/TR/css-shapes-1/": { + "specShortname": "css-shapes-1" + }, + "https://www.w3.org/TR/css-sizing-3/": { + "anchors": [ + "propdef-width", + "propdef-height", + "valdef-width-min-content", + "valdef-width-max-content", + "sizing-values" + ], + "specShortname": "css-sizing-3" + }, + "https://www.w3.org/TR/css-sizing-4/": { + "anchors": [ + "propdef-aspect-ratio" + ], + "specShortname": "css-sizing-4" + }, + "https://www.w3.org/TR/css-speech-1/": { + "anchors": [ + "style-sheet0", + "aural-box-model", + "authoring-tool", + "border-def", + "cascade-def", + "content-def", + "display-def", + "document", + "font-family-def", + "frequency-def", + "identifier-def", + "integer-def", + "list-style-image-def", + "list-style-type-def", + "margin-def", + "non-negative-number-def", + "number-def", + "padding-def", + "percentage-def", + "renderer", + "strings-def", + "time-def", + "box-model-def" + ], + "specShortname": "css-speech-1" + }, + "https://www.w3.org/TR/css-style-attr/": { + "specShortname": "css-style-attr" + }, + "https://www.w3.org/TR/css-syntax-3/": { + "anchors": [ + "non-ascii-code-point" + ], + "specShortname": "css-syntax-3" + }, + "https://www.w3.org/TR/css-text-3/": { + "specShortname": "css-text-3" + }, + "https://www.w3.org/TR/css-text-4/": { + "specShortname": "css-text-4" + }, + "https://www.w3.org/TR/css-text-decor-3/": { + "specShortname": "css-text-decor-3" + }, + "https://www.w3.org/TR/css-transforms-1/": { + "specShortname": "css-transforms-1" + }, + "https://www.w3.org/TR/css-transforms-2/": { + "anchors": [ + "propdef-translate", + "propdef-rotate", + "propdef-scale" + ], + "specShortname": "css-transforms-2" + }, + "https://www.w3.org/TR/css-transitions-1/": { + "specShortname": "css-transitions-1" + }, + "https://www.w3.org/TR/css-ui-3/": { + "anchors": [ + "propdef-cursor", + "propdef-outline" + ], + "specShortname": "css-ui-3" + }, + "https://www.w3.org/TR/css-values-3/": { + "anchors": [ + "css-identifier", + "string", + "textual-data-types", + "px" + ], + "specShortname": "css-values-3" + }, + "https://www.w3.org/TR/css-variables-1/": { + "specShortname": "css-variables-1" + }, + "https://www.w3.org/TR/css-will-change-1/": { + "anchors": [ + "propdef-will-change" + ], + "specShortname": "css-will-change-1" + }, + "https://www.w3.org/TR/css-writing-modes-3/": { + "specShortname": "css-writing-modes-3" + }, + "https://www.w3.org/TR/css-writing-modes-4/": { + "anchors": [ + "valdef-text-combine-upright-digits-integer" + ], + "specShortname": "css-writing-modes-4" + }, + "https://www.w3.org/TR/css3-conditional/": { + "anchors": [ + "at-ruledef-media", + "at-ruledef-supports" + ] + }, + "https://www.w3.org/TR/css3-mediaqueries/": {}, + "https://www.w3.org/TR/filter-effects-1/": { + "specShortname": "filter-effects-1" + }, + "https://www.w3.org/TR/mediaqueries-3/": { + "specShortname": "mediaqueries-3" + }, + "https://www.w3.org/TR/mediaqueries-4/": { + "specShortname": "mediaqueries-4" + }, + "https://www.w3.org/TR/resize-observer-1/": { + "specShortname": "resize-observer-1" + }, + "https://www.w3.org/TR/selectors-3/": { + "specShortname": "selectors-3" + }, + "https://www.w3.org/TR/selectors-4/": { + "anchors": [ + "document-language", + "dir-pseudo", + "lang-pseudo", + "focus-within-pseudo" + ], + "specShortname": "selectors-4" + }, + "https://www.w3.org/TR/web-animations-1/": { + "specShortname": "web-animations-1" + }, + "https://www.w3.org/blog/CSS": {}, + "https://www.w3.org/groups/wg/css": {} + } +} \ No newline at end of file diff --git a/tr/links/css-align-3.json b/tr/links/css-align-3.json index 5686af61879b..ccfa3e21c6cc 100644 --- a/tr/links/css-align-3.json +++ b/tr/links/css-align-3.json @@ -215,7 +215,8 @@ "grid-item-sizing", "gutters", "static-position" - ] + ], + "specShortname": "css-grid-1" }, "https://www.w3.org/TR/css-grid-2/": { "anchors": [ @@ -336,7 +337,8 @@ "intro-baselines", "propdef-direction", "dominant-baseline" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ @@ -400,7 +402,8 @@ "https://www.w3.org/TR/selectors-3/": { "anchors": [ "first-formatted-line0" - ] + ], + "specShortname": "selectors-3" }, "https://www.w3.org/TR/web-animations/": { "anchors": [ diff --git a/tr/links/css-anchor-1.json b/tr/links/css-anchor-1.json index 0beb3fb922a6..bcb20bde5634 100644 --- a/tr/links/css-anchor-1.json +++ b/tr/links/css-anchor-1.json @@ -72,7 +72,8 @@ "principal-box", "initial-containing-block", "containing-block-chain" - ] + ], + "specShortname": "css-display-4" }, "https://drafts.csswg.org/css-display/": { "specShortname": "css-display-3" diff --git a/tr/links/css-backgrounds-3.json b/tr/links/css-backgrounds-3.json index bd83300fbb44..d6bff730baec 100644 --- a/tr/links/css-backgrounds-3.json +++ b/tr/links/css-backgrounds-3.json @@ -157,7 +157,8 @@ "anchors": [ "valuea-def-color", "color0" - ] + ], + "specShortname": "css-color-3" }, "https://www.w3.org/TR/css-color-4/": { "anchors": [ @@ -170,7 +171,8 @@ "anchors": [ "containment", "contain-property" - ] + ], + "specShortname": "css-contain-1" }, "https://www.w3.org/TR/css-display-3/": { "anchors": [ @@ -261,7 +263,8 @@ "anchors": [ "sel-first-line", "first-letter0" - ] + ], + "specShortname": "selectors-3" }, "https://www.w3.org/TR/xml11/": {} } diff --git a/tr/links/css-backgrounds-4.json b/tr/links/css-backgrounds-4.json index 0c9e975c4fd7..10ccde718fed 100644 --- a/tr/links/css-backgrounds-4.json +++ b/tr/links/css-backgrounds-4.json @@ -76,6 +76,12 @@ ], "specShortname": "css-images-4" }, + "https://drafts.csswg.org/css-tables-3/": { + "anchors": [ + "propdef-border-collapse" + ], + "specShortname": "css-tables-3" + }, "https://drafts.csswg.org/css-text-4/": { "anchors": [ "valdef-text-space-collapse-collapse" @@ -97,9 +103,6 @@ "specShortname": "css-values-4" }, "https://drafts.csswg.org/css2/": { - "anchors": [ - "propdef-border-collapse" - ], "specShortname": "CSS21" }, "https://github.com/w3c/csswg-drafts/issues": {}, diff --git a/tr/links/css-box-4.json b/tr/links/css-box-4.json index d9ce0b5f6947..e042c87d917d 100644 --- a/tr/links/css-box-4.json +++ b/tr/links/css-box-4.json @@ -170,7 +170,8 @@ "https://www.w3.org/TR/css-grid-1/": { "anchors": [ "auto-repeat" - ] + ], + "specShortname": "css-grid-1" }, "https://www.w3.org/TR/css-grid-2/": { "anchors": [ diff --git a/tr/links/css-break-3.json b/tr/links/css-break-3.json index e81ec18e674e..d56caf6bd3a4 100644 --- a/tr/links/css-break-3.json +++ b/tr/links/css-break-3.json @@ -178,7 +178,8 @@ "https://www.w3.org/TR/css-grid-1/": { "anchors": [ "pagination" - ] + ], + "specShortname": "css-grid-1" }, "https://www.w3.org/TR/css-masking-1/": { "anchors": [ @@ -242,7 +243,8 @@ "bidi-algo", "text-direction", "propdef-direction" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ diff --git a/tr/links/css-break-4.json b/tr/links/css-break-4.json index 71d6f0dc19f6..857030258516 100644 --- a/tr/links/css-break-4.json +++ b/tr/links/css-break-4.json @@ -31,7 +31,8 @@ "http://www.w3.org/TR/css-grid-1/": { "anchors": [ "pagination" - ] + ], + "specShortname": "css-grid-1" }, "https://drafts.csswg.org/css-multicol-1/": { "anchors": [ @@ -177,7 +178,9 @@ "https://www.w3.org/TR/css-flexbox-1/": { "specShortname": "css-flexbox-1" }, - "https://www.w3.org/TR/css-grid-1/": {}, + "https://www.w3.org/TR/css-grid-1/": { + "specShortname": "css-grid-1" + }, "https://www.w3.org/TR/css-masking-1/": { "anchors": [ "mask-positioning-area" @@ -259,7 +262,8 @@ "bidi-algo", "text-direction", "propdef-direction" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ diff --git a/tr/links/css-cascade-3.json b/tr/links/css-cascade-3.json index 57e3ffc0e0c7..79ab8ed87117 100644 --- a/tr/links/css-cascade-3.json +++ b/tr/links/css-cascade-3.json @@ -288,7 +288,8 @@ "propdef-direction", "propdef-unicode-bidi", "text-direction" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ @@ -316,7 +317,9 @@ ], "specShortname": "mediaqueries-4" }, - "https://www.w3.org/TR/selectors-3/": {}, + "https://www.w3.org/TR/selectors-3/": { + "specShortname": "selectors-3" + }, "https://www.w3.org/TR/selectors-4/": { "anchors": [ "pseudo-element" diff --git a/tr/links/css-cascade-4.json b/tr/links/css-cascade-4.json index 0f7e6c359f86..18cb854d7d99 100644 --- a/tr/links/css-cascade-4.json +++ b/tr/links/css-cascade-4.json @@ -385,7 +385,8 @@ "propdef-direction", "propdef-unicode-bidi", "text-direction" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ @@ -432,7 +433,9 @@ "https://www.w3.org/TR/mediaqueries/": { "specShortname": "mediaqueries-4" }, - "https://www.w3.org/TR/selectors-3/": {}, + "https://www.w3.org/TR/selectors-3/": { + "specShortname": "selectors-3" + }, "https://www.w3.org/TR/selectors-4/": { "anchors": [ "pseudo-element", diff --git a/tr/links/css-cascade-5.json b/tr/links/css-cascade-5.json index dfb9e87aca73..2e31b6576851 100644 --- a/tr/links/css-cascade-5.json +++ b/tr/links/css-cascade-5.json @@ -267,7 +267,8 @@ "https://www.w3.org/TR/css-contain-1/": { "anchors": [ "valdef-contain-layout" - ] + ], + "specShortname": "css-contain-1" }, "https://www.w3.org/TR/css-display-3/": { "anchors": [ @@ -416,7 +417,8 @@ "propdef-direction", "propdef-unicode-bidi", "text-direction" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ @@ -463,7 +465,9 @@ "https://www.w3.org/TR/mediaqueries/": { "specShortname": "mediaqueries-4" }, - "https://www.w3.org/TR/selectors-3/": {}, + "https://www.w3.org/TR/selectors-3/": { + "specShortname": "selectors-3" + }, "https://www.w3.org/TR/selectors-4/": { "anchors": [ "pseudo-element", diff --git a/tr/links/css-cascade-6.json b/tr/links/css-cascade-6.json index c1f3f80c2568..b57cf9c05a1e 100644 --- a/tr/links/css-cascade-6.json +++ b/tr/links/css-cascade-6.json @@ -163,7 +163,9 @@ ], "specShortname": "css-values-3" }, - "https://www.w3.org/TR/selectors-3/": {}, + "https://www.w3.org/TR/selectors-3/": { + "specShortname": "selectors-3" + }, "https://www.w3.org/TR/selectors-4/": { "anchors": [ "scoping-element", diff --git a/tr/links/css-color-3.json b/tr/links/css-color-3.json new file mode 100644 index 000000000000..c6b907079a20 --- /dev/null +++ b/tr/links/css-color-3.json @@ -0,0 +1,118 @@ +{ + "spec": { + "title": "CSS Color Module Level 3", + "url": "https://www.w3.org/TR/css-color-3/" + }, + "links": { + "http://www.w3.org/TR/1999/REC-html401-19991224": {}, + "http://www.w3.org/TR/2001/REC-SVG-20010904": {}, + "http://www.w3.org/TR/2008/REC-WCAG20-20081211/": {}, + "http://www.w3.org/TR/2008/REC-xml-20081126/": {}, + "http://www.w3.org/TR/2011/REC-CSS2-20110607": {}, + "http://www.w3.org/TR/2011/REC-SVG11-20110816/": {}, + "https://drafts.csswg.org/css3-color/issues-lc-2008.html": {}, + "https://en.wikipedia.org/wiki/X11_color_names": {}, + "https://github.com/w3c/csswg-drafts/issues/2401": {}, + "https://infra.spec.whatwg.org/": { + "anchors": [ + "ascii-case-insensitive" + ], + "specShortname": "infra" + }, + "https://lists.w3.org/Archives/Public/www-archive/2008Jun/att-0045/disposition-2.html": {}, + "https://lists.w3.org/Archives/Public/www-style/": {}, + "https://test.csswg.org/harness/results/css-color-3_dev/grouped/": {}, + "https://test.csswg.org/harness/results/css-color-3_dev/grouped/t44-currentcolor-inherited-c/": {}, + "https://test.csswg.org/harness/results/css-color-4_dev/grouped/": {}, + "https://test.csswg.org/harness/suite/css-color-3_dev/": {}, + "https://test.csswg.org/harness/test/css-color-3_dev/single/t44-currentcolor-inherited-c/": {}, + "https://webstore.iec.ch/publication/6168": {}, + "https://www.loc.gov/preservation/digital/formats/fdd/fdd000054.shtml": {}, + "https://www.w3.org/2021/Process-20211102/": {}, + "https://www.w3.org/Consortium/Patent-Policy-20200915/": {}, + "https://www.w3.org/Consortium/Patent-Policy/": { + "anchors": [ + "sec-Requirements", + "def-essential", + "sec-Disclosure" + ], + "specShortname": "w3c-patent-policy" + }, + "https://www.w3.org/Style/2003/css3-color-comments.html": {}, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/2003/REC-SVG11-20030114/masking.html": { + "anchors": [ + "SimpleAlphaBlending" + ] + }, + "https://www.w3.org/TR/2008/REC-WCAG20-20081211/": { + "anchors": [ + "visual-audio-contrast-without-color" + ] + }, + "https://www.w3.org/TR/2011/REC-css3-color-20110607/": { + "anchors": [ + "changes" + ] + }, + "https://www.w3.org/TR/2017/CR-css-color-3-20171205/": {}, + "https://www.w3.org/TR/2018/REC-css-color-3-20180619/": {}, + "https://www.w3.org/TR/2018/REC-css-ui-3-20180621/": {}, + "https://www.w3.org/TR/2021/REC-css-color-3-20210805/": {}, + "https://www.w3.org/TR/CSS1/": {}, + "https://www.w3.org/TR/CSS2/": {}, + "https://www.w3.org/TR/CSS2/ui.html": { + "anchors": [ + "system-colors" + ] + }, + "https://www.w3.org/TR/CSS21/conform.html": { + "anchors": [ + "defs" + ], + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/CSS21/visuren.html": { + "anchors": [ + "layers" + ], + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/CSS21/zindex.html": {}, + "https://www.w3.org/TR/REC-CSS1": { + "anchors": [ + "border-color" + ] + }, + "https://www.w3.org/TR/SVG11/color.html": { + "anchors": [ + "ColorProperty" + ], + "specShortname": "SVG11" + }, + "https://www.w3.org/TR/SVG11/render.html": { + "specShortname": "SVG11" + }, + "https://www.w3.org/TR/SVG11/types.html": { + "anchors": [ + "ColorKeywords" + ], + "specShortname": "SVG11" + }, + "https://www.w3.org/TR/css-color-4/": { + "anchors": [ + "color-function" + ], + "specShortname": "css-color-4" + }, + "https://www.w3.org/TR/css-color-5/": { + "anchors": [ + "at-profile", + "descdef-color-profile-rendering-intent" + ], + "specShortname": "css-color-5" + }, + "https://www.w3.org/groups/wg/css": {}, + "https://www.w3.org/groups/wg/css/ipr": {} + } +} \ No newline at end of file diff --git a/tr/links/css-color-4.json b/tr/links/css-color-4.json index e09089688570..8e950d461ca4 100644 --- a/tr/links/css-color-4.json +++ b/tr/links/css-color-4.json @@ -884,7 +884,8 @@ "https://www.w3.org/TR/css-color-3/": { "anchors": [ "acknowledgments" - ] + ], + "specShortname": "css-color-3" }, "https://www.w3.org/TR/css-color-5/": { "anchors": [ diff --git a/tr/links/css-color-6.json b/tr/links/css-color-6.json new file mode 100644 index 000000000000..4000ab36589d --- /dev/null +++ b/tr/links/css-color-6.json @@ -0,0 +1,106 @@ +{ + "spec": { + "title": "CSS Color Module Level 6", + "url": "https://drafts.csswg.org/css-color-6/" + }, + "links": { + "http://lists.w3.org/Archives/Public/public-css-testsuite": {}, + "http://www.w3.org/Style/CSS/Test/": {}, + "http://www.w3.org/TR/CSS/": { + "anchors": [ + "future-proofing", + "unstable", + "proprietary-extension" + ], + "specShortname": "CSS22" + }, + "http://www.w3.org/TR/CSS21/conform.html": { + "anchors": [ + "style-sheet", + "user-agent", + "ignore" + ], + "specShortname": "CSS21" + }, + "https://datatracker.ietf.org/doc/html/rfc2119": {}, + "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color-contrast": {}, + "https://drafts.csswg.org/css-cascade-5/": { + "anchors": [ + "specified-value" + ], + "specShortname": "css-cascade-5" + }, + "https://drafts.csswg.org/css-color-4/": { + "anchors": [ + "typedef-color", + "valdef-color-white", + "valdef-color-black", + "valdef-color-wheat", + "d65-whitepoint", + "valdef-system-color-canvas", + "resolving-color-values", + "valdef-color-currentcolor", + "serializing-color-values", + "used-color" + ], + "specShortname": "css-color-4" + }, + "https://drafts.csswg.org/css-color-5/": { + "specShortname": "css-color-5" + }, + "https://drafts.csswg.org/css-color/": { + "specShortname": "css-color-4" + }, + "https://drafts.csswg.org/css-syntax-3/": { + "anchors": [ + "css-invalid" + ], + "specShortname": "css-syntax-3" + }, + "https://drafts.csswg.org/css-syntax/": { + "specShortname": "css-syntax-3" + }, + "https://drafts.csswg.org/css-values-4/": { + "anchors": [ + "functional-notation", + "comb-all", + "comb-one", + "mult-opt", + "comb-comma", + "mult-comma", + "number-value" + ], + "specShortname": "css-values-4" + }, + "https://drafts.csswg.org/cssom-1/": { + "anchors": [ + "resolved-value" + ], + "specShortname": "cssom-1" + }, + "https://drafts.csswg.org/cssom/": { + "specShortname": "cssom-1" + }, + "https://drafts.fxtf.org/compositing-1/": { + "anchors": [ + "simplealphacompositing" + ], + "specShortname": "compositing-1" + }, + "https://github.com/w3c/csswg-drafts/issues": {}, + "https://github.com/w3c/csswg-drafts/issues/7358": {}, + "https://github.com/w3c/csswg-drafts/issues/7359": {}, + "https://lists.w3.org/Archives/Public/public-css-archive/": {}, + "https://lists.w3.org/Archives/Public/www-style/": {}, + "https://w3c.github.io/wcag/21/guidelines/": {}, + "https://www.w3.org/2021/Process-20211102/": {}, + "https://www.w3.org/TR/CSS/": { + "specShortname": "CSS22" + }, + "https://www.w3.org/TR/WCAG21/": { + "anchors": [ + "contrast-minimum" + ] + } + } +} \ No newline at end of file diff --git a/tr/links/css-color-adjust-1.json b/tr/links/css-color-adjust-1.json index 34a7479f1ead..b6b4cfa16c1d 100644 --- a/tr/links/css-color-adjust-1.json +++ b/tr/links/css-color-adjust-1.json @@ -199,7 +199,8 @@ "anchors": [ "propdef-outline-color", "propdef-caret-color" - ] + ], + "specShortname": "css-ui-3" }, "https://www.w3.org/TR/css-ui-4/": { "specShortname": "css-ui-4" diff --git a/tr/links/css-color-hdr.json b/tr/links/css-color-hdr.json new file mode 100644 index 000000000000..3738ed8c8b46 --- /dev/null +++ b/tr/links/css-color-hdr.json @@ -0,0 +1,83 @@ +{ + "spec": { + "title": "CSS Color HDR Module Level 1", + "url": "https://drafts.csswg.org/css-color-hdr/" + }, + "links": { + "http://lists.w3.org/Archives/Public/public-css-testsuite": {}, + "http://www.itu.int/rec/R-REC-BT.2020/en": {}, + "http://www.w3.org/Style/CSS/Test/": {}, + "http://www.w3.org/TR/CSS/": { + "anchors": [ + "future-proofing", + "unstable", + "proprietary-extension" + ], + "specShortname": "CSS22" + }, + "http://www.w3.org/TR/CSS21/conform.html": { + "anchors": [ + "style-sheet", + "user-agent", + "ignore" + ], + "specShortname": "CSS21" + }, + "https://datatracker.ietf.org/doc/html/rfc2119": {}, + "https://drafts.csswg.org/css-color-4/": { + "anchors": [ + "predefined", + "color-function", + "serializing-color-values" + ], + "specShortname": "css-color-4" + }, + "https://drafts.csswg.org/css-color/": { + "specShortname": "css-color-4" + }, + "https://drafts.csswg.org/css-values-3/": { + "specShortname": "css-values-3" + }, + "https://drafts.csswg.org/css-values-4/": { + "anchors": [ + "css-wide-keywords" + ], + "specShortname": "css-values-4" + }, + "https://drafts.csswg.org/css2/": { + "specShortname": "CSS21" + }, + "https://github.com/w3c/csswg-drafts/issues": {}, + "https://ieeexplore.ieee.org/document/7291452": {}, + "https://lists.w3.org/Archives/Public/public-css-archive/": {}, + "https://lists.w3.org/Archives/Public/www-style/": {}, + "https://www.arib.or.jp/english/html/overview/doc/2-STD-B67v1_0.pdf": {}, + "https://www.itu.int/dms_pub/itu-r/opb/rep/R-REP-BT.2390-8-2020-PDF-E.pdf": {}, + "https://www.itu.int/dms_pub/itu-r/opb/rep/R-REP-BT.2408-2017-PDF-E.pdf": {}, + "https://www.itu.int/dms_pubrec/itu-r/rec/bt/R-REC-BT.2100-2-201807-I!!PDF-E.pdf": {}, + "https://www.osapublishing.org/DirectPDFAccess/33630C0F-CFF9-6328-FA6195B4E962F4D7_368272/oe-25-13-15131.pdf?da=1&id=368272&seq=0&mobile=no": {}, + "https://www.w3.org/2021/Process-20211102/": {}, + "https://www.w3.org/Consortium/Patent-Policy-20200915/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ] + }, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/CSS/": { + "specShortname": "CSS22" + }, + "https://www.w3.org/TR/CSS2/about.html": { + "anchors": [ + "property-defs" + ] + }, + "https://www.w3.org/TR/css-values-3/": { + "anchors": [ + "value-defs" + ], + "specShortname": "css-values-3" + }, + "https://www.w3.org/groups/wg/css/ipr": {} + } +} \ No newline at end of file diff --git a/tr/links/css-conditional-values-1.json b/tr/links/css-conditional-values-1.json new file mode 100644 index 000000000000..609690ee8a12 --- /dev/null +++ b/tr/links/css-conditional-values-1.json @@ -0,0 +1,118 @@ +{ + "spec": { + "title": "CSS Conditional Values Module Level 1", + "url": "https://drafts.csswg.org/css-conditional-values-1/" + }, + "links": { + "http://lists.w3.org/Archives/Public/public-css-testsuite": {}, + "http://www.w3.org/Style/CSS/Test/": {}, + "http://www.w3.org/TR/CSS/": { + "anchors": [ + "future-proofing", + "unstable", + "proprietary-extension" + ], + "specShortname": "CSS22" + }, + "http://www.w3.org/TR/CSS21/conform.html": { + "anchors": [ + "style-sheet", + "user-agent", + "ignore" + ], + "specShortname": "CSS21" + }, + "https://datatracker.ietf.org/doc/html/rfc2119": {}, + "https://drafts.csswg.org/css-cascade-5/": { + "anchors": [ + "computed-value", + "used-value" + ], + "specShortname": "css-cascade-5" + }, + "https://drafts.csswg.org/css-conditional-3/": { + "specShortname": "css-conditional-3" + }, + "https://drafts.csswg.org/css-conditional-4/": { + "specShortname": "css-conditional-4" + }, + "https://drafts.csswg.org/css-syntax-3/": { + "anchors": [ + "typedef-declaration-value" + ], + "specShortname": "css-syntax-3" + }, + "https://drafts.csswg.org/css-syntax/": { + "specShortname": "css-syntax-3" + }, + "https://drafts.csswg.org/css-values-3/": { + "specShortname": "css-values-3" + }, + "https://drafts.csswg.org/css-values-4/": { + "anchors": [ + "length-value", + "css-wide-keywords", + "comb-one", + "mult-zero-plus", + "typedef-dimension", + "number-value", + "percentage-value", + "typedef-ident", + "canonical-unit", + "angle-value", + "calculation-tree", + "em", + "px", + "comb-comma", + "mult-opt" + ], + "specShortname": "css-values-4" + }, + "https://drafts.csswg.org/css-variables-2/": { + "anchors": [ + "invalid-at-computed-value-time", + "funcdef-var" + ], + "specShortname": "css-variables-2" + }, + "https://drafts.csswg.org/css2/": { + "specShortname": "CSS21" + }, + "https://drafts.csswg.org/mediaqueries-4/": { + "specShortname": "mediaqueries-4" + }, + "https://drafts.csswg.org/mediaqueries-5/": { + "anchors": [ + "valdef-custom-media-true", + "valdef-custom-media-false" + ], + "specShortname": "mediaqueries-5" + }, + "https://github.com/w3c/csswg-drafts/issues": {}, + "https://lists.w3.org/Archives/Public/public-css-archive/": {}, + "https://lists.w3.org/Archives/Public/www-style/": {}, + "https://www.w3.org/2021/Process-20211102/": {}, + "https://www.w3.org/Consortium/Patent-Policy-20200915/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ] + }, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/CSS/": { + "specShortname": "CSS22" + }, + "https://www.w3.org/TR/CSS2/about.html": { + "anchors": [ + "property-defs" + ] + }, + "https://www.w3.org/TR/css-values-3/": { + "anchors": [ + "value-defs" + ], + "specShortname": "css-values-3" + }, + "https://www.w3.org/groups/wg/css/ipr": {} + } +} \ No newline at end of file diff --git a/tr/links/css-contain-1.json b/tr/links/css-contain-1.json new file mode 100644 index 000000000000..f24b5c56bb2f --- /dev/null +++ b/tr/links/css-contain-1.json @@ -0,0 +1,435 @@ +{ + "spec": { + "title": "CSS Containment Module Level 1", + "url": "https://www.w3.org/TR/css-contain-1/" + }, + "links": { + "http://test.csswg.org/harness/review/css-contain-1_dev": {}, + "https://datatracker.ietf.org/doc/html/rfc2119": {}, + "https://drafts.csswg.org/css-backgrounds-3/": { + "anchors": [ + "corner-clipping" + ], + "specShortname": "css-backgrounds-3" + }, + "https://drafts.csswg.org/css-contain-1/issues-2017-cr.html": {}, + "https://drafts.csswg.org/css-contain-1/issues-2017.html": {}, + "https://drafts.csswg.org/css-contain-1/issues-2018-11-cr.html": {}, + "https://drafts.csswg.org/css-contain-1/issues-2018-cr.html": {}, + "https://drafts.csswg.org/css-contain-1/issues-2019-10-pr": {}, + "https://drafts.csswg.org/css-contain-1/issues-2019-cr": {}, + "https://drafts.csswg.org/css-contain-1/issues-2020-rec": {}, + "https://drafts.csswg.org/css-contain-1/issues-2022-rec": {}, + "https://drafts.csswg.org/css-contain-2/": { + "specShortname": "css-contain-2" + }, + "https://github.com/w3c/csswg-drafts/issues": {}, + "https://github.com/web-platform-tests/wpt/commit/98c4e2d52402156bfafcd1466985b5336f6c7240": {}, + "https://github.com/web-platform-tests/wpt/pull/10549/commits/402a19bde8981a402d9dba73083f84d96e4aeeb9": {}, + "https://github.com/web-platform-tests/wpt/pull/10549/commits/536f74e4137196b34d63752f5a9217e23c4fb899": { + "anchors": [ + "diff-bd8852c889db6d2b471bae58105f9374" + ] + }, + "https://github.com/web-platform-tests/wpt/pull/10549/commits/5b92ee3c170e3be239937a3ae069f37655ff6671": {}, + "https://github.com/web-platform-tests/wpt/pull/10549/commits/69b5681ee7aa5a028eb694b2c93bfd48c1ef08e4": {}, + "https://github.com/web-platform-tests/wpt/pull/10549/commits/7aad64ade18bce9db257c34d72c6dad126a9e9cd": {}, + "https://github.com/web-platform-tests/wpt/pull/10549/commits/ba5a04e3d65f9f39c2d6431a9ece5eb15d22116b": {}, + "https://github.com/web-platform-tests/wpt/pull/10549/commits/d6a4f606a0501fe6ca526483a7a379ba2e9eaa1c": {}, + "https://github.com/web-platform-tests/wpt/pull/10549/commits/d7fbc4794403dfeb55f13310d4c1cb51813e2d6e": {}, + "https://github.com/web-platform-tests/wpt/pull/10549/commits/e2f844700a4a165f7ab6a0f021bbe1bf4d921cc0": {}, + "https://github.com/web-platform-tests/wpt/pull/10549/commits/f6efd2ff775bea39e34b1b260959de618908046b": {}, + "https://html.spec.whatwg.org/multipage/": {}, + "https://html.spec.whatwg.org/multipage/sections.html": { + "anchors": [ + "the-body-element" + ] + }, + "https://html.spec.whatwg.org/multipage/semantics.html": { + "anchors": [ + "the-html-element" + ] + }, + "https://lists.w3.org/Archives/Public/public-css-archive/": {}, + "https://lists.w3.org/Archives/Public/public-css-testsuite": {}, + "https://lists.w3.org/Archives/Public/www-style/": {}, + "https://wpt.fyi/": {}, + "https://wpt.fyi/results/css/css-contain/contain-body-bg-001.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-body-bg-002.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-body-bg-003.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-body-bg-004.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-body-dir-001.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-body-dir-002.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-body-dir-003.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-body-dir-004.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-body-overflow-001.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-body-overflow-002.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-body-overflow-003.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-body-overflow-004.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-body-t-o-001.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-body-t-o-002.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-body-t-o-003.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-body-t-o-004.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-body-w-m-001.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-body-w-m-002.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-body-w-m-003.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-body-w-m-004.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-html-bg-001.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-html-bg-002.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-html-bg-003.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-html-bg-004.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-html-dir-001.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-html-dir-002.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-html-dir-003.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-html-dir-004.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-html-overflow-001.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-html-overflow-002.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-html-overflow-003.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-html-overflow-004.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-html-t-o-001.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-html-t-o-002.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-html-t-o-003.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-html-t-o-004.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-html-w-m-001.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-html-w-m-002.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-html-w-m-003.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-html-w-m-004.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-013.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-021.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-023.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-025.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-027.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-041.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-042.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-061.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-062.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-063.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-064.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-block-001.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-block-002.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-block-003.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-block-004.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-borders.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-button-001.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-button-002.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-fieldset-001.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-fieldset-002.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-fieldset-003.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-fieldset-004.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-flex-001.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-flexbox-001.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-flexbox-002.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-grid-001.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-grid-002.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-grid-003.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-grid-005.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-inline-block-001.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-inline-block-002.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-inline-block-003.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-inline-block-004.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-inline-flex-001.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-multicol-001.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-multicol-002.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-multicol-003.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-multicol-as-flex-item.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-replaced-001.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-replaced-002.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-replaced-003a.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-replaced-003b.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-replaced-003c.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-replaced-004.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-replaced-005.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-replaced-006.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-scrollbars-001.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-scrollbars-002.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-scrollbars-003.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-scrollbars-004.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-select-001.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-select-002.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-select-elem-001.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-select-elem-002.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-select-elem-003.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-select-elem-004.html": {}, + "https://wpt.fyi/results/css/css-contain/contain-size-select-elem-005.html": {}, + "https://wpt.fyi/results/css/css-contain/parsing/contain-computed.html": {}, + "https://wpt.fyi/results/css/css-sizing/aspect-ratio/replaced-element-023.html": {}, + "https://wpt.fyi/results/css/css-sizing/aspect-ratio/replaced-element-025.html": {}, + "https://wpt.fyi/results/css/css-sizing/aspect-ratio/replaced-element-027.html": {}, + "https://www.w3.org/2021/Process-20211102/": { + "anchors": [ + "recs-and-notes", + "proposed-corrections" + ] + }, + "https://www.w3.org/Consortium/Patent-Policy-20200915/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ] + }, + "https://www.w3.org/Consortium/Patent-Policy/": { + "anchors": [ + "sec-Requirements" + ], + "specShortname": "w3c-patent-policy" + }, + "https://www.w3.org/Style/CSS/Test/": {}, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/2017/CR-css-contain-1-20170808/": {}, + "https://www.w3.org/TR/2017/WD-css-contain-1-20170221/": {}, + "https://www.w3.org/TR/2017/WD-css-contain-1-20170419/": {}, + "https://www.w3.org/TR/2018/CR-css-contain-1-20180524/": {}, + "https://www.w3.org/TR/2018/CR-css-contain-1-20181108/": {}, + "https://www.w3.org/TR/2019/CR-css-contain-1-20190430/": {}, + "https://www.w3.org/TR/2019/REC-css-contain-1-20191121/": {}, + "https://www.w3.org/TR/2020/REC-css-contain-1-20201222/": {}, + "https://www.w3.org/TR/CSS/": { + "anchors": [ + "future-proofing", + "unstable", + "proprietary-extension" + ], + "specShortname": "CSS22" + }, + "https://www.w3.org/TR/CSS2/about.html": { + "anchors": [ + "property-defs" + ] + }, + "https://www.w3.org/TR/CSS2/box.html": { + "anchors": [ + "padding-edge" + ] + }, + "https://www.w3.org/TR/CSS2/visudet.html": { + "anchors": [ + "propdef-vertical-align" + ] + }, + "https://www.w3.org/TR/CSS2/visuren.html": { + "anchors": [ + "x43" + ] + }, + "https://www.w3.org/TR/CSS21/": { + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/CSS21/conform.html": { + "anchors": [ + "style-sheet", + "user-agent", + "ignore" + ], + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/SVG2/": { + "specShortname": "SVG2" + }, + "https://www.w3.org/TR/SVG2/struct.html": { + "anchors": [ + "elementdef-svg" + ], + "specShortname": "SVG2" + }, + "https://www.w3.org/TR/css-backgrounds-3/": { + "anchors": [ + "canvas-background", + "propdef-background", + "body-background" + ], + "specShortname": "css-backgrounds-3" + }, + "https://www.w3.org/TR/css-break-3/": { + "anchors": [ + "monolithic", + "possible-breaks", + "fragmentation-container", + "fragmentation-context", + "fragmented-flow", + "fragmentation", + "forced-break", + "break-between" + ], + "specShortname": "css-break-3" + }, + "https://www.w3.org/TR/css-cascade-5/": { + "anchors": [ + "used-value" + ], + "specShortname": "css-cascade-5" + }, + "https://www.w3.org/TR/css-cascade/": { + "anchors": [ + "initial-values", + "applies-to", + "inherited-property", + "computed" + ], + "specShortname": "css-cascade-4" + }, + "https://www.w3.org/TR/css-contain-2/": { + "specShortname": "css-contain-2" + }, + "https://www.w3.org/TR/css-content-3/": { + "specShortname": "css-content-3" + }, + "https://www.w3.org/TR/css-display-3/": { + "anchors": [ + "initial-containing-block", + "principal-box", + "replaced-element", + "propdef-display", + "inner-display-type", + "valdef-display-table", + "internal-table-box", + "internal-ruby-box", + "atomic-inline", + "inline-level", + "establish-an-independent-formatting-context", + "valdef-display-table-cell" + ], + "specShortname": "css-display-3" + }, + "https://www.w3.org/TR/css-grid-2/": { + "anchors": [ + "grid-track" + ], + "specShortname": "css-grid-2" + }, + "https://www.w3.org/TR/css-images-3/": { + "anchors": [ + "natural-dimensions", + "natural-aspect-ratio", + "natural-height" + ], + "specShortname": "css-images-3" + }, + "https://www.w3.org/TR/css-multicol-1/": { + "specShortname": "css-multicol-1" + }, + "https://www.w3.org/TR/css-overflow-3/": { + "anchors": [ + "propdef-overflow", + "overflow-propagation", + "valdef-overflow-visible", + "valdef-overflow-clip", + "ink-overflow", + "scrollable-overflow", + "overflow-clip-edge", + "propdef-overflow-clip-margin", + "propdef-overflow-x", + "propdef-overflow-y" + ], + "specShortname": "css-overflow-3" + }, + "https://www.w3.org/TR/css-overflow-4/": { + "anchors": [ + "selectordef-nth-fragment" + ], + "specShortname": "css-overflow-4" + }, + "https://www.w3.org/TR/css-page-3/": { + "specShortname": "css-page-3" + }, + "https://www.w3.org/TR/css-position-3/": { + "anchors": [ + "absolute-positioning-containing-block", + "fixed-positioning-containing-block" + ], + "specShortname": "css-position-3" + }, + "https://www.w3.org/TR/css-pseudo-4/": { + "anchors": [ + "generated-content", + "selectordef-before", + "selectordef-after", + "selectordef-marker" + ], + "specShortname": "css-pseudo-4" + }, + "https://www.w3.org/TR/css-regions-1/": { + "specShortname": "css-regions-1" + }, + "https://www.w3.org/TR/css-sizing-3/": { + "anchors": [ + "sizing-property", + "intrinsic-size", + "valdef-width-min-content", + "valdef-width-max-content", + "fit-content-size", + "propdef-width", + "propdef-height" + ], + "specShortname": "css-sizing-3" + }, + "https://www.w3.org/TR/css-sizing-4/": { + "anchors": [ + "propdef-aspect-ratio", + "preferred-aspect-ratio" + ], + "specShortname": "css-sizing-4" + }, + "https://www.w3.org/TR/css-ui-3/": { + "anchors": [ + "propdef-resize", + "propdef-text-overflow" + ], + "specShortname": "css-ui-3" + }, + "https://www.w3.org/TR/css-values-3/": { + "anchors": [ + "value-defs" + ], + "specShortname": "css-values-3" + }, + "https://www.w3.org/TR/css-values-4/": { + "anchors": [ + "css-wide-keywords", + "comb-one", + "comb-any" + ], + "specShortname": "css-values-4" + }, + "https://www.w3.org/TR/css-values/": { + "anchors": [ + "value-defs", + "percentages" + ], + "specShortname": "css-values-4" + }, + "https://www.w3.org/TR/css-writing-modes-3/": { + "anchors": [ + "propdef-direction", + "principal-flow" + ], + "specShortname": "css-writing-modes-3" + }, + "https://www.w3.org/TR/css-writing-modes-4/": { + "anchors": [ + "propdef-writing-mode", + "propdef-text-orientation" + ], + "specShortname": "css-writing-modes-4" + }, + "https://www.w3.org/TR/cssom/": { + "anchors": [ + "serializing-css-values" + ], + "specShortname": "cssom-1" + }, + "https://www.w3.org/TR/filter-effects-1/": { + "anchors": [ + "funcdef-filter-blur" + ], + "specShortname": "filter-effects-1" + }, + "https://www.w3.org/TR/web-animations/": { + "anchors": [ + "animation-type" + ], + "specShortname": "web-animations-1" + }, + "https://www.w3.org/groups/wg/css": {}, + "https://www.w3.org/groups/wg/css/ipr": {} + } +} \ No newline at end of file diff --git a/tr/links/css-contain-2.json b/tr/links/css-contain-2.json index 3665c4701be2..9a76367361d6 100644 --- a/tr/links/css-contain-2.json +++ b/tr/links/css-contain-2.json @@ -194,7 +194,9 @@ ], "specShortname": "css-cascade-4" }, - "https://www.w3.org/TR/css-contain-1/": {}, + "https://www.w3.org/TR/css-contain-1/": { + "specShortname": "css-contain-1" + }, "https://www.w3.org/TR/css-content-3/": { "anchors": [ "valdef-content-open-quote", @@ -331,7 +333,8 @@ "anchors": [ "propdef-resize", "propdef-text-overflow" - ] + ], + "specShortname": "css-ui-3" }, "https://www.w3.org/TR/css-ui-4/": { "specShortname": "css-ui-4" @@ -361,7 +364,8 @@ "anchors": [ "propdef-direction", "principal-flow" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ diff --git a/tr/links/css-contain-3.json b/tr/links/css-contain-3.json index 71c370620df8..4661f800b58a 100644 --- a/tr/links/css-contain-3.json +++ b/tr/links/css-contain-3.json @@ -170,7 +170,8 @@ "propdef-contain", "size-containment", "layout-containment" - ] + ], + "specShortname": "css-contain-1" }, "https://www.w3.org/TR/css-contain-2/": { "specShortname": "css-contain-2" diff --git a/tr/links/css-content-3.json b/tr/links/css-content-3.json index dac595a96cf0..ad75227196a3 100644 --- a/tr/links/css-content-3.json +++ b/tr/links/css-content-3.json @@ -96,7 +96,8 @@ "https://www.w3.org/TR/css-contain-1/": { "anchors": [ "style-containment" - ] + ], + "specShortname": "css-contain-1" }, "https://www.w3.org/TR/css-counter-styles-3/": { "anchors": [ diff --git a/tr/links/css-device-adapt-1.json b/tr/links/css-device-adapt-1.json index c66a1cf5c712..06d52c87c5e8 100644 --- a/tr/links/css-device-adapt-1.json +++ b/tr/links/css-device-adapt-1.json @@ -112,7 +112,8 @@ "https://www.w3.org/TR/css-writing-modes-3/": { "anchors": [ "propdef-direction" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css3-conditional/": { "anchors": [ diff --git a/tr/links/css-display-3.json b/tr/links/css-display-3.json index 5f4ab84098db..962a8224c7c1 100644 --- a/tr/links/css-display-3.json +++ b/tr/links/css-display-3.json @@ -335,7 +335,8 @@ "https://www.w3.org/TR/css-contain-1/": { "anchors": [ "propdef-contain" - ] + ], + "specShortname": "css-contain-1" }, "https://www.w3.org/TR/css-flexbox-1/": { "anchors": [ @@ -347,7 +348,9 @@ ], "specShortname": "css-flexbox-1" }, - "https://www.w3.org/TR/css-grid-1/": {}, + "https://www.w3.org/TR/css-grid-1/": { + "specShortname": "css-grid-1" + }, "https://www.w3.org/TR/css-grid-2/": { "anchors": [ "grid-container", @@ -475,7 +478,8 @@ "anchors": [ "bidi-algo", "text-direction" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css3-exclusions/": { "specShortname": "css3-exclusions" diff --git a/tr/links/css-display-4.json b/tr/links/css-display-4.json new file mode 100644 index 000000000000..d627b6f9d3e0 --- /dev/null +++ b/tr/links/css-display-4.json @@ -0,0 +1,513 @@ +{ + "spec": { + "title": "CSS Display Module Level 4", + "url": "https://drafts.csswg.org/css-display-4/" + }, + "links": { + "http://lists.w3.org/Archives/Public/public-css-testsuite": {}, + "http://test.csswg.org/harness/results/css-display-3_dev/grouped/": {}, + "http://wpt.live/css/css-flexbox/flexible-order.html": {}, + "http://www.w3.org/Style/CSS/Test/": {}, + "http://www.w3.org/TR/CSS/": { + "anchors": [ + "future-proofing", + "unstable", + "proprietary-extension" + ], + "specShortname": "CSS22" + }, + "http://www.w3.org/TR/CSS21/conform.html": { + "anchors": [ + "style-sheet", + "user-agent", + "ignore" + ], + "specShortname": "CSS21" + }, + "https://datatracker.ietf.org/doc/html/rfc2119": {}, + "https://developer.mozilla.org/en-US/docs/Web/CSS/display": {}, + "https://developer.mozilla.org/en-US/docs/Web/CSS/display-listitem": {}, + "https://developer.mozilla.org/en-US/docs/Web/CSS/display-outside": {}, + "https://developer.mozilla.org/en-US/docs/Web/CSS/order": {}, + "https://dom.spec.whatwg.org/": { + "anchors": [ + "concept-document-tree", + "document-element" + ], + "specShortname": "dom" + }, + "https://drafts.csswg.org/css-align-3/": { + "anchors": [ + "propdef-align-content" + ], + "specShortname": "css-align-3" + }, + "https://drafts.csswg.org/css-align/": { + "specShortname": "css-align-3" + }, + "https://drafts.csswg.org/css-backgrounds-3/": { + "anchors": [ + "propdef-border" + ], + "specShortname": "css-backgrounds-3" + }, + "https://drafts.csswg.org/css-backgrounds/": { + "specShortname": "css-backgrounds-3" + }, + "https://drafts.csswg.org/css-box-4/": { + "anchors": [ + "box-box-edge" + ], + "specShortname": "css-box-4" + }, + "https://drafts.csswg.org/css-break-3/": { + "anchors": [ + "fragment" + ], + "specShortname": "css-break-3" + }, + "https://drafts.csswg.org/css-break-4/": { + "anchors": [ + "fragmentation", + "box-fragment" + ], + "specShortname": "css-break-4" + }, + "https://drafts.csswg.org/css-break/": { + "specShortname": "css-break-3" + }, + "https://drafts.csswg.org/css-cascade-3/": { + "specShortname": "css-cascade-3" + }, + "https://drafts.csswg.org/css-cascade-5/": { + "anchors": [ + "computed-value", + "inherited-property", + "css-inheritance", + "specified-value", + "shorthand-property", + "longhand" + ], + "specShortname": "css-cascade-5" + }, + "https://drafts.csswg.org/css-cascade-6/": { + "anchors": [ + "cascade" + ], + "specShortname": "css-cascade-6" + }, + "https://drafts.csswg.org/css-contain-2/": { + "anchors": [ + "propdef-contain" + ], + "specShortname": "css-contain-2" + }, + "https://drafts.csswg.org/css-exclusions/": {}, + "https://drafts.csswg.org/css-flexbox-1/": { + "anchors": [ + "flex-container", + "flex-formatting-context", + "flex-item", + "visibility-collapse", + "flex-layout" + ], + "specShortname": "css-flexbox-1" + }, + "https://drafts.csswg.org/css-grid-2/": { + "anchors": [ + "grid-container", + "grid-formatting-context", + "valdef-grid-template-rows-subgrid", + "grid-item", + "subgrid" + ], + "specShortname": "css-grid-2" + }, + "https://drafts.csswg.org/css-grid/": { + "specShortname": "css-grid-2" + }, + "https://drafts.csswg.org/css-images-3/": { + "anchors": [ + "natural-dimensions" + ], + "specShortname": "css-images-3" + }, + "https://drafts.csswg.org/css-inline-3/": { + "anchors": [ + "root-inline-box" + ], + "specShortname": "css-inline-3" + }, + "https://drafts.csswg.org/css-overflow-3/": { + "anchors": [ + "overflow", + "scroll-container" + ], + "specShortname": "css-overflow-3" + }, + "https://drafts.csswg.org/css-page-3/": { + "specShortname": "css-page-3" + }, + "https://drafts.csswg.org/css-position-3/": { + "anchors": [ + "propdef-position", + "def-cb", + "absolute-position" + ], + "specShortname": "css-position-3" + }, + "https://drafts.csswg.org/css-pseudo-4/": { + "anchors": [ + "selectordef-first-letter", + "selectordef-marker", + "selectordef-before", + "selectordef-after", + "first-formatted-line", + "treelike" + ], + "specShortname": "css-pseudo-4" + }, + "https://drafts.csswg.org/css-ruby-1/": { + "anchors": [ + "ruby-container", + "ruby-formatting-context", + "box-fixup", + "ruby-base-container-box" + ], + "specShortname": "css-ruby-1" + }, + "https://drafts.csswg.org/css-sizing-3/": { + "anchors": [ + "propdef-box-sizing" + ], + "specShortname": "css-sizing-3" + }, + "https://drafts.csswg.org/css-speech-1/": { + "anchors": [ + "propdef-speak", + "valdef-speak-always" + ], + "specShortname": "css-speech-1" + }, + "https://drafts.csswg.org/css-tables-3/": { + "anchors": [ + "table-grid-box", + "table-wrapper-box" + ], + "specShortname": "css-tables-3" + }, + "https://drafts.csswg.org/css-text-4/": { + "anchors": [ + "white-space" + ], + "specShortname": "css-text-4" + }, + "https://drafts.csswg.org/css-ui-4/": { + "anchors": [ + "propdef-pointer-events" + ], + "specShortname": "css-ui-4" + }, + "https://drafts.csswg.org/css-values-3/": { + "specShortname": "css-values-3" + }, + "https://drafts.csswg.org/css-values-4/": { + "anchors": [ + "css-wide-keywords", + "comb-any", + "comb-one", + "mult-opt", + "comb-all", + "integer-value" + ], + "specShortname": "css-values-4" + }, + "https://drafts.csswg.org/css-writing-modes-3/": { + "anchors": [ + "bidi-algo", + "text-direction" + ], + "specShortname": "css-writing-modes-3" + }, + "https://drafts.csswg.org/css2/": { + "anchors": [ + "propdef-overflow", + "propdef-list-style" + ], + "specShortname": "CSS21" + }, + "https://drafts.csswg.org/cssom-1/": { + "anchors": [ + "dom-window-getcomputedstyle", + "serializing-css-values" + ], + "specShortname": "cssom-1" + }, + "https://drafts.csswg.org/cssom/": { + "specShortname": "cssom-1" + }, + "https://drafts.csswg.org/mediaqueries-5/": { + "anchors": [ + "media-query", + "continuous-media", + "paged-media" + ], + "specShortname": "mediaqueries-5" + }, + "https://drafts.csswg.org/selectors-4/": { + "anchors": [ + "pseudo-element", + "document-language" + ], + "specShortname": "selectors-4" + }, + "https://drafts.csswg.org/selectors/": { + "specShortname": "selectors-4" + }, + "https://github.com/w3c/csswg-drafts/issues": {}, + "https://github.com/w3c/csswg-drafts/issues/3040": {}, + "https://github.com/w3c/csswg-drafts/issues/7387": { + "anchors": [ + "issuecomment-1217193918" + ] + }, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-flexbox/flexible-order.html": {}, + "https://html.spec.whatwg.org/multipage/": {}, + "https://html.spec.whatwg.org/multipage/canvas.html": { + "anchors": [ + "canvas" + ] + }, + "https://html.spec.whatwg.org/multipage/embedded-content.html": { + "anchors": [ + "the-img-element", + "attr-img-src" + ] + }, + "https://html.spec.whatwg.org/multipage/form-elements.html": { + "anchors": [ + "the-legend-element", + "the-fieldset-element", + "the-meter-element", + "the-progress-element", + "the-textarea-element", + "the-select-element", + "the-button-element" + ] + }, + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html": { + "anchors": [ + "the-embed-element", + "the-object-element", + "the-iframe-element" + ] + }, + "https://html.spec.whatwg.org/multipage/input.html": { + "anchors": [ + "the-input-element" + ] + }, + "https://html.spec.whatwg.org/multipage/interaction.html": { + "anchors": [ + "attr-tabindex" + ] + }, + "https://html.spec.whatwg.org/multipage/interactive-elements.html": { + "anchors": [ + "the-summary-element", + "the-details-element" + ] + }, + "https://html.spec.whatwg.org/multipage/media.html": { + "anchors": [ + "audio", + "video" + ] + }, + "https://html.spec.whatwg.org/multipage/obsolete.html": { + "anchors": [ + "frame", + "frameset" + ] + }, + "https://html.spec.whatwg.org/multipage/rendering.html": { + "anchors": [ + "rendered-legend" + ] + }, + "https://html.spec.whatwg.org/multipage/semantics.html": { + "anchors": [ + "the-html-element" + ] + }, + "https://html.spec.whatwg.org/multipage/text-level-semantics.html": { + "anchors": [ + "the-br-element", + "the-wbr-element" + ] + }, + "https://lists.w3.org/Archives/Public/public-css-archive/": {}, + "https://lists.w3.org/Archives/Public/www-style/": {}, + "https://svgwg.org/svg2-draft/": { + "specShortname": "SVG2" + }, + "https://svgwg.org/svg2-draft/coords.html": { + "anchors": [ + "TermCanvas" + ], + "specShortname": "SVG2" + }, + "https://svgwg.org/svg2-draft/pservers.html": { + "anchors": [ + "elementdef-pattern" + ], + "specShortname": "SVG2" + }, + "https://svgwg.org/svg2-draft/render.html": { + "anchors": [ + "TermRenderableElement", + "TermNonRenderedElement", + "TermRenderedElement" + ], + "specShortname": "SVG2" + }, + "https://svgwg.org/svg2-draft/struct.html": { + "anchors": [ + "elementdef-svg", + "container-element", + "elementdef-use", + "elementdef-symbol" + ], + "specShortname": "SVG2" + }, + "https://svgwg.org/svg2-draft/styling.html": { + "anchors": [ + "TermPresentationAttribute" + ], + "specShortname": "SVG2" + }, + "https://svgwg.org/svg2-draft/text.html": { + "anchors": [ + "TermTextContentChildElement", + "elementdef-text", + "elementdef-tspan", + "elementdef-textPath" + ], + "specShortname": "SVG2" + }, + "https://wpt.fyi/results/css/css-flexbox/flexible-order.html": {}, + "https://www.w3.org/2021/Process-20211102/": {}, + "https://www.w3.org/TR/CSS/": { + "specShortname": "CSS22" + }, + "https://www.w3.org/TR/CSS2/about.html": { + "anchors": [ + "property-defs" + ] + }, + "https://www.w3.org/TR/CSS2/generate.html": { + "anchors": [ + "lists" + ] + }, + "https://www.w3.org/TR/CSS2/intro.html": { + "anchors": [ + "canvas" + ] + }, + "https://www.w3.org/TR/CSS2/tables.html": { + "anchors": [ + "table-display", + "anonymous-boxes", + "dynamic-effects" + ] + }, + "https://www.w3.org/TR/CSS2/visudet.html": { + "anchors": [ + "containing-block-details" + ] + }, + "https://www.w3.org/TR/CSS2/visuren.html": { + "anchors": [ + "principal-box", + "img-anon-block", + "box-gen", + "anonymous-block-level", + "anonymous", + "containing-block", + "normal-flow" + ] + }, + "https://www.w3.org/TR/CSS2/zindex.html": {}, + "https://www.w3.org/TR/CSS21/visuren.html": { + "anchors": [ + "box-gen" + ], + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/css-cascade/": { + "anchors": [ + "inheriting", + "initial-values", + "applies-to", + "inherited-property", + "computed" + ], + "specShortname": "css-cascade-4" + }, + "https://www.w3.org/TR/css-display-3/": { + "specShortname": "css-display-3" + }, + "https://www.w3.org/TR/css-logical/": { + "specShortname": "css-logical-1" + }, + "https://www.w3.org/TR/css-multicol-1/": { + "anchors": [ + "spanning-columns" + ], + "specShortname": "css-multicol-1" + }, + "https://www.w3.org/TR/css-pseudo/": { + "anchors": [ + "generated-content" + ], + "specShortname": "css-pseudo-4" + }, + "https://www.w3.org/TR/css-speech-1/": { + "anchors": [ + "aural-model" + ], + "specShortname": "css-speech-1" + }, + "https://www.w3.org/TR/css-values-3/": { + "anchors": [ + "value-defs" + ], + "specShortname": "css-values-3" + }, + "https://www.w3.org/TR/css-values/": { + "anchors": [ + "value-defs", + "percentages" + ], + "specShortname": "css-values-4" + }, + "https://www.w3.org/TR/cssom/": { + "anchors": [ + "serializing-css-values" + ], + "specShortname": "cssom-1" + }, + "https://www.w3.org/TR/web-animations/": { + "anchors": [ + "animation-type" + ], + "specShortname": "web-animations-1" + }, + "https://www.w3.org/TR/webarch/": { + "anchors": [ + "pci" + ] + } + } +} \ No newline at end of file diff --git a/tr/links/css-flexbox-1.json b/tr/links/css-flexbox-1.json index 5dabee78448d..115cab40b2db 100644 --- a/tr/links/css-flexbox-1.json +++ b/tr/links/css-flexbox-1.json @@ -367,7 +367,9 @@ ], "specShortname": "css-text-decor-3" }, - "https://www.w3.org/TR/css-ui-3/": {}, + "https://www.w3.org/TR/css-ui-3/": { + "specShortname": "css-ui-3" + }, "https://www.w3.org/TR/css-values-3/": { "specShortname": "css-values-3" }, @@ -393,7 +395,8 @@ "end", "intro-baselines", "start" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ diff --git a/tr/links/css-fonts-4.json b/tr/links/css-fonts-4.json index 575e76e3434d..3c7112c4416f 100644 --- a/tr/links/css-fonts-4.json +++ b/tr/links/css-fonts-4.json @@ -211,7 +211,9 @@ ], "specShortname": "CSS21" }, - "https://www.w3.org/TR/DOM-Level-2-Style/": {}, + "https://www.w3.org/TR/DOM-Level-2-Style/": { + "specShortname": "DOM-Level-2-Style" + }, "https://www.w3.org/TR/PFE-evaluation/": {}, "https://www.w3.org/TR/SVG11/fonts.html": { "specShortname": "SVG11" diff --git a/tr/links/css-forms-1.json b/tr/links/css-forms-1.json new file mode 100644 index 000000000000..59461cb12527 --- /dev/null +++ b/tr/links/css-forms-1.json @@ -0,0 +1,34 @@ +{ + "spec": { + "title": "CSS Form Styling Module Level 1", + "url": "https://drafts.csswg.org/css-forms-1/" + }, + "links": { + "http://blog.teamtreehouse.com/use-meter-progress-elements": {}, + "https://datatracker.ietf.org/doc/html/rfc2119": {}, + "https://drafts.csswg.org/css-backgrounds-3/": { + "anchors": [ + "propdef-background" + ], + "specShortname": "css-backgrounds-3" + }, + "https://drafts.csswg.org/css-backgrounds/": { + "specShortname": "css-backgrounds-3" + }, + "https://drafts.csswg.org/css-color-4/": { + "anchors": [ + "propdef-color" + ], + "specShortname": "css-color-4" + }, + "https://drafts.csswg.org/css-color/": { + "specShortname": "css-color-4" + }, + "https://html.spec.whatwg.org/multipage/": {}, + "https://html.spec.whatwg.org/multipage/form-elements.html": { + "anchors": [ + "the-option-element" + ] + } + } +} \ No newline at end of file diff --git a/tr/links/css-grid-1.json b/tr/links/css-grid-1.json new file mode 100644 index 000000000000..7076b2405eb0 --- /dev/null +++ b/tr/links/css-grid-1.json @@ -0,0 +1,518 @@ +{ + "spec": { + "title": "CSS Grid Layout Module Level 1", + "url": "https://www.w3.org/TR/css-grid-1/" + }, + "links": { + "https://drafts.csswg.org/css-align-3/": { + "anchors": [ + "valdef-self-position-start", + "valdef-self-position-center" + ], + "specShortname": "css-align-3" + }, + "https://drafts.csswg.org/css-grid-1/issues-cr-2016": { + "anchors": [ + "issue-26", + "issue-12", + "issue-11", + "issue-5" + ] + }, + "https://drafts.csswg.org/css-grid-1/issues-cr-2017": {}, + "https://drafts.csswg.org/css2/": { + "anchors": [ + "valdef-z-index-auto" + ], + "specShortname": "CSS21" + }, + "https://drafts.csswg.org/cssom-1/": { + "anchors": [ + "resolved-value-special-case-property" + ], + "specShortname": "cssom-1" + }, + "https://github.com/w3c/csswg-drafts/issues": {}, + "https://github.com/w3c/csswg-drafts/issues/1036": {}, + "https://github.com/w3c/csswg-drafts/issues/1039": {}, + "https://github.com/w3c/csswg-drafts/issues/1120": {}, + "https://github.com/w3c/csswg-drafts/issues/1140": {}, + "https://github.com/w3c/csswg-drafts/issues/1149": {}, + "https://github.com/w3c/csswg-drafts/issues/1150": {}, + "https://github.com/w3c/csswg-drafts/issues/1319": {}, + "https://github.com/w3c/csswg-drafts/issues/1320": {}, + "https://github.com/w3c/csswg-drafts/issues/1356": {}, + "https://github.com/w3c/csswg-drafts/issues/1365": {}, + "https://github.com/w3c/csswg-drafts/issues/1696": {}, + "https://github.com/w3c/csswg-drafts/issues/1729": {}, + "https://github.com/w3c/csswg-drafts/issues/1732": {}, + "https://github.com/w3c/csswg-drafts/issues/1734": {}, + "https://github.com/w3c/csswg-drafts/issues/1866": {}, + "https://github.com/w3c/csswg-drafts/issues/2085": {}, + "https://github.com/w3c/csswg-drafts/issues/2177": {}, + "https://github.com/w3c/csswg-drafts/issues/2201": {}, + "https://github.com/w3c/csswg-drafts/issues/2261": {}, + "https://github.com/w3c/csswg-drafts/issues/2303": {}, + "https://github.com/w3c/csswg-drafts/issues/2427": {}, + "https://github.com/w3c/csswg-drafts/issues/2557": {}, + "https://github.com/w3c/csswg-drafts/issues/2655": {}, + "https://github.com/w3c/csswg-drafts/issues/2681": {}, + "https://github.com/w3c/csswg-drafts/issues/2697": {}, + "https://github.com/w3c/csswg-drafts/issues/2856": {}, + "https://github.com/w3c/csswg-drafts/issues/3020": {}, + "https://github.com/w3c/csswg-drafts/issues/3201": {}, + "https://github.com/w3c/csswg-drafts/issues/3261": {}, + "https://github.com/w3c/csswg-drafts/issues/3612": {}, + "https://github.com/w3c/csswg-drafts/issues/3621": {}, + "https://github.com/w3c/csswg-drafts/issues/3638": {}, + "https://github.com/w3c/csswg-drafts/issues/3645": {}, + "https://github.com/w3c/csswg-drafts/issues/3660": {}, + "https://github.com/w3c/csswg-drafts/issues/3665": {}, + "https://github.com/w3c/csswg-drafts/issues/3683": {}, + "https://github.com/w3c/csswg-drafts/issues/3693": {}, + "https://github.com/w3c/csswg-drafts/issues/3694": {}, + "https://github.com/w3c/csswg-drafts/issues/4043": {}, + "https://github.com/w3c/csswg-drafts/issues/4065": {}, + "https://github.com/w3c/csswg-drafts/issues/4313": {}, + "https://github.com/w3c/csswg-drafts/issues/4335": {}, + "https://github.com/w3c/csswg-drafts/issues/4549": {}, + "https://github.com/w3c/csswg-drafts/issues/4783": {}, + "https://github.com/w3c/csswg-drafts/issues/4790": {}, + "https://github.com/w3c/csswg-drafts/issues/4914": {}, + "https://github.com/w3c/csswg-drafts/issues/4962": {}, + "https://github.com/w3c/csswg-drafts/issues/507": {}, + "https://github.com/w3c/csswg-drafts/issues/5110": {}, + "https://github.com/w3c/csswg-drafts/issues/523": {}, + "https://github.com/w3c/csswg-drafts/issues/5293": {}, + "https://github.com/w3c/csswg-drafts/issues/5351": {}, + "https://github.com/w3c/csswg-drafts/issues/958": {}, + "https://github.com/w3c/csswg-drafts/pull/3198": {}, + "https://html.spec.whatwg.org/multipage/": {}, + "https://html.spec.whatwg.org/multipage/interaction.html": { + "anchors": [ + "attr-tabindex" + ] + }, + "https://infra.spec.whatwg.org/": { + "anchors": [ + "list", + "ordered-set" + ], + "specShortname": "infra" + }, + "https://lists.w3.org/Archives/Public/public-css-archive/": {}, + "https://lists.w3.org/Archives/Public/public-css-testsuite": {}, + "https://lists.w3.org/Archives/Public/www-style/": {}, + "https://lists.w3.org/Archives/Public/www-style/2014Mar/0500.html": {}, + "https://lists.w3.org/Archives/Public/www-style/2015Sep/0032.html": {}, + "https://lists.w3.org/Archives/Public/www-style/2016Jan/0128.html": {}, + "https://tools.ietf.org/html/rfc2119": {}, + "https://www.w3.org/2004/01/pp-impl/32061/status": {}, + "https://www.w3.org/2020/Process-20200915/": {}, + "https://www.w3.org/Consortium/Patent-Policy-20200915/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ] + }, + "https://www.w3.org/Style/CSS/": {}, + "https://www.w3.org/Style/CSS/Test/": {}, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/2016/CR-css-grid-1-20160929/": { + "anchors": [ + "grid-item-sizing" + ] + }, + "https://www.w3.org/TR/2017/CR-css-grid-1-20171215/": {}, + "https://www.w3.org/TR/2020/CR-css-grid-1-20200818/": {}, + "https://www.w3.org/TR/CSS/": { + "anchors": [ + "future-proofing", + "unstable", + "proprietary-extension" + ], + "specShortname": "CSS22" + }, + "https://www.w3.org/TR/CSS2/about.html": { + "anchors": [ + "property-defs" + ] + }, + "https://www.w3.org/TR/CSS2/box.html": { + "anchors": [ + "collapsing-margins", + "propdef-margin" + ] + }, + "https://www.w3.org/TR/CSS2/tables.html": { + "anchors": [ + "height-layout" + ] + }, + "https://www.w3.org/TR/CSS2/text.html": { + "anchors": [ + "white-space-prop" + ] + }, + "https://www.w3.org/TR/CSS2/visudet.html": { + "anchors": [ + "block-replaced-width", + "blockwidth", + "propdef-min-width", + "propdef-min-height", + "abs-non-replaced-width", + "propdef-max-width" + ] + }, + "https://www.w3.org/TR/CSS2/visuren.html": { + "anchors": [ + "propdef-float", + "propdef-clear", + "dis-pos-flo", + "anonymous-block-level", + "propdef-z-index" + ] + }, + "https://www.w3.org/TR/CSS21/": { + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/CSS21/conform.html": { + "anchors": [ + "style-sheet", + "user-agent", + "ignore" + ], + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/css-align-3/": { + "anchors": [ + "gutter", + "propdef-align-content", + "propdef-justify-content", + "box-alignment-properties", + "valdef-align-self-stretch", + "propdef-place-content", + "self-alignment", + "valdef-align-self-normal", + "propdef-align-self", + "propdef-row-gap", + "propdef-column-gap", + "propdef-gap", + "distributed-alignment", + "propdef-justify-self", + "valdef-justify-self-stretch", + "gaps", + "propdef-justify-items", + "baseline-alignment", + "fallback-alignment", + "propdef-align-items", + "valdef-align-content-space-around", + "valdef-align-content-space-between", + "valdef-align-content-space-evenly", + "valdef-align-content-stretch", + "baseline-set", + "generate-baselines", + "alignment-baseline", + "synthesize-baseline", + "shared-alignment-context", + "baseline-rules", + "baseline-sharing-group", + "baseline-values", + "baseline-align-self", + "baseline-align-content", + "propdef-grid-row-gap", + "propdef-grid-column-gap", + "propdef-grid-gap" + ], + "specShortname": "css-align-3" + }, + "https://www.w3.org/TR/css-align/": { + "specShortname": "css-align-3" + }, + "https://www.w3.org/TR/css-box-4/": { + "anchors": [ + "content-box" + ], + "specShortname": "css-box-4" + }, + "https://www.w3.org/TR/css-break-3/": { + "anchors": [ + "fragment", + "break-margins", + "propdef-break-before", + "propdef-break-after" + ], + "specShortname": "css-break-3" + }, + "https://www.w3.org/TR/css-break-4/": { + "anchors": [ + "fragmentation-container", + "fragmentation-context" + ], + "specShortname": "css-break-4" + }, + "https://www.w3.org/TR/css-break/": { + "specShortname": "css-break-3" + }, + "https://www.w3.org/TR/css-cascade-4/": { + "anchors": [ + "computed-value", + "shorthand-property", + "used-value", + "specified-value", + "longhand" + ], + "specShortname": "css-cascade-4" + }, + "https://www.w3.org/TR/css-cascade/": { + "anchors": [ + "initial-values", + "inherited-property", + "computed" + ], + "specShortname": "css-cascade-4" + }, + "https://www.w3.org/TR/css-display-3/": { + "anchors": [ + "propdef-display", + "block-level", + "flow-layout", + "inline-level", + "independent-formatting-context", + "block-formatting-context", + "block-box", + "inline-formatting-context", + "text-run", + "anonymous", + "block-container", + "text-nodes", + "establish-an-independent-formatting-context", + "blockify", + "transformations", + "replaced-element", + "block-level-box", + "containing-block" + ], + "specShortname": "css-display-3" + }, + "https://www.w3.org/TR/css-flexbox-1/": { + "anchors": [ + "flex-container", + "flex-item", + "propdef-order", + "order-accessibility", + "order-modified-document-order", + "propdef-flex-flow", + "valdef-display-flex", + "valdef-display-inline-flex" + ], + "specShortname": "css-flexbox-1" + }, + "https://www.w3.org/TR/css-flexbox/": { + "specShortname": "css-flexbox-1" + }, + "https://www.w3.org/TR/css-grid-2/": { + "anchors": [ + "collapsed-track" + ], + "specShortname": "css-grid-2" + }, + "https://www.w3.org/TR/css-images-3/": { + "anchors": [ + "natural-size", + "natural-dimensions" + ], + "specShortname": "css-images-3" + }, + "https://www.w3.org/TR/css-inline-3/": { + "anchors": [ + "propdef-vertical-align" + ], + "specShortname": "css-inline-3" + }, + "https://www.w3.org/TR/css-multicol-1/": { + "anchors": [ + "multi-column-container" + ], + "specShortname": "css-multicol-1" + }, + "https://www.w3.org/TR/css-overflow-3/": { + "anchors": [ + "propdef-overflow", + "scrollable-overflow-region", + "scroll-container", + "scrollable-overflow-rectangle", + "scrollable", + "valdef-overflow-visible" + ], + "specShortname": "css-overflow-3" + }, + "https://www.w3.org/TR/css-position-3/": { + "anchors": [ + "propdef-position", + "valdef-position-static", + "valdef-position-relative", + "propdef-top", + "propdef-right", + "propdef-bottom", + "propdef-left" + ], + "specShortname": "css-position-3" + }, + "https://www.w3.org/TR/css-pseudo-4/": { + "anchors": [ + "selectordef-first-line", + "selectordef-first-letter" + ], + "specShortname": "css-pseudo-4" + }, + "https://www.w3.org/TR/css-sizing-3/": { + "anchors": [ + "max-content", + "min-content", + "max-content-constraint", + "min-content-constraint", + "automatic-size", + "preferred-aspect-ratio", + "valdef-width-auto", + "min-width", + "automatic-minimum-size", + "stretch-fit", + "max-width", + "preferred-size", + "definite", + "propdef-width", + "behave-as-auto", + "inner-size", + "max-content-contribution", + "min-content-contribution", + "indefinite", + "available", + "outer-size", + "intrinsic-size-contribution", + "propdef-height", + "fit-content-size", + "stretch-fit-size" + ], + "specShortname": "css-sizing-3" + }, + "https://www.w3.org/TR/css-syntax-3/": { + "anchors": [ + "name-code-point", + "whitespace" + ], + "specShortname": "css-syntax-3" + }, + "https://www.w3.org/TR/css-text-3/": { + "anchors": [ + "propdef-white-space" + ], + "specShortname": "css-text-3" + }, + "https://www.w3.org/TR/css-values-3/": { + "anchors": [ + "value-defs", + "percentage-value", + "integer-value", + "length-value", + "string-value" + ], + "specShortname": "css-values-3" + }, + "https://www.w3.org/TR/css-values-4/": { + "anchors": [ + "css-wide-keywords", + "comb-one", + "mult-opt", + "mult-one-plus", + "mult-zero-plus", + "comb-comma", + "typedef-length-percentage", + "identifier-value", + "funcdef-calc", + "typedef-ident", + "comb-any", + "comb-all", + "mult-num-range" + ], + "specShortname": "css-values-4" + }, + "https://www.w3.org/TR/css-values/": { + "anchors": [ + "value-defs", + "percentages" + ], + "specShortname": "css-values-4" + }, + "https://www.w3.org/TR/css-writing-modes-3/": { + "anchors": [ + "start", + "end", + "propdef-direction", + "intro-baselines" + ], + "specShortname": "css-writing-modes-3" + }, + "https://www.w3.org/TR/css-writing-modes-4/": { + "anchors": [ + "inline-size", + "block-size", + "writing-mode", + "inline-start", + "block-start", + "inline-end", + "block-end", + "flow-relative", + "physical", + "propdef-writing-mode", + "block-axis", + "inline-axis", + "establish-an-orthogonal-flow" + ], + "specShortname": "css-writing-modes-4" + }, + "https://www.w3.org/TR/css3-break/": { + "anchors": [ + "btw-blocks", + "end-block" + ] + }, + "https://www.w3.org/TR/css3-mediaqueries/": {}, + "https://www.w3.org/TR/css3-speech/": {}, + "https://www.w3.org/TR/css3-writing-modes/": { + "anchors": [ + "block-axis", + "inline-axis" + ] + }, + "https://www.w3.org/TR/cssom-1/": { + "specShortname": "cssom-1" + }, + "https://www.w3.org/TR/cssom/": { + "anchors": [ + "resolved-values" + ], + "specShortname": "cssom-1" + }, + "https://www.w3.org/TR/mediaqueries-5/": { + "anchors": [ + "media-query", + "descdef-media-aspect-ratio" + ], + "specShortname": "mediaqueries-5" + }, + "https://www.w3.org/TR/web-animations-1/": { + "anchors": [ + "by-computed-value", + "discrete" + ], + "specShortname": "web-animations-1" + }, + "https://www.w3.org/TR/web-animations/": { + "anchors": [ + "animation-type" + ], + "specShortname": "web-animations-1" + } + } +} \ No newline at end of file diff --git a/tr/links/css-grid-2.json b/tr/links/css-grid-2.json index 039c01bbf43d..2578b01040e9 100644 --- a/tr/links/css-grid-2.json +++ b/tr/links/css-grid-2.json @@ -245,7 +245,8 @@ "https://www.w3.org/TR/css-grid-1/": { "anchors": [ "algo-content" - ] + ], + "specShortname": "css-grid-1" }, "https://www.w3.org/TR/css-images-3/": { "anchors": [ @@ -375,7 +376,8 @@ "end", "propdef-direction", "intro-baselines" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ diff --git a/tr/links/css-grid-3.json b/tr/links/css-grid-3.json index ed09fc7b8808..85f2f8a6828e 100644 --- a/tr/links/css-grid-3.json +++ b/tr/links/css-grid-3.json @@ -77,7 +77,8 @@ "anchors": [ "blockify", "containing-block" - ] + ], + "specShortname": "css-display-4" }, "https://drafts.csswg.org/css-flexbox-1/": { "anchors": [ @@ -154,7 +155,8 @@ "https://drafts.csswg.org/css-writing-modes-3/": { "anchors": [ "propdef-direction" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://drafts.csswg.org/css2/": { "specShortname": "CSS21" diff --git a/tr/links/css-images-3.json b/tr/links/css-images-3.json index 02b190b84c39..fe95d2c86633 100644 --- a/tr/links/css-images-3.json +++ b/tr/links/css-images-3.json @@ -167,7 +167,8 @@ "https://www.w3.org/TR/css-color-3/": { "anchors": [ "valuea-def-color" - ] + ], + "specShortname": "css-color-3" }, "https://www.w3.org/TR/css-color-4/": { "anchors": [ @@ -230,7 +231,8 @@ "https://www.w3.org/TR/css-ui-3/": { "anchors": [ "propdef-cursor" - ] + ], + "specShortname": "css-ui-3" }, "https://www.w3.org/TR/css-values-3/": { "anchors": [ diff --git a/tr/links/css-images-4.json b/tr/links/css-images-4.json index 4037563c74ac..bbca3d102938 100644 --- a/tr/links/css-images-4.json +++ b/tr/links/css-images-4.json @@ -122,7 +122,9 @@ "https://www.w3.org/TR/css-transforms-1/": { "specShortname": "css-transforms-1" }, - "https://www.w3.org/TR/css-ui-3/": {}, + "https://www.w3.org/TR/css-ui-3/": { + "specShortname": "css-ui-3" + }, "https://www.w3.org/TR/css-values-3/": { "specShortname": "css-values-3" }, diff --git a/tr/links/css-images-5.json b/tr/links/css-images-5.json index 4fa0a2965937..2e3d2242ccc2 100644 --- a/tr/links/css-images-5.json +++ b/tr/links/css-images-5.json @@ -26,7 +26,8 @@ "https://drafts.csswg.org/css-display-4/": { "anchors": [ "replaced-element" - ] + ], + "specShortname": "css-display-4" }, "https://drafts.csswg.org/css-images-3/": { "anchors": [ diff --git a/tr/links/css-inline-3.json b/tr/links/css-inline-3.json index dea96c780328..6b79df76d890 100644 --- a/tr/links/css-inline-3.json +++ b/tr/links/css-inline-3.json @@ -389,7 +389,8 @@ "anchors": [ "text-direction", "bidi-box-model" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ @@ -434,7 +435,9 @@ "h_scripts_without_hanging_baseline" ] }, - "https://www.w3.org/TR/selectors-3/": {}, + "https://www.w3.org/TR/selectors-3/": { + "specShortname": "selectors-3" + }, "https://www.w3.org/TR/web-animations/": { "anchors": [ "animation-type" diff --git a/tr/links/css-layout-api-1.json b/tr/links/css-layout-api-1.json index 0bbec44c6110..5cb79fffbd9c 100644 --- a/tr/links/css-layout-api-1.json +++ b/tr/links/css-layout-api-1.json @@ -215,7 +215,8 @@ "https://www.w3.org/TR/css-grid-1/": { "anchors": [ "grid-container" - ] + ], + "specShortname": "css-grid-1" }, "https://www.w3.org/TR/css-inline-3/": { "anchors": [ @@ -287,7 +288,8 @@ "abstract-dimensions", "inline-start", "block-start" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css3-align/": { "anchors": [ diff --git a/tr/links/css-line-grid-1.json b/tr/links/css-line-grid-1.json index b980a5f8070a..4dff3b9ab9ea 100644 --- a/tr/links/css-line-grid-1.json +++ b/tr/links/css-line-grid-1.json @@ -72,7 +72,8 @@ "http://www.w3.org/TR/css-writing-modes-3/": { "anchors": [ "propdef-text-orientation" - ] + ], + "specShortname": "css-writing-modes-3" }, "http://www.w3.org/mid/21262.26596.32230.32937@gargle.gargle.HOWL": {} } diff --git a/tr/links/css-lists-3.json b/tr/links/css-lists-3.json index e42ef1bb2e0a..ffa2bbf61fc0 100644 --- a/tr/links/css-lists-3.json +++ b/tr/links/css-lists-3.json @@ -143,7 +143,9 @@ ], "specShortname": "css-cascade-4" }, - "https://www.w3.org/TR/css-color-3/": {}, + "https://www.w3.org/TR/css-color-3/": { + "specShortname": "css-color-3" + }, "https://www.w3.org/TR/css-color-4/": { "anchors": [ "propdef-color" @@ -292,7 +294,8 @@ "anchors": [ "propdef-unicode-bidi", "propdef-direction" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ diff --git a/tr/links/css-logical-1.json b/tr/links/css-logical-1.json index 9bc10186c677..f77ddaa1f523 100644 --- a/tr/links/css-logical-1.json +++ b/tr/links/css-logical-1.json @@ -137,7 +137,9 @@ ], "specShortname": "css-cascade-4" }, - "https://www.w3.org/TR/css-color-3/": {}, + "https://www.w3.org/TR/css-color-3/": { + "specShortname": "css-color-3" + }, "https://www.w3.org/TR/css-display-3/": { "anchors": [ "containing-block" @@ -160,7 +162,9 @@ ], "specShortname": "css-text-3" }, - "https://www.w3.org/TR/css-ui-3/": {}, + "https://www.w3.org/TR/css-ui-3/": { + "specShortname": "css-ui-3" + }, "https://www.w3.org/TR/css-values-4/": { "anchors": [ "comb-one", @@ -176,7 +180,8 @@ "propdef-direction", "start", "end" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ diff --git a/tr/links/css-masking-1.json b/tr/links/css-masking-1.json index e95bb918af5e..0770db3d32fa 100644 --- a/tr/links/css-masking-1.json +++ b/tr/links/css-masking-1.json @@ -391,7 +391,9 @@ ], "specShortname": "css-cascade-4" }, - "https://www.w3.org/TR/css-color-3/": {}, + "https://www.w3.org/TR/css-color-3/": { + "specShortname": "css-color-3" + }, "https://www.w3.org/TR/css-color-4/": { "anchors": [ "propdef-opacity", @@ -489,7 +491,8 @@ "https://www.w3.org/TR/css-ui-3/": { "anchors": [ "propdef-cursor" - ] + ], + "specShortname": "css-ui-3" }, "https://www.w3.org/TR/css-values-3/": { "anchors": [ @@ -524,7 +527,8 @@ "anchors": [ "propdef-direction", "propdef-unicode-bidi" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ diff --git a/tr/links/css-nesting-1.json b/tr/links/css-nesting-1.json index b70d64be0403..56934f0109d5 100644 --- a/tr/links/css-nesting-1.json +++ b/tr/links/css-nesting-1.json @@ -68,7 +68,9 @@ ], "specShortname": "css-cascade-4" }, - "https://www.w3.org/TR/css-color-3/": {}, + "https://www.w3.org/TR/css-color-3/": { + "specShortname": "css-color-3" + }, "https://www.w3.org/TR/css-color-4/": { "anchors": [ "propdef-color" diff --git a/tr/links/css-overflow-3.json b/tr/links/css-overflow-3.json index 9d6446e38bad..3f89d95de1c5 100644 --- a/tr/links/css-overflow-3.json +++ b/tr/links/css-overflow-3.json @@ -213,7 +213,8 @@ "propdef-contain", "containment", "contain-property" - ] + ], + "specShortname": "css-contain-1" }, "https://www.w3.org/TR/css-contain-2/": { "specShortname": "css-contain-2" @@ -243,7 +244,9 @@ ], "specShortname": "css-flexbox-1" }, - "https://www.w3.org/TR/css-grid-1/": {}, + "https://www.w3.org/TR/css-grid-1/": { + "specShortname": "css-grid-1" + }, "https://www.w3.org/TR/css-grid-2/": { "anchors": [ "grid-item" @@ -345,7 +348,8 @@ "anchors": [ "text-overflow", "outline-props" - ] + ], + "specShortname": "css-ui-3" }, "https://www.w3.org/TR/css-values-3/": { "anchors": [ @@ -381,7 +385,8 @@ "propdef-direction", "physical-left", "propdef-unicode-bidi" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ diff --git a/tr/links/css-overflow-4.json b/tr/links/css-overflow-4.json index f97bcb8c8b09..6cd598375dd0 100644 --- a/tr/links/css-overflow-4.json +++ b/tr/links/css-overflow-4.json @@ -21,7 +21,8 @@ "https://drafts.csswg.org/selectors-3/": { "anchors": [ "subject" - ] + ], + "specShortname": "selectors-3" }, "https://github.com/w3c/csswg-drafts/issues": {}, "https://github.com/w3c/csswg-drafts/issues/7058": {}, @@ -134,7 +135,8 @@ "https://www.w3.org/TR/css-contain-1/": { "anchors": [ "layout-containment" - ] + ], + "specShortname": "css-contain-1" }, "https://www.w3.org/TR/css-contain-2/": { "specShortname": "css-contain-2" @@ -162,7 +164,9 @@ "https://www.w3.org/TR/css-gcpm-3/": { "specShortname": "css-gcpm-3" }, - "https://www.w3.org/TR/css-grid-1/": {}, + "https://www.w3.org/TR/css-grid-1/": { + "specShortname": "css-grid-1" + }, "https://www.w3.org/TR/css-masking-1/": { "anchors": [ "propdef-mask-image" @@ -275,7 +279,8 @@ "anchors": [ "propdef-direction", "physical-left" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ @@ -294,7 +299,9 @@ "specShortname": "cssom-1" }, "https://www.w3.org/TR/security-privacy-questionnaire/": {}, - "https://www.w3.org/TR/selectors-3/": {}, + "https://www.w3.org/TR/selectors-3/": { + "specShortname": "selectors-3" + }, "https://www.w3.org/TR/web-animations/": { "anchors": [ "animation-type" diff --git a/tr/links/css-page-3.json b/tr/links/css-page-3.json index de6d829fb422..ddb4b1a4c2e7 100644 --- a/tr/links/css-page-3.json +++ b/tr/links/css-page-3.json @@ -289,7 +289,8 @@ "https://www.w3.org/TR/css-writing-modes-3/": { "anchors": [ "propdef-direction" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ @@ -348,7 +349,9 @@ "https://www.w3.org/TR/mediaqueries-4/": { "specShortname": "mediaqueries-4" }, - "https://www.w3.org/TR/selectors-3/": {}, + "https://www.w3.org/TR/selectors-3/": { + "specShortname": "selectors-3" + }, "https://www.w3.org/TR/selectors-4/": { "specShortname": "selectors-4" }, diff --git a/tr/links/css-page-floats-3.json b/tr/links/css-page-floats-3.json index 9dbf81f7ad90..bfc6674877d4 100644 --- a/tr/links/css-page-floats-3.json +++ b/tr/links/css-page-floats-3.json @@ -46,7 +46,8 @@ "anchors": [ "propdef-direction", "propdef-writing-mode" - ] + ], + "specShortname": "css-writing-modes-3" }, "http://www.w3.org/TR/css3-break/": {}, "http://www.w3.org/TR/css3-exclusions/": { @@ -70,7 +71,8 @@ "https://drafts.csswg.org/css-writing-modes-3/": { "anchors": [ "inline-size" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://tools.ietf.org/html/rfc2119": {} } diff --git a/tr/links/css-paint-api-1.json b/tr/links/css-paint-api-1.json index c1e3ca71494c..1a5881a1f900 100644 --- a/tr/links/css-paint-api-1.json +++ b/tr/links/css-paint-api-1.json @@ -204,7 +204,8 @@ "https://www.w3.org/TR/css-ui-3/": { "anchors": [ "propdef-cursor" - ] + ], + "specShortname": "css-ui-3" }, "https://www.w3.org/TR/css-values-4/": { "anchors": [ diff --git a/tr/links/css-position-3.json b/tr/links/css-position-3.json index 14143e77a318..faf4666a302b 100644 --- a/tr/links/css-position-3.json +++ b/tr/links/css-position-3.json @@ -180,7 +180,8 @@ "https://www.w3.org/TR/css-contain-1/": { "anchors": [ "propdef-contain" - ] + ], + "specShortname": "css-contain-1" }, "https://www.w3.org/TR/css-display-3/": { "anchors": [ @@ -220,7 +221,8 @@ "anchors": [ "abspos-items", "static-position" - ] + ], + "specShortname": "css-grid-1" }, "https://www.w3.org/TR/css-grid-2/": { "anchors": [ @@ -340,7 +342,8 @@ "anchors": [ "abstract-box", "propdef-direction" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ diff --git a/tr/links/css-properties-values-api-1.json b/tr/links/css-properties-values-api-1.json index 0e63c94c028a..22f3dfe3b2a3 100644 --- a/tr/links/css-properties-values-api-1.json +++ b/tr/links/css-properties-values-api-1.json @@ -137,7 +137,8 @@ "https://www.w3.org/TR/css-color-3/": { "anchors": [ "valuea-def-color" - ] + ], + "specShortname": "css-color-3" }, "https://www.w3.org/TR/css-color-4/": { "anchors": [ diff --git a/tr/links/css-pseudo-4.json b/tr/links/css-pseudo-4.json index 8aec84c4d999..6a8661599241 100644 --- a/tr/links/css-pseudo-4.json +++ b/tr/links/css-pseudo-4.json @@ -192,7 +192,9 @@ ], "specShortname": "css-cascade-6" }, - "https://www.w3.org/TR/css-color-3/": {}, + "https://www.w3.org/TR/css-color-3/": { + "specShortname": "css-color-3" + }, "https://www.w3.org/TR/css-color-4/": { "anchors": [ "propdef-color", @@ -319,7 +321,8 @@ "propdef-caret-color", "propdef-cursor", "propdef-outline" - ] + ], + "specShortname": "css-ui-3" }, "https://www.w3.org/TR/css-variables-1/": { "anchors": [ @@ -331,7 +334,8 @@ "anchors": [ "propdef-direction", "propdef-unicode-bidi" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ @@ -362,7 +366,8 @@ "https://www.w3.org/TR/selectors-3/": { "anchors": [ "x" - ] + ], + "specShortname": "selectors-3" }, "https://www.w3.org/TR/selectors-4/": { "anchors": [ diff --git a/tr/links/css-ruby-1.json b/tr/links/css-ruby-1.json index 04e9359df4af..526241bdc975 100644 --- a/tr/links/css-ruby-1.json +++ b/tr/links/css-ruby-1.json @@ -257,7 +257,8 @@ "anchors": [ "propdef-unicode-bidi", "propdef-direction" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ diff --git a/tr/links/css-scroll-snap-2.json b/tr/links/css-scroll-snap-2.json index 9932e5639bc0..2ced51281930 100644 --- a/tr/links/css-scroll-snap-2.json +++ b/tr/links/css-scroll-snap-2.json @@ -28,7 +28,8 @@ "propdef-display", "inline", "block" - ] + ], + "specShortname": "css-display-4" }, "https://drafts.csswg.org/css-logical-1/": { "specShortname": "css-logical-1" diff --git a/tr/links/css-shapes-2.json b/tr/links/css-shapes-2.json index b68907f8a029..2233faf27618 100644 --- a/tr/links/css-shapes-2.json +++ b/tr/links/css-shapes-2.json @@ -45,7 +45,8 @@ "https://drafts.csswg.org/css-display-4/": { "anchors": [ "propdef-display" - ] + ], + "specShortname": "css-display-4" }, "https://drafts.csswg.org/css-display/": { "specShortname": "css-display-3" diff --git a/tr/links/css-size-adjust-1.json b/tr/links/css-size-adjust-1.json index f2c9fbb897ff..ba3fc3244030 100644 --- a/tr/links/css-size-adjust-1.json +++ b/tr/links/css-size-adjust-1.json @@ -27,7 +27,8 @@ "https://drafts.csswg.org/css-display-4/": { "anchors": [ "propdef-display" - ] + ], + "specShortname": "css-display-4" }, "https://drafts.csswg.org/css-fonts-4/": { "anchors": [ diff --git a/tr/links/css-sizing-3.json b/tr/links/css-sizing-3.json index 37befc0b236e..33709f9aeb44 100644 --- a/tr/links/css-sizing-3.json +++ b/tr/links/css-sizing-3.json @@ -249,7 +249,8 @@ "https://www.w3.org/TR/css-ui-3/": { "anchors": [ "box-sizing" - ] + ], + "specShortname": "css-ui-3" }, "https://www.w3.org/TR/css-values-3/": { "anchors": [ @@ -277,7 +278,8 @@ "https://www.w3.org/TR/css-writing-modes-3/": { "anchors": [ "abstract-box" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ diff --git a/tr/links/css-sizing-4.json b/tr/links/css-sizing-4.json index 13c14461b69e..775a4f4cd270 100644 --- a/tr/links/css-sizing-4.json +++ b/tr/links/css-sizing-4.json @@ -128,7 +128,8 @@ "https://www.w3.org/TR/css-contain-1/": { "anchors": [ "size-containment" - ] + ], + "specShortname": "css-contain-1" }, "https://www.w3.org/TR/css-display-3/": { "anchors": [ @@ -148,7 +149,9 @@ ], "specShortname": "css-flexbox-1" }, - "https://www.w3.org/TR/css-grid-1/": {}, + "https://www.w3.org/TR/css-grid-1/": { + "specShortname": "css-grid-1" + }, "https://www.w3.org/TR/css-grid-2/": { "anchors": [ "grid-container" diff --git a/tr/links/css-syntax-3.json b/tr/links/css-syntax-3.json index 0b1633d0bc1e..9e47379585e9 100644 --- a/tr/links/css-syntax-3.json +++ b/tr/links/css-syntax-3.json @@ -254,7 +254,9 @@ ], "specShortname": "mediaqueries-5" }, - "https://www.w3.org/TR/selectors-3/": {}, + "https://www.w3.org/TR/selectors-3/": { + "specShortname": "selectors-3" + }, "https://www.w3.org/TR/selectors-4/": { "anchors": [ "nth-child-pseudo", diff --git a/tr/links/css-tables-3.json b/tr/links/css-tables-3.json index a1b06343e034..2a17e3f6ed61 100644 --- a/tr/links/css-tables-3.json +++ b/tr/links/css-tables-3.json @@ -260,7 +260,8 @@ "https://www.w3.org/TR/css-grid-1/": { "anchors": [ "grid" - ] + ], + "specShortname": "css-grid-1" }, "https://www.w3.org/TR/css-inline-3/": { "anchors": [ diff --git a/tr/links/css-text-3.json b/tr/links/css-text-3.json index a3c354e4c0ee..c5d06352831d 100644 --- a/tr/links/css-text-3.json +++ b/tr/links/css-text-3.json @@ -287,7 +287,8 @@ "anchors": [ "propdef-direction", "propdef-unicode-bidi" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ diff --git a/tr/links/css-text-4.json b/tr/links/css-text-4.json index 62b099f5b312..6e0bd76664fd 100644 --- a/tr/links/css-text-4.json +++ b/tr/links/css-text-4.json @@ -48,7 +48,8 @@ "https://drafts.csswg.org/css-display-4/": { "anchors": [ "root-element" - ] + ], + "specShortname": "css-display-4" }, "https://drafts.csswg.org/css-ruby-1/": { "anchors": [ @@ -375,7 +376,8 @@ "anchors": [ "propdef-direction", "propdef-unicode-bidi" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ diff --git a/tr/links/css-text-decor-3.json b/tr/links/css-text-decor-3.json index 5df52ff6f0a4..3af51a7f01b1 100644 --- a/tr/links/css-text-decor-3.json +++ b/tr/links/css-text-decor-3.json @@ -142,7 +142,8 @@ "https://www.w3.org/TR/css-color-3/": { "anchors": [ "color1" - ] + ], + "specShortname": "css-color-3" }, "https://www.w3.org/TR/css-color-4/": { "anchors": [ diff --git a/tr/links/css-transforms-2.json b/tr/links/css-transforms-2.json index 3eecbdb57b37..a5c43aa17dd4 100644 --- a/tr/links/css-transforms-2.json +++ b/tr/links/css-transforms-2.json @@ -186,7 +186,8 @@ "propdef-contain", "valdef-contain-paint", "paint-containment" - ] + ], + "specShortname": "css-contain-1" }, "https://www.w3.org/TR/css-contain-2/": { "specShortname": "css-contain-2" diff --git a/tr/links/css-transitions-1.json b/tr/links/css-transitions-1.json index b008ecb3e1bc..dc509f185d5b 100644 --- a/tr/links/css-transitions-1.json +++ b/tr/links/css-transitions-1.json @@ -195,7 +195,9 @@ ], "specShortname": "css-cascade-4" }, - "https://www.w3.org/TR/css-color-3/": {}, + "https://www.w3.org/TR/css-color-3/": { + "specShortname": "css-color-3" + }, "https://www.w3.org/TR/css-easing-1/": { "anchors": [ "input-progress-value", diff --git a/tr/links/css-typed-om-1.json b/tr/links/css-typed-om-1.json index 827f1bdc556e..89e2932fcaa6 100644 --- a/tr/links/css-typed-om-1.json +++ b/tr/links/css-typed-om-1.json @@ -363,7 +363,9 @@ ], "specShortname": "css-cascade-4" }, - "https://www.w3.org/TR/css-color-3/": {}, + "https://www.w3.org/TR/css-color-3/": { + "specShortname": "css-color-3" + }, "https://www.w3.org/TR/css-color-4/": { "anchors": [ "propdef-opacity", @@ -374,7 +376,8 @@ "https://www.w3.org/TR/css-contain-1/": { "anchors": [ "propdef-contain" - ] + ], + "specShortname": "css-contain-1" }, "https://www.w3.org/TR/css-content-3/": { "anchors": [ @@ -449,7 +452,8 @@ "propdef-grid-template-areas", "propdef-grid-template-columns", "propdef-grid-template-rows" - ] + ], + "specShortname": "css-grid-1" }, "https://www.w3.org/TR/css-images-4/": { "specShortname": "css-images-4" @@ -736,7 +740,9 @@ ], "specShortname": "css-typed-om-1" }, - "https://www.w3.org/TR/css-ui-3/": {}, + "https://www.w3.org/TR/css-ui-3/": { + "specShortname": "css-ui-3" + }, "https://www.w3.org/TR/css-ui-4/": { "specShortname": "css-ui-4" }, @@ -765,7 +771,8 @@ "propdef-text-orientation", "propdef-unicode-bidi", "propdef-writing-mode" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css3-align/": { "anchors": [ diff --git a/tr/links/css-ui-3.json b/tr/links/css-ui-3.json new file mode 100644 index 000000000000..aa7df2e61b8e --- /dev/null +++ b/tr/links/css-ui-3.json @@ -0,0 +1,329 @@ +{ + "spec": { + "title": "CSS Basic User Interface Module Level 3 (CSS3 UI)", + "url": "https://www.w3.org/TR/css-ui-3/" + }, + "links": { + "https://developer.mozilla.org/en-US/docs/Web/CSS/ime-mode": {}, + "https://drafts.csswg.org/css-cascade/": { + "anchors": [ + "initial-values", + "inherited-property", + "computed" + ], + "specShortname": "css-cascade-4" + }, + "https://drafts.csswg.org/css-images-3/": { + "anchors": [ + "default-object-size", + "concrete-object-size", + "default-sizing-algorithm" + ], + "specShortname": "css-images-3" + }, + "https://drafts.csswg.org/css-pseudo/": { + "anchors": [ + "generated-content", + "CSSPseudoElement-interface" + ], + "specShortname": "css-pseudo-4" + }, + "https://drafts.csswg.org/css-transitions/": { + "anchors": [ + "animatable-properties" + ], + "specShortname": "css-transitions-1" + }, + "https://drafts.csswg.org/css-ui-3/implementation-report": {}, + "https://drafts.csswg.org/css-values/": { + "anchors": [ + "value-defs", + "percentages" + ], + "specShortname": "css-values-4" + }, + "https://drafts.csswg.org/css3-transitions/": { + "anchors": [ + "animtype-length", + "animtype-color" + ] + }, + "https://en.wikipedia.org/wiki/ICO_%28file_format%29": {}, + "https://github.com/w3c/csswg-drafts/issues": {}, + "https://github.com/web-platform-tests/wpt/commit/34c61eff5eab4ebe9ff271e46658f73f18858c4f": {}, + "https://github.com/web-platform-tests/wpt/commit/92770f655298aa72b0c0ee9238377d6b04d2e3e6": {}, + "https://github.com/web-platform-tests/wpt/commit/b749ca84fe5474adb4473c35a3da5788e5b6cfd7": { + "anchors": [ + "diff-8667b2cb07cf6ee064b9f2a74e221e8f" + ] + }, + "https://html.spec.whatwg.org/multipage/": {}, + "https://html.spec.whatwg.org/multipage/canvas.html": { + "anchors": [ + "canvas" + ] + }, + "https://html.spec.whatwg.org/multipage/embedded-content.html": { + "anchors": [ + "the-img-element", + "the-picture-element" + ] + }, + "https://html.spec.whatwg.org/multipage/iframe-embed-object.html": { + "anchors": [ + "the-object-element", + "the-iframe-element" + ] + }, + "https://html.spec.whatwg.org/multipage/media.html": { + "anchors": [ + "video" + ] + }, + "https://html.spec.whatwg.org/multipage/rendering.html": { + "anchors": [ + "image-maps-2" + ] + }, + "https://lists.w3.org/Archives/Public/public-css-testsuite": {}, + "https://test.csswg.org/harness/results/css-ui-3_dev/grouped/": {}, + "https://test.csswg.org/harness/suite/css-ui-3_dev/": {}, + "https://tools.ietf.org/html/rfc2119": {}, + "https://w3ctag.github.io/security-questionnaire/": { + "anchors": [ + "questions" + ] + }, + "https://www.unicode.org/reports/tr29/tr29-31.html": {}, + "https://www.w3.org/2004/01/pp-impl/32061/status": {}, + "https://www.w3.org/2018/Process-20180201/": {}, + "https://www.w3.org/Consortium/Patent-Policy/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ], + "specShortname": "w3c-patent-policy" + }, + "https://www.w3.org/Style/CSS/Test/": {}, + "https://www.w3.org/Style/CSS/members": {}, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/2000/WD-css3-userint-20000216": {}, + "https://www.w3.org/TR/2017/CR-css-ui-3-20170302/": {}, + "https://www.w3.org/TR/2017/PR-css-ui-3-20171214/": {}, + "https://www.w3.org/TR/CSS/": { + "anchors": [ + "future-proofing", + "unstable", + "proprietary-extension", + "vendor-prefix" + ], + "specShortname": "CSS22" + }, + "https://www.w3.org/TR/CSS2/": {}, + "https://www.w3.org/TR/CSS2/box.html": { + "anchors": [ + "border-edge" + ] + }, + "https://www.w3.org/TR/CSS2/conform.html": { + "anchors": [ + "style-sheet", + "user-agent", + "ignore" + ] + }, + "https://www.w3.org/TR/CSS2/intro.html": { + "anchors": [ + "the-canvas" + ] + }, + "https://www.w3.org/TR/CSS2/propidx.html": { + "anchors": [ + "q24.0" + ] + }, + "https://www.w3.org/TR/CSS2/ui.html": { + "anchors": [ + "cursor-props", + "dynamic-outlines" + ] + }, + "https://www.w3.org/TR/CSS2/visudet.html": { + "anchors": [ + "the-width-property", + "blockwidth", + "abs-non-replaced-width", + "min-max-widths", + "abs-non-replaced-height", + "min-max-heights" + ] + }, + "https://www.w3.org/TR/CSS2/visufx.html": { + "anchors": [ + "propdef-overflow" + ] + }, + "https://www.w3.org/TR/CSS2/visuren.html": { + "anchors": [ + "position-props", + "inline-boxes" + ] + }, + "https://www.w3.org/TR/CSS2/zindex.html": {}, + "https://www.w3.org/TR/CSS21/box.html": { + "anchors": [ + "propdef-padding-left", + "propdef-padding-right", + "propdef-border-left-width", + "propdef-border-right-width", + "propdef-padding-top", + "propdef-padding-bottom", + "propdef-border-top-width", + "propdef-border-bottom-width", + "content-width", + "propdef-margin-left", + "content-height", + "propdef-margin-top", + "propdef-border-style", + "propdef-border-width" + ], + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/CSS21/colors.html": { + "anchors": [ + "propdef-background-image" + ], + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/CSS21/visudet.html": { + "anchors": [ + "propdef-width", + "propdef-height", + "propdef-min-width", + "propdef-max-width", + "propdef-min-height", + "propdef-max-height" + ], + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/CSS21/visufx.html": { + "anchors": [ + "propdef-visibility" + ], + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/CSS21/visuren.html": { + "anchors": [ + "propdef-display" + ], + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/PNG/": {}, + "https://www.w3.org/TR/REC-CSS1": { + "anchors": [ + "anchor-pseudo-classes" + ] + }, + "https://www.w3.org/TR/REC-CSS1/": {}, + "https://www.w3.org/TR/SVG/interact.html": { + "anchors": [ + "CursorElement" + ], + "specShortname": "SVG2" + }, + "https://www.w3.org/TR/SVG11/": { + "specShortname": "SVG11" + }, + "https://www.w3.org/TR/SVG2/": { + "specShortname": "SVG2" + }, + "https://www.w3.org/TR/SVG2/conform.html": { + "anchors": [ + "secure-static-mode", + "secure-animated-mode" + ], + "specShortname": "SVG2" + }, + "https://www.w3.org/TR/css-backgrounds-3/": { + "specShortname": "css-backgrounds-3" + }, + "https://www.w3.org/TR/css-cascade-4/": { + "specShortname": "css-cascade-4" + }, + "https://www.w3.org/TR/css-color-3/": { + "anchors": [ + "currentColor" + ], + "specShortname": "css-color-3" + }, + "https://www.w3.org/TR/css-color-3//": { + "anchors": [ + "currentColor" + ] + }, + "https://www.w3.org/TR/css-images-4/": { + "specShortname": "css-images-4" + }, + "https://www.w3.org/TR/css-pseudo-4/": { + "specShortname": "css-pseudo-4" + }, + "https://www.w3.org/TR/css-style-attr/": { + "anchors": [ + "style-attribute" + ], + "specShortname": "css-style-attr" + }, + "https://www.w3.org/TR/css-transitions-1/": { + "specShortname": "css-transitions-1" + }, + "https://www.w3.org/TR/css-values-3/": { + "specShortname": "css-values-3" + }, + "https://www.w3.org/TR/css-writing-modes-3/": { + "anchors": [ + "end", + "propdef-direction", + "physical-left" + ], + "specShortname": "css-writing-modes-3" + }, + "https://www.w3.org/TR/css3-background/": { + "anchors": [ + "typedef-line-width", + "valdef-line-style-none", + "propdef-border-radius", + "the-border-width", + "the-border-style", + "the-border-radius" + ] + }, + "https://www.w3.org/TR/css3-color/": { + "anchors": [ + "valuea-def-color", + "color0" + ] + }, + "https://www.w3.org/TR/css3-images/": { + "anchors": [ + "image-type" + ] + }, + "https://www.w3.org/TR/css3-values/": { + "anchors": [ + "comb-one", + "comb-any", + "length-value", + "url-value", + "mult-opt", + "comb-comma", + "mult-zero-plus", + "number-value" + ] + }, + "https://www.w3.org/TR/svg2/struct.html": { + "anchors": [ + "elementdef-svg" + ] + } + } +} \ No newline at end of file diff --git a/tr/links/css-ui-4.json b/tr/links/css-ui-4.json index e4c51f1edac2..8d4c7e26ee04 100644 --- a/tr/links/css-ui-4.json +++ b/tr/links/css-ui-4.json @@ -252,7 +252,8 @@ "https://www.w3.org/TR/css-color-3/": { "anchors": [ "valuea-def-color" - ] + ], + "specShortname": "css-color-3" }, "https://www.w3.org/TR/css-color-4/": { "anchors": [ @@ -343,7 +344,8 @@ "https://www.w3.org/TR/css-ui-3/": { "anchors": [ "valdef-caret-color-auto" - ] + ], + "specShortname": "css-ui-3" }, "https://www.w3.org/TR/css-values-3/": { "anchors": [ @@ -377,7 +379,8 @@ "anchors": [ "propdef-unicode-bidi", "propdef-direction" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ @@ -391,7 +394,9 @@ "specShortname": "css-writing-modes-4" }, "https://www.w3.org/TR/html5/": {}, - "https://www.w3.org/TR/selectors-3/": {}, + "https://www.w3.org/TR/selectors-3/": { + "specShortname": "selectors-3" + }, "https://www.w3.org/TR/selectors-4/": { "anchors": [ "focus-pseudo", diff --git a/tr/links/css-values-3.json b/tr/links/css-values-3.json index 50dddf519df0..88d6c8fb9c11 100644 --- a/tr/links/css-values-3.json +++ b/tr/links/css-values-3.json @@ -210,7 +210,9 @@ ], "specShortname": "css-cascade-4" }, - "https://www.w3.org/TR/css-color-3/": {}, + "https://www.w3.org/TR/css-color-3/": { + "specShortname": "css-color-3" + }, "https://www.w3.org/TR/css-color-4/": { "anchors": [ "typedef-color", @@ -254,7 +256,9 @@ ], "specShortname": "css-fonts-4" }, - "https://www.w3.org/TR/css-grid-1/": {}, + "https://www.w3.org/TR/css-grid-1/": { + "specShortname": "css-grid-1" + }, "https://www.w3.org/TR/css-grid-2/": { "anchors": [ "valdef-flex-fr" @@ -336,7 +340,8 @@ "anchors": [ "propdef-outline-color", "valdef-cursor-default" - ] + ], + "specShortname": "css-ui-3" }, "https://www.w3.org/TR/css-values-3/": { "anchors": [ @@ -381,7 +386,8 @@ "https://www.w3.org/TR/selectors-3/": { "anchors": [ "x" - ] + ], + "specShortname": "selectors-3" }, "https://www.w3.org/TR/selectors-4/": { "anchors": [ diff --git a/tr/links/css-values-4.json b/tr/links/css-values-4.json index 047454bf7680..547202b3bcb4 100644 --- a/tr/links/css-values-4.json +++ b/tr/links/css-values-4.json @@ -311,7 +311,9 @@ ], "specShortname": "css-cascade-4" }, - "https://www.w3.org/TR/css-color-3/": {}, + "https://www.w3.org/TR/css-color-3/": { + "specShortname": "css-color-3" + }, "https://www.w3.org/TR/css-color-4/": { "anchors": [ "typedef-color", @@ -369,7 +371,9 @@ ], "specShortname": "css-fonts-5" }, - "https://www.w3.org/TR/css-grid-1/": {}, + "https://www.w3.org/TR/css-grid-1/": { + "specShortname": "css-grid-1" + }, "https://www.w3.org/TR/css-grid-2/": { "anchors": [ "valdef-flex-fr", @@ -508,7 +512,8 @@ "anchors": [ "propdef-outline-color", "valdef-cursor-default" - ] + ], + "specShortname": "css-ui-3" }, "https://www.w3.org/TR/css-values-3/": { "anchors": [ diff --git a/tr/links/css-variables-2.json b/tr/links/css-variables-2.json index 5a65c863eb31..e96eb77eaecd 100644 --- a/tr/links/css-variables-2.json +++ b/tr/links/css-variables-2.json @@ -329,12 +329,6 @@ ], "specShortname": "css-fonts-4" }, - "https://drafts.csswg.org/css-fonts-5/": { - "anchors": [ - "descdef-font-face-font-size" - ], - "specShortname": "css-fonts-5" - }, "https://drafts.csswg.org/css-syntax-3/": { "anchors": [ "typedef-declaration-value", @@ -369,6 +363,9 @@ "specShortname": "css-values-4" }, "https://drafts.csswg.org/css2/": { + "anchors": [ + "propdef-font-size" + ], "specShortname": "CSS21" }, "https://drafts.csswg.org/cssom-1/": { diff --git a/tr/links/css-view-transitions-1.json b/tr/links/css-view-transitions-1.json index 25af27d7278c..3ee22d671a72 100644 --- a/tr/links/css-view-transitions-1.json +++ b/tr/links/css-view-transitions-1.json @@ -20,7 +20,8 @@ "https://drafts.csswg.org/css-2022/": { "anchors": [ "style-sheet" - ] + ], + "specShortname": "css-2022" }, "https://drafts.csswg.org/css-contain-2/": { "anchors": [ @@ -238,7 +239,8 @@ "https://www.w3.org/TR/css-contain-1/": { "anchors": [ "layout-containment" - ] + ], + "specShortname": "css-contain-1" }, "https://www.w3.org/TR/css-contain-2/": { "specShortname": "css-contain-2" @@ -314,7 +316,8 @@ "https://www.w3.org/TR/css-writing-modes-3/": { "anchors": [ "propdef-direction" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ @@ -349,7 +352,8 @@ "https://www.w3.org/TR/selectors-3/": { "anchors": [ "x" - ] + ], + "specShortname": "selectors-3" }, "https://www.w3.org/TR/selectors-4/": { "anchors": [ diff --git a/tr/links/css-writing-modes-3.json b/tr/links/css-writing-modes-3.json new file mode 100644 index 000000000000..984475f23ab6 --- /dev/null +++ b/tr/links/css-writing-modes-3.json @@ -0,0 +1,392 @@ +{ + "spec": { + "title": "CSS Writing Modes Level 3", + "url": "https://www.w3.org/TR/css-writing-modes-3/" + }, + "links": { + "http://blogs.adobe.com/CCJKType/2013/08/tale-of-three-features.html": {}, + "http://fantasai.inkedblade.net/style/discuss/vertical-text/paper": {}, + "http://www.unicode.org/reports/tr50/tr50-6.Orientation.txt": {}, + "http://www.unicode.org/reports/tr9/": { + "anchors": [ + "Bidirectional_Character_Types", + "HL1", + "P2", + "HL3" + ] + }, + "https://drafts.csswg.org/css-cascade/": { + "anchors": [ + "initial-values", + "inherited-property", + "computed" + ], + "specShortname": "css-cascade-4" + }, + "https://drafts.csswg.org/css-pseudo/": { + "anchors": [ + "generated-content" + ], + "specShortname": "css-pseudo-4" + }, + "https://drafts.csswg.org/css-ruby-1/": { + "anchors": [ + "ruby-base-container-box", + "ruby-annotation-container-box" + ], + "specShortname": "css-ruby-1" + }, + "https://drafts.csswg.org/css-values/": { + "anchors": [ + "value-defs", + "percentages" + ], + "specShortname": "css-values-4" + }, + "https://drafts.csswg.org/css-writing-modes-3/implementation-report-2019-08": {}, + "https://drafts.csswg.org/css-writing-modes-3/issues-cr-2015": {}, + "https://drafts.csswg.org/css-writing-modes-3/issues-cr-2019": {}, + "https://drafts.csswg.org/web-animations/": { + "anchors": [ + "animation-type" + ], + "specShortname": "web-animations-1" + }, + "https://github.com/w3c/csswg-drafts/issues": {}, + "https://github.com/w3c/csswg-drafts/issues/1391": {}, + "https://github.com/w3c/csswg-drafts/issues/2239": {}, + "https://github.com/w3c/csswg-drafts/issues/3066": {}, + "https://github.com/w3c/csswg-drafts/issues/4139": {}, + "https://github.com/w3c/csswg-drafts/issues/4220": {}, + "https://github.com/w3c/csswg-drafts/issues/4272": {}, + "https://github.com/w3c/csswg-drafts/issues/4273": {}, + "https://github.com/w3c/csswg-drafts/issues/4293": {}, + "https://html.spec.whatwg.org/multipage/": {}, + "https://html.spec.whatwg.org/multipage//rendering.html": { + "anchors": [ + "bidi-rendering" + ] + }, + "https://html.spec.whatwg.org/multipage/sections.html": { + "anchors": [ + "the-body-element" + ] + }, + "https://lists.w3.org/Archives/Public/public-css-archive/": {}, + "https://lists.w3.org/Archives/Public/public-css-testsuite": {}, + "https://lists.w3.org/Archives/Public/www-style/": {}, + "https://tools.ietf.org/html/rfc2119": {}, + "https://tools.ietf.org/html/rfc6919": {}, + "https://unicode.org/notes/tn22/": {}, + "https://www.unicode.org/reports/tr11/tr11-36.html": {}, + "https://www.unicode.org/reports/tr24/tr24-29.html": {}, + "https://www.unicode.org/reports/tr50/tr50-22.html": {}, + "https://www.unicode.org/reports/tr9/tr9-41.html": {}, + "https://www.unicode.org/versions/latest/": {}, + "https://www.w3.org/2004/01/pp-impl/32061/status": {}, + "https://www.w3.org/2019/Process-20190301/": {}, + "https://www.w3.org/Consortium/Patent-Policy/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ], + "specShortname": "w3c-patent-policy" + }, + "https://www.w3.org/Style/CSS/": {}, + "https://www.w3.org/Style/CSS/Test/": {}, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/2014/CR-css-writing-modes-3-20140320/": {}, + "https://www.w3.org/TR/2015/CR-css-writing-modes-3-20151215/": {}, + "https://www.w3.org/TR/2017/CR-css-writing-modes-3-20171207/": {}, + "https://www.w3.org/TR/2018/CR-css-writing-modes-3-20180524/": {}, + "https://www.w3.org/TR/2019/CR-css-writing-modes-3-20190730/": {}, + "https://www.w3.org/TR/2019/CR-css-writing-modes-3-20190903": {}, + "https://www.w3.org/TR/CSS/": { + "anchors": [ + "future-proofing", + "unstable", + "proprietary-extension", + "vendor-prefix" + ], + "specShortname": "CSS22" + }, + "https://www.w3.org/TR/CSS2/": {}, + "https://www.w3.org/TR/CSS2/about.html": { + "anchors": [ + "property-defs" + ] + }, + "https://www.w3.org/TR/CSS2/box.html": { + "anchors": [ + "collapsing-margins" + ] + }, + "https://www.w3.org/TR/CSS2/conform.html": { + "anchors": [ + "style-sheet", + "user-agent", + "ignore" + ] + }, + "https://www.w3.org/TR/CSS2/tables.html": {}, + "https://www.w3.org/TR/CSS2/visudet.html": { + "anchors": [ + "Computing_widths_and_margins", + "Computing_heights_and_margins", + "blockwidth" + ] + }, + "https://www.w3.org/TR/CSS2/visufx.html": { + "anchors": [ + "overflow" + ] + }, + "https://www.w3.org/TR/CSS2/visuren.html": { + "anchors": [ + "inline-boxes" + ] + }, + "https://www.w3.org/TR/CSS21/page.html": { + "anchors": [ + "propdef-page-break-inside" + ], + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/CSS21/tables.html": { + "anchors": [ + "propdef-border-spacing", + "propdef-caption-side" + ], + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/CSS21/visudet.html": { + "anchors": [ + "propdef-line-height", + "propdef-height", + "propdef-min-height", + "propdef-max-height", + "propdef-width", + "propdef-min-width", + "propdef-max-width" + ], + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/CSS21/visufx.html": { + "anchors": [ + "propdef-clip" + ], + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/CSS21/visuren.html": { + "anchors": [ + "propdef-display", + "propdef-float", + "propdef-clear", + "propdef-top", + "propdef-bottom", + "propdef-left", + "propdef-right" + ], + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/SVG11/": { + "specShortname": "SVG11" + }, + "https://www.w3.org/TR/css-backgrounds-3/": { + "specShortname": "css-backgrounds-3" + }, + "https://www.w3.org/TR/css-box-3/": { + "anchors": [ + "propdef-margin-left", + "propdef-margin-bottom", + "propdef-margin-right", + "propdef-margin-top" + ], + "specShortname": "css-box-3" + }, + "https://www.w3.org/TR/css-break-3/": { + "specShortname": "css-break-3" + }, + "https://www.w3.org/TR/css-break-4/": { + "anchors": [ + "propdef-box-decoration-break" + ], + "specShortname": "css-break-4" + }, + "https://www.w3.org/TR/css-cascade-4/": { + "anchors": [ + "computed-value", + "valdef-all-inherit", + "used-value", + "inheritance" + ], + "specShortname": "css-cascade-4" + }, + "https://www.w3.org/TR/css-display-3/": { + "anchors": [ + "block-container", + "valdef-display-inline", + "replaced-element", + "inline-box", + "in-flow", + "valdef-display-inline-block", + "independent-formatting-context", + "block-formatting-context", + "inner-display-type", + "valdef-display-flow", + "valdef-display-flow-root", + "block-level", + "containing-block", + "display-type", + "initial-containing-block", + "valdef-display-run-in" + ], + "specShortname": "css-display-3" + }, + "https://www.w3.org/TR/css-flexbox-1/": { + "specShortname": "css-flexbox-1" + }, + "https://www.w3.org/TR/css-fonts-3/": { + "anchors": [ + "propdef-font-variant" + ] + }, + "https://www.w3.org/TR/css-fonts-4/": { + "anchors": [ + "propdef-font-feature-settings" + ], + "specShortname": "css-fonts-4" + }, + "https://www.w3.org/TR/css-images-3/": { + "specShortname": "css-images-3" + }, + "https://www.w3.org/TR/css-inline-3/": { + "anchors": [ + "root-inline-box", + "propdef-vertical-align" + ], + "specShortname": "css-inline-3" + }, + "https://www.w3.org/TR/css-logical-1/": { + "anchors": [ + "box" + ], + "specShortname": "css-logical-1" + }, + "https://www.w3.org/TR/css-masking-1/": { + "anchors": [ + "funcdef-rect" + ], + "specShortname": "css-masking-1" + }, + "https://www.w3.org/TR/css-multicol-1/": { + "specShortname": "css-multicol-1" + }, + "https://www.w3.org/TR/css-overflow-3/": { + "anchors": [ + "scrollport" + ], + "specShortname": "css-overflow-3" + }, + "https://www.w3.org/TR/css-page-3/": { + "specShortname": "css-page-3" + }, + "https://www.w3.org/TR/css-ruby-1/": { + "specShortname": "css-ruby-1" + }, + "https://www.w3.org/TR/css-sizing-3/": { + "anchors": [ + "min-content", + "max-content", + "valdef-width-auto", + "available", + "fallback", + "max-width", + "min-width", + "automatic-size", + "preferred-size-properties", + "fit-content-size", + "max-content-inline-size", + "min-content-inline-size", + "stretch-fit-inline-size", + "definite" + ], + "specShortname": "css-sizing-3" + }, + "https://www.w3.org/TR/css-text-3/": { + "anchors": [ + "order", + "typographic-character-unit", + "character", + "propdef-text-align", + "propdef-text-indent", + "propdef-letter-spacing", + "white-space", + "propdef-text-transform" + ], + "specShortname": "css-text-3" + }, + "https://www.w3.org/TR/css-text-decor-3/": { + "anchors": [ + "propdef-text-decoration", + "propdef-text-shadow" + ], + "specShortname": "css-text-decor-3" + }, + "https://www.w3.org/TR/css-values-3/": { + "specShortname": "css-values-3" + }, + "https://www.w3.org/TR/css-values-4/": { + "anchors": [ + "font-relative-length", + "css-wide-keywords", + "comb-one", + "lengths" + ], + "specShortname": "css-values-4" + }, + "https://www.w3.org/TR/css-writing-modes-4/": { + "anchors": [ + "valdef-writing-mode-sideways-lr", + "auto-multicol", + "valdef-writing-mode-sideways-rl" + ], + "specShortname": "css-writing-modes-4" + }, + "https://www.w3.org/TR/css3-background/": { + "anchors": [ + "propdef-box-shadow" + ] + }, + "https://www.w3.org/TR/css3-flexbox/": { + "anchors": [ + "box-model" + ] + }, + "https://www.w3.org/TR/css3-images/": { + "anchors": [ + "default-object-size" + ] + }, + "https://www.w3.org/TR/css3-multicol/": { + "anchors": [ + "multi-column-container" + ] + }, + "https://www.w3.org/TR/css3-page/": { + "anchors": [ + "page-progression" + ] + }, + "https://www.w3.org/TR/css3-values/": { + "anchors": [ + "length-value", + "percentage-value", + "angle-value", + "integer-value" + ] + }, + "https://www.w3.org/TR/html401/": {}, + "https://www.w3.org/mid/55982414.1080905@inkedblade.net": {} + } +} \ No newline at end of file diff --git a/tr/links/css-writing-modes-4.json b/tr/links/css-writing-modes-4.json index fc72e15174f7..6f4ff19745b5 100644 --- a/tr/links/css-writing-modes-4.json +++ b/tr/links/css-writing-modes-4.json @@ -321,7 +321,9 @@ ], "specShortname": "css-values-4" }, - "https://www.w3.org/TR/css-writing-modes-3/": {}, + "https://www.w3.org/TR/css-writing-modes-3/": { + "specShortname": "css-writing-modes-3" + }, "https://www.w3.org/TR/css3-background/": { "anchors": [ "propdef-box-shadow" diff --git a/tr/links/cssom-1.json b/tr/links/cssom-1.json index 44cf0c9c21a8..feb8de0459ac 100644 --- a/tr/links/cssom-1.json +++ b/tr/links/cssom-1.json @@ -321,7 +321,8 @@ "https://www.w3.org/TR/css-color-3/": { "anchors": [ "alphavalue-def" - ] + ], + "specShortname": "css-color-3" }, "https://www.w3.org/TR/css-color-4/": { "anchors": [ @@ -469,7 +470,8 @@ "anchors": [ "propdef-caret-color", "propdef-outline-color" - ] + ], + "specShortname": "css-ui-3" }, "https://www.w3.org/TR/css-values-4/": { "anchors": [ @@ -548,7 +550,8 @@ "anchors": [ "sel-before", "sel-after" - ] + ], + "specShortname": "selectors-3" }, "https://www.w3.org/TR/selectors-4/": { "anchors": [ diff --git a/tr/links/cssom-view-1.json b/tr/links/cssom-view-1.json index 1c9c99860132..c6e57c4056e9 100644 --- a/tr/links/cssom-view-1.json +++ b/tr/links/cssom-view-1.json @@ -209,7 +209,8 @@ "anchors": [ "block-flow-direction", "inline-base-direction" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css3-background/": { "anchors": [ diff --git a/tr/links/encoding.json b/tr/links/encoding.json index 70e2729a8a13..4afa54d536d9 100644 --- a/tr/links/encoding.json +++ b/tr/links/encoding.json @@ -1,7 +1,7 @@ { "spec": { "title": "Encoding Standard", - "url": "https://www.w3.org/TR/encoding/" + "url": "https://encoding.spec.whatwg.org/" }, "links": { "https://annevankesteren.nl/": {}, diff --git a/tr/links/encrypted-media.json b/tr/links/encrypted-media.json index 48a6917a8a24..9c4acc1b1178 100644 --- a/tr/links/encrypted-media.json +++ b/tr/links/encrypted-media.json @@ -67,8 +67,7 @@ "anchors": [ "interface-textdecoder", "interface-textencoder" - ], - "specShortname": "encoding" + ] }, "https://www.w3.org/TR/html51/": {}, "https://www.w3.org/TR/html51/browsers.html": { diff --git a/tr/links/epub-33.json b/tr/links/epub-33.json index 771c95f503d9..53837aefb94a 100644 --- a/tr/links/epub-33.json +++ b/tr/links/epub-33.json @@ -136,6 +136,7 @@ "https://github.com/w3c/epub-specs/issues/2485": {}, "https://github.com/w3c/epub-specs/issues/2486": {}, "https://github.com/w3c/epub-specs/issues/2489": {}, + "https://github.com/w3c/epub-specs/issues/2516": {}, "https://github.com/w3c/epub-specs/issues/645": {}, "https://github.com/w3c/epub-specs/issues/808": {}, "https://github.com/w3c/epub-specs/issues/976": {}, @@ -149,6 +150,7 @@ "https://github.com/w3c/epub-specs/pull/2457": {}, "https://github.com/w3c/epub-specs/pull/2503": {}, "https://github.com/w3c/epub-specs/pull/2506": {}, + "https://github.com/w3c/epub-specs/pull/2512": {}, "https://github.com/w3c/epubcheck/tree/master/src/main/resources/com/adobe/epubcheck/schema/30/media-overlay-30.nvdl": {}, "https://github.com/w3c/epubcheck/tree/master/src/main/resources/com/adobe/epubcheck/schema/30/ocf-container-30.nvdl": {}, "https://github.com/w3c/epubcheck/tree/master/src/main/resources/com/adobe/epubcheck/schema/30/package-30.nvdl": {}, @@ -590,7 +592,8 @@ "propdef-text-orientation", "propdef-writing-mode", "text-combine-upright" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/dpub-aria/": {}, "https://www.w3.org/TR/epub-33/": { @@ -613,7 +616,6 @@ "confreq-zip-rootdir", "sec-epub-rs-conf-cmt", "confreq-css-rs-fonts", - "sec-linked-records", "sec-scripted-content", "confreq-rs-scripted-fxl-support", "confreq-rs-scripted-scrolled", @@ -652,7 +654,9 @@ "https://www.w3.org/TR/json-ld11/": { "specShortname": "json-ld11" }, - "https://www.w3.org/TR/mediaqueries-3/": {}, + "https://www.w3.org/TR/mediaqueries-3/": { + "specShortname": "mediaqueries-3" + }, "https://www.w3.org/TR/push-api/": { "specShortname": "push-api" }, diff --git a/tr/links/epub-rs-33.json b/tr/links/epub-rs-33.json index 44c4190b7f7e..7aba86c2906d 100644 --- a/tr/links/epub-rs-33.json +++ b/tr/links/epub-rs-33.json @@ -85,6 +85,8 @@ "https://github.com/w3c/epub-specs/pull/1613": {}, "https://github.com/w3c/epub-specs/pull/1678": {}, "https://github.com/w3c/epub-specs/pull/2343": {}, + "https://github.com/w3c/epub-specs/pull/2512": {}, + "https://github.com/w3c/epub-specs/pull/2513": {}, "https://html.spec.whatwg.org/multipage/": { "anchors": [ "origin", @@ -239,11 +241,14 @@ "https://www.w3.org/TR/CSS21/": { "specShortname": "CSS21" }, - "https://www.w3.org/TR/DOM-Level-2-Style/": {}, + "https://www.w3.org/TR/DOM-Level-2-Style/": { + "specShortname": "DOM-Level-2-Style" + }, "https://www.w3.org/TR/DOM-Level-2-Style/css.html": { "anchors": [ "CSS-OverrideAndComputed" - ] + ], + "specShortname": "DOM-Level-2-Style" }, "https://www.w3.org/TR/IndexedDB/": { "specShortname": "IndexedDB-3" @@ -353,7 +358,6 @@ "attrdef-meta-property", "attrdef-scheme", "dfn-linked-resource", - "record", "sec-item-resource-properties", "sec-manifest-fallbacks", "attrdef-item-properties", diff --git a/tr/links/fetch.json b/tr/links/fetch.json index 9d2c7df84677..2f753ea260c2 100644 --- a/tr/links/fetch.json +++ b/tr/links/fetch.json @@ -11,57 +11,7 @@ "section-9.5" ] }, - "https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-expect-ct": {}, - "https://datatracker.ietf.org/doc/html/draft-ietf-masque-h3-datagram": {}, - "https://datatracker.ietf.org/doc/html/draft-ietf-quic-http": {}, "https://datatracker.ietf.org/doc/html/draft-ietf-webtrans-http3": {}, - "https://datatracker.ietf.org/doc/html/rfc5861": { - "anchors": [ - "section-3" - ] - }, - "https://datatracker.ietf.org/doc/html/rfc6265": { - "anchors": [ - "section-7", - "section-5.4", - "section-5.2" - ] - }, - "https://datatracker.ietf.org/doc/html/rfc6797": { - "anchors": [ - "section-8.2" - ] - }, - "https://datatracker.ietf.org/doc/html/rfc7230": { - "anchors": [ - "section-3.1.1", - "section-3.2", - "section-3.1.2" - ] - }, - "https://datatracker.ietf.org/doc/html/rfc7231": { - "anchors": [ - "section-4.2.1" - ] - }, - "https://datatracker.ietf.org/doc/html/rfc7234": { - "anchors": [ - "section-4.2.3", - "section-4.2.1", - "section-1.2.1", - "section-4", - "section-4.3.4", - "section-4.4", - "section-3" - ] - }, - "https://datatracker.ietf.org/doc/html/rfc8941": { - "anchors": [ - "section-4.2", - "section-2", - "section-4.1" - ] - }, "https://developer.mozilla.org/en-US/docs/Web/API/Headers": {}, "https://developer.mozilla.org/en-US/docs/Web/API/Headers/Headers": {}, "https://developer.mozilla.org/en-US/docs/Web/API/Headers/append": {}, @@ -146,7 +96,7 @@ ], "specShortname": "encoding" }, - "https://github.com/httpwg/http11bis/issues/19": {}, + "https://github.com/httpwg/http-core/issues/215": {}, "https://github.com/whatwg/fetch/issues/1035": {}, "https://github.com/whatwg/fetch/issues/1156": {}, "https://github.com/whatwg/fetch/issues/1254": {}, @@ -265,13 +215,57 @@ "windoworworkerglobalscope" ] }, - "https://httpwg.org/specs/rfc5861.html": {}, + "https://httpwg.org/specs/rfc5861.html": { + "anchors": [ + "n-the-stale-while-revalidate-cache-control-extension" + ] + }, "https://httpwg.org/specs/rfc6265.html": { + "anchors": [ + "privacy-considerations", + "cookie", + "set-cookie" + ], "specShortname": "rfc6265" }, "https://httpwg.org/specs/rfc8470.html": { "specShortname": "rfc8470" }, + "https://httpwg.org/specs/rfc8941.html": { + "anchors": [ + "text-parse", + "rfc.section.2", + "text-serialize" + ] + }, + "https://httpwg.org/specs/rfc9110.html": { + "anchors": [ + "method.overview", + "fields.names", + "fields.values", + "rfc.section.9.2.1" + ], + "specShortname": "rfc9110" + }, + "https://httpwg.org/specs/rfc9111.html": { + "anchors": [ + "age.calculations", + "calculating.freshness.lifetime", + "delta-seconds", + "constructing.responses.from.caches", + "validation.sent", + "invalidation", + "freshening.responses", + "response.cacheability" + ], + "specShortname": "rfc9111" + }, + "https://httpwg.org/specs/rfc9112.html": { + "anchors": [ + "status.line" + ], + "specShortname": "rfc9112" + }, "https://infra.spec.whatwg.org/": { "anchors": [ "struct", @@ -569,6 +563,11 @@ "https://www.rfc-editor.org/rfc/rfc6797": { "specShortname": "rfc6797" }, + "https://www.rfc-editor.org/rfc/rfc6797.html": { + "anchors": [ + "section-8.2" + ] + }, "https://www.rfc-editor.org/rfc/rfc6960": {}, "https://www.rfc-editor.org/rfc/rfc7301": {}, "https://www.rfc-editor.org/rfc/rfc7405": {}, @@ -581,7 +580,12 @@ "https://www.rfc-editor.org/rfc/rfc9110": {}, "https://www.rfc-editor.org/rfc/rfc9111": {}, "https://www.rfc-editor.org/rfc/rfc9112": {}, + "https://www.rfc-editor.org/rfc/rfc9114": {}, + "https://www.rfc-editor.org/rfc/rfc9163": { + "specShortname": "rfc9163" + }, "https://www.rfc-editor.org/rfc/rfc9218": {}, + "https://www.rfc-editor.org/rfc/rfc9297": {}, "https://www.w3.org/TR/hr-time-3/": { "anchors": [ "dfn-relative-high-resolution-time" diff --git a/tr/links/filter-effects-1.json b/tr/links/filter-effects-1.json index 287c649017e7..0275caf5b5ab 100644 --- a/tr/links/filter-effects-1.json +++ b/tr/links/filter-effects-1.json @@ -261,7 +261,9 @@ ], "specShortname": "css-cascade-4" }, - "https://www.w3.org/TR/css-color-3/": {}, + "https://www.w3.org/TR/css-color-3/": { + "specShortname": "css-color-3" + }, "https://www.w3.org/TR/css-color-4/": { "anchors": [ "propdef-opacity", @@ -332,7 +334,9 @@ ], "specShortname": "css-transforms-1" }, - "https://www.w3.org/TR/css-ui-3/": {}, + "https://www.w3.org/TR/css-ui-3/": { + "specShortname": "css-ui-3" + }, "https://www.w3.org/TR/css-values-3/": { "specShortname": "css-values-3" }, @@ -355,7 +359,8 @@ "anchors": [ "propdef-direction", "propdef-unicode-bidi" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ diff --git a/tr/links/fs.json b/tr/links/fs.json index 1555f225a1c2..e25324bcf784 100644 --- a/tr/links/fs.json +++ b/tr/links/fs.json @@ -159,6 +159,7 @@ "buffersource-byte-length", "buffersource-underlying-buffer", "arraybuffer-write", + "dfn-throw", "securityerror", "a-promise-resolved-with" ], diff --git a/tr/links/html.json b/tr/links/html.json index d2d706b4b6bc..b731da27cc24 100644 --- a/tr/links/html.json +++ b/tr/links/html.json @@ -3266,6 +3266,20 @@ ], "specShortname": "webdriver-bidi" }, + "https://w3c.github.io/webdriver/": { + "anchors": [ + "dfn-extension-commands", + "dfn-remote-end-steps", + "dfn-errors", + "dfn-error-code", + "dfn-invalid-argument", + "dfn-getting-properties", + "dfn-success", + "security", + "dfn-current-browsing-context" + ], + "specShortname": "webdriver2" + }, "https://w3c.github.io/webvtt/": { "anchors": [ "webvtt-file", diff --git a/tr/links/json-ld11-api.json b/tr/links/json-ld11-api.json index 623f496d1b1c..632da39715d8 100644 --- a/tr/links/json-ld11-api.json +++ b/tr/links/json-ld11-api.json @@ -145,7 +145,9 @@ "https://w3c.github.io/json-ld-api/tests/": {}, "https://webchat.freenode.net/?channels=json-ld": {}, "https://www.rfc-editor.org/rfc/rfc8785": {}, - "https://www.w3.org/2001/tag/doc/promises-guide": {}, + "https://www.w3.org/2001/tag/doc/promises-guide": { + "specShortname": "promises-guide" + }, "https://www.w3.org/2004/01/pp-impl/107714/status": {}, "https://www.w3.org/2018/json-ld-wg/": {}, "https://www.w3.org/2018/jsonld-cg-reports/json-ld-api/": {}, diff --git a/tr/links/json-ld11-framing.json b/tr/links/json-ld11-framing.json index de625c259f6f..3f2a5c6c92e5 100644 --- a/tr/links/json-ld11-framing.json +++ b/tr/links/json-ld11-framing.json @@ -96,7 +96,9 @@ "https://w3c.github.io/json-ld-api/reports/": {}, "https://w3c.github.io/json-ld-framing/tests/": {}, "https://webchat.freenode.net/?channels=json-ld": {}, - "https://www.w3.org/2001/tag/doc/promises-guide": {}, + "https://www.w3.org/2001/tag/doc/promises-guide": { + "specShortname": "promises-guide" + }, "https://www.w3.org/2004/01/pp-impl/107714/status": {}, "https://www.w3.org/2018/json-ld-wg/": {}, "https://www.w3.org/2018/jsonld-cg-reports/json-ld-framing/": {}, diff --git a/tr/links/layout-instability.json b/tr/links/layout-instability.json index 247499cdacae..3660a082a707 100644 --- a/tr/links/layout-instability.json +++ b/tr/links/layout-instability.json @@ -187,9 +187,12 @@ "https://www.w3.org/TR/css-color-3": { "anchors": [ "transparency" - ] + ], + "specShortname": "css-color-3" + }, + "https://www.w3.org/TR/css-color-3/": { + "specShortname": "css-color-3" }, - "https://www.w3.org/TR/css-color-3/": {}, "https://www.w3.org/TR/css-display-3/": { "specShortname": "css-display-3" }, diff --git a/tr/links/mathml-core.json b/tr/links/mathml-core.json index 5bf45960aebb..b254f39bfe42 100644 --- a/tr/links/mathml-core.json +++ b/tr/links/mathml-core.json @@ -169,7 +169,8 @@ "anchors": [ "colorunits", "foreground" - ] + ], + "specShortname": "css-color-3" }, "https://www.w3.org/TR/css-display-3/": { "anchors": [ @@ -250,12 +251,14 @@ "intro-baselines", "propdef-writing-mode", "extent" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/selectors-3/": { "anchors": [ "title" - ] + ], + "specShortname": "selectors-3" }, "https://www.w3.org/groups/wg/math": {}, "https://www.w3.org/groups/wg/math/ipr": {} diff --git a/tr/links/mediaqueries-3.json b/tr/links/mediaqueries-3.json new file mode 100644 index 000000000000..a635b7156f92 --- /dev/null +++ b/tr/links/mediaqueries-3.json @@ -0,0 +1,63 @@ +{ + "spec": { + "title": "Media Queries Level 3", + "url": "https://www.w3.org/TR/mediaqueries-3/" + }, + "links": { + "http://www.ietf.org/rfc/rfc2531.txt": {}, + "http://www.w3.org/TR/1999/REC-html401-19991224/present/styles.html": { + "anchors": [ + "adef-media" + ] + }, + "http://www.w3.org/TR/2010/REC-xml-stylesheet-20101028/": {}, + "http://www.w3.org/TR/2011/REC-CSS2-20110607": {}, + "https://github.com/w3c/csswg-drafts/issues": {}, + "https://github.com/web-platform-tests/wpt/commit/ea1821d4bd24ed1e859db03571cca8e783dbf957": {}, + "https://html.spec.whatwg.org/multipage/": {}, + "https://infra.spec.whatwg.org/": { + "anchors": [ + "ascii-case-insensitive" + ], + "specShortname": "infra" + }, + "https://lists.w3.org/Archives/Public/public-css-archive/": {}, + "https://lists.w3.org/Archives/Public/www-style/": {}, + "https://lists.w3.org/Archives/Public/www-style/2013May/0783.html": {}, + "https://wpt.fyi/results/css/mediaqueries/mq-case-insensitive-001.html": {}, + "https://wpt.fyi/results/css/mediaqueries?q=mq-invalid-media-type": {}, + "https://www.w3.org/2021/Process-20211102/": { + "anchors": [ + "recs-and-notes", + "proposed-corrections" + ] + }, + "https://www.w3.org/Consortium/Patent-Policy/": { + "anchors": [ + "sec-Requirements", + "def-essential", + "sec-Disclosure" + ], + "specShortname": "w3c-patent-policy" + }, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/1999/REC-html401-19991224/types.html": { + "anchors": [ + "h-6.13" + ] + }, + "https://www.w3.org/TR/2010/CR-css3-mediaqueries-20100727/": {}, + "https://www.w3.org/TR/2018/SPSD-html401-20180327/": {}, + "https://www.w3.org/TR/CSS21/grammar.html": { + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/CSS21/syndata.html": { + "anchors": [ + "block" + ], + "specShortname": "CSS21" + }, + "https://www.w3.org/groups/wg/css": {}, + "https://www.w3.org/groups/wg/css/ipr": {} + } +} \ No newline at end of file diff --git a/tr/links/motion-1.json b/tr/links/motion-1.json index 8c270d7a778c..4fd2afdd17d0 100644 --- a/tr/links/motion-1.json +++ b/tr/links/motion-1.json @@ -146,7 +146,8 @@ "https://www.w3.org/TR/css-contain-1/": { "anchors": [ "propdef-contain" - ] + ], + "specShortname": "css-contain-1" }, "https://www.w3.org/TR/css-masking-1/": { "anchors": [ diff --git a/tr/links/orientation-event.json b/tr/links/orientation-event.json index 33515dad1d4f..f950ee76bc11 100644 --- a/tr/links/orientation-event.json +++ b/tr/links/orientation-event.json @@ -56,9 +56,13 @@ "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/browsers.html": { "anchors": [ - "active-document", - "top-level-browsing-context", - "nested-browsing-context" + "concept-origin" + ] + }, + "https://html.spec.whatwg.org/multipage/document-sequences.html": { + "anchors": [ + "nav-document", + "top-level-browsing-context" ] }, "https://html.spec.whatwg.org/multipage/infrastructure.html": { @@ -68,12 +72,14 @@ }, "https://html.spec.whatwg.org/multipage/interaction.html": { "anchors": [ + "transient-activation", "triggered-by-user-activation" ] }, - "https://html.spec.whatwg.org/multipage/origin.html": { + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { "anchors": [ - "concept-origin" + "dom-window", + "window" ] }, "https://html.spec.whatwg.org/multipage/webappapis.html": { @@ -82,15 +88,10 @@ "eventhandler", "relevant-settings-object", "concept-settings-object-origin", + "concept-relevant-global", "queue-a-task" ] }, - "https://html.spec.whatwg.org/multipage/window-object.html": { - "anchors": [ - "dom-window", - "window" - ] - }, "https://lists.w3.org/Archives/Public/public-device-apis/": {}, "https://webidl.spec.whatwg.org/": { "anchors": [ @@ -117,6 +118,9 @@ "sec-Disclosure" ] }, + "https://www.w3.org/Consortium/Patent-Policy/": { + "specShortname": "w3c-patent-policy" + }, "https://www.w3.org/TR/": {}, "https://www.w3.org/TR/css-transforms-2/": { "anchors": [ diff --git a/tr/links/partitioned-cookies.json b/tr/links/partitioned-cookies.json new file mode 100644 index 000000000000..5eb8e4471da5 --- /dev/null +++ b/tr/links/partitioned-cookies.json @@ -0,0 +1,32 @@ +{ + "spec": { + "title": "Cookies Having Independent Partitioned State specification", + "url": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html" + }, + "links": { + "https://datatracker.ietf.org/doc/draft-cutler-httpbis-partitioned-cookies/": {}, + "https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis-11": { + "anchors": [ + "section-7.1", + "section-4.1.2", + "section-5.2", + "section-5.4", + "section-5.5" + ] + }, + "https://datatracker.ietf.org/drafts/current/": {}, + "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html": { + "specShortname": "partitioned-cookies" + }, + "https://github.com/DCtheTall/CHIPS-spec": {}, + "https://github.com/privacycg/CHIPS": {}, + "https://html.spec.whatwg.org/": {}, + "https://httpwg.org/": {}, + "https://lists.w3.org/Archives/Public/ietf-http-wg/": {}, + "https://trustee.ietf.org/license-info": {}, + "https://www.rfc-editor.org/rfc/rfc6265": {}, + "https://www.w3.org/TR/clear-site-data/": { + "specShortname": "clear-site-data" + } + } +} \ No newline at end of file diff --git a/tr/links/payment-method-manifest.json b/tr/links/payment-method-manifest.json index 6328bd5e4f40..092fe18840d7 100644 --- a/tr/links/payment-method-manifest.json +++ b/tr/links/payment-method-manifest.json @@ -126,7 +126,9 @@ ], "specShortname": "payment-request-1.1" }, - "https://www.w3.org/2001/tag/doc/promises-guide": {}, + "https://www.w3.org/2001/tag/doc/promises-guide": { + "specShortname": "promises-guide" + }, "https://www.w3.org/2001/tag/doc/promises-guide/": { "anchors": [ "upon-fulfillment", diff --git a/tr/links/permissions-policy-1.json b/tr/links/permissions-policy-1.json index a1e9c7547f4b..15fecbbcdb38 100644 --- a/tr/links/permissions-policy-1.json +++ b/tr/links/permissions-policy-1.json @@ -65,11 +65,6 @@ "attr-iframe-srcdoc" ] }, - "https://html.spec.whatwg.org/multipage/infrastructure.html": { - "anchors": [ - "concept-request-origin" - ] - }, "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { "anchors": [ "window", @@ -110,6 +105,7 @@ "https://tools.ietf.org/html/draft-ietf-httpbis-header-structure-18": {}, "https://url.spec.whatwg.org/": { "anchors": [ + "concept-url-origin", "concept-url-parser" ], "specShortname": "url" @@ -126,7 +122,8 @@ "visible-to-reportingobservers", "reportbody", "report-body", - "report" + "report", + "generate-and-queue-a-report" ], "specShortname": "reporting-1" }, diff --git a/tr/links/prefetch.json b/tr/links/prefetch.json index 5f71e4b513db..5a3b9636ab96 100644 --- a/tr/links/prefetch.json +++ b/tr/links/prefetch.json @@ -265,6 +265,12 @@ ], "specShortname": "CSP3" }, + "https://w3c.github.io/webappsec-referrer-policy/": { + "anchors": [ + "referrer-policy" + ], + "specShortname": "referrer-policy" + }, "https://w3c.github.io/webappsec-secure-contexts/": { "anchors": [ "potentially-trustworthy-url" diff --git a/tr/links/priority-hints.json b/tr/links/priority-hints.json index bc3e50c9207f..1ee254c14494 100644 --- a/tr/links/priority-hints.json +++ b/tr/links/priority-hints.json @@ -11,7 +11,7 @@ "dom-requestinit-priority", "request", "fetch-method", - "destination", + "concept-request-destination", "concept-fetch", "request-priority" ], @@ -77,7 +77,7 @@ "the-link-element", "fetch-and-process-the-linked-resource", "htmllinkelement", - "create-a-link-element-request", + "create-a-link-request", "fetching-and-processing-a-resource-from-a-link-element" ] }, diff --git a/tr/links/promises-guide.json b/tr/links/promises-guide.json new file mode 100644 index 000000000000..31868d5cb5cc --- /dev/null +++ b/tr/links/promises-guide.json @@ -0,0 +1,89 @@ +{ + "spec": { + "title": "Writing Promise-Using Specifications", + "url": "https://www.w3.org/2001/tag/doc/promises-guide" + }, + "links": { + "https://dev.w3.org/2009/dap/file-system/file-dir-sys.html": {}, + "https://dom.spec.whatwg.org/": { + "anchors": [ + "eventtarget" + ], + "specShortname": "dom" + }, + "https://github.com/w3ctag/promises-guide/": {}, + "https://github.com/w3ctag/promises-guide/issues": {}, + "https://heycam.github.io/webidl/": { + "anchors": [ + "dfn-operation", + "dfn-promise-type", + "idl-DOMException", + "idl-promise", + "dfn-callback-function", + "invoke-a-callback-function" + ] + }, + "https://html.spec.whatwg.org/multipage/": {}, + "https://html.spec.whatwg.org/multipage/embedded-content.html": { + "anchors": [ + "the-img-element", + "attr-img-src" + ] + }, + "https://html.spec.whatwg.org/multipage/infrastructure.html": { + "anchors": [ + "in-parallel" + ] + }, + "https://html.spec.whatwg.org/multipage/webappapis.html": { + "anchors": [ + "queue-a-task", + "event-loop-for-spec-authors", + "queue-a-microtask" + ] + }, + "https://notifications.spec.whatwg.org/": { + "anchors": [ + "dom-notification-requestpermission" + ], + "specShortname": "notifications" + }, + "https://promisesaplus.com/": {}, + "https://streams.spec.whatwg.org/": { + "anchors": [ + "default-writer-close", + "readablestream" + ], + "specShortname": "streams" + }, + "https://tc39.es/ecma262/": { + "anchors": [ + "sec-error-objects" + ] + }, + "https://tc39.github.io/ecma262/": { + "anchors": [ + "sec-promise-objects", + "sec-error-objects" + ] + }, + "https://w3c.github.io/IndexedDB/": { + "anchors": [ + "idbrequest", + "dom-idbrequest-onsuccess", + "dom-idbrequest-onerror" + ], + "specShortname": "IndexedDB-3" + }, + "https://www.w3.org/2001/tag/": {}, + "https://www.w3.org/2019/Process-20190301/": {}, + "https://www.w3.org/TR/": {}, + "https://xhr.spec.whatwg.org/": { + "anchors": [ + "dom-xmlhttprequest-send", + "handler-xhr-onreadystatechange" + ], + "specShortname": "xhr" + } + } +} \ No newline at end of file diff --git a/tr/links/quirks.json b/tr/links/quirks.json index 8707c00213f6..3767931553d2 100644 --- a/tr/links/quirks.json +++ b/tr/links/quirks.json @@ -159,7 +159,9 @@ ], "specShortname": "css-values-4" }, - "https://drafts.csswg.org/css-writing-modes-3/": {}, + "https://drafts.csswg.org/css-writing-modes-3/": { + "specShortname": "css-writing-modes-3" + }, "https://drafts.csswg.org/css-writing-modes-4/": { "anchors": [ "vertical-writing-mode", diff --git a/tr/links/selectors-3.json b/tr/links/selectors-3.json new file mode 100644 index 000000000000..ffb1570a4ae0 --- /dev/null +++ b/tr/links/selectors-3.json @@ -0,0 +1,98 @@ +{ + "spec": { + "title": "Selectors Level 3", + "url": "https://www.w3.org/TR/selectors-3/" + }, + "links": { + "http://lists.w3.org/Archives/Public/www-style/2013Apr/0246.html": {}, + "http://test.csswg.org/harness/details/selectors-3_dev/selector-structural-pseudo-root/": {}, + "http://test.csswg.org/harness/test/selectors-3_dev/single/selector-structural-pseudo-root/format/html5/": {}, + "http://www.unicode.org/reports/tr29/": {}, + "http://www.unicode.org/standard/versions/enumeratedversions.html": {}, + "http://www.w3.org/International/questions/qa-lang-2or3.en.html": {}, + "http://www.w3.org/Style/CSS/members": {}, + "http://www.w3.org/TR/1999/REC-html401-19991224": {}, + "http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407": {}, + "http://www.w3.org/TR/2008/REC-CSS1-20080411": {}, + "http://www.w3.org/TR/2008/REC-xml-20081126/": {}, + "http://www.w3.org/TR/2009/REC-xml-names-20091208/": {}, + "http://www.w3.org/TR/2011/REC-CSS2-20110607": {}, + "http://www.w3.org/TR/2011/REC-SVG11-20110816/": {}, + "http://www.w3.org/TR/2014/REC-MathML3-20140410/": {}, + "http://www.w3.org/TR/2014/REC-css-namespaces-3-20140320/": {}, + "http://www.w3.org/TR/2014/REC-html5-20141028/": {}, + "http://www.w3.org/TR/NOTE-STTS3": {}, + "https://github.com/w3c/csswg-drafts/labels/selectors-3": {}, + "https://lists.w3.org/Archives/Public/public-css-archive/": {}, + "https://lists.w3.org/Archives/Public/www-style/": {}, + "https://test.csswg.org/harness/results/selectors-3_dev/grouped/": {}, + "https://test.csswg.org/harness/suite/selectors-3_dev/": {}, + "https://www.w3.org/2004/01/pp-impl/32061/status": {}, + "https://www.w3.org/2018/Process-20180201/": { + "anchors": [ + "Reports" + ] + }, + "https://www.w3.org/Consortium/Patent-Policy/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ], + "specShortname": "w3c-patent-policy" + }, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/2018/PR-selectors-3-20180911/": {}, + "https://www.w3.org/TR/CSS21/": { + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/CSS21/conform.html": { + "anchors": [ + "defs" + ], + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/CSS21/media.html": { + "anchors": [ + "interactive-media-group" + ], + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/CSS21/syndata.html": { + "anchors": [ + "characters", + "value-def-identifier", + "strings" + ], + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/MathML3/chapter2.html": { + "anchors": [ + "fund.globatt" + ] + }, + "https://www.w3.org/TR/REC-CSS1": {}, + "https://www.w3.org/TR/REC-html40/interact/forms.html": { + "anchors": [ + "h-17.2.1" + ] + }, + "https://www.w3.org/TR/REC-xml-names/": { + "anchors": [ + "NT-LocalPart", + "ns-qualnames" + ] + }, + "https://www.w3.org/TR/SVG11/styling.html": { + "anchors": [ + "ClassAttribute" + ], + "specShortname": "SVG11" + }, + "https://www.w3.org/TR/css3-namespace/": { + "anchors": [ + "declaration", + "css-qnames" + ] + } + } +} \ No newline at end of file diff --git a/tr/links/selectors-4.json b/tr/links/selectors-4.json index 81014b6e1d6c..a90387d337fc 100644 --- a/tr/links/selectors-4.json +++ b/tr/links/selectors-4.json @@ -345,7 +345,9 @@ ], "specShortname": "css-text-3" }, - "https://www.w3.org/TR/css-ui-3/": {}, + "https://www.w3.org/TR/css-ui-3/": { + "specShortname": "css-ui-3" + }, "https://www.w3.org/TR/css-values-4/": { "anchors": [ "css-css-identifier", @@ -362,7 +364,8 @@ "https://www.w3.org/TR/css-writing-modes-3/": { "anchors": [ "propdef-direction" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css3-selectors": {}, "https://www.w3.org/TR/css3-selectors/": {}, @@ -380,7 +383,8 @@ "https://www.w3.org/TR/selectors-3/": { "anchors": [ "x" - ] + ], + "specShortname": "selectors-3" }, "https://www.w3.org/TR/selectors-4/": { "anchors": [ diff --git a/tr/links/selectors-nonelement-1.json b/tr/links/selectors-nonelement-1.json new file mode 100644 index 000000000000..8466a4d716bd --- /dev/null +++ b/tr/links/selectors-nonelement-1.json @@ -0,0 +1,49 @@ +{ + "spec": { + "title": "Non-element Selectors Module Level 1", + "url": "https://www.w3.org/TR/selectors-nonelement-1/" + }, + "links": { + "http://jquery.com/": {}, + "https://github.com/w3c/csswg-drafts/issues": {}, + "https://lists.w3.org/Archives/Public/public-css-archive/": {}, + "https://lists.w3.org/Archives/Public/www-style/": {}, + "https://www.w3.org/2019/Process-20190301/": {}, + "https://www.w3.org/Consortium/Patent-Policy/": { + "specShortname": "w3c-patent-policy" + }, + "https://www.w3.org/Style/CSS/members": {}, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/CSS/": { + "specShortname": "CSS22" + }, + "https://www.w3.org/TR/css-namespaces-3/": { + "anchors": [ + "namespace-prefix" + ], + "specShortname": "css-namespaces-3" + }, + "https://www.w3.org/TR/css-syntax-3/": { + "specShortname": "css-syntax-3" + }, + "https://www.w3.org/TR/css-values-4/": { + "anchors": [ + "mult-opt", + "typedef-ident", + "comb-one" + ], + "specShortname": "css-values-4" + }, + "https://www.w3.org/TR/its20/": {}, + "https://www.w3.org/TR/selectors-4/": { + "specShortname": "selectors-4" + }, + "https://www.w3.org/TR/selectors-api/": {}, + "https://www.w3.org/TR/selectors4/": { + "anchors": [ + "originating-element", + "pseudo-element" + ] + } + } +} \ No newline at end of file diff --git a/tr/links/tc39-intl-negotiation.json b/tr/links/tc39-intl-negotiation.json index 34cd9ed1366b..8f654708ad97 100644 --- a/tr/links/tc39-intl-negotiation.json +++ b/tr/links/tc39-intl-negotiation.json @@ -7,6 +7,7 @@ "https://tc39.es/ecma262/": { "anchors": [ "sec-algorithm-conventions-abstract-operations", + "constructor", "sec-list-and-record-specification-type", "sec-ecmascript-data-types-and-values", "sec-createarrayfromlist", @@ -17,7 +18,6 @@ "sec-hasproperty", "number-value", "sec-keywords-and-reserved-words", - "sec-call", "sec-ecmascript-language-types-string-type", "assert", "sec-samevalue", diff --git a/tr/links/tc39-intl-numberformat.json b/tr/links/tc39-intl-numberformat.json index 7d0699463d2b..cacc0becd0e6 100644 --- a/tr/links/tc39-intl-numberformat.json +++ b/tr/links/tc39-intl-numberformat.json @@ -4,25 +4,32 @@ "url": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html" }, "links": { - "http://cldr.unicode.org/": {}, + "https://cldr.unicode.org/": {}, "https://tc39.es/ecma262/": { "anchors": [ + "constructor", + "active-function-object", + "sec-ordinarycreatefromconstructor", + "sec-ordinaryhasinstance", + "sec-definepropertyorthrow", + "sec-list-and-record-specification-type", "sec-get-o-p", "eqn-min", "eqn-max", - "sec-list-and-record-specification-type", "assert", "sec-ecmascript-data-types-and-values", - "mathematical-value", - "eqn-modulo", "sec-ecmascript-language-types-string-type", "integer", - "sec-arraycreate", - "sec-createdatapropertyorthrow", - "sec-tostring", - "sec-ordinaryhasinstance", + "sec-object-type", "sec-requireinternalslot", + "function-object", + "sec-createdatapropertyorthrow", "number-value", + "mathematical-value", + "%E2%84%9D", + "eqn-modulo", + "sec-arraycreate", + "sec-tostring", "prod-annexB-NumericLiteral", "sec-literals-numeric-literals", "prod-StrWhiteSpace", @@ -34,13 +41,7 @@ "sec-tonumber", "sec-numeric-types-number-tostring", "sec-objectcreate", - "sec-properties-of-the-object-prototype-object", - "constructor", - "active-function-object", - "sec-ordinarycreatefromconstructor", - "sec-definepropertyorthrow", - "sec-object-type", - "function-object" + "sec-properties-of-the-object-prototype-object" ] }, "https://www.unicode.org/reports/tr35/": { diff --git a/tr/links/tc39-intl-pluralrules.json b/tr/links/tc39-intl-pluralrules.json index 0cf4d709522a..4c55bcf60dbf 100644 --- a/tr/links/tc39-intl-pluralrules.json +++ b/tr/links/tc39-intl-pluralrules.json @@ -4,22 +4,27 @@ "url": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html" }, "links": { - "http://cldr.unicode.org/": {}, + "https://cldr.unicode.org/": {}, "https://tc39.es/ecma262/": { "anchors": [ - "sec-list-and-record-specification-type", - "assert", - "sec-ecmascript-data-types-and-values", - "sec-tonumber", - "eqn-abs", - "integer", - "number-value", "constructor", "sec-ordinarycreatefromconstructor", + "sec-list-and-record-specification-type", "sec-requireinternalslot", + "sec-tonumber", "sec-createdatapropertyorthrow", "sec-createdataproperty", - "sec-createarrayfromlist" + "sec-createarrayfromlist", + "integer", + "number-value", + "assert", + "eqn-abs", + "sec-ecmascript-data-types-and-values" + ] + }, + "https://unicode.org/reports/tr35/tr35-numbers.html": { + "anchors": [ + "Operands" ] } } diff --git a/tr/links/tracking-dnt.json b/tr/links/tracking-dnt.json index 95df23263444..4720fd550663 100644 --- a/tr/links/tracking-dnt.json +++ b/tr/links/tracking-dnt.json @@ -59,7 +59,8 @@ "reject-promise", "upon-fulfillment", "upon-rejection" - ] + ], + "specShortname": "promises-guide" }, "https://www.w3.org/2011/tracking-protection/": {}, "https://www.w3.org/2018/Process-20180201/": {}, diff --git a/tr/links/wai-aria-1.2.json b/tr/links/wai-aria-1.2.json index 1fb080d68915..ff60205ac4dc 100644 --- a/tr/links/wai-aria-1.2.json +++ b/tr/links/wai-aria-1.2.json @@ -154,7 +154,9 @@ "s_role_module_attributes" ] }, - "https://www.w3.org/TR/selectors-3/": {}, + "https://www.w3.org/TR/selectors-3/": { + "specShortname": "selectors-3" + }, "https://www.w3.org/TR/uievents-key/": { "specShortname": "uievents-key" }, diff --git a/tr/links/web-animations-1.json b/tr/links/web-animations-1.json index 3a035e1f5441..dbaaad44e6ff 100644 --- a/tr/links/web-animations-1.json +++ b/tr/links/web-animations-1.json @@ -407,7 +407,8 @@ "https://www.w3.org/TR/css-writing-modes-3/": { "anchors": [ "propdef-direction" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ @@ -441,7 +442,9 @@ ], "specShortname": "motion-1" }, - "https://www.w3.org/TR/selectors-3/": {}, + "https://www.w3.org/TR/selectors-3/": { + "specShortname": "selectors-3" + }, "https://www.w3.org/TR/selectors-4/": { "anchors": [ "pseudo-element", diff --git a/tr/links/web-animations-2.json b/tr/links/web-animations-2.json index 263146a53850..5642fcedba3c 100644 --- a/tr/links/web-animations-2.json +++ b/tr/links/web-animations-2.json @@ -46,7 +46,8 @@ "https://drafts.csswg.org/css-display-4/": { "anchors": [ "propdef-visibility" - ] + ], + "specShortname": "css-display-4" }, "https://drafts.csswg.org/css-easing-1/": { "anchors": [ diff --git a/tr/links/web-locks.json b/tr/links/web-locks.json index 59122cca1bcf..3ee8df23bb53 100644 --- a/tr/links/web-locks.json +++ b/tr/links/web-locks.json @@ -1,7 +1,7 @@ { "spec": { "title": "Web Locks API", - "url": "https://w3c.github.io/web-locks/" + "url": "https://www.w3.org/TR/web-locks/" }, "links": { "http://en.wikipedia.org/wiki/Readers%E2%80%93writer_lock": {}, @@ -74,7 +74,6 @@ }, "https://infra.spec.whatwg.org/": { "anchors": [ - "user-agent", "string", "ordered-set", "struct", @@ -112,16 +111,6 @@ "agent" ] }, - "https://w3c.github.io/IndexedDB/": { - "specShortname": "IndexedDB-3" - }, - "https://w3c.github.io/ServiceWorker/": { - "anchors": [ - "client", - "dom-client-id" - ], - "specShortname": "service-workers" - }, "https://webidl.spec.whatwg.org/": { "anchors": [ "resolve", @@ -147,7 +136,11 @@ "specShortname": "webidl" }, "https://www.w3.org/2004/01/pp-impl/114929/status": {}, - "https://www.w3.org/2021/Process-20211102/": {}, + "https://www.w3.org/2021/Process-20211102/": { + "anchors": [ + "recs-and-notes" + ] + }, "https://www.w3.org/Consortium/Patent-Policy-20200915/": { "anchors": [ "def-essential", @@ -155,7 +148,25 @@ ] }, "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/CSS2/conform.html": { + "anchors": [ + "user-agent" + ] + }, + "https://www.w3.org/TR/CSS21/": { + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/IndexedDB-2/": {}, "https://www.w3.org/TR/security-privacy-questionnaire/": {}, + "https://www.w3.org/TR/service-workers-1/": { + "anchors": [ + "client", + "dom-client-id" + ] + }, + "https://www.w3.org/TR/service-workers/": { + "specShortname": "service-workers" + }, "https://www.w3.org/groups/wg/webapps": {} } } \ No newline at end of file diff --git a/tr/links/web-otp.json b/tr/links/web-otp.json index f9ba9ec705c7..f0d812071a88 100644 --- a/tr/links/web-otp.json +++ b/tr/links/web-otp.json @@ -105,7 +105,8 @@ "https://www.w3.org/2001/tag/doc/promises-guide": { "anchors": [ "errors" - ] + ], + "specShortname": "promises-guide" }, "https://www.w3.org/TR/credential-management-1/": { "specShortname": "credential-management-1" diff --git a/tr/links/webauthn-3.json b/tr/links/webauthn-3.json index f8a00624f25d..4a68693ae8dd 100644 --- a/tr/links/webauthn-3.json +++ b/tr/links/webauthn-3.json @@ -393,7 +393,8 @@ "https://www.w3.org/2001/tag/doc/promises-guide": { "anchors": [ "errors" - ] + ], + "specShortname": "promises-guide" }, "https://www.w3.org/2004/01/pp-impl/87227/status": {}, "https://www.w3.org/2020/Process-20200915/": {}, diff --git a/tr/links/webdriver2.json b/tr/links/webdriver2.json index aef2c08811a8..251cf218a658 100644 --- a/tr/links/webdriver2.json +++ b/tr/links/webdriver2.json @@ -575,7 +575,8 @@ "https://www.w3.org/2001/tag/doc/promises-guide": { "anchors": [ "promise-calling" - ] + ], + "specShortname": "promises-guide" }, "https://www.w3.org/2021/Process-20211102/": { "anchors": [ diff --git a/tr/links/webnn.json b/tr/links/webnn.json index 1e77932691e4..dbcfc1b73255 100644 --- a/tr/links/webnn.json +++ b/tr/links/webnn.json @@ -28,6 +28,7 @@ "general-broadcasting-rules" ] }, + "https://doi.org/10.1162/neco.1997.9.8.1735": {}, "https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms": { "anchors": [ "Level_3" diff --git a/tr/links/webvtt1.json b/tr/links/webvtt1.json index 2cfbf0ad5df0..5c4d0cd20941 100644 --- a/tr/links/webvtt1.json +++ b/tr/links/webvtt1.json @@ -123,7 +123,9 @@ ], "specShortname": "css-cascade-4" }, - "https://www.w3.org/TR/css-color-3/": {}, + "https://www.w3.org/TR/css-color-3/": { + "specShortname": "css-color-3" + }, "https://www.w3.org/TR/css-color-4/": { "anchors": [ "propdef-color", @@ -223,7 +225,8 @@ "https://www.w3.org/TR/css-writing-modes-3/": { "anchors": [ "propdef-unicode-bidi" - ] + ], + "specShortname": "css-writing-modes-3" }, "https://www.w3.org/TR/css-writing-modes-4/": { "specShortname": "css-writing-modes-4" @@ -293,8 +296,7 @@ "https://www.w3.org/TR/encoding/": { "anchors": [ "utf-8-decode" - ], - "specShortname": "encoding" + ] }, "https://www.w3.org/TR/html51/": {}, "https://www.w3.org/TR/html51/document-metadata.html": { @@ -376,7 +378,9 @@ "entry-settings-object" ] }, - "https://www.w3.org/TR/selectors-3/": {}, + "https://www.w3.org/TR/selectors-3/": { + "specShortname": "selectors-3" + }, "https://www.w3.org/TR/selectors-4/": { "specShortname": "selectors-4" }, diff --git a/tr/refs/DOM-Level-2-Style.json b/tr/refs/DOM-Level-2-Style.json new file mode 100644 index 000000000000..e02190d0e8c7 --- /dev/null +++ b/tr/refs/DOM-Level-2-Style.json @@ -0,0 +1,48 @@ +{ + "spec": { + "title": "Document Object Model (DOM) Level 2 Style Specification", + "url": "https://www.w3.org/TR/DOM-Level-2-Style/" + }, + "refs": { + "normative": [ + { + "name": "DOMLevel2Core", + "url": "http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113" + }, + { + "name": "CSS2", + "url": "http://www.w3.org/TR/1998/REC-CSS2-19980512" + }, + { + "name": "ECMAScript", + "url": "http://www.ecma.ch/ecma1/STAND/ECMA-262.HTM" + }, + { + "name": "HTML4.0", + "url": "http://www.w3.org/TR/1998/REC-html40-19980424" + }, + { + "name": "Java", + "url": "http://java.sun.com/docs/books/jls" + }, + { + "name": "OMGIDL", + "url": "http://www.omg.org/" + }, + { + "name": "DOMLevel2Views", + "url": "http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113" + }, + { + "name": "XML-StyleSheet", + "url": "http://www.w3.org/1999/06/REC-xml-stylesheet-19990629" + } + ], + "informative": [ + { + "name": "DOMLevel2HTML", + "url": "http://www.w3.org/TR/DOM-Level-2-HTML" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/PNG-spec.json b/tr/refs/PNG-spec.json index 1e98ba3ec04a..d215e8390950 100644 --- a/tr/refs/PNG-spec.json +++ b/tr/refs/PNG-spec.json @@ -99,6 +99,10 @@ "name": "SMPTE170M", "url": "https://standards.globalspec.com/std/892300/SMPTE%20ST%20170M" }, + { + "name": "SMPTEST2086", + "url": "https://ieeexplore.ieee.org/document/8353899" + }, { "name": "SRGB", "url": "https://webstore.iec.ch/publication/6169" @@ -133,6 +137,10 @@ "name": "Hill", "url": "https://dl.acm.org/doi/10.1145/248210.248212" }, + { + "name": "ITU-RBT.2020", + "url": "https://www.itu.int/rec/R-REC-BT.2020" + }, { "name": "ITU-RBT.2100", "url": "https://www.itu.int/rec/R-REC-BT.2100" @@ -152,6 +160,10 @@ "name": "ROELOFS", "url": "http://www.libpng.org/pub/png/pngbook.html" }, + { + "name": "SMPTERP177", + "url": "https://standards.globalspec.com/std/1284890/smpte-rp-177" + }, { "name": "SMPTERP2077", "url": "https://doi.org/10.5594/SMPTE.RP2077.2013" diff --git a/tr/refs/compute-pressure.json b/tr/refs/compute-pressure.json index 51e4df6f271a..b4085147a974 100644 --- a/tr/refs/compute-pressure.json +++ b/tr/refs/compute-pressure.json @@ -1,7 +1,7 @@ { "spec": { "title": "Compute Pressure Level 1", - "url": "https://w3c.github.io/compute-pressure/" + "url": "https://www.w3.org/TR/compute-pressure/" }, "refs": { "normative": [ @@ -25,6 +25,10 @@ "name": "mediacapture-streams", "url": "https://www.w3.org/TR/mediacapture-streams/" }, + { + "name": "PERMISSIONS", + "url": "https://www.w3.org/TR/permissions/" + }, { "name": "PERMISSIONS-POLICY", "url": "https://www.w3.org/TR/permissions-policy-1/" diff --git a/tr/refs/contact-api.json b/tr/refs/contact-picker-1.json similarity index 89% rename from tr/refs/contact-api.json rename to tr/refs/contact-picker-1.json index d86be45ed136..0827fc98465a 100644 --- a/tr/refs/contact-api.json +++ b/tr/refs/contact-picker-1.json @@ -1,13 +1,13 @@ { "spec": { "title": "Contact Picker API", - "url": "https://w3c.github.io/contact-picker/spec/" + "url": "https://www.w3.org/TR/contact-picker-1/" }, "refs": { "normative": [ { "name": "FileAPI", - "url": "https://w3c.github.io/FileAPI/" + "url": "https://www.w3.org/TR/FileAPI/" }, { "name": "HTML", diff --git a/tr/refs/css-2022.json b/tr/refs/css-2022.json new file mode 100644 index 000000000000..5f57542b22d9 --- /dev/null +++ b/tr/refs/css-2022.json @@ -0,0 +1,252 @@ +{ + "spec": { + "title": "CSS Snapshot 2022", + "url": "https://www.w3.org/TR/css-2022/" + }, + "refs": { + "normative": [ + { + "name": "COMPOSITING", + "url": "https://www.w3.org/TR/compositing-1/" + }, + { + "name": "CSS-BACKGROUNDS-3", + "url": "https://www.w3.org/TR/css-backgrounds-3/" + }, + { + "name": "CSS-BOX-3", + "url": "https://www.w3.org/TR/css-box-3/" + }, + { + "name": "CSS-CASCADE-4", + "url": "https://www.w3.org/TR/css-cascade-4/" + }, + { + "name": "CSS-COLOR-4", + "url": "https://www.w3.org/TR/css-color-4/" + }, + { + "name": "CSS-COLOR-5", + "url": "https://www.w3.org/TR/css-color-5/" + }, + { + "name": "CSS-COLOR-ADJUST-1", + "url": "https://www.w3.org/TR/css-color-adjust-1/" + }, + { + "name": "CSS-CONDITIONAL-3", + "url": "https://www.w3.org/TR/css-conditional-3/" + }, + { + "name": "CSS-CONTAIN-1", + "url": "https://www.w3.org/TR/css-contain-1/" + }, + { + "name": "CSS-COUNTER-STYLES-3", + "url": "https://www.w3.org/TR/css-counter-styles-3/" + }, + { + "name": "CSS-DISPLAY-3", + "url": "https://www.w3.org/TR/css-display-3/" + }, + { + "name": "CSS-EASING-1", + "url": "https://www.w3.org/TR/css-easing-1/" + }, + { + "name": "CSS-FLEXBOX-1", + "url": "https://www.w3.org/TR/css-flexbox-1/" + }, + { + "name": "CSS-FONTS-3", + "url": "https://www.w3.org/TR/css-fonts-3/" + }, + { + "name": "CSS-FONTS-4", + "url": "https://www.w3.org/TR/css-fonts-4/" + }, + { + "name": "CSS-GRID-1", + "url": "https://www.w3.org/TR/css-grid-1/" + }, + { + "name": "CSS-GRID-2", + "url": "https://www.w3.org/TR/css-grid-2/" + }, + { + "name": "CSS-IMAGES-3", + "url": "https://www.w3.org/TR/css-images-3/" + }, + { + "name": "CSS-IMAGES-4", + "url": "https://www.w3.org/TR/css-images-4/" + }, + { + "name": "CSS-LISTS-3", + "url": "https://www.w3.org/TR/css-lists-3/" + }, + { + "name": "CSS-LOGICAL-1", + "url": "https://www.w3.org/TR/css-logical-1/" + }, + { + "name": "CSS-MULTICOL-1", + "url": "https://www.w3.org/TR/css-multicol-1/" + }, + { + "name": "CSS-POSITION-3", + "url": "https://www.w3.org/TR/css-position-3/" + }, + { + "name": "CSS-SIZING-3", + "url": "https://www.w3.org/TR/css-sizing-3/" + }, + { + "name": "CSS-SIZING-4", + "url": "https://www.w3.org/TR/css-sizing-4/" + }, + { + "name": "CSS-STYLE-ATTR", + "url": "https://www.w3.org/TR/css-style-attr/" + }, + { + "name": "CSS-SYNTAX-3", + "url": "https://www.w3.org/TR/css-syntax-3/" + }, + { + "name": "CSS-TEXT-4", + "url": "https://www.w3.org/TR/css-text-4/" + }, + { + "name": "CSS-TRANSFORMS-1", + "url": "https://www.w3.org/TR/css-transforms-1/" + }, + { + "name": "CSS-TRANSFORMS-2", + "url": "https://www.w3.org/TR/css-transforms-2/" + }, + { + "name": "CSS-UI-3", + "url": "https://www.w3.org/TR/css-ui-3/" + }, + { + "name": "CSS-VALUES-3", + "url": "https://www.w3.org/TR/css-values-3/" + }, + { + "name": "CSS-VARIABLES-1", + "url": "https://www.w3.org/TR/css-variables-1/" + }, + { + "name": "CSS-WILL-CHANGE-1", + "url": "https://www.w3.org/TR/css-will-change-1/" + }, + { + "name": "CSS-WRITING-MODES-3", + "url": "https://www.w3.org/TR/css-writing-modes-3/" + }, + { + "name": "CSS2", + "url": "https://www.w3.org/TR/CSS21/" + }, + { + "name": "CSS3-MEDIAQUERIES", + "url": "https://www.w3.org/TR/mediaqueries-3/" + }, + { + "name": "CSS3-NAMESPACE", + "url": "https://www.w3.org/TR/css-namespaces-3/" + }, + { + "name": "RESIZE-OBSERVER-1", + "url": "https://www.w3.org/TR/resize-observer-1/" + }, + { + "name": "RFC2119", + "url": "https://datatracker.ietf.org/doc/html/rfc2119" + }, + { + "name": "SELECTORS-3", + "url": "https://www.w3.org/TR/selectors-3/" + }, + { + "name": "SELECTORS-4", + "url": "https://www.w3.org/TR/selectors-4/" + }, + { + "name": "WEB-ANIMATIONS-1", + "url": "https://www.w3.org/TR/web-animations-1/" + } + ], + "informative": [ + { + "name": "CSS-ALIGN-3", + "url": "https://www.w3.org/TR/css-align-3/" + }, + { + "name": "CSS-ANIMATIONS-1", + "url": "https://www.w3.org/TR/css-animations-1/" + }, + { + "name": "CSS-BREAK-3", + "url": "https://www.w3.org/TR/css-break-3/" + }, + { + "name": "CSS-CASCADE-3", + "url": "https://www.w3.org/TR/css-cascade-3/" + }, + { + "name": "CSS-COLOR-3", + "url": "https://www.w3.org/TR/css-color-3/" + }, + { + "name": "CSS-FONT-LOADING-3", + "url": "https://www.w3.org/TR/css-font-loading-3/" + }, + { + "name": "CSS-MASKING-1", + "url": "https://www.w3.org/TR/css-masking-1/" + }, + { + "name": "CSS-SCROLL-SNAP-1", + "url": "https://www.w3.org/TR/css-scroll-snap-1/" + }, + { + "name": "CSS-SCROLLBARS-1", + "url": "https://www.w3.org/TR/css-scrollbars-1/" + }, + { + "name": "CSS-SHAPES-1", + "url": "https://www.w3.org/TR/css-shapes-1/" + }, + { + "name": "CSS-SPEECH-1", + "url": "https://www.w3.org/TR/css-speech-1/" + }, + { + "name": "CSS-TEXT-3", + "url": "https://www.w3.org/TR/css-text-3/" + }, + { + "name": "CSS-TEXT-DECOR-3", + "url": "https://www.w3.org/TR/css-text-decor-3/" + }, + { + "name": "CSS-TRANSITIONS-1", + "url": "https://www.w3.org/TR/css-transitions-1/" + }, + { + "name": "CSS-WRITING-MODES-4", + "url": "https://www.w3.org/TR/css-writing-modes-4/" + }, + { + "name": "FILTER-EFFECTS-1", + "url": "https://www.w3.org/TR/filter-effects-1/" + }, + { + "name": "MEDIAQUERIES-4", + "url": "https://www.w3.org/TR/mediaqueries-4/" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/css-backgrounds-4.json b/tr/refs/css-backgrounds-4.json index 6d29ea20271c..2ae057664777 100644 --- a/tr/refs/css-backgrounds-4.json +++ b/tr/refs/css-backgrounds-4.json @@ -25,6 +25,10 @@ "name": "CSS-IMAGES-4", "url": "https://drafts.csswg.org/css-images-4/" }, + { + "name": "CSS-TABLES-3", + "url": "https://drafts.csswg.org/css-tables-3/" + }, { "name": "CSS-TEXT-4", "url": "https://drafts.csswg.org/css-text-4/" @@ -33,10 +37,6 @@ "name": "CSS-VALUES-4", "url": "https://drafts.csswg.org/css-values-4/" }, - { - "name": "CSS21", - "url": "https://drafts.csswg.org/css2/" - }, { "name": "CSS3BG", "url": "https://drafts.csswg.org/css-backgrounds/" @@ -51,6 +51,10 @@ "name": "CSS1", "url": "https://www.w3.org/TR/CSS1/" }, + { + "name": "CSS21", + "url": "https://drafts.csswg.org/css2/" + }, { "name": "CSS3GRID", "url": "https://drafts.csswg.org/css-grid/" diff --git a/tr/refs/css-color-3.json b/tr/refs/css-color-3.json new file mode 100644 index 000000000000..dd2d99bba2a3 --- /dev/null +++ b/tr/refs/css-color-3.json @@ -0,0 +1,26 @@ +{ + "spec": { + "title": "CSS Color Module Level 3", + "url": "https://www.w3.org/TR/css-color-3/" + }, + "refs": { + "normative": [ + { + "name": "COLORIMETRY" + }, + { + "name": "CSS21", + "url": "http://www.w3.org/TR/2011/REC-CSS2-20110607" + }, + { + "name": "SRGB", + "url": "https://webstore.iec.ch/publication/6168" + }, + { + "name": "SVG11", + "url": "http://www.w3.org/TR/2011/REC-SVG11-20110816/" + } + ], + "informative": [] + } +} \ No newline at end of file diff --git a/tr/refs/css-color-6.json b/tr/refs/css-color-6.json new file mode 100644 index 000000000000..b86130bc0c2d --- /dev/null +++ b/tr/refs/css-color-6.json @@ -0,0 +1,48 @@ +{ + "spec": { + "title": "CSS Color Module Level 6", + "url": "https://drafts.csswg.org/css-color-6/" + }, + "refs": { + "normative": [ + { + "name": "COMPOSITING-1", + "url": "https://drafts.fxtf.org/compositing-1/" + }, + { + "name": "CSS-CASCADE-5", + "url": "https://drafts.csswg.org/css-cascade-5/" + }, + { + "name": "CSS-COLOR-4", + "url": "https://drafts.csswg.org/css-color/" + }, + { + "name": "CSS-SYNTAX-3", + "url": "https://drafts.csswg.org/css-syntax/" + }, + { + "name": "CSS-VALUES-4", + "url": "https://drafts.csswg.org/css-values-4/" + }, + { + "name": "CSSOM-1", + "url": "https://drafts.csswg.org/cssom/" + }, + { + "name": "RFC2119", + "url": "https://datatracker.ietf.org/doc/html/rfc2119" + }, + { + "name": "WCAG21", + "url": "https://w3c.github.io/wcag/21/guidelines/" + } + ], + "informative": [ + { + "name": "CSS-COLOR-5", + "url": "https://drafts.csswg.org/css-color-5/" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/css-color-hdr.json b/tr/refs/css-color-hdr.json new file mode 100644 index 000000000000..fa7c91f48bae --- /dev/null +++ b/tr/refs/css-color-hdr.json @@ -0,0 +1,60 @@ +{ + "spec": { + "title": "CSS Color HDR Module Level 1", + "url": "https://drafts.csswg.org/css-color-hdr/" + }, + "refs": { + "normative": [ + { + "name": "CSS-COLOR-4", + "url": "https://drafts.csswg.org/css-color/" + }, + { + "name": "CSS-VALUES-3", + "url": "https://drafts.csswg.org/css-values-3/" + }, + { + "name": "CSS-VALUES-4", + "url": "https://drafts.csswg.org/css-values-4/" + }, + { + "name": "CSS2", + "url": "https://drafts.csswg.org/css2/" + }, + { + "name": "Rec.2020", + "url": "http://www.itu.int/rec/R-REC-BT.2020/en" + }, + { + "name": "Rec_BT.2100", + "url": "https://www.itu.int/dms_pubrec/itu-r/rec/bt/R-REC-BT.2100-2-201807-I!!PDF-E.pdf" + }, + { + "name": "Rec_BT.2390", + "url": "https://www.itu.int/dms_pub/itu-r/opb/rep/R-REP-BT.2390-8-2020-PDF-E.pdf" + }, + { + "name": "RFC2119", + "url": "https://datatracker.ietf.org/doc/html/rfc2119" + }, + { + "name": "Rpt_BT.2408", + "url": "https://www.itu.int/dms_pub/itu-r/opb/rep/R-REP-BT.2408-2017-PDF-E.pdf" + }, + { + "name": "Safdar-PUCS", + "url": "https://www.osapublishing.org/DirectPDFAccess/33630C0F-CFF9-6328-FA6195B4E962F4D7_368272/oe-25-13-15131.pdf?da=1&id=368272&seq=0&mobile=no" + }, + { + "name": "SMPTE-ST-2084", + "url": "https://ieeexplore.ieee.org/document/7291452" + } + ], + "informative": [ + { + "name": "ARIB_STD-B67", + "url": "https://www.arib.or.jp/english/html/overview/doc/2-STD-B67v1_0.pdf" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/css-conditional-values-1.json b/tr/refs/css-conditional-values-1.json new file mode 100644 index 000000000000..d86c6cb80d01 --- /dev/null +++ b/tr/refs/css-conditional-values-1.json @@ -0,0 +1,56 @@ +{ + "spec": { + "title": "CSS Conditional Values Module Level 1", + "url": "https://drafts.csswg.org/css-conditional-values-1/" + }, + "refs": { + "normative": [ + { + "name": "CSS-CASCADE-5", + "url": "https://drafts.csswg.org/css-cascade-5/" + }, + { + "name": "CSS-SYNTAX-3", + "url": "https://drafts.csswg.org/css-syntax/" + }, + { + "name": "CSS-VALUES-3", + "url": "https://drafts.csswg.org/css-values-3/" + }, + { + "name": "CSS-VALUES-4", + "url": "https://drafts.csswg.org/css-values-4/" + }, + { + "name": "CSS-VARIABLES-2", + "url": "https://drafts.csswg.org/css-variables-2/" + }, + { + "name": "CSS2", + "url": "https://drafts.csswg.org/css2/" + }, + { + "name": "MEDIAQUERIES-5", + "url": "https://drafts.csswg.org/mediaqueries-5/" + }, + { + "name": "RFC2119", + "url": "https://datatracker.ietf.org/doc/html/rfc2119" + } + ], + "informative": [ + { + "name": "CSS-CONDITIONAL-3", + "url": "https://drafts.csswg.org/css-conditional-3/" + }, + { + "name": "CSS-CONDITIONAL-4", + "url": "https://drafts.csswg.org/css-conditional-4/" + }, + { + "name": "MEDIAQUERIES-4", + "url": "https://drafts.csswg.org/mediaqueries-4/" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/css-contain-1.json b/tr/refs/css-contain-1.json new file mode 100644 index 000000000000..7b8da55b766c --- /dev/null +++ b/tr/refs/css-contain-1.json @@ -0,0 +1,120 @@ +{ + "spec": { + "title": "CSS Containment Module Level 1", + "url": "https://www.w3.org/TR/css-contain-1/" + }, + "refs": { + "normative": [ + { + "name": "CSS-BACKGROUNDS-3", + "url": "https://www.w3.org/TR/css-backgrounds-3/" + }, + { + "name": "CSS-BREAK-3", + "url": "https://www.w3.org/TR/css-break-3/" + }, + { + "name": "CSS-CASCADE-5", + "url": "https://www.w3.org/TR/css-cascade-5/" + }, + { + "name": "CSS-DISPLAY-3", + "url": "https://www.w3.org/TR/css-display-3/" + }, + { + "name": "CSS-IMAGES-3", + "url": "https://www.w3.org/TR/css-images-3/" + }, + { + "name": "CSS-OVERFLOW-3", + "url": "https://www.w3.org/TR/css-overflow-3/" + }, + { + "name": "CSS-POSITION-3", + "url": "https://www.w3.org/TR/css-position-3/" + }, + { + "name": "CSS-PSEUDO-4", + "url": "https://www.w3.org/TR/css-pseudo-4/" + }, + { + "name": "CSS-SIZING-3", + "url": "https://www.w3.org/TR/css-sizing-3/" + }, + { + "name": "CSS-UI-3", + "url": "https://www.w3.org/TR/css-ui-3/" + }, + { + "name": "CSS-VALUES-3", + "url": "https://www.w3.org/TR/css-values-3/" + }, + { + "name": "CSS-VALUES-4", + "url": "https://www.w3.org/TR/css-values-4/" + }, + { + "name": "CSS-WRITING-MODES-3", + "url": "https://www.w3.org/TR/css-writing-modes-3/" + }, + { + "name": "CSS-WRITING-MODES-4", + "url": "https://www.w3.org/TR/css-writing-modes-4/" + }, + { + "name": "CSS2", + "url": "https://www.w3.org/TR/CSS21/" + }, + { + "name": "HTML", + "url": "https://html.spec.whatwg.org/multipage/" + }, + { + "name": "RFC2119", + "url": "https://datatracker.ietf.org/doc/html/rfc2119" + }, + { + "name": "SVG2", + "url": "https://www.w3.org/TR/SVG2/" + } + ], + "informative": [ + { + "name": "CSS-CONTAIN-2", + "url": "https://www.w3.org/TR/css-contain-2/" + }, + { + "name": "CSS-CONTENT-3", + "url": "https://www.w3.org/TR/css-content-3/" + }, + { + "name": "CSS-GRID-2", + "url": "https://www.w3.org/TR/css-grid-2/" + }, + { + "name": "CSS-MULTICOL-1", + "url": "https://www.w3.org/TR/css-multicol-1/" + }, + { + "name": "CSS-OVERFLOW-4", + "url": "https://www.w3.org/TR/css-overflow-4/" + }, + { + "name": "CSS-PAGE-3", + "url": "https://www.w3.org/TR/css-page-3/" + }, + { + "name": "CSS-REGIONS-1", + "url": "https://www.w3.org/TR/css-regions-1/" + }, + { + "name": "CSS-SIZING-4", + "url": "https://www.w3.org/TR/css-sizing-4/" + }, + { + "name": "FILTER-EFFECTS-1", + "url": "https://www.w3.org/TR/filter-effects-1/" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/css-display-4.json b/tr/refs/css-display-4.json new file mode 100644 index 000000000000..9d4af24e4aeb --- /dev/null +++ b/tr/refs/css-display-4.json @@ -0,0 +1,156 @@ +{ + "spec": { + "title": "CSS Display Module Level 4", + "url": "https://drafts.csswg.org/css-display-4/" + }, + "refs": { + "normative": [ + { + "name": "CSS-ALIGN-3", + "url": "https://drafts.csswg.org/css-align/" + }, + { + "name": "CSS-BACKGROUNDS-3", + "url": "https://drafts.csswg.org/css-backgrounds/" + }, + { + "name": "CSS-BOX-4", + "url": "https://drafts.csswg.org/css-box-4/" + }, + { + "name": "CSS-BREAK-3", + "url": "https://drafts.csswg.org/css-break/" + }, + { + "name": "CSS-BREAK-4", + "url": "https://drafts.csswg.org/css-break-4/" + }, + { + "name": "CSS-CASCADE-3", + "url": "https://drafts.csswg.org/css-cascade-3/" + }, + { + "name": "CSS-CASCADE-5", + "url": "https://drafts.csswg.org/css-cascade-5/" + }, + { + "name": "CSS-CASCADE-6", + "url": "https://drafts.csswg.org/css-cascade-6/" + }, + { + "name": "CSS-CONTAIN-2", + "url": "https://drafts.csswg.org/css-contain-2/" + }, + { + "name": "CSS-FLEXBOX-1", + "url": "https://drafts.csswg.org/css-flexbox-1/" + }, + { + "name": "CSS-GRID-1", + "url": "https://drafts.csswg.org/css-grid/" + }, + { + "name": "CSS-GRID-2", + "url": "https://drafts.csswg.org/css-grid-2/" + }, + { + "name": "CSS-IMAGES-3", + "url": "https://drafts.csswg.org/css-images-3/" + }, + { + "name": "CSS-INLINE-3", + "url": "https://drafts.csswg.org/css-inline-3/" + }, + { + "name": "CSS-OVERFLOW-3", + "url": "https://drafts.csswg.org/css-overflow-3/" + }, + { + "name": "CSS-PAGE-3", + "url": "https://drafts.csswg.org/css-page-3/" + }, + { + "name": "CSS-POSITION-3", + "url": "https://drafts.csswg.org/css-position-3/" + }, + { + "name": "CSS-PSEUDO-4", + "url": "https://drafts.csswg.org/css-pseudo-4/" + }, + { + "name": "CSS-RUBY-1", + "url": "https://drafts.csswg.org/css-ruby-1/" + }, + { + "name": "CSS-SPEECH-1", + "url": "https://drafts.csswg.org/css-speech-1/" + }, + { + "name": "CSS-TABLES-3", + "url": "https://drafts.csswg.org/css-tables-3/" + }, + { + "name": "CSS-TEXT-4", + "url": "https://drafts.csswg.org/css-text-4/" + }, + { + "name": "CSS-UI-4", + "url": "https://drafts.csswg.org/css-ui-4/" + }, + { + "name": "CSS-VALUES-3", + "url": "https://drafts.csswg.org/css-values-3/" + }, + { + "name": "CSS-VALUES-4", + "url": "https://drafts.csswg.org/css-values-4/" + }, + { + "name": "CSS-WRITING-MODES-3", + "url": "https://drafts.csswg.org/css-writing-modes-3/" + }, + { + "name": "CSS2", + "url": "https://drafts.csswg.org/css2/" + }, + { + "name": "CSSOM", + "url": "https://drafts.csswg.org/cssom/" + }, + { + "name": "DOM", + "url": "https://dom.spec.whatwg.org/" + }, + { + "name": "HTML", + "url": "https://html.spec.whatwg.org/multipage/" + }, + { + "name": "MEDIAQUERIES-5", + "url": "https://drafts.csswg.org/mediaqueries-5/" + }, + { + "name": "RFC2119", + "url": "https://datatracker.ietf.org/doc/html/rfc2119" + }, + { + "name": "SELECTORS-4", + "url": "https://drafts.csswg.org/selectors/" + }, + { + "name": "SVG2", + "url": "https://svgwg.org/svg2-draft/" + } + ], + "informative": [ + { + "name": "CSS-SIZING-3", + "url": "https://drafts.csswg.org/css-sizing-3/" + }, + { + "name": "CSS3-EXCLUSIONS", + "url": "https://drafts.csswg.org/css-exclusions/" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/css-forms-1.json b/tr/refs/css-forms-1.json new file mode 100644 index 000000000000..814a1d9195c8 --- /dev/null +++ b/tr/refs/css-forms-1.json @@ -0,0 +1,27 @@ +{ + "spec": { + "title": "CSS Form Styling Module Level 1", + "url": "https://drafts.csswg.org/css-forms-1/" + }, + "refs": { + "normative": [ + { + "name": "CSS-BACKGROUNDS-3", + "url": "https://drafts.csswg.org/css-backgrounds/" + }, + { + "name": "CSS-COLOR-4", + "url": "https://drafts.csswg.org/css-color/" + }, + { + "name": "HTML", + "url": "https://html.spec.whatwg.org/multipage/" + }, + { + "name": "RFC2119", + "url": "https://datatracker.ietf.org/doc/html/rfc2119" + } + ], + "informative": [] + } +} \ No newline at end of file diff --git a/tr/refs/css-grid-1.json b/tr/refs/css-grid-1.json new file mode 100644 index 000000000000..81fc5a3cba68 --- /dev/null +++ b/tr/refs/css-grid-1.json @@ -0,0 +1,124 @@ +{ + "spec": { + "title": "CSS Grid Layout Module Level 1", + "url": "https://www.w3.org/TR/css-grid-1/" + }, + "refs": { + "normative": [ + { + "name": "CSS-ALIGN-3", + "url": "https://www.w3.org/TR/css-align-3/" + }, + { + "name": "CSS-BOX-4", + "url": "https://www.w3.org/TR/css-box-4/" + }, + { + "name": "CSS-BREAK-4", + "url": "https://www.w3.org/TR/css-break-4/" + }, + { + "name": "CSS-CASCADE-4", + "url": "https://www.w3.org/TR/css-cascade-4/" + }, + { + "name": "CSS-DISPLAY-3", + "url": "https://www.w3.org/TR/css-display-3/" + }, + { + "name": "CSS-FLEXBOX-1", + "url": "https://www.w3.org/TR/css-flexbox-1/" + }, + { + "name": "CSS-GRID-2", + "url": "https://www.w3.org/TR/css-grid-2/" + }, + { + "name": "CSS-IMAGES-3", + "url": "https://www.w3.org/TR/css-images-3/" + }, + { + "name": "CSS-INLINE-3", + "url": "https://www.w3.org/TR/css-inline-3/" + }, + { + "name": "CSS-OVERFLOW-3", + "url": "https://www.w3.org/TR/css-overflow-3/" + }, + { + "name": "CSS-POSITION-3", + "url": "https://www.w3.org/TR/css-position-3/" + }, + { + "name": "CSS-PSEUDO-4", + "url": "https://www.w3.org/TR/css-pseudo-4/" + }, + { + "name": "CSS-SIZING-3", + "url": "https://www.w3.org/TR/css-sizing-3/" + }, + { + "name": "CSS-SYNTAX-3", + "url": "https://www.w3.org/TR/css-syntax-3/" + }, + { + "name": "CSS-TEXT-3", + "url": "https://www.w3.org/TR/css-text-3/" + }, + { + "name": "CSS-VALUES-3", + "url": "https://www.w3.org/TR/css-values-3/" + }, + { + "name": "CSS-VALUES-4", + "url": "https://www.w3.org/TR/css-values-4/" + }, + { + "name": "CSS-WRITING-MODES-4", + "url": "https://www.w3.org/TR/css-writing-modes-4/" + }, + { + "name": "CSS2", + "url": "https://www.w3.org/TR/CSS21/" + }, + { + "name": "CSS3-BREAK", + "url": "https://www.w3.org/TR/css-break-3/" + }, + { + "name": "CSS3-WRITING-MODES", + "url": "https://www.w3.org/TR/css-writing-modes-3/" + }, + { + "name": "CSSOM", + "url": "https://www.w3.org/TR/cssom-1/" + }, + { + "name": "INFRA", + "url": "https://infra.spec.whatwg.org/" + }, + { + "name": "MEDIAQUERIES-5", + "url": "https://www.w3.org/TR/mediaqueries-5/" + }, + { + "name": "RFC2119", + "url": "https://tools.ietf.org/html/rfc2119" + }, + { + "name": "WEB-ANIMATIONS-1", + "url": "https://www.w3.org/TR/web-animations-1/" + } + ], + "informative": [ + { + "name": "CSS-MULTICOL-1", + "url": "https://www.w3.org/TR/css-multicol-1/" + }, + { + "name": "HTML", + "url": "https://html.spec.whatwg.org/multipage/" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/css-ui-3.json b/tr/refs/css-ui-3.json new file mode 100644 index 000000000000..1c4c5a4f0e0f --- /dev/null +++ b/tr/refs/css-ui-3.json @@ -0,0 +1,80 @@ +{ + "spec": { + "title": "CSS Basic User Interface Module Level 3 (CSS3 UI)", + "url": "https://www.w3.org/TR/css-ui-3/" + }, + "refs": { + "normative": [ + { + "name": "CSS-BACKGROUNDS-3", + "url": "https://www.w3.org/TR/css-backgrounds-3/" + }, + { + "name": "CSS-COLOR-3", + "url": "https://www.w3.org/TR/css-color-3/" + }, + { + "name": "CSS-VALUES-3", + "url": "https://www.w3.org/TR/css-values-3/" + }, + { + "name": "CSS-WRITING-MODES-3", + "url": "https://www.w3.org/TR/css-writing-modes-3/" + }, + { + "name": "CSS2", + "url": "https://www.w3.org/TR/CSS2/" + }, + { + "name": "CSS3-IMAGES", + "url": "https://www.w3.org/TR/css3-images/" + }, + { + "name": "HTML", + "url": "https://html.spec.whatwg.org/multipage/" + }, + { + "name": "PNG", + "url": "https://www.w3.org/TR/PNG/" + }, + { + "name": "RFC2119", + "url": "https://tools.ietf.org/html/rfc2119" + }, + { + "name": "SVG11", + "url": "https://www.w3.org/TR/SVG11/" + }, + { + "name": "SVG2", + "url": "https://www.w3.org/TR/SVG2/" + }, + { + "name": "UAX29", + "url": "https://www.unicode.org/reports/tr29/tr29-31.html" + } + ], + "informative": [ + { + "name": "CSS-CASCADE-4", + "url": "https://www.w3.org/TR/css-cascade-4/" + }, + { + "name": "CSS-PSEUDO-4", + "url": "https://www.w3.org/TR/css-pseudo-4/" + }, + { + "name": "CSS-TRANSITIONS-1", + "url": "https://www.w3.org/TR/css-transitions-1/" + }, + { + "name": "CSS1", + "url": "https://www.w3.org/TR/REC-CSS1/" + }, + { + "name": "CSS4-IMAGES", + "url": "https://www.w3.org/TR/css-images-4/" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/css-variables-2.json b/tr/refs/css-variables-2.json index 07922dce3fbd..63b4b3523b73 100644 --- a/tr/refs/css-variables-2.json +++ b/tr/refs/css-variables-2.json @@ -86,10 +86,6 @@ { "name": "CSS-FONTS-4", "url": "https://drafts.csswg.org/css-fonts-4/" - }, - { - "name": "CSS-FONTS-5", - "url": "https://drafts.csswg.org/css-fonts-5/" } ] } diff --git a/tr/refs/css-writing-modes-3.json b/tr/refs/css-writing-modes-3.json new file mode 100644 index 000000000000..ab2f4119785f --- /dev/null +++ b/tr/refs/css-writing-modes-3.json @@ -0,0 +1,148 @@ +{ + "spec": { + "title": "CSS Writing Modes Level 3", + "url": "https://www.w3.org/TR/css-writing-modes-3/" + }, + "refs": { + "normative": [ + { + "name": "CSS-BOX-3", + "url": "https://www.w3.org/TR/css-box-3/" + }, + { + "name": "CSS-CASCADE-4", + "url": "https://www.w3.org/TR/css-cascade-4/" + }, + { + "name": "CSS-DISPLAY-3", + "url": "https://www.w3.org/TR/css-display-3/" + }, + { + "name": "CSS-IMAGES-3", + "url": "https://www.w3.org/TR/css-images-3/" + }, + { + "name": "CSS-INLINE-3", + "url": "https://www.w3.org/TR/css-inline-3/" + }, + { + "name": "CSS-MASKING-1", + "url": "https://www.w3.org/TR/css-masking-1/" + }, + { + "name": "CSS-OVERFLOW-3", + "url": "https://www.w3.org/TR/css-overflow-3/" + }, + { + "name": "CSS-RUBY-1", + "url": "https://www.w3.org/TR/css-ruby-1/" + }, + { + "name": "CSS-SIZING-3", + "url": "https://www.w3.org/TR/css-sizing-3/" + }, + { + "name": "CSS-TEXT-3", + "url": "https://www.w3.org/TR/css-text-3/" + }, + { + "name": "CSS-VALUES-3", + "url": "https://www.w3.org/TR/css-values-3/" + }, + { + "name": "CSS-VALUES-4", + "url": "https://www.w3.org/TR/css-values-4/" + }, + { + "name": "CSS-WRITING-MODES-4", + "url": "https://www.w3.org/TR/css-writing-modes-4/" + }, + { + "name": "CSS2", + "url": "https://www.w3.org/TR/CSS2/" + }, + { + "name": "CSS3-BREAK", + "url": "https://www.w3.org/TR/css-break-3/" + }, + { + "name": "CSS3-TEXT-DECOR", + "url": "https://www.w3.org/TR/css-text-decor-3/" + }, + { + "name": "CSS3BG", + "url": "https://www.w3.org/TR/css-backgrounds-3/" + }, + { + "name": "CSS3COL", + "url": "https://www.w3.org/TR/css-multicol-1/" + }, + { + "name": "CSS3PAGE", + "url": "https://www.w3.org/TR/css-page-3/" + }, + { + "name": "HTML", + "url": "https://html.spec.whatwg.org/multipage/" + }, + { + "name": "RFC2119", + "url": "https://tools.ietf.org/html/rfc2119" + }, + { + "name": "RFC6919", + "url": "https://tools.ietf.org/html/rfc6919" + }, + { + "name": "SVG11", + "url": "https://www.w3.org/TR/SVG11/" + }, + { + "name": "UAX11", + "url": "https://www.unicode.org/reports/tr11/tr11-36.html" + }, + { + "name": "UAX24", + "url": "https://www.unicode.org/reports/tr24/tr24-29.html" + }, + { + "name": "UAX50", + "url": "https://www.unicode.org/reports/tr50/tr50-22.html" + }, + { + "name": "UAX9", + "url": "https://www.unicode.org/reports/tr9/tr9-41.html" + }, + { + "name": "UNICODE", + "url": "https://www.unicode.org/versions/latest/" + } + ], + "informative": [ + { + "name": "CSS-BREAK-4", + "url": "https://www.w3.org/TR/css-break-4/" + }, + { + "name": "CSS-FONTS-4", + "url": "https://www.w3.org/TR/css-fonts-4/" + }, + { + "name": "CSS3-FLEXBOX", + "url": "https://www.w3.org/TR/css-flexbox-1/" + }, + { + "name": "CSS3-FONTS", + "url": "https://www.w3.org/TR/css-fonts-3/" + }, + { + "name": "HTML401", + "url": "https://www.w3.org/TR/html401/" + }, + { + "name": "UTN22", + "url": "https://unicode.org/notes/tn22/" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/encoding.json b/tr/refs/encoding.json index 6727b1c9356e..a222cb93f05a 100644 --- a/tr/refs/encoding.json +++ b/tr/refs/encoding.json @@ -1,7 +1,7 @@ { "spec": { "title": "Encoding Standard", - "url": "https://www.w3.org/TR/encoding/" + "url": "https://encoding.spec.whatwg.org/" }, "refs": { "normative": [ diff --git a/tr/refs/fetch.json b/tr/refs/fetch.json index ebf4b3235a11..5e89c5189ac1 100644 --- a/tr/refs/fetch.json +++ b/tr/refs/fetch.json @@ -63,11 +63,11 @@ }, { "name": "HTTP3", - "url": "https://datatracker.ietf.org/doc/html/draft-ietf-quic-http" + "url": "https://www.rfc-editor.org/rfc/rfc9114" }, { "name": "HTTP3-DATAGRAM", - "url": "https://datatracker.ietf.org/doc/html/draft-ietf-masque-h3-datagram" + "url": "https://www.rfc-editor.org/rfc/rfc9297" }, { "name": "INFRA", @@ -159,10 +159,6 @@ } ], "informative": [ - { - "name": "EXPECT-CT", - "url": "https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-expect-ct" - }, { "name": "HTTPVERBSEC1", "url": "https://www.kb.cert.org/vuls/id/867593" @@ -179,10 +175,6 @@ "name": "NAVIGATION-TIMING", "url": "https://www.w3.org/TR/navigation-timing/" }, - { - "name": "OCSP", - "url": "https://www.rfc-editor.org/rfc/rfc6960" - }, { "name": "ORIGIN", "url": "https://www.rfc-editor.org/rfc/rfc6454" @@ -195,6 +187,10 @@ "name": "RFC2397", "url": "https://www.rfc-editor.org/rfc/rfc2397" }, + { + "name": "RFC6960", + "url": "https://www.rfc-editor.org/rfc/rfc6960" + }, { "name": "RFC7301", "url": "https://www.rfc-editor.org/rfc/rfc7301" @@ -206,6 +202,10 @@ { "name": "RFC8470", "url": "https://httpwg.org/specs/rfc8470.html" + }, + { + "name": "RFC9163", + "url": "https://www.rfc-editor.org/rfc/rfc9163" } ] } diff --git a/tr/refs/html.json b/tr/refs/html.json index 30ee4c0d862a..25412bfc0193 100644 --- a/tr/refs/html.json +++ b/tr/refs/html.json @@ -573,6 +573,10 @@ "name": "WEBCRYPTO", "url": "https://w3c.github.io/webcrypto/Overview.html" }, + { + "name": "WEBDRIVER", + "url": "https://w3c.github.io/webdriver/" + }, { "name": "WEBDRIVERBIDI", "url": "https://w3c.github.io/webdriver-bidi/" diff --git a/tr/refs/mediaqueries-3.json b/tr/refs/mediaqueries-3.json new file mode 100644 index 000000000000..fc889d6ebbb4 --- /dev/null +++ b/tr/refs/mediaqueries-3.json @@ -0,0 +1,15 @@ +{ + "spec": { + "title": "Media Queries Level 3", + "url": "https://www.w3.org/TR/mediaqueries-3/" + }, + "refs": { + "normative": [ + { + "name": "CSS21", + "url": "http://www.w3.org/TR/2011/REC-CSS2-20110607" + } + ], + "informative": [] + } +} \ No newline at end of file diff --git a/tr/refs/partitioned-cookies.json b/tr/refs/partitioned-cookies.json new file mode 100644 index 000000000000..994d17b96bc5 --- /dev/null +++ b/tr/refs/partitioned-cookies.json @@ -0,0 +1,28 @@ +{ + "spec": { + "title": "Cookies Having Independent Partitioned State specification", + "url": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html" + }, + "refs": { + "normative": [ + { + "name": "Clear-Site-Data", + "url": "https://www.w3.org/TR/clear-site-data/" + }, + { + "name": "HTML", + "url": "https://html.spec.whatwg.org/" + }, + { + "name": "RFC6265bis", + "url": "https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis-11" + } + ], + "informative": [ + { + "name": "CHIPS-Explainer", + "url": "https://github.com/privacycg/CHIPS" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/prefetch.json b/tr/refs/prefetch.json index 2ab917a13839..2f2dde5b8721 100644 --- a/tr/refs/prefetch.json +++ b/tr/refs/prefetch.json @@ -37,6 +37,10 @@ "name": "NAVIGATION-TIMING-2", "url": "https://w3c.github.io/navigation-timing/" }, + { + "name": "REFERRER-POLICY", + "url": "https://w3c.github.io/webappsec-referrer-policy/" + }, { "name": "RFC8941", "url": "https://www.rfc-editor.org/rfc/rfc8941" diff --git a/tr/refs/promises-guide.json b/tr/refs/promises-guide.json new file mode 100644 index 000000000000..9c003df4f6db --- /dev/null +++ b/tr/refs/promises-guide.json @@ -0,0 +1,52 @@ +{ + "spec": { + "title": "Writing Promise-Using Specifications", + "url": "https://www.w3.org/2001/tag/doc/promises-guide" + }, + "refs": { + "normative": [ + { + "name": "DOM", + "url": "https://dom.spec.whatwg.org/" + }, + { + "name": "ECMASCRIPT", + "url": "https://tc39.es/ecma262/" + }, + { + "name": "HTML", + "url": "https://html.spec.whatwg.org/multipage/" + }, + { + "name": "STREAMS", + "url": "https://streams.spec.whatwg.org/" + }, + { + "name": "WEBIDL", + "url": "https://heycam.github.io/webidl/" + } + ], + "informative": [ + { + "name": "FILE-SYSTEM-API", + "url": "https://dev.w3.org/2009/dap/file-system/file-dir-sys.html" + }, + { + "name": "INDEXEDDB", + "url": "https://w3c.github.io/IndexedDB/" + }, + { + "name": "IndexedDB-2", + "url": "https://w3c.github.io/IndexedDB/" + }, + { + "name": "NOTIFICATIONS", + "url": "https://notifications.spec.whatwg.org/" + }, + { + "name": "XHR", + "url": "https://xhr.spec.whatwg.org/" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/selectors-3.json b/tr/refs/selectors-3.json new file mode 100644 index 000000000000..8a3c0983a9d7 --- /dev/null +++ b/tr/refs/selectors-3.json @@ -0,0 +1,74 @@ +{ + "spec": { + "title": "Selectors Level 3", + "url": "https://www.w3.org/TR/selectors-3/" + }, + "refs": { + "normative": [ + { + "name": "CSS21", + "url": "http://www.w3.org/TR/2011/REC-CSS2-20110607" + }, + { + "name": "CSS3NAMESPACE", + "url": "http://www.w3.org/TR/2014/REC-css-namespaces-3-20140320/" + }, + { + "name": "FLEX" + }, + { + "name": "UNICODE", + "url": "http://www.unicode.org/standard/versions/enumeratedversions.html" + }, + { + "name": "YACC" + } + ], + "informative": [ + { + "name": "BCP47", + "url": "ftp://ftp.rfc-editor.org/in-notes/bcp/bcp47.txt" + }, + { + "name": "CSS1", + "url": "http://www.w3.org/TR/2008/REC-CSS1-20080411" + }, + { + "name": "DOM-LEVEL-3-CORE", + "url": "http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407" + }, + { + "name": "HTML401", + "url": "http://www.w3.org/TR/1999/REC-html401-19991224" + }, + { + "name": "HTML5", + "url": "http://www.w3.org/TR/2014/REC-html5-20141028/" + }, + { + "name": "MATHML3", + "url": "http://www.w3.org/TR/2014/REC-MathML3-20140410/" + }, + { + "name": "STTS3", + "url": "http://www.w3.org/TR/NOTE-STTS3" + }, + { + "name": "SVG11", + "url": "http://www.w3.org/TR/2011/REC-SVG11-20110816/" + }, + { + "name": "UAX29", + "url": "http://www.unicode.org/reports/tr29/" + }, + { + "name": "XML-NAMES", + "url": "http://www.w3.org/TR/2009/REC-xml-names-20091208/" + }, + { + "name": "XML10", + "url": "http://www.w3.org/TR/2008/REC-xml-20081126/" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/selectors-nonelement-1.json b/tr/refs/selectors-nonelement-1.json new file mode 100644 index 000000000000..a03e30ddb098 --- /dev/null +++ b/tr/refs/selectors-nonelement-1.json @@ -0,0 +1,32 @@ +{ + "spec": { + "title": "Non-element Selectors Module Level 1", + "url": "https://www.w3.org/TR/selectors-nonelement-1/" + }, + "refs": { + "normative": [ + { + "name": "CSS-NAMESPACES-3", + "url": "https://www.w3.org/TR/css-namespaces-3/" + }, + { + "name": "CSS-VALUES-4", + "url": "https://www.w3.org/TR/css-values-4/" + }, + { + "name": "SELECTORS4", + "url": "https://www.w3.org/TR/selectors-4/" + } + ], + "informative": [ + { + "name": "CSS3SYN", + "url": "https://www.w3.org/TR/css-syntax-3/" + }, + { + "name": "SELECTORS-API", + "url": "https://www.w3.org/TR/selectors-api/" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/web-locks.json b/tr/refs/web-locks.json index f227033d00e0..fb5969fd22fb 100644 --- a/tr/refs/web-locks.json +++ b/tr/refs/web-locks.json @@ -1,10 +1,14 @@ { "spec": { "title": "Web Locks API", - "url": "https://w3c.github.io/web-locks/" + "url": "https://www.w3.org/TR/web-locks/" }, "refs": { "normative": [ + { + "name": "CSS21", + "url": "https://www.w3.org/TR/CSS21/" + }, { "name": "DOM", "url": "https://dom.spec.whatwg.org/" @@ -33,11 +37,11 @@ "informative": [ { "name": "IndexedDB-2", - "url": "https://w3c.github.io/IndexedDB/" + "url": "https://www.w3.org/TR/IndexedDB-2/" }, { "name": "Service-Workers", - "url": "https://w3c.github.io/ServiceWorker/" + "url": "https://www.w3.org/TR/service-workers/" } ] } diff --git a/tr/refs/webnn.json b/tr/refs/webnn.json index fbf0722c2e67..19832c8a1124 100644 --- a/tr/refs/webnn.json +++ b/tr/refs/webnn.json @@ -95,6 +95,10 @@ "name": "LeakyReLU", "url": "https://pdfs.semanticscholar.org/367f/2c63a6f6a10b3b64b8729d601e69337ee3cc.pdf" }, + { + "name": "LSTM", + "url": "https://doi.org/10.1162/neco.1997.9.8.1735" + }, { "name": "MaskR-CNN", "url": "https://arxiv.org/abs/1703.06870"