From 9b790f1deba4255c866bc598499d7b8d9b6bdcec Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Sat, 8 Jul 2023 01:34:27 +0000 Subject: [PATCH] Update of TR report from new reffy run Using reffy commit 13.1.2. --- tr/css/css-anchor-position.json | 306 +++++ tr/dfns/audiobooks.json | 160 +++ tr/dfns/css-anchor-position-1.json | 1037 ++++++++++++++ tr/dfns/pub-manifest.json | 844 ++++++++++++ tr/dfns/webcodecs.json | 20 + tr/dfns/wpub-ann.json | 307 +++++ tr/dfns/wpub.json | 1744 ++++++++++++++++++++++++ tr/headings/audiobooks.json | 299 ++++ tr/headings/css-anchor-position-1.json | 270 ++++ tr/headings/pub-manifest.json | 727 ++++++++++ tr/headings/wpub-ann.json | 296 ++++ tr/headings/wpub.json | 818 +++++++++++ tr/idl/webcodecs.idl | 1 + tr/idl/wpub.idl | 71 + tr/ids/audiobooks.json | 169 +++ tr/ids/css-anchor-position-1.json | 782 +++++++++++ tr/ids/pub-manifest.json | 775 +++++++++++ tr/ids/webcodecs.json | 76 +- tr/ids/wpub-ann.json | 230 ++++ tr/ids/wpub.json | 606 ++++++++ tr/index.json | 519 +++++-- tr/links/audiobooks.json | 136 ++ tr/links/css-anchor-position-1.json | 220 +++ tr/links/epub-33.json | 4 +- tr/links/largest-contentful-paint.json | 4 +- tr/links/pub-manifest.json | 313 +++++ tr/links/wpub-ann.json | 85 ++ tr/links/wpub.json | 267 ++++ tr/refs/audiobooks.json | 72 + tr/refs/css-anchor-position-1.json | 92 ++ tr/refs/pub-manifest.json | 156 +++ tr/refs/wpub-ann.json | 72 + tr/refs/wpub.json | 152 +++ 33 files changed, 11477 insertions(+), 153 deletions(-) create mode 100644 tr/css/css-anchor-position.json create mode 100644 tr/dfns/audiobooks.json create mode 100644 tr/dfns/css-anchor-position-1.json create mode 100644 tr/dfns/pub-manifest.json create mode 100644 tr/dfns/wpub-ann.json create mode 100644 tr/dfns/wpub.json create mode 100644 tr/headings/audiobooks.json create mode 100644 tr/headings/css-anchor-position-1.json create mode 100644 tr/headings/pub-manifest.json create mode 100644 tr/headings/wpub-ann.json create mode 100644 tr/headings/wpub.json create mode 100644 tr/idl/wpub.idl create mode 100644 tr/ids/audiobooks.json create mode 100644 tr/ids/css-anchor-position-1.json create mode 100644 tr/ids/pub-manifest.json create mode 100644 tr/ids/wpub-ann.json create mode 100644 tr/ids/wpub.json create mode 100644 tr/links/audiobooks.json create mode 100644 tr/links/css-anchor-position-1.json create mode 100644 tr/links/pub-manifest.json create mode 100644 tr/links/wpub-ann.json create mode 100644 tr/links/wpub.json create mode 100644 tr/refs/audiobooks.json create mode 100644 tr/refs/css-anchor-position-1.json create mode 100644 tr/refs/pub-manifest.json create mode 100644 tr/refs/wpub-ann.json create mode 100644 tr/refs/wpub.json diff --git a/tr/css/css-anchor-position.json b/tr/css/css-anchor-position.json new file mode 100644 index 000000000000..19858a3c72db --- /dev/null +++ b/tr/css/css-anchor-position.json @@ -0,0 +1,306 @@ +{ + "spec": { + "title": "CSS Anchor Positioning", + "url": "https://www.w3.org/TR/css-anchor-position-1/" + }, + "properties": [ + { + "name": "anchor-name", + "value": "none | ", + "initial": "none", + "appliesTo": "all elements that generate a principal box", + "inherited": "no", + "percentages": "n/a", + "computedValue": "as specified", + "canonicalOrder": "per grammar", + "animationType": "discrete", + "values": [ + { + "name": "none", + "prose": "The property has no effect.", + "type": "value", + "value": "none" + }, + { + "name": "", + "prose": "If the element generates a principal box, the element is an anchor element, with an anchor name equal to the . The anchor name is a tree-scoped name. Otherwise, the property has no effect.", + "type": "value", + "value": "" + } + ], + "styleDeclaration": [ + "anchor-name", + "anchorName" + ] + }, + { + "name": "anchor-default", + "value": "", + "initial": "implicit", + "appliesTo": "absolutely positioned elements", + "inherited": "no", + "percentages": "n/a", + "computedValue": "as specified", + "canonicalOrder": "per grammar", + "animationType": "discrete", + "styleDeclaration": [ + "anchor-default", + "anchorDefault" + ] + }, + { + "name": "anchor-scroll", + "value": "none | default | ", + "initial": "default", + "appliesTo": "absolutely-positioned elements", + "inherited": "no", + "percentages": "n/a", + "computedValue": "as specified", + "canonicalOrder": "per grammar", + "animationType": "discrete", + "values": [ + { + "name": "none", + "prose": "No effect.", + "type": "value", + "value": "none" + }, + { + "name": "default", + "prose": "Behaves identically to , but draws its value from anchor-default on the element.", + "type": "value", + "value": "default" + }, + { + "name": "", + "prose": "Selects a target anchor element the same as anchor(), which will be compensated for in positioning and fallback.", + "type": "value", + "value": "" + } + ], + "styleDeclaration": [ + "anchor-scroll", + "anchorScroll" + ] + }, + { + "name": "position-fallback", + "value": "none | ", + "initial": "none", + "appliesTo": "absolutely-positioned elements", + "inherited": "no", + "percentages": "n/a", + "computedValue": "as specified", + "canonicalOrder": "per grammar", + "animationType": "discrete", + "values": [ + { + "name": "none", + "prose": "The property has no effect; the element does not use a position fallback list.", + "type": "value", + "value": "none" + }, + { + "name": "", + "prose": "If there is a @position-fallback rule with a name matching the specified ident, then the element uses that position fallback list. Otherwise, this value has no effect.", + "type": "value", + "value": "" + } + ], + "styleDeclaration": [ + "position-fallback", + "positionFallback" + ] + }, + { + "name": "position-fallback-bounds", + "value": "normal | ", + "initial": "normal", + "appliesTo": "absolutely positioned elements", + "inherited": "no", + "percentages": "n/a", + "computedValue": "as specified", + "canonicalOrder": "per grammar", + "animationType": "discrete", + "values": [ + { + "name": "normal", + "prose": "The element uses its normal (scroll-adjusted, inset-modified) containing block to determine if it’s overflowing for the purpose of selecting a position fallback list entry.", + "type": "value", + "value": "normal" + } + ], + "styleDeclaration": [ + "position-fallback-bounds", + "positionFallbackBounds" + ] + } + ], + "atrules": [ + { + "name": "@position-fallback", + "prose": "The @position-fallback rule defines a position fallback list with a given name, specifying one or more sets of positioning properties inside of @try blocks that will be applied to an element, with each successive one serving as fallback if the previous would cause the element to partially or fully overflow its containing block.", + "descriptors": [], + "value": "@position-fallback { } @try { }" + }, + { + "name": "@try", + "prose": "The @position-fallback rule defines a position fallback list with a given name, specifying one or more sets of positioning properties inside of @try blocks that will be applied to an element, with each successive one serving as fallback if the previous would cause the element to partially or fully overflow its containing block.", + "descriptors": [] + } + ], + "selectors": [], + "values": [ + { + "name": "anchor()", + "prose": "An absolutely-positioned element can use the anchor() function in its inset properties to refer to the position of one or more anchor elements. The anchor() function resolves to a , exactly what is needed to position the given inset edge to the specified position on the anchor element.", + "type": "function", + "value": "anchor( ? , ? )", + "values": [ + { + "name": "", + "prose": "Specifies the anchor name it will look for. This name is a tree-scoped reference.", + "type": "value", + "value": "" + }, + { + "name": "implicit", + "prose": "Selects the implicit anchor element defined for the element, if possible.", + "type": "value", + "value": "implicit" + }, + { + "name": "auto", + "prose": "Resolves to one of the anchor element’s sides, depending on which inset property it’s used in. Also triggers automatic fallback behavior. See § 3.1.1 Automatic Anchor Positioning for more details.", + "type": "value", + "value": "auto" + }, + { + "name": "auto-same", + "prose": "Resolves to one of the anchor element’s sides, depending on which inset property it’s used in. Also triggers automatic fallback behavior. See § 3.1.1 Automatic Anchor Positioning for more details.", + "type": "value", + "value": "auto-same" + }, + { + "name": "top", + "prose": "Refers to the specified side of the anchor element.", + "type": "value", + "value": "top" + }, + { + "name": "right", + "prose": "Refers to the specified side of the anchor element.", + "type": "value", + "value": "right" + }, + { + "name": "bottom", + "prose": "Refers to the specified side of the anchor element.", + "type": "value", + "value": "bottom" + }, + { + "name": "left", + "prose": "Refers to the specified side of the anchor element.", + "type": "value", + "value": "left" + }, + { + "name": "start", + "prose": "Refers to one of the sides of the anchor element in the same axis as the inset property it’s used in, by resolving the keyword against the writing mode of either the positioned element (for self-start and self-end) or the positioned element’s containing block (for start and end).", + "type": "value", + "value": "start" + }, + { + "name": "end", + "prose": "Refers to one of the sides of the anchor element in the same axis as the inset property it’s used in, by resolving the keyword against the writing mode of either the positioned element (for self-start and self-end) or the positioned element’s containing block (for start and end).", + "type": "value", + "value": "end" + }, + { + "name": "self-start", + "prose": "Refers to one of the sides of the anchor element in the same axis as the inset property it’s used in, by resolving the keyword against the writing mode of either the positioned element (for self-start and self-end) or the positioned element’s containing block (for start and end).", + "type": "value", + "value": "self-start" + }, + { + "name": "self-end", + "prose": "Refers to one of the sides of the anchor element in the same axis as the inset property it’s used in, by resolving the keyword against the writing mode of either the positioned element (for self-start and self-end) or the positioned element’s containing block (for start and end).", + "type": "value", + "value": "self-end" + }, + { + "name": "", + "prose": "Refers to a position a corresponding percentage between the start and end sides, with 0% being equivalent to start and 100% being equivalent to end. center is equivalent to 50%.", + "type": "value", + "value": "" + }, + { + "name": "center", + "prose": "Refers to a position a corresponding percentage between the start and end sides, with 0% being equivalent to start and 100% being equivalent to end. center is equivalent to 50%.", + "type": "value", + "value": "center" + } + ] + }, + { + "name": "", + "type": "type", + "value": " | implicit" + }, + { + "name": "", + "type": "type", + "value": "auto | auto-same | top | left | right | bottom | start | end | self-start | self-end | | center" + }, + { + "name": "anchor-size()", + "prose": "An absolutely-positioned element can use the anchor-size() function in its sizing properties to refer to the size of one or more anchor elements. The anchor-size() function resolves to a .", + "type": "function", + "value": "anchor( ? , ? )", + "values": [ + { + "name": "width", + "prose": "The physical keywords (width and height) refer to the width and height, respectively, of the target anchor element. Unlike anchor(), there is no restriction on having to match axises; for example, width: anchor-size(--foo height); is valid.", + "type": "value", + "value": "width" + }, + { + "name": "height", + "prose": "The physical keywords (width and height) refer to the width and height, respectively, of the target anchor element. Unlike anchor(), there is no restriction on having to match axises; for example, width: anchor-size(--foo height); is valid.", + "type": "value", + "value": "height" + }, + { + "name": "block", + "prose": "The logical keywords (block, inline, self-block, and self-inline) map to one of the physical keywords according to either the writing mode of the element (for self-block and self-inline) or the writing mode of the element’s containing block (for block and inline).", + "type": "value", + "value": "block" + }, + { + "name": "inline", + "prose": "The logical keywords (block, inline, self-block, and self-inline) map to one of the physical keywords according to either the writing mode of the element (for self-block and self-inline) or the writing mode of the element’s containing block (for block and inline).", + "type": "value", + "value": "inline" + }, + { + "name": "self-block", + "prose": "The logical keywords (block, inline, self-block, and self-inline) map to one of the physical keywords according to either the writing mode of the element (for self-block and self-inline) or the writing mode of the element’s containing block (for block and inline).", + "type": "value", + "value": "self-block" + }, + { + "name": "self-inline", + "prose": "The logical keywords (block, inline, self-block, and self-inline) map to one of the physical keywords according to either the writing mode of the element (for self-block and self-inline) or the writing mode of the element’s containing block (for block and inline).", + "type": "value", + "value": "self-inline" + } + ] + }, + { + "name": "", + "type": "type", + "value": "width | height | block | inline | self-block | self-inline" + } + ] +} diff --git a/tr/dfns/audiobooks.json b/tr/dfns/audiobooks.json new file mode 100644 index 000000000000..12e8e12cf47b --- /dev/null +++ b/tr/dfns/audiobooks.json @@ -0,0 +1,160 @@ +{ + "spec": { + "title": "Audiobooks", + "url": "https://www.w3.org/TR/audiobooks/" + }, + "dfns": [ + { + "id": "dfn-publication-manifest", + "href": "https://www.w3.org/TR/audiobooks/#dfn-publication-manifest", + "linkingText": [ + "Publication Manifest" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "abstract", + "href": "https://www.w3.org/TR/audiobooks/#abstract", + "title": "Abstract" + }, + "definedIn": "prose" + }, + { + "id": "dfn-file-name", + "href": "https://www.w3.org/TR/audiobooks/#dfn-file-name", + "linkingText": [ + "File Names", + "Supplemental Content" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "audio-terminology", + "href": "https://www.w3.org/TR/audiobooks/#audio-terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-primary-entry-page", + "href": "https://www.w3.org/TR/audiobooks/#dfn-primary-entry-page", + "linkingText": [ + "primary entry page" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "audio-pep", + "href": "https://www.w3.org/TR/audiobooks/#audio-pep", + "title": "Primary Entry Page", + "number": "4.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-publication-type", + "href": "https://www.w3.org/TR/audiobooks/#dfn-publication-type", + "linkingText": [ + "Publication Type" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "audio-type", + "href": "https://www.w3.org/TR/audiobooks/#audio-type", + "title": "Publication Type", + "number": "5.5" + }, + "definedIn": "prose" + }, + { + "id": "dfn-creator", + "href": "https://www.w3.org/TR/audiobooks/#dfn-creator", + "linkingText": [ + "creator" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "audio-creators", + "href": "https://www.w3.org/TR/audiobooks/#audio-creators", + "title": "Creators", + "number": "5.6.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-duration", + "href": "https://www.w3.org/TR/audiobooks/#dfn-duration", + "linkingText": [ + "duration" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "audio-duration", + "href": "https://www.w3.org/TR/audiobooks/#audio-duration", + "title": "Duration", + "number": "5.6.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-default-reading-order", + "href": "https://www.w3.org/TR/audiobooks/#dfn-default-reading-order", + "linkingText": [ + "default reading order" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "audio-readingorder", + "href": "https://www.w3.org/TR/audiobooks/#audio-readingorder", + "title": "Default Reading Order", + "number": "5.7" + }, + "definedIn": "prose" + }, + { + "id": "dfn-resource-list", + "href": "https://www.w3.org/TR/audiobooks/#dfn-resource-list", + "linkingText": [ + "resource list" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "audio-resourcelist", + "href": "https://www.w3.org/TR/audiobooks/#audio-resourcelist", + "title": "Resource List", + "number": "5.8" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/css-anchor-position-1.json b/tr/dfns/css-anchor-position-1.json new file mode 100644 index 000000000000..1f9424f50544 --- /dev/null +++ b/tr/dfns/css-anchor-position-1.json @@ -0,0 +1,1037 @@ +{ + "spec": { + "title": "CSS Anchor Positioning", + "url": "https://www.w3.org/TR/css-anchor-position-1/" + }, + "dfns": [ + { + "id": "anchor-positioning", + "href": "https://www.w3.org/TR/css-anchor-position-1/#anchor-positioning", + "linkingText": [ + "Anchor positioning" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "intro", + "href": "https://www.w3.org/TR/css-anchor-position-1/#intro", + "title": "Introduction", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "anchor-functions", + "href": "https://www.w3.org/TR/css-anchor-position-1/#anchor-functions", + "linkingText": [ + "anchor functions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "prose" + }, + { + "id": "propdef-anchor-name", + "href": "https://www.w3.org/TR/css-anchor-position-1/#propdef-anchor-name", + "linkingText": [ + "anchor-name" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "name", + "href": "https://www.w3.org/TR/css-anchor-position-1/#name", + "title": "Creating An Anchor: the anchor-name property", + "number": "2.1" + }, + "definedIn": "table" + }, + { + "id": "anchor-element", + "href": "https://www.w3.org/TR/css-anchor-position-1/#anchor-element", + "linkingText": [ + "anchor element" + ], + "localLinkingText": [ + "anchor" + ], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "name", + "href": "https://www.w3.org/TR/css-anchor-position-1/#name", + "title": "Creating An Anchor: the anchor-name property", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "anchor-name", + "href": "https://www.w3.org/TR/css-anchor-position-1/#anchor-name", + "linkingText": [ + "anchor name" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "prose" + }, + { + "id": "valdef-anchor-name-none", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-name-none", + "linkingText": [ + "none" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor-name" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "dt" + }, + { + "id": "implicit-anchor-element", + "href": "https://www.w3.org/TR/css-anchor-position-1/#implicit-anchor-element", + "linkingText": [ + "implicit anchor element" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "implicit", + "href": "https://www.w3.org/TR/css-anchor-position-1/#implicit", + "title": "Implicit Anchor Elements", + "number": "2.1.1" + }, + "definedIn": "prose" + }, + { + "id": "anchor-specifier", + "href": "https://www.w3.org/TR/css-anchor-position-1/#anchor-specifier", + "linkingText": [ + "anchor specifier" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "target", + "href": "https://www.w3.org/TR/css-anchor-position-1/#target", + "title": "Finding An Anchor", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "target-anchor-element", + "href": "https://www.w3.org/TR/css-anchor-position-1/#target-anchor-element", + "linkingText": [ + "target anchor element" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "prose" + }, + { + "id": "acceptable-anchor-element", + "href": "https://www.w3.org/TR/css-anchor-position-1/#acceptable-anchor-element", + "linkingText": [ + "acceptable anchor element" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "prose" + }, + { + "id": "propdef-anchor-default", + "href": "https://www.w3.org/TR/css-anchor-position-1/#propdef-anchor-default", + "linkingText": [ + "anchor-default" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-default", + "href": "https://www.w3.org/TR/css-anchor-position-1/#anchor-default", + "title": "Default Anchors: the anchor-default property", + "number": "2.3" + }, + "definedIn": "table" + }, + { + "id": "default-anchor-specifier", + "href": "https://www.w3.org/TR/css-anchor-position-1/#default-anchor-specifier", + "linkingText": [ + "default anchor specifier" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "anchor-default", + "href": "https://www.w3.org/TR/css-anchor-position-1/#anchor-default", + "title": "Default Anchors: the anchor-default property", + "number": "2.3" + }, + "definedIn": "prose" + }, + { + "id": "funcdef-anchor", + "href": "https://www.w3.org/TR/css-anchor-position-1/#funcdef-anchor", + "linkingText": [ + "anchor()" + ], + "localLinkingText": [], + "type": "function", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "positioning", + "href": "https://www.w3.org/TR/css-anchor-position-1/#positioning", + "title": "Anchor-Based Positioning", + "number": "3" + }, + "definedIn": "prose" + }, + { + "id": "typedef-anchor-element", + "href": "https://www.w3.org/TR/css-anchor-position-1/#typedef-anchor-element", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-pos", + "href": "https://www.w3.org/TR/css-anchor-position-1/#anchor-pos", + "title": "The anchor() Function", + "number": "3.1" + }, + "definedIn": "pre" + }, + { + "id": "typedef-anchor-side", + "href": "https://www.w3.org/TR/css-anchor-position-1/#typedef-anchor-side", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "pre" + }, + { + "id": "valdef-anchor-implicit", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-implicit", + "linkingText": [ + "implicit" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "dt" + }, + { + "id": "valdef-anchor-auto", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-auto", + "linkingText": [ + "auto" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "dt" + }, + { + "id": "valdef-anchor-auto-same", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-auto-same", + "linkingText": [ + "auto-same" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "dt" + }, + { + "id": "valdef-anchor-top", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-top", + "linkingText": [ + "top" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "dt" + }, + { + "id": "valdef-anchor-right", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-right", + "linkingText": [ + "right" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "dt" + }, + { + "id": "valdef-anchor-bottom", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-bottom", + "linkingText": [ + "bottom" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "dt" + }, + { + "id": "valdef-anchor-left", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-left", + "linkingText": [ + "left" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "dt" + }, + { + "id": "valdef-anchor-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-start", + "linkingText": [ + "start" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "dt" + }, + { + "id": "valdef-anchor-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-end", + "linkingText": [ + "end" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "dt" + }, + { + "id": "valdef-anchor-self-start", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-self-start", + "linkingText": [ + "self-start" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "dt" + }, + { + "id": "valdef-anchor-self-end", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-self-end", + "linkingText": [ + "self-end" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "dt" + }, + { + "id": "valdef-anchor-center", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-center", + "linkingText": [ + "center" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "dt" + }, + { + "id": "automatic-anchor-positioning", + "href": "https://www.w3.org/TR/css-anchor-position-1/#automatic-anchor-positioning", + "linkingText": [ + "automatic anchor positioning" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "anchor-auto", + "href": "https://www.w3.org/TR/css-anchor-position-1/#anchor-auto", + "title": "Automatic Anchor Positioning", + "number": "3.1.1" + }, + "definedIn": "prose" + }, + { + "id": "propdef-anchor-scroll", + "href": "https://www.w3.org/TR/css-anchor-position-1/#propdef-anchor-scroll", + "linkingText": [ + "anchor-scroll" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "scroll", + "href": "https://www.w3.org/TR/css-anchor-position-1/#scroll", + "title": "Taking Scroll Into Account: the anchor-scroll property", + "number": "3.2" + }, + "definedIn": "table" + }, + { + "id": "valdef-anchor-scroll-none", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-scroll-none", + "linkingText": [ + "none" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor-scroll" + ], + "access": "public", + "informative": false, + "heading": { + "id": "scroll", + "href": "https://www.w3.org/TR/css-anchor-position-1/#scroll", + "title": "Taking Scroll Into Account: the anchor-scroll property", + "number": "3.2" + }, + "definedIn": "dt" + }, + { + "id": "valdef-anchor-scroll-default", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-scroll-default", + "linkingText": [ + "default" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor-scroll" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "dt" + }, + { + "id": "valdef-anchor-scroll-anchor-element", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-scroll-anchor-element", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor-scroll" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "dt" + }, + { + "id": "snapshotted-scroll-offset", + "href": "https://www.w3.org/TR/css-anchor-position-1/#snapshotted-scroll-offset", + "linkingText": [ + "snapshotted scroll offset" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "prose" + }, + { + "id": "valid-anchor-function", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valid-anchor-function", + "linkingText": [ + "valid anchor function", + "invalid anchor function" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "anchor-valid", + "href": "https://www.w3.org/TR/css-anchor-position-1/#anchor-valid", + "title": "Validity", + "number": "3.3" + }, + "definedIn": "prose" + }, + { + "id": "funcdef-anchor-size", + "href": "https://www.w3.org/TR/css-anchor-position-1/#funcdef-anchor-size", + "linkingText": [ + "anchor-size()" + ], + "localLinkingText": [], + "type": "function", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sizing", + "href": "https://www.w3.org/TR/css-anchor-position-1/#sizing", + "title": "Anchor-based Sizing", + "number": "4" + }, + "definedIn": "prose" + }, + { + "id": "typedef-anchor-size", + "href": "https://www.w3.org/TR/css-anchor-position-1/#typedef-anchor-size", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-size-fn", + "href": "https://www.w3.org/TR/css-anchor-position-1/#anchor-size-fn", + "title": "The anchor-size() Function", + "number": "4.1" + }, + "definedIn": "pre" + }, + { + "id": "valdef-anchor-size-width", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-size-width", + "linkingText": [ + "width" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor-size()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "prose" + }, + { + "id": "valdef-anchor-size-height", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-size-height", + "linkingText": [ + "height" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor-size()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "prose" + }, + { + "id": "valdef-anchor-size-block", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-size-block", + "linkingText": [ + "block" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor-size()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "prose" + }, + { + "id": "valdef-anchor-size-inline", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-size-inline", + "linkingText": [ + "inline" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor-size()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "prose" + }, + { + "id": "valdef-anchor-size-self-block", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-size-self-block", + "linkingText": [ + "self-block" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor-size()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "prose" + }, + { + "id": "valdef-anchor-size-self-inline", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-size-self-inline", + "linkingText": [ + "self-inline" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor-size()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "prose" + }, + { + "id": "valid-anchor-size-function", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valid-anchor-size-function", + "linkingText": [ + "valid anchor-size function", + "invalid anchor-size function" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "anchor-size-valid", + "href": "https://www.w3.org/TR/css-anchor-position-1/#anchor-size-valid", + "title": "Validity", + "number": "4.2" + }, + "definedIn": "prose" + }, + { + "id": "propdef-position-fallback", + "href": "https://www.w3.org/TR/css-anchor-position-1/#propdef-position-fallback", + "linkingText": [ + "position-fallback" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "fallback-property", + "href": "https://www.w3.org/TR/css-anchor-position-1/#fallback-property", + "title": "The position-fallback Property", + "number": "5.1" + }, + "definedIn": "table" + }, + { + "id": "valdef-position-fallback-none", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-fallback-none", + "linkingText": [ + "none" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "position-fallback" + ], + "access": "public", + "informative": false, + "heading": { + "id": "fallback-property", + "href": "https://www.w3.org/TR/css-anchor-position-1/#fallback-property", + "title": "The position-fallback Property", + "number": "5.1" + }, + "definedIn": "dt" + }, + { + "id": "at-ruledef-position-fallback", + "href": "https://www.w3.org/TR/css-anchor-position-1/#at-ruledef-position-fallback", + "linkingText": [ + "@position-fallback" + ], + "localLinkingText": [], + "type": "at-rule", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "fallback-rule", + "href": "https://www.w3.org/TR/css-anchor-position-1/#fallback-rule", + "title": "The @position-fallback Rule", + "number": "5.2" + }, + "definedIn": "prose" + }, + { + "id": "at-ruledef-try", + "href": "https://www.w3.org/TR/css-anchor-position-1/#at-ruledef-try", + "linkingText": [ + "@try" + ], + "localLinkingText": [], + "type": "at-rule", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "prose" + }, + { + "id": "position-fallback-list", + "href": "https://www.w3.org/TR/css-anchor-position-1/#position-fallback-list", + "linkingText": [ + "position fallback list" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "prose" + }, + { + "id": "propdef-position-fallback-bounds", + "href": "https://www.w3.org/TR/css-anchor-position-1/#propdef-position-fallback-bounds", + "linkingText": [ + "position-fallback-bounds" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "fallback-bounds", + "href": "https://www.w3.org/TR/css-anchor-position-1/#fallback-bounds", + "title": "Applying Stronger Fallback Bounds: the position-fallback-bounds property", + "number": "5.3" + }, + "definedIn": "table" + }, + { + "id": "valdef-position-fallback-bounds-normal", + "href": "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-fallback-bounds-normal", + "linkingText": [ + "normal" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "position-fallback-bounds" + ], + "access": "public", + "informative": false, + "heading": { + "id": "fallback-bounds", + "href": "https://www.w3.org/TR/css-anchor-position-1/#fallback-bounds", + "title": "Applying Stronger Fallback Bounds: the position-fallback-bounds property", + "number": "5.3" + }, + "definedIn": "dt" + }, + { + "id": "additional-fallback-bounds-rect", + "href": "https://www.w3.org/TR/css-anchor-position-1/#additional-fallback-bounds-rect", + "linkingText": [ + "additional fallback-bounds rect" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "title": "CSS Anchor Positioning" + }, + "definedIn": "prose" + }, + { + "id": "determine-the-position-fallback-styles", + "href": "https://www.w3.org/TR/css-anchor-position-1/#determine-the-position-fallback-styles", + "linkingText": [ + "determine the position fallback styles" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "fallback-apply", + "href": "https://www.w3.org/TR/css-anchor-position-1/#fallback-apply", + "title": "Applying Position Fallback", + "number": "5.4" + }, + "definedIn": "prose" + }, + { + "id": "automatic-anchor-fallbacks", + "href": "https://www.w3.org/TR/css-anchor-position-1/#automatic-anchor-fallbacks", + "linkingText": [ + "automatic anchor fallbacks" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "fallback-automatic", + "href": "https://www.w3.org/TR/css-anchor-position-1/#fallback-automatic", + "title": "Fallback and Automatic Positioning", + "number": "5.5" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/pub-manifest.json b/tr/dfns/pub-manifest.json new file mode 100644 index 000000000000..c0c4f11b414e --- /dev/null +++ b/tr/dfns/pub-manifest.json @@ -0,0 +1,844 @@ +{ + "spec": { + "title": "Publication Manifest", + "url": "https://www.w3.org/TR/pub-manifest/" + }, + "dfns": [ + { + "id": "dfn-bounds", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-bounds", + "linkingText": [ + "Bounds" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/pub-manifest/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-digital-publications", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-digital-publications", + "linkingText": [ + "digital publications", + "digital publication's", + "Digital Publication" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/pub-manifest/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-internal-representation", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-internal-representation", + "linkingText": [ + "Internal Representation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/pub-manifest/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-manifests", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-manifests", + "linkingText": [ + "Manifests", + "Manifest" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/pub-manifest/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-profiles", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-profiles", + "linkingText": [ + "profiles", + "profile(s)", + "Profile" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/pub-manifest/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-localizablestrings", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-localizablestrings", + "linkingText": [ + "LocalizableStrings", + "localizable string", + "LocalizableString" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "value-localizable-string", + "href": "https://www.w3.org/TR/pub-manifest/#value-localizable-string", + "title": "Localizable Strings", + "number": "4.2.4.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-entities", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-entities", + "linkingText": [ + "Entities", + "Entity" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "value-entity", + "href": "https://www.w3.org/TR/pub-manifest/#value-entity", + "title": "Entities", + "number": "4.2.4.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-linkedresources", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-linkedresources", + "linkingText": [ + "LinkedResources", + "linked resources", + "LinkedResource" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "value-linked-resource", + "href": "https://www.w3.org/TR/pub-manifest/#value-linked-resource", + "title": "Linked Resources", + "number": "4.2.4.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-url", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-url", + "linkingText": [ + "URL", + "URLs" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "value-url", + "href": "https://www.w3.org/TR/pub-manifest/#value-url", + "title": "URLs", + "number": "4.2.5" + }, + "definedIn": "prose" + }, + { + "id": "dfn-base-url", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-base-url", + "linkingText": [ + "base URL" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "value-url", + "href": "https://www.w3.org/TR/pub-manifest/#value-url", + "title": "URLs", + "number": "4.2.5" + }, + "definedIn": "prose" + }, + { + "id": "dfn-publication-context", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-publication-context", + "linkingText": [ + "publication context" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "manifest-context", + "href": "https://www.w3.org/TR/pub-manifest/#manifest-context", + "title": "Manifest Contexts", + "number": "4.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-language", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-language", + "linkingText": [ + "language" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "manifest-lang-dir", + "href": "https://www.w3.org/TR/pub-manifest/#manifest-lang-dir", + "title": "Manifest Language and Direction", + "number": "4.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-base-direction", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-base-direction", + "linkingText": [ + "base direction" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "manifest-lang-dir", + "href": "https://www.w3.org/TR/pub-manifest/#manifest-lang-dir", + "title": "Manifest Language and Direction", + "number": "4.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-publication-type", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-publication-type", + "linkingText": [ + "Publication Type" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "publication-types", + "href": "https://www.w3.org/TR/pub-manifest/#publication-types", + "title": "Publication Types", + "number": "4.5" + }, + "definedIn": "prose" + }, + { + "id": "dfn-address", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-address", + "linkingText": [ + "address" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "address", + "href": "https://www.w3.org/TR/pub-manifest/#address", + "title": "Address", + "number": "4.7.1.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-canonical-identifier", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-canonical-identifier", + "linkingText": [ + "canonical identifier" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "canonical-identifier", + "href": "https://www.w3.org/TR/pub-manifest/#canonical-identifier", + "title": "Canonical Identifier", + "number": "4.7.1.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-creator", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-creator", + "linkingText": [ + "creator" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "creators", + "href": "https://www.w3.org/TR/pub-manifest/#creators", + "title": "Creators", + "number": "4.7.1.5" + }, + "definedIn": "prose" + }, + { + "id": "dfn-global-duration", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-global-duration", + "linkingText": [ + "global duration" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "duration", + "href": "https://www.w3.org/TR/pub-manifest/#duration", + "title": "Duration", + "number": "4.7.1.6" + }, + "definedIn": "prose" + }, + { + "id": "dfn-last-modification-date", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-last-modification-date", + "linkingText": [ + "last modification date" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "last-modification-date", + "href": "https://www.w3.org/TR/pub-manifest/#last-modification-date", + "title": "Last Modification Date", + "number": "4.7.1.7" + }, + "definedIn": "prose" + }, + { + "id": "dfn-publication-date", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-publication-date", + "linkingText": [ + "publication date" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "publication-date", + "href": "https://www.w3.org/TR/pub-manifest/#publication-date", + "title": "Publication Date", + "number": "4.7.1.8" + }, + "definedIn": "prose" + }, + { + "id": "dfn-progressiondirection", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-progressiondirection", + "linkingText": [ + "ProgressionDirection", + "reading progression direction" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "reading-progression-direction", + "href": "https://www.w3.org/TR/pub-manifest/#reading-progression-direction", + "title": "Reading Progression Direction", + "number": "4.7.1.10" + }, + "definedIn": "prose" + }, + { + "id": "dfn-default-reading-order", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-default-reading-order", + "linkingText": [ + "default reading order" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "default-reading-order", + "href": "https://www.w3.org/TR/pub-manifest/#default-reading-order", + "title": "Default Reading Order", + "number": "4.7.2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-resource-list", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-resource-list", + "linkingText": [ + "resource list" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "resource-list", + "href": "https://www.w3.org/TR/pub-manifest/#resource-list", + "title": "Resource List", + "number": "4.7.2.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-links", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-links", + "linkingText": [ + "Links" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "links", + "href": "https://www.w3.org/TR/pub-manifest/#links", + "title": "Links", + "number": "4.7.2.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-cover", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-cover", + "linkingText": [ + "cover" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "cover", + "href": "https://www.w3.org/TR/pub-manifest/#cover", + "title": "Cover", + "number": "4.8.1.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-toc", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-toc", + "linkingText": [ + "toc", + "table of contents" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "contents", + "href": "https://www.w3.org/TR/pub-manifest/#contents", + "title": "Table of Contents", + "number": "4.8.1.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-preview", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-preview", + "linkingText": [ + "preview" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "preview", + "href": "https://www.w3.org/TR/pub-manifest/#preview", + "title": "Preview", + "number": "4.8.2.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-privacypolicy", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-privacypolicy", + "linkingText": [ + "privacyPolicy", + "privacy policy" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "privacy-policy", + "href": "https://www.w3.org/TR/pub-manifest/#privacy-policy", + "title": "Privacy Policy", + "number": "4.8.2.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-validation-errors", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-validation-errors", + "linkingText": [ + "validation errors", + "validation error" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "processing-errors", + "href": "https://www.w3.org/TR/pub-manifest/#processing-errors", + "title": "Error Handling", + "number": "7.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-fatal-errors", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-fatal-errors", + "linkingText": [ + "fatal errors", + "fatal error" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "processing-errors", + "href": "https://www.w3.org/TR/pub-manifest/#processing-errors", + "title": "Error Handling", + "number": "7.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-context", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-context", + "linkingText": [ + "context" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "processing-contexts", + "href": "https://www.w3.org/TR/pub-manifest/#processing-contexts", + "title": "Processing Contexts", + "number": "7.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-recognized-types", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-recognized-types", + "linkingText": [ + "recognized types" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "processing-contexts", + "href": "https://www.w3.org/TR/pub-manifest/#processing-contexts", + "title": "Processing Contexts", + "number": "7.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-processing-algorithm", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-processing-algorithm", + "linkingText": [ + "processing algorithm", + "processing the manifest", + "processing a manifest", + "generate the internal representation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "processing-algorithm", + "href": "https://www.w3.org/TR/pub-manifest/#processing-algorithm", + "title": "Generate the Internal Representation", + "number": "7.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-normalize-data", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-normalize-data", + "linkingText": [ + "normalize data" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "normalize-data", + "href": "https://www.w3.org/TR/pub-manifest/#normalize-data", + "title": "Normalize Data", + "number": "7.4.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-convert-to-absolute-url", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-convert-to-absolute-url", + "linkingText": [ + "convert to absolute URL" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "convert-absolute-url", + "href": "https://www.w3.org/TR/pub-manifest/#convert-absolute-url", + "title": "Convert to Absolute URL", + "number": "7.4.1.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-data-validation", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-data-validation", + "linkingText": [ + "data validation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "validate-data", + "href": "https://www.w3.org/TR/pub-manifest/#validate-data", + "title": "Data Validation", + "number": "7.4.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-global-data-checks", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-global-data-checks", + "linkingText": [ + "global data checks" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "global-data-checks", + "href": "https://www.w3.org/TR/pub-manifest/#global-data-checks", + "title": "Global Data Checks", + "number": "7.4.2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-verify-value-category", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-verify-value-category", + "linkingText": [ + "verify value category" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "verify-value-category", + "href": "https://www.w3.org/TR/pub-manifest/#verify-value-category", + "title": "Verify Value Category", + "number": "7.4.2.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-get-unique-urls", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-get-unique-urls", + "linkingText": [ + "get unique URLs" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "get-unique-urls", + "href": "https://www.w3.org/TR/pub-manifest/#get-unique-urls", + "title": "Get Unique URLs", + "number": "7.4.2.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-remove-empty-arrays", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-remove-empty-arrays", + "linkingText": [ + "remove empty arrays" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "remove-empty-arrays", + "href": "https://www.w3.org/TR/pub-manifest/#remove-empty-arrays", + "title": "Remove Empty Arrays", + "number": "7.4.2.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-add-default-values", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-add-default-values", + "linkingText": [ + "add default values" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "add-default-values", + "href": "https://www.w3.org/TR/pub-manifest/#add-default-values", + "title": "Add Default Values", + "number": "7.4.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-select-an-alternate-resource", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-select-an-alternate-resource", + "linkingText": [ + "select an alternate resource" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "app-select-alternate", + "href": "https://www.w3.org/TR/pub-manifest/#app-select-alternate", + "title": "Selecting an Alternate Resource", + "number": "B" + }, + "definedIn": "prose" + }, + { + "id": "dfn-list-element", + "href": "https://www.w3.org/TR/pub-manifest/#dfn-list-element", + "linkingText": [ + "list element" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "app-toc-ua", + "href": "https://www.w3.org/TR/pub-manifest/#app-toc-ua", + "title": "User Agent Processing", + "number": "C.3" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/webcodecs.json b/tr/dfns/webcodecs.json index 149a6e443d28..fe2bb161978d 100644 --- a/tr/dfns/webcodecs.json +++ b/tr/dfns/webcodecs.json @@ -10948,6 +10948,26 @@ }, "definedIn": "pre" }, + { + "id": "dom-imagedecoderinit-transfer", + "href": "https://www.w3.org/TR/webcodecs/#dom-imagedecoderinit-transfer", + "linkingText": [ + "transfer" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "ImageDecoderInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/webcodecs/#title", + "title": "WebCodecs" + }, + "definedIn": "pre" + }, { "id": "valid-imagedecoderinit", "href": "https://www.w3.org/TR/webcodecs/#valid-imagedecoderinit", diff --git a/tr/dfns/wpub-ann.json b/tr/dfns/wpub-ann.json new file mode 100644 index 000000000000..479a3b1f8492 --- /dev/null +++ b/tr/dfns/wpub-ann.json @@ -0,0 +1,307 @@ +{ + "spec": { + "title": "Web Annotation Extensions for Web Publications", + "url": "https://www.w3.org/TR/wpub-ann/" + }, + "dfns": [ + { + "id": "dfn-resource", + "href": "https://www.w3.org/TR/wpub-ann/#dfn-resource", + "linkingText": [ + "Resource", + "Resources" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/wpub-ann/#terminology", + "title": "Terminology", + "number": "2.3" + }, + "definedIn": "dt" + }, + { + "id": "dfn-web-resource", + "href": "https://www.w3.org/TR/wpub-ann/#dfn-web-resource", + "linkingText": [ + "Web Resource", + "Web Resources" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/wpub-ann/#terminology", + "title": "Terminology", + "number": "2.3" + }, + "definedIn": "dt" + }, + { + "id": "dfn-locator", + "href": "https://www.w3.org/TR/wpub-ann/#dfn-locator", + "linkingText": [ + "Locator" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/wpub-ann/#terminology", + "title": "Terminology", + "number": "2.3" + }, + "definedIn": "dt" + }, + { + "id": "dfn-sources", + "href": "https://www.w3.org/TR/wpub-ann/#dfn-sources", + "linkingText": [ + "Sources", + "Source" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/wpub-ann/#terminology", + "title": "Terminology", + "number": "2.3" + }, + "definedIn": "dt" + }, + { + "id": "dfn-segment", + "href": "https://www.w3.org/TR/wpub-ann/#dfn-segment", + "linkingText": [ + "segment", + "Segment (of Interest)" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/wpub-ann/#terminology", + "title": "Terminology", + "number": "2.3" + }, + "definedIn": "dt" + }, + { + "id": "dfn-locus", + "href": "https://www.w3.org/TR/wpub-ann/#dfn-locus", + "linkingText": [ + "locus", + "Locus (of Interest)" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/wpub-ann/#terminology", + "title": "Terminology", + "number": "2.3" + }, + "definedIn": "dt" + }, + { + "id": "dfn-external-web-resource", + "href": "https://www.w3.org/TR/wpub-ann/#dfn-external-web-resource", + "linkingText": [ + "External Web Resource", + "External Web Resources" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/wpub-ann/#terminology", + "title": "Terminology", + "number": "2.3" + }, + "definedIn": "dt" + }, + { + "id": "dfn-property", + "href": "https://www.w3.org/TR/wpub-ann/#dfn-property", + "linkingText": [ + "Property", + "Properties" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/wpub-ann/#terminology", + "title": "Terminology", + "number": "2.3" + }, + "definedIn": "dt" + }, + { + "id": "dfn-relationship", + "href": "https://www.w3.org/TR/wpub-ann/#dfn-relationship", + "linkingText": [ + "Relationship", + "Relationships" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/wpub-ann/#terminology", + "title": "Terminology", + "number": "2.3" + }, + "definedIn": "dt" + }, + { + "id": "dfn-type", + "href": "https://www.w3.org/TR/wpub-ann/#dfn-type", + "linkingText": [ + "type", + "types", + "typing", + "Type" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/wpub-ann/#terminology", + "title": "Terminology", + "number": "2.3" + }, + "definedIn": "dt" + }, + { + "id": "dfn-specifiers", + "href": "https://www.w3.org/TR/wpub-ann/#dfn-specifiers", + "linkingText": [ + "Specifiers", + "Specifier" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "locators", + "href": "https://www.w3.org/TR/wpub-ann/#locators", + "title": "Locators", + "number": "3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-selectors", + "href": "https://www.w3.org/TR/wpub-ann/#dfn-selectors", + "linkingText": [ + "Selectors", + "Selector" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "selectors", + "href": "https://www.w3.org/TR/wpub-ann/#selectors", + "title": "Selectors", + "number": "4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-positions", + "href": "https://www.w3.org/TR/wpub-ann/#dfn-positions", + "linkingText": [ + "Positions", + "Position" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "position", + "href": "https://www.w3.org/TR/wpub-ann/#position", + "title": "Positions", + "number": "5" + }, + "definedIn": "prose" + }, + { + "id": "dfn-textstreamposition", + "href": "https://www.w3.org/TR/wpub-ann/#dfn-textstreamposition", + "linkingText": [ + "TextStreamPosition" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "TextStreamPosition_def", + "href": "https://www.w3.org/TR/wpub-ann/#TextStreamPosition_def", + "title": "Text Stream Position", + "number": "5.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-datastreamposition", + "href": "https://www.w3.org/TR/wpub-ann/#dfn-datastreamposition", + "linkingText": [ + "DataStreamPosition" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "DataStreamPosition_def", + "href": "https://www.w3.org/TR/wpub-ann/#DataStreamPosition_def", + "title": "Data Stream Position", + "number": "5.2" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/wpub.json b/tr/dfns/wpub.json new file mode 100644 index 000000000000..2cf5f6fd7018 --- /dev/null +++ b/tr/dfns/wpub.json @@ -0,0 +1,1744 @@ +{ + "spec": { + "title": "Web Publications", + "url": "https://www.w3.org/TR/wpub/" + }, + "dfns": [ + { + "id": "dfn-digital-publications", + "href": "https://www.w3.org/TR/wpub/#dfn-digital-publications", + "linkingText": [ + "digital publications", + "digital publication's", + "digital publication" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/wpub/#terminology", + "title": "Terminology", + "number": "1.3" + }, + "definedIn": "dt" + }, + { + "id": "dfn-manifests", + "href": "https://www.w3.org/TR/wpub/#dfn-manifests", + "linkingText": [ + "manifests", + "manifest" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/wpub/#terminology", + "title": "Terminology", + "number": "1.3" + }, + "definedIn": "dt" + }, + { + "id": "dfn-non-empty", + "href": "https://www.w3.org/TR/wpub/#dfn-non-empty", + "linkingText": [ + "Non-empty" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/wpub/#terminology", + "title": "Terminology", + "number": "1.3" + }, + "definedIn": "dt" + }, + { + "id": "dfn-web-publications", + "href": "https://www.w3.org/TR/wpub/#dfn-web-publications", + "linkingText": [ + "web publications", + "web publication's", + "web publication" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/wpub/#terminology", + "title": "Terminology", + "number": "1.3" + }, + "definedIn": "dt" + }, + { + "id": "dfn-authored-publication-manifest", + "href": "https://www.w3.org/TR/wpub/#dfn-authored-publication-manifest", + "linkingText": [ + "authored publication manifest", + "authored manifest" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "manifest-authored-canonical", + "href": "https://www.w3.org/TR/wpub/#manifest-authored-canonical", + "title": "Authored and Canonical Manifests", + "number": "2.2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-canonical-manifest", + "href": "https://www.w3.org/TR/wpub/#dfn-canonical-manifest", + "linkingText": [ + "canonical manifest", + "canonical publication manifest" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "manifest-authored-canonical", + "href": "https://www.w3.org/TR/wpub/#manifest-authored-canonical", + "title": "Authored and Canonical Manifests", + "number": "2.2" + }, + "definedIn": "dt" + }, + { + "id": "dom-publicationmanifest", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest", + "linkingText": [ + "PublicationManifest" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "webidl-wpm", + "href": "https://www.w3.org/TR/wpub/#webidl-wpm", + "title": "The PublicationManifest Dictionary", + "number": "2.3.1" + }, + "definedIn": "heading" + }, + { + "id": "dfn-publication-type", + "href": "https://www.w3.org/TR/wpub/#dfn-publication-type", + "linkingText": [ + "Publication Type" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "publication-types", + "href": "https://www.w3.org/TR/wpub/#publication-types", + "title": "Publication Types", + "number": "2.5" + }, + "definedIn": "prose" + }, + { + "id": "dom-publicationmanifest-type", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-type", + "linkingText": [ + "type" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "publication-types", + "href": "https://www.w3.org/TR/wpub/#publication-types", + "title": "Publication Types", + "number": "2.5" + }, + "definedIn": "prose" + }, + { + "id": "dfn-url", + "href": "https://www.w3.org/TR/wpub/#dfn-url", + "linkingText": [ + "url", + "urls" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "value-url", + "href": "https://www.w3.org/TR/wpub/#value-url", + "title": "URLs", + "number": "2.6.2.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-publicationmanifest-accessmode", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-accessmode", + "linkingText": [ + "accessMode" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibility", + "href": "https://www.w3.org/TR/wpub/#accessibility", + "title": "Accessibility", + "number": "2.6.3.1" + }, + "definedIn": "table" + }, + { + "id": "dom-publicationmanifest-accessmodesufficient", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-accessmodesufficient", + "linkingText": [ + "accessModeSufficient" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibility", + "href": "https://www.w3.org/TR/wpub/#accessibility", + "title": "Accessibility", + "number": "2.6.3.1" + }, + "definedIn": "table" + }, + { + "id": "dom-publicationmanifest-accessibilityfeature", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-accessibilityfeature", + "linkingText": [ + "accessibilityFeature" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibility", + "href": "https://www.w3.org/TR/wpub/#accessibility", + "title": "Accessibility", + "number": "2.6.3.1" + }, + "definedIn": "table" + }, + { + "id": "dom-publicationmanifest-accessibilityhazard", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-accessibilityhazard", + "linkingText": [ + "accessibilityHazard" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibility", + "href": "https://www.w3.org/TR/wpub/#accessibility", + "title": "Accessibility", + "number": "2.6.3.1" + }, + "definedIn": "table" + }, + { + "id": "dom-publicationmanifest-accessibilitysummary", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-accessibilitysummary", + "linkingText": [ + "accessibilitySummary" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibility", + "href": "https://www.w3.org/TR/wpub/#accessibility", + "title": "Accessibility", + "number": "2.6.3.1" + }, + "definedIn": "table" + }, + { + "id": "dfn-address", + "href": "https://www.w3.org/TR/wpub/#dfn-address", + "linkingText": [ + "address" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "address", + "href": "https://www.w3.org/TR/wpub/#address", + "title": "Address", + "number": "2.6.3.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-publicationmanifest-url", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-url", + "linkingText": [ + "url" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "address", + "href": "https://www.w3.org/TR/wpub/#address", + "title": "Address", + "number": "2.6.3.2" + }, + "definedIn": "table" + }, + { + "id": "dfn-canonical-identifier", + "href": "https://www.w3.org/TR/wpub/#dfn-canonical-identifier", + "linkingText": [ + "canonical identifier" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "canonical-identifier", + "href": "https://www.w3.org/TR/wpub/#canonical-identifier", + "title": "Canonical Identifier", + "number": "2.6.3.3" + }, + "definedIn": "prose" + }, + { + "id": "dom-publicationmanifest-id", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-id", + "linkingText": [ + "id" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "canonical-identifier", + "href": "https://www.w3.org/TR/wpub/#canonical-identifier", + "title": "Canonical Identifier", + "number": "2.6.3.3" + }, + "definedIn": "table" + }, + { + "id": "dfn-creator", + "href": "https://www.w3.org/TR/wpub/#dfn-creator", + "linkingText": [ + "creator" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "creators", + "href": "https://www.w3.org/TR/wpub/#creators", + "title": "Creators", + "number": "2.6.3.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-publicationmanifest-artist", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-artist", + "linkingText": [ + "artist" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "creators", + "href": "https://www.w3.org/TR/wpub/#creators", + "title": "Creators", + "number": "2.6.3.4" + }, + "definedIn": "table" + }, + { + "id": "dom-publicationmanifest-author", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-author", + "linkingText": [ + "author" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "creators", + "href": "https://www.w3.org/TR/wpub/#creators", + "title": "Creators", + "number": "2.6.3.4" + }, + "definedIn": "table" + }, + { + "id": "dom-publicationmanifest-colorist", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-colorist", + "linkingText": [ + "colorist" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "creators", + "href": "https://www.w3.org/TR/wpub/#creators", + "title": "Creators", + "number": "2.6.3.4" + }, + "definedIn": "table" + }, + { + "id": "dom-publicationmanifest-contributor", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-contributor", + "linkingText": [ + "contributor" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "creators", + "href": "https://www.w3.org/TR/wpub/#creators", + "title": "Creators", + "number": "2.6.3.4" + }, + "definedIn": "table" + }, + { + "id": "dom-publicationmanifest-creator", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-creator", + "linkingText": [ + "creator" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "creators", + "href": "https://www.w3.org/TR/wpub/#creators", + "title": "Creators", + "number": "2.6.3.4" + }, + "definedIn": "table" + }, + { + "id": "dom-publicationmanifest-editor", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-editor", + "linkingText": [ + "editor" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "creators", + "href": "https://www.w3.org/TR/wpub/#creators", + "title": "Creators", + "number": "2.6.3.4" + }, + "definedIn": "table" + }, + { + "id": "dom-publicationmanifest-illustrator", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-illustrator", + "linkingText": [ + "illustrator" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "creators", + "href": "https://www.w3.org/TR/wpub/#creators", + "title": "Creators", + "number": "2.6.3.4" + }, + "definedIn": "table" + }, + { + "id": "dom-publicationmanifest-inker", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-inker", + "linkingText": [ + "inker" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "creators", + "href": "https://www.w3.org/TR/wpub/#creators", + "title": "Creators", + "number": "2.6.3.4" + }, + "definedIn": "table" + }, + { + "id": "dom-publicationmanifest-letterer", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-letterer", + "linkingText": [ + "letterer" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "creators", + "href": "https://www.w3.org/TR/wpub/#creators", + "title": "Creators", + "number": "2.6.3.4" + }, + "definedIn": "table" + }, + { + "id": "dom-publicationmanifest-penciler", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-penciler", + "linkingText": [ + "penciler" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "creators", + "href": "https://www.w3.org/TR/wpub/#creators", + "title": "Creators", + "number": "2.6.3.4" + }, + "definedIn": "table" + }, + { + "id": "dom-publicationmanifest-publisher", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-publisher", + "linkingText": [ + "publisher" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "creators", + "href": "https://www.w3.org/TR/wpub/#creators", + "title": "Creators", + "number": "2.6.3.4" + }, + "definedIn": "table" + }, + { + "id": "dom-publicationmanifest-readby", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-readby", + "linkingText": [ + "readBy" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "creators", + "href": "https://www.w3.org/TR/wpub/#creators", + "title": "Creators", + "number": "2.6.3.4" + }, + "definedIn": "table" + }, + { + "id": "dom-publicationmanifest-translator", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-translator", + "linkingText": [ + "translator" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "creators", + "href": "https://www.w3.org/TR/wpub/#creators", + "title": "Creators", + "number": "2.6.3.4" + }, + "definedIn": "table" + }, + { + "id": "dom-creatorinfo", + "href": "https://www.w3.org/TR/wpub/#dom-creatorinfo", + "linkingText": [ + "creatorinfo", + "creator information" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "creators", + "href": "https://www.w3.org/TR/wpub/#creators", + "title": "Creators", + "number": "2.6.3.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-creatorinfo-type", + "href": "https://www.w3.org/TR/wpub/#dom-creatorinfo-type", + "linkingText": [ + "type" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "creatorinfo" + ], + "access": "public", + "informative": false, + "heading": { + "id": "creators", + "href": "https://www.w3.org/TR/wpub/#creators", + "title": "Creators", + "number": "2.6.3.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-creatorinfo-name", + "href": "https://www.w3.org/TR/wpub/#dom-creatorinfo-name", + "linkingText": [ + "name" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "creatorinfo" + ], + "access": "public", + "informative": false, + "heading": { + "id": "creators", + "href": "https://www.w3.org/TR/wpub/#creators", + "title": "Creators", + "number": "2.6.3.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-creatorinfo-id", + "href": "https://www.w3.org/TR/wpub/#dom-creatorinfo-id", + "linkingText": [ + "id" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "creatorinfo" + ], + "access": "public", + "informative": false, + "heading": { + "id": "creators", + "href": "https://www.w3.org/TR/wpub/#creators", + "title": "Creators", + "number": "2.6.3.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-creatorinfo-url", + "href": "https://www.w3.org/TR/wpub/#dom-creatorinfo-url", + "linkingText": [ + "url" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "creatorinfo" + ], + "access": "public", + "informative": false, + "heading": { + "id": "creators", + "href": "https://www.w3.org/TR/wpub/#creators", + "title": "Creators", + "number": "2.6.3.4" + }, + "definedIn": "dt" + }, + { + "id": "dfn-global-duration", + "href": "https://www.w3.org/TR/wpub/#dfn-global-duration", + "linkingText": [ + "global duration" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "duration", + "href": "https://www.w3.org/TR/wpub/#duration", + "title": "Duration", + "number": "2.6.3.5" + }, + "definedIn": "prose" + }, + { + "id": "dom-publicationmanifest-duration", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-duration", + "linkingText": [ + "duration" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "duration", + "href": "https://www.w3.org/TR/wpub/#duration", + "title": "Duration", + "number": "2.6.3.5" + }, + "definedIn": "table" + }, + { + "id": "dfn-language", + "href": "https://www.w3.org/TR/wpub/#dfn-language", + "linkingText": [ + "language" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "language-and-dir", + "href": "https://www.w3.org/TR/wpub/#language-and-dir", + "title": "Language and Base Direction", + "number": "2.6.3.6" + }, + "definedIn": "prose" + }, + { + "id": "dfn-base-direction", + "href": "https://www.w3.org/TR/wpub/#dfn-base-direction", + "linkingText": [ + "base direction" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "language-and-dir", + "href": "https://www.w3.org/TR/wpub/#language-and-dir", + "title": "Language and Base Direction", + "number": "2.6.3.6" + }, + "definedIn": "prose" + }, + { + "id": "dom-publicationmanifest-inlanguage", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-inlanguage", + "linkingText": [ + "inLanguage" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "manifest-default-language-and-dir", + "href": "https://www.w3.org/TR/wpub/#manifest-default-language-and-dir", + "title": "Global Language and Direction", + "number": "2.6.3.6.1" + }, + "definedIn": "table" + }, + { + "id": "dom-publicationmanifest-indirection", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-indirection", + "linkingText": [ + "inDirection" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "manifest-default-language-and-dir", + "href": "https://www.w3.org/TR/wpub/#manifest-default-language-and-dir", + "title": "Global Language and Direction", + "number": "2.6.3.6.1" + }, + "definedIn": "table" + }, + { + "id": "dom-textdirection", + "href": "https://www.w3.org/TR/wpub/#dom-textdirection", + "linkingText": [ + "textdirection", + "base language direction" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "manifest-default-language-and-dir", + "href": "https://www.w3.org/TR/wpub/#manifest-default-language-and-dir", + "title": "Global Language and Direction", + "number": "2.6.3.6.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-textdirection-ltr", + "href": "https://www.w3.org/TR/wpub/#dom-textdirection-ltr", + "linkingText": [ + "ltr" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "textdirection" + ], + "access": "public", + "informative": false, + "heading": { + "id": "manifest-default-language-and-dir", + "href": "https://www.w3.org/TR/wpub/#manifest-default-language-and-dir", + "title": "Global Language and Direction", + "number": "2.6.3.6.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-textdirection-rtl", + "href": "https://www.w3.org/TR/wpub/#dom-textdirection-rtl", + "linkingText": [ + "rtl" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "textdirection" + ], + "access": "public", + "informative": false, + "heading": { + "id": "manifest-default-language-and-dir", + "href": "https://www.w3.org/TR/wpub/#manifest-default-language-and-dir", + "title": "Global Language and Direction", + "number": "2.6.3.6.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-textdirection-auto", + "href": "https://www.w3.org/TR/wpub/#dom-textdirection-auto", + "linkingText": [ + "auto" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "textdirection" + ], + "access": "public", + "informative": false, + "heading": { + "id": "manifest-default-language-and-dir", + "href": "https://www.w3.org/TR/wpub/#manifest-default-language-and-dir", + "title": "Global Language and Direction", + "number": "2.6.3.6.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-localizablestring", + "href": "https://www.w3.org/TR/wpub/#dom-localizablestring", + "linkingText": [ + "localizablestring", + "localizable string" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "manifest-specific-language-and-dir", + "href": "https://www.w3.org/TR/wpub/#manifest-specific-language-and-dir", + "title": "Item-specific Language", + "number": "2.6.3.6.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-localizablestring-language", + "href": "https://www.w3.org/TR/wpub/#dom-localizablestring-language", + "linkingText": [ + "language" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "localizablestring" + ], + "access": "public", + "informative": false, + "heading": { + "id": "manifest-specific-language-and-dir", + "href": "https://www.w3.org/TR/wpub/#manifest-specific-language-and-dir", + "title": "Item-specific Language", + "number": "2.6.3.6.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-localizablestring-value", + "href": "https://www.w3.org/TR/wpub/#dom-localizablestring-value", + "linkingText": [ + "value" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "localizablestring" + ], + "access": "public", + "informative": false, + "heading": { + "id": "manifest-specific-language-and-dir", + "href": "https://www.w3.org/TR/wpub/#manifest-specific-language-and-dir", + "title": "Item-specific Language", + "number": "2.6.3.6.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-last-modification-date", + "href": "https://www.w3.org/TR/wpub/#dfn-last-modification-date", + "linkingText": [ + "last modification date" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "last-modification-date", + "href": "https://www.w3.org/TR/wpub/#last-modification-date", + "title": "Last Modification Date", + "number": "2.6.3.7" + }, + "definedIn": "prose" + }, + { + "id": "dom-publicationmanifest-datemodified", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-datemodified", + "linkingText": [ + "dateModified" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "last-modification-date", + "href": "https://www.w3.org/TR/wpub/#last-modification-date", + "title": "Last Modification Date", + "number": "2.6.3.7" + }, + "definedIn": "table" + }, + { + "id": "dfn-publication-date", + "href": "https://www.w3.org/TR/wpub/#dfn-publication-date", + "linkingText": [ + "publication date" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "publication-date", + "href": "https://www.w3.org/TR/wpub/#publication-date", + "title": "Publication Date", + "number": "2.6.3.8" + }, + "definedIn": "prose" + }, + { + "id": "dom-publicationmanifest-datepublished", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-datepublished", + "linkingText": [ + "datePublished" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "publication-date", + "href": "https://www.w3.org/TR/wpub/#publication-date", + "title": "Publication Date", + "number": "2.6.3.8" + }, + "definedIn": "table" + }, + { + "id": "dom-progressiondirection", + "href": "https://www.w3.org/TR/wpub/#dom-progressiondirection", + "linkingText": [ + "progressiondirection", + "reading progression" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "reading-progression-direction", + "href": "https://www.w3.org/TR/wpub/#reading-progression-direction", + "title": "Reading Progression Direction", + "number": "2.6.3.9" + }, + "definedIn": "prose" + }, + { + "id": "dom-publicationmanifest-readingprogression", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-readingprogression", + "linkingText": [ + "readingProgression" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "reading-progression-direction", + "href": "https://www.w3.org/TR/wpub/#reading-progression-direction", + "title": "Reading Progression Direction", + "number": "2.6.3.9" + }, + "definedIn": "table" + }, + { + "id": "dom-progressiondirection-ltr", + "href": "https://www.w3.org/TR/wpub/#dom-progressiondirection-ltr", + "linkingText": [ + "ltr" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "progressiondirection" + ], + "access": "public", + "informative": false, + "heading": { + "id": "reading-progression-direction", + "href": "https://www.w3.org/TR/wpub/#reading-progression-direction", + "title": "Reading Progression Direction", + "number": "2.6.3.9" + }, + "definedIn": "prose" + }, + { + "id": "dom-progressiondirection-rtl", + "href": "https://www.w3.org/TR/wpub/#dom-progressiondirection-rtl", + "linkingText": [ + "rtl" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "progressiondirection" + ], + "access": "public", + "informative": false, + "heading": { + "id": "reading-progression-direction", + "href": "https://www.w3.org/TR/wpub/#reading-progression-direction", + "title": "Reading Progression Direction", + "number": "2.6.3.9" + }, + "definedIn": "prose" + }, + { + "id": "dom-publicationmanifest-name", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-name", + "linkingText": [ + "name" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "pub-title", + "href": "https://www.w3.org/TR/wpub/#pub-title", + "title": "Title", + "number": "2.6.3.10" + }, + "definedIn": "table" + }, + { + "id": "dfn-default-reading-order", + "href": "https://www.w3.org/TR/wpub/#dfn-default-reading-order", + "linkingText": [ + "default reading order" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "default-reading-order", + "href": "https://www.w3.org/TR/wpub/#default-reading-order", + "title": "Default Reading Order", + "number": "2.6.4.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-publicationmanifest-readingorder", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-readingorder", + "linkingText": [ + "readingOrder" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "default-reading-order", + "href": "https://www.w3.org/TR/wpub/#default-reading-order", + "title": "Default Reading Order", + "number": "2.6.4.1" + }, + "definedIn": "table" + }, + { + "id": "dfn-resource-list", + "href": "https://www.w3.org/TR/wpub/#dfn-resource-list", + "linkingText": [ + "resource list" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "resource-list", + "href": "https://www.w3.org/TR/wpub/#resource-list", + "title": "Resource List", + "number": "2.6.4.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-publicationmanifest-resources", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-resources", + "linkingText": [ + "resources" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "resource-list", + "href": "https://www.w3.org/TR/wpub/#resource-list", + "title": "Resource List", + "number": "2.6.4.2" + }, + "definedIn": "table" + }, + { + "id": "dfn-links", + "href": "https://www.w3.org/TR/wpub/#dfn-links", + "linkingText": [ + "links" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "links", + "href": "https://www.w3.org/TR/wpub/#links", + "title": "Links", + "number": "2.6.4.3" + }, + "definedIn": "prose" + }, + { + "id": "dom-publicationmanifest-links", + "href": "https://www.w3.org/TR/wpub/#dom-publicationmanifest-links", + "linkingText": [ + "links" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "publicationmanifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "links", + "href": "https://www.w3.org/TR/wpub/#links", + "title": "Links", + "number": "2.6.4.3" + }, + "definedIn": "table" + }, + { + "id": "dfn-preview", + "href": "https://www.w3.org/TR/wpub/#dfn-preview", + "linkingText": [ + "preview", + "preview" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "preview", + "href": "https://www.w3.org/TR/wpub/#preview", + "title": "Preview", + "number": "2.7.2.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-privacypolicy", + "href": "https://www.w3.org/TR/wpub/#dfn-privacypolicy", + "linkingText": [ + "privacypolicy", + "privacy policy" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "privacy-policy", + "href": "https://www.w3.org/TR/wpub/#privacy-policy", + "title": "Privacy Policy", + "number": "2.7.2.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-cover", + "href": "https://www.w3.org/TR/wpub/#dfn-cover", + "linkingText": [ + "cover" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "cover", + "href": "https://www.w3.org/TR/wpub/#cover", + "title": "Cover", + "number": "2.7.3.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-toc", + "href": "https://www.w3.org/TR/wpub/#dfn-toc", + "linkingText": [ + "toc", + "table of contents" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "pub-table-of-contents", + "href": "https://www.w3.org/TR/wpub/#pub-table-of-contents", + "title": "Table of Contents", + "number": "2.7.3.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-processing-the-manifest", + "href": "https://www.w3.org/TR/wpub/#dfn-processing-the-manifest", + "linkingText": [ + "processing the manifest", + "processing a manifest", + "process a manifest", + "steps for processing a manifest" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "processing-manifest", + "href": "https://www.w3.org/TR/wpub/#processing-manifest", + "title": "Processing a Manifest", + "number": "2.9.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-post-process-the-canonical-manifest", + "href": "https://www.w3.org/TR/wpub/#dfn-post-process-the-canonical-manifest", + "linkingText": [ + "post-process the canonical manifest", + "post-processing a canonical manifest", + "steps for post-processing a canonical manifest" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "post-processed-manifest", + "href": "https://www.w3.org/TR/wpub/#post-processed-manifest", + "title": "Post-Processing a Canonical Manifest", + "number": "2.9.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-processed-manifest", + "href": "https://www.w3.org/TR/wpub/#dfn-processed-manifest", + "linkingText": [ + "processed manifest" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "post-processed-manifest", + "href": "https://www.w3.org/TR/wpub/#post-processed-manifest", + "title": "Post-Processing a Canonical Manifest", + "number": "2.9.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-primary-entry-page", + "href": "https://www.w3.org/TR/wpub/#dfn-primary-entry-page", + "linkingText": [ + "primary entry page" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "primary-entry-page", + "href": "https://www.w3.org/TR/wpub/#primary-entry-page", + "title": "Primary Entry Page", + "number": "3.3.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-obtaining-the-manifest", + "href": "https://www.w3.org/TR/wpub/#dfn-obtaining-the-manifest", + "linkingText": [ + "obtaining the manifest", + "obtaining a manifest", + "obtains a manifest", + "steps for obtaining a manifest" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "wp-obtaining-manifest", + "href": "https://www.w3.org/TR/wpub/#wp-obtaining-manifest", + "title": "Obtaining a manifest", + "number": "3.6.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-profiles", + "href": "https://www.w3.org/TR/wpub/#dfn-profiles", + "linkingText": [ + "profiles" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "mod-intro", + "href": "https://www.w3.org/TR/wpub/#mod-intro", + "title": "Introduction", + "number": "4.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-linkedresource", + "href": "https://www.w3.org/TR/wpub/#dom-linkedresource", + "linkingText": [ + "LinkedResource" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "app-linkedResource", + "href": "https://www.w3.org/TR/wpub/#app-linkedResource", + "title": "LinkedResource Definition", + "number": "A" + }, + "definedIn": "prose" + }, + { + "id": "dom-linkedresource-url", + "href": "https://www.w3.org/TR/wpub/#dom-linkedresource-url", + "linkingText": [ + "url" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "linkedresource" + ], + "access": "public", + "informative": false, + "heading": { + "id": "app-linkedResource", + "href": "https://www.w3.org/TR/wpub/#app-linkedResource", + "title": "LinkedResource Definition", + "number": "A" + }, + "definedIn": "table" + }, + { + "id": "dom-linkedresource-encodingformat", + "href": "https://www.w3.org/TR/wpub/#dom-linkedresource-encodingformat", + "linkingText": [ + "encodingFormat" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "linkedresource" + ], + "access": "public", + "informative": false, + "heading": { + "id": "app-linkedResource", + "href": "https://www.w3.org/TR/wpub/#app-linkedResource", + "title": "LinkedResource Definition", + "number": "A" + }, + "definedIn": "table" + }, + { + "id": "dom-linkedresource-name", + "href": "https://www.w3.org/TR/wpub/#dom-linkedresource-name", + "linkingText": [ + "name" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "linkedresource" + ], + "access": "public", + "informative": false, + "heading": { + "id": "app-linkedResource", + "href": "https://www.w3.org/TR/wpub/#app-linkedResource", + "title": "LinkedResource Definition", + "number": "A" + }, + "definedIn": "table" + }, + { + "id": "dom-linkedresource-description", + "href": "https://www.w3.org/TR/wpub/#dom-linkedresource-description", + "linkingText": [ + "description" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "linkedresource" + ], + "access": "public", + "informative": false, + "heading": { + "id": "app-linkedResource", + "href": "https://www.w3.org/TR/wpub/#app-linkedResource", + "title": "LinkedResource Definition", + "number": "A" + }, + "definedIn": "table" + }, + { + "id": "dom-linkedresource-rel", + "href": "https://www.w3.org/TR/wpub/#dom-linkedresource-rel", + "linkingText": [ + "rel" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "linkedresource" + ], + "access": "public", + "informative": false, + "heading": { + "id": "app-linkedResource", + "href": "https://www.w3.org/TR/wpub/#app-linkedResource", + "title": "LinkedResource Definition", + "number": "A" + }, + "definedIn": "table" + }, + { + "id": "dom-linkedresource-integrity", + "href": "https://www.w3.org/TR/wpub/#dom-linkedresource-integrity", + "linkingText": [ + "integrity" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "linkedresource" + ], + "access": "public", + "informative": false, + "heading": { + "id": "app-linkedResource", + "href": "https://www.w3.org/TR/wpub/#app-linkedResource", + "title": "LinkedResource Definition", + "number": "A" + }, + "definedIn": "table" + }, + { + "id": "dom-linkedresource-length", + "href": "https://www.w3.org/TR/wpub/#dom-linkedresource-length", + "linkingText": [ + "length" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "linkedresource" + ], + "access": "public", + "informative": false, + "heading": { + "id": "app-linkedResource", + "href": "https://www.w3.org/TR/wpub/#app-linkedResource", + "title": "LinkedResource Definition", + "number": "A" + }, + "definedIn": "table" + }, + { + "id": "dfn-list-element", + "href": "https://www.w3.org/TR/wpub/#dfn-list-element", + "linkingText": [ + "list element" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "app-toc-ua", + "href": "https://www.w3.org/TR/wpub/#app-toc-ua", + "title": "User Agent Processing", + "number": "B.3" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/tr/headings/audiobooks.json b/tr/headings/audiobooks.json new file mode 100644 index 000000000000..3c41b8236af8 --- /dev/null +++ b/tr/headings/audiobooks.json @@ -0,0 +1,299 @@ +{ + "spec": { + "title": "Audiobooks", + "url": "https://www.w3.org/TR/audiobooks/" + }, + "headings": [ + { + "id": "title", + "href": "https://www.w3.org/TR/audiobooks/#title", + "level": 1, + "title": "Audiobooks" + }, + { + "id": "toc", + "href": "https://www.w3.org/TR/audiobooks/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "intro", + "href": "https://www.w3.org/TR/audiobooks/#intro", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "audio-terminology", + "href": "https://www.w3.org/TR/audiobooks/#audio-terminology", + "level": 2, + "title": "Terminology", + "number": "2" + }, + { + "id": "conformance", + "href": "https://www.w3.org/TR/audiobooks/#conformance", + "level": 2, + "title": "Conformance", + "number": "3" + }, + { + "id": "audio-construction", + "href": "https://www.w3.org/TR/audiobooks/#audio-construction", + "level": 2, + "title": "Construction", + "number": "4" + }, + { + "id": "audio-pep", + "href": "https://www.w3.org/TR/audiobooks/#audio-pep", + "level": 3, + "title": "Primary Entry Page", + "number": "4.1" + }, + { + "id": "audio-toc", + "href": "https://www.w3.org/TR/audiobooks/#audio-toc", + "level": 3, + "title": "Table of Contents", + "number": "4.2" + }, + { + "id": "audio-manifest", + "href": "https://www.w3.org/TR/audiobooks/#audio-manifest", + "level": 2, + "title": "Manifest", + "number": "5" + }, + { + "id": "audio-properties-intro", + "href": "https://www.w3.org/TR/audiobooks/#audio-properties-intro", + "level": 3, + "title": "Introduction", + "number": "5.1" + }, + { + "id": "audio-requirements", + "href": "https://www.w3.org/TR/audiobooks/#audio-requirements", + "level": 3, + "title": "Requirements", + "number": "5.2" + }, + { + "id": "audio-context", + "href": "https://www.w3.org/TR/audiobooks/#audio-context", + "level": 3, + "title": "Manifest Contexts", + "number": "5.3" + }, + { + "id": "audio-conformance", + "href": "https://www.w3.org/TR/audiobooks/#audio-conformance", + "level": 3, + "title": "Publication Conformance", + "number": "5.4" + }, + { + "id": "audio-type", + "href": "https://www.w3.org/TR/audiobooks/#audio-type", + "level": 3, + "title": "Publication Type", + "number": "5.5" + }, + { + "id": "audio-properties", + "href": "https://www.w3.org/TR/audiobooks/#audio-properties", + "level": 3, + "title": "Properties", + "number": "5.6" + }, + { + "id": "audio-creators", + "href": "https://www.w3.org/TR/audiobooks/#audio-creators", + "level": 4, + "title": "Creators", + "number": "5.6.1" + }, + { + "id": "audio-duration", + "href": "https://www.w3.org/TR/audiobooks/#audio-duration", + "level": 4, + "title": "Duration", + "number": "5.6.2" + }, + { + "id": "audio-readingorder", + "href": "https://www.w3.org/TR/audiobooks/#audio-readingorder", + "level": 3, + "title": "Default Reading Order", + "number": "5.7" + }, + { + "id": "audio-resourcelist", + "href": "https://www.w3.org/TR/audiobooks/#audio-resourcelist", + "level": 3, + "title": "Resource List", + "number": "5.8" + }, + { + "id": "audio-preview", + "href": "https://www.w3.org/TR/audiobooks/#audio-preview", + "level": 3, + "title": "Audiobook Previews", + "number": "5.9" + }, + { + "id": "audio-packaging", + "href": "https://www.w3.org/TR/audiobooks/#audio-packaging", + "level": 3, + "title": "Packaging", + "number": "5.10" + }, + { + "id": "audio-accessibility", + "href": "https://www.w3.org/TR/audiobooks/#audio-accessibility", + "level": 3, + "title": "Accessibility", + "number": "5.11" + }, + { + "id": "audio-manifest-processing", + "href": "https://www.w3.org/TR/audiobooks/#audio-manifest-processing", + "level": 2, + "title": "Manifest Processing", + "number": "6" + }, + { + "id": "toc-algorithm-extension", + "href": "https://www.w3.org/TR/audiobooks/#toc-algorithm-extension", + "level": 2, + "title": "User Agent Processing of Machine-Processable Table of Contents", + "number": "7" + }, + { + "id": "security-privacy", + "href": "https://www.w3.org/TR/audiobooks/#security-privacy", + "level": 2, + "title": "Security and Privacy Considerations", + "number": "8" + }, + { + "id": "audio-ua-behaviour", + "href": "https://www.w3.org/TR/audiobooks/#audio-ua-behaviour", + "level": 2, + "title": "User Agent Behaviors for Audiobooks", + "number": "9" + }, + { + "id": "audio-ua-navigation", + "href": "https://www.w3.org/TR/audiobooks/#audio-ua-navigation", + "level": 3, + "title": "Opening and Navigating the Contents of an Audiobook", + "number": "9.1" + }, + { + "id": "audio-ua-playback", + "href": "https://www.w3.org/TR/audiobooks/#audio-ua-playback", + "level": 3, + "title": "Audiobook Playability", + "number": "9.2" + }, + { + "id": "audio-ua-packaging", + "href": "https://www.w3.org/TR/audiobooks/#audio-ua-packaging", + "level": 3, + "title": "Audiobook Packaging and Offlining", + "number": "9.3" + }, + { + "id": "audio-ua-accessibility", + "href": "https://www.w3.org/TR/audiobooks/#audio-ua-accessibility", + "level": 3, + "title": "Audiobooks Accessibility", + "number": "9.4" + }, + { + "id": "change-log", + "href": "https://www.w3.org/TR/audiobooks/#change-log", + "level": 2, + "title": "10. Change Log" + }, + { + "id": "audio-manifest-examples", + "href": "https://www.w3.org/TR/audiobooks/#audio-manifest-examples", + "level": 2, + "title": "Manifest Examples", + "number": "A" + }, + { + "id": "audio-simple", + "href": "https://www.w3.org/TR/audiobooks/#audio-simple", + "level": 3, + "title": "Simple Audiobook", + "number": "A.1" + }, + { + "id": "audio-supplemental", + "href": "https://www.w3.org/TR/audiobooks/#audio-supplemental", + "level": 3, + "title": "Audiobook with Supplemental Content", + "number": "A.2" + }, + { + "id": "audio-toc-examples", + "href": "https://www.w3.org/TR/audiobooks/#audio-toc-examples", + "level": 2, + "title": "Table of Contents Examples", + "number": "B" + }, + { + "id": "toc-pep", + "href": "https://www.w3.org/TR/audiobooks/#toc-pep", + "level": 3, + "title": "Primary Entry Page with a Table of Contents", + "number": "B.1" + }, + { + "id": "toc-simple", + "href": "https://www.w3.org/TR/audiobooks/#toc-simple", + "level": 3, + "title": "Simple Table of Contents", + "number": "B.2" + }, + { + "id": "toc-mediafragments", + "href": "https://www.w3.org/TR/audiobooks/#toc-mediafragments", + "level": 3, + "title": "Table of Contents with Media Fragments", + "number": "B.3" + }, + { + "id": "ack", + "href": "https://www.w3.org/TR/audiobooks/#ack", + "level": 2, + "title": "Acknowledgements", + "number": "C" + }, + { + "id": "references", + "href": "https://www.w3.org/TR/audiobooks/#references", + "level": 2, + "title": "References", + "number": "D" + }, + { + "id": "normative-references", + "href": "https://www.w3.org/TR/audiobooks/#normative-references", + "level": 3, + "title": "Normative references", + "number": "D.1" + }, + { + "id": "informative-references", + "href": "https://www.w3.org/TR/audiobooks/#informative-references", + "level": 3, + "title": "Informative references", + "number": "D.2" + } + ] +} \ No newline at end of file diff --git a/tr/headings/css-anchor-position-1.json b/tr/headings/css-anchor-position-1.json new file mode 100644 index 000000000000..c67ce620ddc5 --- /dev/null +++ b/tr/headings/css-anchor-position-1.json @@ -0,0 +1,270 @@ +{ + "spec": { + "title": "CSS Anchor Positioning", + "url": "https://www.w3.org/TR/css-anchor-position-1/" + }, + "headings": [ + { + "id": "title", + "href": "https://www.w3.org/TR/css-anchor-position-1/#title", + "level": 1, + "title": "CSS Anchor Positioning" + }, + { + "id": "abstract", + "href": "https://www.w3.org/TR/css-anchor-position-1/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "sotd", + "href": "https://www.w3.org/TR/css-anchor-position-1/#sotd", + "level": 2, + "title": "Status of this document" + }, + { + "id": "toc", + "href": "https://www.w3.org/TR/css-anchor-position-1/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "intro", + "href": "https://www.w3.org/TR/css-anchor-position-1/#intro", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "determining", + "href": "https://www.w3.org/TR/css-anchor-position-1/#determining", + "level": 2, + "title": "Determining The Anchor", + "number": "2" + }, + { + "id": "name", + "href": "https://www.w3.org/TR/css-anchor-position-1/#name", + "level": 3, + "title": "Creating An Anchor: the anchor-name property", + "number": "2.1" + }, + { + "id": "implicit", + "href": "https://www.w3.org/TR/css-anchor-position-1/#implicit", + "level": 4, + "title": "Implicit Anchor Elements", + "number": "2.1.1" + }, + { + "id": "target", + "href": "https://www.w3.org/TR/css-anchor-position-1/#target", + "level": 3, + "title": "Finding An Anchor", + "number": "2.2" + }, + { + "id": "anchor-default", + "href": "https://www.w3.org/TR/css-anchor-position-1/#anchor-default", + "level": 3, + "title": "Default Anchors: the anchor-default property", + "number": "2.3" + }, + { + "id": "positioning", + "href": "https://www.w3.org/TR/css-anchor-position-1/#positioning", + "level": 2, + "title": "Anchor-Based Positioning", + "number": "3" + }, + { + "id": "anchor-pos", + "href": "https://www.w3.org/TR/css-anchor-position-1/#anchor-pos", + "level": 3, + "title": "The anchor() Function", + "number": "3.1" + }, + { + "id": "anchor-auto", + "href": "https://www.w3.org/TR/css-anchor-position-1/#anchor-auto", + "level": 4, + "title": "Automatic Anchor Positioning", + "number": "3.1.1" + }, + { + "id": "scroll", + "href": "https://www.w3.org/TR/css-anchor-position-1/#scroll", + "level": 3, + "title": "Taking Scroll Into Account: the anchor-scroll property", + "number": "3.2" + }, + { + "id": "anchor-valid", + "href": "https://www.w3.org/TR/css-anchor-position-1/#anchor-valid", + "level": 3, + "title": "Validity", + "number": "3.3" + }, + { + "id": "sizing", + "href": "https://www.w3.org/TR/css-anchor-position-1/#sizing", + "level": 2, + "title": "Anchor-based Sizing", + "number": "4" + }, + { + "id": "anchor-size-fn", + "href": "https://www.w3.org/TR/css-anchor-position-1/#anchor-size-fn", + "level": 3, + "title": "The anchor-size() Function", + "number": "4.1" + }, + { + "id": "anchor-size-valid", + "href": "https://www.w3.org/TR/css-anchor-position-1/#anchor-size-valid", + "level": 3, + "title": "Validity", + "number": "4.2" + }, + { + "id": "fallback", + "href": "https://www.w3.org/TR/css-anchor-position-1/#fallback", + "level": 2, + "title": "Fallback Sizing/Positioning", + "number": "5" + }, + { + "id": "fallback-property", + "href": "https://www.w3.org/TR/css-anchor-position-1/#fallback-property", + "level": 3, + "title": "The position-fallback Property", + "number": "5.1" + }, + { + "id": "fallback-rule", + "href": "https://www.w3.org/TR/css-anchor-position-1/#fallback-rule", + "level": 3, + "title": "The @position-fallback Rule", + "number": "5.2" + }, + { + "id": "fallback-bounds", + "href": "https://www.w3.org/TR/css-anchor-position-1/#fallback-bounds", + "level": 3, + "title": "Applying Stronger Fallback Bounds: the position-fallback-bounds property", + "number": "5.3" + }, + { + "id": "fallback-apply", + "href": "https://www.w3.org/TR/css-anchor-position-1/#fallback-apply", + "level": 3, + "title": "Applying Position Fallback", + "number": "5.4" + }, + { + "id": "fallback-automatic", + "href": "https://www.w3.org/TR/css-anchor-position-1/#fallback-automatic", + "level": 3, + "title": "Fallback and Automatic Positioning", + "number": "5.5" + }, + { + "id": "sec", + "href": "https://www.w3.org/TR/css-anchor-position-1/#sec", + "level": 2, + "title": "Security Considerations", + "number": "6" + }, + { + "id": "priv", + "href": "https://www.w3.org/TR/css-anchor-position-1/#priv", + "level": 2, + "title": "Privacy Considerations", + "number": "7" + }, + { + "id": "w3c-conformance", + "href": "https://www.w3.org/TR/css-anchor-position-1/#w3c-conformance", + "level": 2, + "title": "Conformance" + }, + { + "id": "w3c-conventions", + "href": "https://www.w3.org/TR/css-anchor-position-1/#w3c-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "w3c-conformance-classes", + "href": "https://www.w3.org/TR/css-anchor-position-1/#w3c-conformance-classes", + "level": 3, + "title": "Conformance classes" + }, + { + "id": "w3c-partial", + "href": "https://www.w3.org/TR/css-anchor-position-1/#w3c-partial", + "level": 3, + "title": "Partial implementations" + }, + { + "id": "w3c-conform-future-proofing", + "href": "https://www.w3.org/TR/css-anchor-position-1/#w3c-conform-future-proofing", + "level": 4, + "title": "Implementations of Unstable and Proprietary Features" + }, + { + "id": "w3c-testing", + "href": "https://www.w3.org/TR/css-anchor-position-1/#w3c-testing", + "level": 3, + "title": "Non-experimental implementations" + }, + { + "id": "index", + "href": "https://www.w3.org/TR/css-anchor-position-1/#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "href": "https://www.w3.org/TR/css-anchor-position-1/#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "href": "https://www.w3.org/TR/css-anchor-position-1/#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "href": "https://www.w3.org/TR/css-anchor-position-1/#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://www.w3.org/TR/css-anchor-position-1/#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "informative", + "href": "https://www.w3.org/TR/css-anchor-position-1/#informative", + "level": 3, + "title": "Informative References" + }, + { + "id": "property-index", + "href": "https://www.w3.org/TR/css-anchor-position-1/#property-index", + "level": 2, + "title": "Property Index" + }, + { + "id": "issues-index", + "href": "https://www.w3.org/TR/css-anchor-position-1/#issues-index", + "level": 2, + "title": "Issues Index" + } + ] +} \ No newline at end of file diff --git a/tr/headings/pub-manifest.json b/tr/headings/pub-manifest.json new file mode 100644 index 000000000000..79a7e8201039 --- /dev/null +++ b/tr/headings/pub-manifest.json @@ -0,0 +1,727 @@ +{ + "spec": { + "title": "Publication Manifest", + "url": "https://www.w3.org/TR/pub-manifest/" + }, + "headings": [ + { + "id": "title", + "href": "https://www.w3.org/TR/pub-manifest/#title", + "level": 1, + "title": "Publication Manifest" + }, + { + "id": "toc", + "href": "https://www.w3.org/TR/pub-manifest/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "intro", + "href": "https://www.w3.org/TR/pub-manifest/#intro", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "scope", + "href": "https://www.w3.org/TR/pub-manifest/#scope", + "level": 3, + "title": "Scope", + "number": "1.1" + }, + { + "id": "manifest-format", + "href": "https://www.w3.org/TR/pub-manifest/#manifest-format", + "level": 3, + "title": "Manifest Format", + "number": "1.2" + }, + { + "id": "manifest-jsonld", + "href": "https://www.w3.org/TR/pub-manifest/#manifest-jsonld", + "level": 3, + "title": "JSON-LD Authoring and Processing", + "number": "1.3" + }, + { + "id": "manifest-schemaorg", + "href": "https://www.w3.org/TR/pub-manifest/#manifest-schemaorg", + "level": 3, + "title": "Relationship to Schema.org", + "number": "1.4" + }, + { + "id": "terminology", + "href": "https://www.w3.org/TR/pub-manifest/#terminology", + "level": 2, + "title": "Terminology", + "number": "2" + }, + { + "id": "conformance", + "href": "https://www.w3.org/TR/pub-manifest/#conformance", + "level": 2, + "title": "Conformance", + "number": "3" + }, + { + "id": "manifest", + "href": "https://www.w3.org/TR/pub-manifest/#manifest", + "level": 2, + "title": "Publication Manifest", + "number": "4" + }, + { + "id": "manifest-requirements", + "href": "https://www.w3.org/TR/pub-manifest/#manifest-requirements", + "level": 3, + "title": "Requirements", + "number": "4.1" + }, + { + "id": "properties-value-categories", + "href": "https://www.w3.org/TR/pub-manifest/#properties-value-categories", + "level": 3, + "title": "Value Categories", + "number": "4.2" + }, + { + "id": "value-literal", + "href": "https://www.w3.org/TR/pub-manifest/#value-literal", + "level": 4, + "title": "Literals", + "number": "4.2.1" + }, + { + "id": "value-number", + "href": "https://www.w3.org/TR/pub-manifest/#value-number", + "level": 4, + "title": "Numbers", + "number": "4.2.2" + }, + { + "id": "value-boolean", + "href": "https://www.w3.org/TR/pub-manifest/#value-boolean", + "level": 4, + "title": "Booleans", + "number": "4.2.3" + }, + { + "id": "explicit-implied-objects", + "href": "https://www.w3.org/TR/pub-manifest/#explicit-implied-objects", + "level": 4, + "title": "Explicit and Implied Objects", + "number": "4.2.4" + }, + { + "id": "value-localizable-string", + "href": "https://www.w3.org/TR/pub-manifest/#value-localizable-string", + "level": 5, + "title": "Localizable Strings", + "number": "4.2.4.1" + }, + { + "id": "value-entity", + "href": "https://www.w3.org/TR/pub-manifest/#value-entity", + "level": 5, + "title": "Entities", + "number": "4.2.4.2" + }, + { + "id": "value-linked-resource", + "href": "https://www.w3.org/TR/pub-manifest/#value-linked-resource", + "level": 5, + "title": "Linked Resources", + "number": "4.2.4.3" + }, + { + "id": "value-object", + "href": "https://www.w3.org/TR/pub-manifest/#value-object", + "level": 5, + "title": "Objects", + "number": "4.2.4.4" + }, + { + "id": "value-url", + "href": "https://www.w3.org/TR/pub-manifest/#value-url", + "level": 4, + "title": "URLs", + "number": "4.2.5" + }, + { + "id": "value-id", + "href": "https://www.w3.org/TR/pub-manifest/#value-id", + "level": 4, + "title": "Identifiers", + "number": "4.2.6" + }, + { + "id": "value-array", + "href": "https://www.w3.org/TR/pub-manifest/#value-array", + "level": 4, + "title": "Arrays", + "number": "4.2.7" + }, + { + "id": "manifest-context", + "href": "https://www.w3.org/TR/pub-manifest/#manifest-context", + "level": 3, + "title": "Manifest Contexts", + "number": "4.3" + }, + { + "id": "manifest-lang-dir", + "href": "https://www.w3.org/TR/pub-manifest/#manifest-lang-dir", + "level": 3, + "title": "Manifest Language and Direction", + "number": "4.4" + }, + { + "id": "manifest-lang-dir-global", + "href": "https://www.w3.org/TR/pub-manifest/#manifest-lang-dir-global", + "level": 4, + "title": "Global Declarations", + "number": "4.4.1" + }, + { + "id": "manifest-lang-dir-local", + "href": "https://www.w3.org/TR/pub-manifest/#manifest-lang-dir-local", + "level": 4, + "title": "Item-Specific Declarations", + "number": "4.4.2" + }, + { + "id": "publication-types", + "href": "https://www.w3.org/TR/pub-manifest/#publication-types", + "level": 3, + "title": "Publication Types", + "number": "4.5" + }, + { + "id": "profile-conformance", + "href": "https://www.w3.org/TR/pub-manifest/#profile-conformance", + "level": 3, + "title": "Profile Conformance", + "number": "4.6" + }, + { + "id": "manifest-properties", + "href": "https://www.w3.org/TR/pub-manifest/#manifest-properties", + "level": 3, + "title": "Properties", + "number": "4.7" + }, + { + "id": "descriptive-properties", + "href": "https://www.w3.org/TR/pub-manifest/#descriptive-properties", + "level": 4, + "title": "Descriptive Properties", + "number": "4.7.1" + }, + { + "id": "abridged", + "href": "https://www.w3.org/TR/pub-manifest/#abridged", + "level": 5, + "title": "Abridged", + "number": "4.7.1.1" + }, + { + "id": "accessibility", + "href": "https://www.w3.org/TR/pub-manifest/#accessibility", + "level": 5, + "title": "Accessibility", + "number": "4.7.1.2" + }, + { + "id": "address", + "href": "https://www.w3.org/TR/pub-manifest/#address", + "level": 5, + "title": "Address", + "number": "4.7.1.3" + }, + { + "id": "canonical-identifier", + "href": "https://www.w3.org/TR/pub-manifest/#canonical-identifier", + "level": 5, + "title": "Canonical Identifier", + "number": "4.7.1.4" + }, + { + "id": "creators", + "href": "https://www.w3.org/TR/pub-manifest/#creators", + "level": 5, + "title": "Creators", + "number": "4.7.1.5" + }, + { + "id": "duration", + "href": "https://www.w3.org/TR/pub-manifest/#duration", + "level": 5, + "title": "Duration", + "number": "4.7.1.6" + }, + { + "id": "last-modification-date", + "href": "https://www.w3.org/TR/pub-manifest/#last-modification-date", + "level": 5, + "title": "Last Modification Date", + "number": "4.7.1.7" + }, + { + "id": "publication-date", + "href": "https://www.w3.org/TR/pub-manifest/#publication-date", + "level": 5, + "title": "Publication Date", + "number": "4.7.1.8" + }, + { + "id": "inLanguage", + "href": "https://www.w3.org/TR/pub-manifest/#inLanguage", + "level": 5, + "title": "Publication Language", + "number": "4.7.1.9" + }, + { + "id": "reading-progression-direction", + "href": "https://www.w3.org/TR/pub-manifest/#reading-progression-direction", + "level": 5, + "title": "Reading Progression Direction", + "number": "4.7.1.10" + }, + { + "id": "pub-title", + "href": "https://www.w3.org/TR/pub-manifest/#pub-title", + "level": 5, + "title": "Title", + "number": "4.7.1.11" + }, + { + "id": "resource-categorization-properties", + "href": "https://www.w3.org/TR/pub-manifest/#resource-categorization-properties", + "level": 4, + "title": "Resource Categorization Properties", + "number": "4.7.2" + }, + { + "id": "default-reading-order", + "href": "https://www.w3.org/TR/pub-manifest/#default-reading-order", + "level": 5, + "title": "Default Reading Order", + "number": "4.7.2.1" + }, + { + "id": "resource-list", + "href": "https://www.w3.org/TR/pub-manifest/#resource-list", + "level": 5, + "title": "Resource List", + "number": "4.7.2.2" + }, + { + "id": "links", + "href": "https://www.w3.org/TR/pub-manifest/#links", + "level": 5, + "title": "Links", + "number": "4.7.2.3" + }, + { + "id": "extensibility", + "href": "https://www.w3.org/TR/pub-manifest/#extensibility", + "level": 4, + "title": "Extensibility", + "number": "4.7.3" + }, + { + "id": "extensibility-linked-records", + "href": "https://www.w3.org/TR/pub-manifest/#extensibility-linked-records", + "level": 5, + "title": "Linked records", + "number": "4.7.3.1" + }, + { + "id": "extensibility-manifest-properties", + "href": "https://www.w3.org/TR/pub-manifest/#extensibility-manifest-properties", + "level": 5, + "title": "Additional Manifest Properties", + "number": "4.7.3.2" + }, + { + "id": "manifest-rel", + "href": "https://www.w3.org/TR/pub-manifest/#manifest-rel", + "level": 3, + "title": "Resource Relations", + "number": "4.8" + }, + { + "id": "structural-rel", + "href": "https://www.w3.org/TR/pub-manifest/#structural-rel", + "level": 4, + "title": "Structural Resources", + "number": "4.8.1" + }, + { + "id": "cover", + "href": "https://www.w3.org/TR/pub-manifest/#cover", + "level": 5, + "title": "Cover", + "number": "4.8.1.1" + }, + { + "id": "page-list", + "href": "https://www.w3.org/TR/pub-manifest/#page-list", + "level": 5, + "title": "Page List", + "number": "4.8.1.2" + }, + { + "id": "contents", + "href": "https://www.w3.org/TR/pub-manifest/#contents", + "level": 5, + "title": "Table of Contents", + "number": "4.8.1.3" + }, + { + "id": "informative-rel", + "href": "https://www.w3.org/TR/pub-manifest/#informative-rel", + "level": 4, + "title": "Informative Resources", + "number": "4.8.2" + }, + { + "id": "accessibility-report", + "href": "https://www.w3.org/TR/pub-manifest/#accessibility-report", + "level": 5, + "title": "Accessibility Report", + "number": "4.8.2.1" + }, + { + "id": "preview", + "href": "https://www.w3.org/TR/pub-manifest/#preview", + "level": 5, + "title": "Preview", + "number": "4.8.2.2" + }, + { + "id": "privacy-policy", + "href": "https://www.w3.org/TR/pub-manifest/#privacy-policy", + "level": 5, + "title": "Privacy Policy", + "number": "4.8.2.3" + }, + { + "id": "rel-extensions", + "href": "https://www.w3.org/TR/pub-manifest/#rel-extensions", + "level": 4, + "title": "Extensions", + "number": "4.8.3" + }, + { + "id": "publication-resources", + "href": "https://www.w3.org/TR/pub-manifest/#publication-resources", + "level": 2, + "title": "Publication Resources", + "number": "5" + }, + { + "id": "manifest-discovery", + "href": "https://www.w3.org/TR/pub-manifest/#manifest-discovery", + "level": 2, + "title": "Manifest Discovery", + "number": "6" + }, + { + "id": "manifest-link", + "href": "https://www.w3.org/TR/pub-manifest/#manifest-link", + "level": 3, + "title": "Linking", + "number": "6.1" + }, + { + "id": "manifest-embed", + "href": "https://www.w3.org/TR/pub-manifest/#manifest-embed", + "level": 3, + "title": "Embedding", + "number": "6.2" + }, + { + "id": "manifest-other-discovery", + "href": "https://www.w3.org/TR/pub-manifest/#manifest-other-discovery", + "level": 3, + "title": "Other Discovery Methods", + "number": "6.3" + }, + { + "id": "manifest-processing", + "href": "https://www.w3.org/TR/pub-manifest/#manifest-processing", + "level": 2, + "title": "Processing a Manifest", + "number": "7" + }, + { + "id": "processing-intro", + "href": "https://www.w3.org/TR/pub-manifest/#processing-intro", + "level": 3, + "title": "Introduction", + "number": "7.1" + }, + { + "id": "processing-errors", + "href": "https://www.w3.org/TR/pub-manifest/#processing-errors", + "level": 3, + "title": "Error Handling", + "number": "7.2" + }, + { + "id": "processing-contexts", + "href": "https://www.w3.org/TR/pub-manifest/#processing-contexts", + "level": 3, + "title": "Processing Contexts", + "number": "7.3" + }, + { + "id": "processing-algorithm", + "href": "https://www.w3.org/TR/pub-manifest/#processing-algorithm", + "level": 3, + "title": "Generate the Internal Representation", + "number": "7.4" + }, + { + "id": "normalize-data", + "href": "https://www.w3.org/TR/pub-manifest/#normalize-data", + "level": 4, + "title": "Normalize Data", + "number": "7.4.1" + }, + { + "id": "convert-absolute-url", + "href": "https://www.w3.org/TR/pub-manifest/#convert-absolute-url", + "level": 5, + "title": "Convert to Absolute URL", + "number": "7.4.1.1" + }, + { + "id": "validate-data", + "href": "https://www.w3.org/TR/pub-manifest/#validate-data", + "level": 4, + "title": "Data Validation", + "number": "7.4.2" + }, + { + "id": "global-data-checks", + "href": "https://www.w3.org/TR/pub-manifest/#global-data-checks", + "level": 5, + "title": "Global Data Checks", + "number": "7.4.2.1" + }, + { + "id": "verify-value-category", + "href": "https://www.w3.org/TR/pub-manifest/#verify-value-category", + "level": 5, + "title": "Verify Value Category", + "number": "7.4.2.2" + }, + { + "id": "get-unique-urls", + "href": "https://www.w3.org/TR/pub-manifest/#get-unique-urls", + "level": 5, + "title": "Get Unique URLs", + "number": "7.4.2.3" + }, + { + "id": "remove-empty-arrays", + "href": "https://www.w3.org/TR/pub-manifest/#remove-empty-arrays", + "level": 5, + "title": "Remove Empty Arrays", + "number": "7.4.2.4" + }, + { + "id": "add-default-values", + "href": "https://www.w3.org/TR/pub-manifest/#add-default-values", + "level": 4, + "title": "Add Default Values", + "number": "7.4.3" + }, + { + "id": "extensions", + "href": "https://www.w3.org/TR/pub-manifest/#extensions", + "level": 2, + "title": "Modular Extensions", + "number": "8" + }, + { + "id": "security-privacy", + "href": "https://www.w3.org/TR/pub-manifest/#security-privacy", + "level": 2, + "title": "Security and Privacy Considerations", + "number": "9" + }, + { + "id": "app-internal-rep-data-model", + "href": "https://www.w3.org/TR/pub-manifest/#app-internal-rep-data-model", + "level": 2, + "title": "Internal Representation Data Model", + "number": "A" + }, + { + "id": "webidl-wpm", + "href": "https://www.w3.org/TR/pub-manifest/#webidl-wpm", + "level": 3, + "title": "The PublicationManifest Dictionary", + "number": "A.1" + }, + { + "id": "LinkedResource", + "href": "https://www.w3.org/TR/pub-manifest/#LinkedResource", + "level": 4, + "title": "The LinkedResource Dictionary", + "number": "A.1.1" + }, + { + "id": "Entity", + "href": "https://www.w3.org/TR/pub-manifest/#Entity", + "level": 4, + "title": "The Entity Dictionary", + "number": "A.1.2" + }, + { + "id": "LocalizableString", + "href": "https://www.w3.org/TR/pub-manifest/#LocalizableString", + "level": 4, + "title": "The LocalizableString Dictionary", + "number": "A.1.3" + }, + { + "id": "app-select-alternate", + "href": "https://www.w3.org/TR/pub-manifest/#app-select-alternate", + "level": 2, + "title": "Selecting an Alternate Resource", + "number": "B" + }, + { + "id": "app-toc-structure", + "href": "https://www.w3.org/TR/pub-manifest/#app-toc-structure", + "level": 2, + "title": "Machine-Processable Table of Contents", + "number": "C" + }, + { + "id": "app-toc-html-intro", + "href": "https://www.w3.org/TR/pub-manifest/#app-toc-html-intro", + "level": 3, + "title": "Introduction", + "number": "C.1" + }, + { + "id": "app-toc-html", + "href": "https://www.w3.org/TR/pub-manifest/#app-toc-html", + "level": 3, + "title": "HTML Structure", + "number": "C.2" + }, + { + "id": "app-toc-html-examples", + "href": "https://www.w3.org/TR/pub-manifest/#app-toc-html-examples", + "level": 4, + "title": "Examples", + "number": "C.2.1" + }, + { + "id": "app-toc-ua", + "href": "https://www.w3.org/TR/pub-manifest/#app-toc-ua", + "level": 3, + "title": "User Agent Processing", + "number": "C.3" + }, + { + "id": "change-log", + "href": "https://www.w3.org/TR/pub-manifest/#change-log", + "level": 2, + "title": "Change Log", + "number": "D" + }, + { + "id": "iana-consideration", + "href": "https://www.w3.org/TR/pub-manifest/#iana-consideration", + "level": 2, + "title": "IANA considerations", + "number": "E" + }, + { + "id": "link-relation-type-registration", + "href": "https://www.w3.org/TR/pub-manifest/#link-relation-type-registration", + "level": 3, + "title": "Link relation type registration", + "number": "E.1" + }, + { + "id": "app-manifest-examples", + "href": "https://www.w3.org/TR/pub-manifest/#app-manifest-examples", + "level": 2, + "title": "Manifest Examples", + "number": "F" + }, + { + "id": "basic-manifest", + "href": "https://www.w3.org/TR/pub-manifest/#basic-manifest", + "level": 3, + "title": "Basic Manifest", + "number": "F.1" + }, + { + "id": "single-document-publication", + "href": "https://www.w3.org/TR/pub-manifest/#single-document-publication", + "level": 3, + "title": "Single-Document Publication", + "number": "F.2" + }, + { + "id": "audiobook", + "href": "https://www.w3.org/TR/pub-manifest/#audiobook", + "level": 3, + "title": "Audiobook", + "number": "F.3" + }, + { + "id": "app-properties-index", + "href": "https://www.w3.org/TR/pub-manifest/#app-properties-index", + "level": 2, + "title": "Properties Index", + "number": "G" + }, + { + "id": "app-rel-index", + "href": "https://www.w3.org/TR/pub-manifest/#app-rel-index", + "level": 2, + "title": "Resource Relations Index", + "number": "H" + }, + { + "id": "ack", + "href": "https://www.w3.org/TR/pub-manifest/#ack", + "level": 2, + "title": "Acknowledgements", + "number": "I" + }, + { + "id": "references", + "href": "https://www.w3.org/TR/pub-manifest/#references", + "level": 2, + "title": "References", + "number": "J" + }, + { + "id": "normative-references", + "href": "https://www.w3.org/TR/pub-manifest/#normative-references", + "level": 3, + "title": "Normative references", + "number": "J.1" + }, + { + "id": "informative-references", + "href": "https://www.w3.org/TR/pub-manifest/#informative-references", + "level": 3, + "title": "Informative references", + "number": "J.2" + } + ] +} \ No newline at end of file diff --git a/tr/headings/wpub-ann.json b/tr/headings/wpub-ann.json new file mode 100644 index 000000000000..e1971154fc56 --- /dev/null +++ b/tr/headings/wpub-ann.json @@ -0,0 +1,296 @@ +{ + "spec": { + "title": "Web Annotation Extensions for Web Publications", + "url": "https://www.w3.org/TR/wpub-ann/" + }, + "headings": [ + { + "id": "title", + "href": "https://www.w3.org/TR/wpub-ann/#title", + "level": 1, + "title": "Web Annotation Extensions for Web Publications" + }, + { + "id": "toc", + "href": "https://www.w3.org/TR/wpub-ann/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "conformance", + "href": "https://www.w3.org/TR/wpub-ann/#conformance", + "level": 2, + "title": "Conformance", + "number": "1" + }, + { + "id": "wa_extensions", + "href": "https://www.w3.org/TR/wpub-ann/#wa_extensions", + "level": 3, + "title": "Handling Undefined JSON Properties", + "number": "1.1" + }, + { + "id": "conformance-requirements-related-to-specific-selectors", + "href": "https://www.w3.org/TR/wpub-ann/#conformance-requirements-related-to-specific-selectors", + "level": 3, + "title": "Conformance requirements related to specific selectors", + "number": "1.2" + }, + { + "id": "introduction", + "href": "https://www.w3.org/TR/wpub-ann/#introduction", + "level": 2, + "title": "Introduction", + "number": "2" + }, + { + "id": "the-web-annotation-selection-model", + "href": "https://www.w3.org/TR/wpub-ann/#the-web-annotation-selection-model", + "level": 3, + "title": "The Web Annotation Selection Model", + "number": "2.1" + }, + { + "id": "examples", + "href": "https://www.w3.org/TR/wpub-ann/#examples", + "level": 4, + "title": "Examples" + }, + { + "id": "extensions-of-the-web-annotation-approach", + "href": "https://www.w3.org/TR/wpub-ann/#extensions-of-the-web-annotation-approach", + "level": 3, + "title": "Extensions of the Web Annotation Approach", + "number": "2.2" + }, + { + "id": "terminology", + "href": "https://www.w3.org/TR/wpub-ann/#terminology", + "level": 3, + "title": "Terminology", + "number": "2.3" + }, + { + "id": "locators", + "href": "https://www.w3.org/TR/wpub-ann/#locators", + "level": 2, + "title": "Locators", + "number": "3" + }, + { + "id": "model", + "href": "https://www.w3.org/TR/wpub-ann/#model", + "level": 4, + "title": "Model" + }, + { + "id": "selectors", + "href": "https://www.w3.org/TR/wpub-ann/#selectors", + "level": 2, + "title": "Selectors", + "number": "4" + }, + { + "id": "model-0", + "href": "https://www.w3.org/TR/wpub-ann/#model-0", + "level": 4, + "title": "Model" + }, + { + "id": "example", + "href": "https://www.w3.org/TR/wpub-ann/#example", + "level": 4, + "title": "Example" + }, + { + "id": "EmbeddedResourceSelector_def", + "href": "https://www.w3.org/TR/wpub-ann/#EmbeddedResourceSelector_def", + "level": 3, + "title": "Embedded Resource Selector", + "number": "4.1" + }, + { + "id": "model-1", + "href": "https://www.w3.org/TR/wpub-ann/#model-1", + "level": 4, + "title": "Model" + }, + { + "id": "example-0", + "href": "https://www.w3.org/TR/wpub-ann/#example-0", + "level": 4, + "title": "Example" + }, + { + "id": "ErsFragmentId_def", + "href": "https://www.w3.org/TR/wpub-ann/#ErsFragmentId_def", + "level": 4, + "title": "Embedded Resource Selector serialized as a fragment identifier", + "number": "4.1.1" + }, + { + "id": "example-1", + "href": "https://www.w3.org/TR/wpub-ann/#example-1", + "level": 4, + "title": "Example" + }, + { + "id": "ErsFragIdRefinement", + "href": "https://www.w3.org/TR/wpub-ann/#ErsFragIdRefinement", + "level": 5, + "title": "Refinement of ERS fragment identifiers", + "number": "4.1.1.1" + }, + { + "id": "SpanSelector_def", + "href": "https://www.w3.org/TR/wpub-ann/#SpanSelector_def", + "level": 3, + "title": "Span Selector", + "number": "4.2" + }, + { + "id": "model-2", + "href": "https://www.w3.org/TR/wpub-ann/#model-2", + "level": 4, + "title": "Model" + }, + { + "id": "example-2", + "href": "https://www.w3.org/TR/wpub-ann/#example-2", + "level": 4, + "title": "Example" + }, + { + "id": "MultiResourceSelector_def", + "href": "https://www.w3.org/TR/wpub-ann/#MultiResourceSelector_def", + "level": 3, + "title": "Multi Resource Selector", + "number": "4.3" + }, + { + "id": "model-3", + "href": "https://www.w3.org/TR/wpub-ann/#model-3", + "level": 4, + "title": "Model" + }, + { + "id": "example-3", + "href": "https://www.w3.org/TR/wpub-ann/#example-3", + "level": 4, + "title": "Example" + }, + { + "id": "position", + "href": "https://www.w3.org/TR/wpub-ann/#position", + "level": 2, + "title": "Positions", + "number": "5" + }, + { + "id": "model-4", + "href": "https://www.w3.org/TR/wpub-ann/#model-4", + "level": 4, + "title": "Model" + }, + { + "id": "example-4", + "href": "https://www.w3.org/TR/wpub-ann/#example-4", + "level": 4, + "title": "Example" + }, + { + "id": "TextStreamPosition_def", + "href": "https://www.w3.org/TR/wpub-ann/#TextStreamPosition_def", + "level": 3, + "title": "Text Stream Position", + "number": "5.1" + }, + { + "id": "model-5", + "href": "https://www.w3.org/TR/wpub-ann/#model-5", + "level": 4, + "title": "Model" + }, + { + "id": "example-5", + "href": "https://www.w3.org/TR/wpub-ann/#example-5", + "level": 4, + "title": "Example" + }, + { + "id": "DataStreamPosition_def", + "href": "https://www.w3.org/TR/wpub-ann/#DataStreamPosition_def", + "level": 3, + "title": "Data Stream Position", + "number": "5.2" + }, + { + "id": "model-6", + "href": "https://www.w3.org/TR/wpub-ann/#model-6", + "level": 4, + "title": "Model" + }, + { + "id": "example-6", + "href": "https://www.w3.org/TR/wpub-ann/#example-6", + "level": 4, + "title": "Example" + }, + { + "id": "PositionRefinement_def", + "href": "https://www.w3.org/TR/wpub-ann/#PositionRefinement_def", + "level": 3, + "title": "Using Position to Refine", + "number": "5.3" + }, + { + "id": "example-7", + "href": "https://www.w3.org/TR/wpub-ann/#example-7", + "level": 4, + "title": "Example" + }, + { + "id": "changes", + "href": "https://www.w3.org/TR/wpub-ann/#changes", + "level": 2, + "title": "Changes Relative to the Web Annotation Model", + "number": "A" + }, + { + "id": "issue-summary", + "href": "https://www.w3.org/TR/wpub-ann/#issue-summary", + "level": 2, + "title": "Issue Summary", + "number": "B" + }, + { + "id": "ack", + "href": "https://www.w3.org/TR/wpub-ann/#ack", + "level": 2, + "title": "Acknowledgements", + "number": "C" + }, + { + "id": "references", + "href": "https://www.w3.org/TR/wpub-ann/#references", + "level": 2, + "title": "References", + "number": "D" + }, + { + "id": "normative-references", + "href": "https://www.w3.org/TR/wpub-ann/#normative-references", + "level": 3, + "title": "Normative references", + "number": "D.1" + }, + { + "id": "informative-references", + "href": "https://www.w3.org/TR/wpub-ann/#informative-references", + "level": 3, + "title": "Informative references", + "number": "D.2" + } + ] +} \ No newline at end of file diff --git a/tr/headings/wpub.json b/tr/headings/wpub.json new file mode 100644 index 000000000000..31921fcb6022 --- /dev/null +++ b/tr/headings/wpub.json @@ -0,0 +1,818 @@ +{ + "spec": { + "title": "Web Publications", + "url": "https://www.w3.org/TR/wpub/" + }, + "headings": [ + { + "id": "title", + "href": "https://www.w3.org/TR/wpub/#title", + "level": 1, + "title": "Web Publications" + }, + { + "id": "toc", + "href": "https://www.w3.org/TR/wpub/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "intro", + "href": "https://www.w3.org/TR/wpub/#intro", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "scope", + "href": "https://www.w3.org/TR/wpub/#scope", + "level": 3, + "title": "Scope", + "number": "1.1" + }, + { + "id": "org", + "href": "https://www.w3.org/TR/wpub/#org", + "level": 3, + "title": "Organization", + "number": "1.2" + }, + { + "id": "terminology", + "href": "https://www.w3.org/TR/wpub/#terminology", + "level": 3, + "title": "Terminology", + "number": "1.3" + }, + { + "id": "conformance", + "href": "https://www.w3.org/TR/wpub/#conformance", + "level": 3, + "title": "Conformance", + "number": "1.4" + }, + { + "id": "manifest", + "href": "https://www.w3.org/TR/wpub/#manifest", + "level": 2, + "title": "PART I: Publication Manifest", + "number": "2" + }, + { + "id": "manifest-intro", + "href": "https://www.w3.org/TR/wpub/#manifest-intro", + "level": 3, + "title": "Introduction", + "number": "2.1" + }, + { + "id": "manifest-authored-canonical", + "href": "https://www.w3.org/TR/wpub/#manifest-authored-canonical", + "level": 3, + "title": "Authored and Canonical Manifests", + "number": "2.2" + }, + { + "id": "webidl", + "href": "https://www.w3.org/TR/wpub/#webidl", + "level": 3, + "title": "Web IDL", + "number": "2.3" + }, + { + "id": "webidl-wpm", + "href": "https://www.w3.org/TR/wpub/#webidl-wpm", + "level": 4, + "title": "The PublicationManifest Dictionary", + "number": "2.3.1" + }, + { + "id": "manifest-context", + "href": "https://www.w3.org/TR/wpub/#manifest-context", + "level": 3, + "title": "Manifest Contexts", + "number": "2.4" + }, + { + "id": "publication-types", + "href": "https://www.w3.org/TR/wpub/#publication-types", + "level": 3, + "title": "Publication Types", + "number": "2.5" + }, + { + "id": "manifest-properties", + "href": "https://www.w3.org/TR/wpub/#manifest-properties", + "level": 3, + "title": "Properties", + "number": "2.6" + }, + { + "id": "properties-intro", + "href": "https://www.w3.org/TR/wpub/#properties-intro", + "level": 4, + "title": "Introduction", + "number": "2.6.1" + }, + { + "id": "properties-value-categories", + "href": "https://www.w3.org/TR/wpub/#properties-value-categories", + "level": 4, + "title": "Value Categories", + "number": "2.6.2" + }, + { + "id": "value-literal", + "href": "https://www.w3.org/TR/wpub/#value-literal", + "level": 5, + "title": "Literals", + "number": "2.6.2.1" + }, + { + "id": "value-number", + "href": "https://www.w3.org/TR/wpub/#value-number", + "level": 5, + "title": "Numbers", + "number": "2.6.2.2" + }, + { + "id": "value-objects", + "href": "https://www.w3.org/TR/wpub/#value-objects", + "level": 5, + "title": "Explicit and Implied Objects", + "number": "2.6.2.3" + }, + { + "id": "value-localizable-string", + "href": "https://www.w3.org/TR/wpub/#value-localizable-string", + "level": 6, + "title": "Localizable Strings", + "number": "2.6.2.3.1" + }, + { + "id": "value-object-entity", + "href": "https://www.w3.org/TR/wpub/#value-object-entity", + "level": 6, + "title": "Entities", + "number": "2.6.2.3.2" + }, + { + "id": "value-link", + "href": "https://www.w3.org/TR/wpub/#value-link", + "level": 6, + "title": "Links", + "number": "2.6.2.3.3" + }, + { + "id": "value-url", + "href": "https://www.w3.org/TR/wpub/#value-url", + "level": 5, + "title": "URLs", + "number": "2.6.2.4" + }, + { + "id": "value-id", + "href": "https://www.w3.org/TR/wpub/#value-id", + "level": 5, + "title": "Identifiers", + "number": "2.6.2.5" + }, + { + "id": "value-array", + "href": "https://www.w3.org/TR/wpub/#value-array", + "level": 5, + "title": "Arrays", + "number": "2.6.2.6" + }, + { + "id": "descriptive-properties", + "href": "https://www.w3.org/TR/wpub/#descriptive-properties", + "level": 4, + "title": "Descriptive Properties", + "number": "2.6.3" + }, + { + "id": "accessibility", + "href": "https://www.w3.org/TR/wpub/#accessibility", + "level": 5, + "title": "Accessibility", + "number": "2.6.3.1" + }, + { + "id": "address", + "href": "https://www.w3.org/TR/wpub/#address", + "level": 5, + "title": "Address", + "number": "2.6.3.2" + }, + { + "id": "canonical-identifier", + "href": "https://www.w3.org/TR/wpub/#canonical-identifier", + "level": 5, + "title": "Canonical Identifier", + "number": "2.6.3.3" + }, + { + "id": "creators", + "href": "https://www.w3.org/TR/wpub/#creators", + "level": 5, + "title": "Creators", + "number": "2.6.3.4" + }, + { + "id": "duration", + "href": "https://www.w3.org/TR/wpub/#duration", + "level": 5, + "title": "Duration", + "number": "2.6.3.5" + }, + { + "id": "language-and-dir", + "href": "https://www.w3.org/TR/wpub/#language-and-dir", + "level": 5, + "title": "Language and Base Direction", + "number": "2.6.3.6" + }, + { + "id": "manifest-default-language-and-dir", + "href": "https://www.w3.org/TR/wpub/#manifest-default-language-and-dir", + "level": 6, + "title": "Global Language and Direction", + "number": "2.6.3.6.1" + }, + { + "id": "manifest-specific-language-and-dir", + "href": "https://www.w3.org/TR/wpub/#manifest-specific-language-and-dir", + "level": 6, + "title": "Item-specific Language", + "number": "2.6.3.6.2" + }, + { + "id": "last-modification-date", + "href": "https://www.w3.org/TR/wpub/#last-modification-date", + "level": 5, + "title": "Last Modification Date", + "number": "2.6.3.7" + }, + { + "id": "publication-date", + "href": "https://www.w3.org/TR/wpub/#publication-date", + "level": 5, + "title": "Publication Date", + "number": "2.6.3.8" + }, + { + "id": "reading-progression-direction", + "href": "https://www.w3.org/TR/wpub/#reading-progression-direction", + "level": 5, + "title": "Reading Progression Direction", + "number": "2.6.3.9" + }, + { + "id": "pub-title", + "href": "https://www.w3.org/TR/wpub/#pub-title", + "level": 5, + "title": "Title", + "number": "2.6.3.10" + }, + { + "id": "resource-categorization-properties", + "href": "https://www.w3.org/TR/wpub/#resource-categorization-properties", + "level": 4, + "title": "Resource Categorization Properties", + "number": "2.6.4" + }, + { + "id": "default-reading-order", + "href": "https://www.w3.org/TR/wpub/#default-reading-order", + "level": 5, + "title": "Default Reading Order", + "number": "2.6.4.1" + }, + { + "id": "resource-list", + "href": "https://www.w3.org/TR/wpub/#resource-list", + "level": 5, + "title": "Resource List", + "number": "2.6.4.2" + }, + { + "id": "links", + "href": "https://www.w3.org/TR/wpub/#links", + "level": 5, + "title": "Links", + "number": "2.6.4.3" + }, + { + "id": "extensibility", + "href": "https://www.w3.org/TR/wpub/#extensibility", + "level": 4, + "title": "Extensibility", + "number": "2.6.5" + }, + { + "id": "extensibility-linked-records", + "href": "https://www.w3.org/TR/wpub/#extensibility-linked-records", + "level": 5, + "title": "Linked records", + "number": "2.6.5.1" + }, + { + "id": "extensibility-manifest-properties", + "href": "https://www.w3.org/TR/wpub/#extensibility-manifest-properties", + "level": 5, + "title": "Additional Properties in the Manifest", + "number": "2.6.5.2" + }, + { + "id": "manifest-rel", + "href": "https://www.w3.org/TR/wpub/#manifest-rel", + "level": 3, + "title": "Resource Relations", + "number": "2.7" + }, + { + "id": "rel-intro", + "href": "https://www.w3.org/TR/wpub/#rel-intro", + "level": 4, + "title": "Introduction", + "number": "2.7.1" + }, + { + "id": "informative-rel", + "href": "https://www.w3.org/TR/wpub/#informative-rel", + "level": 4, + "title": "Informative Resources", + "number": "2.7.2" + }, + { + "id": "accessibility-report", + "href": "https://www.w3.org/TR/wpub/#accessibility-report", + "level": 5, + "title": "Accessibility Report", + "number": "2.7.2.1" + }, + { + "id": "preview", + "href": "https://www.w3.org/TR/wpub/#preview", + "level": 5, + "title": "Preview", + "number": "2.7.2.2" + }, + { + "id": "privacy-policy", + "href": "https://www.w3.org/TR/wpub/#privacy-policy", + "level": 5, + "title": "Privacy Policy", + "number": "2.7.2.3" + }, + { + "id": "structural-rel", + "href": "https://www.w3.org/TR/wpub/#structural-rel", + "level": 4, + "title": "Structural Resources", + "number": "2.7.3" + }, + { + "id": "cover", + "href": "https://www.w3.org/TR/wpub/#cover", + "level": 5, + "title": "Cover", + "number": "2.7.3.1" + }, + { + "id": "page-list", + "href": "https://www.w3.org/TR/wpub/#page-list", + "level": 5, + "title": "Page List", + "number": "2.7.3.2" + }, + { + "id": "pub-table-of-contents", + "href": "https://www.w3.org/TR/wpub/#pub-table-of-contents", + "level": 5, + "title": "Table of Contents", + "number": "2.7.3.3" + }, + { + "id": "rel-extensions", + "href": "https://www.w3.org/TR/wpub/#rel-extensions", + "level": 4, + "title": "Extensions", + "number": "2.7.4" + }, + { + "id": "manifest-association", + "href": "https://www.w3.org/TR/wpub/#manifest-association", + "level": 3, + "title": "Association", + "number": "2.8" + }, + { + "id": "manifest-link", + "href": "https://www.w3.org/TR/wpub/#manifest-link", + "level": 4, + "title": "Linking", + "number": "2.8.1" + }, + { + "id": "manifest-embed", + "href": "https://www.w3.org/TR/wpub/#manifest-embed", + "level": 4, + "title": "Embedding", + "number": "2.8.2" + }, + { + "id": "manifest-lifecycle", + "href": "https://www.w3.org/TR/wpub/#manifest-lifecycle", + "level": 3, + "title": "Publication Manifest Lifecycle", + "number": "2.9" + }, + { + "id": "lifecycle-intro", + "href": "https://www.w3.org/TR/wpub/#lifecycle-intro", + "level": 4, + "title": "Introduction", + "number": "2.9.1" + }, + { + "id": "processing-manifest", + "href": "https://www.w3.org/TR/wpub/#processing-manifest", + "level": 4, + "title": "Processing a Manifest", + "number": "2.9.2" + }, + { + "id": "canonical-manifest", + "href": "https://www.w3.org/TR/wpub/#canonical-manifest", + "level": 4, + "title": "Generating a Canonical Manifest", + "number": "2.9.3" + }, + { + "id": "post-processed-manifest", + "href": "https://www.w3.org/TR/wpub/#post-processed-manifest", + "level": 4, + "title": "Post-Processing a Canonical Manifest", + "number": "2.9.4" + }, + { + "id": "webpub", + "href": "https://www.w3.org/TR/wpub/#webpub", + "level": 2, + "title": "PART II: Web Publications", + "number": "3" + }, + { + "id": "wp-intro", + "href": "https://www.w3.org/TR/wpub/#wp-intro", + "level": 3, + "title": "Introduction", + "number": "3.1" + }, + { + "id": "conformance-classes", + "href": "https://www.w3.org/TR/wpub/#conformance-classes", + "level": 3, + "title": "Conformance Classes", + "number": "3.2" + }, + { + "id": "wp-construction", + "href": "https://www.w3.org/TR/wpub/#wp-construction", + "level": 3, + "title": "Web Publication Construction", + "number": "3.3" + }, + { + "id": "wp-bounds", + "href": "https://www.w3.org/TR/wpub/#wp-bounds", + "level": 4, + "title": "Publication Bounds", + "number": "3.3.1" + }, + { + "id": "wp-resources", + "href": "https://www.w3.org/TR/wpub/#wp-resources", + "level": 4, + "title": "Resources", + "number": "3.3.2" + }, + { + "id": "primary-entry-page", + "href": "https://www.w3.org/TR/wpub/#primary-entry-page", + "level": 4, + "title": "Primary Entry Page", + "number": "3.3.3" + }, + { + "id": "table-of-contents", + "href": "https://www.w3.org/TR/wpub/#table-of-contents", + "level": 4, + "title": "Table of Contents", + "number": "3.3.4" + }, + { + "id": "pagelist", + "href": "https://www.w3.org/TR/wpub/#pagelist", + "level": 4, + "title": "Page List", + "number": "3.3.5" + }, + { + "id": "wp-manifest", + "href": "https://www.w3.org/TR/wpub/#wp-manifest", + "level": 3, + "title": "Manifest", + "number": "3.4" + }, + { + "id": "wp-requirements", + "href": "https://www.w3.org/TR/wpub/#wp-requirements", + "level": 4, + "title": "Requirements", + "number": "3.4.1" + }, + { + "id": "wp-properties", + "href": "https://www.w3.org/TR/wpub/#wp-properties", + "level": 4, + "title": "Properties", + "number": "3.4.2" + }, + { + "id": "wp-reading-order", + "href": "https://www.w3.org/TR/wpub/#wp-reading-order", + "level": 5, + "title": "Default Reading Order", + "number": "3.4.2.1" + }, + { + "id": "wp-title", + "href": "https://www.w3.org/TR/wpub/#wp-title", + "level": 5, + "title": "Title", + "number": "3.4.2.2" + }, + { + "id": "wp-association", + "href": "https://www.w3.org/TR/wpub/#wp-association", + "level": 3, + "title": "Association", + "number": "3.5" + }, + { + "id": "wp-manifest-discovery", + "href": "https://www.w3.org/TR/wpub/#wp-manifest-discovery", + "level": 4, + "title": "Manifest", + "number": "3.5.1" + }, + { + "id": "wp-publication-discovery", + "href": "https://www.w3.org/TR/wpub/#wp-publication-discovery", + "level": 4, + "title": "Publication", + "number": "3.5.2" + }, + { + "id": "wp-lifecycle", + "href": "https://www.w3.org/TR/wpub/#wp-lifecycle", + "level": 3, + "title": "Web Publication Lifecycle", + "number": "3.6" + }, + { + "id": "wp-obtaining-manifest", + "href": "https://www.w3.org/TR/wpub/#wp-obtaining-manifest", + "level": 4, + "title": "Obtaining a manifest", + "number": "3.6.1" + }, + { + "id": "wp-manifest-process", + "href": "https://www.w3.org/TR/wpub/#wp-manifest-process", + "level": 4, + "title": "Processing a Manifest", + "number": "3.6.2" + }, + { + "id": "wp-toc-processing", + "href": "https://www.w3.org/TR/wpub/#wp-toc-processing", + "level": 4, + "title": "Extracting a Table of Contents", + "number": "3.6.3" + }, + { + "id": "wp-pagelist-processing", + "href": "https://www.w3.org/TR/wpub/#wp-pagelist-processing", + "level": 4, + "title": "Extracting a Page List", + "number": "3.6.4" + }, + { + "id": "security", + "href": "https://www.w3.org/TR/wpub/#security", + "level": 3, + "title": "Security", + "number": "3.7" + }, + { + "id": "privacy", + "href": "https://www.w3.org/TR/wpub/#privacy", + "level": 3, + "title": "Privacy", + "number": "3.8" + }, + { + "id": "extensions", + "href": "https://www.w3.org/TR/wpub/#extensions", + "level": 2, + "title": "PART III: Modular Extensions", + "number": "4" + }, + { + "id": "mod-intro", + "href": "https://www.w3.org/TR/wpub/#mod-intro", + "level": 3, + "title": "Introduction", + "number": "4.1" + }, + { + "id": "mod-compat", + "href": "https://www.w3.org/TR/wpub/#mod-compat", + "level": 3, + "title": "Compatibility Requirements", + "number": "4.2" + }, + { + "id": "app-linkedResource", + "href": "https://www.w3.org/TR/wpub/#app-linkedResource", + "level": 2, + "title": "LinkedResource Definition", + "number": "A" + }, + { + "id": "app-toc-structure", + "href": "https://www.w3.org/TR/wpub/#app-toc-structure", + "level": 2, + "title": "Machine-Processable Table of Contents", + "number": "B" + }, + { + "id": "app-toc-html-intro", + "href": "https://www.w3.org/TR/wpub/#app-toc-html-intro", + "level": 3, + "title": "Introduction", + "number": "B.1" + }, + { + "id": "app-toc-html", + "href": "https://www.w3.org/TR/wpub/#app-toc-html", + "level": 3, + "title": "HTML Structure", + "number": "B.2" + }, + { + "id": "app-toc-html-examples", + "href": "https://www.w3.org/TR/wpub/#app-toc-html-examples", + "level": 4, + "title": "Examples", + "number": "B.2.1" + }, + { + "id": "app-toc-ua", + "href": "https://www.w3.org/TR/wpub/#app-toc-ua", + "level": 3, + "title": "User Agent Processing", + "number": "B.3" + }, + { + "id": "app-manifest-examples", + "href": "https://www.w3.org/TR/wpub/#app-manifest-examples", + "level": 2, + "title": "Manifest Examples", + "number": "C" + }, + { + "id": "simple-book", + "href": "https://www.w3.org/TR/wpub/#simple-book", + "level": 3, + "title": "Simple Book", + "number": "C.1" + }, + { + "id": "single-document-publication", + "href": "https://www.w3.org/TR/wpub/#single-document-publication", + "level": 3, + "title": "Single-Document Publication", + "number": "C.2" + }, + { + "id": "audiobook", + "href": "https://www.w3.org/TR/wpub/#audiobook", + "level": 3, + "title": "Audiobook", + "number": "C.3" + }, + { + "id": "app-bidi-examples", + "href": "https://www.w3.org/TR/wpub/#app-bidi-examples", + "level": 2, + "title": "Examples for bidirectional texts", + "number": "D" + }, + { + "id": "app-lifecycle-diagrams", + "href": "https://www.w3.org/TR/wpub/#app-lifecycle-diagrams", + "level": 2, + "title": "Lifecycle diagrams", + "number": "E" + }, + { + "id": "manifest-lifecycle-diagram", + "href": "https://www.w3.org/TR/wpub/#manifest-lifecycle-diagram", + "level": 3, + "title": "Overview of the lifecyle algorithm", + "number": "E.1" + }, + { + "id": "find-manifest-diagram", + "href": "https://www.w3.org/TR/wpub/#find-manifest-diagram", + "level": 3, + "title": "Finding the manifest", + "number": "E.2" + }, + { + "id": "canonicalize-manifest-diagram", + "href": "https://www.w3.org/TR/wpub/#canonicalize-manifest-diagram", + "level": 3, + "title": "Manifest canonicalization", + "number": "E.3" + }, + { + "id": "convert-manifest-diagram", + "href": "https://www.w3.org/TR/wpub/#convert-manifest-diagram", + "level": 3, + "title": "Converting the manifest into a data structure", + "number": "E.4" + }, + { + "id": "clean-up-data-diagram", + "href": "https://www.w3.org/TR/wpub/#clean-up-data-diagram", + "level": 3, + "title": "Cleaning up the data", + "number": "E.5" + }, + { + "id": "properties-index", + "href": "https://www.w3.org/TR/wpub/#properties-index", + "level": 2, + "title": "Properties Index", + "number": "F" + }, + { + "id": "rel-index", + "href": "https://www.w3.org/TR/wpub/#rel-index", + "level": 2, + "title": "Resource Relations Index", + "number": "G" + }, + { + "id": "app-image-descriptions", + "href": "https://www.w3.org/TR/wpub/#app-image-descriptions", + "level": 2, + "title": "Image Descriptions", + "number": "H" + }, + { + "id": "ack", + "href": "https://www.w3.org/TR/wpub/#ack", + "level": 2, + "title": "Acknowledgements", + "number": "I" + }, + { + "id": "references", + "href": "https://www.w3.org/TR/wpub/#references", + "level": 2, + "title": "References", + "number": "J" + }, + { + "id": "normative-references", + "href": "https://www.w3.org/TR/wpub/#normative-references", + "level": 3, + "title": "Normative references", + "number": "J.1" + }, + { + "id": "informative-references", + "href": "https://www.w3.org/TR/wpub/#informative-references", + "level": 3, + "title": "Informative references", + "number": "J.2" + } + ] +} \ No newline at end of file diff --git a/tr/idl/webcodecs.idl b/tr/idl/webcodecs.idl index 8eb26c273ae4..e28264840ac2 100644 --- a/tr/idl/webcodecs.idl +++ b/tr/idl/webcodecs.idl @@ -473,6 +473,7 @@ dictionary ImageDecoderInit { [EnforceRange] unsigned long desiredWidth; [EnforceRange] unsigned long desiredHeight; boolean preferAnimation; + sequence transfer = []; }; dictionary ImageDecodeOptions { diff --git a/tr/idl/wpub.idl b/tr/idl/wpub.idl new file mode 100644 index 000000000000..51caf140e4d3 --- /dev/null +++ b/tr/idl/wpub.idl @@ -0,0 +1,71 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: Web Publications (https://www.w3.org/TR/wpub/) + +dictionary PublicationManifest { + required sequence type; + sequence id; + sequence accessMode; + sequence accessModeSufficient; + sequence accessibilityFeature; + sequence accessibilityHazard; + LocalizableString accessibilitySummary; + sequence artist; + sequence author; + sequence colorist; + sequence contributor; + sequence creator; + sequence editor; + sequence illustrator; + sequence inker; + sequence letterer; + sequence penciler; + sequence publisher; + sequence readBy; + sequence translator; + sequence url; + DOMString duration; + DOMString inLanguage; + TextDirection inDirection; + DOMString dateModified; + DOMString datePublished; + ProgressionDirection readingProgression = "ltr"; + required sequence name; + required sequence readingOrder; + sequence resources = []; + sequence links = []; +}; + +dictionary CreatorInfo { + sequence type; + required sequence name; + DOMString id; + DOMString url; +}; + +enum TextDirection { + "ltr", + "rtl", + "auto" +}; + +dictionary LocalizableString { + required DOMString value; + DOMString language; +}; + +enum ProgressionDirection { + "ltr", + "rtl" +}; + +dictionary LinkedResource { + required DOMString url; + DOMString encodingFormat; + sequence name; + LocalizableString description; + sequence rel; + DOMString integrity; + double length; +}; diff --git a/tr/ids/audiobooks.json b/tr/ids/audiobooks.json new file mode 100644 index 000000000000..95752e5310c0 --- /dev/null +++ b/tr/ids/audiobooks.json @@ -0,0 +1,169 @@ +{ + "spec": { + "title": "Audiobooks", + "url": "https://www.w3.org/TR/audiobooks/" + }, + "ids": [ + "https://www.w3.org/TR/audiobooks/#initialUserConfig", + "https://www.w3.org/TR/audiobooks/#toc-nav", + "https://www.w3.org/TR/audiobooks/#toc-jump", + "https://www.w3.org/TR/audiobooks/#toc-toggle", + "https://www.w3.org/TR/audiobooks/#title", + "https://www.w3.org/TR/audiobooks/#abstract", + "https://www.w3.org/TR/audiobooks/#dfn-publication-manifest", + "https://www.w3.org/TR/audiobooks/#sotd", + "https://www.w3.org/TR/audiobooks/#w3c_process_revision", + "https://www.w3.org/TR/audiobooks/#toc", + "https://www.w3.org/TR/audiobooks/#table-of-contents", + "https://www.w3.org/TR/audiobooks/#intro", + "https://www.w3.org/TR/audiobooks/#x1-introduction", + "https://www.w3.org/TR/audiobooks/#audio-terminology", + "https://www.w3.org/TR/audiobooks/#x2-terminology", + "https://www.w3.org/TR/audiobooks/#dfn-file-name", + "https://www.w3.org/TR/audiobooks/#conformance", + "https://www.w3.org/TR/audiobooks/#x3-conformance", + "https://www.w3.org/TR/audiobooks/#audio-construction", + "https://www.w3.org/TR/audiobooks/#x4-construction", + "https://www.w3.org/TR/audiobooks/#audio-pep", + "https://www.w3.org/TR/audiobooks/#x4-1-primary-entry-page", + "https://www.w3.org/TR/audiobooks/#dfn-primary-entry-page", + "https://www.w3.org/TR/audiobooks/#audio-toc", + "https://www.w3.org/TR/audiobooks/#x4-2-table-of-contents", + "https://www.w3.org/TR/audiobooks/#issue-container-generatedID", + "https://www.w3.org/TR/audiobooks/#h-note", + "https://www.w3.org/TR/audiobooks/#issue-container-generatedID-0", + "https://www.w3.org/TR/audiobooks/#h-note-0", + "https://www.w3.org/TR/audiobooks/#audio-manifest", + "https://www.w3.org/TR/audiobooks/#x5-manifest", + "https://www.w3.org/TR/audiobooks/#audio-properties-intro", + "https://www.w3.org/TR/audiobooks/#x5-1-introduction", + "https://www.w3.org/TR/audiobooks/#issue-container-generatedID-1", + "https://www.w3.org/TR/audiobooks/#h-note-1", + "https://www.w3.org/TR/audiobooks/#audio-requirements", + "https://www.w3.org/TR/audiobooks/#x5-2-requirements", + "https://www.w3.org/TR/audiobooks/#issue-container-generatedID-2", + "https://www.w3.org/TR/audiobooks/#h-note-2", + "https://www.w3.org/TR/audiobooks/#issue-container-generatedID-3", + "https://www.w3.org/TR/audiobooks/#h-note-3", + "https://www.w3.org/TR/audiobooks/#audio-context", + "https://www.w3.org/TR/audiobooks/#x5-3-manifest-contexts", + "https://www.w3.org/TR/audiobooks/#example-1-the-context-declaration", + "https://www.w3.org/TR/audiobooks/#example-2-declaring-french-as-the-default-language-for-the-manifest", + "https://www.w3.org/TR/audiobooks/#audio-conformance", + "https://www.w3.org/TR/audiobooks/#x5-4-publication-conformance", + "https://www.w3.org/TR/audiobooks/#example-3-setting-a-publication-s-conformance-to-audiobook", + "https://www.w3.org/TR/audiobooks/#audio-type", + "https://www.w3.org/TR/audiobooks/#x5-5-publication-type", + "https://www.w3.org/TR/audiobooks/#dfn-publication-type", + "https://www.w3.org/TR/audiobooks/#example-4-setting-a-publication-s-type-to-audiobook", + "https://www.w3.org/TR/audiobooks/#audio-properties", + "https://www.w3.org/TR/audiobooks/#x5-6-properties", + "https://www.w3.org/TR/audiobooks/#audio-creators", + "https://www.w3.org/TR/audiobooks/#x5-6-1-creators", + "https://www.w3.org/TR/audiobooks/#dfn-creator", + "https://www.w3.org/TR/audiobooks/#example-5-author-of-a-book", + "https://www.w3.org/TR/audiobooks/#example-6-author-and-narrator-of-an-audiobook", + "https://www.w3.org/TR/audiobooks/#audio-duration", + "https://www.w3.org/TR/audiobooks/#x5-6-2-duration", + "https://www.w3.org/TR/audiobooks/#dfn-duration", + "https://www.w3.org/TR/audiobooks/#example-7-duration-of-an-audiobook-in-seconds", + "https://www.w3.org/TR/audiobooks/#audio-readingorder", + "https://www.w3.org/TR/audiobooks/#x5-7-default-reading-order", + "https://www.w3.org/TR/audiobooks/#dfn-default-reading-order", + "https://www.w3.org/TR/audiobooks/#issue-container-generatedID-4", + "https://www.w3.org/TR/audiobooks/#h-note-4", + "https://www.w3.org/TR/audiobooks/#issue-container-generatedID-5", + "https://www.w3.org/TR/audiobooks/#h-note-5", + "https://www.w3.org/TR/audiobooks/#example-8-audiobook-reading-order-for-a-single-resource", + "https://www.w3.org/TR/audiobooks/#example-9-audiobook-reading-order-for-multiple-resources-using-media-fragments", + "https://www.w3.org/TR/audiobooks/#audio-resourcelist", + "https://www.w3.org/TR/audiobooks/#x5-8-resource-list", + "https://www.w3.org/TR/audiobooks/#dfn-resource-list", + "https://www.w3.org/TR/audiobooks/#example-10-audiobook-with-supplemental-content", + "https://www.w3.org/TR/audiobooks/#audio-preview", + "https://www.w3.org/TR/audiobooks/#x5-9-audiobook-previews", + "https://www.w3.org/TR/audiobooks/#example-11-audiobook-with-an-external-preview", + "https://www.w3.org/TR/audiobooks/#example-12-audiobook-with-an-internal-preview", + "https://www.w3.org/TR/audiobooks/#audio-packaging", + "https://www.w3.org/TR/audiobooks/#x5-10-packaging", + "https://www.w3.org/TR/audiobooks/#audio-accessibility", + "https://www.w3.org/TR/audiobooks/#x5-11-accessibility", + "https://www.w3.org/TR/audiobooks/#example-13-audiobook-with-alternate-text", + "https://www.w3.org/TR/audiobooks/#audio-manifest-processing", + "https://www.w3.org/TR/audiobooks/#x6-manifest-processing", + "https://www.w3.org/TR/audiobooks/#processing-toc", + "https://www.w3.org/TR/audiobooks/#processing-duration", + "https://www.w3.org/TR/audiobooks/#processing-duration-var", + "https://www.w3.org/TR/audiobooks/#processing-duration-iterate", + "https://www.w3.org/TR/audiobooks/#processing-duration-res-none", + "https://www.w3.org/TR/audiobooks/#processing-duration-add", + "https://www.w3.org/TR/audiobooks/#processing-duration-total", + "https://www.w3.org/TR/audiobooks/#validate-readingorder", + "https://www.w3.org/TR/audiobooks/#validate-ro-none", + "https://www.w3.org/TR/audiobooks/#validate-ro-audio", + "https://www.w3.org/TR/audiobooks/#validate-ro-empty", + "https://www.w3.org/TR/audiobooks/#validate-type", + "https://www.w3.org/TR/audiobooks/#validate-rec-properties", + "https://www.w3.org/TR/audiobooks/#validate-rec-relations", + "https://www.w3.org/TR/audiobooks/#toc-algorithm-extension", + "https://www.w3.org/TR/audiobooks/#x7-user-agent-processing-of-machine-processable-table-of-contents", + "https://www.w3.org/TR/audiobooks/#ref-for-dfn-primary-entry-page-1", + "https://www.w3.org/TR/audiobooks/#security-privacy", + "https://www.w3.org/TR/audiobooks/#x8-security-and-privacy-considerations", + "https://www.w3.org/TR/audiobooks/#audio-ua-behaviour", + "https://www.w3.org/TR/audiobooks/#x9-user-agent-behaviors-for-audiobooks", + "https://www.w3.org/TR/audiobooks/#audio-ua-navigation", + "https://www.w3.org/TR/audiobooks/#x9-1-opening-and-navigating-the-contents-of-an-audiobook", + "https://www.w3.org/TR/audiobooks/#audio-ua-playback", + "https://www.w3.org/TR/audiobooks/#x9-2-audiobook-playability", + "https://www.w3.org/TR/audiobooks/#audio-ua-packaging", + "https://www.w3.org/TR/audiobooks/#x9-3-audiobook-packaging-and-offlining", + "https://www.w3.org/TR/audiobooks/#audio-ua-accessibility", + "https://www.w3.org/TR/audiobooks/#x9-4-audiobooks-accessibility", + "https://www.w3.org/TR/audiobooks/#change-log", + "https://www.w3.org/TR/audiobooks/#x10-change-log", + "https://www.w3.org/TR/audiobooks/#audio-manifest-examples", + "https://www.w3.org/TR/audiobooks/#a-manifest-examples", + "https://www.w3.org/TR/audiobooks/#audio-simple", + "https://www.w3.org/TR/audiobooks/#a-1-simple-audiobook", + "https://www.w3.org/TR/audiobooks/#example-14", + "https://www.w3.org/TR/audiobooks/#audio-supplemental", + "https://www.w3.org/TR/audiobooks/#a-2-audiobook-with-supplemental-content", + "https://www.w3.org/TR/audiobooks/#example-15", + "https://www.w3.org/TR/audiobooks/#audio-toc-examples", + "https://www.w3.org/TR/audiobooks/#b-table-of-contents-examples", + "https://www.w3.org/TR/audiobooks/#toc-pep", + "https://www.w3.org/TR/audiobooks/#b-1-primary-entry-page-with-a-table-of-contents", + "https://www.w3.org/TR/audiobooks/#example-16", + "https://www.w3.org/TR/audiobooks/#toc-simple", + "https://www.w3.org/TR/audiobooks/#b-2-simple-table-of-contents", + "https://www.w3.org/TR/audiobooks/#example-17", + "https://www.w3.org/TR/audiobooks/#toc-mediafragments", + "https://www.w3.org/TR/audiobooks/#b-3-table-of-contents-with-media-fragments", + "https://www.w3.org/TR/audiobooks/#example-18", + "https://www.w3.org/TR/audiobooks/#ack", + "https://www.w3.org/TR/audiobooks/#c-acknowledgements", + "https://www.w3.org/TR/audiobooks/#references", + "https://www.w3.org/TR/audiobooks/#d-references", + "https://www.w3.org/TR/audiobooks/#normative-references", + "https://www.w3.org/TR/audiobooks/#d-1-normative-references", + "https://www.w3.org/TR/audiobooks/#bib-dom", + "https://www.w3.org/TR/audiobooks/#bib-dpub-aria-1.0", + "https://www.w3.org/TR/audiobooks/#bib-html", + "https://www.w3.org/TR/audiobooks/#bib-infra", + "https://www.w3.org/TR/audiobooks/#bib-json-ld", + "https://www.w3.org/TR/audiobooks/#bib-media-frags", + "https://www.w3.org/TR/audiobooks/#bib-pub-manifest", + "https://www.w3.org/TR/audiobooks/#bib-rfc2119", + "https://www.w3.org/TR/audiobooks/#bib-rfc8174", + "https://www.w3.org/TR/audiobooks/#bib-schema.org", + "https://www.w3.org/TR/audiobooks/#bib-url", + "https://www.w3.org/TR/audiobooks/#informative-references", + "https://www.w3.org/TR/audiobooks/#d-2-informative-references", + "https://www.w3.org/TR/audiobooks/#bib-json-ld11", + "https://www.w3.org/TR/audiobooks/#bib-json-schema", + "https://www.w3.org/TR/audiobooks/#bib-lpf", + "https://www.w3.org/TR/audiobooks/#bib-pwp-ucr", + "https://www.w3.org/TR/audiobooks/#back-to-top" + ] +} \ No newline at end of file diff --git a/tr/ids/css-anchor-position-1.json b/tr/ids/css-anchor-position-1.json new file mode 100644 index 000000000000..852cdb87b7b6 --- /dev/null +++ b/tr/ids/css-anchor-position-1.json @@ -0,0 +1,782 @@ +{ + "spec": { + "title": "CSS Anchor Positioning", + "url": "https://www.w3.org/TR/css-anchor-position-1/" + }, + "ids": [ + "https://www.w3.org/TR/css-anchor-position-1/#toc-nav", + "https://www.w3.org/TR/css-anchor-position-1/#toc-jump", + "https://www.w3.org/TR/css-anchor-position-1/#toc-toggle", + "https://www.w3.org/TR/css-anchor-position-1/#title", + "https://www.w3.org/TR/css-anchor-position-1/#w3c-state", + "https://www.w3.org/TR/css-anchor-position-1/#abstract", + "https://www.w3.org/TR/css-anchor-position-1/#sotd", + "https://www.w3.org/TR/css-anchor-position-1/#w3c_process_revision", + "https://www.w3.org/TR/css-anchor-position-1/#toc", + "https://www.w3.org/TR/css-anchor-position-1/#contents", + "https://www.w3.org/TR/css-anchor-position-1/#intro", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position", + "https://www.w3.org/TR/css-anchor-position-1/#anchor-positioning", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-anchor-positioning", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-anchor-positioning", + "https://www.w3.org/TR/css-anchor-position-1/#anchor-functions", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-anchor-functions", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-anchor-functions", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor-size", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#example-789aaa6b", + "https://www.w3.org/TR/css-anchor-position-1/#determining", + "https://www.w3.org/TR/css-anchor-position-1/#name", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-name", + "https://www.w3.org/TR/css-anchor-position-1/#propdef-anchor-name", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-propdef-anchor-name", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-propdef-anchor-name", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-dashed-ident", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-principal-box", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-name%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#anchor-name", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-anchor-name", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-anchor-name", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-name-none", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-name-dashed-ident", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-dashed-ident%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-principal-box%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-name", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-dashed-ident%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-name%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-css-tree-scoped-name", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-name%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-name%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#implicit", + "https://www.w3.org/TR/css-anchor-position-1/#implicit-anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-implicit-anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-implicit-anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#example-83d14674", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-implicit-anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-implicit-anchor-element%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-implicit", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-name%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#target", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#anchor-specifier", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-anchor-specifier", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-anchor-specifier", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-dashed-ident%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-css-tree-scoped-reference", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-name%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-implicit%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#target-anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-target-anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-target-anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-specifier", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-specifier", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-implicit%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-implicit-anchor-element%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-acceptable-anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-dashed-ident%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-name%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-name%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-concept-tree", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-concept-tree-root", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-name%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-css-tree-scoped-name%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-css-tree-scoped-reference%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-acceptable-anchor-element%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-name%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-concept-shadow-tree", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-functions", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-concept-shadow-tree%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-concept-shadow-tree%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-name%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-functions%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-selectordef-part", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-implicit-anchor-element%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#acceptable-anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-acceptable-anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-acceptable-anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-initial-containing-block", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block-chain", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#anchor-default", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-default", + "https://www.w3.org/TR/css-anchor-position-1/#propdef-anchor-default", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-propdef-anchor-default", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-propdef-anchor-default", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-default%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#default-anchor-specifier", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-default-anchor-specifier", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-default-anchor-specifier", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-functions%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-functions%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-fallback-list", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-element%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor-size%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#example-0b98937b", + "https://www.w3.org/TR/css-anchor-position-1/#positioning", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#funcdef-anchor", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-funcdef-anchor", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-funcdef-anchor", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-length-value", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#anchor-pos", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-length-value%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-element%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-mult-opt", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-side", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-comma", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-length-percentage", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-mult-opt%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#typedef-anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-element%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-typedef-anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-typedef-anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-dashed-ident%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#typedef-anchor-side", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-side%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-typedef-anchor-side", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-typedef-anchor-side", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-percentage-value", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-element%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-default-anchor-specifier%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-dashed-ident", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-dashed-ident%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-name%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-css-tree-scoped-reference%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-implicit", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-valdef-anchor-implicit", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-valdef-anchor-implicit", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-implicit-anchor-element%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-side%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-auto", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-valdef-anchor-auto", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-valdef-anchor-auto", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-auto-same", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-valdef-anchor-auto-same", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-valdef-anchor-auto-same", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-top", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-right", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-bottom", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-left", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-valdef-anchor-left", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-valdef-anchor-left", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-left", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-left", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-right", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-start", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-valdef-anchor-start", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-valdef-anchor-start", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-end", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-valdef-anchor-end", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-valdef-anchor-end", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-self-start", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-valdef-anchor-self-start", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-valdef-anchor-self-start", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-self-end", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-valdef-anchor-self-end", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-valdef-anchor-self-end", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-writing-mode", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-self-start", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-self-end", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-start", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-end", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-percentage", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-percentage-value%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-center", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-valdef-anchor-center", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-valdef-anchor-center", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-start%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-end%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-start%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-end%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-center", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-length-percentage%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valid-anchor-function", + "https://www.w3.org/TR/css-anchor-position-1/#issue-02b9489e", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valid-anchor-function%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-used-value", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-length-value%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-modified-containing-block", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-scroll-container", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-scroll", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-fragment", + "https://www.w3.org/TR/css-anchor-position-1/#issue-3c6fe13f", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-snapshotted-scroll-offset", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-transform-translate", + "https://www.w3.org/TR/css-anchor-position-1/#example-ef794aa0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-top", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-bottom", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#example-a7ac0832", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-length-value%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-math-function", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-modified-containing-block%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-the-input-element", + "https://www.w3.org/TR/css-anchor-position-1/#anchor-auto", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-auto", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-auto-same", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-side%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#automatic-anchor-positioning", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-automatic-anchor-positioning", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-automatic-anchor-positioning", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-auto-same%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-auto%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-top%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-top%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-left%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-left%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-fallback", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-top-auto", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-fallback-list%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#example-6fd4f143", + "https://www.w3.org/TR/css-anchor-position-1/#example-60db0617", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-top-auto%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-modified-containing-block%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#scroll", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-scroll%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#propdef-anchor-scroll", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-propdef-anchor-scroll", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-propdef-anchor-scroll", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-element%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-scroll-container%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-scroll%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-scroll-none", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-valdef-anchor-scroll-none", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-valdef-anchor-scroll-none", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-scroll-default", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-valdef-anchor-scroll-default", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-valdef-anchor-scroll-default", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-element%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-default%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-scroll-anchor-element", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-element%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-default%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-implicit-anchor-element%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-scroll%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-scroll-default", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-scroll%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-scroll-none", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-scroll%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#snapshotted-scroll-offset", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-snapshotted-scroll-offset", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-snapshotted-scroll-offset", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-snapshotted-scroll-offset%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-initial-scroll-position", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-scroll-container%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#issue-5446f06a", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-additional-fallback-bounds-rect", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-initial-scroll-position%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-scroll-container%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-additional-fallback-bounds-rect%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-additional-fallback-bounds-rect%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#anchor-valid", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#valid-anchor-function", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-valid-anchor-function", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-valid-anchor-function", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-side%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-left%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-left%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-right%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-element%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#sizing", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#funcdef-anchor-size", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-funcdef-anchor-size", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-funcdef-anchor-size", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-sizing-property", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor-size%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-length-value%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#anchor-size-fn", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor-size%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-element%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-mult-opt%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-size", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-comma%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-length-percentage%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-mult-opt%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#typedef-anchor-size", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-size%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-typedef-anchor-size", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-typedef-anchor-size", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor-size%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-side%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-size%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-size%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-size-width", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-size-height", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-width", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-size%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-size-block", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-valdef-anchor-size-block", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-valdef-anchor-size-block", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-size-inline", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-valdef-anchor-size-inline", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-valdef-anchor-size-inline", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-size-self-block", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-valdef-anchor-size-self-block", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-valdef-anchor-size-self-block", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-anchor-size-self-inline", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-valdef-anchor-size-self-inline", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-valdef-anchor-size-self-inline", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-writing-mode%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-size-self-block", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-size-self-inline", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-writing-mode%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-size-block", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-size-inline", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor-size%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valid-anchor-size-function", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-length-value%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#anchor-size-valid", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor-size%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#valid-anchor-size-function", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-valid-anchor-size-function", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-valid-anchor-size-function", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-sizing-property%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-element%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor-size%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#fallback", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-element%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-fallback%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-position-fallback", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#fallback-property", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-fallback%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#propdef-position-fallback", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-propdef-position-fallback", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-propdef-position-fallback", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-dashed-ident%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-fallback-none", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-fallback-list%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-fallback-dashed-ident", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-dashed-ident%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-position-fallback%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-fallback-list%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#fallback-rule", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-position-fallback%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#at-ruledef-position-fallback", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-at-ruledef-position-fallback", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-at-ruledef-position-fallback", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-fallback-list%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#at-ruledef-try", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-at-ruledef-try", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-at-ruledef-try", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-containing-block%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-position-fallback%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-dashed-ident%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-rule-list", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-declaration-list", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-position-fallback%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-try", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-dashed-ident%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-position-fallback%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-try%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-css-property", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-sizing-property%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-box-alignment-properties", + "https://www.w3.org/TR/css-anchor-position-1/#issue-14452576", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-try%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-position-fallback%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#position-fallback-list", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-position-fallback-list", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-position-fallback-list", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-try%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#issue-5b530169", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-element%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-default%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-position-fallback%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-auto%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#fallback-bounds", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-fallback-bounds", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-anchor-positioning", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-modified-containing-block%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-document-top-layer", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-fallback-bounds%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#propdef-position-fallback-bounds", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-propdef-position-fallback-bounds", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-propdef-position-fallback-bounds", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-comb-one%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-dashed-ident%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-absolute-position%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#valdef-position-fallback-bounds-normal", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-valdef-position-fallback-bounds-normal", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-valdef-position-fallback-bounds-normal", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-fallback-list%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-dashed-ident%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-position-fallback-bounds-normal", + "https://www.w3.org/TR/css-anchor-position-1/#additional-fallback-bounds-rect", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-additional-fallback-bounds-rect", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-additional-fallback-bounds-rect", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-additional-fallback-bounds-rect%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-padding-box", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-dashed-ident%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-target-anchor-element%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-additional-fallback-bounds-rect%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#issue-b1e9e476", + "https://www.w3.org/TR/css-anchor-position-1/#fallback-apply", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-fallback-list%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-used-value%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#issue-da47c41b", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-fallback%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#determine-the-position-fallback-styles", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-determine-the-position-fallback-styles", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-determine-the-position-fallback-styles", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-list-iterate", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-fallback-list%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-used-value%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-math-function%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-snapshotted-scroll-offset%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-snapshotted-scroll-offset%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-modified-containing-block%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-margin-box", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-iteration-continue", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-additional-fallback-bounds-rect%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-margin-box%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-iteration-continue%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-fallback-list%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-margin-box%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-determine-the-position-fallback-styles", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-fallback-list%E2%91%A8", + "https://www.w3.org/TR/css-anchor-position-1/#issue-52cb8f94", + "https://www.w3.org/TR/css-anchor-position-1/#example-117abb3f", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-elements", + "https://www.w3.org/TR/css-anchor-position-1/#fallback-automatic", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-auto%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-auto-same%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-typedef-anchor-side%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-top-auto%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#automatic-anchor-fallbacks", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-automatic-anchor-fallbacks", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-automatic-anchor-fallbacks", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-fallback%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-automatic-anchor-fallbacks", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-fallback-list%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-try%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-auto%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-auto-same%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-inset-properties%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-auto%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-auto-same%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-automatic-anchor-positioning", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-fallback-list%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-fallback%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-fallback-list%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-fallback-list%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-auto%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-auto-same%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-automatic-anchor-fallbacks%E2%91%A0", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-try%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-fallback-list%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-automatic-anchor-fallbacks%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-funcdef-anchor%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-try%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-position-fallback-list%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-auto%E2%91%A6", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-valdef-anchor-auto-same%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#example-eaf92915", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-at-ruledef-position-fallback%E2%91%A7", + "https://www.w3.org/TR/css-anchor-position-1/#sec", + "https://www.w3.org/TR/css-anchor-position-1/#priv", + "https://www.w3.org/TR/css-anchor-position-1/#w3c-conformance", + "https://www.w3.org/TR/css-anchor-position-1/#w3c-conventions", + "https://www.w3.org/TR/css-anchor-position-1/#w3c-example", + "https://www.w3.org/TR/css-anchor-position-1/#w3c-conformance-classes", + "https://www.w3.org/TR/css-anchor-position-1/#w3c-partial", + "https://www.w3.org/TR/css-anchor-position-1/#w3c-conform-future-proofing", + "https://www.w3.org/TR/css-anchor-position-1/#w3c-testing", + "https://www.w3.org/TR/css-anchor-position-1/#index", + "https://www.w3.org/TR/css-anchor-position-1/#index-defined-here", + "https://www.w3.org/TR/css-anchor-position-1/#index-defined-elsewhere", + "https://www.w3.org/TR/css-anchor-position-1/#7bd92ebbe1ddcbafea3a00803cbc926c", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-7bd92ebbe1ddcbafea3a00803cbc926c", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-7bd92ebbe1ddcbafea3a00803cbc926c", + "https://www.w3.org/TR/css-anchor-position-1/#0435315d98444c94475430f4e7522f00", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-0435315d98444c94475430f4e7522f00", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-0435315d98444c94475430f4e7522f00", + "https://www.w3.org/TR/css-anchor-position-1/#73b84ac260a0f4d6ad805a2ad370bffe", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-73b84ac260a0f4d6ad805a2ad370bffe", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-73b84ac260a0f4d6ad805a2ad370bffe", + "https://www.w3.org/TR/css-anchor-position-1/#4ed173492fe2edc1aab35dd46a7e139b", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-4ed173492fe2edc1aab35dd46a7e139b", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-4ed173492fe2edc1aab35dd46a7e139b", + "https://www.w3.org/TR/css-anchor-position-1/#71868c63fba6e7875a8609452a7c1a33", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-71868c63fba6e7875a8609452a7c1a33", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-71868c63fba6e7875a8609452a7c1a33", + "https://www.w3.org/TR/css-anchor-position-1/#e08139f9e0466644139009b37a4c9853", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-e08139f9e0466644139009b37a4c9853", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-e08139f9e0466644139009b37a4c9853", + "https://www.w3.org/TR/css-anchor-position-1/#f2360507b40470f21ce55ef1c7a0fbc6", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-f2360507b40470f21ce55ef1c7a0fbc6", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-f2360507b40470f21ce55ef1c7a0fbc6", + "https://www.w3.org/TR/css-anchor-position-1/#e273f49ff28fac679cdec8d1bb49222a", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-e273f49ff28fac679cdec8d1bb49222a", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-e273f49ff28fac679cdec8d1bb49222a", + "https://www.w3.org/TR/css-anchor-position-1/#f9449008d861f9ddefcf468483db5ddb", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-f9449008d861f9ddefcf468483db5ddb", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-f9449008d861f9ddefcf468483db5ddb", + "https://www.w3.org/TR/css-anchor-position-1/#013877d86d0d02f31ad54e2d84445f68", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-013877d86d0d02f31ad54e2d84445f68", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-013877d86d0d02f31ad54e2d84445f68", + "https://www.w3.org/TR/css-anchor-position-1/#9618463ea0f0d7a68cd76bc88f32a75c", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-9618463ea0f0d7a68cd76bc88f32a75c", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-9618463ea0f0d7a68cd76bc88f32a75c", + "https://www.w3.org/TR/css-anchor-position-1/#1c27484b2325188a3fc80d2c980c7d66", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-1c27484b2325188a3fc80d2c980c7d66", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-1c27484b2325188a3fc80d2c980c7d66", + "https://www.w3.org/TR/css-anchor-position-1/#38006ec7a8691b419415cbd1652c8790", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-38006ec7a8691b419415cbd1652c8790", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-38006ec7a8691b419415cbd1652c8790", + "https://www.w3.org/TR/css-anchor-position-1/#ff5d9e007b8d431899a23256710f132e", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-ff5d9e007b8d431899a23256710f132e", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-ff5d9e007b8d431899a23256710f132e", + "https://www.w3.org/TR/css-anchor-position-1/#f648d21f357cb2606463b22448b93c0f", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-f648d21f357cb2606463b22448b93c0f", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-f648d21f357cb2606463b22448b93c0f", + "https://www.w3.org/TR/css-anchor-position-1/#b7aa5f3ffdeac346662b8672533333fc", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-b7aa5f3ffdeac346662b8672533333fc", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-b7aa5f3ffdeac346662b8672533333fc", + "https://www.w3.org/TR/css-anchor-position-1/#182b74cefd700c8db9b84159d1310a53", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-182b74cefd700c8db9b84159d1310a53", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-182b74cefd700c8db9b84159d1310a53", + "https://www.w3.org/TR/css-anchor-position-1/#957075928c242e6498f380507a8e468a", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-957075928c242e6498f380507a8e468a", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-957075928c242e6498f380507a8e468a", + "https://www.w3.org/TR/css-anchor-position-1/#35878cbcbf35480015f0cba5544a2b6b", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-35878cbcbf35480015f0cba5544a2b6b", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-35878cbcbf35480015f0cba5544a2b6b", + "https://www.w3.org/TR/css-anchor-position-1/#081ac6cc0e2381a244eba4cf153b63fd", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-081ac6cc0e2381a244eba4cf153b63fd", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-081ac6cc0e2381a244eba4cf153b63fd", + "https://www.w3.org/TR/css-anchor-position-1/#51d732fc13e8056bb31023dbe0bb875e", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-51d732fc13e8056bb31023dbe0bb875e", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-51d732fc13e8056bb31023dbe0bb875e", + "https://www.w3.org/TR/css-anchor-position-1/#169f86fcfa3fe15e42dfe2c53073a5cb", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-169f86fcfa3fe15e42dfe2c53073a5cb", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-169f86fcfa3fe15e42dfe2c53073a5cb", + "https://www.w3.org/TR/css-anchor-position-1/#b8e7d1189ebd709ea7a780b32ab1898c", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-b8e7d1189ebd709ea7a780b32ab1898c", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-b8e7d1189ebd709ea7a780b32ab1898c", + "https://www.w3.org/TR/css-anchor-position-1/#4f37048e4662f3433df5c61d19b25afa", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-4f37048e4662f3433df5c61d19b25afa", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-4f37048e4662f3433df5c61d19b25afa", + "https://www.w3.org/TR/css-anchor-position-1/#c32179db64eac1225b3876feebdeb073", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-c32179db64eac1225b3876feebdeb073", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-c32179db64eac1225b3876feebdeb073", + "https://www.w3.org/TR/css-anchor-position-1/#8cbd5af02fb842b732cdce9bc131ecb4", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-8cbd5af02fb842b732cdce9bc131ecb4", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-8cbd5af02fb842b732cdce9bc131ecb4", + "https://www.w3.org/TR/css-anchor-position-1/#ff005190fd5074f0bc22da0a647766d0", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-ff005190fd5074f0bc22da0a647766d0", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-ff005190fd5074f0bc22da0a647766d0", + "https://www.w3.org/TR/css-anchor-position-1/#f4aafaa8c5af2ac7f50d09b1d84d18a0", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-f4aafaa8c5af2ac7f50d09b1d84d18a0", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-f4aafaa8c5af2ac7f50d09b1d84d18a0", + "https://www.w3.org/TR/css-anchor-position-1/#862d29a885d53f907e2efd988238cdde", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-862d29a885d53f907e2efd988238cdde", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-862d29a885d53f907e2efd988238cdde", + "https://www.w3.org/TR/css-anchor-position-1/#767e661ded7cb4567a3ab16b47868408", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-767e661ded7cb4567a3ab16b47868408", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-767e661ded7cb4567a3ab16b47868408", + "https://www.w3.org/TR/css-anchor-position-1/#41fc454547a6d3114f8215630f9e193d", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-41fc454547a6d3114f8215630f9e193d", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-41fc454547a6d3114f8215630f9e193d", + "https://www.w3.org/TR/css-anchor-position-1/#6f85cb0a8ba4f0187e7e4bae7523df81", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-6f85cb0a8ba4f0187e7e4bae7523df81", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-6f85cb0a8ba4f0187e7e4bae7523df81", + "https://www.w3.org/TR/css-anchor-position-1/#8f618b608a7babb1127608dc06de2ba3", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-8f618b608a7babb1127608dc06de2ba3", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-8f618b608a7babb1127608dc06de2ba3", + "https://www.w3.org/TR/css-anchor-position-1/#a5ef7219d2c4681306b8fbbb037ac9f7", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-a5ef7219d2c4681306b8fbbb037ac9f7", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-a5ef7219d2c4681306b8fbbb037ac9f7", + "https://www.w3.org/TR/css-anchor-position-1/#788ba2d213f608ace2282539855f740a", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-788ba2d213f608ace2282539855f740a", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-788ba2d213f608ace2282539855f740a", + "https://www.w3.org/TR/css-anchor-position-1/#82594f1f3a6c873aa8ac6336eb6bf662", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-82594f1f3a6c873aa8ac6336eb6bf662", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-82594f1f3a6c873aa8ac6336eb6bf662", + "https://www.w3.org/TR/css-anchor-position-1/#53a01a6894b4d2d7b091ae1a56a13251", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-53a01a6894b4d2d7b091ae1a56a13251", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-53a01a6894b4d2d7b091ae1a56a13251", + "https://www.w3.org/TR/css-anchor-position-1/#d38ad2dc5194c097d2b903765aca9070", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-d38ad2dc5194c097d2b903765aca9070", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-d38ad2dc5194c097d2b903765aca9070", + "https://www.w3.org/TR/css-anchor-position-1/#4373bc69f46aedba387d3d1565e1ae01", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-4373bc69f46aedba387d3d1565e1ae01", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-4373bc69f46aedba387d3d1565e1ae01", + "https://www.w3.org/TR/css-anchor-position-1/#02d44a6c71326a5df504d22ab8764d0a", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-02d44a6c71326a5df504d22ab8764d0a", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-02d44a6c71326a5df504d22ab8764d0a", + "https://www.w3.org/TR/css-anchor-position-1/#63f2f251f3aa0bf36028f290b3f6aba0", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-63f2f251f3aa0bf36028f290b3f6aba0", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-63f2f251f3aa0bf36028f290b3f6aba0", + "https://www.w3.org/TR/css-anchor-position-1/#b2ca6a6b5cd53adae8b1fa1e6c07ed3a", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-b2ca6a6b5cd53adae8b1fa1e6c07ed3a", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-b2ca6a6b5cd53adae8b1fa1e6c07ed3a", + "https://www.w3.org/TR/css-anchor-position-1/#cd37c4d3d03bfb78993ddcd7db947fa2", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-cd37c4d3d03bfb78993ddcd7db947fa2", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-cd37c4d3d03bfb78993ddcd7db947fa2", + "https://www.w3.org/TR/css-anchor-position-1/#5034e0fae4da9540dc4e91fb504998cd", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-5034e0fae4da9540dc4e91fb504998cd", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-5034e0fae4da9540dc4e91fb504998cd", + "https://www.w3.org/TR/css-anchor-position-1/#cbdda34ff2c9886625e91b16c2022fdc", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-cbdda34ff2c9886625e91b16c2022fdc", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-cbdda34ff2c9886625e91b16c2022fdc", + "https://www.w3.org/TR/css-anchor-position-1/#af899b67eb43fee00a1337cae194bbce", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-af899b67eb43fee00a1337cae194bbce", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-af899b67eb43fee00a1337cae194bbce", + "https://www.w3.org/TR/css-anchor-position-1/#ce9efec0e74a2cbfe986593eb861ade6", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-ce9efec0e74a2cbfe986593eb861ade6", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-ce9efec0e74a2cbfe986593eb861ade6", + "https://www.w3.org/TR/css-anchor-position-1/#8b9e78ceedde26e69095bd6f6cce47bf", + "https://www.w3.org/TR/css-anchor-position-1/#infopanel-for-8b9e78ceedde26e69095bd6f6cce47bf", + "https://www.w3.org/TR/css-anchor-position-1/#infopaneltitle-for-8b9e78ceedde26e69095bd6f6cce47bf", + "https://www.w3.org/TR/css-anchor-position-1/#references", + "https://www.w3.org/TR/css-anchor-position-1/#normative", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-align-3", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-box-4", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-break-4", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-cascade-5", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-display-3", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-logical-1", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-overflow-3", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-position-3", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-position-4", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-scoping-1", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-sizing-3", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-syntax-3", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-transforms-1", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-values-4", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-writing-modes-4", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-dom", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-infra", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-rfc2119", + "https://www.w3.org/TR/css-anchor-position-1/#informative", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-css-shadow-parts-1", + "https://www.w3.org/TR/css-anchor-position-1/#biblio-html", + "https://www.w3.org/TR/css-anchor-position-1/#property-index", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-default%E2%91%A4", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-name%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-anchor-scroll%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-fallback%E2%91%A5", + "https://www.w3.org/TR/css-anchor-position-1/#ref-for-propdef-position-fallback-bounds%E2%91%A1", + "https://www.w3.org/TR/css-anchor-position-1/#issues-index" + ] +} \ No newline at end of file diff --git a/tr/ids/pub-manifest.json b/tr/ids/pub-manifest.json new file mode 100644 index 000000000000..422da2a97e48 --- /dev/null +++ b/tr/ids/pub-manifest.json @@ -0,0 +1,775 @@ +{ + "spec": { + "title": "Publication Manifest", + "url": "https://www.w3.org/TR/pub-manifest/" + }, + "ids": [ + "https://www.w3.org/TR/pub-manifest/#initialUserConfig", + "https://www.w3.org/TR/pub-manifest/#toc-nav", + "https://www.w3.org/TR/pub-manifest/#toc-jump", + "https://www.w3.org/TR/pub-manifest/#toc-toggle", + "https://www.w3.org/TR/pub-manifest/#title", + "https://www.w3.org/TR/pub-manifest/#abstract", + "https://www.w3.org/TR/pub-manifest/#sotd", + "https://www.w3.org/TR/pub-manifest/#w3c_process_revision", + "https://www.w3.org/TR/pub-manifest/#toc", + "https://www.w3.org/TR/pub-manifest/#table-of-contents", + "https://www.w3.org/TR/pub-manifest/#intro", + "https://www.w3.org/TR/pub-manifest/#x1-introduction", + "https://www.w3.org/TR/pub-manifest/#scope", + "https://www.w3.org/TR/pub-manifest/#x1-1-scope", + "https://www.w3.org/TR/pub-manifest/#manifest-format", + "https://www.w3.org/TR/pub-manifest/#x1-2-manifest-format", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-1", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-manifests-1", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-bounds-1", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-2", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-manifests-2", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-linkedresources-1", + "https://www.w3.org/TR/pub-manifest/#manifest-jsonld", + "https://www.w3.org/TR/pub-manifest/#x1-3-json-ld-authoring-and-processing", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID", + "https://www.w3.org/TR/pub-manifest/#h-note", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-internal-representation-1", + "https://www.w3.org/TR/pub-manifest/#manifest-schemaorg", + "https://www.w3.org/TR/pub-manifest/#x1-4-relationship-to-schema-org", + "https://www.w3.org/TR/pub-manifest/#terminology", + "https://www.w3.org/TR/pub-manifest/#x2-terminology", + "https://www.w3.org/TR/pub-manifest/#dfn-bounds", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-3", + "https://www.w3.org/TR/pub-manifest/#dfn-digital-publications", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-profiles-1", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-manifests-3", + "https://www.w3.org/TR/pub-manifest/#dfn-internal-representation", + "https://www.w3.org/TR/pub-manifest/#dfn-manifests", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-default-reading-order-1", + "https://www.w3.org/TR/pub-manifest/#dfn-profiles", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-manifests-4", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-bounds-2", + "https://www.w3.org/TR/pub-manifest/#conformance", + "https://www.w3.org/TR/pub-manifest/#x3-conformance", + "https://www.w3.org/TR/pub-manifest/#manifest", + "https://www.w3.org/TR/pub-manifest/#x4-publication-manifest", + "https://www.w3.org/TR/pub-manifest/#manifest-requirements", + "https://www.w3.org/TR/pub-manifest/#x4-1-requirements", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-0", + "https://www.w3.org/TR/pub-manifest/#h-note-0", + "https://www.w3.org/TR/pub-manifest/#properties-value-categories", + "https://www.w3.org/TR/pub-manifest/#x4-2-value-categories", + "https://www.w3.org/TR/pub-manifest/#value-literal", + "https://www.w3.org/TR/pub-manifest/#x4-2-1-literals", + "https://www.w3.org/TR/pub-manifest/#value-number", + "https://www.w3.org/TR/pub-manifest/#x4-2-2-numbers", + "https://www.w3.org/TR/pub-manifest/#value-boolean", + "https://www.w3.org/TR/pub-manifest/#x4-2-3-booleans", + "https://www.w3.org/TR/pub-manifest/#explicit-implied-objects", + "https://www.w3.org/TR/pub-manifest/#x4-2-4-explicit-and-implied-objects", + "https://www.w3.org/TR/pub-manifest/#value-localizable-string", + "https://www.w3.org/TR/pub-manifest/#x4-2-4-1-localizable-strings", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-localizablestrings-1", + "https://www.w3.org/TR/pub-manifest/#dfn-localizablestrings", + "https://www.w3.org/TR/pub-manifest/#example-1-set-the-language-of-a-string", + "https://www.w3.org/TR/pub-manifest/#example-2-set-the-language-and-the-base-direction-of-a-string", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-1", + "https://www.w3.org/TR/pub-manifest/#h-note-1", + "https://www.w3.org/TR/pub-manifest/#value-entity", + "https://www.w3.org/TR/pub-manifest/#x4-2-4-2-entities", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-entities-1", + "https://www.w3.org/TR/pub-manifest/#dfn-entities", + "https://www.w3.org/TR/pub-manifest/#entity-type", + "https://www.w3.org/TR/pub-manifest/#entity-name", + "https://www.w3.org/TR/pub-manifest/#entity-id", + "https://www.w3.org/TR/pub-manifest/#entity-url", + "https://www.w3.org/TR/pub-manifest/#entity-identifier", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-2", + "https://www.w3.org/TR/pub-manifest/#h-note-2", + "https://www.w3.org/TR/pub-manifest/#example-3-using-a-string-instead-of-a-person-object", + "https://www.w3.org/TR/pub-manifest/#value-linked-resource", + "https://www.w3.org/TR/pub-manifest/#x4-2-4-3-linked-resources", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-url-1", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-linkedresources-2", + "https://www.w3.org/TR/pub-manifest/#dfn-linkedresources", + "https://www.w3.org/TR/pub-manifest/#linkedresource-type", + "https://www.w3.org/TR/pub-manifest/#linkedresource-url", + "https://www.w3.org/TR/pub-manifest/#linkedresource-encodingformat", + "https://www.w3.org/TR/pub-manifest/#linkedresource-name", + "https://www.w3.org/TR/pub-manifest/#linkedresource-description", + "https://www.w3.org/TR/pub-manifest/#linkedresource-rel", + "https://www.w3.org/TR/pub-manifest/#linkedresource-integrity", + "https://www.w3.org/TR/pub-manifest/#linkedresource-duration", + "https://www.w3.org/TR/pub-manifest/#linkedresource-alternate", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-url-2", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-profiles-2", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-3", + "https://www.w3.org/TR/pub-manifest/#h-note-3", + "https://www.w3.org/TR/pub-manifest/#example-4-a-resource-with-a-sha-256-hashing-of-its-content", + "https://www.w3.org/TR/pub-manifest/#example-5-a-resource-with-its-alternate-formats", + "https://www.w3.org/TR/pub-manifest/#example-6-resource-list-that-includes-one-link-using-a-relative-url-as-a-string-datatypes-svg-and-two-that-display-the-various-properties-of-the-a-linkedresource-object", + "https://www.w3.org/TR/pub-manifest/#value-object", + "https://www.w3.org/TR/pub-manifest/#x4-2-4-4-objects", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-profiles-3", + "https://www.w3.org/TR/pub-manifest/#value-url", + "https://www.w3.org/TR/pub-manifest/#x4-2-5-urls", + "https://www.w3.org/TR/pub-manifest/#dfn-url", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-4", + "https://www.w3.org/TR/pub-manifest/#dfn-base-url", + "https://www.w3.org/TR/pub-manifest/#value-id", + "https://www.w3.org/TR/pub-manifest/#x4-2-6-identifiers", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-5", + "https://www.w3.org/TR/pub-manifest/#value-array", + "https://www.w3.org/TR/pub-manifest/#x4-2-7-arrays", + "https://www.w3.org/TR/pub-manifest/#example-7-using-a-text-string-instead-of-an-array", + "https://www.w3.org/TR/pub-manifest/#manifest-context", + "https://www.w3.org/TR/pub-manifest/#x4-3-manifest-contexts", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-manifests-5", + "https://www.w3.org/TR/pub-manifest/#dfn-publication-context", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-4", + "https://www.w3.org/TR/pub-manifest/#h-note-4", + "https://www.w3.org/TR/pub-manifest/#example-8-setting-the-context-declaration", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-profiles-4", + "https://www.w3.org/TR/pub-manifest/#example-9", + "https://www.w3.org/TR/pub-manifest/#manifest-lang-dir", + "https://www.w3.org/TR/pub-manifest/#x4-4-manifest-language-and-direction", + "https://www.w3.org/TR/pub-manifest/#dfn-language", + "https://www.w3.org/TR/pub-manifest/#dfn-base-direction", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-5", + "https://www.w3.org/TR/pub-manifest/#h-note-5", + "https://www.w3.org/TR/pub-manifest/#manifest-lang-dir-global", + "https://www.w3.org/TR/pub-manifest/#x4-4-1-global-declarations", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-publication-context-1", + "https://www.w3.org/TR/pub-manifest/#example-10-declaring-french-as-the-default-language-for-the-manifest", + "https://www.w3.org/TR/pub-manifest/#example-11-declaring-azeri-as-the-default-language-and-with-the-base-direction-to-right-to-left", + "https://www.w3.org/TR/pub-manifest/#manifest-lang-dir-local", + "https://www.w3.org/TR/pub-manifest/#x4-4-2-item-specific-declarations", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-localizablestrings-2", + "https://www.w3.org/TR/pub-manifest/#example-12-providing-the-author-name-in-english-for-a-chinese-publication", + "https://www.w3.org/TR/pub-manifest/#example-13-a-publication-in-arabic-with-the-title-also-given-in-english", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-6", + "https://www.w3.org/TR/pub-manifest/#h-note-6", + "https://www.w3.org/TR/pub-manifest/#publication-types", + "https://www.w3.org/TR/pub-manifest/#x4-5-publication-types", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-6", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-manifests-6", + "https://www.w3.org/TR/pub-manifest/#dfn-publication-type", + "https://www.w3.org/TR/pub-manifest/#example-14-setting-a-publication-s-type-to-creativework", + "https://www.w3.org/TR/pub-manifest/#example-15-setting-a-publication-s-type-to-book", + "https://www.w3.org/TR/pub-manifest/#example-16-setting-the-type-property-for-a-publication-that-combines-properties-from-book-and-visualartwork", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-7", + "https://www.w3.org/TR/pub-manifest/#h-note-7", + "https://www.w3.org/TR/pub-manifest/#profile-conformance", + "https://www.w3.org/TR/pub-manifest/#x4-6-profile-conformance", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-7", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-profiles-5", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-8", + "https://www.w3.org/TR/pub-manifest/#h-note-8", + "https://www.w3.org/TR/pub-manifest/#example-17-identify-that-a-digital-publication-conforms-to-the-w3c-audiobooks-specification", + "https://www.w3.org/TR/pub-manifest/#manifest-properties", + "https://www.w3.org/TR/pub-manifest/#x4-7-properties", + "https://www.w3.org/TR/pub-manifest/#descriptive-properties", + "https://www.w3.org/TR/pub-manifest/#x4-7-1-descriptive-properties", + "https://www.w3.org/TR/pub-manifest/#abridged", + "https://www.w3.org/TR/pub-manifest/#x4-7-1-1-abridged", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-8", + "https://www.w3.org/TR/pub-manifest/#example-18-setting-that-a-publication-is-abridged", + "https://www.w3.org/TR/pub-manifest/#accessibility", + "https://www.w3.org/TR/pub-manifest/#x4-7-1-2-accessibility", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-9", + "https://www.w3.org/TR/pub-manifest/#accessMode", + "https://www.w3.org/TR/pub-manifest/#accessModeSufficient", + "https://www.w3.org/TR/pub-manifest/#accessibilityFeature", + "https://www.w3.org/TR/pub-manifest/#accessibilityHazard", + "https://www.w3.org/TR/pub-manifest/#accessibilitySummary", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-9", + "https://www.w3.org/TR/pub-manifest/#h-note-9", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-10", + "https://www.w3.org/TR/pub-manifest/#h-note-10", + "https://www.w3.org/TR/pub-manifest/#example-19-setting-accessibility-metadata-for-a-publication-that-provides-alternative-text-and-long-descriptions-appropriate-for-each-image-enabling-it-to-be-read-in-purely-textual-form", + "https://www.w3.org/TR/pub-manifest/#address", + "https://www.w3.org/TR/pub-manifest/#x4-7-1-3-address", + "https://www.w3.org/TR/pub-manifest/#dfn-address", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-url-3", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-10", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-11", + "https://www.w3.org/TR/pub-manifest/#h-note-11", + "https://www.w3.org/TR/pub-manifest/#example-20-setting-the-address-of-the-publication", + "https://www.w3.org/TR/pub-manifest/#canonical-identifier", + "https://www.w3.org/TR/pub-manifest/#x4-7-1-4-canonical-identifier", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-11", + "https://www.w3.org/TR/pub-manifest/#dfn-canonical-identifier", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-12", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-12", + "https://www.w3.org/TR/pub-manifest/#h-note-12", + "https://www.w3.org/TR/pub-manifest/#example-21-setting-the-canonical-identifier-and-the-address-as-urls", + "https://www.w3.org/TR/pub-manifest/#example-22-using-a-urn-for-the-canonical-identifier", + "https://www.w3.org/TR/pub-manifest/#creators", + "https://www.w3.org/TR/pub-manifest/#x4-7-1-5-creators", + "https://www.w3.org/TR/pub-manifest/#dfn-creator", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-13", + "https://www.w3.org/TR/pub-manifest/#artist", + "https://www.w3.org/TR/pub-manifest/#author", + "https://www.w3.org/TR/pub-manifest/#colorist", + "https://www.w3.org/TR/pub-manifest/#contributor", + "https://www.w3.org/TR/pub-manifest/#creator", + "https://www.w3.org/TR/pub-manifest/#editor", + "https://www.w3.org/TR/pub-manifest/#illustrator", + "https://www.w3.org/TR/pub-manifest/#inker", + "https://www.w3.org/TR/pub-manifest/#letterer", + "https://www.w3.org/TR/pub-manifest/#penciler", + "https://www.w3.org/TR/pub-manifest/#publisher", + "https://www.w3.org/TR/pub-manifest/#readBy", + "https://www.w3.org/TR/pub-manifest/#translator", + "https://www.w3.org/TR/pub-manifest/#example-23-setting-the-author-of-a-book", + "https://www.w3.org/TR/pub-manifest/#example-24-separating-editors-authors-and-publisher-some-persons-expressed-as-simple-strings-instead-of-objects", + "https://www.w3.org/TR/pub-manifest/#duration", + "https://www.w3.org/TR/pub-manifest/#x4-7-1-6-duration", + "https://www.w3.org/TR/pub-manifest/#dfn-global-duration", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-14", + "https://www.w3.org/TR/pub-manifest/#example-25-setting-the-global-duration-in-seconds", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-13", + "https://www.w3.org/TR/pub-manifest/#h-note-13", + "https://www.w3.org/TR/pub-manifest/#last-modification-date", + "https://www.w3.org/TR/pub-manifest/#x4-7-1-7-last-modification-date", + "https://www.w3.org/TR/pub-manifest/#dfn-last-modification-date", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-15", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-manifests-7", + "https://www.w3.org/TR/pub-manifest/#example-26-setting-the-last-modification-date-of-the-publication", + "https://www.w3.org/TR/pub-manifest/#publication-date", + "https://www.w3.org/TR/pub-manifest/#x4-7-1-8-publication-date", + "https://www.w3.org/TR/pub-manifest/#dfn-publication-date", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-16", + "https://www.w3.org/TR/pub-manifest/#example-27-setting-the-creation-and-modification-date-of-the-publication", + "https://www.w3.org/TR/pub-manifest/#inLanguage", + "https://www.w3.org/TR/pub-manifest/#x4-7-1-9-publication-language", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-17", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-language-1", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-default-reading-order-2", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-14", + "https://www.w3.org/TR/pub-manifest/#h-note-14", + "https://www.w3.org/TR/pub-manifest/#reading-progression-direction", + "https://www.w3.org/TR/pub-manifest/#x4-7-1-10-reading-progression-direction", + "https://www.w3.org/TR/pub-manifest/#dfn-progressiondirection", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-18", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-internal-representation-2", + "https://www.w3.org/TR/pub-manifest/#example-28-setting-the-reading-progression-explicitly-to-ltr-left-to-right", + "https://www.w3.org/TR/pub-manifest/#pub-title", + "https://www.w3.org/TR/pub-manifest/#x4-7-1-11-title", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-19", + "https://www.w3.org/TR/pub-manifest/#generate_title", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-15", + "https://www.w3.org/TR/pub-manifest/#h-note-15", + "https://www.w3.org/TR/pub-manifest/#example-29-setting-the-title-of-a-book-explicitly", + "https://www.w3.org/TR/pub-manifest/#resource-categorization-properties", + "https://www.w3.org/TR/pub-manifest/#x4-7-2-resource-categorization-properties", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-default-reading-order-3", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-resource-list-1", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-links-1", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-16", + "https://www.w3.org/TR/pub-manifest/#h-note-16", + "https://www.w3.org/TR/pub-manifest/#default-reading-order", + "https://www.w3.org/TR/pub-manifest/#x4-7-2-1-default-reading-order", + "https://www.w3.org/TR/pub-manifest/#dfn-default-reading-order", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-20", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-linkedresources-3", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-url-4", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-linkedresources-4", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-profiles-6", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-21", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-internal-representation-3", + "https://www.w3.org/TR/pub-manifest/#example-30-expressing-the-reading-order-as-a-simple-list-of-urls", + "https://www.w3.org/TR/pub-manifest/#example-31-expressing-the-reading-order-as-linkedresource-objects-to-provide-more-information", + "https://www.w3.org/TR/pub-manifest/#resource-list", + "https://www.w3.org/TR/pub-manifest/#x4-7-2-2-resource-list", + "https://www.w3.org/TR/pub-manifest/#dfn-resource-list", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-22", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-default-reading-order-4", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-linkedresources-5", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-url-5", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-linkedresources-6", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-url-6", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-default-reading-order-5", + "https://www.w3.org/TR/pub-manifest/#example-32-expressing-the-list-of-resources-via-a-combination-of-simple-url-strings-and-linkedresource-objects", + "https://www.w3.org/TR/pub-manifest/#links", + "https://www.w3.org/TR/pub-manifest/#x4-7-2-3-links", + "https://www.w3.org/TR/pub-manifest/#dfn-links", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-23", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-linkedresources-7", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-url-7", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-linkedresources-8", + "https://www.w3.org/TR/pub-manifest/#extensibility", + "https://www.w3.org/TR/pub-manifest/#x4-7-3-extensibility", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-24", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-internal-representation-4", + "https://www.w3.org/TR/pub-manifest/#extensibility-linked-records", + "https://www.w3.org/TR/pub-manifest/#x4-7-3-1-linked-records", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-linkedresources-9", + "https://www.w3.org/TR/pub-manifest/#example-33-linking-to-an-external-onix-for-books-metadata-record", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-17", + "https://www.w3.org/TR/pub-manifest/#h-ednote", + "https://www.w3.org/TR/pub-manifest/#extensibility-manifest-properties", + "https://www.w3.org/TR/pub-manifest/#x4-7-3-2-additional-manifest-properties", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-18", + "https://www.w3.org/TR/pub-manifest/#h-note-17", + "https://www.w3.org/TR/pub-manifest/#example-34-extending-the-basic-data-set-using-a-vocabulary-prefix-declaration", + "https://www.w3.org/TR/pub-manifest/#example-35-extending-the-basic-data-using-the-schema-org-copyrightyear-and-copyrightholder-terms", + "https://www.w3.org/TR/pub-manifest/#example-36-extending-the-basic-data-set-using-the-dublin-core-subject-term-with-the-2012-acm-classification-terms", + "https://www.w3.org/TR/pub-manifest/#manifest-rel", + "https://www.w3.org/TR/pub-manifest/#x4-8-resource-relations", + "https://www.w3.org/TR/pub-manifest/#structural-rel", + "https://www.w3.org/TR/pub-manifest/#x4-8-1-structural-resources", + "https://www.w3.org/TR/pub-manifest/#cover", + "https://www.w3.org/TR/pub-manifest/#x4-8-1-1-cover", + "https://www.w3.org/TR/pub-manifest/#dfn-cover", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-25", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-19", + "https://www.w3.org/TR/pub-manifest/#h-ednote-0", + "https://www.w3.org/TR/pub-manifest/#example-37-identifying-an-html-cover-page", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-linkedresources-10", + "https://www.w3.org/TR/pub-manifest/#example-38-identifying-a-cover-image-alternative-text-and-a-description-are-provided-in-the-name-and-description-properties-respectively", + "https://www.w3.org/TR/pub-manifest/#example-39-a-decorative-cover-the-name-property-is-left-empty", + "https://www.w3.org/TR/pub-manifest/#example-40-providing-a-cover-image-in-jpeg-and-svg-formats", + "https://www.w3.org/TR/pub-manifest/#page-list", + "https://www.w3.org/TR/pub-manifest/#x4-8-1-2-page-list", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-26", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-20", + "https://www.w3.org/TR/pub-manifest/#h-ednote-1", + "https://www.w3.org/TR/pub-manifest/#example-41-identifying-the-resource-that-contains-the-page-list", + "https://www.w3.org/TR/pub-manifest/#contents", + "https://www.w3.org/TR/pub-manifest/#x4-8-1-3-table-of-contents", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-27", + "https://www.w3.org/TR/pub-manifest/#dfn-toc", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-profiles-7", + "https://www.w3.org/TR/pub-manifest/#example-42-identifying-the-resource-that-contains-the-table-of-contents", + "https://www.w3.org/TR/pub-manifest/#informative-rel", + "https://www.w3.org/TR/pub-manifest/#x4-8-2-informative-resources", + "https://www.w3.org/TR/pub-manifest/#accessibility-report", + "https://www.w3.org/TR/pub-manifest/#x4-8-2-1-accessibility-report", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-28", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-21", + "https://www.w3.org/TR/pub-manifest/#h-ednote-2", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-22", + "https://www.w3.org/TR/pub-manifest/#h-note-18", + "https://www.w3.org/TR/pub-manifest/#example-43-setting-a-link-to-an-accessibility-report", + "https://www.w3.org/TR/pub-manifest/#preview", + "https://www.w3.org/TR/pub-manifest/#x4-8-2-2-preview", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-29", + "https://www.w3.org/TR/pub-manifest/#dfn-preview", + "https://www.w3.org/TR/pub-manifest/#example-44-identifying-a-preview-as-an-audio-resource-of-a-digital-publication", + "https://www.w3.org/TR/pub-manifest/#example-45-identifying-a-preview-via-an-external-link", + "https://www.w3.org/TR/pub-manifest/#privacy-policy", + "https://www.w3.org/TR/pub-manifest/#x4-8-2-3-privacy-policy", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-30", + "https://www.w3.org/TR/pub-manifest/#dfn-privacypolicy", + "https://www.w3.org/TR/pub-manifest/#example-46-identifying-a-privacy-policy-via-an-external-link", + "https://www.w3.org/TR/pub-manifest/#rel-extensions", + "https://www.w3.org/TR/pub-manifest/#x4-8-3-extensions", + "https://www.w3.org/TR/pub-manifest/#publication-resources", + "https://www.w3.org/TR/pub-manifest/#x5-publication-resources", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-31", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-bounds-3", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-links-2", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-profiles-8", + "https://www.w3.org/TR/pub-manifest/#manifest-discovery", + "https://www.w3.org/TR/pub-manifest/#x6-manifest-discovery", + "https://www.w3.org/TR/pub-manifest/#manifest-link", + "https://www.w3.org/TR/pub-manifest/#x6-1-linking", + "https://www.w3.org/TR/pub-manifest/#example-47", + "https://www.w3.org/TR/pub-manifest/#example-48", + "https://www.w3.org/TR/pub-manifest/#example-49-linking-to-a-manifest-within-the-same-html-resource", + "https://www.w3.org/TR/pub-manifest/#manifest-embed", + "https://www.w3.org/TR/pub-manifest/#x6-2-embedding", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-32", + "https://www.w3.org/TR/pub-manifest/#example-50-script-tag-for-a-publication-manifest-embedded-in-an-html-document", + "https://www.w3.org/TR/pub-manifest/#manifest-other-discovery", + "https://www.w3.org/TR/pub-manifest/#x6-3-other-discovery-methods", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-33", + "https://www.w3.org/TR/pub-manifest/#manifest-processing", + "https://www.w3.org/TR/pub-manifest/#x7-processing-a-manifest", + "https://www.w3.org/TR/pub-manifest/#processing-intro", + "https://www.w3.org/TR/pub-manifest/#x7-1-introduction", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-34", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-internal-representation-5", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-23", + "https://www.w3.org/TR/pub-manifest/#h-note-19", + "https://www.w3.org/TR/pub-manifest/#processing-errors", + "https://www.w3.org/TR/pub-manifest/#x7-2-error-handling", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-processing-algorithm-1", + "https://www.w3.org/TR/pub-manifest/#dfn-validation-errors", + "https://www.w3.org/TR/pub-manifest/#dfn-fatal-errors", + "https://www.w3.org/TR/pub-manifest/#processing-contexts", + "https://www.w3.org/TR/pub-manifest/#x7-3-processing-contexts", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-processing-algorithm-2", + "https://www.w3.org/TR/pub-manifest/#dfn-context", + "https://www.w3.org/TR/pub-manifest/#dfn-recognized-types", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-profiles-9", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-24", + "https://www.w3.org/TR/pub-manifest/#h-note-20", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-normalize-data-1", + "https://www.w3.org/TR/pub-manifest/#processing-algorithm", + "https://www.w3.org/TR/pub-manifest/#x7-4-generate-the-internal-representation", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-base-url-1", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-25", + "https://www.w3.org/TR/pub-manifest/#h-note-21", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-35", + "https://www.w3.org/TR/pub-manifest/#dfn-processing-algorithm", + "https://www.w3.org/TR/pub-manifest/#processing-create-processed", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-internal-representation-6", + "https://www.w3.org/TR/pub-manifest/#processing-json-infra", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-fatal-errors-1", + "https://www.w3.org/TR/pub-manifest/#processing-context", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-fatal-errors-2", + "https://www.w3.org/TR/pub-manifest/#processing-conformance", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-profiles-10", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-1", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-fatal-errors-3", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-26", + "https://www.w3.org/TR/pub-manifest/#h-note-22", + "https://www.w3.org/TR/pub-manifest/#processing-lang-dir", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-2", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-3", + "https://www.w3.org/TR/pub-manifest/#processing-context-extension", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-profiles-11", + "https://www.w3.org/TR/pub-manifest/#processing-normalize", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-normalize-data-2", + "https://www.w3.org/TR/pub-manifest/#processing-validation", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-data-validation-1", + "https://www.w3.org/TR/pub-manifest/#processing-extension", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-profiles-12", + "https://www.w3.org/TR/pub-manifest/#processing-defaults", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-add-default-values-1", + "https://www.w3.org/TR/pub-manifest/#processing-end", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-27", + "https://www.w3.org/TR/pub-manifest/#h-note-23", + "https://www.w3.org/TR/pub-manifest/#normalize-data", + "https://www.w3.org/TR/pub-manifest/#x7-4-1-normalize-data", + "https://www.w3.org/TR/pub-manifest/#dfn-normalize-data", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-base-url-2", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-context-1", + "https://www.w3.org/TR/pub-manifest/#normalize-init", + "https://www.w3.org/TR/pub-manifest/#normalize-context", + "https://www.w3.org/TR/pub-manifest/#normalize-arrays", + "https://www.w3.org/TR/pub-manifest/#example-51", + "https://www.w3.org/TR/pub-manifest/#example-52", + "https://www.w3.org/TR/pub-manifest/#normalize-entities", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-4", + "https://www.w3.org/TR/pub-manifest/#example-53", + "https://www.w3.org/TR/pub-manifest/#example-54", + "https://www.w3.org/TR/pub-manifest/#normalize-localizable-strings", + "https://www.w3.org/TR/pub-manifest/#ls-value-normalize", + "https://www.w3.org/TR/pub-manifest/#ls-error", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-5", + "https://www.w3.org/TR/pub-manifest/#ls-map-normalize", + "https://www.w3.org/TR/pub-manifest/#example-55", + "https://www.w3.org/TR/pub-manifest/#example-56", + "https://www.w3.org/TR/pub-manifest/#example-57", + "https://www.w3.org/TR/pub-manifest/#example-58", + "https://www.w3.org/TR/pub-manifest/#example-59", + "https://www.w3.org/TR/pub-manifest/#example-60", + "https://www.w3.org/TR/pub-manifest/#normalize-linked-resources", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-6", + "https://www.w3.org/TR/pub-manifest/#example-61", + "https://www.w3.org/TR/pub-manifest/#example-62", + "https://www.w3.org/TR/pub-manifest/#normalize-urls", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-convert-to-absolute-url-1", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-convert-to-absolute-url-2", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-7", + "https://www.w3.org/TR/pub-manifest/#normalize-extension", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-profiles-13", + "https://www.w3.org/TR/pub-manifest/#normalize-recurse", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-recognized-types-1", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-recognized-types-2", + "https://www.w3.org/TR/pub-manifest/#normalize-end", + "https://www.w3.org/TR/pub-manifest/#convert-absolute-url", + "https://www.w3.org/TR/pub-manifest/#x7-4-1-1-convert-to-absolute-url", + "https://www.w3.org/TR/pub-manifest/#dfn-convert-to-absolute-url", + "https://www.w3.org/TR/pub-manifest/#abs-url-check-values", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-8", + "https://www.w3.org/TR/pub-manifest/#abs-url-convert", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-9", + "https://www.w3.org/TR/pub-manifest/#abs-url-return", + "https://www.w3.org/TR/pub-manifest/#validate-data", + "https://www.w3.org/TR/pub-manifest/#x7-4-2-data-validation", + "https://www.w3.org/TR/pub-manifest/#dfn-data-validation", + "https://www.w3.org/TR/pub-manifest/#validate-general", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-global-data-checks-1", + "https://www.w3.org/TR/pub-manifest/#validate-extension", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-profiles-14", + "https://www.w3.org/TR/pub-manifest/#validate-type", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-10", + "https://www.w3.org/TR/pub-manifest/#validate-ams", + "https://www.w3.org/TR/pub-manifest/#validate-id", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-11", + "https://www.w3.org/TR/pub-manifest/#validate-duration", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-12", + "https://www.w3.org/TR/pub-manifest/#validate-last-mod", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-13", + "https://www.w3.org/TR/pub-manifest/#validate-pub-date", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-14", + "https://www.w3.org/TR/pub-manifest/#validate-inlanguage", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-15", + "https://www.w3.org/TR/pub-manifest/#validate-progression-dir", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-16", + "https://www.w3.org/TR/pub-manifest/#validate-unique-resources", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-bounds-4", + "https://www.w3.org/TR/pub-manifest/#reslist-readingorder", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-get-unique-urls-1", + "https://www.w3.org/TR/pub-manifest/#reslist-resources", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-get-unique-urls-2", + "https://www.w3.org/TR/pub-manifest/#reslist-end", + "https://www.w3.org/TR/pub-manifest/#validate-links", + "https://www.w3.org/TR/pub-manifest/#links-get-url", + "https://www.w3.org/TR/pub-manifest/#links-check-pub-resource", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-17", + "https://www.w3.org/TR/pub-manifest/#links-check-rel-exists", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-18", + "https://www.w3.org/TR/pub-manifest/#links-check-struct-rel", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-19", + "https://www.w3.org/TR/pub-manifest/#validate-structural-relations", + "https://www.w3.org/TR/pub-manifest/#rel-create-list", + "https://www.w3.org/TR/pub-manifest/#rel-check-contents", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-20", + "https://www.w3.org/TR/pub-manifest/#rel-check-pagelist", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-21", + "https://www.w3.org/TR/pub-manifest/#rel-check-covers", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-22", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-23", + "https://www.w3.org/TR/pub-manifest/#validate-empty-arrays", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-remove-empty-arrays-1", + "https://www.w3.org/TR/pub-manifest/#validate-end", + "https://www.w3.org/TR/pub-manifest/#global-data-checks", + "https://www.w3.org/TR/pub-manifest/#x7-4-2-1-global-data-checks", + "https://www.w3.org/TR/pub-manifest/#dfn-global-data-checks", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-context-2", + "https://www.w3.org/TR/pub-manifest/#global-value-categories", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-verify-value-category-1", + "https://www.w3.org/TR/pub-manifest/#global-recurse", + "https://www.w3.org/TR/pub-manifest/#global-recurse-maps", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-recognized-types-3", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-global-data-checks-2", + "https://www.w3.org/TR/pub-manifest/#global-recurse-lists", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-recognized-types-4", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-global-data-checks-3", + "https://www.w3.org/TR/pub-manifest/#global-recurse-ignore", + "https://www.w3.org/TR/pub-manifest/#global-language", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-localizablestrings-3", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-24", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-25", + "https://www.w3.org/TR/pub-manifest/#global-entities", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-26", + "https://www.w3.org/TR/pub-manifest/#global-linkedresource", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-linkedresources-11", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-27", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-28", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-29", + "https://www.w3.org/TR/pub-manifest/#global-end", + "https://www.w3.org/TR/pub-manifest/#verify-value-category", + "https://www.w3.org/TR/pub-manifest/#x7-4-2-2-verify-value-category", + "https://www.w3.org/TR/pub-manifest/#dfn-verify-value-category", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-context-3", + "https://www.w3.org/TR/pub-manifest/#verify-array", + "https://www.w3.org/TR/pub-manifest/#verify-array-invalid", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-30", + "https://www.w3.org/TR/pub-manifest/#verify-array-item-check", + "https://www.w3.org/TR/pub-manifest/#verify-array-item-invalid", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-31", + "https://www.w3.org/TR/pub-manifest/#verify-array-item-recurse", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-verify-value-category-2", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-32", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-33", + "https://www.w3.org/TR/pub-manifest/#verify-map", + "https://www.w3.org/TR/pub-manifest/#verify-map-invalid", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-34", + "https://www.w3.org/TR/pub-manifest/#verify-map-recurse", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-verify-value-category-3", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-35", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-28", + "https://www.w3.org/TR/pub-manifest/#h-note-24", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-profiles-15", + "https://www.w3.org/TR/pub-manifest/#verify-type-invalid", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-36", + "https://www.w3.org/TR/pub-manifest/#verify-return", + "https://www.w3.org/TR/pub-manifest/#get-unique-urls", + "https://www.w3.org/TR/pub-manifest/#x7-4-2-3-get-unique-urls", + "https://www.w3.org/TR/pub-manifest/#dfn-get-unique-urls", + "https://www.w3.org/TR/pub-manifest/#unique-url-var", + "https://www.w3.org/TR/pub-manifest/#unique-url-parse", + "https://www.w3.org/TR/pub-manifest/#unique-parse-url", + "https://www.w3.org/TR/pub-manifest/#unique-parse-test", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-37", + "https://www.w3.org/TR/pub-manifest/#unique-alternate-parse", + "https://www.w3.org/TR/pub-manifest/#alternate-parse-url", + "https://www.w3.org/TR/pub-manifest/#alternate-parse-test", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-38", + "https://www.w3.org/TR/pub-manifest/#alternate-parse-append", + "https://www.w3.org/TR/pub-manifest/#unique-url-end", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-linkedresources-12", + "https://www.w3.org/TR/pub-manifest/#remove-empty-arrays", + "https://www.w3.org/TR/pub-manifest/#x7-4-2-4-remove-empty-arrays", + "https://www.w3.org/TR/pub-manifest/#dfn-remove-empty-arrays", + "https://www.w3.org/TR/pub-manifest/#array-empty", + "https://www.w3.org/TR/pub-manifest/#array-children", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-remove-empty-arrays-2", + "https://www.w3.org/TR/pub-manifest/#add-default-values", + "https://www.w3.org/TR/pub-manifest/#x7-4-3-add-default-values", + "https://www.w3.org/TR/pub-manifest/#dfn-add-default-values", + "https://www.w3.org/TR/pub-manifest/#processing-defaults-title", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-39", + "https://www.w3.org/TR/pub-manifest/#example-63", + "https://www.w3.org/TR/pub-manifest/#example-64", + "https://www.w3.org/TR/pub-manifest/#processing-defaults-reading-order", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-fatal-errors-4", + "https://www.w3.org/TR/pub-manifest/#processing-defaults-extension", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-profiles-16", + "https://www.w3.org/TR/pub-manifest/#processing-defaults-linking-resource", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-validation-errors-40", + "https://www.w3.org/TR/pub-manifest/#extensions", + "https://www.w3.org/TR/pub-manifest/#x8-modular-extensions", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-profiles-17", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-29", + "https://www.w3.org/TR/pub-manifest/#h-ednote-3", + "https://www.w3.org/TR/pub-manifest/#security-privacy", + "https://www.w3.org/TR/pub-manifest/#x9-security-and-privacy-considerations", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-36", + "https://www.w3.org/TR/pub-manifest/#app-internal-rep-data-model", + "https://www.w3.org/TR/pub-manifest/#a-internal-representation-data-model", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-internal-representation-7", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-30", + "https://www.w3.org/TR/pub-manifest/#h-note-25", + "https://www.w3.org/TR/pub-manifest/#webidl-wpm", + "https://www.w3.org/TR/pub-manifest/#a-1-the-publicationmanifest-dictionary", + "https://www.w3.org/TR/pub-manifest/#wpm", + "https://www.w3.org/TR/pub-manifest/#LinkedResource", + "https://www.w3.org/TR/pub-manifest/#a-1-1-the-linkedresource-dictionary", + "https://www.w3.org/TR/pub-manifest/#Entity", + "https://www.w3.org/TR/pub-manifest/#a-1-2-the-entity-dictionary", + "https://www.w3.org/TR/pub-manifest/#LocalizableString", + "https://www.w3.org/TR/pub-manifest/#a-1-3-the-localizablestring-dictionary", + "https://www.w3.org/TR/pub-manifest/#app-select-alternate", + "https://www.w3.org/TR/pub-manifest/#b-selecting-an-alternate-resource", + "https://www.w3.org/TR/pub-manifest/#dfn-select-an-alternate-resource", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-linkedresources-13", + "https://www.w3.org/TR/pub-manifest/#select-alt-var", + "https://www.w3.org/TR/pub-manifest/#select-alt-none", + "https://www.w3.org/TR/pub-manifest/#select-alt-iterate", + "https://www.w3.org/TR/pub-manifest/#select-alt-supported", + "https://www.w3.org/TR/pub-manifest/#select-alt-ext", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-profiles-18", + "https://www.w3.org/TR/pub-manifest/#select-alt-inspect", + "https://www.w3.org/TR/pub-manifest/#select-alt-no-match", + "https://www.w3.org/TR/pub-manifest/#select-alt-multi-strong", + "https://www.w3.org/TR/pub-manifest/#select-alt-multi-weak", + "https://www.w3.org/TR/pub-manifest/#app-toc-structure", + "https://www.w3.org/TR/pub-manifest/#c-machine-processable-table-of-contents", + "https://www.w3.org/TR/pub-manifest/#app-toc-html-intro", + "https://www.w3.org/TR/pub-manifest/#c-1-introduction", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-37", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-digital-publications-38", + "https://www.w3.org/TR/pub-manifest/#app-toc-html", + "https://www.w3.org/TR/pub-manifest/#c-2-html-structure", + "https://www.w3.org/TR/pub-manifest/#toc-list-links", + "https://www.w3.org/TR/pub-manifest/#toc-branches", + "https://www.w3.org/TR/pub-manifest/#toc-skipped-elements", + "https://www.w3.org/TR/pub-manifest/#toc-ignored-elements", + "https://www.w3.org/TR/pub-manifest/#app-toc-html-examples", + "https://www.w3.org/TR/pub-manifest/#c-2-1-examples", + "https://www.w3.org/TR/pub-manifest/#example-65-a-basic-multi-level-table-of-contents", + "https://www.w3.org/TR/pub-manifest/#example-66-a-table-of-contents-with-ignored-content", + "https://www.w3.org/TR/pub-manifest/#example-67-a-table-of-contents-for-a-preview", + "https://www.w3.org/TR/pub-manifest/#example-68-a-table-of-contents-with-unlinked-headings", + "https://www.w3.org/TR/pub-manifest/#app-toc-ua", + "https://www.w3.org/TR/pub-manifest/#c-3-user-agent-processing", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-31", + "https://www.w3.org/TR/pub-manifest/#h-note-26", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-32", + "https://www.w3.org/TR/pub-manifest/#h-note-27", + "https://www.w3.org/TR/pub-manifest/#dfn-list-element", + "https://www.w3.org/TR/pub-manifest/#issue-container-generatedID-33", + "https://www.w3.org/TR/pub-manifest/#h-note-28", + "https://www.w3.org/TR/pub-manifest/#toc-initialize-toc", + "https://www.w3.org/TR/pub-manifest/#toc-initialize-branches", + "https://www.w3.org/TR/pub-manifest/#toc-initialize-current", + "https://www.w3.org/TR/pub-manifest/#toc-walk-dom", + "https://www.w3.org/TR/pub-manifest/#toc-dom-enter-heading", + "https://www.w3.org/TR/pub-manifest/#example-69-visualization-of-the-toc-object-with-a-heading", + "https://www.w3.org/TR/pub-manifest/#example-70-visualization-of-the-toc-object-without-a-heading", + "https://www.w3.org/TR/pub-manifest/#toc-dom-enter-list", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-list-element-1", + "https://www.w3.org/TR/pub-manifest/#toc-dom-exit-list", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-list-element-2", + "https://www.w3.org/TR/pub-manifest/#toc-dom-enter-li", + "https://www.w3.org/TR/pub-manifest/#toc-dom-exit-li", + "https://www.w3.org/TR/pub-manifest/#example-71-visualization-of-a-branch-merge", + "https://www.w3.org/TR/pub-manifest/#toc-dom-enter-a", + "https://www.w3.org/TR/pub-manifest/#example-72-visualization-of-a-link-to-an-svg-image", + "https://www.w3.org/TR/pub-manifest/#toc-dom-enter-sectioning", + "https://www.w3.org/TR/pub-manifest/#toc-dom-skip", + "https://www.w3.org/TR/pub-manifest/#toc-finish", + "https://www.w3.org/TR/pub-manifest/#change-log", + "https://www.w3.org/TR/pub-manifest/#d-change-log", + "https://www.w3.org/TR/pub-manifest/#iana-consideration", + "https://www.w3.org/TR/pub-manifest/#e-iana-considerations", + "https://www.w3.org/TR/pub-manifest/#link-relation-type-registration", + "https://www.w3.org/TR/pub-manifest/#e-1-link-relation-type-registration", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-manifests-8", + "https://www.w3.org/TR/pub-manifest/#ref-for-dfn-manifests-9", + "https://www.w3.org/TR/pub-manifest/#app-manifest-examples", + "https://www.w3.org/TR/pub-manifest/#f-manifest-examples", + "https://www.w3.org/TR/pub-manifest/#basic-manifest", + "https://www.w3.org/TR/pub-manifest/#f-1-basic-manifest", + "https://www.w3.org/TR/pub-manifest/#example-73", + "https://www.w3.org/TR/pub-manifest/#single-document-publication", + "https://www.w3.org/TR/pub-manifest/#f-2-single-document-publication", + "https://www.w3.org/TR/pub-manifest/#example-74", + "https://www.w3.org/TR/pub-manifest/#audiobook", + "https://www.w3.org/TR/pub-manifest/#f-3-audiobook", + "https://www.w3.org/TR/pub-manifest/#example-75", + "https://www.w3.org/TR/pub-manifest/#app-properties-index", + "https://www.w3.org/TR/pub-manifest/#g-properties-index", + "https://www.w3.org/TR/pub-manifest/#app-rel-index", + "https://www.w3.org/TR/pub-manifest/#h-resource-relations-index", + "https://www.w3.org/TR/pub-manifest/#ack", + "https://www.w3.org/TR/pub-manifest/#i-acknowledgements", + "https://www.w3.org/TR/pub-manifest/#references", + "https://www.w3.org/TR/pub-manifest/#j-references", + "https://www.w3.org/TR/pub-manifest/#normative-references", + "https://www.w3.org/TR/pub-manifest/#j-1-normative-references", + "https://www.w3.org/TR/pub-manifest/#bib-accname-1.1", + "https://www.w3.org/TR/pub-manifest/#bib-bcp47", + "https://www.w3.org/TR/pub-manifest/#bib-bibo", + "https://www.w3.org/TR/pub-manifest/#bib-bibtex", + "https://www.w3.org/TR/pub-manifest/#bib-bidi", + "https://www.w3.org/TR/pub-manifest/#bib-dc11", + "https://www.w3.org/TR/pub-manifest/#bib-dcterms", + "https://www.w3.org/TR/pub-manifest/#bib-dom", + "https://www.w3.org/TR/pub-manifest/#bib-dpub-aria-1.0", + "https://www.w3.org/TR/pub-manifest/#bib-ecmascript", + "https://www.w3.org/TR/pub-manifest/#bib-foaf", + "https://www.w3.org/TR/pub-manifest/#bib-html", + "https://www.w3.org/TR/pub-manifest/#bib-iana-link-relations", + "https://www.w3.org/TR/pub-manifest/#bib-infra", + "https://www.w3.org/TR/pub-manifest/#bib-iso8601-1", + "https://www.w3.org/TR/pub-manifest/#bib-json", + "https://www.w3.org/TR/pub-manifest/#bib-json-ld11", + "https://www.w3.org/TR/pub-manifest/#bib-mfrel", + "https://www.w3.org/TR/pub-manifest/#bib-onix", + "https://www.w3.org/TR/pub-manifest/#bib-rfc2046", + "https://www.w3.org/TR/pub-manifest/#bib-rfc2119", + "https://www.w3.org/TR/pub-manifest/#bib-rfc5988", + "https://www.w3.org/TR/pub-manifest/#bib-rfc8174", + "https://www.w3.org/TR/pub-manifest/#bib-rfc8288", + "https://www.w3.org/TR/pub-manifest/#bib-schema.org", + "https://www.w3.org/TR/pub-manifest/#bib-sri", + "https://www.w3.org/TR/pub-manifest/#bib-url", + "https://www.w3.org/TR/pub-manifest/#bib-wcag21", + "https://www.w3.org/TR/pub-manifest/#informative-references", + "https://www.w3.org/TR/pub-manifest/#j-2-informative-references", + "https://www.w3.org/TR/pub-manifest/#bib-audiobooks", + "https://www.w3.org/TR/pub-manifest/#bib-ecma-404", + "https://www.w3.org/TR/pub-manifest/#bib-json-ld10", + "https://www.w3.org/TR/pub-manifest/#bib-json-schema", + "https://www.w3.org/TR/pub-manifest/#bib-link-relation", + "https://www.w3.org/TR/pub-manifest/#bib-string-meta", + "https://www.w3.org/TR/pub-manifest/#bib-webidl", + "https://www.w3.org/TR/pub-manifest/#bib-webschemas-a11y", + "https://www.w3.org/TR/pub-manifest/#back-to-top" + ] +} \ No newline at end of file diff --git a/tr/ids/webcodecs.json b/tr/ids/webcodecs.json index 87ef30c3d094..38ac8daed38e 100644 --- a/tr/ids/webcodecs.json +++ b/tr/ids/webcodecs.json @@ -5111,6 +5111,14 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-istypesupported%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-valid-imagedecoderinit", "https://www.w3.org/TR/webcodecs/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-transfer", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-ArrayBuffer%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-datacloneerror%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-transfer%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-detached%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-datacloneerror%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-queue%E2%91%A0%E2%93%AA", @@ -5148,12 +5156,17 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-data%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-fetch-stream-data-loop", "https://www.w3.org/TR/webcodecs/#ref-for-BufferSource%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-transfer%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-ArrayBuffer%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-data%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-complete-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-completed-promise-slot", "https://www.w3.org/TR/webcodecs/#ref-for-configure-the-image-decoder%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-decode-track-metadata", "https://www.w3.org/TR/webcodecs/#ref-for-process-the-control-message-queue%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-transfer%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-running-a-control-message%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#configure-the-image-decoder", "https://www.w3.org/TR/webcodecs/#infopanel-for-configure-the-image-decoder", @@ -5163,7 +5176,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-check-type-support", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-close-imagedecoder", "https://www.w3.org/TR/webcodecs/#ref-for-notsupportederror%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-codec-implementation-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-message-queue-blocked-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-codec-work-queue-slot%E2%91%A0", @@ -5198,7 +5211,7 @@ "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-complete", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-complete", "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-complete%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-complete-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-completed", @@ -5229,12 +5242,12 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-closed-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-idl-promise%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-invalidstateerror%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-imagetracklist-slot%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetracklist-selected-index-slot%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-idl-promise%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-invalidstateerror%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-imagedecodeoptions%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-idl-promise%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-pending-decode-promises-slot%E2%91%A0", @@ -5256,7 +5269,7 @@ "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-reset", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-reset-imagedecoder", "https://www.w3.org/TR/webcodecs/#ref-for-aborterror%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-close", "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-close", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-close", @@ -5264,7 +5277,7 @@ "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-close", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-close-imagedecoder%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-aborterror%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webcodecs/#dom-imagedecoder-istypesupported", "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoder-istypesupported", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoder-istypesupported", @@ -5287,8 +5300,8 @@ "https://www.w3.org/TR/webcodecs/#ref-for-queue-a-task%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-close-imagedecoder%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dataerror%E2%91%A3", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-tracks-established-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-establish-tracks%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-update-tracks", @@ -5300,21 +5313,21 @@ "https://www.w3.org/TR/webcodecs/#ref-for-queue-a-task%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-close-imagedecoder%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-notreadableerror", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webcodecs/#imagedecoder-establish-tracks", "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-establish-tracks", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-establish-tracks", "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-establish-tracks", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-establish-tracks", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-tracks-established-slot%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-complete%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-queue-a-task%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-close-imagedecoder%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-queue-a-task%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-close-imagedecoder%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-list%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-imagetrack", "https://www.w3.org/TR/webcodecs/#ref-for-this%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-imagedecoder-slot", @@ -5323,10 +5336,10 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-animated-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-frame-count-slot", "https://www.w3.org/TR/webcodecs/#ref-for-this%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-data%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-data%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-readablestream%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-framecount", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-update-tracks%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-repetition-count-slot", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-selected-slot", @@ -5345,7 +5358,7 @@ "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-get-default-selected-track-index", "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-get-default-selected-track-index", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-get-default-selected-track-index", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-primary-image-track", "https://www.w3.org/TR/webcodecs/#ref-for-imagetrack%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-primary-image-track%E2%91%A0", @@ -5382,7 +5395,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-list%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-tracks%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetracklist-track-list-slot%E2%91%A1", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-track-update-struct", "https://www.w3.org/TR/webcodecs/#ref-for-track-update-struct-track-index", "https://www.w3.org/TR/webcodecs/#ref-for-track-update-struct-frame-count", @@ -5400,13 +5413,13 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-tracks-established-slot%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-internal-selected-track-index-slot%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-internal-selected-track-index-slot%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-complete%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-closed-slot%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-fatally-reject-bad-data", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-fatally-reject-bad-data", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-reject-infeasible-decode", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-codec-implementation-slot%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-fatally-reject-bad-data%E2%91%A0", @@ -5426,14 +5439,14 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-internal-selected-track-index-slot%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-internal-selected-track-index-slot%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-progressive-frame-generations-slot%E2%91%A1", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webcodecs/#ref-for-progressive-image-frame-generation%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-progressive-image-frame-generation%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-complete%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-closed-slot%E2%91%A3", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-fatally-reject-bad-data%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-fatally-reject-bad-data%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-encoded-data-slot%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-progressive-image-frame-generation%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-reject-infeasible-decode%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-codec-implementation-slot%E2%91%A5", @@ -5467,7 +5480,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-complete%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-exceptiondef-rangeerror%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-invalidstateerror%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-queue-a-task%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-closed-slot%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-pending-decode-promises-slot%E2%91%A4", @@ -5481,7 +5494,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-closed-slot%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-imagedecoder-close-imagedecoder%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-encodingerror%E2%91%A3", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webcodecs/#imagedecoder-check-type-support", "https://www.w3.org/TR/webcodecs/#infopanel-for-imagedecoder-check-type-support", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-imagedecoder-check-type-support", @@ -5523,7 +5536,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMString%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-type%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-typedefdef-imagebuffersource", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-data%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-data%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-colorspaceconversion", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-colorspaceconversion%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-EnforceRange%E2%91%A2%E2%91%A3", @@ -5534,6 +5547,13 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-desiredheight%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-idl-boolean%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-preferanimation%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-sequence%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-ArrayBuffer%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#dom-imagedecoderinit-transfer", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoderinit-transfer", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoderinit-transfer", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagedecoderinit-transfer", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagedecoderinit-transfer", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-imagedecoderinit%E2%91%A0", "https://www.w3.org/TR/webcodecs/#valid-imagedecoderinit", "https://www.w3.org/TR/webcodecs/#infopanel-for-valid-imagedecoderinit", @@ -5633,7 +5653,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoder-decode%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-progressive-image%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecodeoptions-completeframesonly%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-data%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-data%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-readablestream%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dictdef-imagedecoderesult%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderesult-complete%E2%91%A2", @@ -5803,7 +5823,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-framecount%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagetrack-framecount%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-readablestream%E2%91%A5", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-data%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-imagedecoderinit-data%E2%91%A5", "https://www.w3.org/TR/webcodecs/#dom-imagetrack-framecount", "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-imagetrack-framecount", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-imagetrack-framecount", @@ -5866,7 +5886,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-close-videodecoder%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-close-videoencoder%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-quotaexceedederror", - "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-active-codec", "https://www.w3.org/TR/webcodecs/#ref-for-inactive-codec", "https://www.w3.org/TR/webcodecs/#ref-for-background-codec", diff --git a/tr/ids/wpub-ann.json b/tr/ids/wpub-ann.json new file mode 100644 index 000000000000..bf6f0d1982df --- /dev/null +++ b/tr/ids/wpub-ann.json @@ -0,0 +1,230 @@ +{ + "spec": { + "title": "Web Annotation Extensions for Web Publications", + "url": "https://www.w3.org/TR/wpub-ann/" + }, + "ids": [ + "https://www.w3.org/TR/wpub-ann/#initialUserConfig", + "https://www.w3.org/TR/wpub-ann/#toc-nav", + "https://www.w3.org/TR/wpub-ann/#toc-jump", + "https://www.w3.org/TR/wpub-ann/#toc-toggle", + "https://www.w3.org/TR/wpub-ann/#title", + "https://www.w3.org/TR/wpub-ann/#abstract", + "https://www.w3.org/TR/wpub-ann/#issue-container-number-27", + "https://www.w3.org/TR/wpub-ann/#h-issue", + "https://www.w3.org/TR/wpub-ann/#sotd", + "https://www.w3.org/TR/wpub-ann/#w3c_process_revision", + "https://www.w3.org/TR/wpub-ann/#toc", + "https://www.w3.org/TR/wpub-ann/#table-of-contents", + "https://www.w3.org/TR/wpub-ann/#conformance", + "https://www.w3.org/TR/wpub-ann/#x1-conformance", + "https://www.w3.org/TR/wpub-ann/#wa_extensions", + "https://www.w3.org/TR/wpub-ann/#x1-1-handling-undefined-json-properties", + "https://www.w3.org/TR/wpub-ann/#conformance-requirements-related-to-specific-selectors", + "https://www.w3.org/TR/wpub-ann/#x1-2-conformance-requirements-related-to-specific-selectors", + "https://www.w3.org/TR/wpub-ann/#introduction", + "https://www.w3.org/TR/wpub-ann/#x2-introduction", + "https://www.w3.org/TR/wpub-ann/#the-web-annotation-selection-model", + "https://www.w3.org/TR/wpub-ann/#x2-1-the-web-annotation-selection-model", + "https://www.w3.org/TR/wpub-ann/#issue-container-generatedID", + "https://www.w3.org/TR/wpub-ann/#h-note", + "https://www.w3.org/TR/wpub-ann/#issue-container-generatedID-0", + "https://www.w3.org/TR/wpub-ann/#h-note-0", + "https://www.w3.org/TR/wpub-ann/#examples", + "https://www.w3.org/TR/wpub-ann/#TextQuoteSelector_ex", + "https://www.w3.org/TR/wpub-ann/#SelectorRefinement_ex", + "https://www.w3.org/TR/wpub-ann/#issue-container-generatedID-1", + "https://www.w3.org/TR/wpub-ann/#h-note-1", + "https://www.w3.org/TR/wpub-ann/#extensions-of-the-web-annotation-approach", + "https://www.w3.org/TR/wpub-ann/#x2-2-extensions-of-the-web-annotation-approach", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-positions-1", + "https://www.w3.org/TR/wpub-ann/#terminology", + "https://www.w3.org/TR/wpub-ann/#x2-3-terminology", + "https://www.w3.org/TR/wpub-ann/#dfn-resource", + "https://www.w3.org/TR/wpub-ann/#dfn-web-resource", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-resource-1", + "https://www.w3.org/TR/wpub-ann/#dfn-locator", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-resource-2", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-web-resource-1", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-sources-1", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-web-resource-2", + "https://www.w3.org/TR/wpub-ann/#dfn-sources", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-web-resource-3", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-selectors-1", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-positions-2", + "https://www.w3.org/TR/wpub-ann/#dfn-segment", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-web-resource-4", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-locator-1", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-selectors-2", + "https://www.w3.org/TR/wpub-ann/#dfn-locus", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-web-resource-5", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-locator-2", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-positions-3", + "https://www.w3.org/TR/wpub-ann/#dfn-external-web-resource", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-web-resource-6", + "https://www.w3.org/TR/wpub-ann/#dfn-property", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-resource-3", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-relationship-1", + "https://www.w3.org/TR/wpub-ann/#dfn-relationship", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-resource-4", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-resource-5", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-resource-6", + "https://www.w3.org/TR/wpub-ann/#dfn-type", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-resource-7", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-selectors-3", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-positions-4", + "https://www.w3.org/TR/wpub-ann/#locators", + "https://www.w3.org/TR/wpub-ann/#x3-locators", + "https://www.w3.org/TR/wpub-ann/#issue-container-generatedID-2", + "https://www.w3.org/TR/wpub-ann/#h-note-2", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-resource-8", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-web-resource-7", + "https://www.w3.org/TR/wpub-ann/#dfn-specifiers", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-selectors-4", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-positions-5", + "https://www.w3.org/TR/wpub-ann/#model", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-sources-2", + "https://www.w3.org/TR/wpub-ann/#selectors", + "https://www.w3.org/TR/wpub-ann/#x4-selectors", + "https://www.w3.org/TR/wpub-ann/#issue-container-generatedID-3", + "https://www.w3.org/TR/wpub-ann/#h-note-3", + "https://www.w3.org/TR/wpub-ann/#issue-container-generatedID-4", + "https://www.w3.org/TR/wpub-ann/#h-ednote", + "https://www.w3.org/TR/wpub-ann/#issue-container-number-40", + "https://www.w3.org/TR/wpub-ann/#h-issue-0", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-web-resource-8", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-sources-3", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-locator-3", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-segment-1", + "https://www.w3.org/TR/wpub-ann/#dfn-selectors", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-segment-2", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-sources-4", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-locator-4", + "https://www.w3.org/TR/wpub-ann/#model-0", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-segment-3", + "https://www.w3.org/TR/wpub-ann/#example", + "https://www.w3.org/TR/wpub-ann/#example-3-selectors", + "https://www.w3.org/TR/wpub-ann/#EmbeddedResourceSelector_def", + "https://www.w3.org/TR/wpub-ann/#x4-1-embedded-resource-selector", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-sources-5", + "https://www.w3.org/TR/wpub-ann/#model-1", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-sources-6", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-sources-7", + "https://www.w3.org/TR/wpub-ann/#example-0", + "https://www.w3.org/TR/wpub-ann/#EmbeddedResourceSelector_ex", + "https://www.w3.org/TR/wpub-ann/#RefinedEmbeddedResourceSelector_ex", + "https://www.w3.org/TR/wpub-ann/#issue-container-number-12", + "https://www.w3.org/TR/wpub-ann/#h-issue-1", + "https://www.w3.org/TR/wpub-ann/#ErsFragmentId_def", + "https://www.w3.org/TR/wpub-ann/#x4-1-1-embedded-resource-selector-serialized-as-a-fragment-identifier", + "https://www.w3.org/TR/wpub-ann/#issue-container-generatedID-5", + "https://www.w3.org/TR/wpub-ann/#h-ednote-0", + "https://www.w3.org/TR/wpub-ann/#issue-container-number-6", + "https://www.w3.org/TR/wpub-ann/#h-issue-2", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-segment-4", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-sources-8", + "https://www.w3.org/TR/wpub-ann/#issue-container-generatedID-6", + "https://www.w3.org/TR/wpub-ann/#h-note-4", + "https://www.w3.org/TR/wpub-ann/#example-1", + "https://www.w3.org/TR/wpub-ann/#EmbeddedResourceSelector_fragId_ex", + "https://www.w3.org/TR/wpub-ann/#%23Refinement_with_fragId_ex", + "https://www.w3.org/TR/wpub-ann/#ErsFragIdRefinement", + "https://www.w3.org/TR/wpub-ann/#x4-1-1-1-refinement-of-ers-fragment-identifiers", + "https://www.w3.org/TR/wpub-ann/#RefinedEmbeddedResourceSelector_fragId_ex", + "https://www.w3.org/TR/wpub-ann/#FragRefinedEmbeddedResourceSelector_ex", + "https://www.w3.org/TR/wpub-ann/#SpanSelector_def", + "https://www.w3.org/TR/wpub-ann/#x4-2-span-selector", + "https://www.w3.org/TR/wpub-ann/#issue-container-generatedID-7", + "https://www.w3.org/TR/wpub-ann/#h-note-5", + "https://www.w3.org/TR/wpub-ann/#model-2", + "https://www.w3.org/TR/wpub-ann/#issue-container-number-28", + "https://www.w3.org/TR/wpub-ann/#h-issue-3", + "https://www.w3.org/TR/wpub-ann/#issue-container-number-32", + "https://www.w3.org/TR/wpub-ann/#h-issue-4", + "https://www.w3.org/TR/wpub-ann/#issue-container-number-34", + "https://www.w3.org/TR/wpub-ann/#h-issue-5", + "https://www.w3.org/TR/wpub-ann/#example-2", + "https://www.w3.org/TR/wpub-ann/#SpanSelector_ex_1", + "https://www.w3.org/TR/wpub-ann/#MultiResourceSelector_def", + "https://www.w3.org/TR/wpub-ann/#x4-3-multi-resource-selector", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-segment-5", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-sources-9", + "https://www.w3.org/TR/wpub-ann/#model-3", + "https://www.w3.org/TR/wpub-ann/#example-3", + "https://www.w3.org/TR/wpub-ann/#MultiResourceSelector_ex", + "https://www.w3.org/TR/wpub-ann/#position", + "https://www.w3.org/TR/wpub-ann/#x5-positions", + "https://www.w3.org/TR/wpub-ann/#dfn-positions", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-locus-1", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-web-resource-9", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-sources-10", + "https://www.w3.org/TR/wpub-ann/#model-4", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-positions-6", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-locator-5", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-selectors-5", + "https://www.w3.org/TR/wpub-ann/#example-4", + "https://www.w3.org/TR/wpub-ann/#example-12-position", + "https://www.w3.org/TR/wpub-ann/#TextStreamPosition_def", + "https://www.w3.org/TR/wpub-ann/#x5-1-text-stream-position", + "https://www.w3.org/TR/wpub-ann/#dfn-textstreamposition", + "https://www.w3.org/TR/wpub-ann/#issue-container-generatedID-8", + "https://www.w3.org/TR/wpub-ann/#h-note-6", + "https://www.w3.org/TR/wpub-ann/#issue-container-generatedID-9", + "https://www.w3.org/TR/wpub-ann/#h-ednote-1", + "https://www.w3.org/TR/wpub-ann/#issue-container-number-9", + "https://www.w3.org/TR/wpub-ann/#h-issue-6", + "https://www.w3.org/TR/wpub-ann/#issue-container-number-29", + "https://www.w3.org/TR/wpub-ann/#h-issue-7", + "https://www.w3.org/TR/wpub-ann/#model-5", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-locus-2", + "https://www.w3.org/TR/wpub-ann/#example-5", + "https://www.w3.org/TR/wpub-ann/#TextStreamPosition_ex", + "https://www.w3.org/TR/wpub-ann/#DataStreamPosition_def", + "https://www.w3.org/TR/wpub-ann/#x5-2-data-stream-position", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-textstreamposition-1", + "https://www.w3.org/TR/wpub-ann/#dfn-datastreamposition", + "https://www.w3.org/TR/wpub-ann/#model-6", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-locus-3", + "https://www.w3.org/TR/wpub-ann/#example-6", + "https://www.w3.org/TR/wpub-ann/#DataStreamPosition_ex", + "https://www.w3.org/TR/wpub-ann/#PositionRefinement_def", + "https://www.w3.org/TR/wpub-ann/#x5-3-using-position-to-refine", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-selectors-6", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-positions-7", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-selectors-7", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-textstreamposition-2", + "https://www.w3.org/TR/wpub-ann/#example-7", + "https://www.w3.org/TR/wpub-ann/#PositionRefinement_ex", + "https://www.w3.org/TR/wpub-ann/#changes", + "https://www.w3.org/TR/wpub-ann/#a-changes-relative-to-the-web-annotation-model", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-locator-6", + "https://www.w3.org/TR/wpub-ann/#ref-for-dfn-positions-8", + "https://www.w3.org/TR/wpub-ann/#issue-summary", + "https://www.w3.org/TR/wpub-ann/#b-issue-summary", + "https://www.w3.org/TR/wpub-ann/#ack", + "https://www.w3.org/TR/wpub-ann/#c-acknowledgements", + "https://www.w3.org/TR/wpub-ann/#zcomponents__svg", + "https://www.w3.org/TR/wpub-ann/#references", + "https://www.w3.org/TR/wpub-ann/#d-references", + "https://www.w3.org/TR/wpub-ann/#normative-references", + "https://www.w3.org/TR/wpub-ann/#d-1-normative-references", + "https://www.w3.org/TR/wpub-ann/#bib-rfc2119", + "https://www.w3.org/TR/wpub-ann/#bib-rfc8174", + "https://www.w3.org/TR/wpub-ann/#informative-references", + "https://www.w3.org/TR/wpub-ann/#d-2-informative-references", + "https://www.w3.org/TR/wpub-ann/#bib-annotation-model", + "https://www.w3.org/TR/wpub-ann/#bib-annotation-vocab", + "https://www.w3.org/TR/wpub-ann/#bib-cfi", + "https://www.w3.org/TR/wpub-ann/#bib-css3-selectors", + "https://www.w3.org/TR/wpub-ann/#bib-json", + "https://www.w3.org/TR/wpub-ann/#bib-media-frags", + "https://www.w3.org/TR/wpub-ann/#bib-publishing-linking", + "https://www.w3.org/TR/wpub-ann/#bib-pwpub", + "https://www.w3.org/TR/wpub-ann/#bib-rfc3986", + "https://www.w3.org/TR/wpub-ann/#bib-selectors-states", + "https://www.w3.org/TR/wpub-ann/#bib-url", + "https://www.w3.org/TR/wpub-ann/#bib-webarch", + "https://www.w3.org/TR/wpub-ann/#bib-wpub", + "https://www.w3.org/TR/wpub-ann/#back-to-top" + ] +} \ No newline at end of file diff --git a/tr/ids/wpub.json b/tr/ids/wpub.json new file mode 100644 index 000000000000..4294e10d5a44 --- /dev/null +++ b/tr/ids/wpub.json @@ -0,0 +1,606 @@ +{ + "spec": { + "title": "Web Publications", + "url": "https://www.w3.org/TR/wpub/" + }, + "ids": [ + "https://www.w3.org/TR/wpub/#wp_manifest", + "https://www.w3.org/TR/wpub/#initialUserConfig", + "https://www.w3.org/TR/wpub/#toc-nav", + "https://www.w3.org/TR/wpub/#toc-jump", + "https://www.w3.org/TR/wpub/#toc-toggle", + "https://www.w3.org/TR/wpub/#title", + "https://www.w3.org/TR/wpub/#abstract", + "https://www.w3.org/TR/wpub/#sotd", + "https://www.w3.org/TR/wpub/#w3c_process_revision", + "https://www.w3.org/TR/wpub/#toc", + "https://www.w3.org/TR/wpub/#table-of-contents-0", + "https://www.w3.org/TR/wpub/#intro", + "https://www.w3.org/TR/wpub/#x1-introduction", + "https://www.w3.org/TR/wpub/#scope", + "https://www.w3.org/TR/wpub/#x1-1-scope", + "https://www.w3.org/TR/wpub/#org", + "https://www.w3.org/TR/wpub/#x1-2-organization", + "https://www.w3.org/TR/wpub/#terminology", + "https://www.w3.org/TR/wpub/#x1-3-terminology", + "https://www.w3.org/TR/wpub/#dfn-digital-publications", + "https://www.w3.org/TR/wpub/#dfn-manifests", + "https://www.w3.org/TR/wpub/#dfn-non-empty", + "https://www.w3.org/TR/wpub/#dfn-web-publications", + "https://www.w3.org/TR/wpub/#conformance", + "https://www.w3.org/TR/wpub/#x1-4-conformance", + "https://www.w3.org/TR/wpub/#manifest", + "https://www.w3.org/TR/wpub/#x2-part-i-publication-manifest", + "https://www.w3.org/TR/wpub/#manifest-intro", + "https://www.w3.org/TR/wpub/#x2-1-introduction", + "https://www.w3.org/TR/wpub/#manifest-authored-canonical", + "https://www.w3.org/TR/wpub/#x2-2-authored-and-canonical-manifests", + "https://www.w3.org/TR/wpub/#dfn-authored-publication-manifest", + "https://www.w3.org/TR/wpub/#dfn-canonical-manifest", + "https://www.w3.org/TR/wpub/#webidl", + "https://www.w3.org/TR/wpub/#x2-3-web-idl", + "https://www.w3.org/TR/wpub/#issue-container-generatedID", + "https://www.w3.org/TR/wpub/#h-note", + "https://www.w3.org/TR/wpub/#webidl-wpm", + "https://www.w3.org/TR/wpub/#x2-3-1-the-publicationmanifest-dictionary", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest", + "https://www.w3.org/TR/wpub/#wpm", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-type", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-id", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-accessmode", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-accessmodesufficient", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-accessibilityfeature", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-accessibilityhazard", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-accessibilitysummary", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-artist", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-author", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-colorist", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-contributor", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-creator", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-editor", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-illustrator", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-inker", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-letterer", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-penciler", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-publisher", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-readby", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-translator", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-url", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-duration", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-inlanguage", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-indirection", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-datemodified", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-datepublished", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-readingprogression", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-name", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-readingorder", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-resources", + "https://www.w3.org/TR/wpub/#idl-def-publicationmanifest-links", + "https://www.w3.org/TR/wpub/#idl-def-creatorinfo", + "https://www.w3.org/TR/wpub/#idl-def-creatorinfo-type", + "https://www.w3.org/TR/wpub/#idl-def-creatorinfo-name", + "https://www.w3.org/TR/wpub/#idl-def-creatorinfo-id", + "https://www.w3.org/TR/wpub/#idl-def-creatorinfo-url", + "https://www.w3.org/TR/wpub/#idl-def-textdirection", + "https://www.w3.org/TR/wpub/#idl-def-localizablestring", + "https://www.w3.org/TR/wpub/#idl-def-localizablestring-value", + "https://www.w3.org/TR/wpub/#idl-def-localizablestring-language", + "https://www.w3.org/TR/wpub/#idl-def-progressiondirection", + "https://www.w3.org/TR/wpub/#manifest-context", + "https://www.w3.org/TR/wpub/#x2-4-manifest-contexts", + "https://www.w3.org/TR/wpub/#example-1-the-context-declaration", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-0", + "https://www.w3.org/TR/wpub/#h-ednote", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-1", + "https://www.w3.org/TR/wpub/#h-note-0", + "https://www.w3.org/TR/wpub/#publication-types", + "https://www.w3.org/TR/wpub/#x2-5-publication-types", + "https://www.w3.org/TR/wpub/#dfn-publication-type", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-type", + "https://www.w3.org/TR/wpub/#example-2-setting-a-publication-s-type-to-creativework", + "https://www.w3.org/TR/wpub/#example-3-setting-a-publication-s-type-to-book", + "https://www.w3.org/TR/wpub/#example-4-a-publication-that-combines-properties-from-both-book-and-visualartwork", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-2", + "https://www.w3.org/TR/wpub/#h-note-1", + "https://www.w3.org/TR/wpub/#manifest-properties", + "https://www.w3.org/TR/wpub/#x2-6-properties", + "https://www.w3.org/TR/wpub/#properties-intro", + "https://www.w3.org/TR/wpub/#x2-6-1-introduction", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-3", + "https://www.w3.org/TR/wpub/#h-note-2", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-4", + "https://www.w3.org/TR/wpub/#h-note-3", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-5", + "https://www.w3.org/TR/wpub/#h-ednote-0", + "https://www.w3.org/TR/wpub/#properties-value-categories", + "https://www.w3.org/TR/wpub/#x2-6-2-value-categories", + "https://www.w3.org/TR/wpub/#value-literal", + "https://www.w3.org/TR/wpub/#x2-6-2-1-literals", + "https://www.w3.org/TR/wpub/#value-number", + "https://www.w3.org/TR/wpub/#x2-6-2-2-numbers", + "https://www.w3.org/TR/wpub/#value-objects", + "https://www.w3.org/TR/wpub/#x2-6-2-3-explicit-and-implied-objects", + "https://www.w3.org/TR/wpub/#value-localizable-string", + "https://www.w3.org/TR/wpub/#x2-6-2-3-1-localizable-strings", + "https://www.w3.org/TR/wpub/#value-object-entity", + "https://www.w3.org/TR/wpub/#x2-6-2-3-2-entities", + "https://www.w3.org/TR/wpub/#example-5-using-a-text-string-instead-of-a-person-object", + "https://www.w3.org/TR/wpub/#value-link", + "https://www.w3.org/TR/wpub/#x2-6-2-3-3-links", + "https://www.w3.org/TR/wpub/#example-6-resource-list-that-includes-one-link-using-a-relative-url-as-a-string-datatypes-svg-and-two-that-display-the-various-properties-of-the-a-linkedresource-object", + "https://www.w3.org/TR/wpub/#value-url", + "https://www.w3.org/TR/wpub/#x2-6-2-4-urls", + "https://www.w3.org/TR/wpub/#dfn-url", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-6", + "https://www.w3.org/TR/wpub/#h-note-4", + "https://www.w3.org/TR/wpub/#value-id", + "https://www.w3.org/TR/wpub/#x2-6-2-5-identifiers", + "https://www.w3.org/TR/wpub/#value-array", + "https://www.w3.org/TR/wpub/#x2-6-2-6-arrays", + "https://www.w3.org/TR/wpub/#example-7-using-a-text-string-instead-of-an-array", + "https://www.w3.org/TR/wpub/#descriptive-properties", + "https://www.w3.org/TR/wpub/#x2-6-3-descriptive-properties", + "https://www.w3.org/TR/wpub/#accessibility", + "https://www.w3.org/TR/wpub/#x2-6-3-1-accessibility", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-accessmode", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-accessmodesufficient", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-accessibilityfeature", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-accessibilityhazard", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-accessibilitysummary", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-7", + "https://www.w3.org/TR/wpub/#h-note-5", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-8", + "https://www.w3.org/TR/wpub/#h-note-6", + "https://www.w3.org/TR/wpub/#example-8-example-accessiblity-metadata-for-a-document-with-text-and-images-the-publication-provides-alternative-text-and-long-descriptions-appropriate-for-each-image-so-can-also-be-read-in-purely-textual-form", + "https://www.w3.org/TR/wpub/#address", + "https://www.w3.org/TR/wpub/#x2-6-3-2-address", + "https://www.w3.org/TR/wpub/#dfn-address", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-url", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-9", + "https://www.w3.org/TR/wpub/#h-note-7", + "https://www.w3.org/TR/wpub/#example-9-setting-the-address-of-the-main-entry-page", + "https://www.w3.org/TR/wpub/#canonical-identifier", + "https://www.w3.org/TR/wpub/#x2-6-3-3-canonical-identifier", + "https://www.w3.org/TR/wpub/#dfn-canonical-identifier", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-id", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-10", + "https://www.w3.org/TR/wpub/#h-note-8", + "https://www.w3.org/TR/wpub/#example-10-example-of-setting-the-canonical-identifier-and-the-address-as-urls", + "https://www.w3.org/TR/wpub/#example-11-example-of-a-urn-for-the-canonical-identifier", + "https://www.w3.org/TR/wpub/#creators", + "https://www.w3.org/TR/wpub/#x2-6-3-4-creators", + "https://www.w3.org/TR/wpub/#dfn-creator", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-artist", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-author", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-colorist", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-contributor", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-creator", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-editor", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-illustrator", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-inker", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-letterer", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-penciler", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-publisher", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-readby", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-translator", + "https://www.w3.org/TR/wpub/#dom-creatorinfo", + "https://www.w3.org/TR/wpub/#dom-creatorinfo-type", + "https://www.w3.org/TR/wpub/#dom-creatorinfo-name", + "https://www.w3.org/TR/wpub/#dom-creatorinfo-id", + "https://www.w3.org/TR/wpub/#dom-creatorinfo-url", + "https://www.w3.org/TR/wpub/#example-12-author-of-a-book", + "https://www.w3.org/TR/wpub/#example-13-separate-listing-of-editors-authors-and-publisher-with-some-persons-expressed-as-simple-strings", + "https://www.w3.org/TR/wpub/#duration", + "https://www.w3.org/TR/wpub/#x2-6-3-5-duration", + "https://www.w3.org/TR/wpub/#dfn-global-duration", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-duration", + "https://www.w3.org/TR/wpub/#example-14-global-duration-provided-in-the-manifest-in-seconds", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-11", + "https://www.w3.org/TR/wpub/#h-note-9", + "https://www.w3.org/TR/wpub/#language-and-dir", + "https://www.w3.org/TR/wpub/#x2-6-3-6-language-and-base-direction", + "https://www.w3.org/TR/wpub/#dfn-language", + "https://www.w3.org/TR/wpub/#dfn-base-direction", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-12", + "https://www.w3.org/TR/wpub/#h-note-10", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-13", + "https://www.w3.org/TR/wpub/#h-note-11", + "https://www.w3.org/TR/wpub/#manifest-default-language-and-dir", + "https://www.w3.org/TR/wpub/#x2-6-3-6-1-global-language-and-direction", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-inlanguage", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-indirection", + "https://www.w3.org/TR/wpub/#dom-textdirection", + "https://www.w3.org/TR/wpub/#dom-textdirection-ltr", + "https://www.w3.org/TR/wpub/#dom-textdirection-rtl", + "https://www.w3.org/TR/wpub/#dom-textdirection-auto", + "https://www.w3.org/TR/wpub/#issue-container-number-438", + "https://www.w3.org/TR/wpub/#h-issue", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-14", + "https://www.w3.org/TR/wpub/#h-note-12", + "https://www.w3.org/TR/wpub/#manifest-specific-language-and-dir", + "https://www.w3.org/TR/wpub/#x2-6-3-6-2-item-specific-language", + "https://www.w3.org/TR/wpub/#dom-localizablestring", + "https://www.w3.org/TR/wpub/#example-15-setting-the-author-name-to-french-using-a-localizable-string", + "https://www.w3.org/TR/wpub/#dom-localizablestring-language", + "https://www.w3.org/TR/wpub/#dom-localizablestring-value", + "https://www.w3.org/TR/wpub/#example-16-setting-the-default-language-of-an-author-name-to-french", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-15", + "https://www.w3.org/TR/wpub/#h-note-13", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-16", + "https://www.w3.org/TR/wpub/#h-note-14", + "https://www.w3.org/TR/wpub/#last-modification-date", + "https://www.w3.org/TR/wpub/#x2-6-3-7-last-modification-date", + "https://www.w3.org/TR/wpub/#dfn-last-modification-date", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-datemodified", + "https://www.w3.org/TR/wpub/#example-17-last-modification-date-of-the-publication", + "https://www.w3.org/TR/wpub/#publication-date", + "https://www.w3.org/TR/wpub/#x2-6-3-8-publication-date", + "https://www.w3.org/TR/wpub/#dfn-publication-date", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-datepublished", + "https://www.w3.org/TR/wpub/#example-18-creation-and-modification-date-of-the-publication", + "https://www.w3.org/TR/wpub/#reading-progression-direction", + "https://www.w3.org/TR/wpub/#x2-6-3-9-reading-progression-direction", + "https://www.w3.org/TR/wpub/#dom-progressiondirection", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-readingprogression", + "https://www.w3.org/TR/wpub/#dom-progressiondirection-ltr", + "https://www.w3.org/TR/wpub/#dom-progressiondirection-rtl", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-17", + "https://www.w3.org/TR/wpub/#h-note-15", + "https://www.w3.org/TR/wpub/#example-19-reading-progression-set-explicitl-to-ltr", + "https://www.w3.org/TR/wpub/#pub-title", + "https://www.w3.org/TR/wpub/#x2-6-3-10-title", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-name", + "https://www.w3.org/TR/wpub/#generate_title", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-18", + "https://www.w3.org/TR/wpub/#h-note-16", + "https://www.w3.org/TR/wpub/#example-20-title-of-the-book-set-explicitly", + "https://www.w3.org/TR/wpub/#resource-categorization-properties", + "https://www.w3.org/TR/wpub/#x2-6-4-resource-categorization-properties", + "https://www.w3.org/TR/wpub/#default-reading-order", + "https://www.w3.org/TR/wpub/#x2-6-4-1-default-reading-order", + "https://www.w3.org/TR/wpub/#dfn-default-reading-order", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-readingorder", + "https://www.w3.org/TR/wpub/#example-21-reading-order-expressed-as-a-simple-list-of-urls", + "https://www.w3.org/TR/wpub/#example-22-reading-order-expressed-as-objects-providing-more-information-on-items", + "https://www.w3.org/TR/wpub/#resource-list", + "https://www.w3.org/TR/wpub/#x2-6-4-2-resource-list", + "https://www.w3.org/TR/wpub/#dfn-resource-list", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-resources", + "https://www.w3.org/TR/wpub/#example-23-listing-resources-some-via-a-simple-url-some-with-more-details", + "https://www.w3.org/TR/wpub/#links", + "https://www.w3.org/TR/wpub/#x2-6-4-3-links", + "https://www.w3.org/TR/wpub/#dfn-links", + "https://www.w3.org/TR/wpub/#dom-publicationmanifest-links", + "https://www.w3.org/TR/wpub/#extensibility", + "https://www.w3.org/TR/wpub/#x2-6-5-extensibility", + "https://www.w3.org/TR/wpub/#extensibility-linked-records", + "https://www.w3.org/TR/wpub/#x2-6-5-1-linked-records", + "https://www.w3.org/TR/wpub/#example-24-link-to-external-onix-for-books-metadata-file", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-19", + "https://www.w3.org/TR/wpub/#h-ednote-1", + "https://www.w3.org/TR/wpub/#extensibility-manifest-properties", + "https://www.w3.org/TR/wpub/#x2-6-5-2-additional-properties-in-the-manifest", + "https://www.w3.org/TR/wpub/#example-25-usage-of-the-schema-org-copyrightyear-and-copyrightholder-terms-as-an-extension-to-the-basic-data", + "https://www.w3.org/TR/wpub/#example-26-usage-of-the-dublin-core-subject-with-the-2012-acm-classification-terms-as-an-extension-to-the-basic-data", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-20", + "https://www.w3.org/TR/wpub/#h-note-17", + "https://www.w3.org/TR/wpub/#manifest-rel", + "https://www.w3.org/TR/wpub/#x2-7-resource-relations", + "https://www.w3.org/TR/wpub/#rel-intro", + "https://www.w3.org/TR/wpub/#x2-7-1-introduction", + "https://www.w3.org/TR/wpub/#informative-rel", + "https://www.w3.org/TR/wpub/#x2-7-2-informative-resources", + "https://www.w3.org/TR/wpub/#accessibility-report", + "https://www.w3.org/TR/wpub/#x2-7-2-1-accessibility-report", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-21", + "https://www.w3.org/TR/wpub/#h-ednote-2", + "https://www.w3.org/TR/wpub/#example-27-link-to-an-accessibility-report", + "https://www.w3.org/TR/wpub/#preview", + "https://www.w3.org/TR/wpub/#x2-7-2-2-preview", + "https://www.w3.org/TR/wpub/#dfn-preview", + "https://www.w3.org/TR/wpub/#example-28-a-preview-is-identified-as-an-audio-resource-of-a-digital-publication", + "https://www.w3.org/TR/wpub/#example-29-a-preview-is-expressed-as-an-external-link", + "https://www.w3.org/TR/wpub/#privacy-policy", + "https://www.w3.org/TR/wpub/#x2-7-2-3-privacy-policy", + "https://www.w3.org/TR/wpub/#dfn-privacypolicy", + "https://www.w3.org/TR/wpub/#example-30-privacy-policy-expressed-as-an-external-link", + "https://www.w3.org/TR/wpub/#structural-rel", + "https://www.w3.org/TR/wpub/#x2-7-3-structural-resources", + "https://www.w3.org/TR/wpub/#cover", + "https://www.w3.org/TR/wpub/#x2-7-3-1-cover", + "https://www.w3.org/TR/wpub/#dfn-cover", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-22", + "https://www.w3.org/TR/wpub/#h-ednote-3", + "https://www.w3.org/TR/wpub/#example-31-cover-html-page", + "https://www.w3.org/TR/wpub/#example-32-cover-image-with-title-and-description", + "https://www.w3.org/TR/wpub/#example-33-cover-image-in-jpeg-and-svg-formats", + "https://www.w3.org/TR/wpub/#page-list", + "https://www.w3.org/TR/wpub/#x2-7-3-2-page-list", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-23", + "https://www.w3.org/TR/wpub/#h-ednote-4", + "https://www.w3.org/TR/wpub/#example-34-page-list-identified-in-another-resource-of-the-publication", + "https://www.w3.org/TR/wpub/#pub-table-of-contents", + "https://www.w3.org/TR/wpub/#x2-7-3-3-table-of-contents", + "https://www.w3.org/TR/wpub/#dfn-toc", + "https://www.w3.org/TR/wpub/#example-35-resource-containing-the-table-of-contents-identified-by-its-rel-attribute-value", + "https://www.w3.org/TR/wpub/#rel-extensions", + "https://www.w3.org/TR/wpub/#x2-7-4-extensions", + "https://www.w3.org/TR/wpub/#manifest-association", + "https://www.w3.org/TR/wpub/#x2-8-association", + "https://www.w3.org/TR/wpub/#manifest-link", + "https://www.w3.org/TR/wpub/#x2-8-1-linking", + "https://www.w3.org/TR/wpub/#example-36", + "https://www.w3.org/TR/wpub/#example-37", + "https://www.w3.org/TR/wpub/#example-38-link-to-a-manifest-within-the-same-html-resource", + "https://www.w3.org/TR/wpub/#issue-container-number-132", + "https://www.w3.org/TR/wpub/#h-issue-0", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-24", + "https://www.w3.org/TR/wpub/#h-ednote-5", + "https://www.w3.org/TR/wpub/#manifest-embed", + "https://www.w3.org/TR/wpub/#x2-8-2-embedding", + "https://www.w3.org/TR/wpub/#example-39-a-web-publication-manifest-included-in-an-html-document", + "https://www.w3.org/TR/wpub/#manifest-lifecycle", + "https://www.w3.org/TR/wpub/#x2-9-publication-manifest-lifecycle", + "https://www.w3.org/TR/wpub/#lifecycle-intro", + "https://www.w3.org/TR/wpub/#x2-9-1-introduction", + "https://www.w3.org/TR/wpub/#processing-manifest", + "https://www.w3.org/TR/wpub/#x2-9-2-processing-a-manifest", + "https://www.w3.org/TR/wpub/#dfn-processing-the-manifest", + "https://www.w3.org/TR/wpub/#canon-min-req", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-25", + "https://www.w3.org/TR/wpub/#h-note-18", + "https://www.w3.org/TR/wpub/#canonical-manifest", + "https://www.w3.org/TR/wpub/#x2-9-3-generating-a-canonical-manifest", + "https://www.w3.org/TR/wpub/#example-40", + "https://www.w3.org/TR/wpub/#example-41", + "https://www.w3.org/TR/wpub/#can-set-lang", + "https://www.w3.org/TR/wpub/#example-42", + "https://www.w3.org/TR/wpub/#example-43", + "https://www.w3.org/TR/wpub/#can-set-dir", + "https://www.w3.org/TR/wpub/#example-44", + "https://www.w3.org/TR/wpub/#example-45", + "https://www.w3.org/TR/wpub/#no-reading-order", + "https://www.w3.org/TR/wpub/#example-46", + "https://www.w3.org/TR/wpub/#example-47", + "https://www.w3.org/TR/wpub/#example-48", + "https://www.w3.org/TR/wpub/#example-49", + "https://www.w3.org/TR/wpub/#example-50", + "https://www.w3.org/TR/wpub/#example-51", + "https://www.w3.org/TR/wpub/#example-52", + "https://www.w3.org/TR/wpub/#example-53", + "https://www.w3.org/TR/wpub/#example-54", + "https://www.w3.org/TR/wpub/#example-55", + "https://www.w3.org/TR/wpub/#canonicalization-extension-point", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-26", + "https://www.w3.org/TR/wpub/#h-note-19", + "https://www.w3.org/TR/wpub/#issue-container-number-430", + "https://www.w3.org/TR/wpub/#h-issue-1", + "https://www.w3.org/TR/wpub/#post-processed-manifest", + "https://www.w3.org/TR/wpub/#x2-9-4-post-processing-a-canonical-manifest", + "https://www.w3.org/TR/wpub/#dfn-post-process-the-canonical-manifest", + "https://www.w3.org/TR/wpub/#dfn-processed-manifest", + "https://www.w3.org/TR/wpub/#webpub", + "https://www.w3.org/TR/wpub/#x3-part-ii-web-publications", + "https://www.w3.org/TR/wpub/#wp-intro", + "https://www.w3.org/TR/wpub/#x3-1-introduction", + "https://www.w3.org/TR/wpub/#WP-diagram", + "https://www.w3.org/TR/wpub/#wp-diagram-alt", + "https://www.w3.org/TR/wpub/#conformance-classes", + "https://www.w3.org/TR/wpub/#x3-2-conformance-classes", + "https://www.w3.org/TR/wpub/#wp-conformance", + "https://www.w3.org/TR/wpub/#ua-conformance", + "https://www.w3.org/TR/wpub/#wp-construction", + "https://www.w3.org/TR/wpub/#x3-3-web-publication-construction", + "https://www.w3.org/TR/wpub/#wp-bounds", + "https://www.w3.org/TR/wpub/#x3-3-1-publication-bounds", + "https://www.w3.org/TR/wpub/#wp-resources", + "https://www.w3.org/TR/wpub/#x3-3-2-resources", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-27", + "https://www.w3.org/TR/wpub/#h-note-20", + "https://www.w3.org/TR/wpub/#primary-entry-page", + "https://www.w3.org/TR/wpub/#x3-3-3-primary-entry-page", + "https://www.w3.org/TR/wpub/#dfn-primary-entry-page", + "https://www.w3.org/TR/wpub/#table-of-contents", + "https://www.w3.org/TR/wpub/#x3-3-4-table-of-contents", + "https://www.w3.org/TR/wpub/#example-56-if-the-primary-entry-page-includes-the-table-of-contents-no-reference-to-it-in-the-manifest-is-necessary", + "https://www.w3.org/TR/wpub/#pagelist", + "https://www.w3.org/TR/wpub/#x3-3-5-page-list", + "https://www.w3.org/TR/wpub/#wp-manifest", + "https://www.w3.org/TR/wpub/#x3-4-manifest", + "https://www.w3.org/TR/wpub/#wp-requirements", + "https://www.w3.org/TR/wpub/#x3-4-1-requirements", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-28", + "https://www.w3.org/TR/wpub/#h-note-21", + "https://www.w3.org/TR/wpub/#wp-properties", + "https://www.w3.org/TR/wpub/#x3-4-2-properties", + "https://www.w3.org/TR/wpub/#wp-reading-order", + "https://www.w3.org/TR/wpub/#x3-4-2-1-default-reading-order", + "https://www.w3.org/TR/wpub/#wp-title", + "https://www.w3.org/TR/wpub/#x3-4-2-2-title", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-29", + "https://www.w3.org/TR/wpub/#h-note-22", + "https://www.w3.org/TR/wpub/#wp-association", + "https://www.w3.org/TR/wpub/#x3-5-association", + "https://www.w3.org/TR/wpub/#wp-manifest-discovery", + "https://www.w3.org/TR/wpub/#x3-5-1-manifest", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-30", + "https://www.w3.org/TR/wpub/#h-note-23", + "https://www.w3.org/TR/wpub/#wp-publication-discovery", + "https://www.w3.org/TR/wpub/#x3-5-2-publication", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-31", + "https://www.w3.org/TR/wpub/#h-ednote-6", + "https://www.w3.org/TR/wpub/#wp-lifecycle", + "https://www.w3.org/TR/wpub/#x3-6-web-publication-lifecycle", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-32", + "https://www.w3.org/TR/wpub/#h-note-24", + "https://www.w3.org/TR/wpub/#wp-obtaining-manifest", + "https://www.w3.org/TR/wpub/#x3-6-1-obtaining-a-manifest", + "https://www.w3.org/TR/wpub/#dfn-obtaining-the-manifest", + "https://www.w3.org/TR/wpub/#wp-manifest-process", + "https://www.w3.org/TR/wpub/#x3-6-2-processing-a-manifest", + "https://www.w3.org/TR/wpub/#wp-toc-processing", + "https://www.w3.org/TR/wpub/#x3-6-3-extracting-a-table-of-contents", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-33", + "https://www.w3.org/TR/wpub/#h-note-25", + "https://www.w3.org/TR/wpub/#example-57-table-of-content-identified-in-another-resource-of-the-publication", + "https://www.w3.org/TR/wpub/#example-58-if-the-primary-entry-page-includes-the-toc-no-reference-in-the-manifest-is-necessary", + "https://www.w3.org/TR/wpub/#wp-pagelist-processing", + "https://www.w3.org/TR/wpub/#x3-6-4-extracting-a-page-list", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-34", + "https://www.w3.org/TR/wpub/#h-ednote-7", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-35", + "https://www.w3.org/TR/wpub/#h-note-26", + "https://www.w3.org/TR/wpub/#example-59-page-list-identified-in-another-resource-of-the-publication", + "https://www.w3.org/TR/wpub/#security", + "https://www.w3.org/TR/wpub/#x3-7-security", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-36", + "https://www.w3.org/TR/wpub/#h-ednote-8", + "https://www.w3.org/TR/wpub/#privacy", + "https://www.w3.org/TR/wpub/#x3-8-privacy", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-37", + "https://www.w3.org/TR/wpub/#h-ednote-9", + "https://www.w3.org/TR/wpub/#extensions", + "https://www.w3.org/TR/wpub/#x4-part-iii-modular-extensions", + "https://www.w3.org/TR/wpub/#mod-intro", + "https://www.w3.org/TR/wpub/#x4-1-introduction", + "https://www.w3.org/TR/wpub/#dfn-profiles", + "https://www.w3.org/TR/wpub/#mod-compat", + "https://www.w3.org/TR/wpub/#x4-2-compatibility-requirements", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-38", + "https://www.w3.org/TR/wpub/#h-ednote-10", + "https://www.w3.org/TR/wpub/#app-linkedResource", + "https://www.w3.org/TR/wpub/#a-linkedresource-definition", + "https://www.w3.org/TR/wpub/#publication-link-def", + "https://www.w3.org/TR/wpub/#dom-linkedresource", + "https://www.w3.org/TR/wpub/#dom-linkedresource-url", + "https://www.w3.org/TR/wpub/#dom-linkedresource-encodingformat", + "https://www.w3.org/TR/wpub/#dom-linkedresource-name", + "https://www.w3.org/TR/wpub/#dom-linkedresource-description", + "https://www.w3.org/TR/wpub/#dom-linkedresource-rel", + "https://www.w3.org/TR/wpub/#dom-linkedresource-integrity", + "https://www.w3.org/TR/wpub/#dom-linkedresource-length", + "https://www.w3.org/TR/wpub/#example-60-a-resource-with-a-sha-256-hashing-of-its-content", + "https://www.w3.org/TR/wpub/#idl-def-linkedresource", + "https://www.w3.org/TR/wpub/#idl-def-linkedresource-url", + "https://www.w3.org/TR/wpub/#idl-def-linkedresource-encodingformat", + "https://www.w3.org/TR/wpub/#idl-def-linkedresource-name", + "https://www.w3.org/TR/wpub/#idl-def-linkedresource-description", + "https://www.w3.org/TR/wpub/#idl-def-linkedresource-rel", + "https://www.w3.org/TR/wpub/#idl-def-linkedresource-integrity", + "https://www.w3.org/TR/wpub/#idl-def-linkedresource-length", + "https://www.w3.org/TR/wpub/#app-toc-structure", + "https://www.w3.org/TR/wpub/#b-machine-processable-table-of-contents", + "https://www.w3.org/TR/wpub/#app-toc-html-intro", + "https://www.w3.org/TR/wpub/#b-1-introduction", + "https://www.w3.org/TR/wpub/#app-toc-html", + "https://www.w3.org/TR/wpub/#b-2-html-structure", + "https://www.w3.org/TR/wpub/#toc-list-links", + "https://www.w3.org/TR/wpub/#toc-branches", + "https://www.w3.org/TR/wpub/#toc-skipped-elements", + "https://www.w3.org/TR/wpub/#toc-ignored-elements", + "https://www.w3.org/TR/wpub/#app-toc-html-examples", + "https://www.w3.org/TR/wpub/#b-2-1-examples", + "https://www.w3.org/TR/wpub/#example-61-a-basic-multi-level-table-of-contents", + "https://www.w3.org/TR/wpub/#example-62-a-table-of-contents-with-ignored-content", + "https://www.w3.org/TR/wpub/#example-63-a-table-of-contents-for-a-preview", + "https://www.w3.org/TR/wpub/#example-64-a-table-of-contents-with-unlinked-headings", + "https://www.w3.org/TR/wpub/#app-toc-ua", + "https://www.w3.org/TR/wpub/#b-3-user-agent-processing", + "https://www.w3.org/TR/wpub/#issue-container-generatedID-39", + "https://www.w3.org/TR/wpub/#h-note-27", + "https://www.w3.org/TR/wpub/#dfn-list-element", + "https://www.w3.org/TR/wpub/#example-65-visualization-of-the-default-toc-object", + "https://www.w3.org/TR/wpub/#example-66-visualization-of-the-toc-object-with-a-heading", + "https://www.w3.org/TR/wpub/#example-67-visualization-of-the-toc-object-without-a-heading", + "https://www.w3.org/TR/wpub/#example-68-visualization-of-a-new-branch-object", + "https://www.w3.org/TR/wpub/#example-69-visualization-of-a-branch-merge", + "https://www.w3.org/TR/wpub/#example-70-visualization-of-a-link-to-an-svg-image", + "https://www.w3.org/TR/wpub/#app-manifest-examples", + "https://www.w3.org/TR/wpub/#c-manifest-examples", + "https://www.w3.org/TR/wpub/#simple-book", + "https://www.w3.org/TR/wpub/#c-1-simple-book", + "https://www.w3.org/TR/wpub/#example-71", + "https://www.w3.org/TR/wpub/#single-document-publication", + "https://www.w3.org/TR/wpub/#c-2-single-document-publication", + "https://www.w3.org/TR/wpub/#example-72", + "https://www.w3.org/TR/wpub/#audiobook", + "https://www.w3.org/TR/wpub/#c-3-audiobook", + "https://www.w3.org/TR/wpub/#example-73", + "https://www.w3.org/TR/wpub/#app-bidi-examples", + "https://www.w3.org/TR/wpub/#d-examples-for-bidirectional-texts", + "https://www.w3.org/TR/wpub/#app-lifecycle-diagrams", + "https://www.w3.org/TR/wpub/#e-lifecycle-diagrams", + "https://www.w3.org/TR/wpub/#manifest-lifecycle-diagram", + "https://www.w3.org/TR/wpub/#e-1-overview-of-the-lifecyle-algorithm", + "https://www.w3.org/TR/wpub/#fig-overview-of-the-lifecyle-algorithm-depicting-the-main-building-blocks-see-the-normative-description-of-the-algorithm-in-image-available-in-svg-and-png-formats", + "https://www.w3.org/TR/wpub/#manifest-lifecycle-diagram-descr", + "https://www.w3.org/TR/wpub/#find-manifest-diagram", + "https://www.w3.org/TR/wpub/#e-2-finding-the-manifest", + "https://www.w3.org/TR/wpub/#fig-first-major-block-in-the-lifecyle-algorithm-find-the-manifest-either-through-an-http-request-or-as-part-of-a-script-elements-see-the-normative-description-of-the-algorithm-in-image-available-in-svg-and-png-formats", + "https://www.w3.org/TR/wpub/#find-manifest-diagram-descr", + "https://www.w3.org/TR/wpub/#canonicalize-manifest-diagram", + "https://www.w3.org/TR/wpub/#e-3-manifest-canonicalization", + "https://www.w3.org/TR/wpub/#fig-second-major-block-in-the-lifecyle-algorithm-create-a-canonical-manifest-using-the-core-manifest-terms-as-examples-see-the-normative-description-of-the-algorithm-in-image-available-in-svg-and-png-formats", + "https://www.w3.org/TR/wpub/#canonicalize-manifest-diagram-descr", + "https://www.w3.org/TR/wpub/#convert-manifest-diagram", + "https://www.w3.org/TR/wpub/#e-4-converting-the-manifest-into-a-data-structure", + "https://www.w3.org/TR/wpub/#fig-third-major-block-in-the-lifecyle-algorithm-convert-the-manifest-into-a-programming-language-dependent-data-structure-that-implements-the-web-idl-specification-of-the-manifest-see-the-normative-description-of-the-algorithm-in-image-available-in-svg-and-png-formats", + "https://www.w3.org/TR/wpub/#convert-manifest-diagram-descr", + "https://www.w3.org/TR/wpub/#clean-up-data-diagram", + "https://www.w3.org/TR/wpub/#e-5-cleaning-up-the-data", + "https://www.w3.org/TR/wpub/#fig-fourth-major-block-in-the-lifecyle-algorithm-check-and-clean-up-data-by-possibly-removing-data-that-cannot-be-interpreted-see-the-normative-description-of-the-algorithm-in-image-available-in-svg-and-png-formats", + "https://www.w3.org/TR/wpub/#cleanup-diagram-descr", + "https://www.w3.org/TR/wpub/#properties-index", + "https://www.w3.org/TR/wpub/#f-properties-index", + "https://www.w3.org/TR/wpub/#rel-index", + "https://www.w3.org/TR/wpub/#g-resource-relations-index", + "https://www.w3.org/TR/wpub/#app-image-descriptions", + "https://www.w3.org/TR/wpub/#h-image-descriptions", + "https://www.w3.org/TR/wpub/#WP-diagram-descr", + "https://www.w3.org/TR/wpub/#ack", + "https://www.w3.org/TR/wpub/#i-acknowledgements", + "https://www.w3.org/TR/wpub/#references", + "https://www.w3.org/TR/wpub/#j-references", + "https://www.w3.org/TR/wpub/#normative-references", + "https://www.w3.org/TR/wpub/#j-1-normative-references", + "https://www.w3.org/TR/wpub/#bib-accname-1.1", + "https://www.w3.org/TR/wpub/#bib-bcp47", + "https://www.w3.org/TR/wpub/#bib-bibtex", + "https://www.w3.org/TR/wpub/#bib-bidi", + "https://www.w3.org/TR/wpub/#bib-dcterms", + "https://www.w3.org/TR/wpub/#bib-dom", + "https://www.w3.org/TR/wpub/#bib-dpub-aria-1.0", + "https://www.w3.org/TR/wpub/#bib-ecmascript", + "https://www.w3.org/TR/wpub/#bib-fetch", + "https://www.w3.org/TR/wpub/#bib-html", + "https://www.w3.org/TR/wpub/#bib-iana-link-relations", + "https://www.w3.org/TR/wpub/#bib-iana-relations", + "https://www.w3.org/TR/wpub/#bib-iso8601", + "https://www.w3.org/TR/wpub/#bib-json", + "https://www.w3.org/TR/wpub/#bib-json-ld", + "https://www.w3.org/TR/wpub/#bib-onix", + "https://www.w3.org/TR/wpub/#bib-publishing-linking", + "https://www.w3.org/TR/wpub/#bib-pwp-ucr", + "https://www.w3.org/TR/wpub/#bib-rfc2046", + "https://www.w3.org/TR/wpub/#bib-rfc2119", + "https://www.w3.org/TR/wpub/#bib-rfc5988", + "https://www.w3.org/TR/wpub/#bib-rfc8174", + "https://www.w3.org/TR/wpub/#bib-rfc8288", + "https://www.w3.org/TR/wpub/#bib-schema.org", + "https://www.w3.org/TR/wpub/#bib-sri", + "https://www.w3.org/TR/wpub/#bib-url", + "https://www.w3.org/TR/wpub/#bib-wcag20", + "https://www.w3.org/TR/wpub/#bib-wcag21", + "https://www.w3.org/TR/wpub/#bib-webidl", + "https://www.w3.org/TR/wpub/#bib-webidl-1", + "https://www.w3.org/TR/wpub/#informative-references", + "https://www.w3.org/TR/wpub/#j-2-informative-references", + "https://www.w3.org/TR/wpub/#bib-ecma-404", + "https://www.w3.org/TR/wpub/#bib-link-relation", + "https://www.w3.org/TR/wpub/#bib-rfc3987", + "https://www.w3.org/TR/wpub/#bib-string-meta", + "https://www.w3.org/TR/wpub/#bib-webschemas-a11y", + "https://www.w3.org/TR/wpub/#back-to-top" + ] +} \ No newline at end of file diff --git a/tr/index.json b/tr/index.json index 9475754fa234..9d340c93cede 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2023-07-07T01:30:10.003Z", + "date": "2023-07-08T01:34:18.319Z", "options": { "fallback": "webref-fallback/tr/index.json", "output": "report", @@ -27,10 +27,10 @@ ] }, "stats": { - "crawled": 301, + "crawled": 306, "errors": 0 }, - "crawler": "reffy-13.1.1", + "crawler": "reffy-13.1.2", "results": [ { "url": "https://www.w3.org/TR/accelerometer/", @@ -234,7 +234,7 @@ "groups": [ { "name": "Web Applications Working Group", - "url": "https://www.w3.org/groups/wg/webapps" + "url": "https://www.w3.org/groups/wg/webapps/" } ], "release": { @@ -295,7 +295,7 @@ "groups": [ { "name": "Web Real-Time Communications Working Group", - "url": "https://www.w3.org/groups/wg/webrtc" + "url": "https://www.w3.org/groups/wg/webrtc/" } ], "release": { @@ -341,6 +341,59 @@ "headings": "headings/audio-output.json", "ids": "ids/audio-output.json" }, + { + "url": "https://www.w3.org/TR/audiobooks/", + "seriesComposition": "full", + "shortname": "audiobooks", + "series": { + "shortname": "audiobooks", + "currentSpecification": "audiobooks", + "title": "Audiobooks", + "shortTitle": "Audiobooks", + "releaseUrl": "https://www.w3.org/TR/audiobooks/", + "nightlyUrl": "https://w3c.github.io/audiobooks/" + }, + "categories": [], + "organization": "W3C", + "groups": [ + { + "name": "Audiobooks Working Group", + "url": "https://www.w3.org/publishing/groups/publ-wg/" + } + ], + "release": { + "url": "https://www.w3.org/TR/audiobooks/", + "status": "Recommendation", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://w3c.github.io/audiobooks/", + "status": "Editor's Draft", + "alternateUrls": [], + "repository": "https://github.com/w3c/audiobooks", + "sourcePath": "index.html", + "filename": "index.html" + }, + "title": "Audiobooks", + "source": "w3c", + "shortTitle": "Audiobooks", + "standing": "good", + "versions": [ + "https://www.w3.org/TR/audiobooks/", + "https://w3c.github.io/audiobooks/" + ], + "crawled": "https://www.w3.org/TR/audiobooks/", + "crawlCacheInfo": { + "lastModified": "Mon, 09 Nov 2020 08:41:50 GMT" + }, + "generator": "respec", + "date": "10 November 2020", + "links": "links/audiobooks.json", + "refs": "refs/audiobooks.json", + "dfns": "dfns/audiobooks.json", + "headings": "headings/audiobooks.json", + "ids": "ids/audiobooks.json" + }, { "url": "https://www.w3.org/TR/autoplay-detection/", "seriesComposition": "full", @@ -413,7 +466,7 @@ "groups": [ { "name": "Web Applications Working Group", - "url": "https://www.w3.org/groups/wg/webapps" + "url": "https://www.w3.org/groups/wg/webapps/" } ], "release": { @@ -608,7 +661,7 @@ "groups": [ { "name": "Web Real-Time Communications Working Group", - "url": "https://www.w3.org/groups/wg/webrtc" + "url": "https://www.w3.org/groups/wg/webrtc/" } ], "release": { @@ -657,7 +710,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/groups/wg/webappsec" + "url": "https://www.w3.org/groups/wg/webappsec/" } ], "release": { @@ -712,7 +765,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/groups/wg/webappsec" + "url": "https://www.w3.org/groups/wg/webappsec/" } ], "release": { @@ -773,7 +826,7 @@ "groups": [ { "name": "Web Editing Working Group", - "url": "https://www.w3.org/groups/wg/webediting" + "url": "https://www.w3.org/groups/wg/webediting/" } ], "release": { @@ -963,7 +1016,7 @@ }, { "name": "Web Applications Working Group", - "url": "https://www.w3.org/groups/wg/webapps" + "url": "https://www.w3.org/groups/wg/webapps/" } ], "release": { @@ -1082,7 +1135,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/groups/wg/webappsec" + "url": "https://www.w3.org/groups/wg/webappsec/" } ], "release": { @@ -1144,7 +1197,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/groups/wg/webappsec" + "url": "https://www.w3.org/groups/wg/webappsec/" } ], "release": { @@ -1207,7 +1260,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/groups/wg/webappsec" + "url": "https://www.w3.org/groups/wg/webappsec/" } ], "release": { @@ -1441,6 +1494,66 @@ "headings": "headings/css-align-3.json", "ids": "ids/css-align-3.json" }, + { + "url": "https://www.w3.org/TR/css-anchor-position-1/", + "seriesComposition": "full", + "shortname": "css-anchor-position-1", + "series": { + "shortname": "css-anchor-position", + "currentSpecification": "css-anchor-position-1", + "title": "CSS Anchor Positioning", + "shortTitle": "CSS Anchor Positioning", + "releaseUrl": "https://www.w3.org/TR/css-anchor-position/", + "nightlyUrl": "https://drafts.csswg.org/css-anchor-position/" + }, + "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/css-anchor-position-1/", + "status": "First Public Working Draft", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://drafts.csswg.org/css-anchor-position-1/", + "status": "Editor's Draft", + "alternateUrls": [ + "https://w3c.github.io/csswg-drafts/css-anchor-position-1/", + "https://w3c.github.io/csswg-drafts/css-anchor-position/" + ], + "repository": "https://github.com/w3c/csswg-drafts", + "sourcePath": "css-anchor-position-1/Overview.bs", + "filename": "index.html" + }, + "title": "CSS Anchor Positioning", + "source": "w3c", + "shortTitle": "CSS Anchor Positioning", + "categories": [ + "browser" + ], + "standing": "good", + "versions": [ + "https://www.w3.org/TR/css-anchor-position-1/", + "https://drafts.csswg.org/css-anchor-position-1/" + ], + "crawled": "https://www.w3.org/TR/css-anchor-position-1/", + "crawlCacheInfo": { + "lastModified": "Tue, 27 Jun 2023 20:01:34 GMT" + }, + "generator": "bikeshed", + "date": "29 June 2023", + "links": "links/css-anchor-position-1.json", + "refs": "refs/css-anchor-position-1.json", + "css": "css/css-anchor-position.json", + "dfns": "dfns/css-anchor-position-1.json", + "headings": "headings/css-anchor-position-1.json", + "ids": "ids/css-anchor-position-1.json" + }, { "url": "https://www.w3.org/TR/css-animation-worklet-1/", "seriesComposition": "full", @@ -7890,7 +8003,7 @@ "groups": [ { "name": "Web Editing Working Group", - "url": "https://www.w3.org/groups/wg/webediting" + "url": "https://www.w3.org/groups/wg/webediting/" } ], "release": { @@ -8114,7 +8227,7 @@ "title": "Event Timing API", "shortTitle": "Event Timing API", "releaseUrl": "https://www.w3.org/TR/event-timing/", - "nightlyUrl": "https://w3c.github.io/event-timing" + "nightlyUrl": "https://w3c.github.io/event-timing/" }, "organization": "W3C", "groups": [ @@ -8125,11 +8238,11 @@ ], "release": { "url": "https://www.w3.org/TR/event-timing/", - "status": "First Public Working Draft", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { - "url": "https://w3c.github.io/event-timing", + "url": "https://w3c.github.io/event-timing/", "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/event-timing", @@ -8145,7 +8258,7 @@ "standing": "good", "versions": [ "https://www.w3.org/TR/event-timing/", - "https://w3c.github.io/event-timing" + "https://w3c.github.io/event-timing/" ], "crawled": "https://www.w3.org/TR/event-timing/", "crawlCacheInfo": { @@ -8177,7 +8290,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/groups/wg/webappsec" + "url": "https://www.w3.org/groups/wg/webappsec/" } ], "release": { @@ -8237,7 +8350,7 @@ "groups": [ { "name": "Web Applications Working Group", - "url": "https://www.w3.org/groups/wg/webapps" + "url": "https://www.w3.org/groups/wg/webapps/" } ], "release": { @@ -8433,7 +8546,7 @@ "groups": [ { "name": "Privacy Interest Group", - "url": "https://www.w3.org/Privacy/" + "url": "https://www.w3.org/Privacy/IG/" } ], "release": { @@ -8488,7 +8601,7 @@ "groups": [ { "name": "Web Applications Working Group", - "url": "https://www.w3.org/groups/wg/webapps" + "url": "https://www.w3.org/groups/wg/webapps/" } ], "release": { @@ -8586,10 +8699,10 @@ ], "crawled": "https://www.w3.org/TR/generic-sensor/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Jul 2023 22:01:41 GMT" + "lastModified": "Fri, 07 Jul 2023 17:35:24 GMT" }, "generator": "bikeshed", - "date": "6 July 2023", + "date": "7 July 2023", "links": "links/generic-sensor.json", "refs": "refs/generic-sensor.json", "events": "events/generic-sensor.json", @@ -9108,7 +9221,7 @@ "groups": [ { "name": "Web Applications Working Group", - "url": "https://www.w3.org/groups/wg/webapps" + "url": "https://www.w3.org/groups/wg/webapps/" } ], "release": { @@ -9334,7 +9447,7 @@ "groups": [ { "name": "Web Real-Time Communications Working Group", - "url": "https://www.w3.org/groups/wg/webrtc" + "url": "https://www.w3.org/groups/wg/webrtc/" } ], "release": { @@ -9396,7 +9509,7 @@ "groups": [ { "name": "Web Applications Working Group", - "url": "https://www.w3.org/groups/wg/webapps" + "url": "https://www.w3.org/groups/wg/webapps/" } ], "release": { @@ -9454,7 +9567,7 @@ "groups": [ { "name": "Web Applications Working Group", - "url": "https://www.w3.org/groups/wg/webapps" + "url": "https://www.w3.org/groups/wg/webapps/" } ], "release": { @@ -9517,7 +9630,7 @@ "groups": [ { "name": "Web Editing Working Group", - "url": "https://www.w3.org/groups/wg/webediting" + "url": "https://www.w3.org/groups/wg/webediting/" } ], "release": { @@ -9580,7 +9693,7 @@ "groups": [ { "name": "Web Applications Working Group", - "url": "https://www.w3.org/groups/wg/webapps" + "url": "https://www.w3.org/groups/wg/webapps/" } ], "release": { @@ -9872,7 +9985,7 @@ ], "release": { "url": "https://www.w3.org/TR/longtasks-1/", - "status": "First Public Working Draft", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { @@ -9885,7 +9998,7 @@ }, "title": "Long Tasks API", "source": "w3c", - "shortTitle": "Long Tasks API 1", + "shortTitle": "Long Tasks API", "categories": [ "browser" ], @@ -9991,7 +10104,7 @@ "groups": [ { "name": "Web Applications Working Group", - "url": "https://www.w3.org/groups/wg/webapps" + "url": "https://www.w3.org/groups/wg/webapps/" } ], "release": { @@ -10234,7 +10347,7 @@ "groups": [ { "name": "Web Real-Time Communications Working Group", - "url": "https://www.w3.org/groups/wg/webrtc" + "url": "https://www.w3.org/groups/wg/webrtc/" } ], "release": { @@ -10296,7 +10409,7 @@ "groups": [ { "name": "Web Real-Time Communications Working Group", - "url": "https://www.w3.org/groups/wg/webrtc" + "url": "https://www.w3.org/groups/wg/webrtc/" } ], "release": { @@ -10352,7 +10465,7 @@ "groups": [ { "name": "Web Real-Time Communications Working Group", - "url": "https://www.w3.org/groups/wg/webrtc" + "url": "https://www.w3.org/groups/wg/webrtc/" } ], "release": { @@ -10416,7 +10529,7 @@ "groups": [ { "name": "Web Real-Time Communications Working Group", - "url": "https://www.w3.org/groups/wg/webrtc" + "url": "https://www.w3.org/groups/wg/webrtc/" } ], "release": { @@ -10472,7 +10585,7 @@ "groups": [ { "name": "Web Real-Time Communications Working Group", - "url": "https://www.w3.org/groups/wg/webrtc" + "url": "https://www.w3.org/groups/wg/webrtc/" } ], "release": { @@ -10795,7 +10908,7 @@ "groups": [ { "name": "Web Real-Time Communications Working Group", - "url": "https://www.w3.org/groups/wg/webrtc" + "url": "https://www.w3.org/groups/wg/webrtc/" } ], "release": { @@ -11009,7 +11122,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/groups/wg/webappsec" + "url": "https://www.w3.org/groups/wg/webappsec/" } ], "release": { @@ -11133,7 +11246,7 @@ "groups": [ { "name": "Web Real-Time Communications Working Group", - "url": "https://www.w3.org/groups/wg/webrtc" + "url": "https://www.w3.org/groups/wg/webrtc/" } ], "release": { @@ -11555,7 +11668,7 @@ ], "release": { "url": "https://www.w3.org/TR/paint-timing/", - "status": "First Public Working Draft", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { @@ -11568,7 +11681,7 @@ }, "title": "Paint Timing", "source": "w3c", - "shortTitle": "Paint Timing 1", + "shortTitle": "Paint Timing", "categories": [ "browser" ], @@ -11797,7 +11910,7 @@ ], "release": { "url": "https://www.w3.org/TR/payment-request-1.1/", - "status": "First Public Working Draft", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { @@ -11918,7 +12031,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/groups/wg/webappsec" + "url": "https://www.w3.org/groups/wg/webappsec/" } ], "release": { @@ -11980,7 +12093,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/groups/wg/webappsec" + "url": "https://www.w3.org/groups/wg/webappsec/" } ], "release": { @@ -12107,7 +12220,7 @@ "groups": [ { "name": "Pointer Events Working Group", - "url": "https://www.w3.org/groups/wg/pointer-events" + "url": "https://www.w3.org/groups/wg/pointer-events/" } ], "release": { @@ -12171,7 +12284,7 @@ "groups": [ { "name": "Web Applications Working Group", - "url": "https://www.w3.org/groups/wg/webapps" + "url": "https://www.w3.org/groups/wg/webapps/" } ], "release": { @@ -12344,6 +12457,59 @@ "headings": "headings/proximity.json", "ids": "ids/proximity.json" }, + { + "url": "https://www.w3.org/TR/pub-manifest/", + "seriesComposition": "full", + "shortname": "pub-manifest", + "series": { + "shortname": "pub-manifest", + "currentSpecification": "pub-manifest", + "title": "Publication Manifest", + "shortTitle": "Publication Manifest", + "releaseUrl": "https://www.w3.org/TR/pub-manifest/", + "nightlyUrl": "https://w3c.github.io/pub-manifest/" + }, + "categories": [], + "organization": "W3C", + "groups": [ + { + "name": "Audiobooks Working Group", + "url": "https://www.w3.org/publishing/groups/publ-wg/" + } + ], + "release": { + "url": "https://www.w3.org/TR/pub-manifest/", + "status": "Recommendation", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://w3c.github.io/pub-manifest/", + "status": "Editor's Draft", + "alternateUrls": [], + "repository": "https://github.com/w3c/pub-manifest", + "sourcePath": "index.html", + "filename": "index.html" + }, + "title": "Publication Manifest", + "source": "w3c", + "shortTitle": "Publication Manifest", + "standing": "good", + "versions": [ + "https://www.w3.org/TR/pub-manifest/", + "https://w3c.github.io/pub-manifest/" + ], + "crawled": "https://www.w3.org/TR/pub-manifest/", + "crawlCacheInfo": { + "lastModified": "Fri, 06 Nov 2020 05:38:37 GMT" + }, + "generator": "respec", + "date": "10 November 2020", + "links": "links/pub-manifest.json", + "refs": "refs/pub-manifest.json", + "dfns": "dfns/pub-manifest.json", + "headings": "headings/pub-manifest.json", + "ids": "ids/pub-manifest.json" + }, { "url": "https://www.w3.org/TR/push-api/", "seriesComposition": "full", @@ -12360,7 +12526,7 @@ "groups": [ { "name": "Web Applications Working Group", - "url": "https://www.w3.org/groups/wg/webapps" + "url": "https://www.w3.org/groups/wg/webapps/" } ], "release": { @@ -12432,7 +12598,7 @@ "groups": [ { "name": "RDF Dataset Canonicalization and Hash Working Group", - "url": "https://www.w3.org/groups/wg/rch" + "url": "https://www.w3.org/groups/wg/rch/" } ], "release": { @@ -12478,7 +12644,7 @@ "groups": [ { "name": "RDF-star Working Group", - "url": "https://www.w3.org/groups/wg/rdf-star" + "url": "https://www.w3.org/groups/wg/rdf-star/" } ], "release": { @@ -12532,7 +12698,7 @@ "groups": [ { "name": "RDF-star Working Group", - "url": "https://www.w3.org/groups/wg/rdf-star" + "url": "https://www.w3.org/groups/wg/rdf-star/" } ], "release": { @@ -12586,7 +12752,7 @@ "groups": [ { "name": "RDF-star Working Group", - "url": "https://www.w3.org/groups/wg/rdf-star" + "url": "https://www.w3.org/groups/wg/rdf-star/" } ], "release": { @@ -12640,7 +12806,7 @@ "groups": [ { "name": "RDF-star Working Group", - "url": "https://www.w3.org/groups/wg/rdf-star" + "url": "https://www.w3.org/groups/wg/rdf-star/" } ], "release": { @@ -12693,7 +12859,7 @@ "groups": [ { "name": "RDF-star Working Group", - "url": "https://www.w3.org/groups/wg/rdf-star" + "url": "https://www.w3.org/groups/wg/rdf-star/" } ], "release": { @@ -12747,12 +12913,12 @@ "groups": [ { "name": "RDF-star Working Group", - "url": "https://www.w3.org/groups/wg/rdf-star" + "url": "https://www.w3.org/groups/wg/rdf-star/" } ], "release": { "url": "https://www.w3.org/TR/rdf12-trig/", - "status": "First Public Working Draft", + "status": "Working Draft", "filename": "Overview.html" }, "nightly": { @@ -12801,7 +12967,7 @@ "groups": [ { "name": "RDF-star Working Group", - "url": "https://www.w3.org/groups/wg/rdf-star" + "url": "https://www.w3.org/groups/wg/rdf-star/" } ], "release": { @@ -12855,7 +13021,7 @@ "groups": [ { "name": "RDF-star Working Group", - "url": "https://www.w3.org/groups/wg/rdf-star" + "url": "https://www.w3.org/groups/wg/rdf-star/" } ], "release": { @@ -12907,7 +13073,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/groups/wg/webappsec" + "url": "https://www.w3.org/groups/wg/webappsec/" } ], "release": { @@ -13286,7 +13452,7 @@ "groups": [ { "name": "Web Real-Time Communications Working Group", - "url": "https://www.w3.org/groups/wg/webrtc" + "url": "https://www.w3.org/groups/wg/webrtc/" } ], "release": { @@ -13349,7 +13515,7 @@ "groups": [ { "name": "Web Applications Working Group", - "url": "https://www.w3.org/groups/wg/webapps" + "url": "https://www.w3.org/groups/wg/webapps/" } ], "release": { @@ -13542,7 +13708,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/groups/wg/webappsec" + "url": "https://www.w3.org/groups/wg/webappsec/" } ], "release": { @@ -13665,7 +13831,7 @@ "groups": [ { "name": "Web Editing Working Group", - "url": "https://www.w3.org/groups/wg/webediting" + "url": "https://www.w3.org/groups/wg/webediting/" } ], "release": { @@ -14046,7 +14212,7 @@ "groups": [ { "name": "RDF-star Working Group", - "url": "https://www.w3.org/groups/wg/rdf-star" + "url": "https://www.w3.org/groups/wg/rdf-star/" } ], "release": { @@ -14099,7 +14265,7 @@ "groups": [ { "name": "RDF-star Working Group", - "url": "https://www.w3.org/groups/wg/rdf-star" + "url": "https://www.w3.org/groups/wg/rdf-star/" } ], "release": { @@ -14152,7 +14318,7 @@ "groups": [ { "name": "RDF-star Working Group", - "url": "https://www.w3.org/groups/wg/rdf-star" + "url": "https://www.w3.org/groups/wg/rdf-star/" } ], "release": { @@ -14205,7 +14371,7 @@ "groups": [ { "name": "RDF-star Working Group", - "url": "https://www.w3.org/groups/wg/rdf-star" + "url": "https://www.w3.org/groups/wg/rdf-star/" } ], "release": { @@ -14258,7 +14424,7 @@ "groups": [ { "name": "RDF-star Working Group", - "url": "https://www.w3.org/groups/wg/rdf-star" + "url": "https://www.w3.org/groups/wg/rdf-star/" } ], "release": { @@ -14312,7 +14478,7 @@ "groups": [ { "name": "RDF-star Working Group", - "url": "https://www.w3.org/groups/wg/rdf-star" + "url": "https://www.w3.org/groups/wg/rdf-star/" } ], "release": { @@ -14365,7 +14531,7 @@ "groups": [ { "name": "RDF-star Working Group", - "url": "https://www.w3.org/groups/wg/rdf-star" + "url": "https://www.w3.org/groups/wg/rdf-star/" } ], "release": { @@ -14418,7 +14584,7 @@ "groups": [ { "name": "RDF-star Working Group", - "url": "https://www.w3.org/groups/wg/rdf-star" + "url": "https://www.w3.org/groups/wg/rdf-star/" } ], "release": { @@ -14471,7 +14637,7 @@ "groups": [ { "name": "RDF-star Working Group", - "url": "https://www.w3.org/groups/wg/rdf-star" + "url": "https://www.w3.org/groups/wg/rdf-star/" } ], "release": { @@ -14524,7 +14690,7 @@ "groups": [ { "name": "RDF-star Working Group", - "url": "https://www.w3.org/groups/wg/rdf-star" + "url": "https://www.w3.org/groups/wg/rdf-star/" } ], "release": { @@ -14576,7 +14742,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/groups/wg/webappsec" + "url": "https://www.w3.org/groups/wg/webappsec/" } ], "release": { @@ -15299,7 +15465,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/groups/wg/webappsec" + "url": "https://www.w3.org/groups/wg/webappsec/" } ], "release": { @@ -15369,7 +15535,7 @@ "groups": [ { "name": "Web Applications Working Group", - "url": "https://www.w3.org/groups/wg/webapps" + "url": "https://www.w3.org/groups/wg/webapps/" } ], "release": { @@ -15424,7 +15590,7 @@ "groups": [ { "name": "Web Applications Working Group", - "url": "https://www.w3.org/groups/wg/webapps" + "url": "https://www.w3.org/groups/wg/webapps/" } ], "release": { @@ -15471,7 +15637,7 @@ "groups": [ { "name": "Web Applications Working Group", - "url": "https://www.w3.org/groups/wg/webapps" + "url": "https://www.w3.org/groups/wg/webapps/" } ], "release": { @@ -15534,7 +15700,7 @@ "groups": [ { "name": "Web Application Security Working Group", - "url": "https://www.w3.org/groups/wg/webappsec" + "url": "https://www.w3.org/groups/wg/webappsec/" } ], "release": { @@ -15721,7 +15887,7 @@ "groups": [ { "name": "Web Editing Working Group", - "url": "https://www.w3.org/groups/wg/webediting" + "url": "https://www.w3.org/groups/wg/webediting/" } ], "release": { @@ -15848,7 +16014,7 @@ "groups": [ { "name": "WebAssembly Working Group", - "url": "https://www.w3.org/groups/wg/wasm" + "url": "https://www.w3.org/groups/wg/wasm/" } ], "release": { @@ -15906,7 +16072,7 @@ "groups": [ { "name": "WebAssembly Working Group", - "url": "https://www.w3.org/groups/wg/wasm" + "url": "https://www.w3.org/groups/wg/wasm/" } ], "release": { @@ -15969,7 +16135,7 @@ "groups": [ { "name": "WebAssembly Working Group", - "url": "https://www.w3.org/groups/wg/wasm" + "url": "https://www.w3.org/groups/wg/wasm/" } ], "release": { @@ -16165,7 +16331,7 @@ "groups": [ { "name": "Web Applications Working Group", - "url": "https://www.w3.org/groups/wg/webapps" + "url": "https://www.w3.org/groups/wg/webapps/" } ], "release": { @@ -16227,7 +16393,7 @@ "groups": [ { "name": "Web Applications Working Group", - "url": "https://www.w3.org/groups/wg/webapps" + "url": "https://www.w3.org/groups/wg/webapps/" } ], "release": { @@ -16289,7 +16455,7 @@ "groups": [ { "name": "Audio Working Group", - "url": "https://www.w3.org/groups/wg/audio" + "url": "https://www.w3.org/groups/wg/audio/" } ], "release": { @@ -16444,10 +16610,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-aac-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Jul 2023 16:23:40 GMT" + "lastModified": "Fri, 07 Jul 2023 15:53:24 GMT" }, "generator": "bikeshed", - "date": "6 July 2023", + "date": "7 July 2023", "links": "links/webcodecs-aac-codec-registration.json", "refs": "refs/webcodecs-aac-codec-registration.json", "idl": "idl/webcodecs-aac-codec-registration.idl", @@ -16500,10 +16666,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-alaw-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Jul 2023 16:34:55 GMT" + "lastModified": "Fri, 07 Jul 2023 16:05:45 GMT" }, "generator": "bikeshed", - "date": "6 July 2023", + "date": "7 July 2023", "links": "links/webcodecs-alaw-codec-registration.json", "refs": "refs/webcodecs-alaw-codec-registration.json", "headings": "headings/webcodecs-alaw-codec-registration.json", @@ -16554,10 +16720,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-av1-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Jul 2023 16:28:17 GMT" + "lastModified": "Fri, 07 Jul 2023 15:58:37 GMT" }, "generator": "bikeshed", - "date": "6 July 2023", + "date": "7 July 2023", "links": "links/webcodecs-av1-codec-registration.json", "refs": "refs/webcodecs-av1-codec-registration.json", "idl": "idl/webcodecs-av1-codec-registration.idl", @@ -16610,10 +16776,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-avc-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Jul 2023 16:19:00 GMT" + "lastModified": "Fri, 07 Jul 2023 15:47:50 GMT" }, "generator": "bikeshed", - "date": "6 July 2023", + "date": "7 July 2023", "links": "links/webcodecs-avc-codec-registration.json", "refs": "refs/webcodecs-avc-codec-registration.json", "idl": "idl/webcodecs-avc-codec-registration.idl", @@ -16720,10 +16886,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-flac-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Jul 2023 16:25:20 GMT" + "lastModified": "Fri, 07 Jul 2023 15:55:02 GMT" }, "generator": "bikeshed", - "date": "6 July 2023", + "date": "7 July 2023", "links": "links/webcodecs-flac-codec-registration.json", "refs": "refs/webcodecs-flac-codec-registration.json", "idl": "idl/webcodecs-flac-codec-registration.idl", @@ -16776,10 +16942,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-hevc-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Jul 2023 16:38:24 GMT" + "lastModified": "Fri, 07 Jul 2023 16:09:31 GMT" }, "generator": "bikeshed", - "date": "6 July 2023", + "date": "7 July 2023", "links": "links/webcodecs-hevc-codec-registration.json", "refs": "refs/webcodecs-hevc-codec-registration.json", "idl": "idl/webcodecs-hevc-codec-registration.idl", @@ -16832,10 +16998,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-mp3-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Jul 2023 16:22:04 GMT" + "lastModified": "Fri, 07 Jul 2023 15:51:16 GMT" }, "generator": "bikeshed", - "date": "6 July 2023", + "date": "7 July 2023", "links": "links/webcodecs-mp3-codec-registration.json", "refs": "refs/webcodecs-mp3-codec-registration.json", "headings": "headings/webcodecs-mp3-codec-registration.json", @@ -16886,10 +17052,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-opus-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Jul 2023 16:26:49 GMT" + "lastModified": "Fri, 07 Jul 2023 15:57:08 GMT" }, "generator": "bikeshed", - "date": "6 July 2023", + "date": "7 July 2023", "links": "links/webcodecs-opus-codec-registration.json", "refs": "refs/webcodecs-opus-codec-registration.json", "idl": "idl/webcodecs-opus-codec-registration.idl", @@ -16942,10 +17108,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-pcm-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Jul 2023 16:33:17 GMT" + "lastModified": "Fri, 07 Jul 2023 16:04:06 GMT" }, "generator": "bikeshed", - "date": "6 July 2023", + "date": "7 July 2023", "links": "links/webcodecs-pcm-codec-registration.json", "refs": "refs/webcodecs-pcm-codec-registration.json", "headings": "headings/webcodecs-pcm-codec-registration.json", @@ -16996,10 +17162,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Jul 2023 16:36:33 GMT" + "lastModified": "Fri, 07 Jul 2023 16:07:22 GMT" }, "generator": "bikeshed", - "date": "6 July 2023", + "date": "7 July 2023", "links": "links/webcodecs-ulaw-codec-registration.json", "refs": "refs/webcodecs-ulaw-codec-registration.json", "headings": "headings/webcodecs-ulaw-codec-registration.json", @@ -17050,10 +17216,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-vorbis-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Jul 2023 16:20:29 GMT" + "lastModified": "Fri, 07 Jul 2023 15:49:39 GMT" }, "generator": "bikeshed", - "date": "6 July 2023", + "date": "7 July 2023", "links": "links/webcodecs-vorbis-codec-registration.json", "refs": "refs/webcodecs-vorbis-codec-registration.json", "headings": "headings/webcodecs-vorbis-codec-registration.json", @@ -17104,10 +17270,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-vp8-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Jul 2023 16:31:43 GMT" + "lastModified": "Fri, 07 Jul 2023 16:02:12 GMT" }, "generator": "bikeshed", - "date": "6 July 2023", + "date": "7 July 2023", "links": "links/webcodecs-vp8-codec-registration.json", "refs": "refs/webcodecs-vp8-codec-registration.json", "headings": "headings/webcodecs-vp8-codec-registration.json", @@ -17158,10 +17324,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-vp9-codec-registration/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Jul 2023 16:30:01 GMT" + "lastModified": "Fri, 07 Jul 2023 16:00:05 GMT" }, "generator": "bikeshed", - "date": "6 July 2023", + "date": "7 July 2023", "links": "links/webcodecs-vp9-codec-registration.json", "refs": "refs/webcodecs-vp9-codec-registration.json", "idl": "idl/webcodecs-vp9-codec-registration.idl", @@ -17220,10 +17386,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs/", "crawlCacheInfo": { - "lastModified": "Thu, 06 Jul 2023 16:15:21 GMT" + "lastModified": "Fri, 07 Jul 2023 15:43:24 GMT" }, "generator": "bikeshed", - "date": "6 July 2023", + "date": "7 July 2023", "links": "links/webcodecs.json", "refs": "refs/webcodecs.json", "events": "events/webcodecs.json", @@ -17435,7 +17601,7 @@ "groups": [ { "name": "Audio Working Group", - "url": "https://www.w3.org/groups/wg/audio" + "url": "https://www.w3.org/groups/wg/audio/" } ], "release": { @@ -17560,7 +17726,7 @@ "groups": [ { "name": "Web Real-Time Communications Working Group", - "url": "https://www.w3.org/groups/wg/webrtc" + "url": "https://www.w3.org/groups/wg/webrtc/" } ], "release": { @@ -17623,7 +17789,7 @@ "groups": [ { "name": "Web Real-Time Communications Working Group", - "url": "https://www.w3.org/groups/wg/webrtc" + "url": "https://www.w3.org/groups/wg/webrtc/" } ], "release": { @@ -17686,7 +17852,7 @@ "groups": [ { "name": "Web Real-Time Communications Working Group", - "url": "https://www.w3.org/groups/wg/webrtc" + "url": "https://www.w3.org/groups/wg/webrtc/" } ], "release": { @@ -17749,7 +17915,7 @@ "groups": [ { "name": "Web Real-Time Communications Working Group", - "url": "https://www.w3.org/groups/wg/webrtc" + "url": "https://www.w3.org/groups/wg/webrtc/" } ], "release": { @@ -17810,7 +17976,7 @@ "groups": [ { "name": "Web Real-Time Communications Working Group", - "url": "https://www.w3.org/groups/wg/webrtc" + "url": "https://www.w3.org/groups/wg/webrtc/" } ], "release": { @@ -17873,7 +18039,7 @@ "groups": [ { "name": "Web Real-Time Communications Working Group", - "url": "https://www.w3.org/groups/wg/webrtc" + "url": "https://www.w3.org/groups/wg/webrtc/" } ], "release": { @@ -18850,6 +19016,113 @@ "refs": "refs/WOFF2.json", "headings": "headings/WOFF2.json", "ids": "ids/WOFF2.json" + }, + { + "url": "https://www.w3.org/TR/wpub-ann/", + "seriesComposition": "full", + "shortname": "wpub-ann", + "series": { + "shortname": "wpub-ann", + "currentSpecification": "wpub-ann", + "title": "Web Annotation Extensions for Web Publications", + "shortTitle": "Web Annotation Extensions for Web Publications", + "releaseUrl": "https://www.w3.org/TR/wpub-ann/", + "nightlyUrl": "https://w3c.github.io/wpub-ann/" + }, + "categories": [], + "organization": "W3C", + "groups": [ + { + "name": "Audiobooks Working Group", + "url": "https://www.w3.org/publishing/groups/publ-wg/" + } + ], + "release": { + "url": "https://www.w3.org/TR/wpub-ann/", + "status": "Discontinued Draft", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://w3c.github.io/wpub-ann/", + "status": "Editor's Draft", + "alternateUrls": [], + "repository": "https://github.com/w3c/wpub-ann", + "sourcePath": "index.html", + "filename": "index.html" + }, + "title": "Web Annotation Extensions for Web Publications", + "source": "w3c", + "shortTitle": "Web Annotation Extensions for Web Publications", + "standing": "discontinued", + "versions": [ + "https://www.w3.org/TR/wpub-ann/", + "https://w3c.github.io/wpub-ann/" + ], + "crawled": "https://www.w3.org/TR/wpub-ann/", + "crawlCacheInfo": { + "lastModified": "Fri, 02 Oct 2020 07:11:30 GMT" + }, + "generator": "respec", + "date": "01 October 2020", + "links": "links/wpub-ann.json", + "refs": "refs/wpub-ann.json", + "dfns": "dfns/wpub-ann.json", + "headings": "headings/wpub-ann.json", + "ids": "ids/wpub-ann.json" + }, + { + "url": "https://www.w3.org/TR/wpub/", + "seriesComposition": "full", + "shortname": "wpub", + "series": { + "shortname": "wpub", + "currentSpecification": "wpub", + "title": "Web Publications", + "shortTitle": "Web Publications", + "releaseUrl": "https://www.w3.org/TR/wpub/", + "nightlyUrl": "https://w3c.github.io/wpub/" + }, + "categories": [], + "organization": "W3C", + "groups": [ + { + "name": "Audiobooks Working Group", + "url": "https://www.w3.org/publishing/groups/publ-wg/" + } + ], + "release": { + "url": "https://www.w3.org/TR/wpub/", + "status": "Discontinued Draft", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://w3c.github.io/wpub/", + "status": "Editor's Draft", + "alternateUrls": [], + "repository": "https://github.com/w3c/wpub", + "sourcePath": "index.html", + "filename": "index.html" + }, + "title": "Web Publications", + "source": "w3c", + "shortTitle": "Web Publications", + "standing": "discontinued", + "versions": [ + "https://www.w3.org/TR/wpub/", + "https://w3c.github.io/wpub/" + ], + "crawled": "https://www.w3.org/TR/wpub/", + "crawlCacheInfo": { + "lastModified": "Tue, 06 Aug 2019 15:18:32 GMT" + }, + "generator": "respec", + "date": "13 August 2019", + "links": "links/wpub.json", + "refs": "refs/wpub.json", + "idl": "idl/wpub.idl", + "dfns": "dfns/wpub.json", + "headings": "headings/wpub.json", + "ids": "ids/wpub.json" } ] } \ No newline at end of file diff --git a/tr/links/audiobooks.json b/tr/links/audiobooks.json new file mode 100644 index 000000000000..d1b82727980f --- /dev/null +++ b/tr/links/audiobooks.json @@ -0,0 +1,136 @@ +{ + "spec": { + "title": "Audiobooks", + "url": "https://www.w3.org/TR/audiobooks/" + }, + "links": { + "https://dom.spec.whatwg.org/": { + "specShortname": "dom" + }, + "https://github.com/w3c/audiobooks/issues/": {}, + "https://github.com/w3c/audiobooks/issues/61": {}, + "https://github.com/w3c/audiobooks/issues/63": {}, + "https://github.com/w3c/audiobooks/issues/70": {}, + "https://github.com/w3c/audiobooks/issues/71": {}, + "https://github.com/w3c/audiobooks/issues/87": {}, + "https://github.com/w3c/audiobooks/issues/93": {}, + "https://github.com/w3c/audiobooks/issues/97": {}, + "https://github.com/w3c/audiobooks/issues?q=is%3Aissue+is%3Aclosed+sort%3Aupdated-desc": {}, + "https://github.com/w3c/audiobooks/pull/69": {}, + "https://github.com/w3c/pub-manifest/blob/master/experiments/audiobook/flatland-canonical.json": {}, + "https://github.com/w3c/pub-manifest/issues/226": {}, + "https://github.com/w3c/publ-tests/issues/7": {}, + "https://html.spec.whatwg.org/multipage/": {}, + "https://infra.spec.whatwg.org/": { + "anchors": [ + "list-iterate", + "list-remove", + "list", + "map-entry", + "list-contain" + ], + "specShortname": "infra" + }, + "https://lists.w3.org/Archives/Public/public-publ-wg/": {}, + "https://schema.org/": {}, + "https://schema.org/Audiobook": {}, + "https://schema.org/author": {}, + "https://schema.org/readBy": {}, + "https://tools.ietf.org/html/bcp14": {}, + "https://tools.ietf.org/html/draft-zyp-json-schema": {}, + "https://tools.ietf.org/html/rfc2119": {}, + "https://tools.ietf.org/html/rfc8174": {}, + "https://url.spec.whatwg.org/": { + "specShortname": "url" + }, + "https://w3c.github.io/lpf/": {}, + "https://w3c.github.io/pub-manifest/": { + "anchors": [ + "app-toc-structure" + ], + "specShortname": "pub-manifest" + }, + "https://www.w3.org/2004/01/pp-impl/100074/status": {}, + "https://www.w3.org/2020/Process-20200915/": { + "anchors": [ + "allow-new-features" + ] + }, + "https://www.w3.org/Consortium/Patent-Policy-20170801/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ] + }, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/2019/WD-audiobooks-20190620/": {}, + "https://www.w3.org/TR/annotation-model/": {}, + "https://www.w3.org/TR/audiobooks/": { + "anchors": [ + "audio-packaging" + ], + "specShortname": "audiobooks" + }, + "https://www.w3.org/TR/dpub-aria-1.0/": {}, + "https://www.w3.org/TR/json-ld/": { + "specShortname": "json-ld11" + }, + "https://www.w3.org/TR/json-ld11/": { + "specShortname": "json-ld11" + }, + "https://www.w3.org/TR/lpf/": {}, + "https://www.w3.org/TR/media-frags/": {}, + "https://www.w3.org/TR/pub-manifest/": { + "anchors": [ + "terminology", + "manifest-link", + "manifest-embed", + "publication-resources", + "profile-conformance", + "manifest-context", + "default-reading-order", + "pub-title", + "abridged", + "accessibilityFeature", + "accessibilityHazard", + "accessibilitySummary", + "accessMode", + "accessModeSufficient", + "cover", + "last-modification-date", + "publication-date", + "canonical-identifier", + "inLanguage", + "reading-progression-direction", + "resource-list", + "publication-types", + "address", + "app-internal-rep-data-model", + "manifest-lang-dir", + "creators", + "duration", + "value-linked-resource", + "preview", + "manifest-processing", + "processing-extension", + "dfn-validation-errors", + "validate-duration", + "validate-extension", + "dfn-fatal-errors", + "app-toc-ua", + "contents", + "security-privacy" + ], + "specShortname": "pub-manifest" + }, + "https://www.w3.org/TR/pwp-ucr/": { + "anchors": [ + "player" + ] + }, + "https://www.w3.org/community/sync-media-pub/": {}, + "https://www.w3.org/dpub/IG/": {}, + "https://www.w3.org/ns/pub-schema/audiobooks/": {}, + "https://www.w3.org/publishing/groups/publ-wg/": {} + } +} \ No newline at end of file diff --git a/tr/links/css-anchor-position-1.json b/tr/links/css-anchor-position-1.json new file mode 100644 index 000000000000..e817fe9cac95 --- /dev/null +++ b/tr/links/css-anchor-position-1.json @@ -0,0 +1,220 @@ +{ + "spec": { + "title": "CSS Anchor Positioning", + "url": "https://www.w3.org/TR/css-anchor-position-1/" + }, + "links": { + "https://datatracker.ietf.org/doc/html/rfc2119": {}, + "https://dom.spec.whatwg.org/": { + "anchors": [ + "concept-tree", + "concept-tree-root", + "concept-shadow-tree" + ], + "specShortname": "dom" + }, + "https://drafts.csswg.org/css-logical-1/": { + "anchors": [ + "inset-properties" + ], + "specShortname": "css-logical-1" + }, + "https://drafts.csswg.org/css-position-4/": { + "anchors": [ + "document-top-layer" + ], + "specShortname": "css-position-4" + }, + "https://drafts.csswg.org/css-scoping-1/": { + "anchors": [ + "css-tree-scoped-name", + "css-tree-scoped-reference" + ], + "specShortname": "css-scoping-1" + }, + "https://github.com/w3c/csswg-drafts/issues": {}, + "https://github.com/w3c/csswg-drafts/issues/8180": {}, + "https://html.spec.whatwg.org/multipage/": {}, + "https://html.spec.whatwg.org/multipage/input.html": { + "anchors": [ + "the-input-element" + ] + }, + "https://infra.spec.whatwg.org/": { + "anchors": [ + "list-iterate", + "iteration-continue" + ], + "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://www.w3.org/2021/Process-20211102/": { + "anchors": [ + "recs-and-notes" + ] + }, + "https://www.w3.org/Consortium/Patent-Policy-20200915/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ] + }, + "https://www.w3.org/Style/CSS/Test/": {}, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/CSS/": { + "anchors": [ + "future-proofing", + "unstable", + "proprietary-extension" + ], + "specShortname": "CSS22" + }, + "https://www.w3.org/TR/CSS21/conform.html": { + "anchors": [ + "style-sheet", + "user-agent", + "ignore" + ], + "specShortname": "CSS2" + }, + "https://www.w3.org/TR/css-align-3/": { + "anchors": [ + "box-alignment-properties" + ], + "specShortname": "css-align-3" + }, + "https://www.w3.org/TR/css-box-4/": { + "anchors": [ + "padding-box", + "margin-box" + ], + "specShortname": "css-box-4" + }, + "https://www.w3.org/TR/css-break-4/": { + "anchors": [ + "fragment" + ], + "specShortname": "css-break-4" + }, + "https://www.w3.org/TR/css-cascade-5/": { + "anchors": [ + "used-value", + "css-property" + ], + "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-display-3/": { + "anchors": [ + "principal-box", + "containing-block", + "initial-containing-block", + "containing-block-chain", + "elements" + ], + "specShortname": "css-display-3" + }, + "https://www.w3.org/TR/css-logical-1/": { + "specShortname": "css-logical-1" + }, + "https://www.w3.org/TR/css-overflow-3/": { + "anchors": [ + "scroll-container", + "initial-scroll-position" + ], + "specShortname": "css-overflow-3" + }, + "https://www.w3.org/TR/css-position-3/": { + "anchors": [ + "absolute-position", + "propdef-left", + "propdef-right", + "inset-modified-containing-block", + "propdef-top", + "propdef-bottom", + "valdef-top-auto", + "propdef-position" + ], + "specShortname": "css-position-3" + }, + "https://www.w3.org/TR/css-scoping-1/": { + "specShortname": "css-scoping-1" + }, + "https://www.w3.org/TR/css-shadow-parts-1/": { + "anchors": [ + "selectordef-part" + ], + "specShortname": "css-shadow-parts-1" + }, + "https://www.w3.org/TR/css-sizing-3/": { + "anchors": [ + "sizing-property", + "propdef-width" + ], + "specShortname": "css-sizing-3" + }, + "https://www.w3.org/TR/css-syntax-3/": { + "anchors": [ + "typedef-rule-list", + "typedef-declaration-list" + ], + "specShortname": "css-syntax-3" + }, + "https://www.w3.org/TR/css-transforms-1/": { + "anchors": [ + "funcdef-transform-translate" + ], + "specShortname": "css-transforms-1" + }, + "https://www.w3.org/TR/css-values-4/": { + "anchors": [ + "comb-one", + "typedef-dashed-ident", + "length-value", + "mult-opt", + "comb-comma", + "typedef-length-percentage", + "percentage-value", + "math-function" + ], + "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-4/": { + "anchors": [ + "writing-mode" + ], + "specShortname": "css-writing-modes-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/groups/wg/css": {}, + "https://www.w3.org/groups/wg/css/ipr": {} + } +} \ No newline at end of file diff --git a/tr/links/epub-33.json b/tr/links/epub-33.json index b5e2415ad620..7b62df57ac2b 100644 --- a/tr/links/epub-33.json +++ b/tr/links/epub-33.json @@ -567,7 +567,9 @@ "https://www.w3.org/TR/WOFF2/": { "specShortname": "WOFF2" }, - "https://www.w3.org/TR/audiobooks/": {}, + "https://www.w3.org/TR/audiobooks/": { + "specShortname": "audiobooks" + }, "https://www.w3.org/TR/charmod-norm/": { "anchors": [ "CanonicalFoldNormalizationStep" diff --git a/tr/links/largest-contentful-paint.json b/tr/links/largest-contentful-paint.json index c26180c59888..0a27226a0b6e 100644 --- a/tr/links/largest-contentful-paint.json +++ b/tr/links/largest-contentful-paint.json @@ -70,7 +70,9 @@ ], "specShortname": "infra" }, - "https://w3c.github.io/event-timing/": {}, + "https://w3c.github.io/event-timing/": { + "specShortname": "event-timing" + }, "https://w3c.github.io/hr-time": { "anchors": [ "dom-domhighrestimestamp" diff --git a/tr/links/pub-manifest.json b/tr/links/pub-manifest.json new file mode 100644 index 000000000000..e5c8fbaea8ed --- /dev/null +++ b/tr/links/pub-manifest.json @@ -0,0 +1,313 @@ +{ + "spec": { + "title": "Publication Manifest", + "url": "https://www.w3.org/TR/pub-manifest/" + }, + "links": { + "http://bibliontology.com/specification.html": {}, + "http://dublincore.org/documents/dces/": {}, + "http://dublincore.org/documents/dcmi-terms/": {}, + "http://microformats.org/wiki/existing-rel-values": { + "anchors": [ + "HTML5_link_type_extensions" + ] + }, + "http://www.bibtex.org/Format/": {}, + "http://xmlns.com/foaf/spec": {}, + "https://dom.spec.whatwg.org/": { + "anchors": [ + "concept-document-url", + "concept-tree-order" + ], + "specShortname": "dom" + }, + "https://en.wikipedia.org/wiki/ISO_8601": { + "anchors": [ + "Durations" + ] + }, + "https://github.com/w3c/audiobooks/issues/65": {}, + "https://github.com/w3c/pub-manifest/blob/master/experiments/w3c_rec/full_version.html": {}, + "https://github.com/w3c/pub-manifest/issues/": {}, + "https://github.com/w3c/pub-manifest/issues/176": {}, + "https://github.com/w3c/pub-manifest/issues/177": {}, + "https://github.com/w3c/pub-manifest/issues/179": {}, + "https://github.com/w3c/pub-manifest/issues/186": {}, + "https://github.com/w3c/pub-manifest/issues/195": {}, + "https://github.com/w3c/pub-manifest/issues/196": {}, + "https://github.com/w3c/pub-manifest/issues/198": {}, + "https://github.com/w3c/pub-manifest/issues/203": { + "anchors": [ + "issuecomment-614004609" + ] + }, + "https://github.com/w3c/pub-manifest/issues/205": {}, + "https://github.com/w3c/pub-manifest/issues/207": {}, + "https://github.com/w3c/pub-manifest/issues/226": {}, + "https://github.com/w3c/pub-manifest/issues?q=is%3Aissue+is%3Aclosed+sort%3Aupdated-desc": {}, + "https://github.com/w3c/pub-manifest/pull/180": {}, + "https://github.com/w3c/pub-manifest/pull/182": {}, + "https://github.com/w3c/pub-manifest/pull/194": {}, + "https://github.com/w3c/pub-manifest/pull/232": {}, + "https://github.com/w3c/pub-manifest/pull/233": {}, + "https://github.com/w3c/pub-manifest/pull/234": {}, + "https://heycam.github.io/webidl/": {}, + "https://html.spec.whatwg.org/multipage/": {}, + "https://html.spec.whatwg.org/multipage/dom.html": { + "anchors": [ + "the-document-object", + "the-lang-and-xml%3Alang-attributes", + "the-dir-attribute", + "wai-aria", + "sectioning-content-2", + "heading-content-2" + ] + }, + "https://html.spec.whatwg.org/multipage/grouping-content.html": { + "anchors": [ + "the-ol-element", + "the-ul-element", + "the-div-element", + "the-li-element" + ] + }, + "https://html.spec.whatwg.org/multipage/interaction.html": { + "anchors": [ + "the-hidden-attribute" + ] + }, + "https://html.spec.whatwg.org/multipage/scripting.html": { + "anchors": [ + "the-script-element" + ] + }, + "https://html.spec.whatwg.org/multipage/sections.html": { + "anchors": [ + "the-nav-element", + "the-h1,-h2,-h3,-h4,-h5,-and-h6-elements", + "sectioning-root" + ] + }, + "https://html.spec.whatwg.org/multipage/semantics.html": { + "anchors": [ + "the-base-element", + "the-title-element" + ] + }, + "https://html.spec.whatwg.org/multipage/text-level-semantics.html": { + "anchors": [ + "the-a-element" + ] + }, + "https://httpwg.org/specs/rfc8288.html": { + "specShortname": "rfc8288" + }, + "https://infra.spec.whatwg.org/": { + "anchors": [ + "ascii-case-insensitive", + "ordered-map", + "map-value", + "map-key", + "parse-json-into-infra-values", + "list", + "list-item", + "string", + "list-iterate", + "iteration-break", + "map-iterate", + "list-remove", + "list-append", + "map-remove", + "nulls", + "list-contain", + "ordered-set", + "set-union", + "iteration-continue", + "list-extend", + "map-entry", + "set-append", + "list-size", + "stack", + "stack-push", + "stack-pop" + ], + "specShortname": "infra" + }, + "https://lists.w3.org/Archives/Public/public-publ-wg/": {}, + "https://schema.org/": {}, + "https://schema.org/Article": {}, + "https://schema.org/Audiobook": {}, + "https://schema.org/Book": {}, + "https://schema.org/Course": {}, + "https://schema.org/CreativeWork": { + "anchors": [ + "subtypes" + ] + }, + "https://schema.org/Date": {}, + "https://schema.org/DateTime": {}, + "https://schema.org/ItemList": {}, + "https://schema.org/Organization": {}, + "https://schema.org/Person": {}, + "https://schema.org/Property": {}, + "https://schema.org/TechArticle": {}, + "https://schema.org/Thing": {}, + "https://schema.org/VisualArtwork": {}, + "https://schema.org/abridged": {}, + "https://schema.org/accessMode": {}, + "https://schema.org/accessModeSufficient": {}, + "https://schema.org/accessibilityFeature": {}, + "https://schema.org/accessibilityHazard": {}, + "https://schema.org/accessibilitySummary": {}, + "https://schema.org/artist": {}, + "https://schema.org/author": {}, + "https://schema.org/colorist": {}, + "https://schema.org/contributor": {}, + "https://schema.org/creator": {}, + "https://schema.org/dateModified": {}, + "https://schema.org/datePublished": {}, + "https://schema.org/description": {}, + "https://schema.org/docs/faq.html": { + "anchors": [ + "19" + ] + }, + "https://schema.org/docs/jsonldcontext.json": {}, + "https://schema.org/docs/schemas.html": {}, + "https://schema.org/duration": {}, + "https://schema.org/editor": {}, + "https://schema.org/encodingFormat": {}, + "https://schema.org/identifier": {}, + "https://schema.org/illustrator": {}, + "https://schema.org/inLanguage": {}, + "https://schema.org/inker": {}, + "https://schema.org/letterer": {}, + "https://schema.org/name": {}, + "https://schema.org/penciler": {}, + "https://schema.org/publisher": {}, + "https://schema.org/readBy": {}, + "https://schema.org/translator": {}, + "https://schema.org/url": {}, + "https://tc39.es/ecma262/": { + "anchors": [ + "sec-terms-and-definitions-boolean-value" + ] + }, + "https://tools.ietf.org/html/bcp14": {}, + "https://tools.ietf.org/html/bcp47": { + "anchors": [ + "section-2.2.9" + ] + }, + "https://tools.ietf.org/html/draft-vandesompel-identifier-00": {}, + "https://tools.ietf.org/html/draft-zyp-json-schema": {}, + "https://tools.ietf.org/html/rfc2046": {}, + "https://tools.ietf.org/html/rfc2119": {}, + "https://tools.ietf.org/html/rfc4627": { + "anchors": [ + "section-2.5", + "section-2.4", + "section-2.2", + "section-2.3" + ] + }, + "https://tools.ietf.org/html/rfc5988": {}, + "https://tools.ietf.org/html/rfc8174": {}, + "https://tools.ietf.org/html/rfc8288": { + "anchors": [ + "section-2.1.2" + ] + }, + "https://url.spec.whatwg.org/": { + "anchors": [ + "absolute-url-string", + "relative-url-string", + "concept-base-url", + "concept-url", + "absolute-url-with-fragment-string", + "concept-url-parser", + "concept-url-serializer" + ], + "specShortname": "url" + }, + "https://w3c.github.io/pub-manifest/experiments/audiobook/flatland-canonical.json": {}, + "https://w3c.github.io/pub-manifest/experiments/separate_manifest/mobydick.jsonld": {}, + "https://w3c.github.io/pub-manifest/experiments/w3c_rec/simple-canonical.jsonld": {}, + "https://w3c.github.io/string-meta/": {}, + "https://www.dublincore.org/specifications/dublin-core/dcmi-terms/": { + "anchors": [ + "http://purl.org/dc/terms/conformsTo" + ] + }, + "https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf": {}, + "https://www.editeur.org/83/Overview": {}, + "https://www.iana.org/assignments/link-relations/link-relations.xhtml": {}, + "https://www.iso.org/standard/70907.html": {}, + "https://www.unicode.org/reports/tr9/tr9-42.html": {}, + "https://www.w3.org/2004/01/pp-impl/100074/status": {}, + "https://www.w3.org/2020/Process-20200915/": { + "anchors": [ + "allow-new-features" + ] + }, + "https://www.w3.org/Consortium/Patent-Policy-20170801/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ] + }, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/2014/REC-json-ld-20140116/": {}, + "https://www.w3.org/TR/2019/WD-pub-manifest-20190827/": {}, + "https://www.w3.org/TR/SRI/": { + "anchors": [ + "dfn-integrity-metadata", + "the-integrity-attribute", + "cryptographic-hash-functions" + ], + "specShortname": "SRI" + }, + "https://www.w3.org/TR/WCAG/": { + "anchors": [ + "non-text-content" + ] + }, + "https://www.w3.org/TR/WCAG21/": { + "anchors": [ + "page-titled" + ] + }, + "https://www.w3.org/TR/accname-1.1/": { + "anchors": [ + "mapping_additional_nd_te" + ] + }, + "https://www.w3.org/TR/audiobooks/": { + "specShortname": "audiobooks" + }, + "https://www.w3.org/TR/dpub-aria-1.0/": {}, + "https://www.w3.org/TR/json-ld/": { + "anchors": [ + "syntax-tokens-and-keywords", + "compact-iris" + ], + "specShortname": "json-ld11" + }, + "https://www.w3.org/TR/json-ld11/": { + "anchors": [ + "inheriting-base-iri-from-html-s-base-element", + "embedding-json-ld-in-html-documents", + "privacy", + "iana-considerations" + ], + "specShortname": "json-ld11" + }, + "https://www.w3.org/TR/pub-manifest/": { + "specShortname": "pub-manifest" + }, + "https://www.w3.org/dpub/IG/": {}, + "https://www.w3.org/ns/pub-schema/manifest/": {}, + "https://www.w3.org/publishing/groups/publ-wg/": {}, + "https://www.w3.org/wiki/WebSchemas/Accessibility": {} + } +} \ No newline at end of file diff --git a/tr/links/wpub-ann.json b/tr/links/wpub-ann.json new file mode 100644 index 000000000000..d87c21834084 --- /dev/null +++ b/tr/links/wpub-ann.json @@ -0,0 +1,85 @@ +{ + "spec": { + "title": "Web Annotation Extensions for Web Publications", + "url": "https://www.w3.org/TR/wpub-ann/" + }, + "links": { + "http://www.iana.org/assignments/media-types/media-types.xhtml": {}, + "http://www.idpf.org/epub/linking/cfi/epub-cfi.html": {}, + "https://github.com/w3c/wpub-ann/issues/": {}, + "https://github.com/w3c/wpub-ann/issues/12": {}, + "https://github.com/w3c/wpub-ann/issues/25": {}, + "https://github.com/w3c/wpub-ann/issues/27": {}, + "https://github.com/w3c/wpub-ann/issues/28": {}, + "https://github.com/w3c/wpub-ann/issues/29": {}, + "https://github.com/w3c/wpub-ann/issues/32": {}, + "https://github.com/w3c/wpub-ann/issues/34": {}, + "https://github.com/w3c/wpub-ann/issues/4": {}, + "https://github.com/w3c/wpub-ann/issues/40": {}, + "https://github.com/w3c/wpub-ann/issues/6": {}, + "https://github.com/w3c/wpub-ann/issues/9": {}, + "https://github.com/w3c/wpub-ann/issues/?q=is%3Aissue+is%3Aopen+label%3A%22Embedded+Resource+Selector%22": {}, + "https://github.com/w3c/wpub-ann/issues/?q=is%3Aissue+is%3Aopen+label%3A%22Fragment+ID+Locators%22": {}, + "https://github.com/w3c/wpub-ann/issues/?q=is%3Aissue+is%3Aopen+label%3A%22Multi+Resource+Selector%22": {}, + "https://github.com/w3c/wpub-ann/issues/?q=is%3Aissue+is%3Aopen+label%3A%22Position+Specifier%22": {}, + "https://github.com/w3c/wpub-ann/issues/?q=is%3Aissue+is%3Aopen+label%3A%22Span+Selectors%22": {}, + "https://lists.w3.org/Archives/Public/public-publ-wg/": {}, + "https://tools.ietf.org/html/bcp14": {}, + "https://tools.ietf.org/html/rfc2119": {}, + "https://tools.ietf.org/html/rfc3986": {}, + "https://tools.ietf.org/html/rfc4627": {}, + "https://tools.ietf.org/html/rfc8174": {}, + "https://url.spec.whatwg.org/": { + "specShortname": "url" + }, + "https://www.w3.org/2020/Process-20200915/": { + "anchors": [ + "abandon-draft" + ] + }, + "https://www.w3.org/Consortium/Patent-Policy-20170801/": {}, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/annotation-model/": { + "anchors": [ + "selectors", + "states", + "text-quote-selector", + "specific-resources", + "refinement-of-selection", + "range-selector", + "css-selector" + ] + }, + "https://www.w3.org/TR/annotation-vocab/": {}, + "https://www.w3.org/TR/css3-selectors/": {}, + "https://www.w3.org/TR/media-frags/": {}, + "https://www.w3.org/TR/publishing-linking/": { + "anchors": [ + "dfn-user", + "dfn-user-agent", + "dfn-browser", + "dfn-address" + ] + }, + "https://www.w3.org/TR/pwpub/": {}, + "https://www.w3.org/TR/selectors-3/": { + "specShortname": "selectors-3" + }, + "https://www.w3.org/TR/selectors-states/": { + "anchors": [ + "specific-resources" + ] + }, + "https://www.w3.org/TR/webarch/": {}, + "https://www.w3.org/TR/wpub/": { + "anchors": [ + "dfn-urls", + "value-url" + ], + "specShortname": "wpub" + }, + "https://www.w3.org/dpub/IG/": {}, + "https://www.w3.org/publishing/groups/publ-wg/": {}, + "https://www.w3.org/publishing/groups/publ-wg/Meetings/Minutes/": {} + } +} \ No newline at end of file diff --git a/tr/links/wpub.json b/tr/links/wpub.json new file mode 100644 index 000000000000..7674760b3603 --- /dev/null +++ b/tr/links/wpub.json @@ -0,0 +1,267 @@ +{ + "spec": { + "title": "Web Publications", + "url": "https://www.w3.org/TR/wpub/" + }, + "links": { + "http://dublincore.org/documents/dcmi-terms/": {}, + "http://www.bibtex.org/Format/": {}, + "http://www.editeur.org/83/Overview": {}, + "http://www.iso.org/iso/catalogue_detail?csnumber=40874": {}, + "http://www.w3.org/wiki/WebSchemas/Accessibility": {}, + "https://bib.schema.org/Audiobook": {}, + "https://bib.schema.org/artist": {}, + "https://bib.schema.org/colorist": {}, + "https://bib.schema.org/inker": {}, + "https://bib.schema.org/letterer": {}, + "https://bib.schema.org/penciler": {}, + "https://bib.schema.org/readBy": {}, + "https://dom.spec.whatwg.org/": { + "anchors": [ + "concept-document-url", + "concept-tree-order", + "concept-child-text-content", + "dom-node-baseuri" + ], + "specShortname": "dom" + }, + "https://en.wikipedia.org/wiki/ISO_8601": { + "anchors": [ + "Durations" + ] + }, + "https://fetch.spec.whatwg.org/": { + "anchors": [ + "concept-request-body" + ], + "specShortname": "fetch" + }, + "https://github.com/w3c/pwpub/issues/45": {}, + "https://github.com/w3c/wpub/blob/master/experiments/w3c_rec/full_version.html": {}, + "https://github.com/w3c/wpub/issues/": {}, + "https://github.com/w3c/wpub/issues/132": {}, + "https://github.com/w3c/wpub/issues/430": {}, + "https://github.com/w3c/wpub/issues/438": {}, + "https://github.com/w3c/wpub/issues/?q=is%3Aissue+is%3Aopen+label%3A%22priority%3Ahigh%22": {}, + "https://github.com/w3c/wpub/issues/?q=is%3Aissue+is%3Aopen+label%3A%22topic%3Amanifest%22": {}, + "https://github.com/w3c/wpub/issues/?q=is%3Aissue+is%3Aopen+label%3A%22topic%3Ametadata%22": {}, + "https://heycam.github.io/webidl/": { + "anchors": [ + "idl-sequence", + "idl-DOMString", + "dfn-identifier", + "idl-double" + ] + }, + "https://html.spec.whatwg.org/multipage/": { + "anchors": [ + "the-base-element", + "the-document-object", + "the-lang-and-xml:lang-attributes", + "the-dir-attribute", + "the-title-element" + ] + }, + "https://httpwg.org/specs/rfc8288.html": { + "specShortname": "rfc8288" + }, + "https://lists.w3.org/Archives/Public/public-publ-wg/": {}, + "https://schema.org/": {}, + "https://schema.org/Article": {}, + "https://schema.org/Book": {}, + "https://schema.org/Course": {}, + "https://schema.org/CreativeWork": {}, + "https://schema.org/Date": {}, + "https://schema.org/DateTime": {}, + "https://schema.org/ItemList": {}, + "https://schema.org/Organization": {}, + "https://schema.org/Person": {}, + "https://schema.org/Property": {}, + "https://schema.org/TechArticle": {}, + "https://schema.org/Thing": {}, + "https://schema.org/VisualArtwork": {}, + "https://schema.org/accessMode": {}, + "https://schema.org/accessModeSufficient": {}, + "https://schema.org/accessibilityFeature": {}, + "https://schema.org/accessibilityHazard": {}, + "https://schema.org/accessibilitySummary": {}, + "https://schema.org/author": {}, + "https://schema.org/contributor": {}, + "https://schema.org/creator": {}, + "https://schema.org/dateModified": {}, + "https://schema.org/datePublished": {}, + "https://schema.org/description": {}, + "https://schema.org/docs/faq.html": { + "anchors": [ + "19" + ] + }, + "https://schema.org/docs/jsonldcontext.json": {}, + "https://schema.org/docs/schemas.html": {}, + "https://schema.org/duration": {}, + "https://schema.org/editor": {}, + "https://schema.org/encodingFormat": {}, + "https://schema.org/identifier": {}, + "https://schema.org/illustrator": {}, + "https://schema.org/inLanguage": {}, + "https://schema.org/name": {}, + "https://schema.org/publisher": {}, + "https://schema.org/translator": {}, + "https://schema.org/url": {}, + "https://tc39.github.io/ecma262/": { + "anchors": [ + "sec-json.parse" + ] + }, + "https://tools.ietf.org/html/bcp14": {}, + "https://tools.ietf.org/html/bcp47": {}, + "https://tools.ietf.org/html/draft-vandesompel-identifier-00": {}, + "https://tools.ietf.org/html/rfc2046": {}, + "https://tools.ietf.org/html/rfc2119": {}, + "https://tools.ietf.org/html/rfc3987": {}, + "https://tools.ietf.org/html/rfc4627": {}, + "https://tools.ietf.org/html/rfc5988": {}, + "https://tools.ietf.org/html/rfc8174": {}, + "https://tools.ietf.org/html/rfc8288": { + "anchors": [ + "section-2.1.2" + ] + }, + "https://url.spec.whatwg.org/": { + "anchors": [ + "absolute-url-string", + "concept-url-scheme", + "relative-url-string", + "concept-base-url", + "concept-url", + "url-equivalence", + "concept-url-fragment" + ], + "specShortname": "url" + }, + "https://w3c.github.io/json-ld-syntax/": { + "anchors": [ + "embedding-json-ld-in-html-documents" + ], + "specShortname": "json-ld11" + }, + "https://w3c.github.io/string-meta/": {}, + "https://w3c.github.io/wpub/": { + "anchors": [ + "canonical-manifest" + ], + "specShortname": "wpub" + }, + "https://w3c.github.io/wpub/experiments/audiobook/flatland-canonical.json": {}, + "https://w3c.github.io/wpub/experiments/separate_manifest/mobydick.jsonld": {}, + "https://w3c.github.io/wpub/experiments/w3c_rec/simple-canonical.jsonld": {}, + "https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf": {}, + "https://www.iana.org/assignments/link-relations/": {}, + "https://www.iana.org/assignments/link-relations/link-relations.xhtml": {}, + "https://www.unicode.org/reports/tr9/tr9-41.html": {}, + "https://www.w3.org/2019/Process-20190301/": {}, + "https://www.w3.org/Consortium/Patent-Policy/": { + "specShortname": "w3c-patent-policy" + }, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/2014/REC-json-ld-20140116/": { + "anchors": [ + "string-internationalization" + ] + }, + "https://www.w3.org/TR/2016/REC-WebIDL-1-20161215/": { + "anchors": [ + "es-dictionary" + ] + }, + "https://www.w3.org/TR/SRI/": { + "anchors": [ + "dfn-integrity-metadata", + "the-integrity-attribute", + "cryptographic-hash-functions" + ], + "specShortname": "SRI" + }, + "https://www.w3.org/TR/WCAG20/": { + "anchors": [ + "navigation-mechanisms-title" + ] + }, + "https://www.w3.org/TR/WCAG21/": {}, + "https://www.w3.org/TR/accname-1.1/": { + "anchors": [ + "mapping_additional_nd_te" + ] + }, + "https://www.w3.org/TR/dpub-aria-1.0/": {}, + "https://www.w3.org/TR/html/dom.html": { + "anchors": [ + "the-lang-and-xmllang-attributes", + "the-dir-attribute", + "aria-role-attribute", + "sectioning-content", + "heading-content-2", + "sectioning-content-2" + ] + }, + "https://www.w3.org/TR/html/editing.html": { + "anchors": [ + "the-hidden-attribute", + "element-attrdef-global-hidden" + ] + }, + "https://www.w3.org/TR/html/grouping-content.html": { + "anchors": [ + "the-ol-element", + "the-ul-element", + "the-div-element", + "the-li-element" + ] + }, + "https://www.w3.org/TR/html/infrastructure.html": { + "anchors": [ + "tree-order" + ] + }, + "https://www.w3.org/TR/html/references.html": { + "anchors": [ + "biblio-url" + ] + }, + "https://www.w3.org/TR/html/sections.html": { + "anchors": [ + "the-nav-element", + "the-h1-h2-h3-h4-h5-and-h6-elements", + "sectioning-roots" + ] + }, + "https://www.w3.org/TR/html/textlevel-semantics.html": { + "anchors": [ + "the-a-element" + ] + }, + "https://www.w3.org/TR/html5/semantics-scripting.html": { + "anchors": [ + "the-script-element" + ] + }, + "https://www.w3.org/TR/json-ld/": { + "anchors": [ + "compact-iris" + ], + "specShortname": "json-ld11" + }, + "https://www.w3.org/TR/publishing-linking/": { + "anchors": [ + "dfn-user", + "dfn-user-agent", + "dfn-browser", + "dfn-address", + "dfn-web-content" + ] + }, + "https://www.w3.org/TR/pwp-ucr/": {}, + "https://www.w3.org/dpub/IG/": {}, + "https://www.w3.org/publishing/groups/publ-wg/": {} + } +} \ No newline at end of file diff --git a/tr/refs/audiobooks.json b/tr/refs/audiobooks.json new file mode 100644 index 000000000000..ea1ccf0945b2 --- /dev/null +++ b/tr/refs/audiobooks.json @@ -0,0 +1,72 @@ +{ + "spec": { + "title": "Audiobooks", + "url": "https://www.w3.org/TR/audiobooks/" + }, + "refs": { + "normative": [ + { + "name": "dom", + "url": "https://dom.spec.whatwg.org/" + }, + { + "name": "dpub-aria-1.0", + "url": "https://www.w3.org/TR/dpub-aria-1.0/" + }, + { + "name": "html", + "url": "https://html.spec.whatwg.org/multipage/" + }, + { + "name": "infra", + "url": "https://infra.spec.whatwg.org/" + }, + { + "name": "json-ld", + "url": "https://www.w3.org/TR/json-ld/" + }, + { + "name": "media-frags", + "url": "https://www.w3.org/TR/media-frags/" + }, + { + "name": "pub-manifest", + "url": "https://www.w3.org/TR/pub-manifest/" + }, + { + "name": "RFC2119", + "url": "https://tools.ietf.org/html/rfc2119" + }, + { + "name": "RFC8174", + "url": "https://tools.ietf.org/html/rfc8174" + }, + { + "name": "schema.org", + "url": "https://schema.org/" + }, + { + "name": "url", + "url": "https://url.spec.whatwg.org/" + } + ], + "informative": [ + { + "name": "json-ld11", + "url": "https://www.w3.org/TR/json-ld11/" + }, + { + "name": "json-schema", + "url": "https://tools.ietf.org/html/draft-zyp-json-schema" + }, + { + "name": "lpf", + "url": "https://w3c.github.io/lpf/" + }, + { + "name": "pwp-ucr", + "url": "https://www.w3.org/TR/pwp-ucr/" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/css-anchor-position-1.json b/tr/refs/css-anchor-position-1.json new file mode 100644 index 000000000000..39af34147ed7 --- /dev/null +++ b/tr/refs/css-anchor-position-1.json @@ -0,0 +1,92 @@ +{ + "spec": { + "title": "CSS Anchor Positioning", + "url": "https://www.w3.org/TR/css-anchor-position-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-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-LOGICAL-1", + "url": "https://www.w3.org/TR/css-logical-1/" + }, + { + "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-POSITION-4", + "url": "https://drafts.csswg.org/css-position-4/" + }, + { + "name": "CSS-SCOPING-1", + "url": "https://www.w3.org/TR/css-scoping-1/" + }, + { + "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-TRANSFORMS-1", + "url": "https://www.w3.org/TR/css-transforms-1/" + }, + { + "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": "DOM", + "url": "https://dom.spec.whatwg.org/" + }, + { + "name": "INFRA", + "url": "https://infra.spec.whatwg.org/" + }, + { + "name": "RFC2119", + "url": "https://datatracker.ietf.org/doc/html/rfc2119" + } + ], + "informative": [ + { + "name": "CSS-SHADOW-PARTS-1", + "url": "https://www.w3.org/TR/css-shadow-parts-1/" + }, + { + "name": "HTML", + "url": "https://html.spec.whatwg.org/multipage/" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/pub-manifest.json b/tr/refs/pub-manifest.json new file mode 100644 index 000000000000..b95c4b9b2b52 --- /dev/null +++ b/tr/refs/pub-manifest.json @@ -0,0 +1,156 @@ +{ + "spec": { + "title": "Publication Manifest", + "url": "https://www.w3.org/TR/pub-manifest/" + }, + "refs": { + "normative": [ + { + "name": "accname-1.1", + "url": "https://www.w3.org/TR/accname-1.1/" + }, + { + "name": "bcp47", + "url": "https://tools.ietf.org/html/bcp47" + }, + { + "name": "bibo", + "url": "http://bibliontology.com/specification.html" + }, + { + "name": "bibtex", + "url": "http://www.bibtex.org/Format/" + }, + { + "name": "bidi", + "url": "https://www.unicode.org/reports/tr9/tr9-42.html" + }, + { + "name": "dc11", + "url": "http://dublincore.org/documents/dces/" + }, + { + "name": "dcterms", + "url": "http://dublincore.org/documents/dcmi-terms/" + }, + { + "name": "dom", + "url": "https://dom.spec.whatwg.org/" + }, + { + "name": "dpub-aria-1.0", + "url": "https://www.w3.org/TR/dpub-aria-1.0/" + }, + { + "name": "ecmascript", + "url": "https://tc39.es/ecma262/" + }, + { + "name": "foaf", + "url": "http://xmlns.com/foaf/spec" + }, + { + "name": "html", + "url": "https://html.spec.whatwg.org/multipage/" + }, + { + "name": "iana-link-relations", + "url": "https://www.iana.org/assignments/link-relations/link-relations.xhtml" + }, + { + "name": "infra", + "url": "https://infra.spec.whatwg.org/" + }, + { + "name": "iso8601-1", + "url": "https://www.iso.org/standard/70907.html" + }, + { + "name": "json", + "url": "https://tools.ietf.org/html/rfc4627" + }, + { + "name": "json-ld11", + "url": "https://www.w3.org/TR/json-ld11/" + }, + { + "name": "mfrel", + "url": "http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions" + }, + { + "name": "onix", + "url": "https://www.editeur.org/83/Overview" + }, + { + "name": "rfc2046", + "url": "https://tools.ietf.org/html/rfc2046" + }, + { + "name": "RFC2119", + "url": "https://tools.ietf.org/html/rfc2119" + }, + { + "name": "rfc5988", + "url": "https://tools.ietf.org/html/rfc5988" + }, + { + "name": "RFC8174", + "url": "https://tools.ietf.org/html/rfc8174" + }, + { + "name": "rfc8288", + "url": "https://httpwg.org/specs/rfc8288.html" + }, + { + "name": "schema.org", + "url": "https://schema.org/" + }, + { + "name": "sri", + "url": "https://www.w3.org/TR/SRI/" + }, + { + "name": "url", + "url": "https://url.spec.whatwg.org/" + }, + { + "name": "wcag21", + "url": "https://www.w3.org/TR/WCAG21/" + } + ], + "informative": [ + { + "name": "audiobooks", + "url": "https://www.w3.org/TR/audiobooks/" + }, + { + "name": "ecma-404", + "url": "https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf" + }, + { + "name": "json-ld10", + "url": "https://www.w3.org/TR/2014/REC-json-ld-20140116/" + }, + { + "name": "json-schema", + "url": "https://tools.ietf.org/html/draft-zyp-json-schema" + }, + { + "name": "link-relation", + "url": "https://tools.ietf.org/html/draft-vandesompel-identifier-00" + }, + { + "name": "string-meta", + "url": "https://w3c.github.io/string-meta/" + }, + { + "name": "WebIDL", + "url": "https://heycam.github.io/webidl/" + }, + { + "name": "webschemas-a11y", + "url": "https://www.w3.org/wiki/WebSchemas/Accessibility" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/wpub-ann.json b/tr/refs/wpub-ann.json new file mode 100644 index 000000000000..86719ee4fa2b --- /dev/null +++ b/tr/refs/wpub-ann.json @@ -0,0 +1,72 @@ +{ + "spec": { + "title": "Web Annotation Extensions for Web Publications", + "url": "https://www.w3.org/TR/wpub-ann/" + }, + "refs": { + "normative": [ + { + "name": "RFC2119", + "url": "https://tools.ietf.org/html/rfc2119" + }, + { + "name": "RFC8174", + "url": "https://tools.ietf.org/html/rfc8174" + } + ], + "informative": [ + { + "name": "annotation-model", + "url": "https://www.w3.org/TR/annotation-model/" + }, + { + "name": "annotation-vocab", + "url": "https://www.w3.org/TR/annotation-vocab/" + }, + { + "name": "cfi", + "url": "http://www.idpf.org/epub/linking/cfi/epub-cfi.html" + }, + { + "name": "css3-selectors", + "url": "https://www.w3.org/TR/selectors-3/" + }, + { + "name": "json", + "url": "https://tools.ietf.org/html/rfc4627" + }, + { + "name": "media-frags", + "url": "https://www.w3.org/TR/media-frags/" + }, + { + "name": "publishing-linking", + "url": "https://www.w3.org/TR/publishing-linking/" + }, + { + "name": "pwpub", + "url": "https://www.w3.org/TR/pwpub/" + }, + { + "name": "rfc3986", + "url": "https://tools.ietf.org/html/rfc3986" + }, + { + "name": "selectors-states", + "url": "https://www.w3.org/TR/selectors-states/" + }, + { + "name": "url", + "url": "https://url.spec.whatwg.org/" + }, + { + "name": "webarch", + "url": "https://www.w3.org/TR/webarch/" + }, + { + "name": "wpub", + "url": "https://www.w3.org/TR/wpub/" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/wpub.json b/tr/refs/wpub.json new file mode 100644 index 000000000000..8766a3b56c24 --- /dev/null +++ b/tr/refs/wpub.json @@ -0,0 +1,152 @@ +{ + "spec": { + "title": "Web Publications", + "url": "https://www.w3.org/TR/wpub/" + }, + "refs": { + "normative": [ + { + "name": "accname-1.1", + "url": "https://www.w3.org/TR/accname-1.1/" + }, + { + "name": "bcp47", + "url": "https://tools.ietf.org/html/bcp47" + }, + { + "name": "bibtex", + "url": "http://www.bibtex.org/Format/" + }, + { + "name": "bidi", + "url": "https://www.unicode.org/reports/tr9/tr9-41.html" + }, + { + "name": "dcterms", + "url": "http://dublincore.org/documents/dcmi-terms/" + }, + { + "name": "dom", + "url": "https://dom.spec.whatwg.org/" + }, + { + "name": "dpub-aria-1.0", + "url": "https://www.w3.org/TR/dpub-aria-1.0/" + }, + { + "name": "ecmascript", + "url": "https://tc39.github.io/ecma262/" + }, + { + "name": "fetch", + "url": "https://fetch.spec.whatwg.org/" + }, + { + "name": "html", + "url": "https://html.spec.whatwg.org/multipage/" + }, + { + "name": "iana-link-relations", + "url": "https://www.iana.org/assignments/link-relations/link-relations.xhtml" + }, + { + "name": "iana-relations", + "url": "https://www.iana.org/assignments/link-relations/" + }, + { + "name": "iso8601", + "url": "http://www.iso.org/iso/catalogue_detail?csnumber=40874" + }, + { + "name": "json", + "url": "https://tools.ietf.org/html/rfc4627" + }, + { + "name": "json-ld", + "url": "https://www.w3.org/TR/json-ld/" + }, + { + "name": "onix", + "url": "http://www.editeur.org/83/Overview" + }, + { + "name": "publishing-linking", + "url": "https://www.w3.org/TR/publishing-linking/" + }, + { + "name": "PWP-UCR", + "url": "https://www.w3.org/TR/pwp-ucr/" + }, + { + "name": "rfc2046", + "url": "https://tools.ietf.org/html/rfc2046" + }, + { + "name": "RFC2119", + "url": "https://tools.ietf.org/html/rfc2119" + }, + { + "name": "rfc5988", + "url": "https://tools.ietf.org/html/rfc5988" + }, + { + "name": "RFC8174", + "url": "https://tools.ietf.org/html/rfc8174" + }, + { + "name": "rfc8288", + "url": "https://httpwg.org/specs/rfc8288.html" + }, + { + "name": "schema.org", + "url": "https://schema.org/" + }, + { + "name": "sri", + "url": "https://www.w3.org/TR/SRI/" + }, + { + "name": "url", + "url": "https://url.spec.whatwg.org/" + }, + { + "name": "WCAG20", + "url": "https://www.w3.org/TR/WCAG20/" + }, + { + "name": "WCAG21", + "url": "https://www.w3.org/TR/WCAG21/" + }, + { + "name": "WebIDL", + "url": "https://heycam.github.io/webidl/" + }, + { + "name": "webidl-1", + "url": "https://www.w3.org/TR/2016/REC-WebIDL-1-20161215/" + } + ], + "informative": [ + { + "name": "ecma-404", + "url": "https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf" + }, + { + "name": "link-relation", + "url": "https://tools.ietf.org/html/draft-vandesompel-identifier-00" + }, + { + "name": "rfc3987", + "url": "https://tools.ietf.org/html/rfc3987" + }, + { + "name": "string-meta", + "url": "https://w3c.github.io/string-meta/" + }, + { + "name": "webschemas-a11y", + "url": "http://www.w3.org/wiki/WebSchemas/Accessibility" + } + ] + } +} \ No newline at end of file