diff --git a/tr/css/css-fonts.json b/tr/css/css-fonts.json index 76be5dfdcf0f..6e2308e3d5ef 100644 --- a/tr/css/css-fonts.json +++ b/tr/css/css-fonts.json @@ -55,7 +55,7 @@ "appliesTo": "all elements", "inherited": "yes", "percentages": "refer to parent element’s font size", - "computedValue": "an absolute length, as clamped by font-min-size and font-max-size", + "computedValue": "an absolute length", "canonicalOrder": "per grammar", "animationType": "by computed value type`" }, @@ -261,7 +261,7 @@ }, "font-palette": { "name": "font-palette", - "value": "normal | light | dark | ", + "value": "none | normal | light | dark | ", "initial": "normal", "appliesTo": "all elements", "inherited": "yes", @@ -349,6 +349,24 @@ "value": "normal | ", "initial": "normal" }, + "ascent-override": { + "name": "ascent-override", + "for": "@font-face", + "value": "normal | ", + "initial": "normal" + }, + "descent-override": { + "name": "descent-override", + "for": "@font-face", + "value": "normal | ", + "initial": "normal" + }, + "line-gap-override": { + "name": "line-gap-override", + "for": "@font-face", + "value": "normal | ", + "initial": "normal" + }, "base-palette": { "name": "base-palette", "for": "@font-palette-values", @@ -364,7 +382,7 @@ }, "valuespaces": { "": { - "value": "[normal | bold | ]" + "value": "[normal | bold | ]" }, "": { "value": "[normal | small-caps]" @@ -373,13 +391,13 @@ "value": "[normal | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded]" }, "": { - "value": "[ | woff | truetype | opentype | woff2 | embedded-opentype | svg]" + "value": "[ | woff | truetype | opentype | woff2 | embedded-opentype | collection | svg]" }, "": { "value": "[features | variations | color() | palettes]" }, "": { - "value": "[COLR | SVG | sbix]" + "value": "[COLR | SVG | sbix | CBDT ]" }, "": { "value": "[ common-ligatures | no-common-ligatures ]" @@ -442,7 +460,7 @@ "prose": "The name of a font family, such as Helvetica or Verdana in the previous example." }, "": { - "prose": "Each keyword represents a generic font choice, and behaves as an alias for one or more locally-installed fonts belonging to the specified generic font category. A can thus be used as a reliable fallback for when an author’s more specific font choices are not available. Authors are encouraged to append a generic font family as a last alternative for improved robustness. Note that keywords cannot be quoted (otherwise they are interpreted as a ). The following generic family keywords are defined: serif, sans-serif, cursive, fantasy, monospace, system-ui, emoji, math and fangsong. See §2.1.3 Generic font families." + "prose": "Each keyword represents a generic font choice, and behaves as an alias for one or more locally-installed fonts belonging to the specified generic font category. A can thus be used as a reliable fallback for when an author’s more specific font choices are not available. Authors are encouraged to append a generic font family as a last alternative for improved robustness. Note that keywords cannot be quoted (otherwise they are interpreted as a ). The set of generic family keywords is defined in § 2.1.3 Generic font families." }, "": { "prose": "This value identifies an CSS-defined palette to use. Users can define a palette by using the @font-palette-values rule. If no applicable @font-palette-values rule is present, this value behaves as normal. Note: Such a CSS-defined palette may be a reference to an existing palette already present in the font, be a modification of an existing palette already present in the font, or be an entirely new palette." diff --git a/tr/css/css-lists.json b/tr/css/css-lists.json index 3517f2605661..3e443491930a 100644 --- a/tr/css/css-lists.json +++ b/tr/css/css-lists.json @@ -1,6 +1,6 @@ { "spec": { - "title": "CSS Lists Module Level 3", + "title": "CSS Lists and Counters Module Level 3", "url": "https://www.w3.org/TR/css-lists-3/" }, "properties": { diff --git a/tr/css/css-text.json b/tr/css/css-text.json index 402ad5debe94..ace9c85e51bb 100644 --- a/tr/css/css-text.json +++ b/tr/css/css-text.json @@ -30,7 +30,7 @@ "name": "tab-size", "value": " | ", "initial": "8", - "appliesTo": "block containers", + "appliesTo": "inline boxes", "inherited": "yes", "percentages": "n/a", "computedValue": "the specified number or absolute length", diff --git a/tr/dfns/badging.json b/tr/dfns/badging.json index 933ad1f02423..3b1ff3876714 100644 --- a/tr/dfns/badging.json +++ b/tr/dfns/badging.json @@ -119,7 +119,7 @@ "href": "https://w3c.github.io/badging/#dom-navigator-setclientbadge", "linkingText": [ "setClientBadge()", - "setClientBadge(, contents)" + "setClientBadge(contents)" ], "localLinkingText": [ "Navigator.setClientBadge", @@ -168,7 +168,7 @@ "href": "https://w3c.github.io/badging/#dom-navigatorbadge-setappbadge", "linkingText": [ "setAppBadge()", - "setAppBadge(, contents)" + "setAppBadge(contents)" ], "localLinkingText": [ "NavigatorBadge.setAppBadge", diff --git a/tr/dfns/css-cascade-5.json b/tr/dfns/css-cascade-5.json index d807bb3dd54f..5b32619e1694 100644 --- a/tr/dfns/css-cascade-5.json +++ b/tr/dfns/css-cascade-5.json @@ -540,6 +540,78 @@ }, "definedIn": "prose" }, + { + "id": "cascade-layers", + "href": "https://drafts.csswg.org/css-cascade-5/#cascade-layers", + "linkingText": [ + "Cascade Layers" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "layering", + "title": "Cascade Layers", + "number": "6.4" + }, + "definedIn": "prose" + }, + { + "id": "at-ruledef-layer", + "href": "https://drafts.csswg.org/css-cascade-5/#at-ruledef-layer", + "linkingText": [ + "@layer" + ], + "localLinkingText": [], + "type": "at-rule", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "at-layer", + "title": "Layering Styles: the @layer rule", + "number": "6.4.1" + }, + "definedIn": "prose" + }, + { + "id": "typedef-layer-ident", + "href": "https://drafts.csswg.org/css-cascade-5/#typedef-layer-ident", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "at-layer", + "title": "Layering Styles: the @layer rule", + "number": "6.4.1" + }, + "definedIn": "prose" + }, + { + "id": "at-ruledef-layers", + "href": "https://drafts.csswg.org/css-cascade-5/#at-ruledef-layers", + "linkingText": [ + "@layers" + ], + "localLinkingText": [], + "type": "at-rule", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "at-layers", + "title": "Layer-Ordering Shorthand: the @layers rule", + "number": "6.4.2" + }, + "definedIn": "prose" + }, { "id": "initial-value", "href": "https://drafts.csswg.org/css-cascade-5/#initial-value", diff --git a/tr/dfns/css-fonts-4.json b/tr/dfns/css-fonts-4.json index 9d37b1a8908c..94ffc7bbb237 100644 --- a/tr/dfns/css-fonts-4.json +++ b/tr/dfns/css-fonts-4.json @@ -262,9 +262,9 @@ "access": "public", "informative": false, "heading": { - "id": "standard-font-families", - "title": "Standard font families", - "number": "2.1.4" + "id": "generic-font-families", + "title": "Generic font families", + "number": "2.1.3" }, "definedIn": "dt" }, @@ -283,9 +283,9 @@ "access": "public", "informative": false, "heading": { - "id": "standard-font-families", - "title": "Standard font families", - "number": "2.1.4" + "id": "generic-font-families", + "title": "Generic font families", + "number": "2.1.3" }, "definedIn": "dt" }, @@ -304,9 +304,9 @@ "access": "public", "informative": false, "heading": { - "id": "standard-font-families", - "title": "Standard font families", - "number": "2.1.4" + "id": "generic-font-families", + "title": "Generic font families", + "number": "2.1.3" }, "definedIn": "dt" }, @@ -325,9 +325,9 @@ "access": "public", "informative": false, "heading": { - "id": "standard-font-families", - "title": "Standard font families", - "number": "2.1.4" + "id": "generic-font-families", + "title": "Generic font families", + "number": "2.1.3" }, "definedIn": "dt" }, @@ -368,10 +368,10 @@ "definedIn": "pre" }, { - "id": "valdef-font-weight-number", - "href": "https://www.w3.org/TR/css-fonts-4/#valdef-font-weight-number", + "id": "valdef-font-weight-number-1-1000", + "href": "https://www.w3.org/TR/css-fonts-4/#valdef-font-weight-number-1-1000", "linkingText": [ - "" + "" ], "localLinkingText": [], "type": "value", @@ -1829,6 +1829,66 @@ }, "definedIn": "table" }, + { + "id": "descdef-font-face-ascent-override", + "href": "https://www.w3.org/TR/css-fonts-4/#descdef-font-face-ascent-override", + "linkingText": [ + "ascent-override" + ], + "localLinkingText": [], + "type": "descriptor", + "for": [ + "@font-face" + ], + "access": "public", + "informative": false, + "heading": { + "id": "font-metrics-override-desc", + "title": "Default font metrics overriding: the ascent-override, descent-override and line-gap-override descriptors", + "number": "4.11" + }, + "definedIn": "table" + }, + { + "id": "descdef-font-face-descent-override", + "href": "https://www.w3.org/TR/css-fonts-4/#descdef-font-face-descent-override", + "linkingText": [ + "descent-override" + ], + "localLinkingText": [], + "type": "descriptor", + "for": [ + "@font-face" + ], + "access": "public", + "informative": false, + "heading": { + "id": "font-metrics-override-desc", + "title": "Default font metrics overriding: the ascent-override, descent-override and line-gap-override descriptors", + "number": "4.11" + }, + "definedIn": "table" + }, + { + "id": "descdef-font-face-line-gap-override", + "href": "https://www.w3.org/TR/css-fonts-4/#descdef-font-face-line-gap-override", + "linkingText": [ + "line-gap-override" + ], + "localLinkingText": [], + "type": "descriptor", + "for": [ + "@font-face" + ], + "access": "public", + "informative": false, + "heading": { + "id": "font-metrics-override-desc", + "title": "Default font metrics overriding: the ascent-override, descent-override and line-gap-override descriptors", + "number": "4.11" + }, + "definedIn": "table" + }, { "id": "character-map", "href": "https://www.w3.org/TR/css-fonts-4/#character-map", @@ -3565,6 +3625,26 @@ }, "definedIn": "table" }, + { + "id": "valdef-font-palette-none", + "href": "https://www.w3.org/TR/css-fonts-4/#valdef-font-palette-none", + "linkingText": [ + "none" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "font-palette" + ], + "access": "public", + "informative": false, + "heading": { + "id": "font-palette-prop", + "title": "Controlling Color Font Palettes: The font-palette property", + "number": "9.1" + }, + "definedIn": "dt" + }, { "id": "valdef-font-palette-normal", "href": "https://www.w3.org/TR/css-fonts-4/#valdef-font-palette-normal", diff --git a/tr/dfns/css-lists-3.json b/tr/dfns/css-lists-3.json index 678bf11fa6a4..34e61d599dfc 100644 --- a/tr/dfns/css-lists-3.json +++ b/tr/dfns/css-lists-3.json @@ -1,6 +1,6 @@ { "spec": { - "title": "CSS Lists Module Level 3", + "title": "CSS Lists and Counters Module Level 3", "url": "https://www.w3.org/TR/css-lists-3/" }, "dfns": [ @@ -365,6 +365,66 @@ }, "definedIn": "prose" }, + { + "id": "css-counter-name", + "href": "https://www.w3.org/TR/css-lists-3/#css-counter-name", + "linkingText": [ + "name" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "CSS counter" + ], + "access": "public", + "informative": false, + "heading": { + "id": "auto-numbering", + "title": "Automatic Numbering With Counters", + "number": "4" + }, + "definedIn": "prose" + }, + { + "id": "css-counter-creator", + "href": "https://www.w3.org/TR/css-lists-3/#css-counter-creator", + "linkingText": [ + "creator" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "CSS counter" + ], + "access": "public", + "informative": false, + "heading": { + "id": "auto-numbering", + "title": "Automatic Numbering With Counters", + "number": "4" + }, + "definedIn": "prose" + }, + { + "id": "css-counter-value", + "href": "https://www.w3.org/TR/css-lists-3/#css-counter-value", + "linkingText": [ + "value" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "CSS counter" + ], + "access": "public", + "informative": false, + "heading": { + "id": "auto-numbering", + "title": "Automatic Numbering With Counters", + "number": "4" + }, + "definedIn": "prose" + }, { "id": "counter-properties", "href": "https://www.w3.org/TR/css-lists-3/#counter-properties", diff --git a/tr/dfns/css-text-3.json b/tr/dfns/css-text-3.json index 1060cf930423..fdae8fecf0d0 100644 --- a/tr/dfns/css-text-3.json +++ b/tr/dfns/css-text-3.json @@ -544,10 +544,11 @@ "id": "collapsible-white-space", "href": "https://www.w3.org/TR/css-text-3/#collapsible-white-space", "linkingText": [ - "collapsible white space", + "collapsible white space" + ], + "localLinkingText": [ "collapsible" ], - "localLinkingText": [], "type": "dfn", "for": [], "access": "public", @@ -2067,23 +2068,6 @@ }, "definedIn": "dt" }, - { - "id": "space-discarding-character-set", - "href": "https://www.w3.org/TR/css-text-3/#space-discarding-character-set", - "linkingText": [ - "space-discarding character set" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "space-discard-set", - "title": "Appendix F. Space-Discarding Unicode Characters" - }, - "definedIn": "prose" - }, { "id": "writing-system-chinese", "href": "https://www.w3.org/TR/css-text-3/#writing-system-chinese", @@ -2099,7 +2083,7 @@ "informative": false, "heading": { "id": "script-tagging", - "title": "Appendix G. Tagging Content by Writing System" + "title": "Appendix F. Identifying the Content Writing System" }, "definedIn": "prose" }, @@ -2118,7 +2102,7 @@ "informative": false, "heading": { "id": "script-tagging", - "title": "Appendix G. Tagging Content by Writing System" + "title": "Appendix F. Identifying the Content Writing System" }, "definedIn": "prose" }, @@ -2137,7 +2121,7 @@ "informative": false, "heading": { "id": "script-tagging", - "title": "Appendix G. Tagging Content by Writing System" + "title": "Appendix F. Identifying the Content Writing System" }, "definedIn": "prose" }, @@ -2157,7 +2141,7 @@ "informative": false, "heading": { "id": "script-tagging", - "title": "Appendix G. Tagging Content by Writing System" + "title": "Appendix F. Identifying the Content Writing System" }, "definedIn": "prose" }, @@ -2177,7 +2161,7 @@ "informative": false, "heading": { "id": "small-kana", - "title": "Appendix H. Small Kana Mappings" + "title": "Appendix G. Small Kana Mappings" }, "definedIn": "table" }, @@ -2197,7 +2181,7 @@ "informative": false, "heading": { "id": "small-kana", - "title": "Appendix H. Small Kana Mappings" + "title": "Appendix G. Small Kana Mappings" }, "definedIn": "table" } diff --git a/tr/dfns/html.json b/tr/dfns/html.json index 1b8d6f7b8589..493e5795b47a 100644 --- a/tr/dfns/html.json +++ b/tr/dfns/html.json @@ -24698,24 +24698,6 @@ }, "definedIn": "prose" }, - { - "id": "default-process-the-linked-resource", - "href": "https://html.spec.whatwg.org/multipage/semantics.html#default-process-the-linked-resource", - "linkingText": [ - "default process the linked resource" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "fetching-and-processing-a-resource-from-a-link-element", - "title": "Fetching and processing a resource from a link element", - "number": "4.2.4.3" - }, - "definedIn": "prose" - }, { "id": "the-meta-element", "href": "https://html.spec.whatwg.org/multipage/semantics.html#the-meta-element", @@ -31258,10 +31240,10 @@ "definedIn": "prose" }, { - "id": "otherwise-steps-for-iframe-or-frame-elements", - "href": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#otherwise-steps-for-iframe-or-frame-elements", + "id": "shared-attribute-processing-steps-for-iframe-and-frame-elements", + "href": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#shared-attribute-processing-steps-for-iframe-and-frame-elements", "linkingText": [ - "otherwise steps for iframe or frame elements" + "shared attribute processing steps for iframe and frame elements" ], "localLinkingText": [], "type": "dfn", @@ -65712,6 +65694,60 @@ }, "definedIn": "prose" }, + { + "id": "virtual-browsing-context-group-id", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#virtual-browsing-context-group-id", + "linkingText": [ + "virtual browsing context group ID" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "windows", + "title": "Browsing contexts", + "number": "7.1" + }, + "definedIn": "prose" + }, + { + "id": "browsing-context-initial-url", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsing-context-initial-url", + "linkingText": [ + "initial URL" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "windows", + "title": "Browsing contexts", + "number": "7.1" + }, + "definedIn": "prose" + }, + { + "id": "opener-origin-at-creation", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#opener-origin-at-creation", + "linkingText": [ + "opener origin at creation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "windows", + "title": "Browsing contexts", + "number": "7.1" + }, + "definedIn": "prose" + }, { "id": "set-the-active-document", "href": "https://html.spec.whatwg.org/multipage/browsers.html#set-the-active-document", @@ -66568,6 +66604,24 @@ }, "definedIn": "heading" }, + { + "id": "cross-origin-accessible-window-property-name", + "href": "https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-accessible-window-property-name", + "linkingText": [ + "cross-origin accessible window property name" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "crossoriginproperties-(-o-)", + "title": "CrossOriginProperties ( O )", + "number": "7.2.3.1" + }, + "definedIn": "prose" + }, { "id": "crossoriginpropertyfallback-(-p-)", "href": "https://html.spec.whatwg.org/multipage/browsers.html#crossoriginpropertyfallback-(-p-)", @@ -68591,10 +68645,10 @@ "definedIn": "prose" }, { - "id": "cross-origin-opener-policy", - "href": "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policy", + "id": "cross-origin-opener-policy-value", + "href": "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policy-value", "linkingText": [ - "cross-origin opener policy" + "cross-origin opener policy value" ], "localLinkingText": [], "type": "dfn", @@ -68680,11 +68734,101 @@ }, "definedIn": "dt" }, + { + "id": "cross-origin-opener-policy", + "href": "https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policy", + "linkingText": [ + "cross-origin opener policy" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "cross-origin-opener-policies", + "title": "Cross-origin opener policies", + "number": "7.7" + }, + "definedIn": "prose" + }, + { + "id": "coop-struct-value", + "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-struct-value", + "linkingText": [ + "value" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "cross-origin-opener-policies", + "title": "Cross-origin opener policies", + "number": "7.7" + }, + "definedIn": "prose" + }, + { + "id": "coop-struct-report-endpoint", + "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-struct-report-endpoint", + "linkingText": [ + "reporting endpoint" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "cross-origin-opener-policies", + "title": "Cross-origin opener policies", + "number": "7.7" + }, + "definedIn": "prose" + }, + { + "id": "coop-struct-report-only-value", + "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-struct-report-only-value", + "linkingText": [ + "report-only value" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "cross-origin-opener-policies", + "title": "Cross-origin opener policies", + "number": "7.7" + }, + "definedIn": "prose" + }, + { + "id": "coop-struct-report-only-endpoint", + "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-struct-report-only-endpoint", + "linkingText": [ + "report-only reporting endpoint" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "cross-origin-opener-policies", + "title": "Cross-origin opener policies", + "number": "7.7" + }, + "definedIn": "prose" + }, { "id": "matching-coop", "href": "https://html.spec.whatwg.org/multipage/origin.html#matching-coop", "linkingText": [ - "match cross-origin opener policies" + "match cross-origin opener policy values" ], "localLinkingText": [], "type": "dfn", @@ -68698,6 +68842,24 @@ }, "definedIn": "prose" }, + { + "id": "coop-report-to", + "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-report-to", + "linkingText": [ + "report-to" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-headers", + "title": "The headers", + "number": "7.7.1" + }, + "definedIn": "prose" + }, { "id": "obtain-coop", "href": "https://html.spec.whatwg.org/multipage/origin.html#obtain-coop", @@ -68710,12 +68872,48 @@ "access": "private", "informative": false, "heading": { - "id": "the-cross-origin-opener-policy-header", - "title": "The `Cross-Origin-Opener-Policy` header", + "id": "the-headers", + "title": "The headers", "number": "7.7.1" }, "definedIn": "prose" }, + { + "id": "check-browsing-context-group-switch-coop-value", + "href": "https://html.spec.whatwg.org/multipage/origin.html#check-browsing-context-group-switch-coop-value", + "linkingText": [ + "check if COOP values require a browsing context group switch" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", + "title": "Browsing context group switches due to cross-origin opener policy", + "number": "7.7.2" + }, + "definedIn": "prose" + }, + { + "id": "check-bcg-switch-navigation-report-only", + "href": "https://html.spec.whatwg.org/multipage/origin.html#check-bcg-switch-navigation-report-only", + "linkingText": [ + "check if enforcing report-only COOP would require a browsing context group switch" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", + "title": "Browsing context group switches due to cross-origin opener policy", + "number": "7.7.2" + }, + "definedIn": "prose" + }, { "id": "coop-enforcement-result", "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-enforcement-result", @@ -68752,11 +68950,47 @@ }, "definedIn": "prose" }, + { + "id": "coop-enforcement-bcg-switch-report-only", + "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-enforcement-bcg-switch-report-only", + "linkingText": [ + "would need a browsing context group switch due to report-only" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", + "title": "Browsing context group switches due to cross-origin opener policy", + "number": "7.7.2" + }, + "definedIn": "prose" + }, + { + "id": "coop-enforcement-url", + "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-enforcement-url", + "linkingText": [ + "url" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", + "title": "Browsing context group switches due to cross-origin opener policy", + "number": "7.7.2" + }, + "definedIn": "prose" + }, { "id": "coop-enforcement-origin", "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-enforcement-origin", "linkingText": [ - "origin" + "current origin" ], "localLinkingText": [], "type": "dfn", @@ -68788,6 +69022,24 @@ }, "definedIn": "prose" }, + { + "id": "coop-enforcement-source", + "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-enforcement-source", + "linkingText": [ + "current context is navigation source" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "browsing-context-group-switches-due-to-cross-origin-opener-policy", + "title": "Browsing context group switches due to cross-origin opener policy", + "number": "7.7.2" + }, + "definedIn": "prose" + }, { "id": "coop-enforce", "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-enforce", @@ -68824,6 +69076,276 @@ }, "definedIn": "prose" }, + { + "id": "accessor-accessed-relationship", + "href": "https://html.spec.whatwg.org/multipage/origin.html#accessor-accessed-relationship", + "linkingText": [ + "accessor-accessed relationship" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "reporting", + "title": "Reporting", + "number": "7.7.3" + }, + "definedIn": "prose" + }, + { + "id": "accessor-accessed-opener", + "href": "https://html.spec.whatwg.org/multipage/origin.html#accessor-accessed-opener", + "linkingText": [ + "accessor is opener" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "reporting", + "title": "Reporting", + "number": "7.7.3" + }, + "definedIn": "dt" + }, + { + "id": "accessor-accessed-openee", + "href": "https://html.spec.whatwg.org/multipage/origin.html#accessor-accessed-openee", + "linkingText": [ + "accessor is openee" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "reporting", + "title": "Reporting", + "number": "7.7.3" + }, + "definedIn": "dt" + }, + { + "id": "accessor-accessed-none", + "href": "https://html.spec.whatwg.org/multipage/origin.html#accessor-accessed-none", + "linkingText": [ + "none" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "reporting", + "title": "Reporting", + "number": "7.7.3" + }, + "definedIn": "dt" + }, + { + "id": "coop-check-access-report", + "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-check-access-report", + "linkingText": [ + "check if an access between two browsing contexts should be reported" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "reporting", + "title": "Reporting", + "number": "7.7.3" + }, + "definedIn": "prose" + }, + { + "id": "sanitize-url-report", + "href": "https://html.spec.whatwg.org/multipage/origin.html#sanitize-url-report", + "linkingText": [ + "sanitize a URL to send in a report" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "reporting", + "title": "Reporting", + "number": "7.7.3" + }, + "definedIn": "prose" + }, + { + "id": "coop-violation-navigation-to", + "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-navigation-to", + "linkingText": [ + "queue a violation report for browsing context group switch when navigating to a COOP response" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "reporting", + "title": "Reporting", + "number": "7.7.3" + }, + "definedIn": "prose" + }, + { + "id": "coop-violation-navigation-from", + "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-navigation-from", + "linkingText": [ + "queue a violation report for browsing context group switch when navigating away from a COOP response" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "reporting", + "title": "Reporting", + "number": "7.7.3" + }, + "definedIn": "prose" + }, + { + "id": "coop-violation-access", + "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-access", + "linkingText": [ + "queue violation reports for accesses" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "reporting", + "title": "Reporting", + "number": "7.7.3" + }, + "definedIn": "prose" + }, + { + "id": "coop-violation-access-to-opener", + "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-access-to-opener", + "linkingText": [ + "queue a violation report for access to the opener" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "reporting", + "title": "Reporting", + "number": "7.7.3" + }, + "definedIn": "prose" + }, + { + "id": "coop-violation-access-to-opened", + "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-access-to-opened", + "linkingText": [ + "queue a violation report for access to an opened window" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "reporting", + "title": "Reporting", + "number": "7.7.3" + }, + "definedIn": "prose" + }, + { + "id": "coop-violation-access-to-other", + "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-access-to-other", + "linkingText": [ + "queue a violation report for access to another window" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "reporting", + "title": "Reporting", + "number": "7.7.3" + }, + "definedIn": "prose" + }, + { + "id": "coop-violation-access-from-opener", + "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-access-from-opener", + "linkingText": [ + "queue a violation report for access from the opener" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "reporting", + "title": "Reporting", + "number": "7.7.3" + }, + "definedIn": "prose" + }, + { + "id": "coop-violation-access-from-opened", + "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-access-from-opened", + "linkingText": [ + "queue a violation report for access from an opened window" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "reporting", + "title": "Reporting", + "number": "7.7.3" + }, + "definedIn": "prose" + }, + { + "id": "coop-violation-access-from-other", + "href": "https://html.spec.whatwg.org/multipage/origin.html#coop-violation-access-from-other", + "linkingText": [ + "queue a violation report for access from another window" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "reporting", + "title": "Reporting", + "number": "7.7.3" + }, + "definedIn": "prose" + }, { "id": "embedder-policy-value", "href": "https://html.spec.whatwg.org/multipage/origin.html#embedder-policy-value", @@ -69010,7 +69532,7 @@ "access": "private", "informative": false, "heading": { - "id": "the-headers", + "id": "the-headers-2", "title": "The headers", "number": "7.8.1" }, @@ -69028,7 +69550,7 @@ "access": "public", "informative": false, "heading": { - "id": "the-headers", + "id": "the-headers-2", "title": "The headers", "number": "7.8.1" }, @@ -70387,10 +70909,10 @@ "definedIn": "dt" }, { - "id": "navigation-params-reserved-environment", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-reserved-environment", + "id": "navigation-params-coop-enforcement-result", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-coop-enforcement-result", "linkingText": [ - "reserved environment" + "COOP enforcement result" ], "localLinkingText": [], "type": "dfn", @@ -70405,10 +70927,10 @@ "definedIn": "dt" }, { - "id": "navigation-params-browsing-context", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-browsing-context", + "id": "navigation-params-reserved-environment", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-reserved-environment", "linkingText": [ - "browsing context" + "reserved environment" ], "localLinkingText": [], "type": "dfn", @@ -70423,10 +70945,10 @@ "definedIn": "dt" }, { - "id": "navigation-params-bc-switch-needed", - "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-bc-switch-needed", + "id": "navigation-params-browsing-context", + "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-browsing-context", "linkingText": [ - "browsing context switch needed" + "browsing context" ], "localLinkingText": [], "type": "dfn", @@ -98555,7 +99077,7 @@ "heading": { "id": "origin-isolation-2", "title": "`Origin-Isolation`", - "number": "17.11" + "number": "17.12" }, "definedIn": "heading" }, @@ -98573,7 +99095,7 @@ "heading": { "id": "ping-from", "title": "`Ping-From`", - "number": "17.12" + "number": "17.13" }, "definedIn": "heading" }, @@ -98591,7 +99113,7 @@ "heading": { "id": "ping-to", "title": "`Ping-To`", - "number": "17.13" + "number": "17.14" }, "definedIn": "heading" }, @@ -98609,7 +99131,7 @@ "heading": { "id": "refresh", "title": "`Refresh`", - "number": "17.14" + "number": "17.15" }, "definedIn": "heading" }, @@ -98627,7 +99149,7 @@ "heading": { "id": "last-event-id", "title": "`Last-Event-ID`", - "number": "17.15" + "number": "17.16" }, "definedIn": "heading" }, @@ -98645,7 +99167,7 @@ "heading": { "id": "x-frame-options", "title": "`X-Frame-Options`", - "number": "17.16" + "number": "17.17" }, "definedIn": "heading" }, @@ -98663,7 +99185,7 @@ "heading": { "id": "web+-scheme-prefix", "title": "web+ scheme prefix", - "number": "17.17" + "number": "17.18" }, "definedIn": "heading" }, diff --git a/tr/dfns/input-device-capabilities.json b/tr/dfns/input-device-capabilities.json index 300456f638b6..7cc833442524 100644 --- a/tr/dfns/input-device-capabilities.json +++ b/tr/dfns/input-device-capabilities.json @@ -27,7 +27,7 @@ "href": "https://wicg.github.io/input-device-capabilities/#dom-inputdevicecapabilities-constructor", "linkingText": [ "constructor()", - "constructor(, deviceInitDict)" + "constructor(deviceInitDict)" ], "localLinkingText": [ "InputDeviceCapabilities.constructor", diff --git a/tr/dfns/is-input-pending.json b/tr/dfns/is-input-pending.json index 3ebe7134eedf..fd44c2bd028d 100644 --- a/tr/dfns/is-input-pending.json +++ b/tr/dfns/is-input-pending.json @@ -65,7 +65,7 @@ "href": "https://wicg.github.io/is-input-pending/#dom-scheduling-isinputpending", "linkingText": [ "isInputPending()", - "isInputPending(, isInputPendingOptions)" + "isInputPending(isInputPendingOptions)" ], "localLinkingText": [ "Scheduling.isInputPending", diff --git a/tr/dfns/js-self-profiling.json b/tr/dfns/js-self-profiling.json index 79b1c6aa6742..e6573495a552 100644 --- a/tr/dfns/js-self-profiling.json +++ b/tr/dfns/js-self-profiling.json @@ -380,26 +380,6 @@ }, "definedIn": "heading" }, - { - "id": "dom-profilerresource", - "href": "https://wicg.github.io/js-self-profiling/#dom-profilerresource", - "linkingText": [ - "ProfilerResource" - ], - "localLinkingText": [], - "type": "typedef", - "for": [ - "ProfilerResource" - ], - "access": "public", - "informative": false, - "heading": { - "id": "the-profilertrace-dictionary", - "title": "The ProfilerTrace Dictionary", - "number": "7" - }, - "definedIn": "pre" - }, { "id": "dom-profilertrace-resources", "href": "https://wicg.github.io/js-self-profiling/#dom-profilertrace-resources", @@ -708,6 +688,24 @@ }, "definedIn": "prose" }, + { + "id": "dom-profilerresource", + "href": "https://wicg.github.io/js-self-profiling/#dom-profilerresource", + "linkingText": [ + "ProfilerResource" + ], + "localLinkingText": [], + "type": "typedef", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-profilerframe-dictionary", + "title": "The ProfilerFrame Dictionary", + "number": "7.3" + }, + "definedIn": "prose" + }, { "id": "dfn-script-record", "href": "https://wicg.github.io/js-self-profiling/#dfn-script-record", @@ -784,24 +782,6 @@ }, "definedIn": "prose" }, - { - "id": "dom-performance", - "href": "https://wicg.github.io/js-self-profiling/#dom-performance", - "linkingText": [ - "Performance" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "extensions-to-the-performance-interface", - "title": "Extensions to the Performance Interface", - "number": "8" - }, - "definedIn": "heading" - }, { "id": "dom-profilerinitoptions", "href": "https://wicg.github.io/js-self-profiling/#dom-profilerinitoptions", @@ -814,17 +794,17 @@ "access": "public", "informative": false, "heading": { - "id": "extensions-to-the-performance-interface", - "title": "Extensions to the Performance Interface", + "id": "the-profilerinitoptions-dictionary", + "title": "The ProfilerInitOptions dictionary", "number": "8" }, - "definedIn": "prose" + "definedIn": "heading" }, { "id": "dom-profilerinitoptions-sampleinterval", "href": "https://wicg.github.io/js-self-profiling/#dom-profilerinitoptions-sampleinterval", "linkingText": [ - "ProfilerInitOptions.sampleInterval" + "sampleInterval" ], "localLinkingText": [], "type": "dict-member", @@ -834,8 +814,8 @@ "access": "public", "informative": false, "heading": { - "id": "extensions-to-the-performance-interface", - "title": "Extensions to the Performance Interface", + "id": "the-profilerinitoptions-dictionary", + "title": "The ProfilerInitOptions dictionary", "number": "8" }, "definedIn": "prose" @@ -844,7 +824,7 @@ "id": "dom-profilerinitoptions-maxbuffersize", "href": "https://wicg.github.io/js-self-profiling/#dom-profilerinitoptions-maxbuffersize", "linkingText": [ - "ProfilerInitOptions.maxBufferSize" + "maxBufferSize" ], "localLinkingText": [], "type": "dict-member", @@ -854,12 +834,30 @@ "access": "public", "informative": false, "heading": { - "id": "extensions-to-the-performance-interface", - "title": "Extensions to the Performance Interface", + "id": "the-profilerinitoptions-dictionary", + "title": "The ProfilerInitOptions dictionary", "number": "8" }, "definedIn": "prose" }, + { + "id": "dom-performance", + "href": "https://wicg.github.io/js-self-profiling/#dom-performance", + "linkingText": [ + "Performance" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "extensions-to-the-performance-interface", + "title": "Extensions to the Performance Interface", + "number": "9" + }, + "definedIn": "heading" + }, { "id": "dom-performance-profile", "href": "https://wicg.github.io/js-self-profiling/#dom-performance-profile", @@ -881,10 +879,46 @@ "heading": { "id": "profile-method", "title": "profile() method", - "number": "8.1" + "number": "9.1" }, "definedIn": "heading" }, + { + "id": "dfn-cross-origin-isolated", + "href": "https://wicg.github.io/js-self-profiling/#dfn-cross-origin-isolated", + "linkingText": [ + "cross-origin isolated" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "profile-method", + "title": "profile() method", + "number": "9.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-feature-policy", + "href": "https://wicg.github.io/js-self-profiling/#dfn-feature-policy", + "linkingText": [ + "feature policy" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "profile-method", + "title": "profile() method", + "number": "9.1" + }, + "definedIn": "prose" + }, { "id": "dfn-current", "href": "https://wicg.github.io/js-self-profiling/#dfn-current", @@ -899,7 +933,41 @@ "heading": { "id": "profile-method", "title": "profile() method", - "number": "8.1" + "number": "9.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-policy-controlled-feature", + "href": "https://wicg.github.io/js-self-profiling/#dfn-policy-controlled-feature", + "linkingText": [ + "policy-controlled feature" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "feature-policy", + "title": "10. Feature Policy" + }, + "definedIn": "prose" + }, + { + "id": "dfn-default-allowlist", + "href": "https://wicg.github.io/js-self-profiling/#dfn-default-allowlist", + "linkingText": [ + "default allowlist" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "feature-policy", + "title": "10. Feature Policy" }, "definedIn": "prose" } diff --git a/tr/dfns/mediacapture-streams.json b/tr/dfns/mediacapture-streams.json index 1fc78a18f929..59ee2ec79ab4 100644 --- a/tr/dfns/mediacapture-streams.json +++ b/tr/dfns/mediacapture-streams.json @@ -498,7 +498,7 @@ "access": "public", "informative": false, "heading": { - "id": "attributes", + "id": "attributes-0", "title": "Attributes" }, "definedIn": "prose" @@ -519,7 +519,7 @@ "access": "public", "informative": false, "heading": { - "id": "attributes", + "id": "attributes-0", "title": "Attributes" }, "definedIn": "dt" @@ -540,7 +540,7 @@ "access": "public", "informative": false, "heading": { - "id": "attributes", + "id": "attributes-0", "title": "Attributes" }, "definedIn": "dt" @@ -561,7 +561,7 @@ "access": "public", "informative": false, "heading": { - "id": "attributes", + "id": "attributes-0", "title": "Attributes" }, "definedIn": "dt" @@ -802,6 +802,23 @@ }, "definedIn": "prose" }, + { + "id": "dfn-device-permission-revocation-algorithm", + "href": "https://www.w3.org/TR/mediacapture-streams/#dfn-device-permission-revocation-algorithm", + "linkingText": [ + "device permission revocation algorithm" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "life-cycle", + "title": "Life-cycle" + }, + "definedIn": "prose" + }, { "id": "track-muted", "href": "https://www.w3.org/TR/mediacapture-streams/#track-muted", @@ -890,7 +907,7 @@ "access": "public", "informative": false, "heading": { - "id": "attributes-0", + "id": "attributes-1", "title": "Attributes" }, "definedIn": "prose" @@ -907,7 +924,7 @@ "access": "private", "informative": false, "heading": { - "id": "attributes-0", + "id": "attributes-1", "title": "Attributes" }, "definedIn": "prose" @@ -924,7 +941,7 @@ "access": "private", "informative": false, "heading": { - "id": "attributes-0", + "id": "attributes-1", "title": "Attributes" }, "definedIn": "prose" @@ -945,7 +962,7 @@ "access": "public", "informative": false, "heading": { - "id": "attributes-0", + "id": "attributes-1", "title": "Attributes" }, "definedIn": "prose" @@ -966,7 +983,7 @@ "access": "public", "informative": false, "heading": { - "id": "attributes-0", + "id": "attributes-1", "title": "Attributes" }, "definedIn": "prose" @@ -987,7 +1004,7 @@ "access": "public", "informative": false, "heading": { - "id": "attributes-0", + "id": "attributes-1", "title": "Attributes" }, "definedIn": "prose" @@ -1008,7 +1025,7 @@ "access": "public", "informative": false, "heading": { - "id": "attributes-0", + "id": "attributes-1", "title": "Attributes" }, "definedIn": "prose" @@ -1029,7 +1046,7 @@ "access": "public", "informative": false, "heading": { - "id": "attributes-0", + "id": "attributes-1", "title": "Attributes" }, "definedIn": "dt" @@ -1050,7 +1067,7 @@ "access": "public", "informative": false, "heading": { - "id": "attributes-0", + "id": "attributes-1", "title": "Attributes" }, "definedIn": "dt" @@ -1071,7 +1088,7 @@ "access": "public", "informative": false, "heading": { - "id": "attributes-0", + "id": "attributes-1", "title": "Attributes" }, "definedIn": "prose" @@ -1092,7 +1109,7 @@ "access": "public", "informative": false, "heading": { - "id": "attributes-0", + "id": "attributes-1", "title": "Attributes" }, "definedIn": "dt" @@ -3045,7 +3062,7 @@ "access": "public", "informative": false, "heading": { - "id": "constructors-0", + "id": "constructors-1", "title": "Constructors" }, "definedIn": "dt" @@ -3066,7 +3083,7 @@ "access": "public", "informative": false, "heading": { - "id": "attributes-1", + "id": "attributes-2", "title": "Attributes" }, "definedIn": "prose" @@ -3144,22 +3161,70 @@ "definedIn": "prose" }, { - "id": "dfn-overconstrainederror", - "href": "https://www.w3.org/TR/mediacapture-streams/#dfn-overconstrainederror", + "id": "dom-overconstrainederror-constructor", + "href": "https://www.w3.org/TR/mediacapture-streams/#dom-overconstrainederror-constructor", + "linkingText": [ + "constructor()", + "constructor(constraint)", + "constructor(constraint, message)" + ], + "localLinkingText": [ + "OverconstrainedError.constructor", + "OverconstrainedError.constructor()", + "constructor" + ], + "type": "constructor", + "for": [ + "OverconstrainedError" + ], + "access": "public", + "informative": false, + "heading": { + "id": "overconstrainederror-interface", + "title": "OverconstrainedError Interface", + "number": "7.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-overconstrainederror", + "href": "https://www.w3.org/TR/mediacapture-streams/#dom-overconstrainederror", "linkingText": [ "OverconstrainedError" ], "localLinkingText": [], - "type": "dfn", + "type": "interface", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "overconstrainederror-constraint-message", - "title": "OverconstrainedError ( constraint, message )", - "number": "7.2.1.1" + "id": "constructors", + "title": "Constructors", + "number": "7.1.1" }, - "definedIn": "prose" + "definedIn": "dt" + }, + { + "id": "dom-overconstrainederror-constraint", + "href": "https://www.w3.org/TR/mediacapture-streams/#dom-overconstrainederror-constraint", + "linkingText": [ + "constraint" + ], + "localLinkingText": [ + "OverconstrainedError.constraint" + ], + "type": "attribute", + "for": [ + "OverconstrainedError" + ], + "access": "public", + "informative": false, + "heading": { + "id": "attributes", + "title": "Attributes", + "number": "7.1.2" + }, + "definedIn": "dt" }, { "id": "event-mediastream-addtrack", @@ -3285,7 +3350,7 @@ "access": "public", "informative": false, "heading": { - "id": "attributes-2", + "id": "attributes-3", "title": "Attributes" }, "definedIn": "dt" @@ -3432,7 +3497,7 @@ "access": "public", "informative": false, "heading": { - "id": "attributes-3", + "id": "attributes-4", "title": "Attributes" }, "definedIn": "dt" @@ -3589,7 +3654,7 @@ "access": "public", "informative": false, "heading": { - "id": "attributes-4", + "id": "attributes-5", "title": "Attributes" }, "definedIn": "dt" @@ -3610,7 +3675,7 @@ "access": "public", "informative": false, "heading": { - "id": "attributes-4", + "id": "attributes-5", "title": "Attributes" }, "definedIn": "dt" @@ -3631,7 +3696,7 @@ "access": "public", "informative": false, "heading": { - "id": "attributes-4", + "id": "attributes-5", "title": "Attributes" }, "definedIn": "dt" @@ -3652,7 +3717,7 @@ "access": "public", "informative": false, "heading": { - "id": "attributes-4", + "id": "attributes-5", "title": "Attributes" }, "definedIn": "dt" @@ -3997,24 +4062,6 @@ }, "definedIn": "heading" }, - { - "id": "dom-mediastreamerror", - "href": "https://www.w3.org/TR/mediacapture-streams/#dom-mediastreamerror", - "linkingText": [ - "MediaStreamError" - ], - "localLinkingText": [], - "type": "typedef", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "navigatorusermediaerrorcallback", - "title": "NavigatorUserMediaErrorCallback", - "number": "10.5" - }, - "definedIn": "prose" - }, { "id": "stored-permissions", "href": "https://www.w3.org/TR/mediacapture-streams/#stored-permissions", diff --git a/tr/dfns/scroll-to-text-fragment.json b/tr/dfns/scroll-to-text-fragment.json index c9f50a6f5a6b..89ba939d64fc 100644 --- a/tr/dfns/scroll-to-text-fragment.json +++ b/tr/dfns/scroll-to-text-fragment.json @@ -5,10 +5,10 @@ }, "dfns": [ { - "id": "fragment-directive", - "href": "https://wicg.github.io/scroll-to-text-fragment/#fragment-directive", + "id": "fragment-directive-delimiter", + "href": "https://wicg.github.io/scroll-to-text-fragment/#fragment-directive-delimiter", "linkingText": [ - "fragment directive" + "fragment directive delimiter" ], "localLinkingText": [], "type": "dfn", @@ -16,17 +16,17 @@ "access": "private", "informative": false, "heading": { - "id": "parsing-the-fragment-directive", - "title": "Parsing the fragment directive", - "number": "3.3.1" + "id": "the-fragment-directive", + "title": "The Fragment Directive", + "number": "3.3" }, "definedIn": "prose" }, { - "id": "fragment-directive-delimiter", - "href": "https://wicg.github.io/scroll-to-text-fragment/#fragment-directive-delimiter", + "id": "fragment-directive", + "href": "https://wicg.github.io/scroll-to-text-fragment/#fragment-directive", "linkingText": [ - "fragment directive delimiter" + "fragment directive" ], "localLinkingText": [], "type": "dfn", @@ -34,17 +34,17 @@ "access": "private", "informative": false, "heading": { - "id": "parsing-the-fragment-directive", - "title": "Parsing the fragment directive", + "id": "processing-the-fragment-directive", + "title": "Processing the fragment directive", "number": "3.3.1" }, "definedIn": "prose" }, { - "id": "parse-a-text-directive", - "href": "https://wicg.github.io/scroll-to-text-fragment/#parse-a-text-directive", + "id": "process-and-consume-fragment-directive", + "href": "https://wicg.github.io/scroll-to-text-fragment/#process-and-consume-fragment-directive", "linkingText": [ - "parse a text directive" + "process and consume fragment directive" ], "localLinkingText": [], "type": "dfn", @@ -52,8 +52,8 @@ "access": "private", "informative": false, "heading": { - "id": "parsing-the-fragment-directive", - "title": "Parsing the fragment directive", + "id": "processing-the-fragment-directive", + "title": "Processing the fragment directive", "number": "3.3.1" }, "definedIn": "prose" @@ -72,7 +72,7 @@ "heading": { "id": "parsing-the-fragment-directive", "title": "Parsing the fragment directive", - "number": "3.3.1" + "number": "3.3.2" }, "definedIn": "prose" }, @@ -92,7 +92,7 @@ "heading": { "id": "parsing-the-fragment-directive", "title": "Parsing the fragment directive", - "number": "3.3.1" + "number": "3.3.2" }, "definedIn": "prose" }, @@ -112,7 +112,7 @@ "heading": { "id": "parsing-the-fragment-directive", "title": "Parsing the fragment directive", - "number": "3.3.1" + "number": "3.3.2" }, "definedIn": "prose" }, @@ -132,7 +132,7 @@ "heading": { "id": "parsing-the-fragment-directive", "title": "Parsing the fragment directive", - "number": "3.3.1" + "number": "3.3.2" }, "definedIn": "prose" }, @@ -152,7 +152,25 @@ "heading": { "id": "parsing-the-fragment-directive", "title": "Parsing the fragment directive", - "number": "3.3.1" + "number": "3.3.2" + }, + "definedIn": "prose" + }, + { + "id": "parse-a-text-directive", + "href": "https://wicg.github.io/scroll-to-text-fragment/#parse-a-text-directive", + "linkingText": [ + "parse a text directive" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "parsing-the-fragment-directive", + "title": "Parsing the fragment directive", + "number": "3.3.2" }, "definedIn": "prose" }, @@ -170,7 +188,7 @@ "heading": { "id": "fragment-directive-grammar", "title": "Fragment directive grammar", - "number": "3.3.2" + "number": "3.3.3" }, "definedIn": "prose" }, @@ -188,7 +206,7 @@ "heading": { "id": "fragment-directive-grammar", "title": "Fragment directive grammar", - "number": "3.3.2" + "number": "3.3.3" }, "definedIn": "dt" }, @@ -206,7 +224,7 @@ "heading": { "id": "fragment-directive-grammar", "title": "Fragment directive grammar", - "number": "3.3.2" + "number": "3.3.3" }, "definedIn": "dt" }, @@ -224,7 +242,7 @@ "heading": { "id": "fragment-directive-grammar", "title": "Fragment directive grammar", - "number": "3.3.2" + "number": "3.3.3" }, "definedIn": "dt" }, @@ -242,7 +260,7 @@ "heading": { "id": "fragment-directive-grammar", "title": "Fragment directive grammar", - "number": "3.3.2" + "number": "3.3.3" }, "definedIn": "dt" }, @@ -260,7 +278,7 @@ "heading": { "id": "fragment-directive-grammar", "title": "Fragment directive grammar", - "number": "3.3.2" + "number": "3.3.3" }, "definedIn": "prose" }, @@ -278,7 +296,7 @@ "heading": { "id": "fragment-directive-grammar", "title": "Fragment directive grammar", - "number": "3.3.2" + "number": "3.3.3" }, "definedIn": "dt" }, @@ -296,7 +314,7 @@ "heading": { "id": "fragment-directive-grammar", "title": "Fragment directive grammar", - "number": "3.3.2" + "number": "3.3.3" }, "definedIn": "dt" }, @@ -314,7 +332,7 @@ "heading": { "id": "fragment-directive-grammar", "title": "Fragment directive grammar", - "number": "3.3.2" + "number": "3.3.3" }, "definedIn": "dt" }, @@ -332,7 +350,7 @@ "heading": { "id": "fragment-directive-grammar", "title": "Fragment directive grammar", - "number": "3.3.2" + "number": "3.3.3" }, "definedIn": "dt" }, @@ -350,7 +368,7 @@ "heading": { "id": "fragment-directive-grammar", "title": "Fragment directive grammar", - "number": "3.3.2" + "number": "3.3.3" }, "definedIn": "dt" }, @@ -368,7 +386,7 @@ "heading": { "id": "fragment-directive-grammar", "title": "Fragment directive grammar", - "number": "3.3.2" + "number": "3.3.3" }, "definedIn": "dt" }, @@ -386,7 +404,7 @@ "heading": { "id": "fragment-directive-grammar", "title": "Fragment directive grammar", - "number": "3.3.2" + "number": "3.3.3" }, "definedIn": "dt" }, diff --git a/tr/dfns/web-nfc.json b/tr/dfns/web-nfc.json index 3ed4cfd42196..2c6ba3791b5c 100644 --- a/tr/dfns/web-nfc.json +++ b/tr/dfns/web-nfc.json @@ -36,7 +36,7 @@ "heading": { "id": "terminology-and-conventions", "title": "Terminology and conventions", - "number": "4" + "number": "3" }, "definedIn": "prose" }, @@ -54,7 +54,7 @@ "heading": { "id": "terminology-and-conventions", "title": "Terminology and conventions", - "number": "4" + "number": "3" }, "definedIn": "prose" }, @@ -72,7 +72,7 @@ "heading": { "id": "terminology-and-conventions", "title": "Terminology and conventions", - "number": "4" + "number": "3" }, "definedIn": "prose" }, @@ -90,7 +90,7 @@ "heading": { "id": "terminology-and-conventions", "title": "Terminology and conventions", - "number": "4" + "number": "3" }, "definedIn": "prose" }, @@ -108,7 +108,7 @@ "heading": { "id": "terminology-and-conventions", "title": "Terminology and conventions", - "number": "4" + "number": "3" }, "definedIn": "prose" }, @@ -126,7 +126,7 @@ "heading": { "id": "terminology-and-conventions", "title": "Terminology and conventions", - "number": "4" + "number": "3" }, "definedIn": "prose" }, @@ -144,7 +144,7 @@ "heading": { "id": "terminology-and-conventions", "title": "Terminology and conventions", - "number": "4" + "number": "3" }, "definedIn": "prose" }, @@ -162,7 +162,7 @@ "heading": { "id": "ndef-compatible-tag-types", "title": "NDEF compatible tag types", - "number": "5.1" + "number": "4.1" }, "definedIn": "prose" }, @@ -180,7 +180,7 @@ "heading": { "id": "ndef-compatible-tag-types", "title": "NDEF compatible tag types", - "number": "5.1" + "number": "4.1" }, "definedIn": "prose" }, @@ -198,7 +198,7 @@ "heading": { "id": "ndef-compatible-tag-types", "title": "NDEF compatible tag types", - "number": "5.1" + "number": "4.1" }, "definedIn": "prose" }, @@ -216,7 +216,7 @@ "heading": { "id": "ndef-compatible-tag-types", "title": "NDEF compatible tag types", - "number": "5.1" + "number": "4.1" }, "definedIn": "prose" }, @@ -234,7 +234,7 @@ "heading": { "id": "ndef-compatible-tag-types", "title": "NDEF compatible tag types", - "number": "5.1" + "number": "4.1" }, "definedIn": "prose" }, @@ -252,7 +252,7 @@ "heading": { "id": "ndef-compatible-tag-types", "title": "NDEF compatible tag types", - "number": "5.1" + "number": "4.1" }, "definedIn": "prose" }, @@ -270,7 +270,7 @@ "heading": { "id": "the-ndef-record-and-fields", "title": "The NDEF record and fields", - "number": "5.2" + "number": "4.2" }, "definedIn": "prose" }, @@ -288,7 +288,7 @@ "heading": { "id": "the-ndef-record-and-fields", "title": "The NDEF record and fields", - "number": "5.2" + "number": "4.2" }, "definedIn": "prose" }, @@ -306,7 +306,7 @@ "heading": { "id": "the-ndef-record-and-fields", "title": "The NDEF record and fields", - "number": "5.2" + "number": "4.2" }, "definedIn": "prose" }, @@ -324,7 +324,7 @@ "heading": { "id": "the-ndef-record-and-fields", "title": "The NDEF record and fields", - "number": "5.2" + "number": "4.2" }, "definedIn": "prose" }, @@ -342,7 +342,7 @@ "heading": { "id": "the-ndef-record-and-fields", "title": "The NDEF record and fields", - "number": "5.2" + "number": "4.2" }, "definedIn": "prose" }, @@ -360,7 +360,7 @@ "heading": { "id": "the-ndef-record-and-fields", "title": "The NDEF record and fields", - "number": "5.2" + "number": "4.2" }, "definedIn": "prose" }, @@ -378,7 +378,7 @@ "heading": { "id": "the-ndef-record-and-fields", "title": "The NDEF record and fields", - "number": "5.2" + "number": "4.2" }, "definedIn": "prose" }, @@ -396,7 +396,7 @@ "heading": { "id": "the-ndef-record-and-fields", "title": "The NDEF record and fields", - "number": "5.2" + "number": "4.2" }, "definedIn": "prose" }, @@ -414,7 +414,7 @@ "heading": { "id": "the-ndef-record-and-fields", "title": "The NDEF record and fields", - "number": "5.2" + "number": "4.2" }, "definedIn": "prose" }, @@ -432,7 +432,7 @@ "heading": { "id": "the-ndef-record-and-fields", "title": "The NDEF record and fields", - "number": "5.2" + "number": "4.2" }, "definedIn": "prose" }, @@ -450,7 +450,7 @@ "heading": { "id": "the-ndef-record-and-fields", "title": "The NDEF record and fields", - "number": "5.2" + "number": "4.2" }, "definedIn": "prose" }, @@ -468,7 +468,7 @@ "heading": { "id": "the-ndef-record-and-fields", "title": "The NDEF record and fields", - "number": "5.2" + "number": "4.2" }, "definedIn": "prose" }, @@ -486,7 +486,7 @@ "heading": { "id": "the-ndef-record-and-fields", "title": "The NDEF record and fields", - "number": "5.2" + "number": "4.2" }, "definedIn": "prose" }, @@ -504,7 +504,7 @@ "heading": { "id": "empty-ndef-record-tnf-0", "title": "Empty NDEF record (TNF 0)", - "number": "5.3.1" + "number": "4.3.1" }, "definedIn": "prose" }, @@ -522,7 +522,7 @@ "heading": { "id": "well-known-type-records-tnf-1", "title": "Well-known type records (TNF 1)", - "number": "5.3.2" + "number": "4.3.2" }, "definedIn": "prose" }, @@ -540,7 +540,7 @@ "heading": { "id": "well-known-local-types", "title": "Well-known local types", - "number": "5.3.2.1" + "number": "4.3.2.1" }, "definedIn": "prose" }, @@ -558,7 +558,7 @@ "heading": { "id": "well-known-global-types", "title": "Well-known global types", - "number": "5.3.3" + "number": "4.3.3" }, "definedIn": "prose" }, @@ -576,7 +576,7 @@ "heading": { "id": "text-record", "title": "Text record", - "number": "5.3.3.1" + "number": "4.3.3.1" }, "definedIn": "prose" }, @@ -594,7 +594,7 @@ "heading": { "id": "uri-record", "title": "URI record", - "number": "5.3.3.2" + "number": "4.3.3.2" }, "definedIn": "prose" }, @@ -612,7 +612,7 @@ "heading": { "id": "smart-poster-record", "title": "Smart poster record", - "number": "5.3.3.3" + "number": "4.3.3.3" }, "definedIn": "prose" }, @@ -630,7 +630,7 @@ "heading": { "id": "smart-poster-record", "title": "Smart poster record", - "number": "5.3.3.3" + "number": "4.3.3.3" }, "definedIn": "prose" }, @@ -648,7 +648,7 @@ "heading": { "id": "smart-poster-record", "title": "Smart poster record", - "number": "5.3.3.3" + "number": "4.3.3.3" }, "definedIn": "prose" }, @@ -666,7 +666,7 @@ "heading": { "id": "smart-poster-record", "title": "Smart poster record", - "number": "5.3.3.3" + "number": "4.3.3.3" }, "definedIn": "prose" }, @@ -684,7 +684,7 @@ "heading": { "id": "smart-poster-record", "title": "Smart poster record", - "number": "5.3.3.3" + "number": "4.3.3.3" }, "definedIn": "prose" }, @@ -702,7 +702,7 @@ "heading": { "id": "smart-poster-record", "title": "Smart poster record", - "number": "5.3.3.3" + "number": "4.3.3.3" }, "definedIn": "prose" }, @@ -720,7 +720,7 @@ "heading": { "id": "signature-records", "title": "Signature records", - "number": "5.3.3.4" + "number": "4.3.3.4" }, "definedIn": "prose" }, @@ -738,7 +738,7 @@ "heading": { "id": "handover-records", "title": "Handover records", - "number": "5.3.3.5" + "number": "4.3.3.5" }, "definedIn": "prose" }, @@ -756,7 +756,7 @@ "heading": { "id": "mime-type-records-tnf-2", "title": "MIME type records (TNF 2)", - "number": "5.3.4" + "number": "4.3.4" }, "definedIn": "prose" }, @@ -774,7 +774,7 @@ "heading": { "id": "absolute-url-records-tnf-3", "title": "Absolute-URL records (TNF 3)", - "number": "5.3.5" + "number": "4.3.5" }, "definedIn": "prose" }, @@ -792,7 +792,7 @@ "heading": { "id": "external-type-records-tnf-4", "title": "External type records (TNF 4)", - "number": "5.3.6" + "number": "4.3.6" }, "definedIn": "prose" }, @@ -810,7 +810,7 @@ "heading": { "id": "external-type-records-tnf-4", "title": "External type records (TNF 4)", - "number": "5.3.6" + "number": "4.3.6" }, "definedIn": "prose" }, @@ -828,7 +828,7 @@ "heading": { "id": "unknown-type-records-tnf-5", "title": "Unknown type records (TNF 5)", - "number": "5.3.7" + "number": "4.3.7" }, "definedIn": "prose" }, @@ -846,7 +846,7 @@ "heading": { "id": "unchanged-type-records-tnf-6", "title": "Unchanged type records (TNF 6)", - "number": "5.3.8" + "number": "4.3.8" }, "definedIn": "prose" }, @@ -864,7 +864,7 @@ "heading": { "id": "unchanged-type-records-tnf-6", "title": "Unchanged type records (TNF 6)", - "number": "5.3.8" + "number": "4.3.8" }, "definedIn": "prose" }, @@ -882,7 +882,7 @@ "heading": { "id": "the-ndefmessage-interface", "title": "The NDEFMessage interface", - "number": "9.1" + "number": "8.1" }, "definedIn": "heading" }, @@ -907,7 +907,7 @@ "heading": { "id": "the-ndefmessage-interface", "title": "The NDEFMessage interface", - "number": "9.1" + "number": "8.1" }, "definedIn": "pre" }, @@ -927,7 +927,7 @@ "heading": { "id": "the-ndefmessage-interface", "title": "The NDEFMessage interface", - "number": "9.1" + "number": "8.1" }, "definedIn": "pre" }, @@ -949,7 +949,7 @@ "heading": { "id": "the-ndefmessage-interface", "title": "The NDEFMessage interface", - "number": "9.1" + "number": "8.1" }, "definedIn": "prose" }, @@ -967,7 +967,7 @@ "heading": { "id": "the-ndefmessage-interface", "title": "The NDEFMessage interface", - "number": "9.1" + "number": "8.1" }, "definedIn": "prose" }, @@ -985,7 +985,7 @@ "heading": { "id": "the-ndefrecord-interface", "title": "The NDEFRecord interface", - "number": "9.2" + "number": "8.2" }, "definedIn": "heading" }, @@ -1005,7 +1005,7 @@ "heading": { "id": "the-ndefrecord-interface", "title": "The NDEFRecord interface", - "number": "9.2" + "number": "8.2" }, "definedIn": "pre" }, @@ -1030,7 +1030,7 @@ "heading": { "id": "the-ndefrecord-interface", "title": "The NDEFRecord interface", - "number": "9.2" + "number": "8.2" }, "definedIn": "pre" }, @@ -1052,7 +1052,7 @@ "heading": { "id": "the-ndefrecord-interface", "title": "The NDEFRecord interface", - "number": "9.2" + "number": "8.2" }, "definedIn": "prose" }, @@ -1074,7 +1074,7 @@ "heading": { "id": "the-ndefrecord-interface", "title": "The NDEFRecord interface", - "number": "9.2" + "number": "8.2" }, "definedIn": "prose" }, @@ -1096,7 +1096,7 @@ "heading": { "id": "the-ndefrecord-interface", "title": "The NDEFRecord interface", - "number": "9.2" + "number": "8.2" }, "definedIn": "prose" }, @@ -1114,7 +1114,7 @@ "heading": { "id": "the-ndefrecord-interface", "title": "The NDEFRecord interface", - "number": "9.2" + "number": "8.2" }, "definedIn": "prose" }, @@ -1136,7 +1136,7 @@ "heading": { "id": "the-ndefrecord-interface", "title": "The NDEFRecord interface", - "number": "9.2" + "number": "8.2" }, "definedIn": "prose" }, @@ -1158,7 +1158,7 @@ "heading": { "id": "the-ndefrecord-interface", "title": "The NDEFRecord interface", - "number": "9.2" + "number": "8.2" }, "definedIn": "prose" }, @@ -1176,7 +1176,7 @@ "heading": { "id": "the-ndefrecord-interface", "title": "The NDEFRecord interface", - "number": "9.2" + "number": "8.2" }, "definedIn": "prose" }, @@ -1194,7 +1194,7 @@ "heading": { "id": "the-ndefrecord-interface", "title": "The NDEFRecord interface", - "number": "9.2" + "number": "8.2" }, "definedIn": "prose" }, @@ -1216,7 +1216,7 @@ "heading": { "id": "the-ndefrecord-interface", "title": "The NDEFRecord interface", - "number": "9.2" + "number": "8.2" }, "definedIn": "prose" }, @@ -1240,7 +1240,7 @@ "heading": { "id": "the-ndefrecord-interface", "title": "The NDEFRecord interface", - "number": "9.2" + "number": "8.2" }, "definedIn": "prose" }, @@ -1258,7 +1258,7 @@ "heading": { "id": "the-ndefrecord-interface", "title": "The NDEFRecord interface", - "number": "9.2" + "number": "8.2" }, "definedIn": "prose" }, @@ -1278,7 +1278,7 @@ "heading": { "id": "the-ndefrecord-interface", "title": "The NDEFRecord interface", - "number": "9.2" + "number": "8.2" }, "definedIn": "prose" }, @@ -1298,7 +1298,7 @@ "heading": { "id": "the-ndefrecord-interface", "title": "The NDEFRecord interface", - "number": "9.2" + "number": "8.2" }, "definedIn": "prose" }, @@ -1318,7 +1318,7 @@ "heading": { "id": "the-ndefrecord-interface", "title": "The NDEFRecord interface", - "number": "9.2" + "number": "8.2" }, "definedIn": "prose" }, @@ -1338,7 +1338,7 @@ "heading": { "id": "the-ndefrecord-interface", "title": "The NDEFRecord interface", - "number": "9.2" + "number": "8.2" }, "definedIn": "prose" }, @@ -1358,7 +1358,7 @@ "heading": { "id": "the-ndefrecord-interface", "title": "The NDEFRecord interface", - "number": "9.2" + "number": "8.2" }, "definedIn": "prose" }, @@ -1378,7 +1378,7 @@ "heading": { "id": "the-ndefrecord-interface", "title": "The NDEFRecord interface", - "number": "9.2" + "number": "8.2" }, "definedIn": "prose" }, @@ -1396,7 +1396,7 @@ "heading": { "id": "the-ndefrecord-interface", "title": "The NDEFRecord interface", - "number": "9.2" + "number": "8.2" }, "definedIn": "prose" }, @@ -1414,7 +1414,7 @@ "heading": { "id": "the-record-type-string", "title": "The record type string", - "number": "9.3" + "number": "8.3" }, "definedIn": "heading" }, @@ -1432,7 +1432,7 @@ "heading": { "id": "the-record-type-string", "title": "The record type string", - "number": "9.3" + "number": "8.3" }, "definedIn": "prose" }, @@ -1450,7 +1450,7 @@ "heading": { "id": "the-record-type-string", "title": "The record type string", - "number": "9.3" + "number": "8.3" }, "definedIn": "dt" }, @@ -1468,7 +1468,7 @@ "heading": { "id": "the-record-type-string", "title": "The record type string", - "number": "9.3" + "number": "8.3" }, "definedIn": "dt" }, @@ -1486,7 +1486,7 @@ "heading": { "id": "the-record-type-string", "title": "The record type string", - "number": "9.3" + "number": "8.3" }, "definedIn": "dt" }, @@ -1504,7 +1504,7 @@ "heading": { "id": "the-record-type-string", "title": "The record type string", - "number": "9.3" + "number": "8.3" }, "definedIn": "dt" }, @@ -1522,7 +1522,7 @@ "heading": { "id": "the-record-type-string", "title": "The record type string", - "number": "9.3" + "number": "8.3" }, "definedIn": "dt" }, @@ -1540,7 +1540,7 @@ "heading": { "id": "the-record-type-string", "title": "The record type string", - "number": "9.3" + "number": "8.3" }, "definedIn": "dt" }, @@ -1558,7 +1558,7 @@ "heading": { "id": "the-record-type-string", "title": "The record type string", - "number": "9.3" + "number": "8.3" }, "definedIn": "dt" }, @@ -1576,7 +1576,7 @@ "heading": { "id": "the-record-type-string", "title": "The record type string", - "number": "9.3" + "number": "8.3" }, "definedIn": "prose" }, @@ -1594,7 +1594,7 @@ "heading": { "id": "the-record-type-string", "title": "The record type string", - "number": "9.3" + "number": "8.3" }, "definedIn": "prose" }, @@ -1612,7 +1612,7 @@ "heading": { "id": "data-mapping", "title": "Data mapping", - "number": "9.4" + "number": "8.4" }, "definedIn": "table" }, @@ -1630,7 +1630,7 @@ "heading": { "id": "data-mapping", "title": "Data mapping", - "number": "9.4" + "number": "8.4" }, "definedIn": "table" }, @@ -1648,7 +1648,7 @@ "heading": { "id": "data-mapping", "title": "Data mapping", - "number": "9.4" + "number": "8.4" }, "definedIn": "table" }, @@ -1666,7 +1666,7 @@ "heading": { "id": "data-mapping", "title": "Data mapping", - "number": "9.4" + "number": "8.4" }, "definedIn": "table" }, @@ -1684,7 +1684,7 @@ "heading": { "id": "data-mapping", "title": "Data mapping", - "number": "9.4" + "number": "8.4" }, "definedIn": "table" }, @@ -1702,7 +1702,7 @@ "heading": { "id": "data-mapping", "title": "Data mapping", - "number": "9.4" + "number": "8.4" }, "definedIn": "table" }, @@ -1720,32 +1720,27 @@ "heading": { "id": "data-mapping", "title": "Data mapping", - "number": "9.4" + "number": "8.4" }, "definedIn": "table" }, { - "id": "dom-ndefwriter-constructor", - "href": "https://w3c.github.io/web-nfc/#dom-ndefwriter-constructor", + "id": "dom-ndefreader", + "href": "https://w3c.github.io/web-nfc/#dom-ndefreader", "linkingText": [ - "constructor()" - ], - "localLinkingText": [ - "NDEFWriter.constructor", - "NDEFWriter.constructor()", - "constructor" - ], - "type": "constructor", - "for": [ - "NDEFWriter" + "NDEFReader" ], + "localLinkingText": [], + "type": "interface", + "for": [], "access": "public", "informative": false, "heading": { - "id": "the-ndefreader-and-ndefwriter-objects", - "title": "10. The NDEFReader and NDEFWriter objects" + "id": "the-ndefreader-object", + "title": "The NDEFReader object", + "number": "9" }, - "definedIn": "pre" + "definedIn": "prose" }, { "id": "dom-ndefreader-constructor", @@ -1765,8 +1760,9 @@ "access": "public", "informative": false, "heading": { - "id": "the-ndefreader-and-ndefwriter-objects", - "title": "10. The NDEFReader and NDEFWriter objects" + "id": "the-ndefreader-object", + "title": "The NDEFReader object", + "number": "9" }, "definedIn": "pre" }, @@ -1789,8 +1785,9 @@ "access": "public", "informative": false, "heading": { - "id": "the-ndefreader-and-ndefwriter-objects", - "title": "10. The NDEFReader and NDEFWriter objects" + "id": "the-ndefreader-object", + "title": "The NDEFReader object", + "number": "9" }, "definedIn": "pre" }, @@ -1806,8 +1803,9 @@ "access": "public", "informative": false, "heading": { - "id": "the-ndefreader-and-ndefwriter-objects", - "title": "10. The NDEFReader and NDEFWriter objects" + "id": "the-ndefreader-object", + "title": "The NDEFReader object", + "number": "9" }, "definedIn": "prose" }, @@ -1823,8 +1821,9 @@ "access": "public", "informative": false, "heading": { - "id": "the-ndefreader-and-ndefwriter-objects", - "title": "10. The NDEFReader and NDEFWriter objects" + "id": "the-ndefreader-object", + "title": "The NDEFReader object", + "number": "9" }, "definedIn": "prose" }, @@ -1844,8 +1843,9 @@ "access": "public", "informative": false, "heading": { - "id": "the-ndefreader-and-ndefwriter-objects", - "title": "10. The NDEFReader and NDEFWriter objects" + "id": "the-ndefreader-object", + "title": "The NDEFReader object", + "number": "9" }, "definedIn": "prose" }, @@ -1865,8 +1865,9 @@ "access": "public", "informative": false, "heading": { - "id": "the-ndefreader-and-ndefwriter-objects", - "title": "10. The NDEFReader and NDEFWriter objects" + "id": "the-ndefreader-object", + "title": "The NDEFReader object", + "number": "9" }, "definedIn": "prose" }, @@ -1882,8 +1883,9 @@ "access": "public", "informative": false, "heading": { - "id": "the-ndefreader-and-ndefwriter-objects", - "title": "10. The NDEFReader and NDEFWriter objects" + "id": "the-ndefreader-object", + "title": "The NDEFReader object", + "number": "9" }, "definedIn": "prose" }, @@ -1901,8 +1903,9 @@ "access": "public", "informative": false, "heading": { - "id": "the-ndefreader-and-ndefwriter-objects", - "title": "10. The NDEFReader and NDEFWriter objects" + "id": "the-ndefreader-object", + "title": "The NDEFReader object", + "number": "9" }, "definedIn": "prose" }, @@ -1920,25 +1923,9 @@ "access": "public", "informative": false, "heading": { - "id": "the-ndefreader-and-ndefwriter-objects", - "title": "10. The NDEFReader and NDEFWriter objects" - }, - "definedIn": "prose" - }, - { - "id": "dom-ndefwriter", - "href": "https://w3c.github.io/web-nfc/#dom-ndefwriter", - "linkingText": [ - "NDEFWriter" - ], - "localLinkingText": [], - "type": "interface", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "the-ndefreader-and-ndefwriter-objects", - "title": "10. The NDEFReader and NDEFWriter objects" + "id": "the-ndefreader-object", + "title": "The NDEFReader object", + "number": "9" }, "definedIn": "prose" }, @@ -1954,8 +1941,9 @@ "access": "public", "informative": false, "heading": { - "id": "the-ndefreader-and-ndefwriter-objects", - "title": "10. The NDEFReader and NDEFWriter objects" + "id": "the-ndefreader-object", + "title": "The NDEFReader object", + "number": "9" }, "definedIn": "table" }, @@ -1971,42 +1959,9 @@ "access": "public", "informative": false, "heading": { - "id": "the-ndefreader-and-ndefwriter-objects", - "title": "10. The NDEFReader and NDEFWriter objects" - }, - "definedIn": "table" - }, - { - "id": "dom-ndefreader", - "href": "https://w3c.github.io/web-nfc/#dom-ndefreader", - "linkingText": [ - "NDEFReader" - ], - "localLinkingText": [], - "type": "interface", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "the-ndefreader-and-ndefwriter-objects", - "title": "10. The NDEFReader and NDEFWriter objects" - }, - "definedIn": "prose" - }, - { - "id": "dfn-signal", - "href": "https://w3c.github.io/web-nfc/#dfn-signal", - "linkingText": [ - "[[Signal]]" - ], - "localLinkingText": [], - "type": "idl", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "the-ndefreader-and-ndefwriter-objects", - "title": "10. The NDEFReader and NDEFWriter objects" + "id": "the-ndefreader-object", + "title": "The NDEFReader object", + "number": "9" }, "definedIn": "table" }, @@ -2026,19 +1981,20 @@ "access": "public", "informative": false, "heading": { - "id": "the-ndefreader-and-ndefwriter-objects", - "title": "10. The NDEFReader and NDEFWriter objects" + "id": "the-ndefreader-object", + "title": "The NDEFReader object", + "number": "9" }, "definedIn": "prose" }, { - "id": "dom-ndefreader-onerror", - "href": "https://w3c.github.io/web-nfc/#dom-ndefreader-onerror", + "id": "dom-ndefreader-onreadingerror", + "href": "https://w3c.github.io/web-nfc/#dom-ndefreader-onreadingerror", "linkingText": [ - "onerror" + "onreadingerror" ], "localLinkingText": [ - "NDEFReader.onerror" + "NDEFReader.onreadingerror" ], "type": "attribute", "for": [ @@ -2047,8 +2003,9 @@ "access": "public", "informative": false, "heading": { - "id": "the-ndefreader-and-ndefwriter-objects", - "title": "10. The NDEFReader and NDEFWriter objects" + "id": "the-ndefreader-object", + "title": "The NDEFReader object", + "number": "9" }, "definedIn": "prose" }, @@ -2066,7 +2023,7 @@ "heading": { "id": "nfc-state-associated-with-the-settings-object", "title": "NFC state associated with the settings object", - "number": "10.1" + "number": "9.1" }, "definedIn": "prose" }, @@ -2084,15 +2041,15 @@ "heading": { "id": "nfc-state-associated-with-the-settings-object", "title": "NFC state associated with the settings object", - "number": "10.1" + "number": "9.1" }, "definedIn": "table" }, { - "id": "dfn-activatedreaderlist", - "href": "https://w3c.github.io/web-nfc/#dfn-activatedreaderlist", + "id": "dfn-pendingread", + "href": "https://w3c.github.io/web-nfc/#dfn-pendingread", "linkingText": [ - "[[ActivatedReaderList]]" + "[[PendingRead]]" ], "localLinkingText": [], "type": "idl", @@ -2102,7 +2059,7 @@ "heading": { "id": "nfc-state-associated-with-the-settings-object", "title": "NFC state associated with the settings object", - "number": "10.1" + "number": "9.1" }, "definedIn": "table" }, @@ -2120,15 +2077,15 @@ "heading": { "id": "nfc-state-associated-with-the-settings-object", "title": "NFC state associated with the settings object", - "number": "10.1" + "number": "9.1" }, "definedIn": "table" }, { - "id": "dfn-activated-reader-objects", - "href": "https://w3c.github.io/web-nfc/#dfn-activated-reader-objects", + "id": "dfn-pending-read-tuple", + "href": "https://w3c.github.io/web-nfc/#dfn-pending-read-tuple", "linkingText": [ - "activated reader objects" + "pending read tuple" ], "localLinkingText": [], "type": "dfn", @@ -2138,7 +2095,7 @@ "heading": { "id": "nfc-state-associated-with-the-settings-object", "title": "NFC state associated with the settings object", - "number": "10.1" + "number": "9.1" }, "definedIn": "prose" }, @@ -2156,7 +2113,7 @@ "heading": { "id": "nfc-state-associated-with-the-settings-object", "title": "NFC state associated with the settings object", - "number": "10.1" + "number": "9.1" }, "definedIn": "prose" }, @@ -2174,7 +2131,7 @@ "heading": { "id": "nfc-state-associated-with-the-settings-object", "title": "NFC state associated with the settings object", - "number": "10.1" + "number": "9.1" }, "definedIn": "prose" }, @@ -2192,7 +2149,7 @@ "heading": { "id": "nfc-state-associated-with-the-settings-object", "title": "NFC state associated with the settings object", - "number": "10.1" + "number": "9.1" }, "definedIn": "prose" }, @@ -2210,7 +2167,7 @@ "heading": { "id": "nfc-state-associated-with-the-settings-object", "title": "NFC state associated with the settings object", - "number": "10.1" + "number": "9.1" }, "definedIn": "prose" }, @@ -2228,7 +2185,7 @@ "heading": { "id": "obtaining-permission", "title": "Obtaining permission", - "number": "10.3" + "number": "9.3" }, "definedIn": "prose" }, @@ -2246,7 +2203,7 @@ "heading": { "id": "obtaining-permission", "title": "Obtaining permission", - "number": "10.3" + "number": "9.3" }, "definedIn": "prose" }, @@ -2264,7 +2221,7 @@ "heading": { "id": "handling-visibility-change", "title": "Handling visibility change", - "number": "10.4" + "number": "9.4" }, "definedIn": "prose" }, @@ -2282,7 +2239,7 @@ "heading": { "id": "handling-visibility-change", "title": "Handling visibility change", - "number": "10.4" + "number": "9.4" }, "definedIn": "prose" }, @@ -2300,7 +2257,7 @@ "heading": { "id": "aborting-pending-write-operation", "title": "Aborting pending write operation", - "number": "10.5" + "number": "9.5" }, "definedIn": "prose" }, @@ -2318,7 +2275,7 @@ "heading": { "id": "releasing-nfc", "title": "Releasing NFC", - "number": "10.6" + "number": "9.6" }, "definedIn": "prose" }, @@ -2336,7 +2293,7 @@ "heading": { "id": "the-ndefwriteoptions-dictionary", "title": "The NDEFWriteOptions dictionary", - "number": "10.7" + "number": "9.7" }, "definedIn": "heading" }, @@ -2356,7 +2313,7 @@ "heading": { "id": "the-ndefwriteoptions-dictionary", "title": "The NDEFWriteOptions dictionary", - "number": "10.7" + "number": "9.7" }, "definedIn": "prose" }, @@ -2376,7 +2333,7 @@ "heading": { "id": "the-ndefwriteoptions-dictionary", "title": "The NDEFWriteOptions dictionary", - "number": "10.7" + "number": "9.7" }, "definedIn": "prose" }, @@ -2394,7 +2351,7 @@ "heading": { "id": "the-ndefscanoptions-dictionary", "title": "The NDEFScanOptions dictionary", - "number": "10.8" + "number": "9.8" }, "definedIn": "heading" }, @@ -2414,7 +2371,7 @@ "heading": { "id": "the-ndefscanoptions-dictionary", "title": "The NDEFScanOptions dictionary", - "number": "10.8" + "number": "9.8" }, "definedIn": "prose" }, @@ -2432,33 +2389,33 @@ "heading": { "id": "writing-content", "title": "Writing content", - "number": "10.9" + "number": "9.9" }, "definedIn": "heading" }, { - "id": "dom-ndefwriter-write", - "href": "https://w3c.github.io/web-nfc/#dom-ndefwriter-write", + "id": "dom-ndefreader-write", + "href": "https://w3c.github.io/web-nfc/#dom-ndefreader-write", "linkingText": [ "write()", "write(message)", "write(message, options)" ], "localLinkingText": [ - "NDEFWriter.write", - "NDEFWriter.write()", + "NDEFReader.write", + "NDEFReader.write()", "write" ], "type": "method", "for": [ - "NDEFWriter" + "NDEFReader" ], "access": "public", "informative": false, "heading": { "id": "the-write-method", "title": "The write() method", - "number": "10.9.1" + "number": "9.9.1" }, "definedIn": "prose" }, @@ -2476,7 +2433,7 @@ "heading": { "id": "the-write-method", "title": "The write() method", - "number": "10.9.1" + "number": "9.9.1" }, "definedIn": "prose" }, @@ -2494,7 +2451,7 @@ "heading": { "id": "the-write-method", "title": "The write() method", - "number": "10.9.1" + "number": "9.9.1" }, "definedIn": "prose" }, @@ -2512,7 +2469,7 @@ "heading": { "id": "creating-ndef-message", "title": "Creating NDEF message", - "number": "10.10" + "number": "9.10" }, "definedIn": "prose" }, @@ -2530,7 +2487,7 @@ "heading": { "id": "check-created-records", "title": "Check created records", - "number": "10.10.1" + "number": "9.10.1" }, "definedIn": "prose" }, @@ -2548,7 +2505,7 @@ "heading": { "id": "creating-ndef-record", "title": "Creating NDEF record", - "number": "10.10.2" + "number": "9.10.2" }, "definedIn": "prose" }, @@ -2566,7 +2523,7 @@ "heading": { "id": "validating-external-type", "title": "Validating external type", - "number": "10.10.3" + "number": "9.10.3" }, "definedIn": "prose" }, @@ -2584,7 +2541,7 @@ "heading": { "id": "validating-local-type", "title": "Validating local type", - "number": "10.10.4" + "number": "9.10.4" }, "definedIn": "prose" }, @@ -2602,7 +2559,7 @@ "heading": { "id": "mapping-empty-record-to-ndef", "title": "Mapping empty record to NDEF", - "number": "10.10.5" + "number": "9.10.5" }, "definedIn": "prose" }, @@ -2620,7 +2577,7 @@ "heading": { "id": "mapping-string-to-ndef", "title": "Mapping string to NDEF", - "number": "10.10.6" + "number": "9.10.6" }, "definedIn": "prose" }, @@ -2638,7 +2595,7 @@ "heading": { "id": "mapping-url-to-ndef", "title": "Mapping URL to NDEF", - "number": "10.10.7" + "number": "9.10.7" }, "definedIn": "prose" }, @@ -2656,7 +2613,7 @@ "heading": { "id": "mapping-binary-data-to-ndef", "title": "Mapping binary data to NDEF", - "number": "10.10.8" + "number": "9.10.8" }, "definedIn": "prose" }, @@ -2674,7 +2631,7 @@ "heading": { "id": "mapping-external-data-to-ndef", "title": "Mapping external data to NDEF", - "number": "10.10.9" + "number": "9.10.9" }, "definedIn": "prose" }, @@ -2692,7 +2649,7 @@ "heading": { "id": "mapping-local-type-to-ndef", "title": "Mapping local type to NDEF", - "number": "10.10.10" + "number": "9.10.10" }, "definedIn": "prose" }, @@ -2710,7 +2667,7 @@ "heading": { "id": "mapping-smart-poster-to-ndef", "title": "Mapping smart poster to NDEF", - "number": "10.10.11" + "number": "9.10.11" }, "definedIn": "prose" }, @@ -2728,7 +2685,7 @@ "heading": { "id": "mapping-absolute-url-to-ndef", "title": "Mapping absolute-URL to NDEF", - "number": "10.10.12" + "number": "9.10.12" }, "definedIn": "prose" }, @@ -2737,7 +2694,7 @@ "href": "https://w3c.github.io/web-nfc/#dom-ndefreader-scan", "linkingText": [ "scan()", - "scan(, options)" + "scan(options)" ], "localLinkingText": [ "NDEFReader.scan", @@ -2753,7 +2710,7 @@ "heading": { "id": "the-scan-method", "title": "The scan() method", - "number": "10.11.1" + "number": "9.11.1" }, "definedIn": "prose" }, @@ -2771,7 +2728,7 @@ "heading": { "id": "the-scan-method", "title": "The scan() method", - "number": "10.11.1" + "number": "9.11.1" }, "definedIn": "prose" }, @@ -2789,7 +2746,7 @@ "heading": { "id": "the-nfc-reading-algorithm", "title": "The NFC reading algorithm", - "number": "10.11.2" + "number": "9.11.2" }, "definedIn": "prose" }, @@ -2807,7 +2764,7 @@ "heading": { "id": "dispatching-nfc-content", "title": "Dispatching NFC content", - "number": "10.11.3" + "number": "9.11.3" }, "definedIn": "prose" }, @@ -2825,7 +2782,7 @@ "heading": { "id": "parsing-records-from-bytes", "title": "Parsing records from bytes", - "number": "10.12.1" + "number": "9.12.1" }, "definedIn": "prose" }, @@ -2843,7 +2800,7 @@ "heading": { "id": "check-parsed-records", "title": "Check parsed records", - "number": "10.12.2" + "number": "9.12.2" }, "definedIn": "prose" }, @@ -2861,7 +2818,7 @@ "heading": { "id": "parsing-ndef-records", "title": "Parsing NDEF records", - "number": "10.12.3" + "number": "9.12.3" }, "definedIn": "prose" }, @@ -2879,7 +2836,7 @@ "heading": { "id": "parsing-ndef-well-known-t-records", "title": "Parsing NDEF well-known T records", - "number": "10.12.4" + "number": "9.12.4" }, "definedIn": "prose" }, @@ -2897,7 +2854,7 @@ "heading": { "id": "parsing-ndef-well-known-u-records", "title": "Parsing NDEF well-known U records", - "number": "10.12.5" + "number": "9.12.5" }, "definedIn": "prose" }, @@ -2915,7 +2872,7 @@ "heading": { "id": "parsing-ndef-well-known-sp-records", "title": "Parsing NDEF well-known Sp records", - "number": "10.12.6" + "number": "9.12.6" }, "definedIn": "prose" }, @@ -2933,7 +2890,7 @@ "heading": { "id": "parsing-ndef-well-known-sp-records", "title": "Parsing NDEF well-known Sp records", - "number": "10.12.6" + "number": "9.12.6" }, "definedIn": "prose" }, @@ -2951,7 +2908,7 @@ "heading": { "id": "parsing-ndef-well-known-sp-records", "title": "Parsing NDEF well-known Sp records", - "number": "10.12.6" + "number": "9.12.6" }, "definedIn": "prose" }, @@ -2969,7 +2926,7 @@ "heading": { "id": "parsing-ndef-well-known-sp-records", "title": "Parsing NDEF well-known Sp records", - "number": "10.12.6" + "number": "9.12.6" }, "definedIn": "prose" }, @@ -2987,7 +2944,7 @@ "heading": { "id": "parsing-local-type-records", "title": "Parsing local type records", - "number": "10.12.7" + "number": "9.12.7" }, "definedIn": "prose" }, @@ -3005,7 +2962,7 @@ "heading": { "id": "parsing-ndef-mime-type-records", "title": "Parsing NDEF MIME type records", - "number": "10.12.8" + "number": "9.12.8" }, "definedIn": "prose" }, @@ -3023,7 +2980,7 @@ "heading": { "id": "parsing-ndef-absolute-url-records", "title": "Parsing NDEF absolute-URL records", - "number": "10.12.9" + "number": "9.12.9" }, "definedIn": "prose" }, @@ -3041,7 +2998,7 @@ "heading": { "id": "parsing-ndef-external-type-records", "title": "Parsing NDEF external type records", - "number": "10.12.10" + "number": "9.12.10" }, "definedIn": "prose" }, @@ -3059,7 +3016,7 @@ "heading": { "id": "parsing-ndef-unknown-type-records", "title": "Parsing NDEF unknown type records", - "number": "10.12.11" + "number": "9.12.11" }, "definedIn": "prose" }, @@ -3076,7 +3033,7 @@ "informative": false, "heading": { "id": "the-blocklist", - "title": "11. The Blocklist" + "title": "10. The Blocklist" }, "definedIn": "prose" }, @@ -3093,7 +3050,7 @@ "informative": false, "heading": { "id": "the-blocklist", - "title": "11. The Blocklist" + "title": "10. The Blocklist" }, "definedIn": "prose" }, @@ -3110,7 +3067,7 @@ "informative": false, "heading": { "id": "the-blocklist", - "title": "11. The Blocklist" + "title": "10. The Blocklist" }, "definedIn": "prose" }, @@ -3127,7 +3084,7 @@ "informative": false, "heading": { "id": "the-blocklist", - "title": "11. The Blocklist" + "title": "10. The Blocklist" }, "definedIn": "prose" }, @@ -3145,7 +3102,7 @@ "heading": { "id": "obtaining-permission-0", "title": "Obtaining permission", - "number": "12.7.1" + "number": "11.7.1" }, "definedIn": "heading" }, @@ -3163,7 +3120,7 @@ "heading": { "id": "warning-user-during-nfc-operations", "title": "Warning user during NFC operations", - "number": "12.7.2" + "number": "11.7.2" }, "definedIn": "heading" }, @@ -3181,7 +3138,7 @@ "heading": { "id": "visible-document", "title": "Visible document", - "number": "12.9.2" + "number": "11.9.2" }, "definedIn": "prose" } diff --git a/tr/dfns/webauthn-2.json b/tr/dfns/webauthn-2.json index 8c250f587913..cd8d5c0bd579 100644 --- a/tr/dfns/webauthn-2.json +++ b/tr/dfns/webauthn-2.json @@ -862,6 +862,26 @@ }, "definedIn": "dt" }, + { + "id": "public-key-credential-source-mutable-item", + "href": "https://www.w3.org/TR/webauthn-2/#public-key-credential-source-mutable-item", + "linkingText": [ + "mutable item" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "public key credential source" + ], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-terminology", + "title": "Terminology", + "number": "4" + }, + "definedIn": "prose" + }, { "id": "public-key-credential-source-managing-authenticator", "href": "https://www.w3.org/TR/webauthn-2/#public-key-credential-source-managing-authenticator", @@ -1328,8 +1348,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "iface-pkcredential", + "title": "PublicKeyCredential Interface", + "number": "5.1" }, "definedIn": "pre" }, @@ -1347,8 +1368,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "iface-pkcredential", + "title": "PublicKeyCredential Interface", + "number": "5.1" }, "definedIn": "pre" }, @@ -1366,8 +1388,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "iface-pkcredential", + "title": "PublicKeyCredential Interface", + "number": "5.1" }, "definedIn": "dt" }, @@ -1385,8 +1408,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "iface-pkcredential", + "title": "PublicKeyCredential Interface", + "number": "5.1" }, "definedIn": "dt" }, @@ -1404,8 +1428,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "iface-pkcredential", + "title": "PublicKeyCredential Interface", + "number": "5.1" }, "definedIn": "dt" }, @@ -1423,8 +1448,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "iface-pkcredential", + "title": "PublicKeyCredential Interface", + "number": "5.1" }, "definedIn": "dt" }, @@ -1442,8 +1468,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "iface-pkcredential", + "title": "PublicKeyCredential Interface", + "number": "5.1" }, "definedIn": "dt" }, @@ -1567,6 +1594,26 @@ }, "definedIn": "dt" }, + { + "id": "create-candidate-authenticator", + "href": "https://www.w3.org/TR/webauthn-2/#create-candidate-authenticator", + "linkingText": [ + "candidate authenticator" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "create" + ], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-createCredential", + "title": "Create a New Credential - PublicKeyCredential’s [[Create]](origin, options, sameOriginWithAncestors) Method", + "number": "5.1.3" + }, + "definedIn": "prose" + }, { "id": "effective-resident-key-requirement-for-credential-creation", "href": "https://www.w3.org/TR/webauthn-2/#effective-resident-key-requirement-for-credential-creation", @@ -1603,6 +1650,26 @@ }, "definedIn": "prose" }, + { + "id": "create-selected-authenticator", + "href": "https://www.w3.org/TR/webauthn-2/#create-selected-authenticator", + "linkingText": [ + "selected authenticator" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "create" + ], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-createCredential", + "title": "Create a New Credential - PublicKeyCredential’s [[Create]](origin, options, sameOriginWithAncestors) Method", + "number": "5.1.3" + }, + "definedIn": "prose" + }, { "id": "credentialcreationdata-attestationobjectresult", "href": "https://www.w3.org/TR/webauthn-2/#credentialcreationdata-attestationobjectresult", @@ -2015,8 +2082,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "sctn-isUserVerifyingPlatformAuthenticatorAvailable", + "title": "Availability of User-Verifying Platform Authenticator - PublicKeyCredential’s isUserVerifyingPlatformAuthenticatorAvailable() Method", + "number": "5.1.7" }, "definedIn": "pre" }, @@ -2052,8 +2120,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "iface-authenticatorresponse", + "title": "Authenticator Responses (interface AuthenticatorResponse)", + "number": "5.2" }, "definedIn": "dt" }, @@ -2089,8 +2158,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "iface-authenticatorattestationresponse", + "title": "Information About Public Key Credential (interface AuthenticatorAttestationResponse)", + "number": "5.2.1" }, "definedIn": "pre" }, @@ -2108,8 +2178,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "iface-authenticatorattestationresponse", + "title": "Information About Public Key Credential (interface AuthenticatorAttestationResponse)", + "number": "5.2.1" }, "definedIn": "pre" }, @@ -2127,8 +2198,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "iface-authenticatorattestationresponse", + "title": "Information About Public Key Credential (interface AuthenticatorAttestationResponse)", + "number": "5.2.1" }, "definedIn": "pre" }, @@ -2146,8 +2218,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "iface-authenticatorattestationresponse", + "title": "Information About Public Key Credential (interface AuthenticatorAttestationResponse)", + "number": "5.2.1" }, "definedIn": "pre" }, @@ -2165,8 +2238,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "iface-authenticatorattestationresponse", + "title": "Information About Public Key Credential (interface AuthenticatorAttestationResponse)", + "number": "5.2.1" }, "definedIn": "dt" }, @@ -2184,8 +2258,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "iface-authenticatorattestationresponse", + "title": "Information About Public Key Credential (interface AuthenticatorAttestationResponse)", + "number": "5.2.1" }, "definedIn": "dt" }, @@ -2221,8 +2296,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "iface-authenticatorassertionresponse", + "title": "Web Authentication Assertion (interface AuthenticatorAssertionResponse)", + "number": "5.2.2" }, "definedIn": "dt" }, @@ -2240,8 +2316,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "iface-authenticatorassertionresponse", + "title": "Web Authentication Assertion (interface AuthenticatorAssertionResponse)", + "number": "5.2.2" }, "definedIn": "dt" }, @@ -2259,8 +2336,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "iface-authenticatorassertionresponse", + "title": "Web Authentication Assertion (interface AuthenticatorAssertionResponse)", + "number": "5.2.2" }, "definedIn": "dt" }, @@ -2354,8 +2432,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "dictionary-makecredentialoptions", + "title": "Options for Credential Creation (dictionary PublicKeyCredentialCreationOptions)", + "number": "5.4" }, "definedIn": "dt" }, @@ -2373,8 +2452,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "dictionary-makecredentialoptions", + "title": "Options for Credential Creation (dictionary PublicKeyCredentialCreationOptions)", + "number": "5.4" }, "definedIn": "dt" }, @@ -2392,8 +2472,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "dictionary-makecredentialoptions", + "title": "Options for Credential Creation (dictionary PublicKeyCredentialCreationOptions)", + "number": "5.4" }, "definedIn": "dt" }, @@ -2411,8 +2492,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "dictionary-makecredentialoptions", + "title": "Options for Credential Creation (dictionary PublicKeyCredentialCreationOptions)", + "number": "5.4" }, "definedIn": "dt" }, @@ -2430,8 +2512,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "dictionary-makecredentialoptions", + "title": "Options for Credential Creation (dictionary PublicKeyCredentialCreationOptions)", + "number": "5.4" }, "definedIn": "dt" }, @@ -2449,8 +2532,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "dictionary-makecredentialoptions", + "title": "Options for Credential Creation (dictionary PublicKeyCredentialCreationOptions)", + "number": "5.4" }, "definedIn": "dt" }, @@ -2468,8 +2552,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "dictionary-makecredentialoptions", + "title": "Options for Credential Creation (dictionary PublicKeyCredentialCreationOptions)", + "number": "5.4" }, "definedIn": "dt" }, @@ -2487,8 +2572,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "dictionary-makecredentialoptions", + "title": "Options for Credential Creation (dictionary PublicKeyCredentialCreationOptions)", + "number": "5.4" }, "definedIn": "dt" }, @@ -2506,8 +2592,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "dictionary-makecredentialoptions", + "title": "Options for Credential Creation (dictionary PublicKeyCredentialCreationOptions)", + "number": "5.4" }, "definedIn": "dt" }, @@ -2684,10 +2771,10 @@ "definedIn": "dt" }, { - "id": "dom-authenticatorselectioncriteria-requireresidentkey", - "href": "https://www.w3.org/TR/webauthn-2/#dom-authenticatorselectioncriteria-requireresidentkey", + "id": "dom-authenticatorselectioncriteria-residentkey", + "href": "https://www.w3.org/TR/webauthn-2/#dom-authenticatorselectioncriteria-residentkey", "linkingText": [ - "requireResidentKey" + "residentKey" ], "localLinkingText": [], "type": "dict-member", @@ -2704,10 +2791,10 @@ "definedIn": "dt" }, { - "id": "dom-authenticatorselectioncriteria-residentkey", - "href": "https://www.w3.org/TR/webauthn-2/#dom-authenticatorselectioncriteria-residentkey", + "id": "dom-authenticatorselectioncriteria-requireresidentkey", + "href": "https://www.w3.org/TR/webauthn-2/#dom-authenticatorselectioncriteria-requireresidentkey", "linkingText": [ - "residentKey" + "requireResidentKey" ], "localLinkingText": [], "type": "dict-member", @@ -3036,8 +3123,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "dictionary-assertion-options", + "title": "Options for Assertion Generation (dictionary PublicKeyCredentialRequestOptions)", + "number": "5.5" }, "definedIn": "dt" }, @@ -3055,8 +3143,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "dictionary-assertion-options", + "title": "Options for Assertion Generation (dictionary PublicKeyCredentialRequestOptions)", + "number": "5.5" }, "definedIn": "dt" }, @@ -3074,8 +3163,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "dictionary-assertion-options", + "title": "Options for Assertion Generation (dictionary PublicKeyCredentialRequestOptions)", + "number": "5.5" }, "definedIn": "dt" }, @@ -3093,8 +3183,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "dictionary-assertion-options", + "title": "Options for Assertion Generation (dictionary PublicKeyCredentialRequestOptions)", + "number": "5.5" }, "definedIn": "dt" }, @@ -3112,8 +3203,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "dictionary-assertion-options", + "title": "Options for Assertion Generation (dictionary PublicKeyCredentialRequestOptions)", + "number": "5.5" }, "definedIn": "dt" }, @@ -3131,8 +3223,9 @@ "access": "public", "informative": false, "heading": { - "id": "", - "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 2" + "id": "dictionary-assertion-options", + "title": "Options for Assertion Generation (dictionary PublicKeyCredentialRequestOptions)", + "number": "5.5" }, "definedIn": "dt" }, @@ -3814,8 +3907,8 @@ "access": "public", "informative": false, "heading": { - "id": "sctn-feature-policy", - "title": "Feature Policy integration", + "id": "sctn-permissions-policy", + "title": "Permissions Policy integration", "number": "5.9" }, "definedIn": "prose" @@ -4906,6 +4999,42 @@ }, "definedIn": "dt" }, + { + "id": "anonymization-ca", + "href": "https://www.w3.org/TR/webauthn-2/#anonymization-ca", + "linkingText": [ + "Anonymization CA" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-attestation-types", + "title": "Attestation Types", + "number": "6.5.3" + }, + "definedIn": "dt" + }, + { + "id": "anonca", + "href": "https://www.w3.org/TR/webauthn-2/#anonca", + "linkingText": [ + "AnonCA" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-attestation-types", + "title": "Attestation Types", + "number": "6.5.3" + }, + "definedIn": "dt" + }, { "id": "none", "href": "https://www.w3.org/TR/webauthn-2/#none", @@ -5274,6 +5403,24 @@ }, "definedIn": "pre" }, + { + "id": "user-verification-method", + "href": "https://www.w3.org/TR/webauthn-2/#user-verification-method", + "linkingText": [ + "User Verification Method" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-uvm-extension", + "title": "User Verification Method Extension (uvm)", + "number": "10.3" + }, + "definedIn": "heading" + }, { "id": "dom-authenticationextensionsclientinputs-uvm", "href": "https://www.w3.org/TR/webauthn-2/#dom-authenticationextensionsclientinputs-uvm", @@ -5487,10 +5634,10 @@ "definedIn": "prose" }, { - "id": "prf", - "href": "https://www.w3.org/TR/webauthn-2/#prf", + "id": "largeblob", + "href": "https://www.w3.org/TR/webauthn-2/#largeblob", "linkingText": [ - "prf" + "largeBlob" ], "localLinkingText": [], "type": "dfn", @@ -5498,281 +5645,127 @@ "access": "private", "informative": false, "heading": { - "id": "prf-extension", - "title": "Pseudo-random function extension (prf)", + "id": "sctn-large-blob-extension", + "title": "Large blob storage extension (largeBlob)", "number": "10.5" }, "definedIn": "heading" }, { - "id": "dictdef-authenticationextensionsprfvalues", - "href": "https://www.w3.org/TR/webauthn-2/#dictdef-authenticationextensionsprfvalues", - "linkingText": [ - "AuthenticationExtensionsPRFValues" - ], - "localLinkingText": [], - "type": "dictionary", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "prf-extension", - "title": "Pseudo-random function extension (prf)", - "number": "10.5" - }, - "definedIn": "pre" - }, - { - "id": "dom-authenticationextensionsprfvalues-first", - "href": "https://www.w3.org/TR/webauthn-2/#dom-authenticationextensionsprfvalues-first", - "linkingText": [ - "first" - ], - "localLinkingText": [], - "type": "dict-member", - "for": [ - "AuthenticationExtensionsPRFValues" - ], - "access": "public", - "informative": false, - "heading": { - "id": "prf-extension", - "title": "Pseudo-random function extension (prf)", - "number": "10.5" - }, - "definedIn": "pre" - }, - { - "id": "dom-authenticationextensionsprfvalues-second", - "href": "https://www.w3.org/TR/webauthn-2/#dom-authenticationextensionsprfvalues-second", + "id": "dom-authenticationextensionsclientinputs-largeblob", + "href": "https://www.w3.org/TR/webauthn-2/#dom-authenticationextensionsclientinputs-largeblob", "linkingText": [ - "second" + "largeBlob" ], "localLinkingText": [], "type": "dict-member", "for": [ - "AuthenticationExtensionsPRFValues" + "AuthenticationExtensionsClientInputs" ], "access": "public", "informative": false, "heading": { - "id": "prf-extension", - "title": "Pseudo-random function extension (prf)", + "id": "sctn-large-blob-extension", + "title": "Large blob storage extension (largeBlob)", "number": "10.5" }, "definedIn": "pre" }, { - "id": "dictdef-authenticationextensionsprfinputs", - "href": "https://www.w3.org/TR/webauthn-2/#dictdef-authenticationextensionsprfinputs", + "id": "enumdef-largeblobsupport", + "href": "https://www.w3.org/TR/webauthn-2/#enumdef-largeblobsupport", "linkingText": [ - "AuthenticationExtensionsPRFInputs" + "LargeBlobSupport" ], "localLinkingText": [], - "type": "dictionary", + "type": "enum", "for": [], "access": "public", "informative": false, "heading": { - "id": "prf-extension", - "title": "Pseudo-random function extension (prf)", + "id": "sctn-large-blob-extension", + "title": "Large blob storage extension (largeBlob)", "number": "10.5" }, "definedIn": "pre" }, { - "id": "dom-authenticationextensionsclientinputs-prf", - "href": "https://www.w3.org/TR/webauthn-2/#dom-authenticationextensionsclientinputs-prf", + "id": "dom-largeblobsupport-required", + "href": "https://www.w3.org/TR/webauthn-2/#dom-largeblobsupport-required", "linkingText": [ - "prf" + "\"required\"" ], "localLinkingText": [], - "type": "dict-member", + "type": "enum-value", "for": [ - "AuthenticationExtensionsClientInputs" + "LargeBlobSupport" ], "access": "public", "informative": false, "heading": { - "id": "prf-extension", - "title": "Pseudo-random function extension (prf)", + "id": "sctn-large-blob-extension", + "title": "Large blob storage extension (largeBlob)", "number": "10.5" }, "definedIn": "pre" }, { - "id": "dom-authenticationextensionsprfinputs-eval", - "href": "https://www.w3.org/TR/webauthn-2/#dom-authenticationextensionsprfinputs-eval", + "id": "dom-largeblobsupport-preferred", + "href": "https://www.w3.org/TR/webauthn-2/#dom-largeblobsupport-preferred", "linkingText": [ - "eval" + "\"preferred\"" ], "localLinkingText": [], - "type": "dict-member", - "for": [ - "AuthenticationExtensionsPRFInputs" - ], - "access": "public", - "informative": false, - "heading": { - "id": "prf-extension", - "title": "Pseudo-random function extension (prf)", - "number": "10.5" - }, - "definedIn": "dt" - }, - { - "id": "dom-authenticationextensionsprfinputs-evalbycredential", - "href": "https://www.w3.org/TR/webauthn-2/#dom-authenticationextensionsprfinputs-evalbycredential", - "linkingText": [ - "evalByCredential" - ], - "localLinkingText": [], - "type": "dict-member", + "type": "enum-value", "for": [ - "AuthenticationExtensionsPRFInputs" + "LargeBlobSupport" ], "access": "public", "informative": false, "heading": { - "id": "prf-extension", - "title": "Pseudo-random function extension (prf)", + "id": "sctn-large-blob-extension", + "title": "Large blob storage extension (largeBlob)", "number": "10.5" }, - "definedIn": "dt" + "definedIn": "pre" }, { - "id": "dictdef-authenticationextensionsprfoutputs", - "href": "https://www.w3.org/TR/webauthn-2/#dictdef-authenticationextensionsprfoutputs", + "id": "dictdef-authenticationextensionslargeblobinputs", + "href": "https://www.w3.org/TR/webauthn-2/#dictdef-authenticationextensionslargeblobinputs", "linkingText": [ - "AuthenticationExtensionsPRFOutputs" + "AuthenticationExtensionsLargeBlobInputs" ], "localLinkingText": [], "type": "dictionary", "for": [], "access": "public", "informative": false, - "heading": { - "id": "prf-extension", - "title": "Pseudo-random function extension (prf)", - "number": "10.5" - }, - "definedIn": "pre" - }, - { - "id": "dom-authenticationextensionsclientoutputs-prf", - "href": "https://www.w3.org/TR/webauthn-2/#dom-authenticationextensionsclientoutputs-prf", - "linkingText": [ - "prf" - ], - "localLinkingText": [], - "type": "dict-member", - "for": [ - "AuthenticationExtensionsClientOutputs" - ], - "access": "public", - "informative": false, - "heading": { - "id": "prf-extension", - "title": "Pseudo-random function extension (prf)", - "number": "10.5" - }, - "definedIn": "pre" - }, - { - "id": "dom-authenticationextensionsprfoutputs-enabled", - "href": "https://www.w3.org/TR/webauthn-2/#dom-authenticationextensionsprfoutputs-enabled", - "linkingText": [ - "enabled" - ], - "localLinkingText": [], - "type": "dict-member", - "for": [ - "AuthenticationExtensionsPRFOutputs" - ], - "access": "public", - "informative": false, - "heading": { - "id": "prf-extension", - "title": "Pseudo-random function extension (prf)", - "number": "10.5" - }, - "definedIn": "dt" - }, - { - "id": "dom-authenticationextensionsprfoutputs-results", - "href": "https://www.w3.org/TR/webauthn-2/#dom-authenticationextensionsprfoutputs-results", - "linkingText": [ - "results" - ], - "localLinkingText": [], - "type": "dict-member", - "for": [ - "AuthenticationExtensionsPRFOutputs" - ], - "access": "public", - "informative": false, - "heading": { - "id": "prf-extension", - "title": "Pseudo-random function extension (prf)", - "number": "10.5" - }, - "definedIn": "dt" - }, - { - "id": "largeblob", - "href": "https://www.w3.org/TR/webauthn-2/#largeblob", - "linkingText": [ - "largeBlob" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, "heading": { "id": "sctn-large-blob-extension", "title": "Large blob storage extension (largeBlob)", - "number": "10.6" + "number": "10.5" }, - "definedIn": "heading" + "definedIn": "pre" }, { - "id": "dom-authenticationextensionsclientinputs-largeblob", - "href": "https://www.w3.org/TR/webauthn-2/#dom-authenticationextensionsclientinputs-largeblob", + "id": "dom-authenticationextensionslargeblobinputs-support", + "href": "https://www.w3.org/TR/webauthn-2/#dom-authenticationextensionslargeblobinputs-support", "linkingText": [ - "largeBlob" + "support" ], "localLinkingText": [], "type": "dict-member", "for": [ - "AuthenticationExtensionsClientInputs" - ], - "access": "public", - "informative": false, - "heading": { - "id": "sctn-large-blob-extension", - "title": "Large blob storage extension (largeBlob)", - "number": "10.6" - }, - "definedIn": "pre" - }, - { - "id": "dictdef-authenticationextensionslargeblobinputs", - "href": "https://www.w3.org/TR/webauthn-2/#dictdef-authenticationextensionslargeblobinputs", - "linkingText": [ "AuthenticationExtensionsLargeBlobInputs" ], - "localLinkingText": [], - "type": "dictionary", - "for": [], "access": "public", "informative": false, "heading": { "id": "sctn-large-blob-extension", "title": "Large blob storage extension (largeBlob)", - "number": "10.6" + "number": "10.5" }, - "definedIn": "pre" + "definedIn": "dt" }, { "id": "dom-authenticationextensionslargeblobinputs-read", @@ -5790,7 +5783,7 @@ "heading": { "id": "sctn-large-blob-extension", "title": "Large blob storage extension (largeBlob)", - "number": "10.6" + "number": "10.5" }, "definedIn": "dt" }, @@ -5810,7 +5803,7 @@ "heading": { "id": "sctn-large-blob-extension", "title": "Large blob storage extension (largeBlob)", - "number": "10.6" + "number": "10.5" }, "definedIn": "dt" }, @@ -5830,7 +5823,7 @@ "heading": { "id": "sctn-large-blob-extension", "title": "Large blob storage extension (largeBlob)", - "number": "10.6" + "number": "10.5" }, "definedIn": "pre" }, @@ -5848,10 +5841,30 @@ "heading": { "id": "sctn-large-blob-extension", "title": "Large blob storage extension (largeBlob)", - "number": "10.6" + "number": "10.5" }, "definedIn": "pre" }, + { + "id": "dom-authenticationextensionslargebloboutputs-supported", + "href": "https://www.w3.org/TR/webauthn-2/#dom-authenticationextensionslargebloboutputs-supported", + "linkingText": [ + "supported" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "AuthenticationExtensionsLargeBlobOutputs" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sctn-large-blob-extension", + "title": "Large blob storage extension (largeBlob)", + "number": "10.5" + }, + "definedIn": "dt" + }, { "id": "dom-authenticationextensionslargebloboutputs-blob", "href": "https://www.w3.org/TR/webauthn-2/#dom-authenticationextensionslargebloboutputs-blob", @@ -5868,7 +5881,7 @@ "heading": { "id": "sctn-large-blob-extension", "title": "Large blob storage extension (largeBlob)", - "number": "10.6" + "number": "10.5" }, "definedIn": "dt" }, @@ -5888,10 +5901,28 @@ "heading": { "id": "sctn-large-blob-extension", "title": "Large blob storage extension (largeBlob)", - "number": "10.6" + "number": "10.5" }, "definedIn": "dt" }, + { + "id": "authenticator-extension-capabilities", + "href": "https://www.w3.org/TR/webauthn-2/#authenticator-extension-capabilities", + "linkingText": [ + "Authenticator Extension Capabilities" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-authenticator-extension-capabilities", + "title": "Authenticator Extension Capabilities", + "number": "11.1.1" + }, + "definedIn": "heading" + }, { "id": "virtual-authenticators", "href": "https://www.w3.org/TR/webauthn-2/#virtual-authenticators", @@ -6109,10 +6140,10 @@ "definedIn": "heading" }, { - "id": "anonymization-ca", - "href": "https://www.w3.org/TR/webauthn-2/#anonymization-ca", + "id": "ui-redressing", + "href": "https://www.w3.org/TR/webauthn-2/#ui-redressing", "linkingText": [ - "Anonymization CA" + "UI Redressing" ], "localLinkingText": [], "type": "dfn", @@ -6120,9 +6151,9 @@ "access": "private", "informative": false, "heading": { - "id": "sctn-attestation-privacy", - "title": "Attestation Privacy", - "number": "14.4.1" + "id": "sctn-seccons-visibility", + "title": "Visibility Considerations for Embedded Usage", + "number": "13.5.2" }, "definedIn": "prose" } diff --git a/tr/diff.md b/tr/diff.md index eeb0b20d1186..30994a3f44cd 100644 --- a/tr/diff.md +++ b/tr/diff.md @@ -1,351 +1,44 @@ -% Diff between report from "November 16, 2020" and reference report from "November 09, 2020" +% Diff between report from "November 23, 2020" and reference report from "November 16, 2020" % Reffy -% November 16, 2020 - -## Audio Output Devices API - -- Initial URL: [https://www.w3.org/TR/audio-output/](https://www.w3.org/TR/audio-output/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/mediacapture-output/](https://w3c.github.io/mediacapture-output/) -- Spec is OK: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* void - - -## Background Fetch - -- Initial URL: [https://wicg.github.io/background-fetch/](https://wicg.github.io/background-fetch/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/background-fetch/](https://wicg.github.io/background-fetch/) -- Unknown WebIDL names used: *INS* void - - -## Badging API - -- Initial URL: [https://w3c.github.io/badging/](https://w3c.github.io/badging/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/badging/](https://w3c.github.io/badging/) -- Spec is OK: *INS* true / *DEL* false -- Unknown WebIDL names used: *DEL* undefined - - -## Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification - -- Initial URL: [https://www.w3.org/TR/CSS21/](https://www.w3.org/TR/CSS21/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.csswg.org/css2/](https://drafts.csswg.org/css2/) -- Inconsistent references for links: *DEL* https://www.w3.org/TR/2007/CR-CSS21-20070719/ - - -## Client Hints Infrastructure - -- Initial URL: [https://wicg.github.io/client-hints-infrastructure/](https://wicg.github.io/client-hints-infrastructure/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/client-hints-infrastructure/](https://wicg.github.io/client-hints-infrastructure/) -- Missing references for links: *DEL* https://w3c.github.io/webappsec-feature-policy/ -- Inconsistent references for links: *DEL* https://w3c.github.io/webappsec-permissions-policy/ - - -## Clipboard API and events - -- Initial URL: [https://www.w3.org/TR/clipboard-apis/](https://www.w3.org/TR/clipboard-apis/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/clipboard-apis/](https://w3c.github.io/clipboard-apis/) -- Unknown WebIDL names used: *DEL* undefined - - -## Console Standard - -- Initial URL: [https://console.spec.whatwg.org/](https://console.spec.whatwg.org/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://console.spec.whatwg.org/](https://console.spec.whatwg.org/) -- Spec is OK: *INS* true / *DEL* false -- Unknown WebIDL names used: *DEL* undefined - - -## Constructable Stylesheet Objects - -- Initial URL: [https://wicg.github.io/construct-stylesheets/](https://wicg.github.io/construct-stylesheets/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/construct-stylesheets/](https://wicg.github.io/construct-stylesheets/) -- Unknown WebIDL names used: *INS* void - - -## Content Index - -- Initial URL: [https://wicg.github.io/content-index/spec/](https://wicg.github.io/content-index/spec/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/content-index/spec/](https://wicg.github.io/content-index/spec/) -- Unknown WebIDL names used: *INS* void - - -## Cookie Store API - -- Initial URL: [https://wicg.github.io/cookie-store/](https://wicg.github.io/cookie-store/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/cookie-store/](https://wicg.github.io/cookie-store/) -- Unknown WebIDL names used: *DEL* undefined - - -## Cooperative Scheduling of Background Tasks - -- Initial URL: [https://www.w3.org/TR/requestidlecallback/](https://www.w3.org/TR/requestidlecallback/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/requestidlecallback/](https://w3c.github.io/requestidlecallback/) -- Spec is OK: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* void - - -## Credential Management Level 1 - -- Initial URL: [https://www.w3.org/TR/credential-management-1/](https://www.w3.org/TR/credential-management-1/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/webappsec-credential-management/](https://w3c.github.io/webappsec-credential-management/) -- Unknown WebIDL names used: *INS* void - - -## CSS Animation Worklet API - -- Initial URL: [https://www.w3.org/TR/css-animation-worklet-1/](https://www.w3.org/TR/css-animation-worklet-1/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.css-houdini.org/css-animationworklet-1/](https://drafts.css-houdini.org/css-animationworklet-1/) -- Unknown WebIDL names used: *INS* void - - -## CSS Animations Level 1 - -- Initial URL: [https://www.w3.org/TR/css-animations-1/](https://www.w3.org/TR/css-animations-1/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.csswg.org/css-animations/](https://drafts.csswg.org/css-animations/) -- Unknown WebIDL names used: *INS* void - - -## CSS Color Adjustment Module Level 1 - -- Initial URL: [https://www.w3.org/TR/css-color-adjust-1/](https://www.w3.org/TR/css-color-adjust-1/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.csswg.org/css-color-adjust-1/](https://drafts.csswg.org/css-color-adjust-1/) -- Missing references for links: *INS* https://www.w3.org/TR/css-cascade/, https://www.w3.org/TR/css-pseudo/, https://www.w3.org/TR/web-animations/ / *DEL* https://www.w3.org/TR/svg2/, https://www.w3.org/TR/css3-background/, https://www.w3.org/TR/css3-ui/, https://www.w3.org/TR/css3-multicol/ -- Inconsistent references for links: *INS* https://www.w3.org/TR/css-values/ - - -## CSS Color Module Level 4 - -- Initial URL: [https://www.w3.org/TR/css-color-4/](https://www.w3.org/TR/css-color-4/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.csswg.org/css-color/](https://drafts.csswg.org/css-color/) -- Missing references for links: *INS* https://www.w3.org/TR/css-cascade/, https://www.w3.org/TR/css-pseudo/, https://www.w3.org/TR/web-animations/, https://infra.spec.whatwg.org/ / *DEL* https://www.w3.org/TR/css3-positioning/ -- Inconsistent references for links: *INS* https://www.w3.org/TR/css-values/ / *DEL* https://www.w3.org/TR/2008/REC-WCAG20-20081211/, https://www.w3.org/TR/css3-values/ - +% November 23, 2020 ## CSS Fonts Module Level 4 - Initial URL: [https://www.w3.org/TR/css-fonts-4/](https://www.w3.org/TR/css-fonts-4/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://drafts.csswg.org/css-fonts-4/](https://drafts.csswg.org/css-fonts-4/) -- Unknown WebIDL names used: *INS* void +- Unknown WebIDL names used: *DEL* void +- Missing references for links: *INS* https://www.w3.org/TR/css-cascade/, https://www.w3.org/TR/css-pseudo/, https://www.w3.org/TR/web-animations/, https://www.w3.org/TR/security-privacy-questionnaire/ / *DEL* https://www.w3.org/TR/css3-background/, https://www.w3.org/TR/css3-color/ +- Inconsistent references for links: *INS* https://www.w3.org/TR/css-values/, https://www.w3.org/TR/2019/WD-css-fonts-4-20191113/ / *DEL* https://www.w3.org/TR/css3-values/, https://www.w3.org/TR/css-fonts-4/ -## CSS Painting API Level 1 +## CSS Lists and Counters Module Level 3 -- Initial URL: [https://www.w3.org/TR/css-paint-api-1/](https://www.w3.org/TR/css-paint-api-1/) +- Initial URL: [https://www.w3.org/TR/css-lists-3/](https://www.w3.org/TR/css-lists-3/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.css-houdini.org/css-paint-api-1/](https://drafts.css-houdini.org/css-paint-api-1/) -- Unknown WebIDL names used: *INS* void - - -## CSS Properties and Values API Level 1 - -- Initial URL: [https://www.w3.org/TR/css-properties-values-api-1/](https://www.w3.org/TR/css-properties-values-api-1/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.css-houdini.org/css-properties-values-api-1/](https://drafts.css-houdini.org/css-properties-values-api-1/) -- Unknown WebIDL names used: *DEL* undefined - - -## CSS Scroll Anchoring Module Level 1 - -- Initial URL: [https://www.w3.org/TR/css-scroll-anchoring-1/](https://www.w3.org/TR/css-scroll-anchoring-1/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.csswg.org/css-scroll-anchoring/](https://drafts.csswg.org/css-scroll-anchoring/) -- Missing references for links: *INS* https://www.w3.org/TR/css-cascade/, https://www.w3.org/TR/css-pseudo/, https://www.w3.org/TR/web-animations/ / *DEL* https://www.w3.org/TR/css3-positioning/, https://html.spec.whatwg.org/ +- Editor's Draft: [https://drafts.csswg.org/css-lists-3/](https://drafts.csswg.org/css-lists-3/) +- Spec title: *INS* CSS Lists and Counters Module Level 3 / *DEL* CSS Lists Module Level 3 +- Spec is OK: *INS* false / *DEL* true +- Missing references for links: *INS* https://www.w3.org/TR/css-cascade/, https://www.w3.org/TR/web-animations/, https://www.w3.org/TR/css-pseudo/ - Inconsistent references for links: *INS* https://www.w3.org/TR/css-values/ -## CSS Spatial Navigation Level 1 - -- Initial URL: [https://www.w3.org/TR/css-nav-1/](https://www.w3.org/TR/css-nav-1/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.csswg.org/css-nav-1/](https://drafts.csswg.org/css-nav-1/) -- Unknown WebIDL names used: *INS* void - - -## CSS Typed OM Level 1 +## CSS Text Module Level 3 -- Initial URL: [https://www.w3.org/TR/css-typed-om-1/](https://www.w3.org/TR/css-typed-om-1/) +- Initial URL: [https://www.w3.org/TR/css-text-3/](https://www.w3.org/TR/css-text-3/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.css-houdini.org/css-typed-om-1/](https://drafts.css-houdini.org/css-typed-om-1/) -- Unknown WebIDL names used: *INS* void - - -## CSS Values and Units Module Level 4 - -- Initial URL: [https://www.w3.org/TR/css-values-4/](https://www.w3.org/TR/css-values-4/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.csswg.org/css-values-4/](https://drafts.csswg.org/css-values-4/) -- Missing references for links: *DEL* https://www.w3.org/TR/selectors4/, https://www.w3.org/TR/css3-background/, https://www.w3.org/TR/css3-selectors/, https://www.w3.org/TR/css3-break/, https://www.w3.org/TR/css3-ui/, https://www.w3.org/TR/css3-animations/, https://www.w3.org/TR/css4-images/, https://www.w3.org/TR/css3-color/, https://www.w3.org/TR/selectors/, https://www.w3.org/TR/2019/CR-css-values-3-20190131/ - - -## DOM Parsing and Serialization - -- Initial URL: [https://www.w3.org/TR/DOM-Parsing/](https://www.w3.org/TR/DOM-Parsing/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/DOM-Parsing/](https://w3c.github.io/DOM-Parsing/) -- Unknown WebIDL names used: *INS* void - - -## DOM Standard - -- Initial URL: [https://dom.spec.whatwg.org/](https://dom.spec.whatwg.org/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://dom.spec.whatwg.org/](https://dom.spec.whatwg.org/) -- Unknown WebIDL names used: *DEL* undefined - - -## Encrypted Media Extensions - -- Initial URL: [https://www.w3.org/TR/encrypted-media/](https://www.w3.org/TR/encrypted-media/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/encrypted-media/](https://w3c.github.io/encrypted-media/) -- Unknown WebIDL names used: *INS* void +- Editor's Draft: [https://drafts.csswg.org/css-text-3/](https://drafts.csswg.org/css-text-3/) +- Missing references for links: *INS* https://www.w3.org/TR/css-cascade/, https://www.w3.org/TR/web-animations/ / *DEL* https://www.w3.org/TR/selectors4/, https://www.w3.org/TR/css3-positioning/, https://www.w3.org/TR/css3-background/ +- Inconsistent references for links: *INS* https://www.w3.org/TR/css-values/ -## Fetch Standard +## JS Self-Profiling API -- Initial URL: [https://fetch.spec.whatwg.org/](https://fetch.spec.whatwg.org/) +- Initial URL: [https://wicg.github.io/js-self-profiling/](https://wicg.github.io/js-self-profiling/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://fetch.spec.whatwg.org/](https://fetch.spec.whatwg.org/) +- Editor's Draft: [https://wicg.github.io/js-self-profiling/](https://wicg.github.io/js-self-profiling/) - Spec is OK: *INS* true / *DEL* false -- Unknown WebIDL names used: *DEL* undefined - - -## File and Directory Entries API - -- Initial URL: [https://wicg.github.io/entries-api/](https://wicg.github.io/entries-api/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/entries-api/](https://wicg.github.io/entries-api/) -- Unknown WebIDL names used: *DEL* undefined - - -## File API - -- Initial URL: [https://www.w3.org/TR/FileAPI/](https://www.w3.org/TR/FileAPI/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/FileAPI/](https://w3c.github.io/FileAPI/) -- Unknown WebIDL names used: *INS* void - - -## File System Access - -- Initial URL: [https://wicg.github.io/file-system-access/](https://wicg.github.io/file-system-access/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/file-system-access/](https://wicg.github.io/file-system-access/) -- Unknown WebIDL names used: *DEL* undefined - - -## Filter Effects Module Level 1 - -- Initial URL: [https://www.w3.org/TR/filter-effects-1/](https://www.w3.org/TR/filter-effects-1/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.fxtf.org/filter-effects-1/](https://drafts.fxtf.org/filter-effects-1/) -- Unknown WebIDL names used: *INS* void - - -## Fullscreen API Standard - -- Initial URL: [https://fullscreen.spec.whatwg.org/](https://fullscreen.spec.whatwg.org/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://fullscreen.spec.whatwg.org/](https://fullscreen.spec.whatwg.org/) -- Unknown WebIDL names used: *DEL* undefined - - -## Generic Sensor API - -- Initial URL: [https://www.w3.org/TR/generic-sensor/](https://www.w3.org/TR/generic-sensor/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/sensors/](https://w3c.github.io/sensors/) -- Unknown WebIDL names used: *INS* void - - -## Geolocation API Specification 2nd Edition - -- Initial URL: [https://www.w3.org/TR/geolocation-API/](https://www.w3.org/TR/geolocation-API/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/geolocation-api/](https://w3c.github.io/geolocation-api/) -- Spec is OK: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* void - - -## HTML Standard - -- Initial URL: [https://html.spec.whatwg.org/multipage/](https://html.spec.whatwg.org/multipage/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://html.spec.whatwg.org/multipage/](https://html.spec.whatwg.org/multipage/) -- Unknown WebIDL names used: *DEL* undefined - - -## HTMLVideoElement.requestVideoFrameCallback() - -- Initial URL: [https://wicg.github.io/video-rvfc/](https://wicg.github.io/video-rvfc/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/video-rvfc/](https://wicg.github.io/video-rvfc/) -- Unknown WebIDL names used: *DEL* undefined - - -## IceTransport Extensions for WebRTC - -- Initial URL: [https://w3c.github.io/webrtc-ice/](https://w3c.github.io/webrtc-ice/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/webrtc-ice/](https://w3c.github.io/webrtc-ice/) -- Unknown WebIDL names used: *INS* void - - -## Identity for WebRTC 1.0 - -- Initial URL: [https://www.w3.org/TR/webrtc-identity/](https://www.w3.org/TR/webrtc-identity/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/webrtc-identity/identity.html](https://w3c.github.io/webrtc-identity/identity.html) -- Unknown WebIDL names used: *INS* void - - -## Idle Detection API - -- Initial URL: [https://wicg.github.io/idle-detection/](https://wicg.github.io/idle-detection/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/idle-detection/](https://wicg.github.io/idle-detection/) -- Unknown WebIDL names used: *INS* void - - -## Indexed Database API 2.0 - -- Initial URL: [https://www.w3.org/TR/IndexedDB-2/](https://www.w3.org/TR/IndexedDB-2/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/IndexedDB/](https://w3c.github.io/IndexedDB/) -- Unknown WebIDL names used: *INS* void - - -## Intersection Observer - -- Initial URL: [https://www.w3.org/TR/intersection-observer/](https://www.w3.org/TR/intersection-observer/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/IntersectionObserver/](https://w3c.github.io/IntersectionObserver/) -- Unknown WebIDL names used: *DEL* undefined - - -## Keyboard Lock - -- Initial URL: [https://wicg.github.io/keyboard-lock/](https://wicg.github.io/keyboard-lock/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/keyboard-lock/](https://wicg.github.io/keyboard-lock/) -- Unknown WebIDL names used: *INS* void +- Missing references for links: *DEL* https://w3c.github.io/webappsec-permissions-policy/document-policy.html ## Media Capture and Streams @@ -353,540 +46,15 @@ - Initial URL: [https://www.w3.org/TR/mediacapture-streams/](https://www.w3.org/TR/mediacapture-streams/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://w3c.github.io/mediacapture-main/](https://w3c.github.io/mediacapture-main/) -- Spec is OK: *INS* true / *DEL* false -- Unknown WebIDL names used: *DEL* undefined - - -## Media Capture from DOM Elements - -- Initial URL: [https://www.w3.org/TR/mediacapture-fromelement/](https://www.w3.org/TR/mediacapture-fromelement/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/mediacapture-fromelement/](https://w3c.github.io/mediacapture-fromelement/) -- Unknown WebIDL names used: *INS* void - - -## Media Session Standard - -- Initial URL: [https://www.w3.org/TR/mediasession/](https://www.w3.org/TR/mediasession/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/mediasession/](https://w3c.github.io/mediasession/) -- Spec is OK: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* void - - -## Media Source Extensions™ - -- Initial URL: [https://www.w3.org/TR/media-source/](https://www.w3.org/TR/media-source/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/media-source/](https://w3c.github.io/media-source/) -- Unknown WebIDL names used: *INS* void - - -## MediaStream Recording - -- Initial URL: [https://www.w3.org/TR/mediastream-recording/](https://www.w3.org/TR/mediastream-recording/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/mediacapture-record/](https://w3c.github.io/mediacapture-record/) -- Unknown WebIDL names used: *INS* void - - -## Notifications API Standard - -- Initial URL: [https://notifications.spec.whatwg.org/](https://notifications.spec.whatwg.org/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://notifications.spec.whatwg.org/](https://notifications.spec.whatwg.org/) -- Spec is OK: *INS* true / *DEL* false -- Unknown WebIDL names used: *DEL* undefined - - -## Orientation Sensor - -- Initial URL: [https://www.w3.org/TR/orientation-sensor/](https://www.w3.org/TR/orientation-sensor/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/orientation-sensor/](https://w3c.github.io/orientation-sensor/) -- Unknown WebIDL names used: *INS* void - - -## Payment Handler API - -- Initial URL: [https://www.w3.org/TR/payment-handler/](https://www.w3.org/TR/payment-handler/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/payment-handler/](https://w3c.github.io/payment-handler/) - Spec is OK: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* void - - -## Payment Request API - -- Initial URL: [https://www.w3.org/TR/payment-request/](https://www.w3.org/TR/payment-request/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/payment-request/](https://w3c.github.io/payment-request/) -- Spec is OK: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* void - - -## Performance Timeline Level 2 - -- Initial URL: [https://www.w3.org/TR/performance-timeline-2/](https://www.w3.org/TR/performance-timeline-2/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/performance-timeline/](https://w3c.github.io/performance-timeline/) -- Unknown WebIDL names used: *INS* void - - -## Picture-in-Picture - -- Initial URL: [https://www.w3.org/TR/picture-in-picture/](https://www.w3.org/TR/picture-in-picture/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/picture-in-picture/](https://w3c.github.io/picture-in-picture/) -- Unknown WebIDL names used: *INS* void - - -## Pointer Events - -- Initial URL: [https://www.w3.org/TR/pointerevents3/](https://www.w3.org/TR/pointerevents3/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/pointerevents/](https://w3c.github.io/pointerevents/) -- Unknown WebIDL names used: *DEL* undefined - - -## Pointer Lock 2.0 - -- Initial URL: [https://www.w3.org/TR/pointerlock-2/](https://www.w3.org/TR/pointerlock-2/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/pointerlock/](https://w3c.github.io/pointerlock/) -- Spec is OK: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* void - - -## Portals - -- Initial URL: [https://wicg.github.io/portals/](https://wicg.github.io/portals/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/portals/](https://wicg.github.io/portals/) -- Unknown WebIDL names used: *DEL* undefined - - -## Presentation API - -- Initial URL: [https://www.w3.org/TR/presentation-api/](https://www.w3.org/TR/presentation-api/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/presentation-api/](https://w3c.github.io/presentation-api/) -- Spec is OK: *INS* true / *DEL* false -- Unknown WebIDL names used: *DEL* undefined - - -## Remote Playback API - -- Initial URL: [https://www.w3.org/TR/remote-playback/](https://www.w3.org/TR/remote-playback/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/remote-playback/](https://w3c.github.io/remote-playback/) -- Unknown WebIDL names used: *INS* void - - -## Reporting API - -- Initial URL: [https://www.w3.org/TR/reporting-1/](https://www.w3.org/TR/reporting-1/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/reporting/](https://w3c.github.io/reporting/) -- Unknown WebIDL names used: *INS* void - - -## Resource Timing Level 2 - -- Initial URL: [https://www.w3.org/TR/resource-timing-2/](https://www.w3.org/TR/resource-timing-2/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/resource-timing/](https://w3c.github.io/resource-timing/) -- Spec is OK: *INS* true / *DEL* false -- Unknown WebIDL names used: *DEL* undefined - - -## Scalable Vector Graphics (SVG) 2 - -- Initial URL: [https://www.w3.org/TR/SVG2/](https://www.w3.org/TR/SVG2/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://svgwg.org/svg2-draft/](https://svgwg.org/svg2-draft/) -- Unknown WebIDL names used: *INS* void - - -## Screen Wake Lock API - -- Initial URL: [https://www.w3.org/TR/screen-wake-lock/](https://www.w3.org/TR/screen-wake-lock/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/screen-wake-lock/](https://w3c.github.io/screen-wake-lock/) -- Spec is OK: *INS* true / *DEL* false -- Unknown WebIDL names used: *DEL* undefined - - -## Selection API - -- Initial URL: [https://www.w3.org/TR/selection-api/](https://www.w3.org/TR/selection-api/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/selection-api/](https://w3c.github.io/selection-api/) -- Unknown WebIDL names used: *DEL* undefined - - -## Serial API - -- Initial URL: [https://wicg.github.io/serial/](https://wicg.github.io/serial/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/serial/](https://wicg.github.io/serial/) -- Spec is OK: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* void - - -## Service Workers 1 - -- Initial URL: [https://www.w3.org/TR/service-workers-1/](https://www.w3.org/TR/service-workers-1/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/ServiceWorker/](https://w3c.github.io/ServiceWorker/) -- Unknown WebIDL names used: *INS* void - - -## Streams Standard - -- Initial URL: [https://streams.spec.whatwg.org/](https://streams.spec.whatwg.org/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://streams.spec.whatwg.org/](https://streams.spec.whatwg.org/) -- Spec is OK: *INS* true / *DEL* false -- Unknown WebIDL names used: *DEL* undefined - - -## SVG Animations - -- Initial URL: [https://svgwg.org/specs/animations/](https://svgwg.org/specs/animations/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://svgwg.org/specs/animations/](https://svgwg.org/specs/animations/) -- Unknown WebIDL names used: *INS* void - - -## Text Fragments - -- Initial URL: [https://wicg.github.io/scroll-to-text-fragment/](https://wicg.github.io/scroll-to-text-fragment/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/scroll-to-text-fragment/](https://wicg.github.io/scroll-to-text-fragment/) -- Missing references for links: *DEL* https://w3c.github.io/webappsec-fetch-metadata/ - - -## The Screen Orientation API - -- Initial URL: [https://www.w3.org/TR/screen-orientation/](https://www.w3.org/TR/screen-orientation/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/screen-orientation/](https://w3c.github.io/screen-orientation/) -- Unknown WebIDL names used: *DEL* undefined - - -## The Storage Access API - -- Initial URL: [https://privacycg.github.io/storage-access/](https://privacycg.github.io/storage-access/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://privacycg.github.io/storage-access/](https://privacycg.github.io/storage-access/) -- Unknown WebIDL names used: *DEL* undefined - - -## URL Standard - -- Initial URL: [https://url.spec.whatwg.org/](https://url.spec.whatwg.org/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://url.spec.whatwg.org/](https://url.spec.whatwg.org/) -- Spec is OK: *INS* true / *DEL* false -- Unknown WebIDL names used: *DEL* undefined - - -## User Timing Level 2 - -- Initial URL: [https://www.w3.org/TR/user-timing-2/](https://www.w3.org/TR/user-timing-2/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/user-timing/](https://w3c.github.io/user-timing/) -- Spec is OK: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* void - - -## User Timing Level 3 - -- Initial URL: [https://www.w3.org/TR/user-timing-3/](https://www.w3.org/TR/user-timing-3/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/user-timing/](https://w3c.github.io/user-timing/) -- Spec is OK: *INS* true / *DEL* false -- Unknown WebIDL names used: *DEL* undefined - - -## Web Animations - -- Initial URL: [https://www.w3.org/TR/web-animations-1/](https://www.w3.org/TR/web-animations-1/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.csswg.org/web-animations-1/](https://drafts.csswg.org/web-animations-1/) -- Unknown WebIDL names used: *INS* void - - -## Web Audio API - -- Initial URL: [https://www.w3.org/TR/webaudio/](https://www.w3.org/TR/webaudio/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://webaudio.github.io/web-audio-api/](https://webaudio.github.io/web-audio-api/) -- Unknown WebIDL names used: *INS* void - - -## Web Background Synchronization - -- Initial URL: [https://wicg.github.io/background-sync/spec/](https://wicg.github.io/background-sync/spec/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/background-sync/spec/](https://wicg.github.io/background-sync/spec/) -- Unknown WebIDL names used: *INS* void - - -## Web Bluetooth - -- Initial URL: [https://webbluetoothcg.github.io/web-bluetooth/](https://webbluetoothcg.github.io/web-bluetooth/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://webbluetoothcg.github.io/web-bluetooth/](https://webbluetoothcg.github.io/web-bluetooth/) -- Unknown WebIDL names used: *INS* void - - -## Web MIDI API - -- Initial URL: [https://www.w3.org/TR/webmidi/](https://www.w3.org/TR/webmidi/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://webaudio.github.io/web-midi-api/](https://webaudio.github.io/web-midi-api/) -- Unknown WebIDL names used: *INS* void - - -## Web NFC - -- Initial URL: [https://w3c.github.io/web-nfc/](https://w3c.github.io/web-nfc/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/web-nfc/](https://w3c.github.io/web-nfc/) -- Spec is OK: *INS* true / *DEL* false -- Unknown WebIDL names used: *DEL* undefined - - -## Web Periodic Background Synchronization - -- Initial URL: [https://wicg.github.io/periodic-background-sync/](https://wicg.github.io/periodic-background-sync/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/periodic-background-sync/](https://wicg.github.io/periodic-background-sync/) -- Unknown WebIDL names used: *INS* void - - -## Web Share API - -- Initial URL: [https://www.w3.org/TR/web-share/](https://www.w3.org/TR/web-share/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/web-share/](https://w3c.github.io/web-share/) -- Unknown WebIDL names used: *DEL* undefined - - -## Web Speech API - -- Initial URL: [https://wicg.github.io/speech-api/](https://wicg.github.io/speech-api/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/speech-api/](https://wicg.github.io/speech-api/) -- Spec is OK: *INS* true / *DEL* false -- Unknown WebIDL names used: *DEL* undefined - - -## WebAssembly JavaScript Interface - -- Initial URL: [https://www.w3.org/TR/wasm-js-api-1/](https://www.w3.org/TR/wasm-js-api-1/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://webassembly.github.io/spec/js-api/](https://webassembly.github.io/spec/js-api/) -- Unknown WebIDL names used: *INS* void - - -## WebCodecs - -- Initial URL: [https://wicg.github.io/web-codecs/](https://wicg.github.io/web-codecs/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/web-codecs/](https://wicg.github.io/web-codecs/) -- Unknown WebIDL names used: *DEL* undefined - - -## WebGL 2.0 Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/specs/latest/2.0/](https://www.khronos.org/registry/webgl/specs/latest/2.0/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/specs/latest/2.0/](https://www.khronos.org/registry/webgl/specs/latest/2.0/) -- Spec is OK: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* void - - -## WebGL ANGLE_instanced_arrays Khronos Ratified Extension Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/extensions/ANGLE_instanced_arrays/](https://www.khronos.org/registry/webgl/extensions/ANGLE_instanced_arrays/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/extensions/ANGLE_instanced_arrays/](https://www.khronos.org/registry/webgl/extensions/ANGLE_instanced_arrays/) -- Unknown WebIDL names used: *INS* void - - -## WebGL EXT_disjoint_timer_query Extension Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query/](https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query/](https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query/) -- Unknown WebIDL names used: *INS* void - - -## WebGL EXT_disjoint_timer_query_webgl2 Extension Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query_webgl2/](https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query_webgl2/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query_webgl2/](https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query_webgl2/) -- Unknown WebIDL names used: *INS* void - - -## WebGL OES_draw_buffers_indexed Extension Draft Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/extensions/OES_draw_buffers_indexed/](https://www.khronos.org/registry/webgl/extensions/OES_draw_buffers_indexed/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/extensions/OES_draw_buffers_indexed/](https://www.khronos.org/registry/webgl/extensions/OES_draw_buffers_indexed/) -- Unknown WebIDL names used: *INS* void - - -## WebGL OES_vertex_array_object Khronos Ratified Extension Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/](https://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/](https://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/) -- Unknown WebIDL names used: *INS* void - - -## WebGL OVR_multiview2 Extension Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/extensions/OVR_multiview2/](https://www.khronos.org/registry/webgl/extensions/OVR_multiview2/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/extensions/OVR_multiview2/](https://www.khronos.org/registry/webgl/extensions/OVR_multiview2/) -- Unknown WebIDL names used: *INS* void - - -## WebGL Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/specs/latest/1.0/](https://www.khronos.org/registry/webgl/specs/latest/1.0/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/specs/latest/1.0/](https://www.khronos.org/registry/webgl/specs/latest/1.0/) -- Spec is OK: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* void - - -## WebGL WEBGL_draw_buffers Khronos Ratified Extension Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_buffers/](https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_buffers/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_buffers/](https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_buffers/) -- Unknown WebIDL names used: *INS* void - - -## WebGL WEBGL_draw_instanced_base_vertex_base_instance Extension Draft Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_instanced_base_vertex_base_instance/](https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_instanced_base_vertex_base_instance/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_instanced_base_vertex_base_instance/](https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_instanced_base_vertex_base_instance/) -- Unknown WebIDL names used: *INS* void - - -## WebGL WEBGL_lose_context Khronos Ratified Extension Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/](https://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/](https://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/) -- Unknown WebIDL names used: *INS* void - - -## WebGL WEBGL_multi_draw Extension Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw/](https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw/](https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw/) -- Unknown WebIDL names used: *INS* void - - -## WebGL WEBGL_multi_draw_instanced_base_vertex_base_instance Extension Draft Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw_instanced_base_vertex_base_instance/](https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw_instanced_base_vertex_base_instance/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw_instanced_base_vertex_base_instance/](https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw_instanced_base_vertex_base_instance/) -- Unknown WebIDL names used: *INS* void - - -## WebGPU - -- Initial URL: [https://gpuweb.github.io/gpuweb/](https://gpuweb.github.io/gpuweb/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://gpuweb.github.io/gpuweb/](https://gpuweb.github.io/gpuweb/) -- Spec is OK: *INS* true / *DEL* false -- Unknown WebIDL names used: *DEL* undefined - - -## WebHID API - -- Initial URL: [https://wicg.github.io/webhid/](https://wicg.github.io/webhid/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/webhid/](https://wicg.github.io/webhid/) -- Spec is OK: *INS* true / *DEL* false -- Unknown WebIDL names used: *DEL* undefined - - -## WebRTC 1.0: Real-Time Communication Between Browsers - -- Initial URL: [https://www.w3.org/TR/webrtc/](https://www.w3.org/TR/webrtc/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/webrtc-pc/](https://w3c.github.io/webrtc-pc/) -- Unknown WebIDL names used: *DEL* undefined - - -## WebTransport - -- Initial URL: [https://w3c.github.io/webtransport/](https://w3c.github.io/webtransport/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/webtransport/](https://w3c.github.io/webtransport/) -- Spec is OK: *INS* true / *DEL* false -- Unknown WebIDL names used: *DEL* undefined - - -## WebUSB API - -- Initial URL: [https://wicg.github.io/webusb/](https://wicg.github.io/webusb/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/webusb/](https://wicg.github.io/webusb/) -- Unknown WebIDL names used: *DEL* undefined - - -## WebXR Anchors Module - -- Initial URL: [https://immersive-web.github.io/anchors/](https://immersive-web.github.io/anchors/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://immersive-web.github.io/anchors/](https://immersive-web.github.io/anchors/) -- Unknown WebIDL names used: *INS* void - - -## WebXR Device API - -- Initial URL: [https://www.w3.org/TR/webxr/](https://www.w3.org/TR/webxr/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://immersive-web.github.io/webxr/](https://immersive-web.github.io/webxr/) -- Unknown WebIDL names used: *INS* void - - -## WebXR Hit Test Module - -- Initial URL: [https://immersive-web.github.io/hit-test/](https://immersive-web.github.io/hit-test/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://immersive-web.github.io/hit-test/](https://immersive-web.github.io/hit-test/) -- Spec is OK: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* void - - -## WebXR Layers API Level 1 - -- Initial URL: [https://immersive-web.github.io/layers/](https://immersive-web.github.io/layers/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://immersive-web.github.io/layers/](https://immersive-web.github.io/layers/) -- Unknown WebIDL names used: *DEL* undefined +- Unknown WebIDL names used: *INS* DOMException -## XMLHttpRequest Standard +## Web Authentication: An API for accessing Public Key Credentials - Level 2 -- Initial URL: [https://xhr.spec.whatwg.org/](https://xhr.spec.whatwg.org/) +- Initial URL: [https://www.w3.org/TR/webauthn-2/](https://www.w3.org/TR/webauthn-2/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://xhr.spec.whatwg.org/](https://xhr.spec.whatwg.org/) -- Unknown WebIDL names used: *DEL* undefined +- Editor's Draft: [https://w3c.github.io/webauthn/](https://w3c.github.io/webauthn/) +- Missing references for links: *INS* https://w3c.github.io/IntersectionObserver/v2/ diff --git a/tr/diffnew.md b/tr/diffnew.md index db73b3761c2e..c4f4a49eba60 100644 --- a/tr/diffnew.md +++ b/tr/diffnew.md @@ -1,675 +1,58 @@ -% Diff between report from "November 16, 2020" and reference report from "November 09, 2020" +% Diff between report from "November 23, 2020" and reference report from "November 16, 2020" % Reffy -% November 16, 2020 - -## Audio Output Devices API - -- Initial URL: [https://www.w3.org/TR/audio-output/](https://www.w3.org/TR/audio-output/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/mediacapture-output/](https://w3c.github.io/mediacapture-output/) -- Spec is OK: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* void - - -## Background Fetch - -- Initial URL: [https://wicg.github.io/background-fetch/](https://wicg.github.io/background-fetch/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/background-fetch/](https://wicg.github.io/background-fetch/) -- Unknown WebIDL names used: *INS* void - - -## Badging API - -- Initial URL: [https://w3c.github.io/badging/](https://w3c.github.io/badging/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/badging/](https://w3c.github.io/badging/) -- Spec is OK: *INS* true / *DEL* false - - -## Console Standard - -- Initial URL: [https://console.spec.whatwg.org/](https://console.spec.whatwg.org/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://console.spec.whatwg.org/](https://console.spec.whatwg.org/) -- Spec is OK: *INS* true / *DEL* false - - -## Constructable Stylesheet Objects - -- Initial URL: [https://wicg.github.io/construct-stylesheets/](https://wicg.github.io/construct-stylesheets/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/construct-stylesheets/](https://wicg.github.io/construct-stylesheets/) -- Unknown WebIDL names used: *INS* void - - -## Content Index - -- Initial URL: [https://wicg.github.io/content-index/spec/](https://wicg.github.io/content-index/spec/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/content-index/spec/](https://wicg.github.io/content-index/spec/) -- Unknown WebIDL names used: *INS* void - - -## Cooperative Scheduling of Background Tasks - -- Initial URL: [https://www.w3.org/TR/requestidlecallback/](https://www.w3.org/TR/requestidlecallback/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/requestidlecallback/](https://w3c.github.io/requestidlecallback/) -- Spec is OK: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* void - - -## Credential Management Level 1 - -- Initial URL: [https://www.w3.org/TR/credential-management-1/](https://www.w3.org/TR/credential-management-1/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/webappsec-credential-management/](https://w3c.github.io/webappsec-credential-management/) -- Unknown WebIDL names used: *INS* void - - -## CSS Animation Worklet API - -- Initial URL: [https://www.w3.org/TR/css-animation-worklet-1/](https://www.w3.org/TR/css-animation-worklet-1/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.css-houdini.org/css-animationworklet-1/](https://drafts.css-houdini.org/css-animationworklet-1/) -- Unknown WebIDL names used: *INS* void - - -## CSS Animations Level 1 - -- Initial URL: [https://www.w3.org/TR/css-animations-1/](https://www.w3.org/TR/css-animations-1/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.csswg.org/css-animations/](https://drafts.csswg.org/css-animations/) -- Unknown WebIDL names used: *INS* void - - -## CSS Color Adjustment Module Level 1 - -- Initial URL: [https://www.w3.org/TR/css-color-adjust-1/](https://www.w3.org/TR/css-color-adjust-1/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.csswg.org/css-color-adjust-1/](https://drafts.csswg.org/css-color-adjust-1/) -- Missing references for links: *INS* https://www.w3.org/TR/css-cascade/, https://www.w3.org/TR/css-pseudo/, https://www.w3.org/TR/web-animations/ / *DEL* https://www.w3.org/TR/svg2/, https://www.w3.org/TR/css3-background/, https://www.w3.org/TR/css3-ui/, https://www.w3.org/TR/css3-multicol/ -- Inconsistent references for links: *INS* https://www.w3.org/TR/css-values/ - - -## CSS Color Module Level 4 - -- Initial URL: [https://www.w3.org/TR/css-color-4/](https://www.w3.org/TR/css-color-4/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.csswg.org/css-color/](https://drafts.csswg.org/css-color/) -- Missing references for links: *INS* https://www.w3.org/TR/css-cascade/, https://www.w3.org/TR/css-pseudo/, https://www.w3.org/TR/web-animations/, https://infra.spec.whatwg.org/ / *DEL* https://www.w3.org/TR/css3-positioning/ -- Inconsistent references for links: *INS* https://www.w3.org/TR/css-values/ / *DEL* https://www.w3.org/TR/2008/REC-WCAG20-20081211/, https://www.w3.org/TR/css3-values/ - +% November 23, 2020 ## CSS Fonts Module Level 4 - Initial URL: [https://www.w3.org/TR/css-fonts-4/](https://www.w3.org/TR/css-fonts-4/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://drafts.csswg.org/css-fonts-4/](https://drafts.csswg.org/css-fonts-4/) -- Unknown WebIDL names used: *INS* void +- Missing references for links: *INS* https://www.w3.org/TR/css-cascade/, https://www.w3.org/TR/css-pseudo/, https://www.w3.org/TR/web-animations/, https://www.w3.org/TR/security-privacy-questionnaire/ / *DEL* https://www.w3.org/TR/css3-background/, https://www.w3.org/TR/css3-color/ +- Inconsistent references for links: *INS* https://www.w3.org/TR/css-values/, https://www.w3.org/TR/2019/WD-css-fonts-4-20191113/ / *DEL* https://www.w3.org/TR/css3-values/, https://www.w3.org/TR/css-fonts-4/ -## CSS Painting API Level 1 +## CSS Lists and Counters Module Level 3 -- Initial URL: [https://www.w3.org/TR/css-paint-api-1/](https://www.w3.org/TR/css-paint-api-1/) +- Initial URL: [https://www.w3.org/TR/css-lists-3/](https://www.w3.org/TR/css-lists-3/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.css-houdini.org/css-paint-api-1/](https://drafts.css-houdini.org/css-paint-api-1/) -- Unknown WebIDL names used: *INS* void - - -## CSS Scroll Anchoring Module Level 1 - -- Initial URL: [https://www.w3.org/TR/css-scroll-anchoring-1/](https://www.w3.org/TR/css-scroll-anchoring-1/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.csswg.org/css-scroll-anchoring/](https://drafts.csswg.org/css-scroll-anchoring/) -- Missing references for links: *INS* https://www.w3.org/TR/css-cascade/, https://www.w3.org/TR/css-pseudo/, https://www.w3.org/TR/web-animations/ / *DEL* https://www.w3.org/TR/css3-positioning/, https://html.spec.whatwg.org/ +- Editor's Draft: [https://drafts.csswg.org/css-lists-3/](https://drafts.csswg.org/css-lists-3/) +- Spec title: *INS* CSS Lists and Counters Module Level 3 / *DEL* CSS Lists Module Level 3 +- Spec is OK: *INS* false / *DEL* true +- Missing references for links: *INS* https://www.w3.org/TR/css-cascade/, https://www.w3.org/TR/web-animations/, https://www.w3.org/TR/css-pseudo/ - Inconsistent references for links: *INS* https://www.w3.org/TR/css-values/ -## CSS Spatial Navigation Level 1 - -- Initial URL: [https://www.w3.org/TR/css-nav-1/](https://www.w3.org/TR/css-nav-1/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.csswg.org/css-nav-1/](https://drafts.csswg.org/css-nav-1/) -- Unknown WebIDL names used: *INS* void - - -## CSS Typed OM Level 1 - -- Initial URL: [https://www.w3.org/TR/css-typed-om-1/](https://www.w3.org/TR/css-typed-om-1/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.css-houdini.org/css-typed-om-1/](https://drafts.css-houdini.org/css-typed-om-1/) -- Unknown WebIDL names used: *INS* void - - -## DOM Parsing and Serialization +## CSS Text Module Level 3 -- Initial URL: [https://www.w3.org/TR/DOM-Parsing/](https://www.w3.org/TR/DOM-Parsing/) +- Initial URL: [https://www.w3.org/TR/css-text-3/](https://www.w3.org/TR/css-text-3/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/DOM-Parsing/](https://w3c.github.io/DOM-Parsing/) -- Unknown WebIDL names used: *INS* void - - -## Encrypted Media Extensions - -- Initial URL: [https://www.w3.org/TR/encrypted-media/](https://www.w3.org/TR/encrypted-media/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/encrypted-media/](https://w3c.github.io/encrypted-media/) -- Unknown WebIDL names used: *INS* void +- Editor's Draft: [https://drafts.csswg.org/css-text-3/](https://drafts.csswg.org/css-text-3/) +- Missing references for links: *INS* https://www.w3.org/TR/css-cascade/, https://www.w3.org/TR/web-animations/ / *DEL* https://www.w3.org/TR/selectors4/, https://www.w3.org/TR/css3-positioning/, https://www.w3.org/TR/css3-background/ +- Inconsistent references for links: *INS* https://www.w3.org/TR/css-values/ -## Fetch Standard +## JS Self-Profiling API -- Initial URL: [https://fetch.spec.whatwg.org/](https://fetch.spec.whatwg.org/) +- Initial URL: [https://wicg.github.io/js-self-profiling/](https://wicg.github.io/js-self-profiling/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://fetch.spec.whatwg.org/](https://fetch.spec.whatwg.org/) +- Editor's Draft: [https://wicg.github.io/js-self-profiling/](https://wicg.github.io/js-self-profiling/) - Spec is OK: *INS* true / *DEL* false -## File API - -- Initial URL: [https://www.w3.org/TR/FileAPI/](https://www.w3.org/TR/FileAPI/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/FileAPI/](https://w3c.github.io/FileAPI/) -- Unknown WebIDL names used: *INS* void - - -## Filter Effects Module Level 1 - -- Initial URL: [https://www.w3.org/TR/filter-effects-1/](https://www.w3.org/TR/filter-effects-1/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.fxtf.org/filter-effects-1/](https://drafts.fxtf.org/filter-effects-1/) -- Unknown WebIDL names used: *INS* void - - -## Generic Sensor API - -- Initial URL: [https://www.w3.org/TR/generic-sensor/](https://www.w3.org/TR/generic-sensor/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/sensors/](https://w3c.github.io/sensors/) -- Unknown WebIDL names used: *INS* void - - -## Geolocation API Specification 2nd Edition - -- Initial URL: [https://www.w3.org/TR/geolocation-API/](https://www.w3.org/TR/geolocation-API/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/geolocation-api/](https://w3c.github.io/geolocation-api/) -- Spec is OK: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* void - - -## IceTransport Extensions for WebRTC - -- Initial URL: [https://w3c.github.io/webrtc-ice/](https://w3c.github.io/webrtc-ice/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/webrtc-ice/](https://w3c.github.io/webrtc-ice/) -- Unknown WebIDL names used: *INS* void - - -## Identity for WebRTC 1.0 - -- Initial URL: [https://www.w3.org/TR/webrtc-identity/](https://www.w3.org/TR/webrtc-identity/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/webrtc-identity/identity.html](https://w3c.github.io/webrtc-identity/identity.html) -- Unknown WebIDL names used: *INS* void - - -## Idle Detection API - -- Initial URL: [https://wicg.github.io/idle-detection/](https://wicg.github.io/idle-detection/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/idle-detection/](https://wicg.github.io/idle-detection/) -- Unknown WebIDL names used: *INS* void - - -## Indexed Database API 2.0 - -- Initial URL: [https://www.w3.org/TR/IndexedDB-2/](https://www.w3.org/TR/IndexedDB-2/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/IndexedDB/](https://w3c.github.io/IndexedDB/) -- Unknown WebIDL names used: *INS* void - - -## Keyboard Lock - -- Initial URL: [https://wicg.github.io/keyboard-lock/](https://wicg.github.io/keyboard-lock/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/keyboard-lock/](https://wicg.github.io/keyboard-lock/) -- Unknown WebIDL names used: *INS* void - - ## Media Capture and Streams - Initial URL: [https://www.w3.org/TR/mediacapture-streams/](https://www.w3.org/TR/mediacapture-streams/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://w3c.github.io/mediacapture-main/](https://w3c.github.io/mediacapture-main/) -- Spec is OK: *INS* true / *DEL* false - - -## Media Capture from DOM Elements - -- Initial URL: [https://www.w3.org/TR/mediacapture-fromelement/](https://www.w3.org/TR/mediacapture-fromelement/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/mediacapture-fromelement/](https://w3c.github.io/mediacapture-fromelement/) -- Unknown WebIDL names used: *INS* void - - -## Media Session Standard - -- Initial URL: [https://www.w3.org/TR/mediasession/](https://www.w3.org/TR/mediasession/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/mediasession/](https://w3c.github.io/mediasession/) - Spec is OK: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* void - - -## Media Source Extensions™ - -- Initial URL: [https://www.w3.org/TR/media-source/](https://www.w3.org/TR/media-source/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/media-source/](https://w3c.github.io/media-source/) -- Unknown WebIDL names used: *INS* void +- Unknown WebIDL names used: *INS* DOMException -## MediaStream Recording +## Web Authentication: An API for accessing Public Key Credentials - Level 2 -- Initial URL: [https://www.w3.org/TR/mediastream-recording/](https://www.w3.org/TR/mediastream-recording/) +- Initial URL: [https://www.w3.org/TR/webauthn-2/](https://www.w3.org/TR/webauthn-2/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/mediacapture-record/](https://w3c.github.io/mediacapture-record/) -- Unknown WebIDL names used: *INS* void - - -## Notifications API Standard - -- Initial URL: [https://notifications.spec.whatwg.org/](https://notifications.spec.whatwg.org/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://notifications.spec.whatwg.org/](https://notifications.spec.whatwg.org/) -- Spec is OK: *INS* true / *DEL* false - - -## Orientation Sensor - -- Initial URL: [https://www.w3.org/TR/orientation-sensor/](https://www.w3.org/TR/orientation-sensor/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/orientation-sensor/](https://w3c.github.io/orientation-sensor/) -- Unknown WebIDL names used: *INS* void - - -## Payment Handler API - -- Initial URL: [https://www.w3.org/TR/payment-handler/](https://www.w3.org/TR/payment-handler/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/payment-handler/](https://w3c.github.io/payment-handler/) -- Spec is OK: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* void - - -## Payment Request API - -- Initial URL: [https://www.w3.org/TR/payment-request/](https://www.w3.org/TR/payment-request/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/payment-request/](https://w3c.github.io/payment-request/) -- Spec is OK: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* void - - -## Performance Timeline Level 2 - -- Initial URL: [https://www.w3.org/TR/performance-timeline-2/](https://www.w3.org/TR/performance-timeline-2/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/performance-timeline/](https://w3c.github.io/performance-timeline/) -- Unknown WebIDL names used: *INS* void - - -## Picture-in-Picture - -- Initial URL: [https://www.w3.org/TR/picture-in-picture/](https://www.w3.org/TR/picture-in-picture/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/picture-in-picture/](https://w3c.github.io/picture-in-picture/) -- Unknown WebIDL names used: *INS* void - - -## Pointer Lock 2.0 - -- Initial URL: [https://www.w3.org/TR/pointerlock-2/](https://www.w3.org/TR/pointerlock-2/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/pointerlock/](https://w3c.github.io/pointerlock/) -- Spec is OK: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* void - - -## Presentation API - -- Initial URL: [https://www.w3.org/TR/presentation-api/](https://www.w3.org/TR/presentation-api/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/presentation-api/](https://w3c.github.io/presentation-api/) -- Spec is OK: *INS* true / *DEL* false - - -## Remote Playback API - -- Initial URL: [https://www.w3.org/TR/remote-playback/](https://www.w3.org/TR/remote-playback/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/remote-playback/](https://w3c.github.io/remote-playback/) -- Unknown WebIDL names used: *INS* void - - -## Reporting API - -- Initial URL: [https://www.w3.org/TR/reporting-1/](https://www.w3.org/TR/reporting-1/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/reporting/](https://w3c.github.io/reporting/) -- Unknown WebIDL names used: *INS* void - - -## Resource Timing Level 2 - -- Initial URL: [https://www.w3.org/TR/resource-timing-2/](https://www.w3.org/TR/resource-timing-2/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/resource-timing/](https://w3c.github.io/resource-timing/) -- Spec is OK: *INS* true / *DEL* false - - -## Scalable Vector Graphics (SVG) 2 - -- Initial URL: [https://www.w3.org/TR/SVG2/](https://www.w3.org/TR/SVG2/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://svgwg.org/svg2-draft/](https://svgwg.org/svg2-draft/) -- Unknown WebIDL names used: *INS* void - - -## Screen Wake Lock API - -- Initial URL: [https://www.w3.org/TR/screen-wake-lock/](https://www.w3.org/TR/screen-wake-lock/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/screen-wake-lock/](https://w3c.github.io/screen-wake-lock/) -- Spec is OK: *INS* true / *DEL* false - - -## Serial API - -- Initial URL: [https://wicg.github.io/serial/](https://wicg.github.io/serial/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/serial/](https://wicg.github.io/serial/) -- Spec is OK: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* void - - -## Service Workers 1 - -- Initial URL: [https://www.w3.org/TR/service-workers-1/](https://www.w3.org/TR/service-workers-1/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/ServiceWorker/](https://w3c.github.io/ServiceWorker/) -- Unknown WebIDL names used: *INS* void - - -## Streams Standard - -- Initial URL: [https://streams.spec.whatwg.org/](https://streams.spec.whatwg.org/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://streams.spec.whatwg.org/](https://streams.spec.whatwg.org/) -- Spec is OK: *INS* true / *DEL* false - - -## SVG Animations - -- Initial URL: [https://svgwg.org/specs/animations/](https://svgwg.org/specs/animations/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://svgwg.org/specs/animations/](https://svgwg.org/specs/animations/) -- Unknown WebIDL names used: *INS* void - - -## URL Standard - -- Initial URL: [https://url.spec.whatwg.org/](https://url.spec.whatwg.org/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://url.spec.whatwg.org/](https://url.spec.whatwg.org/) -- Spec is OK: *INS* true / *DEL* false - - -## User Timing Level 2 - -- Initial URL: [https://www.w3.org/TR/user-timing-2/](https://www.w3.org/TR/user-timing-2/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/user-timing/](https://w3c.github.io/user-timing/) -- Spec is OK: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* void - - -## User Timing Level 3 - -- Initial URL: [https://www.w3.org/TR/user-timing-3/](https://www.w3.org/TR/user-timing-3/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/user-timing/](https://w3c.github.io/user-timing/) -- Spec is OK: *INS* true / *DEL* false - - -## Web Animations - -- Initial URL: [https://www.w3.org/TR/web-animations-1/](https://www.w3.org/TR/web-animations-1/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.csswg.org/web-animations-1/](https://drafts.csswg.org/web-animations-1/) -- Unknown WebIDL names used: *INS* void - - -## Web Audio API - -- Initial URL: [https://www.w3.org/TR/webaudio/](https://www.w3.org/TR/webaudio/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://webaudio.github.io/web-audio-api/](https://webaudio.github.io/web-audio-api/) -- Unknown WebIDL names used: *INS* void - - -## Web Background Synchronization - -- Initial URL: [https://wicg.github.io/background-sync/spec/](https://wicg.github.io/background-sync/spec/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/background-sync/spec/](https://wicg.github.io/background-sync/spec/) -- Unknown WebIDL names used: *INS* void - - -## Web Bluetooth - -- Initial URL: [https://webbluetoothcg.github.io/web-bluetooth/](https://webbluetoothcg.github.io/web-bluetooth/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://webbluetoothcg.github.io/web-bluetooth/](https://webbluetoothcg.github.io/web-bluetooth/) -- Unknown WebIDL names used: *INS* void - - -## Web MIDI API - -- Initial URL: [https://www.w3.org/TR/webmidi/](https://www.w3.org/TR/webmidi/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://webaudio.github.io/web-midi-api/](https://webaudio.github.io/web-midi-api/) -- Unknown WebIDL names used: *INS* void - - -## Web NFC - -- Initial URL: [https://w3c.github.io/web-nfc/](https://w3c.github.io/web-nfc/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/web-nfc/](https://w3c.github.io/web-nfc/) -- Spec is OK: *INS* true / *DEL* false - - -## Web Periodic Background Synchronization - -- Initial URL: [https://wicg.github.io/periodic-background-sync/](https://wicg.github.io/periodic-background-sync/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/periodic-background-sync/](https://wicg.github.io/periodic-background-sync/) -- Unknown WebIDL names used: *INS* void - - -## Web Speech API - -- Initial URL: [https://wicg.github.io/speech-api/](https://wicg.github.io/speech-api/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/speech-api/](https://wicg.github.io/speech-api/) -- Spec is OK: *INS* true / *DEL* false - - -## WebAssembly JavaScript Interface - -- Initial URL: [https://www.w3.org/TR/wasm-js-api-1/](https://www.w3.org/TR/wasm-js-api-1/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://webassembly.github.io/spec/js-api/](https://webassembly.github.io/spec/js-api/) -- Unknown WebIDL names used: *INS* void - - -## WebGL 2.0 Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/specs/latest/2.0/](https://www.khronos.org/registry/webgl/specs/latest/2.0/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/specs/latest/2.0/](https://www.khronos.org/registry/webgl/specs/latest/2.0/) -- Spec is OK: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* void - - -## WebGL ANGLE_instanced_arrays Khronos Ratified Extension Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/extensions/ANGLE_instanced_arrays/](https://www.khronos.org/registry/webgl/extensions/ANGLE_instanced_arrays/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/extensions/ANGLE_instanced_arrays/](https://www.khronos.org/registry/webgl/extensions/ANGLE_instanced_arrays/) -- Unknown WebIDL names used: *INS* void - - -## WebGL EXT_disjoint_timer_query Extension Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query/](https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query/](https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query/) -- Unknown WebIDL names used: *INS* void - - -## WebGL EXT_disjoint_timer_query_webgl2 Extension Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query_webgl2/](https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query_webgl2/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query_webgl2/](https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query_webgl2/) -- Unknown WebIDL names used: *INS* void - - -## WebGL OES_draw_buffers_indexed Extension Draft Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/extensions/OES_draw_buffers_indexed/](https://www.khronos.org/registry/webgl/extensions/OES_draw_buffers_indexed/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/extensions/OES_draw_buffers_indexed/](https://www.khronos.org/registry/webgl/extensions/OES_draw_buffers_indexed/) -- Unknown WebIDL names used: *INS* void - - -## WebGL OES_vertex_array_object Khronos Ratified Extension Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/](https://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/](https://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/) -- Unknown WebIDL names used: *INS* void - - -## WebGL OVR_multiview2 Extension Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/extensions/OVR_multiview2/](https://www.khronos.org/registry/webgl/extensions/OVR_multiview2/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/extensions/OVR_multiview2/](https://www.khronos.org/registry/webgl/extensions/OVR_multiview2/) -- Unknown WebIDL names used: *INS* void - - -## WebGL Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/specs/latest/1.0/](https://www.khronos.org/registry/webgl/specs/latest/1.0/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/specs/latest/1.0/](https://www.khronos.org/registry/webgl/specs/latest/1.0/) -- Spec is OK: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* void - - -## WebGL WEBGL_draw_buffers Khronos Ratified Extension Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_buffers/](https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_buffers/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_buffers/](https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_buffers/) -- Unknown WebIDL names used: *INS* void - - -## WebGL WEBGL_draw_instanced_base_vertex_base_instance Extension Draft Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_instanced_base_vertex_base_instance/](https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_instanced_base_vertex_base_instance/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_instanced_base_vertex_base_instance/](https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_instanced_base_vertex_base_instance/) -- Unknown WebIDL names used: *INS* void - - -## WebGL WEBGL_lose_context Khronos Ratified Extension Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/](https://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/](https://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/) -- Unknown WebIDL names used: *INS* void - - -## WebGL WEBGL_multi_draw Extension Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw/](https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw/](https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw/) -- Unknown WebIDL names used: *INS* void - - -## WebGL WEBGL_multi_draw_instanced_base_vertex_base_instance Extension Draft Specification - -- Initial URL: [https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw_instanced_base_vertex_base_instance/](https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw_instanced_base_vertex_base_instance/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw_instanced_base_vertex_base_instance/](https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw_instanced_base_vertex_base_instance/) -- Unknown WebIDL names used: *INS* void - - -## WebGPU - -- Initial URL: [https://gpuweb.github.io/gpuweb/](https://gpuweb.github.io/gpuweb/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://gpuweb.github.io/gpuweb/](https://gpuweb.github.io/gpuweb/) -- Spec is OK: *INS* true / *DEL* false - - -## WebHID API - -- Initial URL: [https://wicg.github.io/webhid/](https://wicg.github.io/webhid/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/webhid/](https://wicg.github.io/webhid/) -- Spec is OK: *INS* true / *DEL* false - - -## WebTransport - -- Initial URL: [https://w3c.github.io/webtransport/](https://w3c.github.io/webtransport/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/webtransport/](https://w3c.github.io/webtransport/) -- Spec is OK: *INS* true / *DEL* false - - -## WebXR Anchors Module - -- Initial URL: [https://immersive-web.github.io/anchors/](https://immersive-web.github.io/anchors/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://immersive-web.github.io/anchors/](https://immersive-web.github.io/anchors/) -- Unknown WebIDL names used: *INS* void - - -## WebXR Device API - -- Initial URL: [https://www.w3.org/TR/webxr/](https://www.w3.org/TR/webxr/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://immersive-web.github.io/webxr/](https://immersive-web.github.io/webxr/) -- Unknown WebIDL names used: *INS* void - - -## WebXR Hit Test Module - -- Initial URL: [https://immersive-web.github.io/hit-test/](https://immersive-web.github.io/hit-test/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://immersive-web.github.io/hit-test/](https://immersive-web.github.io/hit-test/) -- Spec is OK: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* void +- Editor's Draft: [https://w3c.github.io/webauthn/](https://w3c.github.io/webauthn/) +- Missing references for links: *INS* https://w3c.github.io/IntersectionObserver/v2/ diff --git a/tr/headings/css-cascade-5.json b/tr/headings/css-cascade-5.json index 79c7e38a576d..cd86a67134e7 100644 --- a/tr/headings/css-cascade-5.json +++ b/tr/headings/css-cascade-5.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Editor’s Draft, 1 October 2020" + "title": "Editor’s Draft, 19 November 2020" }, { "id": "abstract", @@ -161,11 +161,47 @@ "title": "Important Declarations: the !important annotation", "number": "6.3" }, + { + "id": "layering", + "level": 3, + "title": "Cascade Layers", + "number": "6.4" + }, + { + "id": "at-layer", + "level": 4, + "title": "Layering Styles: the @layer rule", + "number": "6.4.1" + }, + { + "id": "layer-identifiers", + "level": 5, + "title": "Layer Identifiers", + "number": "6.4.1.1" + }, + { + "id": "nested-layers", + "level": 5, + "title": "Nested Layers", + "number": "6.4.1.2" + }, + { + "id": "unnamed-layers", + "level": 5, + "title": "Un-Named Layers", + "number": "6.4.1.3" + }, + { + "id": "at-layers", + "level": 4, + "title": "Layer-Ordering Shorthand: the @layers rule", + "number": "6.4.2" + }, { "id": "preshint", "level": 3, "title": "Precedence of Non-CSS Presentational Hints", - "number": "6.4" + "number": "6.5" }, { "id": "defaulting", @@ -313,6 +349,11 @@ "id": "property-index", "level": 2, "title": "Property Index" + }, + { + "id": "issues-index", + "level": 2, + "title": "Issues Index" } ] } \ No newline at end of file diff --git a/tr/headings/css-fonts-4.json b/tr/headings/css-fonts-4.json index 73792a002115..17e4c04a7b65 100644 --- a/tr/headings/css-fonts-4.json +++ b/tr/headings/css-fonts-4.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "W3C Working Draft, 13 November 2019" + "title": "W3C Working Draft, 17 November 2020" }, { "id": "abstract", @@ -35,6 +35,12 @@ "title": "Introduction", "number": "1" }, + { + "id": "values", + "level": 3, + "title": "Value Definitions", + "number": "1.1" + }, { "id": "basic-font-props", "level": 2, @@ -65,12 +71,6 @@ "title": "Generic font families", "number": "2.1.3" }, - { - "id": "standard-font-families", - "level": 4, - "title": "Standard font families", - "number": "2.1.4" - }, { "id": "font-weight-prop", "level": 3, @@ -299,6 +299,12 @@ "title": "Default font language overriding: the font-language-override descriptor", "number": "4.10" }, + { + "id": "font-metrics-override-desc", + "level": 3, + "title": "Default font metrics overriding: the ascent-override, descent-override and line-gap-override descriptors", + "number": "4.11" + }, { "id": "font-matching-algorithm", "level": 2, @@ -571,6 +577,108 @@ "level": 2, "title": "12. Security and Privacy Considerations" }, + { + "id": "sp201", + "level": 3, + "title": "What information might this feature expose to Web sites or other parties, and for what purposes is that exposure necessary?", + "number": "12.1" + }, + { + "id": "sp202", + "level": 3, + "title": "Is this specification exposing the minimum amount of information necessary to power the feature?", + "number": "12.2" + }, + { + "id": "sp203", + "level": 3, + "title": "How does this specification deal with personal information or personally-identifiable information or information derived thereof?", + "number": "12.3" + }, + { + "id": "sp204", + "level": 3, + "title": "How does this specification deal with sensitive information?", + "number": "12.4" + }, + { + "id": "sp205", + "level": 3, + "title": "Does this specification introduce new state for an origin that persists across browsing sessions?", + "number": "12.5" + }, + { + "id": "sp206", + "level": 3, + "title": "What information from the underlying platform, e.g. configuration data, is exposed by this specification to an origin?", + "number": "12.6" + }, + { + "id": "sp207", + "level": 3, + "title": "Does this specification allow an origin access to sensors on a user’s device", + "number": "12.7" + }, + { + "id": "sp208", + "level": 3, + "title": "What data does this specification expose to an origin? Please also document what data is identical to data exposed by other features, in the same or different contexts.", + "number": "12.8" + }, + { + "id": "sp209", + "level": 3, + "title": "Does this specification enable new script execution/loading mechanisms?", + "number": "12.9" + }, + { + "id": "sp210", + "level": 3, + "title": "Does this specification allow an origin to access other devices?", + "number": "12.10" + }, + { + "id": "sp211", + "level": 3, + "title": "Does this specification allow an origin some measure of control over a user agent’s native UI?", + "number": "12.11" + }, + { + "id": "sp212", + "level": 3, + "title": "What temporary identifiers might this this specification create or expose to the web?", + "number": "12.12" + }, + { + "id": "sp213", + "level": 3, + "title": "How does this specification distinguish between behavior in first-party and third-party contexts?", + "number": "12.13" + }, + { + "id": "sps214", + "level": 3, + "title": "How does this specification work in the context of a user agent’s Private Browsing or \"incognito\" mode?", + "number": "12.14" + }, + { + "id": "sp215", + "level": 3, + "title": "Does this specification have a \"Security Considerations\" and \"Privacy Considerations\" section?", + "number": "12.15" + }, + { + "id": "216", + "level": 3, + "title": "Does this specification allow downgrading default security characteristics?", + "number": "12.16" + }, + { + "id": "217", + "level": 3, + "title": "What should this questionnaire have asked?", + "number": "12.17" + }, { "id": "acknowledgments", "level": 2, @@ -581,17 +689,23 @@ "level": 2, "title": "14. Changes" }, + { + "id": "changes-2019-11-13", + "level": 3, + "title": "Changes from the 13 Novermber 2019 Working Draft", + "number": "14.1" + }, { "id": "changes-2018-09-20", "level": 3, "title": "Changes from the 20 September 2018 Working Draft", - "number": "14.1" + "number": "14.2" }, { "id": "changes-2018-04-10", "level": 3, "title": "Changes from the 10 April 2018 Working Draft", - "number": "14.2" + "number": "14.3" }, { "id": "conformance", diff --git a/tr/headings/css-lists-3.json b/tr/headings/css-lists-3.json index 10a7c4c5abd2..133d71278073 100644 --- a/tr/headings/css-lists-3.json +++ b/tr/headings/css-lists-3.json @@ -1,18 +1,18 @@ { "spec": { - "title": "CSS Lists Module Level 3", + "title": "CSS Lists and Counters Module Level 3", "url": "https://www.w3.org/TR/css-lists-3/" }, "headings": [ { "id": "title", "level": 1, - "title": "CSS Lists Module Level 3" + "title": "CSS Lists and Counters Module Level 3" }, { "id": "subtitle", "level": 2, - "title": "W3C Working Draft, 9 July 2020" + "title": "W3C Working Draft, 17 November 2020" }, { "id": "abstract", @@ -176,6 +176,11 @@ "level": 2, "title": "Changes" }, + { + "id": "changes-20200709", + "level": 3, + "title": "Changes since the 9 July 2020 WD" + }, { "id": "changes-20190817", "level": 3, @@ -202,24 +207,19 @@ "title": "Conformance" }, { - "id": "document-conventions", + "id": "conventions", "level": 3, "title": "Document conventions" }, { - "id": "conform-classes", + "id": "conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "conform-responsible", + "id": "partial", "level": 3, - "title": "Requirements for Responsible Implementation of CSS" - }, - { - "id": "conform-partial", - "level": 4, - "title": "Partial Implementations" + "title": "Partial implementations" }, { "id": "conform-future-proofing", @@ -227,9 +227,9 @@ "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "conform-testing", - "level": 4, - "title": "Implementations of CR-level Features" + "id": "testing", + "level": 3, + "title": "Non-experimental implementations" }, { "id": "index", diff --git a/tr/headings/css-nesting-1.json b/tr/headings/css-nesting-1.json index 629280e9f96f..ed0001615ff9 100644 --- a/tr/headings/css-nesting-1.json +++ b/tr/headings/css-nesting-1.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Editor’s Draft, 9 November 2020" + "title": "Editor’s Draft, 17 November 2020" }, { "id": "abstract", diff --git a/tr/headings/css-text-3.json b/tr/headings/css-text-3.json index 8e738414d6f3..3c08f4b7c619 100644 --- a/tr/headings/css-text-3.json +++ b/tr/headings/css-text-3.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "W3C Working Draft, 29 April 2020" + "title": "W3C Working Draft, 19 November 2020" }, { "id": "abstract", @@ -77,6 +77,18 @@ "title": "Case Transforms: the text-transform property", "number": "2.1" }, + { + "id": "text-transform-mapping", + "level": 4, + "title": "Mapping Rules", + "number": "2.1.1" + }, + { + "id": "text-transform-order", + "level": 4, + "title": "Order of Operations", + "number": "2.1.2" + }, { "id": "white-space-property", "level": 2, @@ -306,20 +318,15 @@ "level": 2, "title": "Appendix E. Characters and Properties" }, - { - "id": "space-discard-set", - "level": 2, - "title": "Appendix F. Space-Discarding Unicode Characters" - }, { "id": "script-tagging", "level": 2, - "title": "Appendix G. Tagging Content by Writing System" + "title": "Appendix F. Identifying the Content Writing System" }, { "id": "small-kana", "level": 2, - "title": "Appendix H. Small Kana Mappings" + "title": "Appendix G. Small Kana Mappings" }, { "id": "priv-sec", @@ -336,6 +343,16 @@ "level": 2, "title": "Changes" }, + { + "id": "changes-2020-04-29", + "level": 3, + "title": "Changes from the 29 April 2020 Working Draft" + }, + { + "id": "changes-2019-11-13", + "level": 3, + "title": "Changes from the 13 November 2019 Working Draft" + }, { "id": "changes-2018-12-12", "level": 3, @@ -357,24 +374,19 @@ "title": "Conformance" }, { - "id": "document-conventions", + "id": "conventions", "level": 3, "title": "Document conventions" }, { - "id": "conform-classes", + "id": "conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "conform-responsible", + "id": "partial", "level": 3, - "title": "Requirements for Responsible Implementation of CSS" - }, - { - "id": "conform-partial", - "level": 4, - "title": "Partial Implementations" + "title": "Partial implementations" }, { "id": "conform-future-proofing", @@ -382,9 +394,9 @@ "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "conform-testing", - "level": 4, - "title": "Implementations of CR-level Features" + "id": "testing", + "level": 3, + "title": "Non-experimental implementations" }, { "id": "index", diff --git a/tr/headings/dom.json b/tr/headings/dom.json index 6c8773a05a98..5e59a7676ba7 100644 --- a/tr/headings/dom.json +++ b/tr/headings/dom.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Living Standard — Last Updated 9 November 2020" + "title": "Living Standard — Last Updated 18 November 2020" }, { "id": "abstract", diff --git a/tr/headings/file-system-access.json b/tr/headings/file-system-access.json index 1b35fe8d648e..a50bce4a4cce 100644 --- a/tr/headings/file-system-access.json +++ b/tr/headings/file-system-access.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Draft Community Group Report, 28 September 2020" + "title": "Draft Community Group Report, 18 November 2020" }, { "id": "abstract", @@ -252,10 +252,20 @@ "number": "7.2" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, + { + "id": "w3c-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "w3c-conformant-algorithms", + "level": 3, + "title": "Conformant Algorithms" + }, { "id": "index", "level": 2, diff --git a/tr/headings/gpuweb.json b/tr/headings/gpuweb.json index 16f2e3acd2c1..f12cef417aae 100644 --- a/tr/headings/gpuweb.json +++ b/tr/headings/gpuweb.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Editor’s Draft, 11 November 2020" + "title": "Editor’s Draft, 21 November 2020" }, { "id": "abstract", diff --git a/tr/headings/html.json b/tr/headings/html.json index f3b617997b5a..49101c368822 100644 --- a/tr/headings/html.json +++ b/tr/headings/html.json @@ -7,7 +7,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "table-of-contents", @@ -22,7 +22,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "introduction", @@ -170,7 +170,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "infrastructure", @@ -264,7 +264,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "common-microsyntaxes", @@ -437,7 +437,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "urls", @@ -514,7 +514,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "common-dom-interfaces", @@ -567,7 +567,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "safe-passing-of-structured-data", @@ -632,7 +632,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "dom", @@ -864,7 +864,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "semantics", @@ -988,7 +988,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "sections", @@ -1095,7 +1095,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "grouping-content", @@ -1196,7 +1196,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "text-level-semantics", @@ -1381,7 +1381,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "links", @@ -1596,7 +1596,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "edits", @@ -1643,7 +1643,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "embedded-content", @@ -1672,7 +1672,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "images", @@ -1881,7 +1881,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "the-iframe-element", @@ -1910,7 +1910,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "the-video-element", @@ -2107,7 +2107,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "the-map-element", @@ -2142,7 +2142,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "mathml", @@ -2165,7 +2165,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "tables", @@ -2278,7 +2278,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "forms", @@ -2361,7 +2361,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "the-input-element", @@ -2588,7 +2588,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "the-button-element", @@ -2659,7 +2659,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "form-control-infrastructure", @@ -2856,7 +2856,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "interactive-elements", @@ -2933,7 +2933,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "scripting-3", @@ -3004,7 +3004,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "the-canvas-element", @@ -3207,7 +3207,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "custom-elements", @@ -3320,7 +3320,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "common-idioms", @@ -3385,7 +3385,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "microdata", @@ -3539,7 +3539,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "editing", @@ -3735,7 +3735,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "dnd", @@ -3806,7 +3806,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "browsers", @@ -3924,7 +3924,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "the-window-object", @@ -4043,7 +4043,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "origin", @@ -4082,9 +4082,9 @@ "number": "7.7" }, { - "id": "the-cross-origin-opener-policy-header", + "id": "the-headers", "level": 4, - "title": "The `Cross-Origin-Opener-Policy` header", + "title": "The headers", "number": "7.7.1" }, { @@ -4093,6 +4093,12 @@ "title": "Browsing context group switches due to cross-origin opener policy", "number": "7.7.2" }, + { + "id": "reporting", + "level": 4, + "title": "Reporting", + "number": "7.7.3" + }, { "id": "coep", "level": 3, @@ -4100,7 +4106,7 @@ "number": "7.8" }, { - "id": "the-headers", + "id": "the-headers-2", "level": 4, "title": "The headers", "number": "7.8.1" @@ -4114,7 +4120,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "history", @@ -4215,7 +4221,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "browsing-the-web", @@ -4340,7 +4346,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "offline", @@ -4447,7 +4453,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "webappapis", @@ -4721,7 +4727,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "dynamic-markup-insertion", @@ -4762,7 +4768,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "timers", @@ -4797,7 +4803,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "system-state-and-capabilities", @@ -4850,7 +4856,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "images-2", @@ -4867,7 +4873,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "comms", @@ -4883,7 +4889,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "server-sent-events", @@ -4948,7 +4954,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "network", @@ -4995,7 +5001,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "web-messaging", @@ -5096,7 +5102,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "workers", @@ -5298,7 +5304,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "worklets", @@ -5392,7 +5398,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "webstorage", @@ -5480,7 +5486,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "syntax", @@ -5574,7 +5580,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "parsing", @@ -6395,7 +6401,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "named-character-references", @@ -6406,7 +6412,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "the-xhtml-syntax", @@ -6440,7 +6446,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "rendering", @@ -6720,7 +6726,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "obsolete", @@ -6772,7 +6778,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "iana", @@ -6839,52 +6845,58 @@ "title": "`Cross-Origin-Opener-Policy`", "number": "17.10" }, + { + "id": "cross-origin-opener-policy-report-only", + "level": 3, + "title": "`Cross-Origin-Opener-Policy-Report-Only`", + "number": "17.11" + }, { "id": "origin-isolation-2", "level": 3, "title": "`Origin-Isolation`", - "number": "17.11" + "number": "17.12" }, { "id": "ping-from", "level": 3, "title": "`Ping-From`", - "number": "17.12" + "number": "17.13" }, { "id": "ping-to", "level": 3, "title": "`Ping-To`", - "number": "17.13" + "number": "17.14" }, { "id": "refresh", "level": 3, "title": "`Refresh`", - "number": "17.14" + "number": "17.15" }, { "id": "last-event-id", "level": 3, "title": "`Last-Event-ID`", - "number": "17.15" + "number": "17.16" }, { "id": "x-frame-options", "level": 3, "title": "`X-Frame-Options`", - "number": "17.16" + "number": "17.17" }, { "id": "web+-scheme-prefix", "level": 3, "title": "web+ scheme prefix", - "number": "17.17" + "number": "17.18" }, { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "index", @@ -6929,7 +6941,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "references", @@ -6939,7 +6951,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 November 2020" + "title": "Living Standard — Last Updated 20 November 2020" }, { "id": "acknowledgments", diff --git a/tr/headings/js-self-profiling.json b/tr/headings/js-self-profiling.json index 7c34b5e8b860..49c410f3f840 100644 --- a/tr/headings/js-self-profiling.json +++ b/tr/headings/js-self-profiling.json @@ -56,12 +56,6 @@ "title": "Sampling Algorithm", "number": "5" }, - { - "id": "note-on-script-origins", - "level": 3, - "title": "Note on script origins", - "number": "5.1" - }, { "id": "the-profiler-interface", "level": 2, @@ -98,28 +92,33 @@ "title": "The ProfilerFrame Dictionary", "number": "7.3" }, + { + "id": "the-profilerinitoptions-dictionary", + "level": 2, + "title": "The ProfilerInitOptions dictionary", + "number": "8" + }, { "id": "extensions-to-the-performance-interface", "level": 2, "title": "Extensions to the Performance Interface", - "number": "8" + "number": "9" }, { "id": "profile-method", "level": 3, "title": "profile() method", - "number": "8.1" + "number": "9.1" }, { - "id": "document-policy", + "id": "feature-policy", "level": 2, - "title": "Document Policy", - "number": "9" + "title": "10. Feature Policy" }, { "id": "privacy-security", "level": 2, - "title": "10. Privacy and Security" + "title": "11. Privacy and Security" }, { "id": "references", @@ -132,6 +131,12 @@ "level": 3, "title": "Normative references", "number": "A.1" + }, + { + "id": "informative-references", + "level": 3, + "title": "Informative references", + "number": "A.2" } ] } \ No newline at end of file diff --git a/tr/headings/local-font-access.json b/tr/headings/local-font-access.json index 8bd7c004058a..746bab1325b8 100644 --- a/tr/headings/local-font-access.json +++ b/tr/headings/local-font-access.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Draft Community Group Report, 13 October 2020" + "title": "Draft Community Group Report, 19 November 2020" }, { "id": "abstract", @@ -160,10 +160,20 @@ "title": "11. Acknowledgements" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, + { + "id": "w3c-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "w3c-conformant-algorithms", + "level": 3, + "title": "Conformant Algorithms" + }, { "id": "index", "level": 2, diff --git a/tr/headings/mediacapture-streams.json b/tr/headings/mediacapture-streams.json index ab74d180adc1..8c7dde6b7934 100644 --- a/tr/headings/mediacapture-streams.json +++ b/tr/headings/mediacapture-streams.json @@ -9,11 +9,6 @@ "level": 1, "title": "Media Capture and Streams" }, - { - "id": "draft", - "level": 3, - "title": "Draft" - }, { "id": "toc", "level": 2, @@ -56,12 +51,12 @@ "number": "4.2" }, { - "id": "constructors", + "id": "constructors-0", "level": 4, "title": "Constructors" }, { - "id": "attributes", + "id": "attributes-0", "level": 4, "title": "Attributes" }, @@ -105,7 +100,7 @@ "number": "4.3.3" }, { - "id": "attributes-0", + "id": "attributes-1", "level": 5, "title": "Attributes" }, @@ -176,12 +171,12 @@ "number": "4.4" }, { - "id": "constructors-0", + "id": "constructors-1", "level": 4, "title": "Constructors" }, { - "id": "attributes-1", + "id": "attributes-2", "level": 4, "title": "Attributes" }, @@ -209,70 +204,22 @@ "number": "7" }, { - "id": "ecmascript-6-terminology", + "id": "overconstrainederror-interface", "level": 3, - "title": "ECMAScript 6 Terminology", + "title": "OverconstrainedError Interface", "number": "7.1" }, { - "id": "overconstrainederror-object", - "level": 3, - "title": "OverconstrainedError Object", - "number": "7.2" - }, - { - "id": "overconstrainederror-constructor", - "level": 4, - "title": "OverconstrainedError Constructor", - "number": "7.2.1" - }, - { - "id": "overconstrainederror-constraint-message", - "level": 5, - "title": "OverconstrainedError ( constraint, message )", - "number": "7.2.1.1" - }, - { - "id": "properties-of-the-overconstrainederror-constructor", + "id": "constructors", "level": 4, - "title": "Properties of the OverconstrainedError Constructor", - "number": "7.2.2" + "title": "Constructors", + "number": "7.1.1" }, { - "id": "overconstrainederror-prototype", - "level": 5, - "title": "OverconstrainedError.prototype", - "number": "7.2.2.1" - }, - { - "id": "properties-of-the-overconstrainederror-prototype-object", + "id": "attributes", "level": 4, - "title": "Properties of the OverconstrainedError Prototype Object", - "number": "7.2.3" - }, - { - "id": "overconstrainederror-prototype-constructor", - "level": 5, - "title": "OverconstrainedError.prototype.constructor", - "number": "7.2.3.1" - }, - { - "id": "overconstrainederror-prototype-constraint", - "level": 5, - "title": "OverconstrainedError.prototype.constraint", - "number": "7.2.3.2" - }, - { - "id": "overconstrainederror-prototype-message", - "level": 5, - "title": "OverconstrainedError.prototype.message", - "number": "7.2.3.3" - }, - { - "id": "overconstrainederror-prototype-name", - "level": 5, - "title": "OverconstrainedError.prototype.name", - "number": "7.2.3.4" + "title": "Attributes", + "number": "7.1.2" }, { "id": "event-summary", @@ -293,7 +240,7 @@ "number": "9.1" }, { - "id": "attributes-2", + "id": "attributes-3", "level": 4, "title": "Attributes" }, @@ -304,7 +251,7 @@ "number": "9.2" }, { - "id": "attributes-3", + "id": "attributes-4", "level": 4, "title": "Attributes" }, @@ -344,7 +291,7 @@ "number": "9.3" }, { - "id": "attributes-4", + "id": "attributes-5", "level": 4, "title": "Attributes" }, diff --git a/tr/headings/portals.json b/tr/headings/portals.json index 93e00ac2de9b..7ef512d0ea25 100644 --- a/tr/headings/portals.json +++ b/tr/headings/portals.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Draft Community Group Report, 2 November 2020" + "title": "Draft Community Group Report, 19 November 2020" }, { "id": "abstract", diff --git a/tr/headings/scroll-to-text-fragment.json b/tr/headings/scroll-to-text-fragment.json index 2eaa7669e33e..3f4ce8293cc8 100644 --- a/tr/headings/scroll-to-text-fragment.json +++ b/tr/headings/scroll-to-text-fragment.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Draft Community Group Report, 13 November 2020" + "title": "Draft Community Group Report, 16 November 2020" }, { "id": "abstract", @@ -89,17 +89,23 @@ "title": "The Fragment Directive", "number": "3.3" }, + { + "id": "processing-the-fragment-directive", + "level": 4, + "title": "Processing the fragment directive", + "number": "3.3.1" + }, { "id": "parsing-the-fragment-directive", "level": 4, "title": "Parsing the fragment directive", - "number": "3.3.1" + "number": "3.3.2" }, { "id": "fragment-directive-grammar", "level": 4, "title": "Fragment directive grammar", - "number": "3.3.2" + "number": "3.3.3" }, { "id": "security-and-privacy", @@ -161,6 +167,30 @@ "title": "Indicating The Text Match", "number": "3.6" }, + { + "id": "urls-in-ua-features", + "level": 4, + "title": "URLs in UA features", + "number": "3.6.1" + }, + { + "id": "urls-in-location-bar", + "level": 5, + "title": "Location Bar", + "number": "3.6.1.1" + }, + { + "id": "urls-in-bookmarks", + "level": 5, + "title": "Bookmarks", + "number": "3.6.1.2" + }, + { + "id": "urls-in-sharing", + "level": 5, + "title": "Sharing", + "number": "3.6.1.3" + }, { "id": "document-policy-integration", "level": 3, diff --git a/tr/headings/ua-client-hints.json b/tr/headings/ua-client-hints.json index 63b541e732d5..523eec99c90a 100644 --- a/tr/headings/ua-client-hints.json +++ b/tr/headings/ua-client-hints.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Draft Community Group Report, 5 November 2020" + "title": "Draft Community Group Report, 18 November 2020" }, { "id": "abstract", diff --git a/tr/headings/web-nfc.json b/tr/headings/web-nfc.json index 3bec5c54f09b..174c2ea6f5e3 100644 --- a/tr/headings/web-nfc.json +++ b/tr/headings/web-nfc.json @@ -20,584 +20,579 @@ "title": "Conformance", "number": "1" }, - { - "id": "origin-trial", - "level": 2, - "title": "Origin Trial", - "number": "2" - }, { "id": "introduction", "level": 2, "title": "Introduction", - "number": "3" + "number": "2" }, { "id": "terminology-and-conventions", "level": 2, "title": "Terminology and conventions", - "number": "4" + "number": "3" }, { "id": "the-nfc-standard", "level": 2, "title": "The NFC Standard", - "number": "5" + "number": "4" }, { "id": "ndef-compatible-tag-types", "level": 3, "title": "NDEF compatible tag types", - "number": "5.1" + "number": "4.1" }, { "id": "the-ndef-record-and-fields", "level": 3, "title": "The NDEF record and fields", - "number": "5.2" + "number": "4.2" }, { "id": "ndef-record-types", "level": 3, "title": "NDEF Record types", - "number": "5.3" + "number": "4.3" }, { "id": "empty-ndef-record-tnf-0", "level": 4, "title": "Empty NDEF record (TNF 0)", - "number": "5.3.1" + "number": "4.3.1" }, { "id": "well-known-type-records-tnf-1", "level": 4, "title": "Well-known type records (TNF 1)", - "number": "5.3.2" + "number": "4.3.2" }, { "id": "well-known-local-types", "level": 5, "title": "Well-known local types", - "number": "5.3.2.1" + "number": "4.3.2.1" }, { "id": "well-known-global-types", "level": 4, "title": "Well-known global types", - "number": "5.3.3" + "number": "4.3.3" }, { "id": "text-record", "level": 5, "title": "Text record", - "number": "5.3.3.1" + "number": "4.3.3.1" }, { "id": "uri-record", "level": 5, "title": "URI record", - "number": "5.3.3.2" + "number": "4.3.3.2" }, { "id": "smart-poster-record", "level": 5, "title": "Smart poster record", - "number": "5.3.3.3" + "number": "4.3.3.3" }, { "id": "signature-records", "level": 5, "title": "Signature records", - "number": "5.3.3.4" + "number": "4.3.3.4" }, { "id": "handover-records", "level": 5, "title": "Handover records", - "number": "5.3.3.5" + "number": "4.3.3.5" }, { "id": "mime-type-records-tnf-2", "level": 4, "title": "MIME type records (TNF 2)", - "number": "5.3.4" + "number": "4.3.4" }, { "id": "absolute-url-records-tnf-3", "level": 4, "title": "Absolute-URL records (TNF 3)", - "number": "5.3.5" + "number": "4.3.5" }, { "id": "external-type-records-tnf-4", "level": 4, "title": "External type records (TNF 4)", - "number": "5.3.6" + "number": "4.3.6" }, { "id": "unknown-type-records-tnf-5", "level": 4, "title": "Unknown type records (TNF 5)", - "number": "5.3.7" + "number": "4.3.7" }, { "id": "unchanged-type-records-tnf-6", "level": 4, "title": "Unchanged type records (TNF 6)", - "number": "5.3.8" + "number": "4.3.8" }, { "id": "use-cases", "level": 2, "title": "Use Cases", - "number": "6" + "number": "5" }, { "id": "reading-an-nfc-tag", "level": 3, "title": "Reading an NFC tag", - "number": "6.1" + "number": "5.1" }, { "id": "writing-to-an-nfc-tag", "level": 3, "title": "Writing to an NFC tag", - "number": "6.2" + "number": "5.2" }, { "id": "support-for-multiple-nfc-adapters", "level": 3, "title": "Support for multiple NFC adapters", - "number": "6.3" + "number": "5.3" }, { "id": "features", "level": 2, "title": "Features", - "number": "7" + "number": "6" }, { "id": "examples", "level": 2, "title": "Examples", - "number": "8" + "number": "7" }, { "id": "feature-support", "level": 3, "title": "Feature support", - "number": "8.1" + "number": "7.1" }, { "id": "general-information-about-writing-data", "level": 3, "title": "General information about writing data", - "number": "8.2" + "number": "7.2" }, { "id": "write-a-text-string", "level": 3, "title": "Write a text string", - "number": "8.3" + "number": "7.3" }, { "id": "write-a-url", "level": 3, "title": "Write a URL", - "number": "8.4" + "number": "7.4" }, { "id": "handling-initial-reads-while-writing", "level": 3, "title": "Handling initial reads while writing", - "number": "8.5" + "number": "7.5" }, { "id": "scheduling-a-write-with-a-timeout", "level": 3, "title": "Scheduling a write with a timeout", - "number": "8.6" + "number": "7.6" }, { "id": "handle-scanning-errors", "level": 3, "title": "Handle scanning errors", - "number": "8.7" + "number": "7.7" }, { "id": "read-a-single-tag-once", "level": 3, "title": "Read a single tag, once", - "number": "8.8" + "number": "7.8" }, { "id": "read-data-from-tag-and-write-to-empty-ones", "level": 3, "title": "Read data from tag, and write to empty ones", - "number": "8.9" + "number": "7.9" }, { "id": "save-and-restore-game-progress-with-an-nfc-tag", "level": 3, "title": "Save and restore game progress with an NFC tag", - "number": "8.10" + "number": "7.10" }, { "id": "write-and-read-json-serialized-and-deserialized", "level": 3, "title": "Write and read JSON (serialized and deserialized)", - "number": "8.11" + "number": "7.11" }, { "id": "write-data-and-print-out-existing-data", "level": 3, "title": "Write data and print out existing data", - "number": "8.12" + "number": "7.12" }, { "id": "stop-listening-to-ndef-messages", "level": 3, "title": "Stop listening to NDEF messages", - "number": "8.13" + "number": "7.13" }, { "id": "write-a-smart-poster-message", "level": 3, "title": "Write a smart poster message", - "number": "8.14" + "number": "7.14" }, { "id": "read-an-external-record-with-an-ndef-message-as-payload", "level": 3, "title": "Read an external record with an NDEF message as payload", - "number": "8.15" + "number": "7.15" }, { "id": "write-an-external-record-with-an-ndef-message-as-payload", "level": 3, "title": "Write an external record with an NDEF message as payload", - "number": "8.16" + "number": "7.16" }, { "id": "write-and-read-unknown-records-inside-an-external-record", "level": 3, "title": "Write and read unknown records inside an external record", - "number": "8.17" + "number": "7.17" }, { "id": "data-representation", "level": 2, "title": "Data Representation", - "number": "9" + "number": "8" }, { "id": "the-ndefmessage-interface", "level": 3, "title": "The NDEFMessage interface", - "number": "9.1" + "number": "8.1" }, { "id": "the-ndefrecord-interface", "level": 3, "title": "The NDEFRecord interface", - "number": "9.2" + "number": "8.2" }, { "id": "the-record-type-string", "level": 3, "title": "The record type string", - "number": "9.3" + "number": "8.3" }, { "id": "data-mapping", "level": 3, "title": "Data mapping", - "number": "9.4" + "number": "8.4" }, { - "id": "the-ndefreader-and-ndefwriter-objects", + "id": "the-ndefreader-object", "level": 2, - "title": "10. The NDEFReader and NDEFWriter objects" + "title": "The NDEFReader object", + "number": "9" }, { "id": "nfc-state-associated-with-the-settings-object", "level": 3, "title": "NFC state associated with the settings object", - "number": "10.1" + "number": "9.1" }, { "id": "handling-nfc-adapters", "level": 3, "title": "Handling NFC adapters", - "number": "10.2" + "number": "9.2" }, { "id": "obtaining-permission", "level": 3, "title": "Obtaining permission", - "number": "10.3" + "number": "9.3" }, { "id": "handling-visibility-change", "level": 3, "title": "Handling visibility change", - "number": "10.4" + "number": "9.4" }, { "id": "aborting-pending-write-operation", "level": 3, "title": "Aborting pending write operation", - "number": "10.5" + "number": "9.5" }, { "id": "releasing-nfc", "level": 3, "title": "Releasing NFC", - "number": "10.6" + "number": "9.6" }, { "id": "the-ndefwriteoptions-dictionary", "level": 3, "title": "The NDEFWriteOptions dictionary", - "number": "10.7" + "number": "9.7" }, { "id": "the-ndefscanoptions-dictionary", "level": 3, "title": "The NDEFScanOptions dictionary", - "number": "10.8" + "number": "9.8" }, { "id": "writing-content", "level": 3, "title": "Writing content", - "number": "10.9" + "number": "9.9" }, { "id": "the-write-method", "level": 4, "title": "The write() method", - "number": "10.9.1" + "number": "9.9.1" }, { "id": "creating-ndef-message", "level": 3, "title": "Creating NDEF message", - "number": "10.10" + "number": "9.10" }, { "id": "check-created-records", "level": 4, "title": "Check created records", - "number": "10.10.1" + "number": "9.10.1" }, { "id": "creating-ndef-record", "level": 4, "title": "Creating NDEF record", - "number": "10.10.2" + "number": "9.10.2" }, { "id": "validating-external-type", "level": 4, "title": "Validating external type", - "number": "10.10.3" + "number": "9.10.3" }, { "id": "validating-local-type", "level": 4, "title": "Validating local type", - "number": "10.10.4" + "number": "9.10.4" }, { "id": "mapping-empty-record-to-ndef", "level": 4, "title": "Mapping empty record to NDEF", - "number": "10.10.5" + "number": "9.10.5" }, { "id": "mapping-string-to-ndef", "level": 4, "title": "Mapping string to NDEF", - "number": "10.10.6" + "number": "9.10.6" }, { "id": "mapping-url-to-ndef", "level": 4, "title": "Mapping URL to NDEF", - "number": "10.10.7" + "number": "9.10.7" }, { "id": "mapping-binary-data-to-ndef", "level": 4, "title": "Mapping binary data to NDEF", - "number": "10.10.8" + "number": "9.10.8" }, { "id": "mapping-external-data-to-ndef", "level": 4, "title": "Mapping external data to NDEF", - "number": "10.10.9" + "number": "9.10.9" }, { "id": "mapping-local-type-to-ndef", "level": 4, "title": "Mapping local type to NDEF", - "number": "10.10.10" + "number": "9.10.10" }, { "id": "mapping-smart-poster-to-ndef", "level": 4, "title": "Mapping smart poster to NDEF", - "number": "10.10.11" + "number": "9.10.11" }, { "id": "mapping-absolute-url-to-ndef", "level": 4, "title": "Mapping absolute-URL to NDEF", - "number": "10.10.12" + "number": "9.10.12" }, { "id": "listening-for-content", "level": 3, "title": "Listening for content", - "number": "10.11" + "number": "9.11" }, { "id": "the-scan-method", "level": 4, "title": "The scan() method", - "number": "10.11.1" + "number": "9.11.1" }, { "id": "the-nfc-reading-algorithm", "level": 4, "title": "The NFC reading algorithm", - "number": "10.11.2" + "number": "9.11.2" }, { "id": "dispatching-nfc-content", "level": 4, "title": "Dispatching NFC content", - "number": "10.11.3" + "number": "9.11.3" }, { "id": "steps-receiving", "level": 3, "title": "Parsing content", - "number": "10.12" + "number": "9.12" }, { "id": "parsing-records-from-bytes", "level": 4, "title": "Parsing records from bytes", - "number": "10.12.1" + "number": "9.12.1" }, { "id": "check-parsed-records", "level": 4, "title": "Check parsed records", - "number": "10.12.2" + "number": "9.12.2" }, { "id": "parsing-ndef-records", "level": 4, "title": "Parsing NDEF records", - "number": "10.12.3" + "number": "9.12.3" }, { "id": "parsing-ndef-well-known-t-records", "level": 4, "title": "Parsing NDEF well-known T records", - "number": "10.12.4" + "number": "9.12.4" }, { "id": "parsing-ndef-well-known-u-records", "level": 4, "title": "Parsing NDEF well-known U records", - "number": "10.12.5" + "number": "9.12.5" }, { "id": "parsing-ndef-well-known-sp-records", "level": 4, "title": "Parsing NDEF well-known Sp records", - "number": "10.12.6" + "number": "9.12.6" }, { "id": "parsing-local-type-records", "level": 4, "title": "Parsing local type records", - "number": "10.12.7" + "number": "9.12.7" }, { "id": "parsing-ndef-mime-type-records", "level": 4, "title": "Parsing NDEF MIME type records", - "number": "10.12.8" + "number": "9.12.8" }, { "id": "parsing-ndef-absolute-url-records", "level": 4, "title": "Parsing NDEF absolute-URL records", - "number": "10.12.9" + "number": "9.12.9" }, { "id": "parsing-ndef-external-type-records", "level": 4, "title": "Parsing NDEF external type records", - "number": "10.12.10" + "number": "9.12.10" }, { "id": "parsing-ndef-unknown-type-records", "level": 4, "title": "Parsing NDEF unknown type records", - "number": "10.12.11" + "number": "9.12.11" }, { "id": "the-blocklist", "level": 2, - "title": "11. The Blocklist" + "title": "10. The Blocklist" }, { "id": "security-and-privacy", "level": 2, - "title": "12. Security and Privacy" + "title": "11. Security and Privacy" }, { "id": "chain-of-trust", "level": 3, "title": "Chain of trust", - "number": "12.1" + "number": "11.1" }, { "id": "privacy-implications-and-implementation-considerations", "level": 3, "title": "Privacy implications and implementation considerations", - "number": "12.2" + "number": "11.2" }, { "id": "reading-and-writing-during-a-scan", "level": 4, "title": "Reading and writing during a scan", - "number": "12.2.1" + "number": "11.2.1" }, { "id": "reading-and-writing-during-a-scan-0", "level": 4, "title": "Reading and writing during a scan", - "number": "12.2.2" + "number": "11.2.2" }, { "id": "overwriting-existing-data", "level": 4, "title": "Overwriting existing data", - "number": "12.2.3" + "number": "11.2.3" }, { "id": "things-that-users-should-be-made-aware-of-when-using-nfc", "level": 3, "title": "Things that users should be made aware of when using NFC", - "number": "12.3" + "number": "11.3" }, { "id": "data-that-is-read-is-shared-with-site", @@ -623,133 +618,133 @@ "id": "assets", "level": 3, "title": "Assets", - "number": "12.4" + "number": "11.4" }, { "id": "attacker-model", "level": 3, "title": "Attacker model", - "number": "12.5" + "number": "11.5" }, { "id": "threats", "level": 3, "title": "Threats", - "number": "12.6" + "number": "11.6" }, { "id": "fingerprinting-and-data-collection", "level": 4, "title": "Fingerprinting and data collection", - "number": "12.6.1" + "number": "11.6.1" }, { "id": "nfc-tag-modification", "level": 4, "title": "NFC tag modification", - "number": "12.6.2" + "number": "11.6.2" }, { "id": "ndef-record-modification-in-transit", "level": 4, "title": "NDEF record modification in-transit", - "number": "12.6.3" + "number": "11.6.3" }, { "id": "ndef-record-payload-disclosure", "level": 4, "title": "NDEF record payload disclosure", - "number": "12.6.4" + "number": "11.6.4" }, { "id": "active-attack-via-malicious-nfc-tag", "level": 4, "title": "Active attack via malicious NFC tag", - "number": "12.6.5" + "number": "11.6.5" }, { "id": "security-mechanisms-for-implementations", "level": 3, "title": "Security mechanisms for implementations", - "number": "12.7" + "number": "11.7" }, { "id": "obtaining-permission-0", "level": 4, "title": "Obtaining permission", - "number": "12.7.1" + "number": "11.7.1" }, { "id": "warning-user-during-nfc-operations", "level": 4, "title": "Warning user during NFC operations", - "number": "12.7.2" + "number": "11.7.2" }, { "id": "security-mechanisms-for-applications", "level": 3, "title": "Security mechanisms for applications", - "number": "12.8" + "number": "11.8" }, { "id": "encrypting-nfc-content", "level": 4, "title": "Encrypting NFC content", - "number": "12.8.1" + "number": "11.8.1" }, { "id": "signing-ndef-records", "level": 4, "title": "Signing NDEF records", - "number": "12.8.2" + "number": "11.8.2" }, { "id": "security-policies", "level": 3, "title": "Security policies", - "number": "12.9" + "number": "11.9" }, { "id": "secure-context", "level": 4, "title": "Secure Context", - "number": "12.9.1" + "number": "11.9.1" }, { "id": "visible-document", "level": 4, "title": "Visible document", - "number": "12.9.2" + "number": "11.9.2" }, { "id": "permissions-controls", "level": 4, "title": "Permissions controls", - "number": "12.9.3" + "number": "11.9.3" }, { "id": "blocklist-0", "level": 4, "title": "Blocklist", - "number": "12.9.4" + "number": "11.9.4" }, { "id": "warn-about-risk-of-physical-location-leak", "level": 4, "title": "Warn about risk of physical location leak", - "number": "12.9.5" + "number": "11.9.5" }, { "id": "restrict-automatic-handling", "level": 4, "title": "Restrict automatic handling", - "number": "12.9.6" + "number": "11.9.6" }, { "id": "signing-nfc-content", "level": 4, "title": "Signing NFC content", - "number": "12.9.7" + "number": "11.9.7" }, { "id": "idl-index", diff --git a/tr/headings/webauthn-2.json b/tr/headings/webauthn-2.json index d6dc20597ebe..4b8e64b0e752 100644 --- a/tr/headings/webauthn-2.json +++ b/tr/headings/webauthn-2.json @@ -7,7 +7,12 @@ { "id": "subtitle", "level": 2, - "title": "W3C Working Draft, 30 July 2020" + "title": "W3C Working Draft, 16 November 2020" + }, + { + "id": "substatus", + "level": 3, + "title": "" }, { "id": "abstract", @@ -403,9 +408,9 @@ "number": "5.8.6" }, { - "id": "sctn-feature-policy", + "id": "sctn-permissions-policy", "level": 3, - "title": "Feature Policy integration", + "title": "Permissions Policy integration", "number": "5.9" }, { @@ -624,6 +629,12 @@ "title": "None Attestation Statement Format", "number": "8.7" }, + { + "id": "sctn-apple-anonymous-attestation", + "level": 3, + "title": "Apple Anonymous Attestation Statement Format", + "number": "8.8" + }, { "id": "sctn-extensions", "level": 2, @@ -689,17 +700,11 @@ "title": "Credential Properties Extension (credProps)", "number": "10.4" }, - { - "id": "prf-extension", - "level": 3, - "title": "Pseudo-random function extension (prf)", - "number": "10.5" - }, { "id": "sctn-large-blob-extension", "level": 3, "title": "Large blob storage extension (largeBlob)", - "number": "10.6" + "number": "10.5" }, { "id": "sctn-automation", @@ -712,6 +717,12 @@ "title": "WebAuthn WebDriver Extension Capability", "number": "11.1" }, + { + "id": "sctn-authenticator-extension-capabilities", + "level": 4, + "title": "Authenticator Extension Capabilities", + "number": "11.1.1" + }, { "id": "sctn-automation-virtual-authenticators", "level": 3, @@ -765,17 +776,29 @@ "level": 2, "title": "12. IANA Considerations" }, + { + "id": "sctn-att-fmt-reg-update", + "level": 3, + "title": "WebAuthn Attestation Statement Format Identifier Registrations Updates", + "number": "12.1" + }, { "id": "sctn-att-fmt-reg", "level": 3, "title": "WebAuthn Attestation Statement Format Identifier Registrations", - "number": "12.1" + "number": "12.2" + }, + { + "id": "sctn-extensions-reg-update", + "level": 3, + "title": "WebAuthn Extension Identifier Registrations Updates", + "number": "12.3" }, { "id": "sctn-extensions-reg", "level": 3, "title": "WebAuthn Extension Identifier Registrations", - "number": "12.2" + "number": "12.4" }, { "id": "sctn-security-considerations", @@ -825,34 +848,46 @@ "number": "13.5" }, { - "id": "sctn-cryptographic-challenges", + "id": "sctn-rp-benefits", "level": 4, - "title": "Cryptographic Challenges", + "title": "Security Benefits for WebAuthn Relying Parties", "number": "13.5.1" }, { - "id": "sctn-rp-benefits", + "id": "sctn-seccons-visibility", "level": 4, - "title": "Security Benefits for WebAuthn Relying Parties", + "title": "Visibility Considerations for Embedded Usage", "number": "13.5.2" }, + { + "id": "sctn-cryptographic-challenges", + "level": 4, + "title": "Cryptographic Challenges", + "number": "13.5.3" + }, { "id": "sctn-attestation-limitations", "level": 4, "title": "Attestation Limitations", - "number": "13.5.3" + "number": "13.5.4" }, { "id": "sctn-revoked-attestation-certificates", "level": 4, "title": "Revoked Attestation Certificates", - "number": "13.5.4" + "number": "13.5.5" }, { "id": "sctn-credential-loss-key-mobility", "level": 4, "title": "Credential Loss and Key Mobility", - "number": "13.5.5" + "number": "13.5.6" + }, + { + "id": "sctn-unprotected-account-detection", + "level": 4, + "title": "Unprotected account detection", + "number": "13.5.7" }, { "id": "sctn-privacy-considerations", diff --git a/tr/headings/webpackage.json b/tr/headings/webpackage.json index 5827dc164c07..93ddb6b6b3c3 100644 --- a/tr/headings/webpackage.json +++ b/tr/headings/webpackage.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Draft Community Group Report, 6 October 2020" + "title": "Draft Community Group Report, 16 November 2020" }, { "id": "abstract", @@ -354,10 +354,20 @@ "number": "6.1" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, + { + "id": "w3c-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "w3c-conformant-algorithms", + "level": 3, + "title": "Conformant Algorithms" + }, { "id": "index", "level": 2, diff --git a/tr/headings/webrtc.json b/tr/headings/webrtc.json index 2ce523b8bba2..ba9603b197e3 100644 --- a/tr/headings/webrtc.json +++ b/tr/headings/webrtc.json @@ -9,11 +9,6 @@ "level": 1, "title": "WebRTC 1.0: Real-Time Communication Between Browsers" }, - { - "id": "draft", - "level": 3, - "title": "Draft" - }, { "id": "toc", "level": 2, diff --git a/tr/headings/webusb.json b/tr/headings/webusb.json index 80636aacfd2f..39acbfca70f4 100644 --- a/tr/headings/webusb.json +++ b/tr/headings/webusb.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Draft Community Group Report, 14 November 2020" + "title": "Draft Community Group Report, 22 November 2020" }, { "id": "abstract", diff --git a/tr/idl/css-fonts.idl b/tr/idl/css-fonts.idl index 1459520f7aff..17e59a3ff2a9 100644 --- a/tr/idl/css-fonts.idl +++ b/tr/idl/css-fonts.idl @@ -24,9 +24,10 @@ interface CSSFontFeatureValuesRule : CSSRule { [Exposed=Window] interface CSSFontFeatureValuesMap { maplike>; - void set(CSSOMString featureValueName, + undefined set(CSSOMString featureValueName, (unsigned long or sequence) values); }; + partial interface CSSRule { const unsigned short FONT_PALETTE_VALUES_RULE = 15; }; diff --git a/tr/idl/mediacapture-streams.idl b/tr/idl/mediacapture-streams.idl index 945a0fd6fff9..5b798f04d160 100644 --- a/tr/idl/mediacapture-streams.idl +++ b/tr/idl/mediacapture-streams.idl @@ -143,6 +143,12 @@ dictionary MediaStreamTrackEventInit : EventInit { required MediaStreamTrack track; }; +[Exposed=Window] +interface OverconstrainedError : DOMException { + constructor(DOMString constraint, optional DOMString message = ""); + readonly attribute DOMString constraint; +}; + partial interface Navigator { [SameObject, SecureContext] readonly attribute MediaDevices mediaDevices; }; @@ -191,9 +197,7 @@ dictionary MediaStreamConstraints { callback NavigatorUserMediaSuccessCallback = undefined (MediaStream stream); -callback NavigatorUserMediaErrorCallback = undefined (MediaStreamError error); - -typedef object MediaStreamError; +callback NavigatorUserMediaErrorCallback = undefined (DOMException error); dictionary DoubleRange { double max; diff --git a/tr/idl/web-nfc.idl b/tr/idl/web-nfc.idl index 14df65c6cecc..ea78e0af2f02 100644 --- a/tr/idl/web-nfc.idl +++ b/tr/idl/web-nfc.idl @@ -43,22 +43,16 @@ dictionary NDEFRecordInit { typedef (DOMString or BufferSource or NDEFMessageInit) NDEFMessageSource; -[SecureContext, Exposed=Window] -interface NDEFWriter { - constructor(); - - Promise write(NDEFMessageSource message, - optional NDEFWriteOptions options={}); -}; - [SecureContext, Exposed=Window] interface NDEFReader : EventTarget { constructor(); - attribute EventHandler onerror; attribute EventHandler onreading; + attribute EventHandler onreadingerror; Promise scan(optional NDEFScanOptions options={}); + Promise write(NDEFMessageSource message, + optional NDEFWriteOptions options={}); }; [SecureContext, Exposed=Window] diff --git a/tr/idl/webauthn.idl b/tr/idl/webauthn.idl index 880beae5c9b3..4eaf56b7e62d 100644 --- a/tr/idl/webauthn.idl +++ b/tr/idl/webauthn.idl @@ -77,8 +77,8 @@ dictionary PublicKeyCredentialUserEntity : PublicKeyCredentialEntity { dictionary AuthenticatorSelectionCriteria { DOMString authenticatorAttachment; - boolean requireResidentKey = false; DOMString residentKey; + boolean requireResidentKey = false; DOMString userVerification = "preferred"; }; @@ -194,36 +194,19 @@ partial dictionary AuthenticationExtensionsClientOutputs { CredentialPropertiesOutput credProps; }; -dictionary AuthenticationExtensionsPRFValues { - required ArrayBuffer first; - ArrayBuffer second; -}; - -dictionary AuthenticationExtensionsPRFInputs { - AuthenticationExtensionsPRFValues eval; - record evalByCredential; -}; - partial dictionary AuthenticationExtensionsClientInputs { - AuthenticationExtensionsPRFInputs prf; -}; - -dictionary AuthenticationExtensionsPRFOutputs { - boolean enabled; - AuthenticationExtensionsPRFValues results; -}; - -partial dictionary AuthenticationExtensionsClientOutputs { - AuthenticationExtensionsPRFOutputs prf; + AuthenticationExtensionsLargeBlobInputs largeBlob; }; -partial dictionary AuthenticationExtensionsClientInputs { - AuthenticationExtensionsLargeBlobInputs largeBlob; +enum LargeBlobSupport { + "required", + "preferred", }; dictionary AuthenticationExtensionsLargeBlobInputs { + DOMString support; boolean read; - ArrayBuffer write; + BufferSource write; }; partial dictionary AuthenticationExtensionsClientOutputs { @@ -231,6 +214,7 @@ partial dictionary AuthenticationExtensionsClientOutputs { }; dictionary AuthenticationExtensionsLargeBlobOutputs { + boolean supported; ArrayBuffer blob; boolean written; }; diff --git a/tr/idlparsed/css-fonts-4.json b/tr/idlparsed/css-fonts-4.json index 78a743dcbac7..74c44d358af6 100644 --- a/tr/idlparsed/css-fonts-4.json +++ b/tr/idlparsed/css-fonts-4.json @@ -222,7 +222,7 @@ "generic": "", "nullable": false, "union": false, - "idlType": "void" + "idlType": "undefined" }, "arguments": [ { @@ -453,8 +453,7 @@ "CSSFontFeatureValuesMap" ], "CSSFontFeatureValuesMap": [ - "CSSOMString", - "void" + "CSSOMString" ], "CSSFontPaletteValuesRule": [ "CSSRule", @@ -464,8 +463,7 @@ "externalDependencies": [ "CSSRule", "CSSStyleDeclaration", - "CSSOMString", - "void" + "CSSOMString" ], "hasObsoleteIdl": false } diff --git a/tr/idlparsed/mediacapture-streams.json b/tr/idlparsed/mediacapture-streams.json index 59afdc8171ba..add54fdc6e13 100644 --- a/tr/idlparsed/mediacapture-streams.json +++ b/tr/idlparsed/mediacapture-streams.json @@ -8,7 +8,8 @@ "constructors": { "Window": [ "MediaStream", - "MediaStreamTrackEvent" + "MediaStreamTrackEvent", + "OverconstrainedError" ] }, "functions": { @@ -1828,6 +1829,81 @@ "extAttrs": [], "partial": false }, + "OverconstrainedError": { + "type": "interface", + "name": "OverconstrainedError", + "inheritance": "DOMException", + "members": [ + { + "type": "constructor", + "arguments": [ + { + "type": "argument", + "name": "constraint", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + }, + "default": null, + "optional": false, + "variadic": false + }, + { + "type": "argument", + "name": "message", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + }, + "default": { + "type": "string", + "value": "" + }, + "optional": true, + "variadic": false + } + ], + "extAttrs": [] + }, + { + "type": "attribute", + "name": "constraint", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + }, + "extAttrs": [], + "special": "", + "readonly": true + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "Window" + }, + "arguments": [] + } + ], + "partial": false + }, "MediaDevices": { "type": "interface", "name": "MediaDevices", @@ -2193,7 +2269,7 @@ "generic": "", "nullable": false, "union": false, - "idlType": "MediaStreamError" + "idlType": "DOMException" }, "default": null, "optional": false, @@ -2202,19 +2278,6 @@ ], "extAttrs": [] }, - "MediaStreamError": { - "type": "typedef", - "name": "MediaStreamError", - "idlType": { - "type": "typedef-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "object" - }, - "extAttrs": [] - }, "DoubleRange": { "type": "dictionary", "name": "DoubleRange", @@ -2927,6 +2990,7 @@ "MediaStream", "MediaStreamTrack", "MediaStreamTrackEvent", + "OverconstrainedError", "MediaDevices", "MediaDeviceInfo", "InputDeviceInfo" @@ -2972,6 +3036,9 @@ "EventInit", "MediaStreamTrack" ], + "OverconstrainedError": [ + "DOMException" + ], "Navigator": [ "MediaDevices", "MediaStreamConstraints", @@ -3018,6 +3085,7 @@ "EventHandler", "Event", "EventInit", + "DOMException", "Navigator" ], "hasObsoleteIdl": false diff --git a/tr/idlparsed/web-nfc.json b/tr/idlparsed/web-nfc.json index c5bbb87052d2..3fcd9f961270 100644 --- a/tr/idlparsed/web-nfc.json +++ b/tr/idlparsed/web-nfc.json @@ -9,7 +9,6 @@ "Window": [ "NDEFMessage", "NDEFRecord", - "NDEFWriter", "NDEFReader", "NDEFReadingEvent" ] @@ -457,19 +456,49 @@ }, "extAttrs": [] }, - "NDEFWriter": { + "NDEFReader": { "type": "interface", - "name": "NDEFWriter", - "inheritance": null, + "name": "NDEFReader", + "inheritance": "EventTarget", "members": [ { "type": "constructor", "arguments": [], "extAttrs": [] }, + { + "type": "attribute", + "name": "onreading", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "EventHandler" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "onreadingerror", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "EventHandler" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, { "type": "operation", - "name": "write", + "name": "scan", "idlType": { "type": "return-type", "extAttrs": [], @@ -488,22 +517,6 @@ ] }, "arguments": [ - { - "type": "argument", - "name": "message", - "extAttrs": [], - "idlType": { - "type": "argument-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "NDEFMessageSource" - }, - "default": null, - "optional": false, - "variadic": false - }, { "type": "argument", "name": "options", @@ -514,7 +527,7 @@ "generic": "", "nullable": false, "union": false, - "idlType": "NDEFWriteOptions" + "idlType": "NDEFScanOptions" }, "default": { "type": "dictionary" @@ -525,70 +538,10 @@ ], "extAttrs": [], "special": "" - } - ], - "extAttrs": [ - { - "type": "extended-attribute", - "name": "SecureContext", - "rhs": null, - "arguments": [] - }, - { - "type": "extended-attribute", - "name": "Exposed", - "rhs": { - "type": "identifier", - "value": "Window" - }, - "arguments": [] - } - ], - "partial": false - }, - "NDEFReader": { - "type": "interface", - "name": "NDEFReader", - "inheritance": "EventTarget", - "members": [ - { - "type": "constructor", - "arguments": [], - "extAttrs": [] - }, - { - "type": "attribute", - "name": "onerror", - "idlType": { - "type": "attribute-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "EventHandler" - }, - "extAttrs": [], - "special": "", - "readonly": false - }, - { - "type": "attribute", - "name": "onreading", - "idlType": { - "type": "attribute-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "EventHandler" - }, - "extAttrs": [], - "special": "", - "readonly": false }, { "type": "operation", - "name": "scan", + "name": "write", "idlType": { "type": "return-type", "extAttrs": [], @@ -607,6 +560,22 @@ ] }, "arguments": [ + { + "type": "argument", + "name": "message", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "NDEFMessageSource" + }, + "default": null, + "optional": false, + "variadic": false + }, { "type": "argument", "name": "options", @@ -617,7 +586,7 @@ "generic": "", "nullable": false, "union": false, - "idlType": "NDEFScanOptions" + "idlType": "NDEFWriteOptions" }, "default": { "type": "dictionary" @@ -864,7 +833,6 @@ "Window": [ "NDEFMessage", "NDEFRecord", - "NDEFWriter", "NDEFReader", "NDEFReadingEvent" ] @@ -884,14 +852,12 @@ "NDEFRecordInit": [ "NDEFRecordDataSource" ], - "NDEFWriter": [ - "NDEFMessageSource", - "NDEFWriteOptions" - ], "NDEFReader": [ "EventTarget", "EventHandler", - "NDEFScanOptions" + "NDEFScanOptions", + "NDEFMessageSource", + "NDEFWriteOptions" ], "NDEFReadingEvent": [ "Event", diff --git a/tr/idlparsed/webauthn-2.json b/tr/idlparsed/webauthn-2.json index 703b0edcceb9..23ef18fed8f5 100644 --- a/tr/idlparsed/webauthn-2.json +++ b/tr/idlparsed/webauthn-2.json @@ -670,7 +670,7 @@ }, { "type": "field", - "name": "requireResidentKey", + "name": "residentKey", "extAttrs": [], "idlType": { "type": "dictionary-type", @@ -678,17 +678,14 @@ "generic": "", "nullable": false, "union": false, - "idlType": "boolean" - }, - "default": { - "type": "boolean", - "value": false + "idlType": "DOMString" }, + "default": null, "required": false }, { "type": "field", - "name": "residentKey", + "name": "requireResidentKey", "extAttrs": [], "idlType": { "type": "dictionary-type", @@ -696,9 +693,12 @@ "generic": "", "nullable": false, "union": false, - "idlType": "DOMString" + "idlType": "boolean" + }, + "default": { + "type": "boolean", + "value": false }, - "default": null, "required": false }, { @@ -1245,53 +1245,29 @@ "extAttrs": [], "partial": false }, - "AuthenticationExtensionsPRFValues": { - "type": "dictionary", - "name": "AuthenticationExtensionsPRFValues", - "inheritance": null, - "members": [ + "LargeBlobSupport": { + "type": "enum", + "name": "LargeBlobSupport", + "values": [ { - "type": "field", - "name": "first", - "extAttrs": [], - "idlType": { - "type": "dictionary-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "ArrayBuffer" - }, - "default": null, - "required": true + "type": "enum-value", + "value": "required" }, { - "type": "field", - "name": "second", - "extAttrs": [], - "idlType": { - "type": "dictionary-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "ArrayBuffer" - }, - "default": null, - "required": false + "type": "enum-value", + "value": "preferred" } ], - "extAttrs": [], - "partial": false + "extAttrs": [] }, - "AuthenticationExtensionsPRFInputs": { + "AuthenticationExtensionsLargeBlobInputs": { "type": "dictionary", - "name": "AuthenticationExtensionsPRFInputs", + "name": "AuthenticationExtensionsLargeBlobInputs", "inheritance": null, "members": [ { "type": "field", - "name": "eval", + "name": "support", "extAttrs": [], "idlType": { "type": "dictionary-type", @@ -1299,55 +1275,14 @@ "generic": "", "nullable": false, "union": false, - "idlType": "AuthenticationExtensionsPRFValues" + "idlType": "DOMString" }, "default": null, "required": false }, { "type": "field", - "name": "evalByCredential", - "extAttrs": [], - "idlType": { - "type": "dictionary-type", - "extAttrs": [], - "generic": "record", - "nullable": false, - "union": false, - "idlType": [ - { - "type": "dictionary-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "USVString" - }, - { - "type": "dictionary-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "AuthenticationExtensionsPRFValues" - } - ] - }, - "default": null, - "required": false - } - ], - "extAttrs": [], - "partial": false - }, - "AuthenticationExtensionsPRFOutputs": { - "type": "dictionary", - "name": "AuthenticationExtensionsPRFOutputs", - "inheritance": null, - "members": [ - { - "type": "field", - "name": "enabled", + "name": "read", "extAttrs": [], "idlType": { "type": "dictionary-type", @@ -1362,7 +1297,7 @@ }, { "type": "field", - "name": "results", + "name": "write", "extAttrs": [], "idlType": { "type": "dictionary-type", @@ -1370,7 +1305,7 @@ "generic": "", "nullable": false, "union": false, - "idlType": "AuthenticationExtensionsPRFValues" + "idlType": "BufferSource" }, "default": null, "required": false @@ -1379,14 +1314,14 @@ "extAttrs": [], "partial": false }, - "AuthenticationExtensionsLargeBlobInputs": { + "AuthenticationExtensionsLargeBlobOutputs": { "type": "dictionary", - "name": "AuthenticationExtensionsLargeBlobInputs", + "name": "AuthenticationExtensionsLargeBlobOutputs", "inheritance": null, "members": [ { "type": "field", - "name": "read", + "name": "supported", "extAttrs": [], "idlType": { "type": "dictionary-type", @@ -1399,30 +1334,6 @@ "default": null, "required": false }, - { - "type": "field", - "name": "write", - "extAttrs": [], - "idlType": { - "type": "dictionary-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "ArrayBuffer" - }, - "default": null, - "required": false - } - ], - "extAttrs": [], - "partial": false - }, - "AuthenticationExtensionsLargeBlobOutputs": { - "type": "dictionary", - "name": "AuthenticationExtensionsLargeBlobOutputs", - "inheritance": null, - "members": [ { "type": "field", "name": "blob", @@ -1643,30 +1554,6 @@ "extAttrs": [], "partial": true }, - { - "type": "dictionary", - "name": "AuthenticationExtensionsClientInputs", - "inheritance": null, - "members": [ - { - "type": "field", - "name": "prf", - "extAttrs": [], - "idlType": { - "type": "dictionary-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "AuthenticationExtensionsPRFInputs" - }, - "default": null, - "required": false - } - ], - "extAttrs": [], - "partial": true - }, { "type": "dictionary", "name": "AuthenticationExtensionsClientInputs", @@ -1789,30 +1676,6 @@ "extAttrs": [], "partial": true }, - { - "type": "dictionary", - "name": "AuthenticationExtensionsClientOutputs", - "inheritance": null, - "members": [ - { - "type": "field", - "name": "prf", - "extAttrs": [], - "idlType": { - "type": "dictionary-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "AuthenticationExtensionsPRFOutputs" - }, - "default": null, - "required": false - } - ], - "extAttrs": [], - "partial": true - }, { "type": "dictionary", "name": "AuthenticationExtensionsClientOutputs", @@ -1892,13 +1755,11 @@ "AuthenticationExtensionsClientInputs" ], "AuthenticationExtensionsClientInputs": [ - "AuthenticationExtensionsPRFInputs", "AuthenticationExtensionsLargeBlobInputs" ], "AuthenticationExtensionsClientOutputs": [ "UvmEntries", "CredentialPropertiesOutput", - "AuthenticationExtensionsPRFOutputs", "AuthenticationExtensionsLargeBlobOutputs" ], "CollectedClientData": [ @@ -1907,13 +1768,6 @@ "TokenBinding": [], "PublicKeyCredentialDescriptor": [], "CredentialPropertiesOutput": [], - "AuthenticationExtensionsPRFValues": [], - "AuthenticationExtensionsPRFInputs": [ - "AuthenticationExtensionsPRFValues" - ], - "AuthenticationExtensionsPRFOutputs": [ - "AuthenticationExtensionsPRFValues" - ], "AuthenticationExtensionsLargeBlobInputs": [], "AuthenticationExtensionsLargeBlobOutputs": [] }, diff --git a/tr/index.html b/tr/index.html index e9232363dd5d..a7736142fb36 100644 --- a/tr/index.html +++ b/tr/index.html @@ -21,9 +21,9 @@

Reffy crawl

-

November 16, 2020

+

November 23, 2020

-

Reffy is a spec exploration tool. It crawls a list of specifications to study the WebIDL content, the links that they contain, and the references that these specifications contain.

+

Reffy is a spec exploration tool. It crawls a list of specifications to study the WebIDL content, the links that they contain, and the references that these specifications contain.