diff --git a/ed/css/css-properties-values-api.json b/ed/css/css-properties-values-api.json index e6fc92843370..91190ace9557 100644 --- a/ed/css/css-properties-values-api.json +++ b/ed/css/css-properties-values-api.json @@ -23,7 +23,7 @@ { "name": "initial-value", "for": "@property", - "value": "", + "value": "?", "initial": "the guaranteed-invalid value (but see prose)" } ], diff --git a/ed/dfns/edit-context.json b/ed/dfns/edit-context.json index a28809a9fef9..5582c19abf97 100644 --- a/ed/dfns/edit-context.json +++ b/ed/dfns/edit-context.json @@ -422,44 +422,6 @@ }, "definedIn": "prose" }, - { - "id": "dfn-dirty-flag", - "href": "https://w3c.github.io/edit-context/#dfn-dirty-flag", - "linkingText": [ - "dirty flag" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "editcontext-state", - "href": "https://w3c.github.io/edit-context/#editcontext-state", - "title": "EditContext state", - "number": "1.2.1" - }, - "definedIn": "prose" - }, - { - "id": "dfn-character-bounds-updated-flag", - "href": "https://w3c.github.io/edit-context/#dfn-character-bounds-updated-flag", - "linkingText": [ - "character bounds updated flag" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "editcontext-state", - "href": "https://w3c.github.io/edit-context/#editcontext-state", - "title": "EditContext state", - "number": "1.2.1" - }, - "definedIn": "prose" - }, { "id": "dfn-associated-element", "href": "https://w3c.github.io/edit-context/#dfn-associated-element", diff --git a/ed/dfns/element-capture.json b/ed/dfns/element-capture.json index e5b2a2c9f3f0..b6120471278d 100644 --- a/ed/dfns/element-capture.json +++ b/ed/dfns/element-capture.json @@ -81,10 +81,10 @@ "definedIn": "prose" }, { - "id": "dfn-croptarget-production", - "href": "https://screen-share.github.io/element-capture/#dfn-croptarget-production", + "id": "dfn-restrictiontarget-production", + "href": "https://screen-share.github.io/element-capture/#dfn-restrictiontarget-production", "linkingText": [ - "CropTarget Production" + "RestrictionTarget Production" ], "localLinkingText": [], "type": "dfn", @@ -92,13 +92,98 @@ "access": "private", "informative": false, "heading": { - "id": "produce-crop-target", - "href": "https://screen-share.github.io/element-capture/#produce-crop-target", - "title": "CropTarget Production", + "id": "produce-restriction-target", + "href": "https://screen-share.github.io/element-capture/#produce-restriction-target", + "title": "RestrictionTarget Production", "number": "4" }, "definedIn": "heading" }, + { + "id": "dom-restrictiontarget", + "href": "https://screen-share.github.io/element-capture/#dom-restrictiontarget", + "linkingText": [ + "RestrictionTarget" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "restriction-target", + "href": "https://screen-share.github.io/element-capture/#restriction-target", + "title": "RestrictionTarget Definition", + "number": "4.2" + }, + "definedIn": "heading" + }, + { + "id": "dom-restrictiontarget-fromelement", + "href": "https://screen-share.github.io/element-capture/#dom-restrictiontarget-fromelement", + "linkingText": [ + "fromElement()", + "fromElement(element)" + ], + "localLinkingText": [ + "RestrictionTarget.fromElement", + "RestrictionTarget.fromElement()", + "fromElement" + ], + "type": "method", + "for": [ + "RestrictionTarget" + ], + "access": "public", + "informative": false, + "heading": { + "id": "restriction-target", + "href": "https://screen-share.github.io/element-capture/#restriction-target", + "title": "RestrictionTarget Definition", + "number": "4.2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-create-a-restrictiontarget", + "href": "https://screen-share.github.io/element-capture/#dfn-create-a-restrictiontarget", + "linkingText": [ + "create a RestrictionTarget" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "restriction-target", + "href": "https://screen-share.github.io/element-capture/#restriction-target", + "title": "RestrictionTarget Definition", + "number": "4.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-element", + "href": "https://screen-share.github.io/element-capture/#dfn-element", + "linkingText": [ + "[[Element]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "RestrictionTarget" + ], + "access": "public", + "informative": false, + "heading": { + "id": "restriction-target", + "href": "https://screen-share.github.io/element-capture/#restriction-target", + "title": "RestrictionTarget Definition", + "number": "4.2" + }, + "definedIn": "prose" + }, { "id": "dfn-restriction-mechanism", "href": "https://screen-share.github.io/element-capture/#dfn-restriction-mechanism", @@ -180,7 +265,7 @@ "href": "https://screen-share.github.io/element-capture/#dom-browsercapturemediastreamtrack-restrictto", "linkingText": [ "restrictTo()", - "restrictTo(cropTarget)" + "restrictTo(RestrictionTarget)" ], "localLinkingText": [ "BrowserCaptureMediaStreamTrack.restrictTo", diff --git a/ed/dfns/html.json b/ed/dfns/html.json index f6380bb405a8..d3590075d648 100644 --- a/ed/dfns/html.json +++ b/ed/dfns/html.json @@ -38342,6 +38342,25 @@ }, "definedIn": "prose" }, + { + "id": "details-toggle-task-tracker", + "href": "https://html.spec.whatwg.org/multipage/interactive-elements.html#details-toggle-task-tracker", + "linkingText": [ + "details toggle task tracker" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-details-element", + "href": "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element", + "title": "The details element", + "number": "4.11.1" + }, + "definedIn": "prose" + }, { "id": "details-notification-task-steps", "href": "https://html.spec.whatwg.org/multipage/interactive-elements.html#details-notification-task-steps", @@ -38361,6 +38380,25 @@ }, "definedIn": "prose" }, + { + "id": "queue-a-details-toggle-event-task", + "href": "https://html.spec.whatwg.org/multipage/interactive-elements.html#queue-a-details-toggle-event-task", + "linkingText": [ + "queue a details toggle event task" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-details-element", + "href": "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element", + "title": "The details element", + "number": "4.11.1" + }, + "definedIn": "prose" + }, { "id": "dom-details-open", "href": "https://html.spec.whatwg.org/multipage/interactive-elements.html#dom-details-open", @@ -52312,6 +52350,143 @@ }, "definedIn": "prose" }, + { + "id": "toggleevent", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#toggleevent", + "linkingText": [ + "ToggleEvent" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-toggleevent-interface", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#the-toggleevent-interface", + "title": "The ToggleEvent interface", + "number": "6.5.1" + }, + "definedIn": "pre" + }, + { + "id": "toggleeventinit", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#toggleeventinit", + "linkingText": [ + "ToggleEventInit" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-toggleevent-interface", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#the-toggleevent-interface", + "title": "The ToggleEvent interface", + "number": "6.5.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-toggleevent-oldstate", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#dom-toggleevent-oldstate", + "linkingText": [ + "oldState" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "ToggleEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-toggleevent-interface", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#the-toggleevent-interface", + "title": "The ToggleEvent interface", + "number": "6.5.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-toggleevent-newstate", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#dom-toggleevent-newstate", + "linkingText": [ + "newState" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "ToggleEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-toggleevent-interface", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#the-toggleevent-interface", + "title": "The ToggleEvent interface", + "number": "6.5.1" + }, + "definedIn": "prose" + }, + { + "id": "toggle-task-tracker", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#toggle-task-tracker", + "linkingText": [ + "toggle task tracker" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-toggleevent-interface", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#the-toggleevent-interface", + "title": "The ToggleEvent interface", + "number": "6.5.1" + }, + "definedIn": "prose" + }, + { + "id": "toggle-task-task", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#toggle-task-task", + "linkingText": [ + "task" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-toggleevent-interface", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#the-toggleevent-interface", + "title": "The ToggleEvent interface", + "number": "6.5.1" + }, + "definedIn": "dt" + }, + { + "id": "toggle-task-old-state", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#toggle-task-old-state", + "linkingText": [ + "old state" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-toggleevent-interface", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#the-toggleevent-interface", + "title": "The ToggleEvent interface", + "number": "6.5.1" + }, + "definedIn": "dt" + }, { "id": "system-focus", "href": "https://html.spec.whatwg.org/multipage/interaction.html#system-focus", @@ -56229,10 +56404,10 @@ "definedIn": "prose" }, { - "id": "popover-toggle-task", - "href": "https://html.spec.whatwg.org/multipage/popover.html#popover-toggle-task", + "id": "popover-toggle-task-tracker", + "href": "https://html.spec.whatwg.org/multipage/popover.html#popover-toggle-task-tracker", "linkingText": [ - "popover toggle task" + "popover toggle task tracker" ], "localLinkingText": [], "type": "dfn", @@ -56247,44 +56422,6 @@ }, "definedIn": "prose" }, - { - "id": "popover-toggle-task-task", - "href": "https://html.spec.whatwg.org/multipage/popover.html#popover-toggle-task-task", - "linkingText": [ - "Task" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "the-popover-attribute", - "href": "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute", - "title": "The popover attribute", - "number": "6.11" - }, - "definedIn": "dt" - }, - { - "id": "popover-toggle-task-old-state", - "href": "https://html.spec.whatwg.org/multipage/popover.html#popover-toggle-task-old-state", - "linkingText": [ - "Old state" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "the-popover-attribute", - "href": "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute", - "title": "The popover attribute", - "number": "6.11" - }, - "definedIn": "dt" - }, { "id": "dom-showpopover", "href": "https://html.spec.whatwg.org/multipage/popover.html#dom-showpopover", @@ -56894,86 +57031,6 @@ }, "definedIn": "prose" }, - { - "id": "toggleevent", - "href": "https://html.spec.whatwg.org/multipage/popover.html#toggleevent", - "linkingText": [ - "ToggleEvent" - ], - "localLinkingText": [], - "type": "interface", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "the-toggleevent-interface", - "href": "https://html.spec.whatwg.org/multipage/popover.html#the-toggleevent-interface", - "title": "The ToggleEvent interface", - "number": "6.11.3" - }, - "definedIn": "pre" - }, - { - "id": "toggleeventinit", - "href": "https://html.spec.whatwg.org/multipage/popover.html#toggleeventinit", - "linkingText": [ - "ToggleEventInit" - ], - "localLinkingText": [], - "type": "dictionary", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "the-toggleevent-interface", - "href": "https://html.spec.whatwg.org/multipage/popover.html#the-toggleevent-interface", - "title": "The ToggleEvent interface", - "number": "6.11.3" - }, - "definedIn": "pre" - }, - { - "id": "dom-toggleevent-oldstate", - "href": "https://html.spec.whatwg.org/multipage/popover.html#dom-toggleevent-oldstate", - "linkingText": [ - "oldState" - ], - "localLinkingText": [], - "type": "attribute", - "for": [ - "ToggleEvent" - ], - "access": "public", - "informative": false, - "heading": { - "id": "the-toggleevent-interface", - "href": "https://html.spec.whatwg.org/multipage/popover.html#the-toggleevent-interface", - "title": "The ToggleEvent interface", - "number": "6.11.3" - }, - "definedIn": "prose" - }, - { - "id": "dom-toggleevent-newstate", - "href": "https://html.spec.whatwg.org/multipage/popover.html#dom-toggleevent-newstate", - "linkingText": [ - "newState" - ], - "localLinkingText": [], - "type": "attribute", - "for": [ - "ToggleEvent" - ], - "access": "public", - "informative": false, - "heading": { - "id": "the-toggleevent-interface", - "href": "https://html.spec.whatwg.org/multipage/popover.html#the-toggleevent-interface", - "title": "The ToggleEvent interface", - "number": "6.11.3" - }, - "definedIn": "prose" - }, { "id": "concept-origin", "href": "https://html.spec.whatwg.org/multipage/browsers.html#concept-origin", diff --git a/ed/events/html.json b/ed/events/html.json index 1f684b3565d2..f68d14548670 100644 --- a/ed/events/html.json +++ b/ed/events/html.json @@ -1026,7 +1026,7 @@ "targets": [ "HTMLElement" ], - "interface": "Event" + "interface": "ToggleEvent" }, { "href": "https://html.spec.whatwg.org/multipage/indices.html#event-unhandledrejection", diff --git a/ed/headings/core-aam-1.2.json b/ed/headings/core-aam-1.2.json index e0359a21914e..79f9d21349a3 100644 --- a/ed/headings/core-aam-1.2.json +++ b/ed/headings/core-aam-1.2.json @@ -380,432 +380,439 @@ "title": "heading", "number": "4.4.3.33" }, + { + "id": "image", + "href": "https://w3c.github.io/core-aam/#image", + "level": 5, + "title": "image", + "number": "4.4.3.34" + }, { "id": "img", "href": "https://w3c.github.io/core-aam/#img", "level": 5, "title": "img", - "number": "4.4.3.34" + "number": "4.4.3.35" }, { "id": "insertion", "href": "https://w3c.github.io/core-aam/#insertion", "level": 5, "title": "insertion", - "number": "4.4.3.35" + "number": "4.4.3.36" }, { "id": "link", "href": "https://w3c.github.io/core-aam/#link", "level": 5, "title": "link", - "number": "4.4.3.36" + "number": "4.4.3.37" }, { "id": "list", "href": "https://w3c.github.io/core-aam/#list", "level": 5, "title": "list", - "number": "4.4.3.37" + "number": "4.4.3.38" }, { "id": "listbox-not-owned-by-or-child-of-combobox", "href": "https://w3c.github.io/core-aam/#listbox-not-owned-by-or-child-of-combobox", "level": 5, "title": "listbox not owned by or child of combobox", - "number": "4.4.3.38" + "number": "4.4.3.39" }, { "id": "listbox-owned-by-or-child-of-combobox", "href": "https://w3c.github.io/core-aam/#listbox-owned-by-or-child-of-combobox", "level": 5, "title": "listbox owned by or child of combobox", - "number": "4.4.3.39" + "number": "4.4.3.40" }, { "id": "listitem", "href": "https://w3c.github.io/core-aam/#listitem", "level": 5, "title": "listitem", - "number": "4.4.3.40" + "number": "4.4.3.41" }, { "id": "log", "href": "https://w3c.github.io/core-aam/#log", "level": 5, "title": "log", - "number": "4.4.3.41" + "number": "4.4.3.42" }, { "id": "main", "href": "https://w3c.github.io/core-aam/#main", "level": 5, "title": "main", - "number": "4.4.3.42" + "number": "4.4.3.43" }, { "id": "mark", "href": "https://w3c.github.io/core-aam/#mark", "level": 5, "title": "mark", - "number": "4.4.3.43" + "number": "4.4.3.44" }, { "id": "marquee", "href": "https://w3c.github.io/core-aam/#marquee", "level": 5, "title": "marquee", - "number": "4.4.3.44" + "number": "4.4.3.45" }, { "id": "math", "href": "https://w3c.github.io/core-aam/#math", "level": 5, "title": "math", - "number": "4.4.3.45" + "number": "4.4.3.46" }, { "id": "menu", "href": "https://w3c.github.io/core-aam/#menu", "level": 5, "title": "menu", - "number": "4.4.3.46" + "number": "4.4.3.47" }, { "id": "menubar", "href": "https://w3c.github.io/core-aam/#menubar", "level": 5, "title": "menubar", - "number": "4.4.3.47" + "number": "4.4.3.48" }, { "id": "menuitem", "href": "https://w3c.github.io/core-aam/#menuitem", "level": 5, "title": "menuitem", - "number": "4.4.3.48" + "number": "4.4.3.49" }, { "id": "menuitemcheckbox", "href": "https://w3c.github.io/core-aam/#menuitemcheckbox", "level": 5, "title": "menuitemcheckbox", - "number": "4.4.3.49" + "number": "4.4.3.50" }, { "id": "menuitemradio", "href": "https://w3c.github.io/core-aam/#menuitemradio", "level": 5, "title": "menuitemradio", - "number": "4.4.3.50" + "number": "4.4.3.51" }, { "id": "meter", "href": "https://w3c.github.io/core-aam/#meter", "level": 5, "title": "meter", - "number": "4.4.3.51" + "number": "4.4.3.52" }, { "id": "navigation", "href": "https://w3c.github.io/core-aam/#navigation", "level": 5, "title": "navigation", - "number": "4.4.3.52" + "number": "4.4.3.53" }, { "id": "none", "href": "https://w3c.github.io/core-aam/#none", "level": 5, "title": "none", - "number": "4.4.3.53" + "number": "4.4.3.54" }, { "id": "note", "href": "https://w3c.github.io/core-aam/#note", "level": 5, "title": "note", - "number": "4.4.3.54" + "number": "4.4.3.55" }, { "id": "option-not-inside-combobox", "href": "https://w3c.github.io/core-aam/#option-not-inside-combobox", "level": 5, "title": "option not inside combobox", - "number": "4.4.3.55" + "number": "4.4.3.56" }, { "id": "option-inside-combobox", "href": "https://w3c.github.io/core-aam/#option-inside-combobox", "level": 5, "title": "option inside combobox", - "number": "4.4.3.56" + "number": "4.4.3.57" }, { "id": "paragraph", "href": "https://w3c.github.io/core-aam/#paragraph", "level": 5, "title": "paragraph", - "number": "4.4.3.57" + "number": "4.4.3.58" }, { "id": "presentation", "href": "https://w3c.github.io/core-aam/#presentation", "level": 5, "title": "presentation", - "number": "4.4.3.58" + "number": "4.4.3.59" }, { "id": "progressbar", "href": "https://w3c.github.io/core-aam/#progressbar", "level": 5, "title": "progressbar", - "number": "4.4.3.59" + "number": "4.4.3.60" }, { "id": "radio", "href": "https://w3c.github.io/core-aam/#radio", "level": 5, "title": "radio", - "number": "4.4.3.60" + "number": "4.4.3.61" }, { "id": "radiogroup", "href": "https://w3c.github.io/core-aam/#radiogroup", "level": 5, "title": "radiogroup", - "number": "4.4.3.61" + "number": "4.4.3.62" }, { "id": "region-with-an-accessible-name", "href": "https://w3c.github.io/core-aam/#region-with-an-accessible-name", "level": 5, "title": "region with an accessible name", - "number": "4.4.3.62" + "number": "4.4.3.63" }, { "id": "region-without-an-accessible-name", "href": "https://w3c.github.io/core-aam/#region-without-an-accessible-name", "level": 5, "title": "region without an accessible name", - "number": "4.4.3.63" + "number": "4.4.3.64" }, { "id": "row-not-inside-treegrid", "href": "https://w3c.github.io/core-aam/#row-not-inside-treegrid", "level": 5, "title": "row not inside treegrid", - "number": "4.4.3.64" + "number": "4.4.3.65" }, { "id": "row-inside-treegrid", "href": "https://w3c.github.io/core-aam/#row-inside-treegrid", "level": 5, "title": "row inside treegrid", - "number": "4.4.3.65" + "number": "4.4.3.66" }, { "id": "rowgroup", "href": "https://w3c.github.io/core-aam/#rowgroup", "level": 5, "title": "rowgroup", - "number": "4.4.3.66" + "number": "4.4.3.67" }, { "id": "rowheader", "href": "https://w3c.github.io/core-aam/#rowheader", "level": 5, "title": "rowheader", - "number": "4.4.3.67" + "number": "4.4.3.68" }, { "id": "scrollbar", "href": "https://w3c.github.io/core-aam/#scrollbar", "level": 5, "title": "scrollbar", - "number": "4.4.3.68" + "number": "4.4.3.69" }, { "id": "search", "href": "https://w3c.github.io/core-aam/#search", "level": 5, "title": "search", - "number": "4.4.3.69" + "number": "4.4.3.70" }, { "id": "searchbox", "href": "https://w3c.github.io/core-aam/#searchbox", "level": 5, "title": "searchbox", - "number": "4.4.3.70" + "number": "4.4.3.71" }, { "id": "separator-non-focusable", "href": "https://w3c.github.io/core-aam/#separator-non-focusable", "level": 5, "title": "separator (non-focusable)", - "number": "4.4.3.71" + "number": "4.4.3.72" }, { "id": "separator-focusable", "href": "https://w3c.github.io/core-aam/#separator-focusable", "level": 5, "title": "separator (focusable)", - "number": "4.4.3.72" + "number": "4.4.3.73" }, { "id": "slider", "href": "https://w3c.github.io/core-aam/#slider", "level": 5, "title": "slider", - "number": "4.4.3.73" + "number": "4.4.3.74" }, { "id": "spinbutton", "href": "https://w3c.github.io/core-aam/#spinbutton", "level": 5, "title": "spinbutton", - "number": "4.4.3.74" + "number": "4.4.3.75" }, { "id": "status", "href": "https://w3c.github.io/core-aam/#status", "level": 5, "title": "status", - "number": "4.4.3.75" + "number": "4.4.3.76" }, { "id": "strong", "href": "https://w3c.github.io/core-aam/#strong", "level": 5, "title": "strong", - "number": "4.4.3.76" + "number": "4.4.3.77" }, { "id": "subscript", "href": "https://w3c.github.io/core-aam/#subscript", "level": 5, "title": "subscript", - "number": "4.4.3.77" + "number": "4.4.3.78" }, { "id": "suggestion", "href": "https://w3c.github.io/core-aam/#suggestion", "level": 5, "title": "suggestion", - "number": "4.4.3.78" + "number": "4.4.3.79" }, { "id": "superscript", "href": "https://w3c.github.io/core-aam/#superscript", "level": 5, "title": "superscript", - "number": "4.4.3.79" + "number": "4.4.3.80" }, { "id": "switch", "href": "https://w3c.github.io/core-aam/#switch", "level": 5, "title": "switch", - "number": "4.4.3.80" + "number": "4.4.3.81" }, { "id": "tab", "href": "https://w3c.github.io/core-aam/#tab", "level": 5, "title": "tab", - "number": "4.4.3.81" + "number": "4.4.3.82" }, { "id": "table", "href": "https://w3c.github.io/core-aam/#table", "level": 5, "title": "table", - "number": "4.4.3.82" + "number": "4.4.3.83" }, { "id": "tablist", "href": "https://w3c.github.io/core-aam/#tablist", "level": 5, "title": "tablist", - "number": "4.4.3.83" + "number": "4.4.3.84" }, { "id": "tabpanel", "href": "https://w3c.github.io/core-aam/#tabpanel", "level": 5, "title": "tabpanel", - "number": "4.4.3.84" + "number": "4.4.3.85" }, { "id": "term", "href": "https://w3c.github.io/core-aam/#term", "level": 5, "title": "term", - "number": "4.4.3.85" + "number": "4.4.3.86" }, { "id": "textbox-when-aria-multiline-is-false", "href": "https://w3c.github.io/core-aam/#textbox-when-aria-multiline-is-false", "level": 5, "title": "textbox when aria-multiline is false", - "number": "4.4.3.86" + "number": "4.4.3.87" }, { "id": "textbox-when-aria-multiline-is-true", "href": "https://w3c.github.io/core-aam/#textbox-when-aria-multiline-is-true", "level": 5, "title": "textbox when aria-multiline is true", - "number": "4.4.3.87" + "number": "4.4.3.88" }, { "id": "time", "href": "https://w3c.github.io/core-aam/#time", "level": 5, "title": "time", - "number": "4.4.3.88" + "number": "4.4.3.89" }, { "id": "timer", "href": "https://w3c.github.io/core-aam/#timer", "level": 5, "title": "timer", - "number": "4.4.3.89" + "number": "4.4.3.90" }, { "id": "toolbar", "href": "https://w3c.github.io/core-aam/#toolbar", "level": 5, "title": "toolbar", - "number": "4.4.3.90" + "number": "4.4.3.91" }, { "id": "tooltip", "href": "https://w3c.github.io/core-aam/#tooltip", "level": 5, "title": "tooltip", - "number": "4.4.3.91" + "number": "4.4.3.92" }, { "id": "tree", "href": "https://w3c.github.io/core-aam/#tree", "level": 5, "title": "tree", - "number": "4.4.3.92" + "number": "4.4.3.93" }, { "id": "treegrid", "href": "https://w3c.github.io/core-aam/#treegrid", "level": 5, "title": "treegrid", - "number": "4.4.3.93" + "number": "4.4.3.94" }, { "id": "treeitem", "href": "https://w3c.github.io/core-aam/#treeitem", "level": 5, "title": "treeitem", - "number": "4.4.3.94" + "number": "4.4.3.95" }, { "id": "mapping_state-property", diff --git a/ed/headings/edit-context.json b/ed/headings/edit-context.json index 360d18fbb06c..1afdefda3c44 100644 --- a/ed/headings/edit-context.json +++ b/ed/headings/edit-context.json @@ -65,12 +65,19 @@ "title": "EditContext events", "number": "1.2.4" }, + { + "id": "event-loop-changes", + "href": "https://w3c.github.io/edit-context/#event-loop-changes", + "level": 4, + "title": "Event loop changes", + "number": "1.2.5" + }, { "id": "examples", "href": "https://w3c.github.io/edit-context/#examples", "level": 4, "title": "Examples", - "number": "1.2.5" + "number": "1.2.6" }, { "id": "interactions", diff --git a/ed/headings/element-capture.json b/ed/headings/element-capture.json index 56801474f790..dfefc3812ad4 100644 --- a/ed/headings/element-capture.json +++ b/ed/headings/element-capture.json @@ -59,12 +59,26 @@ "number": "3" }, { - "id": "produce-crop-target", - "href": "https://screen-share.github.io/element-capture/#produce-crop-target", + "id": "produce-restriction-target", + "href": "https://screen-share.github.io/element-capture/#produce-restriction-target", "level": 2, - "title": "CropTarget Production", + "title": "RestrictionTarget Production", "number": "4" }, + { + "id": "restriction-target-motivation", + "href": "https://screen-share.github.io/element-capture/#restriction-target-motivation", + "level": 3, + "title": "Motivation for defining RestrictionTarget", + "number": "4.1" + }, + { + "id": "restriction-target", + "href": "https://screen-share.github.io/element-capture/#restriction-target", + "level": 3, + "title": "RestrictionTarget Definition", + "number": "4.2" + }, { "id": "restricting-a-track", "href": "https://screen-share.github.io/element-capture/#restricting-a-track", diff --git a/ed/headings/html-aam-1.0.json b/ed/headings/html-aam-1.0.json index a95854161217..952ba88bb2a6 100644 --- a/ed/headings/html-aam-1.0.json +++ b/ed/headings/html-aam-1.0.json @@ -79,6 +79,1021 @@ "title": "HTML Element Role Mappings", "number": "3.4" }, + { + "id": "a-represents-a-hyperlink", + "href": "https://w3c.github.io/html-aam/#a-represents-a-hyperlink", + "level": 4, + "title": "a(represents a hyperlink)", + "number": "3.4.1" + }, + { + "id": "a-no-href-attribute", + "href": "https://w3c.github.io/html-aam/#a-no-href-attribute", + "level": 4, + "title": "a(no href attribute)", + "number": "3.4.2" + }, + { + "id": "abbr", + "href": "https://w3c.github.io/html-aam/#abbr", + "level": 4, + "title": "abbr", + "number": "3.4.3" + }, + { + "id": "address", + "href": "https://w3c.github.io/html-aam/#address", + "level": 4, + "title": "address", + "number": "3.4.4" + }, + { + "id": "area-represents-a-hyperlink", + "href": "https://w3c.github.io/html-aam/#area-represents-a-hyperlink", + "level": 4, + "title": "area(represents a hyperlink)", + "number": "3.4.5" + }, + { + "id": "area-no-href-attribute", + "href": "https://w3c.github.io/html-aam/#area-no-href-attribute", + "level": 4, + "title": "area(no href attribute)", + "number": "3.4.6" + }, + { + "id": "article", + "href": "https://w3c.github.io/html-aam/#article", + "level": 4, + "title": "article", + "number": "3.4.7" + }, + { + "id": "aside-scoped-to-the-body-or-main-element", + "href": "https://w3c.github.io/html-aam/#aside-scoped-to-the-body-or-main-element", + "level": 4, + "title": "aside (scoped to the body or main element)", + "number": "3.4.8" + }, + { + "id": "aside-scoped-to-a-sectioning-content-element", + "href": "https://w3c.github.io/html-aam/#aside-scoped-to-a-sectioning-content-element", + "level": 4, + "title": "aside(scoped to a sectioning content element)", + "number": "3.4.9" + }, + { + "id": "audio", + "href": "https://w3c.github.io/html-aam/#audio", + "level": 4, + "title": "audio", + "number": "3.4.10" + }, + { + "id": "autonomous-custom-element", + "href": "https://w3c.github.io/html-aam/#autonomous-custom-element", + "level": 4, + "title": "autonomous custom element", + "number": "3.4.11" + }, + { + "id": "b", + "href": "https://w3c.github.io/html-aam/#b", + "level": 4, + "title": "b", + "number": "3.4.12" + }, + { + "id": "base", + "href": "https://w3c.github.io/html-aam/#base", + "level": 4, + "title": "base", + "number": "3.4.13" + }, + { + "id": "bdi", + "href": "https://w3c.github.io/html-aam/#bdi", + "level": 4, + "title": "bdi", + "number": "3.4.14" + }, + { + "id": "bdo", + "href": "https://w3c.github.io/html-aam/#bdo", + "level": 4, + "title": "bdo", + "number": "3.4.15" + }, + { + "id": "blockquote", + "href": "https://w3c.github.io/html-aam/#blockquote", + "level": 4, + "title": "blockquote", + "number": "3.4.16" + }, + { + "id": "body", + "href": "https://w3c.github.io/html-aam/#body", + "level": 4, + "title": "body", + "number": "3.4.17" + }, + { + "id": "br", + "href": "https://w3c.github.io/html-aam/#br", + "level": 4, + "title": "br", + "number": "3.4.18" + }, + { + "id": "button", + "href": "https://w3c.github.io/html-aam/#button", + "level": 4, + "title": "button", + "number": "3.4.19" + }, + { + "id": "canvas", + "href": "https://w3c.github.io/html-aam/#canvas", + "level": 4, + "title": "canvas", + "number": "3.4.20" + }, + { + "id": "caption", + "href": "https://w3c.github.io/html-aam/#caption", + "level": 4, + "title": "caption", + "number": "3.4.21" + }, + { + "id": "cite", + "href": "https://w3c.github.io/html-aam/#cite", + "level": 4, + "title": "cite", + "number": "3.4.22" + }, + { + "id": "code", + "href": "https://w3c.github.io/html-aam/#code", + "level": 4, + "title": "code", + "number": "3.4.23" + }, + { + "id": "col", + "href": "https://w3c.github.io/html-aam/#col", + "level": 4, + "title": "col", + "number": "3.4.24" + }, + { + "id": "colgroup", + "href": "https://w3c.github.io/html-aam/#colgroup", + "level": 4, + "title": "colgroup", + "number": "3.4.25" + }, + { + "id": "data", + "href": "https://w3c.github.io/html-aam/#data", + "level": 4, + "title": "data", + "number": "3.4.26" + }, + { + "id": "datalist-represents-pre-defined-options-for-input-element", + "href": "https://w3c.github.io/html-aam/#datalist-represents-pre-defined-options-for-input-element", + "level": 4, + "title": "datalist(represents pre-defined options for input element)", + "number": "3.4.27" + }, + { + "id": "dd", + "href": "https://w3c.github.io/html-aam/#dd", + "level": 4, + "title": "dd", + "number": "3.4.28" + }, + { + "id": "del", + "href": "https://w3c.github.io/html-aam/#del", + "level": 4, + "title": "del", + "number": "3.4.29" + }, + { + "id": "details", + "href": "https://w3c.github.io/html-aam/#details", + "level": 4, + "title": "details", + "number": "3.4.30" + }, + { + "id": "dfn", + "href": "https://w3c.github.io/html-aam/#dfn", + "level": 4, + "title": "dfn", + "number": "3.4.31" + }, + { + "id": "dialog", + "href": "https://w3c.github.io/html-aam/#dialog", + "level": 4, + "title": "dialog", + "number": "3.4.32" + }, + { + "id": "div", + "href": "https://w3c.github.io/html-aam/#div", + "level": 4, + "title": "div", + "number": "3.4.33" + }, + { + "id": "dl", + "href": "https://w3c.github.io/html-aam/#dl", + "level": 4, + "title": "dl", + "number": "3.4.34" + }, + { + "id": "dt", + "href": "https://w3c.github.io/html-aam/#dt", + "level": 4, + "title": "dt", + "number": "3.4.35" + }, + { + "id": "em", + "href": "https://w3c.github.io/html-aam/#em", + "level": 4, + "title": "em", + "number": "3.4.36" + }, + { + "id": "embed", + "href": "https://w3c.github.io/html-aam/#embed", + "level": 4, + "title": "embed", + "number": "3.4.37" + }, + { + "id": "fieldset", + "href": "https://w3c.github.io/html-aam/#fieldset", + "level": 4, + "title": "fieldset", + "number": "3.4.38" + }, + { + "id": "figcaption", + "href": "https://w3c.github.io/html-aam/#figcaption", + "level": 4, + "title": "figcaption", + "number": "3.4.39" + }, + { + "id": "figure", + "href": "https://w3c.github.io/html-aam/#figure", + "level": 4, + "title": "figure", + "number": "3.4.40" + }, + { + "id": "footer-scoped-to-the-body-element", + "href": "https://w3c.github.io/html-aam/#footer-scoped-to-the-body-element", + "level": 4, + "title": "footer (scoped to the body element)", + "number": "3.4.41" + }, + { + "id": "footer-scoped-to-the-main-element-a-sectioning-content-element", + "href": "https://w3c.github.io/html-aam/#footer-scoped-to-the-main-element-a-sectioning-content-element", + "level": 4, + "title": "footer (scoped to the main element,a sectioning content element)", + "number": "3.4.42" + }, + { + "id": "form", + "href": "https://w3c.github.io/html-aam/#form", + "level": 4, + "title": "form", + "number": "3.4.43" + }, + { + "id": "form-associated-custom-element", + "href": "https://w3c.github.io/html-aam/#form-associated-custom-element", + "level": 4, + "title": "form-associated custom element", + "number": "3.4.44" + }, + { + "id": "h1-h2-h3-h4-h5-and-h6", + "href": "https://w3c.github.io/html-aam/#h1-h2-h3-h4-h5-and-h6", + "level": 4, + "title": "h1, h2, h3, h4, h5, and h6", + "number": "3.4.45" + }, + { + "id": "head", + "href": "https://w3c.github.io/html-aam/#head", + "level": 4, + "title": "head", + "number": "3.4.46" + }, + { + "id": "header-scoped-to-the-body-element", + "href": "https://w3c.github.io/html-aam/#header-scoped-to-the-body-element", + "level": 4, + "title": "header (scoped to the body element)", + "number": "3.4.47" + }, + { + "id": "header-scoped-to-the-main-element-or-a-sectioning-content-element", + "href": "https://w3c.github.io/html-aam/#header-scoped-to-the-main-element-or-a-sectioning-content-element", + "level": 4, + "title": "header (scoped to the main element, or a sectioning content element)", + "number": "3.4.48" + }, + { + "id": "hgroup", + "href": "https://w3c.github.io/html-aam/#hgroup", + "level": 4, + "title": "hgroup", + "number": "3.4.49" + }, + { + "id": "hr", + "href": "https://w3c.github.io/html-aam/#hr", + "level": 4, + "title": "hr", + "number": "3.4.50" + }, + { + "id": "html", + "href": "https://w3c.github.io/html-aam/#html", + "level": 4, + "title": "html", + "number": "3.4.51" + }, + { + "id": "i", + "href": "https://w3c.github.io/html-aam/#i", + "level": 4, + "title": "i", + "number": "3.4.52" + }, + { + "id": "iframe", + "href": "https://w3c.github.io/html-aam/#iframe", + "level": 4, + "title": "iframe", + "number": "3.4.53" + }, + { + "id": "img", + "href": "https://w3c.github.io/html-aam/#img", + "level": 4, + "title": "img", + "number": "3.4.54" + }, + { + "id": "img-altattribute-value-is-an-empty-string-i-e-alt-or-alt-with-no-value-in-the-markup", + "href": "https://w3c.github.io/html-aam/#img-altattribute-value-is-an-empty-string-i-e-alt-or-alt-with-no-value-in-the-markup", + "level": 4, + "title": "img(altattribute value is an empty string, i.e. alt=\"\" or alt with no value in the markup)", + "number": "3.4.55" + }, + { + "id": "input-type-attribute-in-the-button-state", + "href": "https://w3c.github.io/html-aam/#input-type-attribute-in-the-button-state", + "level": 4, + "title": "input (type attribute in the Button state)", + "number": "3.4.56" + }, + { + "id": "input-type-attribute-in-the-checkbox-state", + "href": "https://w3c.github.io/html-aam/#input-type-attribute-in-the-checkbox-state", + "level": 4, + "title": "input(type attribute in the Checkbox state)", + "number": "3.4.57" + }, + { + "id": "input-type-attribute-in-thecolor-state", + "href": "https://w3c.github.io/html-aam/#input-type-attribute-in-thecolor-state", + "level": 4, + "title": "input (type attribute in theColor state)", + "number": "3.4.58" + }, + { + "id": "input-type-attribute-in-thedate-state", + "href": "https://w3c.github.io/html-aam/#input-type-attribute-in-thedate-state", + "level": 4, + "title": "input (type attribute in theDate state)", + "number": "3.4.59" + }, + { + "id": "input-type-attribute-in-thelocal-date-and-time-state", + "href": "https://w3c.github.io/html-aam/#input-type-attribute-in-thelocal-date-and-time-state", + "level": 4, + "title": "input(type attribute in theLocal Date and Time state)", + "number": "3.4.60" + }, + { + "id": "input-type-attribute-in-the-e-mail-state-with-no-suggestions-source-element", + "href": "https://w3c.github.io/html-aam/#input-type-attribute-in-the-e-mail-state-with-no-suggestions-source-element", + "level": 4, + "title": "input (type attribute in the E-mail state with no suggestions source element)", + "number": "3.4.61" + }, + { + "id": "input-type-attribute-in-the-file-upload-state", + "href": "https://w3c.github.io/html-aam/#input-type-attribute-in-the-file-upload-state", + "level": 4, + "title": "input (type attribute in the File Upload state)", + "number": "3.4.62" + }, + { + "id": "input-type-attribute-in-the-hidden-state", + "href": "https://w3c.github.io/html-aam/#input-type-attribute-in-the-hidden-state", + "level": 4, + "title": "input(type attribute in the Hidden state)", + "number": "3.4.63" + }, + { + "id": "input-type-attribute-in-the-image-button-state", + "href": "https://w3c.github.io/html-aam/#input-type-attribute-in-the-image-button-state", + "level": 4, + "title": "input(type attribute in the Image Button state)", + "number": "3.4.64" + }, + { + "id": "input-type-attribute-in-the-month-state", + "href": "https://w3c.github.io/html-aam/#input-type-attribute-in-the-month-state", + "level": 4, + "title": "input(type attribute in the Month state)", + "number": "3.4.65" + }, + { + "id": "input-type-attribute-in-the-number-state", + "href": "https://w3c.github.io/html-aam/#input-type-attribute-in-the-number-state", + "level": 4, + "title": "input(type attribute in the Number state)", + "number": "3.4.66" + }, + { + "id": "input-type-attribute-in-the-password-state", + "href": "https://w3c.github.io/html-aam/#input-type-attribute-in-the-password-state", + "level": 4, + "title": "input(type attribute in the Password state)", + "number": "3.4.67" + }, + { + "id": "input-type-attribute-in-the-radio-button-state", + "href": "https://w3c.github.io/html-aam/#input-type-attribute-in-the-radio-button-state", + "level": 4, + "title": "input(type attribute in the Radio Button state)", + "number": "3.4.68" + }, + { + "id": "input-type-attribute-in-the-range-state", + "href": "https://w3c.github.io/html-aam/#input-type-attribute-in-the-range-state", + "level": 4, + "title": "input(type attribute in the Range state)", + "number": "3.4.69" + }, + { + "id": "input-type-attribute-in-the-reset-button-state", + "href": "https://w3c.github.io/html-aam/#input-type-attribute-in-the-reset-button-state", + "level": 4, + "title": "input(type attribute in the Reset Button state)", + "number": "3.4.70" + }, + { + "id": "input-type-attribute-in-the-search-state-with-no-suggestions-source-element", + "href": "https://w3c.github.io/html-aam/#input-type-attribute-in-the-search-state-with-no-suggestions-source-element", + "level": 4, + "title": "input(type attribute in the Search state with no suggestions source element)", + "number": "3.4.71" + }, + { + "id": "input-type-attribute-in-the-submit-button-state", + "href": "https://w3c.github.io/html-aam/#input-type-attribute-in-the-submit-button-state", + "level": 4, + "title": "input (type attribute in the Submit Button state)", + "number": "3.4.72" + }, + { + "id": "input-type-attribute-in-the-telephone-state-with-no-suggestions-source-element", + "href": "https://w3c.github.io/html-aam/#input-type-attribute-in-the-telephone-state-with-no-suggestions-source-element", + "level": 4, + "title": "input (type attribute in the Telephone state with no suggestions source element)", + "number": "3.4.73" + }, + { + "id": "input-type-attribute-in-the-text-state-with-no-suggestions-source-element", + "href": "https://w3c.github.io/html-aam/#input-type-attribute-in-the-text-state-with-no-suggestions-source-element", + "level": 4, + "title": "input (type attribute in the Text state with no suggestions source element)", + "number": "3.4.74" + }, + { + "id": "input-type-attribute-in-the-text-search-telephone-url-or-e-mail-states-with-a-suggestions-source-element", + "href": "https://w3c.github.io/html-aam/#input-type-attribute-in-the-text-search-telephone-url-or-e-mail-states-with-a-suggestions-source-element", + "level": 4, + "title": "input (type attribute in the Text, Search, Telephone, URL, or E-mail states with a suggestions source element)", + "number": "3.4.75" + }, + { + "id": "input-type-attribute-in-the-time-state", + "href": "https://w3c.github.io/html-aam/#input-type-attribute-in-the-time-state", + "level": 4, + "title": "input(type attribute in the Time state)", + "number": "3.4.76" + }, + { + "id": "input-type-attribute-in-the-url-state-with-no-suggestions-source-element", + "href": "https://w3c.github.io/html-aam/#input-type-attribute-in-the-url-state-with-no-suggestions-source-element", + "level": 4, + "title": "input(type attribute in the URL state with no suggestions source element)", + "number": "3.4.77" + }, + { + "id": "input-type-attribute-in-the-week-state", + "href": "https://w3c.github.io/html-aam/#input-type-attribute-in-the-week-state", + "level": 4, + "title": "input (type attribute in the Week state)", + "number": "3.4.78" + }, + { + "id": "ins", + "href": "https://w3c.github.io/html-aam/#ins", + "level": 4, + "title": "ins", + "number": "3.4.79" + }, + { + "id": "kbd", + "href": "https://w3c.github.io/html-aam/#kbd", + "level": 4, + "title": "kbd", + "number": "3.4.80" + }, + { + "id": "label", + "href": "https://w3c.github.io/html-aam/#label", + "level": 4, + "title": "label", + "number": "3.4.81" + }, + { + "id": "legend", + "href": "https://w3c.github.io/html-aam/#legend", + "level": 4, + "title": "legend", + "number": "3.4.82" + }, + { + "id": "li", + "href": "https://w3c.github.io/html-aam/#li", + "level": 4, + "title": "li", + "number": "3.4.83" + }, + { + "id": "link", + "href": "https://w3c.github.io/html-aam/#link", + "level": 4, + "title": "link", + "number": "3.4.84" + }, + { + "id": "main", + "href": "https://w3c.github.io/html-aam/#main", + "level": 4, + "title": "main", + "number": "3.4.85" + }, + { + "id": "map", + "href": "https://w3c.github.io/html-aam/#map", + "level": 4, + "title": "map", + "number": "3.4.86" + }, + { + "id": "mark", + "href": "https://w3c.github.io/html-aam/#mark", + "level": 4, + "title": "mark", + "number": "3.4.87" + }, + { + "id": "math", + "href": "https://w3c.github.io/html-aam/#math", + "level": 4, + "title": "math", + "number": "3.4.88" + }, + { + "id": "menu", + "href": "https://w3c.github.io/html-aam/#menu", + "level": 4, + "title": "menu", + "number": "3.4.89" + }, + { + "id": "meta", + "href": "https://w3c.github.io/html-aam/#meta", + "level": 4, + "title": "meta", + "number": "3.4.90" + }, + { + "id": "meter", + "href": "https://w3c.github.io/html-aam/#meter", + "level": 4, + "title": "meter", + "number": "3.4.91" + }, + { + "id": "nav", + "href": "https://w3c.github.io/html-aam/#nav", + "level": 4, + "title": "nav", + "number": "3.4.92" + }, + { + "id": "noscript", + "href": "https://w3c.github.io/html-aam/#noscript", + "level": 4, + "title": "noscript", + "number": "3.4.93" + }, + { + "id": "object", + "href": "https://w3c.github.io/html-aam/#object", + "level": 4, + "title": "object", + "number": "3.4.94" + }, + { + "id": "ol", + "href": "https://w3c.github.io/html-aam/#ol", + "level": 4, + "title": "ol", + "number": "3.4.95" + }, + { + "id": "optgroup", + "href": "https://w3c.github.io/html-aam/#optgroup", + "level": 4, + "title": "optgroup", + "number": "3.4.96" + }, + { + "id": "option-in-a-list-of-options-or-represents-a-suggestion-in-a-datalist", + "href": "https://w3c.github.io/html-aam/#option-in-a-list-of-options-or-represents-a-suggestion-in-a-datalist", + "level": 4, + "title": "option (in a list of options or represents a suggestion in a datalist)", + "number": "3.4.97" + }, + { + "id": "output", + "href": "https://w3c.github.io/html-aam/#output", + "level": 4, + "title": "output", + "number": "3.4.98" + }, + { + "id": "p", + "href": "https://w3c.github.io/html-aam/#p", + "level": 4, + "title": "p", + "number": "3.4.99" + }, + { + "id": "param", + "href": "https://w3c.github.io/html-aam/#param", + "level": 4, + "title": "param", + "number": "3.4.100" + }, + { + "id": "picture", + "href": "https://w3c.github.io/html-aam/#picture", + "level": 4, + "title": "picture", + "number": "3.4.101" + }, + { + "id": "pre", + "href": "https://w3c.github.io/html-aam/#pre", + "level": 4, + "title": "pre", + "number": "3.4.102" + }, + { + "id": "progress", + "href": "https://w3c.github.io/html-aam/#progress", + "level": 4, + "title": "progress", + "number": "3.4.103" + }, + { + "id": "q", + "href": "https://w3c.github.io/html-aam/#q", + "level": 4, + "title": "q", + "number": "3.4.104" + }, + { + "id": "rp", + "href": "https://w3c.github.io/html-aam/#rp", + "level": 4, + "title": "rp", + "number": "3.4.105" + }, + { + "id": "rt", + "href": "https://w3c.github.io/html-aam/#rt", + "level": 4, + "title": "rt", + "number": "3.4.106" + }, + { + "id": "ruby", + "href": "https://w3c.github.io/html-aam/#ruby", + "level": 4, + "title": "ruby", + "number": "3.4.107" + }, + { + "id": "s", + "href": "https://w3c.github.io/html-aam/#s", + "level": 4, + "title": "s", + "number": "3.4.108" + }, + { + "id": "samp", + "href": "https://w3c.github.io/html-aam/#samp", + "level": 4, + "title": "samp", + "number": "3.4.109" + }, + { + "id": "script", + "href": "https://w3c.github.io/html-aam/#script", + "level": 4, + "title": "script", + "number": "3.4.110" + }, + { + "id": "search", + "href": "https://w3c.github.io/html-aam/#search", + "level": 4, + "title": "search", + "number": "3.4.111" + }, + { + "id": "section", + "href": "https://w3c.github.io/html-aam/#section", + "level": 4, + "title": "section", + "number": "3.4.112" + }, + { + "id": "select-with-a-multiple-attribute-or-size-attribute-having-value-greater-than-1", + "href": "https://w3c.github.io/html-aam/#select-with-a-multiple-attribute-or-size-attribute-having-value-greater-than-1", + "level": 4, + "title": "select (with a multiple attribute or size attribute having value greater than 1)", + "number": "3.4.113" + }, + { + "id": "select-with-no-multiple-attribute-and-no-size-attribute-having-value-greater-than-1", + "href": "https://w3c.github.io/html-aam/#select-with-no-multiple-attribute-and-no-size-attribute-having-value-greater-than-1", + "level": 4, + "title": "select (with NO multiple attribute and NO size attribute having value greater than 1)", + "number": "3.4.114" + }, + { + "id": "slot", + "href": "https://w3c.github.io/html-aam/#slot", + "level": 4, + "title": "slot", + "number": "3.4.115" + }, + { + "id": "small", + "href": "https://w3c.github.io/html-aam/#small", + "level": 4, + "title": "small", + "number": "3.4.116" + }, + { + "id": "source", + "href": "https://w3c.github.io/html-aam/#source", + "level": 4, + "title": "source", + "number": "3.4.117" + }, + { + "id": "span", + "href": "https://w3c.github.io/html-aam/#span", + "level": 4, + "title": "span", + "number": "3.4.118" + }, + { + "id": "strong", + "href": "https://w3c.github.io/html-aam/#strong", + "level": 4, + "title": "strong", + "number": "3.4.119" + }, + { + "id": "style", + "href": "https://w3c.github.io/html-aam/#style", + "level": 4, + "title": "style", + "number": "3.4.120" + }, + { + "id": "sub", + "href": "https://w3c.github.io/html-aam/#sub", + "level": 4, + "title": "sub", + "number": "3.4.121" + }, + { + "id": "summary", + "href": "https://w3c.github.io/html-aam/#summary", + "level": 4, + "title": "summary", + "number": "3.4.122" + }, + { + "id": "sup", + "href": "https://w3c.github.io/html-aam/#sup", + "level": 4, + "title": "sup", + "number": "3.4.123" + }, + { + "id": "svg", + "href": "https://w3c.github.io/html-aam/#svg", + "level": 4, + "title": "svg", + "number": "3.4.124" + }, + { + "id": "table", + "href": "https://w3c.github.io/html-aam/#table", + "level": 4, + "title": "table", + "number": "3.4.125" + }, + { + "id": "tbody", + "href": "https://w3c.github.io/html-aam/#tbody", + "level": 4, + "title": "tbody", + "number": "3.4.126" + }, + { + "id": "td-ancestor-table-element-hastable-role", + "href": "https://w3c.github.io/html-aam/#td-ancestor-table-element-hastable-role", + "level": 4, + "title": "td(ancestor table element hastable role)", + "number": "3.4.127" + }, + { + "id": "td-ancestor-table-element-hasgrid-ortreegrid-role", + "href": "https://w3c.github.io/html-aam/#td-ancestor-table-element-hasgrid-ortreegrid-role", + "level": 4, + "title": "td(ancestor table element hasgrid ortreegrid role)", + "number": "3.4.128" + }, + { + "id": "template", + "href": "https://w3c.github.io/html-aam/#template", + "level": 4, + "title": "template", + "number": "3.4.129" + }, + { + "id": "textarea", + "href": "https://w3c.github.io/html-aam/#textarea", + "level": 4, + "title": "textarea", + "number": "3.4.130" + }, + { + "id": "tfoot", + "href": "https://w3c.github.io/html-aam/#tfoot", + "level": 4, + "title": "tfoot", + "number": "3.4.131" + }, + { + "id": "th-is-not-a-column-header-row-header-column-group-header-or-row-group-header-and-ancestor-table-element-has-table-role", + "href": "https://w3c.github.io/html-aam/#th-is-not-a-column-header-row-header-column-group-header-or-row-group-header-and-ancestor-table-element-has-table-role", + "level": 4, + "title": "th(is not a column header, row header, column group header or row group header, and ancestor table element has table role)", + "number": "3.4.132" + }, + { + "id": "th-is-not-a-column-header-row-header-column-group-header-or-row-group-header-and-ancestor-table-element-has-grid-or-treegrid-role", + "href": "https://w3c.github.io/html-aam/#th-is-not-a-column-header-row-header-column-group-header-or-row-group-header-and-ancestor-table-element-has-grid-or-treegrid-role", + "level": 4, + "title": "th(is not a column header, row header, column group header or row group header, and ancestor table element has grid or treegrid role)", + "number": "3.4.133" + }, + { + "id": "th-is-a-column-header-or-column-group-header", + "href": "https://w3c.github.io/html-aam/#th-is-a-column-header-or-column-group-header", + "level": 4, + "title": "th(is a column header or column group header)", + "number": "3.4.134" + }, + { + "id": "th-is-a-row-header-or-row-group-header", + "href": "https://w3c.github.io/html-aam/#th-is-a-row-header-or-row-group-header", + "level": 4, + "title": "th(is a row header or row group header)", + "number": "3.4.135" + }, + { + "id": "thead", + "href": "https://w3c.github.io/html-aam/#thead", + "level": 4, + "title": "thead", + "number": "3.4.136" + }, + { + "id": "time", + "href": "https://w3c.github.io/html-aam/#time", + "level": 4, + "title": "time", + "number": "3.4.137" + }, + { + "id": "title-0", + "href": "https://w3c.github.io/html-aam/#title-0", + "level": 4, + "title": "title", + "number": "3.4.138" + }, + { + "id": "tr", + "href": "https://w3c.github.io/html-aam/#tr", + "level": 4, + "title": "tr", + "number": "3.4.139" + }, + { + "id": "track", + "href": "https://w3c.github.io/html-aam/#track", + "level": 4, + "title": "track", + "number": "3.4.140" + }, + { + "id": "u", + "href": "https://w3c.github.io/html-aam/#u", + "level": 4, + "title": "u", + "number": "3.4.141" + }, + { + "id": "ul", + "href": "https://w3c.github.io/html-aam/#ul", + "level": 4, + "title": "ul", + "number": "3.4.142" + }, + { + "id": "var", + "href": "https://w3c.github.io/html-aam/#var", + "level": 4, + "title": "var", + "number": "3.4.143" + }, + { + "id": "video", + "href": "https://w3c.github.io/html-aam/#video", + "level": 4, + "title": "video", + "number": "3.4.144" + }, + { + "id": "wbr", + "href": "https://w3c.github.io/html-aam/#wbr", + "level": 4, + "title": "wbr", + "number": "3.4.145" + }, { "id": "html-attribute-state-and-property-mappings", "href": "https://w3c.github.io/html-aam/#html-attribute-state-and-property-mappings", @@ -86,6 +1101,1070 @@ "title": "HTML Attribute State and Property Mappings", "number": "3.5" }, + { + "id": "abbr-0", + "href": "https://w3c.github.io/html-aam/#abbr-0", + "level": 4, + "title": "abbr", + "number": "3.5.1" + }, + { + "id": "accept", + "href": "https://w3c.github.io/html-aam/#accept", + "level": 4, + "title": "accept", + "number": "3.5.2" + }, + { + "id": "accept-charset", + "href": "https://w3c.github.io/html-aam/#accept-charset", + "level": 4, + "title": "accept-charset", + "number": "3.5.3" + }, + { + "id": "accesskey", + "href": "https://w3c.github.io/html-aam/#accesskey", + "level": 4, + "title": "accesskey", + "number": "3.5.4" + }, + { + "id": "action", + "href": "https://w3c.github.io/html-aam/#action", + "level": 4, + "title": "action", + "number": "3.5.5" + }, + { + "id": "allow", + "href": "https://w3c.github.io/html-aam/#allow", + "level": 4, + "title": "allow", + "number": "3.5.6" + }, + { + "id": "allowfullscreen", + "href": "https://w3c.github.io/html-aam/#allowfullscreen", + "level": 4, + "title": "allowfullscreen", + "number": "3.5.7" + }, + { + "id": "alt", + "href": "https://w3c.github.io/html-aam/#alt", + "level": 4, + "title": "alt", + "number": "3.5.8" + }, + { + "id": "as", + "href": "https://w3c.github.io/html-aam/#as", + "level": 4, + "title": "as", + "number": "3.5.9" + }, + { + "id": "async", + "href": "https://w3c.github.io/html-aam/#async", + "level": 4, + "title": "async", + "number": "3.5.10" + }, + { + "id": "autocapitalize", + "href": "https://w3c.github.io/html-aam/#autocapitalize", + "level": 4, + "title": "autocapitalize", + "number": "3.5.11" + }, + { + "id": "autocomplete", + "href": "https://w3c.github.io/html-aam/#autocomplete", + "level": 4, + "title": "autocomplete", + "number": "3.5.12" + }, + { + "id": "autocomplete-0", + "href": "https://w3c.github.io/html-aam/#autocomplete-0", + "level": 4, + "title": "autocomplete", + "number": "3.5.13" + }, + { + "id": "autofocus", + "href": "https://w3c.github.io/html-aam/#autofocus", + "level": 4, + "title": "autofocus", + "number": "3.5.14" + }, + { + "id": "autoplay", + "href": "https://w3c.github.io/html-aam/#autoplay", + "level": 4, + "title": "autoplay", + "number": "3.5.15" + }, + { + "id": "blocking", + "href": "https://w3c.github.io/html-aam/#blocking", + "level": 4, + "title": "blocking", + "number": "3.5.16" + }, + { + "id": "charset", + "href": "https://w3c.github.io/html-aam/#charset", + "level": 4, + "title": "charset", + "number": "3.5.17" + }, + { + "id": "checked-if-present", + "href": "https://w3c.github.io/html-aam/#checked-if-present", + "level": 4, + "title": "checked (if present)", + "number": "3.5.18" + }, + { + "id": "checked-if-absent", + "href": "https://w3c.github.io/html-aam/#checked-if-absent", + "level": 4, + "title": "checked (if absent)", + "number": "3.5.19" + }, + { + "id": "cite-0", + "href": "https://w3c.github.io/html-aam/#cite-0", + "level": 4, + "title": "cite", + "number": "3.5.20" + }, + { + "id": "class", + "href": "https://w3c.github.io/html-aam/#class", + "level": 4, + "title": "class", + "number": "3.5.21" + }, + { + "id": "color", + "href": "https://w3c.github.io/html-aam/#color", + "level": 4, + "title": "color", + "number": "3.5.22" + }, + { + "id": "cols", + "href": "https://w3c.github.io/html-aam/#cols", + "level": 4, + "title": "cols", + "number": "3.5.23" + }, + { + "id": "colspan", + "href": "https://w3c.github.io/html-aam/#colspan", + "level": 4, + "title": "colspan", + "number": "3.5.24" + }, + { + "id": "content", + "href": "https://w3c.github.io/html-aam/#content", + "level": 4, + "title": "content", + "number": "3.5.25" + }, + { + "id": "contenteditable", + "href": "https://w3c.github.io/html-aam/#contenteditable", + "level": 4, + "title": "contenteditable", + "number": "3.5.26" + }, + { + "id": "controls", + "href": "https://w3c.github.io/html-aam/#controls", + "level": 4, + "title": "controls", + "number": "3.5.27" + }, + { + "id": "coords", + "href": "https://w3c.github.io/html-aam/#coords", + "level": 4, + "title": "coords", + "number": "3.5.28" + }, + { + "id": "crossorigin", + "href": "https://w3c.github.io/html-aam/#crossorigin", + "level": 4, + "title": "crossorigin", + "number": "3.5.29" + }, + { + "id": "data-0", + "href": "https://w3c.github.io/html-aam/#data-0", + "level": 4, + "title": "data", + "number": "3.5.30" + }, + { + "id": "datetime", + "href": "https://w3c.github.io/html-aam/#datetime", + "level": 4, + "title": "datetime", + "number": "3.5.31" + }, + { + "id": "datetime-0", + "href": "https://w3c.github.io/html-aam/#datetime-0", + "level": 4, + "title": "datetime", + "number": "3.5.32" + }, + { + "id": "decoding", + "href": "https://w3c.github.io/html-aam/#decoding", + "level": 4, + "title": "decoding", + "number": "3.5.33" + }, + { + "id": "default", + "href": "https://w3c.github.io/html-aam/#default", + "level": 4, + "title": "default", + "number": "3.5.34" + }, + { + "id": "defer", + "href": "https://w3c.github.io/html-aam/#defer", + "level": 4, + "title": "defer", + "number": "3.5.35" + }, + { + "id": "dir", + "href": "https://w3c.github.io/html-aam/#dir", + "level": 4, + "title": "dir", + "number": "3.5.36" + }, + { + "id": "dir-0", + "href": "https://w3c.github.io/html-aam/#dir-0", + "level": 4, + "title": "dir", + "number": "3.5.37" + }, + { + "id": "dirname", + "href": "https://w3c.github.io/html-aam/#dirname", + "level": 4, + "title": "dirname", + "number": "3.5.38" + }, + { + "id": "disabled", + "href": "https://w3c.github.io/html-aam/#disabled", + "level": 4, + "title": "disabled", + "number": "3.5.39" + }, + { + "id": "disabled-0", + "href": "https://w3c.github.io/html-aam/#disabled-0", + "level": 4, + "title": "disabled", + "number": "3.5.40" + }, + { + "id": "disabled-1", + "href": "https://w3c.github.io/html-aam/#disabled-1", + "level": 4, + "title": "disabled", + "number": "3.5.41" + }, + { + "id": "download", + "href": "https://w3c.github.io/html-aam/#download", + "level": 4, + "title": "download", + "number": "3.5.42" + }, + { + "id": "draggable", + "href": "https://w3c.github.io/html-aam/#draggable", + "level": 4, + "title": "draggable", + "number": "3.5.43" + }, + { + "id": "enctype", + "href": "https://w3c.github.io/html-aam/#enctype", + "level": 4, + "title": "enctype", + "number": "3.5.44" + }, + { + "id": "enterkeyhint", + "href": "https://w3c.github.io/html-aam/#enterkeyhint", + "level": 4, + "title": "enterkeyhint", + "number": "3.5.45" + }, + { + "id": "fetchpriority", + "href": "https://w3c.github.io/html-aam/#fetchpriority", + "level": 4, + "title": "fetchpriority", + "number": "3.5.46" + }, + { + "id": "for", + "href": "https://w3c.github.io/html-aam/#for", + "level": 4, + "title": "for", + "number": "3.5.47" + }, + { + "id": "for-0", + "href": "https://w3c.github.io/html-aam/#for-0", + "level": 4, + "title": "for", + "number": "3.5.48" + }, + { + "id": "form-0", + "href": "https://w3c.github.io/html-aam/#form-0", + "level": 4, + "title": "form", + "number": "3.5.49" + }, + { + "id": "formaction", + "href": "https://w3c.github.io/html-aam/#formaction", + "level": 4, + "title": "formaction", + "number": "3.5.50" + }, + { + "id": "formenctype", + "href": "https://w3c.github.io/html-aam/#formenctype", + "level": 4, + "title": "formenctype", + "number": "3.5.51" + }, + { + "id": "formmethod", + "href": "https://w3c.github.io/html-aam/#formmethod", + "level": 4, + "title": "formmethod", + "number": "3.5.52" + }, + { + "id": "formnovalidate", + "href": "https://w3c.github.io/html-aam/#formnovalidate", + "level": 4, + "title": "formnovalidate", + "number": "3.5.53" + }, + { + "id": "formtarget", + "href": "https://w3c.github.io/html-aam/#formtarget", + "level": 4, + "title": "formtarget", + "number": "3.5.54" + }, + { + "id": "headers", + "href": "https://w3c.github.io/html-aam/#headers", + "level": 4, + "title": "headers", + "number": "3.5.55" + }, + { + "id": "height", + "href": "https://w3c.github.io/html-aam/#height", + "level": 4, + "title": "height", + "number": "3.5.56" + }, + { + "id": "hidden", + "href": "https://w3c.github.io/html-aam/#hidden", + "level": 4, + "title": "hidden", + "number": "3.5.57" + }, + { + "id": "high", + "href": "https://w3c.github.io/html-aam/#high", + "level": 4, + "title": "high", + "number": "3.5.58" + }, + { + "id": "href", + "href": "https://w3c.github.io/html-aam/#href", + "level": 4, + "title": "href", + "number": "3.5.59" + }, + { + "id": "href-0", + "href": "https://w3c.github.io/html-aam/#href-0", + "level": 4, + "title": "href", + "number": "3.5.60" + }, + { + "id": "hreflang", + "href": "https://w3c.github.io/html-aam/#hreflang", + "level": 4, + "title": "hreflang", + "number": "3.5.61" + }, + { + "id": "http-equiv", + "href": "https://w3c.github.io/html-aam/#http-equiv", + "level": 4, + "title": "http-equiv", + "number": "3.5.62" + }, + { + "id": "id", + "href": "https://w3c.github.io/html-aam/#id", + "level": 4, + "title": "id", + "number": "3.5.63" + }, + { + "id": "inert", + "href": "https://w3c.github.io/html-aam/#inert", + "level": 4, + "title": "inert", + "number": "3.5.64" + }, + { + "id": "indeterminate-idl", + "href": "https://w3c.github.io/html-aam/#indeterminate-idl", + "level": 4, + "title": "indeterminate [IDL]", + "number": "3.5.65" + }, + { + "id": "ismap", + "href": "https://w3c.github.io/html-aam/#ismap", + "level": 4, + "title": "ismap", + "number": "3.5.66" + }, + { + "id": "itemid", + "href": "https://w3c.github.io/html-aam/#itemid", + "level": 4, + "title": "itemid", + "number": "3.5.67" + }, + { + "id": "itemprop", + "href": "https://w3c.github.io/html-aam/#itemprop", + "level": 4, + "title": "itemprop", + "number": "3.5.68" + }, + { + "id": "itemref", + "href": "https://w3c.github.io/html-aam/#itemref", + "level": 4, + "title": "itemref", + "number": "3.5.69" + }, + { + "id": "itemscope", + "href": "https://w3c.github.io/html-aam/#itemscope", + "level": 4, + "title": "itemscope", + "number": "3.5.70" + }, + { + "id": "itemtype", + "href": "https://w3c.github.io/html-aam/#itemtype", + "level": 4, + "title": "itemtype", + "number": "3.5.71" + }, + { + "id": "kind", + "href": "https://w3c.github.io/html-aam/#kind", + "level": 4, + "title": "kind", + "number": "3.5.72" + }, + { + "id": "label-0", + "href": "https://w3c.github.io/html-aam/#label-0", + "level": 4, + "title": "label", + "number": "3.5.73" + }, + { + "id": "lang", + "href": "https://w3c.github.io/html-aam/#lang", + "level": 4, + "title": "lang", + "number": "3.5.74" + }, + { + "id": "list", + "href": "https://w3c.github.io/html-aam/#list", + "level": 4, + "title": "list", + "number": "3.5.75" + }, + { + "id": "loop", + "href": "https://w3c.github.io/html-aam/#loop", + "level": 4, + "title": "loop", + "number": "3.5.76" + }, + { + "id": "low", + "href": "https://w3c.github.io/html-aam/#low", + "level": 4, + "title": "low", + "number": "3.5.77" + }, + { + "id": "max", + "href": "https://w3c.github.io/html-aam/#max", + "level": 4, + "title": "max", + "number": "3.5.78" + }, + { + "id": "max-0", + "href": "https://w3c.github.io/html-aam/#max-0", + "level": 4, + "title": "max", + "number": "3.5.79" + }, + { + "id": "maxlength", + "href": "https://w3c.github.io/html-aam/#maxlength", + "level": 4, + "title": "maxlength", + "number": "3.5.80" + }, + { + "id": "media", + "href": "https://w3c.github.io/html-aam/#media", + "level": 4, + "title": "media", + "number": "3.5.81" + }, + { + "id": "method", + "href": "https://w3c.github.io/html-aam/#method", + "level": 4, + "title": "method", + "number": "3.5.82" + }, + { + "id": "min", + "href": "https://w3c.github.io/html-aam/#min", + "level": 4, + "title": "min", + "number": "3.5.83" + }, + { + "id": "min-0", + "href": "https://w3c.github.io/html-aam/#min-0", + "level": 4, + "title": "min", + "number": "3.5.84" + }, + { + "id": "minlength", + "href": "https://w3c.github.io/html-aam/#minlength", + "level": 4, + "title": "minlength", + "number": "3.5.85" + }, + { + "id": "multiple", + "href": "https://w3c.github.io/html-aam/#multiple", + "level": 4, + "title": "multiple", + "number": "3.5.86" + }, + { + "id": "multiple-0", + "href": "https://w3c.github.io/html-aam/#multiple-0", + "level": 4, + "title": "multiple", + "number": "3.5.87" + }, + { + "id": "muted", + "href": "https://w3c.github.io/html-aam/#muted", + "level": 4, + "title": "muted", + "number": "3.5.88" + }, + { + "id": "name", + "href": "https://w3c.github.io/html-aam/#name", + "level": 4, + "title": "name", + "number": "3.5.89" + }, + { + "id": "name-0", + "href": "https://w3c.github.io/html-aam/#name-0", + "level": 4, + "title": "name", + "number": "3.5.90" + }, + { + "id": "name-1", + "href": "https://w3c.github.io/html-aam/#name-1", + "level": 4, + "title": "name", + "number": "3.5.91" + }, + { + "id": "name-2", + "href": "https://w3c.github.io/html-aam/#name-2", + "level": 4, + "title": "name", + "number": "3.5.92" + }, + { + "id": "name-3", + "href": "https://w3c.github.io/html-aam/#name-3", + "level": 4, + "title": "name", + "number": "3.5.93" + }, + { + "id": "name-4", + "href": "https://w3c.github.io/html-aam/#name-4", + "level": 4, + "title": "name", + "number": "3.5.94" + }, + { + "id": "nomodule", + "href": "https://w3c.github.io/html-aam/#nomodule", + "level": 4, + "title": "nomodule", + "number": "3.5.95" + }, + { + "id": "nonce", + "href": "https://w3c.github.io/html-aam/#nonce", + "level": 4, + "title": "nonce", + "number": "3.5.96" + }, + { + "id": "novalidate", + "href": "https://w3c.github.io/html-aam/#novalidate", + "level": 4, + "title": "novalidate", + "number": "3.5.97" + }, + { + "id": "open", + "href": "https://w3c.github.io/html-aam/#open", + "level": 4, + "title": "open", + "number": "3.5.98" + }, + { + "id": "open-0", + "href": "https://w3c.github.io/html-aam/#open-0", + "level": 4, + "title": "open", + "number": "3.5.99" + }, + { + "id": "optimum", + "href": "https://w3c.github.io/html-aam/#optimum", + "level": 4, + "title": "optimum", + "number": "3.5.100" + }, + { + "id": "pattern", + "href": "https://w3c.github.io/html-aam/#pattern", + "level": 4, + "title": "pattern", + "number": "3.5.101" + }, + { + "id": "ping", + "href": "https://w3c.github.io/html-aam/#ping", + "level": 4, + "title": "ping", + "number": "3.5.102" + }, + { + "id": "placeholder", + "href": "https://w3c.github.io/html-aam/#placeholder", + "level": 4, + "title": "placeholder", + "number": "3.5.103" + }, + { + "id": "playsinline", + "href": "https://w3c.github.io/html-aam/#playsinline", + "level": 4, + "title": "playsinline", + "number": "3.5.104" + }, + { + "id": "poster", + "href": "https://w3c.github.io/html-aam/#poster", + "level": 4, + "title": "poster", + "number": "3.5.105" + }, + { + "id": "preload", + "href": "https://w3c.github.io/html-aam/#preload", + "level": 4, + "title": "preload", + "number": "3.5.106" + }, + { + "id": "readonly", + "href": "https://w3c.github.io/html-aam/#readonly", + "level": 4, + "title": "readonly", + "number": "3.5.107" + }, + { + "id": "referrerpolicy", + "href": "https://w3c.github.io/html-aam/#referrerpolicy", + "level": 4, + "title": "referrerpolicy", + "number": "3.5.108" + }, + { + "id": "rel", + "href": "https://w3c.github.io/html-aam/#rel", + "level": 4, + "title": "rel", + "number": "3.5.109" + }, + { + "id": "required", + "href": "https://w3c.github.io/html-aam/#required", + "level": 4, + "title": "required", + "number": "3.5.110" + }, + { + "id": "reversed", + "href": "https://w3c.github.io/html-aam/#reversed", + "level": 4, + "title": "reversed", + "number": "3.5.111" + }, + { + "id": "rows", + "href": "https://w3c.github.io/html-aam/#rows", + "level": 4, + "title": "rows", + "number": "3.5.112" + }, + { + "id": "rowspan", + "href": "https://w3c.github.io/html-aam/#rowspan", + "level": 4, + "title": "rowspan", + "number": "3.5.113" + }, + { + "id": "sandbox", + "href": "https://w3c.github.io/html-aam/#sandbox", + "level": 4, + "title": "sandbox", + "number": "3.5.114" + }, + { + "id": "scope", + "href": "https://w3c.github.io/html-aam/#scope", + "level": 4, + "title": "scope", + "number": "3.5.115" + }, + { + "id": "selected", + "href": "https://w3c.github.io/html-aam/#selected", + "level": 4, + "title": "selected", + "number": "3.5.116" + }, + { + "id": "shape", + "href": "https://w3c.github.io/html-aam/#shape", + "level": 4, + "title": "shape", + "number": "3.5.117" + }, + { + "id": "size", + "href": "https://w3c.github.io/html-aam/#size", + "level": 4, + "title": "size", + "number": "3.5.118" + }, + { + "id": "sizes", + "href": "https://w3c.github.io/html-aam/#sizes", + "level": 4, + "title": "sizes", + "number": "3.5.119" + }, + { + "id": "sizes-0", + "href": "https://w3c.github.io/html-aam/#sizes-0", + "level": 4, + "title": "sizes", + "number": "3.5.120" + }, + { + "id": "slot-0", + "href": "https://w3c.github.io/html-aam/#slot-0", + "level": 4, + "title": "slot", + "number": "3.5.121" + }, + { + "id": "span-0", + "href": "https://w3c.github.io/html-aam/#span-0", + "level": 4, + "title": "span", + "number": "3.5.122" + }, + { + "id": "spellcheck", + "href": "https://w3c.github.io/html-aam/#spellcheck", + "level": 4, + "title": "spellcheck", + "number": "3.5.123" + }, + { + "id": "src", + "href": "https://w3c.github.io/html-aam/#src", + "level": 4, + "title": "src", + "number": "3.5.124" + }, + { + "id": "srcdoc", + "href": "https://w3c.github.io/html-aam/#srcdoc", + "level": 4, + "title": "srcdoc", + "number": "3.5.125" + }, + { + "id": "srclang", + "href": "https://w3c.github.io/html-aam/#srclang", + "level": 4, + "title": "srclang", + "number": "3.5.126" + }, + { + "id": "srcset", + "href": "https://w3c.github.io/html-aam/#srcset", + "level": 4, + "title": "srcset", + "number": "3.5.127" + }, + { + "id": "start", + "href": "https://w3c.github.io/html-aam/#start", + "level": 4, + "title": "start", + "number": "3.5.128" + }, + { + "id": "step", + "href": "https://w3c.github.io/html-aam/#step", + "level": 4, + "title": "step", + "number": "3.5.129" + }, + { + "id": "style-0", + "href": "https://w3c.github.io/html-aam/#style-0", + "level": 4, + "title": "style", + "number": "3.5.130" + }, + { + "id": "tabindex", + "href": "https://w3c.github.io/html-aam/#tabindex", + "level": 4, + "title": "tabindex", + "number": "3.5.131" + }, + { + "id": "target", + "href": "https://w3c.github.io/html-aam/#target", + "level": 4, + "title": "target", + "number": "3.5.132" + }, + { + "id": "target-0", + "href": "https://w3c.github.io/html-aam/#target-0", + "level": 4, + "title": "target", + "number": "3.5.133" + }, + { + "id": "target-1", + "href": "https://w3c.github.io/html-aam/#target-1", + "level": 4, + "title": "target", + "number": "3.5.134" + }, + { + "id": "title-1", + "href": "https://w3c.github.io/html-aam/#title-1", + "level": 4, + "title": "title", + "number": "3.5.135" + }, + { + "id": "title-2", + "href": "https://w3c.github.io/html-aam/#title-2", + "level": 4, + "title": "title", + "number": "3.5.136" + }, + { + "id": "title-3", + "href": "https://w3c.github.io/html-aam/#title-3", + "level": 4, + "title": "title", + "number": "3.5.137" + }, + { + "id": "title-4", + "href": "https://w3c.github.io/html-aam/#title-4", + "level": 4, + "title": "title", + "number": "3.5.138" + }, + { + "id": "translate", + "href": "https://w3c.github.io/html-aam/#translate", + "level": 4, + "title": "translate", + "number": "3.5.139" + }, + { + "id": "type", + "href": "https://w3c.github.io/html-aam/#type", + "level": 4, + "title": "type", + "number": "3.5.140" + }, + { + "id": "type-0", + "href": "https://w3c.github.io/html-aam/#type-0", + "level": 4, + "title": "type", + "number": "3.5.141" + }, + { + "id": "type-1", + "href": "https://w3c.github.io/html-aam/#type-1", + "level": 4, + "title": "type", + "number": "3.5.142" + }, + { + "id": "type-2", + "href": "https://w3c.github.io/html-aam/#type-2", + "level": 4, + "title": "type", + "number": "3.5.143" + }, + { + "id": "type-3", + "href": "https://w3c.github.io/html-aam/#type-3", + "level": 4, + "title": "type", + "number": "3.5.144" + }, + { + "id": "usemap", + "href": "https://w3c.github.io/html-aam/#usemap", + "level": 4, + "title": "usemap", + "number": "3.5.145" + }, + { + "id": "value", + "href": "https://w3c.github.io/html-aam/#value", + "level": 4, + "title": "value", + "number": "3.5.146" + }, + { + "id": "value-0", + "href": "https://w3c.github.io/html-aam/#value-0", + "level": 4, + "title": "value", + "number": "3.5.147" + }, + { + "id": "value-1", + "href": "https://w3c.github.io/html-aam/#value-1", + "level": 4, + "title": "value", + "number": "3.5.148" + }, + { + "id": "value-2", + "href": "https://w3c.github.io/html-aam/#value-2", + "level": 4, + "title": "value", + "number": "3.5.149" + }, + { + "id": "value-3", + "href": "https://w3c.github.io/html-aam/#value-3", + "level": 4, + "title": "value", + "number": "3.5.150" + }, + { + "id": "width", + "href": "https://w3c.github.io/html-aam/#width", + "level": 4, + "title": "width", + "number": "3.5.151" + }, + { + "id": "wrap", + "href": "https://w3c.github.io/html-aam/#wrap", + "level": 4, + "title": "wrap", + "number": "3.5.152" + }, { "id": "accessible-name-and-description-computation", "href": "https://w3c.github.io/html-aam/#accessible-name-and-description-computation", diff --git a/ed/headings/html.json b/ed/headings/html.json index 9d40d2a8ec62..51ed4cefafa6 100644 --- a/ed/headings/html.json +++ b/ed/headings/html.json @@ -4118,6 +4118,13 @@ "title": "Activation behavior of elements", "number": "6.5" }, + { + "id": "the-toggleevent-interface", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#the-toggleevent-interface", + "level": 4, + "title": "The ToggleEvent interface", + "number": "6.5.1" + }, { "id": "focus", "href": "https://html.spec.whatwg.org/multipage/interaction.html#focus", @@ -4391,13 +4398,6 @@ "title": "Popover light dismiss", "number": "6.11.2" }, - { - "id": "the-toggleevent-interface", - "href": "https://html.spec.whatwg.org/multipage/popover.html#the-toggleevent-interface", - "level": 4, - "title": "The ToggleEvent interface", - "number": "6.11.3" - }, { "id": "browsers", "href": "https://html.spec.whatwg.org/multipage/browsers.html#browsers", diff --git a/ed/idl/element-capture.idl b/ed/idl/element-capture.idl index 7c116ffacd04..619a0fd2f44d 100644 --- a/ed/idl/element-capture.idl +++ b/ed/idl/element-capture.idl @@ -3,7 +3,12 @@ // (https://github.com/w3c/webref) // Source: Element Capture (https://screen-share.github.io/element-capture/) +[Exposed=(Window,Worker), Serializable] +interface RestrictionTarget { + [Exposed=Window, SecureContext] static Promise fromElement(Element element); +}; + [Exposed = Window] partial interface BrowserCaptureMediaStreamTrack { - Promise restrictTo(CropTarget? cropTarget); + Promise restrictTo(RestrictionTarget? RestrictionTarget); }; diff --git a/ed/idl/html.idl b/ed/idl/html.idl index 8d0735fcad38..eec3f781c743 100644 --- a/ed/idl/html.idl +++ b/ed/idl/html.idl @@ -1662,6 +1662,18 @@ partial interface Navigator { [SameObject] readonly attribute UserActivation userActivation; }; +[Exposed=Window] +interface ToggleEvent : Event { + constructor(DOMString type, optional ToggleEventInit eventInitDict = {}); + readonly attribute DOMString oldState; + readonly attribute DOMString newState; +}; + +dictionary ToggleEventInit : EventInit { + DOMString oldState = ""; + DOMString newState = ""; +}; + dictionary FocusOptions { boolean preventScroll = false; boolean focusVisible; @@ -1729,18 +1741,6 @@ interface mixin PopoverInvokerElement { [CEReactions] attribute DOMString popoverTargetAction; }; -[Exposed=Window] -interface ToggleEvent : Event { - constructor(DOMString type, optional ToggleEventInit eventInitDict = {}); - readonly attribute DOMString oldState; - readonly attribute DOMString newState; -}; - -dictionary ToggleEventInit : EventInit { - DOMString oldState = ""; - DOMString newState = ""; -}; - [Global=Window, Exposed=Window, LegacyUnenumerableNamedProperties] diff --git a/ed/ids/core-aam-1.2.json b/ed/ids/core-aam-1.2.json index 3c84125e1f90..dc5080d39751 100644 --- a/ed/ids/core-aam-1.2.json +++ b/ed/ids/core-aam-1.2.json @@ -131,6 +131,8 @@ "https://w3c.github.io/core-aam/#role-map-group", "https://w3c.github.io/core-aam/#heading", "https://w3c.github.io/core-aam/#role-map-heading", + "https://w3c.github.io/core-aam/#image", + "https://w3c.github.io/core-aam/#role-map-image", "https://w3c.github.io/core-aam/#img", "https://w3c.github.io/core-aam/#role-map-img", "https://w3c.github.io/core-aam/#insertion", diff --git a/ed/ids/css-anchor-position-1.json b/ed/ids/css-anchor-position-1.json index a6e32a2bf9a0..27c42ad1c1a1 100644 --- a/ed/ids/css-anchor-position-1.json +++ b/ed/ids/css-anchor-position-1.json @@ -577,6 +577,9 @@ "https://drafts.csswg.org/css-anchor-position-1/#infopaneltitle-for-accepted-try-properties", "https://drafts.csswg.org/css-anchor-position-1/#ref-for-css-property", "https://drafts.csswg.org/css-anchor-position-1/#ref-for-inset-properties%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-anchor-position-1/#ref-for-margin-properties", + "https://drafts.csswg.org/css-anchor-position-1/#ref-for-border-properties", + "https://drafts.csswg.org/css-anchor-position-1/#ref-for-padding-properties", "https://drafts.csswg.org/css-anchor-position-1/#ref-for-sizing-property%E2%91%A1", "https://drafts.csswg.org/css-anchor-position-1/#ref-for-box-alignment-properties", "https://drafts.csswg.org/css-anchor-position-1/#issue-14452576", @@ -794,16 +797,31 @@ "https://drafts.csswg.org/css-anchor-position-1/#infopaneltitle-for-b8850feb", "https://drafts.csswg.org/css-anchor-position-1/#infopanel-for-b8850feb", "https://drafts.csswg.org/css-anchor-position-1/#infopaneltitle-for-b8850feb", + "https://drafts.csswg.org/css-anchor-position-1/#3de637b4", + "https://drafts.csswg.org/css-anchor-position-1/#infopanel-for-3de637b4", + "https://drafts.csswg.org/css-anchor-position-1/#infopaneltitle-for-3de637b4", + "https://drafts.csswg.org/css-anchor-position-1/#infopanel-for-3de637b4", + "https://drafts.csswg.org/css-anchor-position-1/#infopaneltitle-for-3de637b4", "https://drafts.csswg.org/css-anchor-position-1/#154375a0", "https://drafts.csswg.org/css-anchor-position-1/#infopanel-for-154375a0", "https://drafts.csswg.org/css-anchor-position-1/#infopaneltitle-for-154375a0", "https://drafts.csswg.org/css-anchor-position-1/#infopanel-for-154375a0", "https://drafts.csswg.org/css-anchor-position-1/#infopaneltitle-for-154375a0", + "https://drafts.csswg.org/css-anchor-position-1/#1ea6c25d", + "https://drafts.csswg.org/css-anchor-position-1/#infopanel-for-1ea6c25d", + "https://drafts.csswg.org/css-anchor-position-1/#infopaneltitle-for-1ea6c25d", + "https://drafts.csswg.org/css-anchor-position-1/#infopanel-for-1ea6c25d", + "https://drafts.csswg.org/css-anchor-position-1/#infopaneltitle-for-1ea6c25d", "https://drafts.csswg.org/css-anchor-position-1/#5c21b8af", "https://drafts.csswg.org/css-anchor-position-1/#infopanel-for-5c21b8af", "https://drafts.csswg.org/css-anchor-position-1/#infopaneltitle-for-5c21b8af", "https://drafts.csswg.org/css-anchor-position-1/#infopanel-for-5c21b8af", "https://drafts.csswg.org/css-anchor-position-1/#infopaneltitle-for-5c21b8af", + "https://drafts.csswg.org/css-anchor-position-1/#6b7e1616", + "https://drafts.csswg.org/css-anchor-position-1/#infopanel-for-6b7e1616", + "https://drafts.csswg.org/css-anchor-position-1/#infopaneltitle-for-6b7e1616", + "https://drafts.csswg.org/css-anchor-position-1/#infopanel-for-6b7e1616", + "https://drafts.csswg.org/css-anchor-position-1/#infopaneltitle-for-6b7e1616", "https://drafts.csswg.org/css-anchor-position-1/#9bdefa58", "https://drafts.csswg.org/css-anchor-position-1/#infopanel-for-9bdefa58", "https://drafts.csswg.org/css-anchor-position-1/#infopaneltitle-for-9bdefa58", diff --git a/ed/ids/css-flexbox-1.json b/ed/ids/css-flexbox-1.json index b40a7366bf81..0d3ab771f28f 100644 --- a/ed/ids/css-flexbox-1.json +++ b/ed/ids/css-flexbox-1.json @@ -2252,9 +2252,9 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A4%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-main-size-basis", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-intrinsic-percentages", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A3", + "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-intrinsic-percentages", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-min-height%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-max-height%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A8", @@ -2407,17 +2407,17 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-left%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-static-position", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A6", diff --git a/ed/ids/css-fonts-4.json b/ed/ids/css-fonts-4.json index 178224123c09..3488bcef34d1 100644 --- a/ed/ids/css-fonts-4.json +++ b/ed/ids/css-fonts-4.json @@ -137,8 +137,8 @@ "https://drafts.csswg.org/css-fonts-4/#infopaneltitle-for-valdef-font-family-emoji", "https://drafts.csswg.org/css-fonts-4/#infopanel-for-valdef-font-family-emoji", "https://drafts.csswg.org/css-fonts-4/#infopaneltitle-for-valdef-font-family-emoji", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-variant-emoji-emoji", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-emoji", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-variant-emoji-emoji", "https://drafts.csswg.org/css-fonts-4/#math-def", "https://drafts.csswg.org/css-fonts-4/#valdef-font-family-math", "https://drafts.csswg.org/css-fonts-4/#fangsong-def", @@ -903,8 +903,8 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-src%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-src%E2%91%A7", "https://drafts.csswg.org/css-fonts-4/#font-display-desc", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#descdef-font-face-font-display", "https://drafts.csswg.org/css-fonts-4/#infopanel-for-descdef-font-face-font-display", @@ -916,7 +916,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A6%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A6%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A6%E2%91%A6", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-font-block-period%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#valdef-font-face-font-display-auto", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-display-block", @@ -953,14 +953,14 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-face-font-display-fallback%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#font-display-font-feature-values", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A8", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A4%E2%93%AA", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A2", - "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A4%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A4%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#descdef-font-feature-values-font-display", @@ -1018,7 +1018,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-ascent-metric", "https://drafts.csswg.org/css-fonts-4/#ref-for-descent-metric", "https://drafts.csswg.org/css-fonts-4/#ref-for-line-gap-metric", - "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-east-asian-normal-value", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-numeric-normal-value", "https://drafts.csswg.org/css-fonts-4/#ex-percent-resolve", "https://drafts.csswg.org/css-fonts-4/#ref-for-ascent-metric%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ex-override-local-metrics", @@ -1337,6 +1337,10 @@ "https://drafts.csswg.org/css-fonts-4/#infopaneltitle-for-numeric-fraction-values", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#font-variant-numeric-normal-value", + "https://drafts.csswg.org/css-fonts-4/#infopanel-for-font-variant-numeric-normal-value", + "https://drafts.csswg.org/css-fonts-4/#infopaneltitle-for-font-variant-numeric-normal-value", + "https://drafts.csswg.org/css-fonts-4/#infopanel-for-font-variant-numeric-normal-value", + "https://drafts.csswg.org/css-fonts-4/#infopaneltitle-for-font-variant-numeric-normal-value", "https://drafts.csswg.org/css-fonts-4/#valdef-font-variant-numeric-lining-nums", "https://drafts.csswg.org/css-fonts-4/#infopanel-for-valdef-font-variant-numeric-lining-nums", "https://drafts.csswg.org/css-fonts-4/#infopaneltitle-for-valdef-font-variant-numeric-lining-nums", @@ -1546,10 +1550,6 @@ "https://drafts.csswg.org/css-fonts-4/#infopaneltitle-for-east-asian-width-values", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#font-variant-east-asian-normal-value", - "https://drafts.csswg.org/css-fonts-4/#infopanel-for-font-variant-east-asian-normal-value", - "https://drafts.csswg.org/css-fonts-4/#infopaneltitle-for-font-variant-east-asian-normal-value", - "https://drafts.csswg.org/css-fonts-4/#infopanel-for-font-variant-east-asian-normal-value", - "https://drafts.csswg.org/css-fonts-4/#infopaneltitle-for-font-variant-east-asian-normal-value", "https://drafts.csswg.org/css-fonts-4/#valdef-font-variant-east-asian-jis78", "https://drafts.csswg.org/css-fonts-4/#infopanel-for-valdef-font-variant-east-asian-jis78", "https://drafts.csswg.org/css-fonts-4/#infopaneltitle-for-valdef-font-variant-east-asian-jis78", @@ -1977,7 +1977,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#font-family-2-desc", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-family%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-font-family%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#descdef-font-palette-values-font-family", "https://drafts.csswg.org/css-fonts-4/#infopanel-for-descdef-font-palette-values-font-family", "https://drafts.csswg.org/css-fonts-4/#infopaneltitle-for-descdef-font-palette-values-font-family", @@ -2602,7 +2602,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-ascent-override%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-descent-override%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A2", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-family%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-family%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-feature-settings%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-language-override%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-named-instance%E2%91%A2", @@ -2619,7 +2619,7 @@ "https://drafts.csswg.org/css-fonts-4/#font-palette-values-descriptor-table", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-base-palette", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-font-family%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-font-family%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-override-colors%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#idl-index", "https://drafts.csswg.org/css-fonts-4/#issues-index" diff --git a/ed/ids/css-grid-1.json b/ed/ids/css-grid-1.json index ecf71fae593b..dac42da0f23b 100644 --- a/ed/ids/css-grid-1.json +++ b/ed/ids/css-grid-1.json @@ -245,11 +245,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-block-level%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-block-formatting-context%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-block-box", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-inline-size", "https://drafts.csswg.org/css-grid-1/#ref-for-inline-formatting-context", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-block-size", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content", @@ -384,7 +384,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-scroll-container%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-content-based-minimum-size%E2%91%A0", @@ -771,7 +771,7 @@ "https://drafts.csswg.org/css-grid-1/#infopanel-for-funcdef-grid-template-columns-fit-content", "https://drafts.csswg.org/css-grid-1/#infopaneltitle-for-funcdef-grid-template-columns-fit-content", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-template-rows-track-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A0", @@ -1201,13 +1201,13 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-track-size%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-rows-none%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#example-e7e1afc0", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-implicitly-assigned-line-name%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-named-grid-area%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-repeat%E2%91%A0%E2%93%AA", @@ -1672,7 +1672,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#propdef-grid-area", "https://drafts.csswg.org/css-grid-1/#infopanel-for-propdef-grid-area", "https://drafts.csswg.org/css-grid-1/#infopaneltitle-for-propdef-grid-area", @@ -1699,17 +1699,17 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-margin", "https://drafts.csswg.org/css-grid-1/#auto-placement-algo", "https://drafts.csswg.org/css-grid-1/#grid-item-placement-algorithm", @@ -1859,7 +1859,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-physical", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-direction", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-writing-mode", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%93%AA", @@ -1875,11 +1875,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-implicit-grid%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-implicit-grid-lines%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-span%E2%91%A6", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#static-position", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%91%A2", @@ -2067,7 +2067,7 @@ "https://drafts.csswg.org/css-grid-1/#infopaneltitle-for-intrinsic-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#flexible-sizing-function", "https://drafts.csswg.org/css-grid-1/#infopanel-for-flexible-sizing-function", @@ -2096,10 +2096,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-track-sizing-algorithm%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-row%E2%91%A2", @@ -2163,14 +2163,14 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#max-track-sizing-function", "https://drafts.csswg.org/css-grid-1/#infopanel-for-max-track-sizing-function", "https://drafts.csswg.org/css-grid-1/#infopaneltitle-for-max-track-sizing-function", "https://drafts.csswg.org/css-grid-1/#infopanel-for-max-track-sizing-function", "https://drafts.csswg.org/css-grid-1/#infopaneltitle-for-max-track-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A6", @@ -2185,7 +2185,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-available-grid-space%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-available-grid-space%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%91%A7", @@ -2230,7 +2230,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-indefinite%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-intrinsic-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A8", @@ -2250,7 +2250,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-growth-limit%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#algo-baseline-shims", @@ -2270,7 +2270,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-contribution%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A1", @@ -2356,7 +2356,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-distribute-extra-space%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-limited-contribution%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-distribute-extra-space%E2%91%A2", @@ -2536,7 +2536,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-justify-content-normal", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-align-content-stretch", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-definite%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-free-space%E2%91%A0%E2%93%AA", @@ -2561,10 +2561,10 @@ "https://drafts.csswg.org/css-grid-1/#fragmentation-alg", "https://drafts.csswg.org/css-grid-1/#ref-for-fragmentation-container%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-flex-fr%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-area%E2%91%A2%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#acks", "https://drafts.csswg.org/css-grid-1/#changes", "https://drafts.csswg.org/css-grid-1/#changes-202012", @@ -2675,7 +2675,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#change-2017-track-limit-auto-min", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A5", @@ -2718,7 +2718,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#change-2017-no-maximize-flex", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A2", @@ -2742,11 +2742,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-scroll-container%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-content-based-minimum-size%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#minor-2017", @@ -2871,7 +2871,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-intrinsic-size-contribution%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#change-2017-overgrow", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A0", @@ -2949,11 +2949,11 @@ "https://drafts.csswg.org/css-grid-1/#change-2016-auto-percent-track", "https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A6", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-fit-content-size", @@ -2979,9 +2979,9 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-align-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-definite%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-free-space%E2%91%A0%E2%91%A3", @@ -2999,7 +2999,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-baseline-sharing-group%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#change-2016-auto-min-fixed-tracks", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-width-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-min-width%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-min-height%E2%91%A2", @@ -3009,7 +3009,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-overflow-visible", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A0%E2%91%A2", @@ -3028,10 +3028,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#change-2016-auto-max-constraint", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A7", @@ -3041,7 +3041,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-contribution%E2%91%A0%E2%91%A6", @@ -3049,7 +3049,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-constraint%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-contribution%E2%91%A0%E2%91%A1", @@ -3077,7 +3077,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-block-level%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-block-formatting-context%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-block-box%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-inline-size%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#change-2016-tracks-before", "https://drafts.csswg.org/css-grid-1/#ref-for-implicit-grid-track%E2%91%A5", @@ -3092,9 +3092,9 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-align-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#change-2016-auto-min-editorial", "https://drafts.csswg.org/css-grid-1/#ref-for-minimum-contribution%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A3%E2%91%A3", diff --git a/ed/ids/css-grid-2.json b/ed/ids/css-grid-2.json index b4216f1ecfc4..b9b684c9bc35 100644 --- a/ed/ids/css-grid-2.json +++ b/ed/ids/css-grid-2.json @@ -1351,8 +1351,8 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-rows-none%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#example-e7e1afc0", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-implicitly-assigned-line-name%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-named-grid-area%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-repeat%E2%91%A0%E2%91%A0", @@ -1841,7 +1841,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-end%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column-end%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#propdef-grid-area", "https://drafts.csswg.org/css-grid-2/#infopanel-for-propdef-grid-area", "https://drafts.csswg.org/css-grid-2/#infopaneltitle-for-propdef-grid-area", @@ -1868,17 +1868,17 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column-end%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-end%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-start%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-end%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-margin", "https://drafts.csswg.org/css-grid-2/#auto-placement-algo", "https://drafts.csswg.org/css-grid-2/#grid-item-placement-algorithm", @@ -2180,7 +2180,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-physical", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-direction", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-writing-mode", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A5", @@ -2196,11 +2196,11 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-implicit-grid%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-implicit-grid-lines%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-span%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#static-position", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A8", @@ -2391,7 +2391,7 @@ "https://drafts.csswg.org/css-grid-2/#infopaneltitle-for-intrinsic-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-min-content%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A3", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#flexible-sizing-function", "https://drafts.csswg.org/css-grid-2/#infopanel-for-flexible-sizing-function", @@ -2498,14 +2498,14 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#max-track-sizing-function", "https://drafts.csswg.org/css-grid-2/#infopanel-for-max-track-sizing-function", "https://drafts.csswg.org/css-grid-2/#infopaneltitle-for-max-track-sizing-function", "https://drafts.csswg.org/css-grid-2/#infopanel-for-max-track-sizing-function", "https://drafts.csswg.org/css-grid-2/#infopaneltitle-for-max-track-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A4", @@ -2520,7 +2520,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-min-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%93%AA", @@ -2565,7 +2565,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-fixed-sizing-function%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-indefinite%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-intrinsic-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A8", @@ -2585,7 +2585,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-growth-limit%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#algo-baseline-shims", @@ -2605,7 +2605,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content-contribution%E2%91%A3", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-min-content-constraint%E2%91%A1", @@ -2691,7 +2691,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-distribute-extra-space%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-limited-contribution%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-distribute-extra-space%E2%91%A2", @@ -2864,7 +2864,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-justify-content-normal", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-align-content-stretch", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-definite%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-free-space%E2%91%A0%E2%93%AA", @@ -2889,10 +2889,10 @@ "https://drafts.csswg.org/css-grid-2/#fragmentation-alg", "https://drafts.csswg.org/css-grid-2/#ref-for-fragmentation-container%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-flex-fr%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-area%E2%91%A2%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#priv", "https://drafts.csswg.org/css-grid-2/#sec", "https://drafts.csswg.org/css-grid-2/#changes", diff --git a/ed/ids/css-properties-values-api-1.json b/ed/ids/css-properties-values-api-1.json index 07cb5c75a9cc..9b5d0b545ca1 100644 --- a/ed/ids/css-properties-values-api-1.json +++ b/ed/ids/css-properties-values-api-1.json @@ -207,6 +207,7 @@ "https://drafts.css-houdini.org/css-properties-values-api-1/#infopaneltitle-for-descdef-property-initial-value", "https://drafts.css-houdini.org/css-properties-values-api-1/#ref-for-at-ruledef-property%E2%91%A1%E2%93%AA", "https://drafts.css-houdini.org/css-properties-values-api-1/#ref-for-typedef-declaration-value", + "https://drafts.css-houdini.org/css-properties-values-api-1/#ref-for-mult-opt", "https://drafts.css-houdini.org/css-properties-values-api-1/#ref-for-guaranteed-invalid-value%E2%91%A0", "https://drafts.css-houdini.org/css-properties-values-api-1/#ref-for-custom-property-registration%E2%91%A5", "https://drafts.css-houdini.org/css-properties-values-api-1/#ref-for-at-ruledef-property%E2%91%A1%E2%91%A0", @@ -889,6 +890,11 @@ "https://drafts.css-houdini.org/css-properties-values-api-1/#infopaneltitle-for-fa293cdd", "https://drafts.css-houdini.org/css-properties-values-api-1/#infopanel-for-fa293cdd", "https://drafts.css-houdini.org/css-properties-values-api-1/#infopaneltitle-for-fa293cdd", + "https://drafts.css-houdini.org/css-properties-values-api-1/#537cf076", + "https://drafts.css-houdini.org/css-properties-values-api-1/#infopanel-for-537cf076", + "https://drafts.css-houdini.org/css-properties-values-api-1/#infopaneltitle-for-537cf076", + "https://drafts.css-houdini.org/css-properties-values-api-1/#infopanel-for-537cf076", + "https://drafts.css-houdini.org/css-properties-values-api-1/#infopaneltitle-for-537cf076", "https://drafts.css-houdini.org/css-properties-values-api-1/#584e9c31", "https://drafts.css-houdini.org/css-properties-values-api-1/#infopanel-for-584e9c31", "https://drafts.css-houdini.org/css-properties-values-api-1/#infopaneltitle-for-584e9c31", diff --git a/ed/ids/css-pseudo-4.json b/ed/ids/css-pseudo-4.json index 43ca7376593b..32fef29d0b3c 100644 --- a/ed/ids/css-pseudo-4.json +++ b/ed/ids/css-pseudo-4.json @@ -624,7 +624,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-originating-element%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A8", "https://drafts.csswg.org/css-pseudo-4/#issue-302461e7", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo%E2%91%A0", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type", "https://drafts.csswg.org/css-pseudo-4/#getComputedStyle", "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-window-getcomputedstyle", "https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A0%E2%91%A7", @@ -665,7 +665,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-x22%E2%91%A1", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-parent%E2%91%A2", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo%E2%91%A1", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-sub-pseudo-element%E2%91%A5", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-target-text%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-first-line%E2%91%A1%E2%91%A8", @@ -682,7 +682,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-propdef-direction%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-marker%E2%91%A8", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo%E2%91%A1", "https://drafts.csswg.org/css-pseudo-4/#ref-for-valdef-color-currentcolor%E2%91%A2", "https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-first-line%E2%91%A2%E2%91%A0", diff --git a/ed/ids/css-typed-om-1.json b/ed/ids/css-typed-om-1.json index 44117913e93a..fee28f76caf1 100644 --- a/ed/ids/css-typed-om-1.json +++ b/ed/ids/css-typed-om-1.json @@ -1986,6 +1986,9 @@ "https://drafts.css-houdini.org/css-typed-om-1/#ref-for-dom-cssunitvalue-value%E2%91%A1%E2%91%A4", "https://drafts.css-houdini.org/css-typed-om-1/#ref-for-dom-cssunitvalue-unit%E2%91%A1%E2%91%A8", "https://drafts.css-houdini.org/css-typed-om-1/#ref-for-cssunitvalue%E2%91%A8%E2%91%A2", + "https://drafts.css-houdini.org/css-typed-om-1/#ref-for-dictdef-cssnumerictype%E2%91%A1", + "https://drafts.css-houdini.org/css-typed-om-1/#ref-for-dictdef-cssnumerictype%E2%91%A2", + "https://drafts.css-houdini.org/css-typed-om-1/#example-d3ba8244", "https://drafts.css-houdini.org/css-typed-om-1/#transformvalue-objects", "https://drafts.css-houdini.org/css-typed-om-1/#ref-for-csstransformvalue%E2%91%A0", "https://drafts.css-houdini.org/css-typed-om-1/#ref-for-csstransformvalue%E2%91%A1", diff --git a/ed/ids/css-ui-3.json b/ed/ids/css-ui-3.json index 212e78826103..554a793dc885 100644 --- a/ed/ids/css-ui-3.json +++ b/ed/ids/css-ui-3.json @@ -419,16 +419,16 @@ "https://drafts.csswg.org/css-ui-3/#infopaneltitle-for-5747d295", "https://drafts.csswg.org/css-ui-3/#infopanel-for-5747d295", "https://drafts.csswg.org/css-ui-3/#infopaneltitle-for-5747d295", - "https://drafts.csswg.org/css-ui-3/#3a4a9318", - "https://drafts.csswg.org/css-ui-3/#infopanel-for-3a4a9318", - "https://drafts.csswg.org/css-ui-3/#infopaneltitle-for-3a4a9318", - "https://drafts.csswg.org/css-ui-3/#infopanel-for-3a4a9318", - "https://drafts.csswg.org/css-ui-3/#infopaneltitle-for-3a4a9318", "https://drafts.csswg.org/css-ui-3/#1c96a88c", "https://drafts.csswg.org/css-ui-3/#infopanel-for-1c96a88c", "https://drafts.csswg.org/css-ui-3/#infopaneltitle-for-1c96a88c", "https://drafts.csswg.org/css-ui-3/#infopanel-for-1c96a88c", "https://drafts.csswg.org/css-ui-3/#infopaneltitle-for-1c96a88c", + "https://drafts.csswg.org/css-ui-3/#f24b672a", + "https://drafts.csswg.org/css-ui-3/#infopanel-for-f24b672a", + "https://drafts.csswg.org/css-ui-3/#infopaneltitle-for-f24b672a", + "https://drafts.csswg.org/css-ui-3/#infopanel-for-f24b672a", + "https://drafts.csswg.org/css-ui-3/#infopaneltitle-for-f24b672a", "https://drafts.csswg.org/css-ui-3/#329ecc08", "https://drafts.csswg.org/css-ui-3/#infopanel-for-329ecc08", "https://drafts.csswg.org/css-ui-3/#infopaneltitle-for-329ecc08", @@ -617,6 +617,7 @@ "https://drafts.csswg.org/css-ui-3/#references", "https://drafts.csswg.org/css-ui-3/#normative", "https://drafts.csswg.org/css-ui-3/#biblio-css-backgrounds-3", + "https://drafts.csswg.org/css-ui-3/#biblio-css-borders-4", "https://drafts.csswg.org/css-ui-3/#biblio-css-color-4", "https://drafts.csswg.org/css-ui-3/#biblio-css-images-3", "https://drafts.csswg.org/css-ui-3/#biblio-css-overflow-3", diff --git a/ed/ids/edit-context.json b/ed/ids/edit-context.json index 585800c656cd..94b169ac8f1f 100644 --- a/ed/ids/edit-context.json +++ b/ed/ids/edit-context.json @@ -61,122 +61,96 @@ "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-1", "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-2", "https://w3c.github.io/edit-context/#ref-for-dfn-text-edit-context-15", - "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-3", - "https://w3c.github.io/edit-context/#ref-for-dfn-update-the-text-edit-context-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-4", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-state-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-selection-start-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-selection-end-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-control-bounds-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-selection-bounds-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-codepoint-locations-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-7", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-edit-context-16", - "https://w3c.github.io/edit-context/#ref-for-dfn-update-the-editcontext-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-edit-context-17", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-state-2", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-2", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-formats-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-selection-start-2", - "https://w3c.github.io/edit-context/#ref-for-dfn-selection-end-2", - "https://w3c.github.io/edit-context/#ref-for-dfn-is-composing-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-composition-start-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-composition-end-1", "https://w3c.github.io/edit-context/#editcontext-state", "https://w3c.github.io/edit-context/#x1-2-1-editcontext-state", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-edit-context-18", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-edit-context-16", "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-3", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-state-3", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-state-1", "https://w3c.github.io/edit-context/#dfn-text-state", "https://w3c.github.io/edit-context/#dfn-text", "https://w3c.github.io/edit-context/#dfn-selection-start", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-3", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-1", "https://w3c.github.io/edit-context/#dfn-selection-end", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-4", - "https://w3c.github.io/edit-context/#ref-for-dfn-selection-end-3", - "https://w3c.github.io/edit-context/#ref-for-dfn-selection-start-3", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-2", + "https://w3c.github.io/edit-context/#ref-for-dfn-selection-end-1", + "https://w3c.github.io/edit-context/#ref-for-dfn-selection-start-1", "https://w3c.github.io/edit-context/#dfn-is-composing", "https://w3c.github.io/edit-context/#dfn-composition-start", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-5", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-3", "https://w3c.github.io/edit-context/#dfn-composition-end", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-6", - "https://w3c.github.io/edit-context/#ref-for-dfn-composition-end-2", - "https://w3c.github.io/edit-context/#ref-for-dfn-composition-start-2", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-4", + "https://w3c.github.io/edit-context/#ref-for-dfn-composition-end-1", + "https://w3c.github.io/edit-context/#ref-for-dfn-composition-start-1", "https://w3c.github.io/edit-context/#dfn-text-formats", "https://w3c.github.io/edit-context/#ref-for-dfn-text-format-1", "https://w3c.github.io/edit-context/#dfn-control-bounds", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-7", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-5", "https://w3c.github.io/edit-context/#dfn-selection-bounds", "https://w3c.github.io/edit-context/#dfn-codepoint-locations", "https://w3c.github.io/edit-context/#ref-for-dfn-codepoint-location-1", "https://w3c.github.io/edit-context/#dfn-text-format", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-8", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-6", "https://w3c.github.io/edit-context/#dfn-rangestart", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-9", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-7", "https://w3c.github.io/edit-context/#dfn-rangeend", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-10", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-8", "https://w3c.github.io/edit-context/#dfn-underlinestyle", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-11", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-9", "https://w3c.github.io/edit-context/#dfn-underlinethickness", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-12", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-10", "https://w3c.github.io/edit-context/#dfn-codepoint-location", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-13", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-14", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-11", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-12", "https://w3c.github.io/edit-context/#ref-for-dfn-start-index-1", "https://w3c.github.io/edit-context/#dfn-start-index", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-15", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-13", "https://w3c.github.io/edit-context/#ref-for-dfn-codepoint-rects-1", "https://w3c.github.io/edit-context/#dfn-codepoint-rects", "https://w3c.github.io/edit-context/#issue-container-generatedID", "https://w3c.github.io/edit-context/#h-note", - "https://w3c.github.io/edit-context/#ref-for-dfn-codepoint-locations-2", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-16", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-8", - "https://w3c.github.io/edit-context/#ref-for-dfn-selection-bounds-2", - "https://w3c.github.io/edit-context/#ref-for-dfn-control-bounds-2", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-state-4", - "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-4", - "https://w3c.github.io/edit-context/#dfn-dirty-flag", - "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-5", - "https://w3c.github.io/edit-context/#dfn-character-bounds-updated-flag", + "https://w3c.github.io/edit-context/#ref-for-dfn-codepoint-locations-1", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-14", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-7", + "https://w3c.github.io/edit-context/#ref-for-dfn-selection-bounds-1", + "https://w3c.github.io/edit-context/#ref-for-dfn-control-bounds-1", "https://w3c.github.io/edit-context/#association-and-activation", "https://w3c.github.io/edit-context/#x1-2-2-association-and-activation", - "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-6", + "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-4", "https://w3c.github.io/edit-context/#dfn-associated-element", - "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-7", + "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-5", "https://w3c.github.io/edit-context/#ref-for-dfn-associated-element-1", - "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-8", + "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-6", "https://w3c.github.io/edit-context/#ref-for-dom-htmlelement-editcontext-1", "https://w3c.github.io/edit-context/#ref-for-dfn-associated-element-2", - "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-9", - "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-10", + "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-7", + "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-8", "https://w3c.github.io/edit-context/#ref-for-dfn-associated-element-3", "https://w3c.github.io/edit-context/#ref-for-dfn-associated-element-4", "https://w3c.github.io/edit-context/#dfn-editcontext-editing-host", "https://w3c.github.io/edit-context/#ref-for-dfn-editcontext-editing-host-1", "https://w3c.github.io/edit-context/#issue-container-generatedID-0", "https://w3c.github.io/edit-context/#h-note-0", - "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-11", + "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-9", "https://w3c.github.io/edit-context/#ref-for-dfn-associated-element-5", "https://w3c.github.io/edit-context/#ref-for-dfn-editcontext-editing-host-2", + "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-10", + "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-11", + "https://w3c.github.io/edit-context/#ref-for-dfn-associated-element-6", "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-12", "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-13", - "https://w3c.github.io/edit-context/#ref-for-dfn-associated-element-6", - "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-14", - "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-15", "https://w3c.github.io/edit-context/#dfn-active-editcontext", - "https://w3c.github.io/edit-context/#ref-for-dfn-determine-the-active-editcontext-1", - "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-16", - "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-5", - "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-6", - "https://w3c.github.io/edit-context/#ref-for-dfn-deactivate-an-editcontext-1", - "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-17", - "https://w3c.github.io/edit-context/#issue-container-number-1", - "https://w3c.github.io/edit-context/#h-issue", - "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-7", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-9", - "https://w3c.github.io/edit-context/#ref-for-dfn-update-the-editcontext-2", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-8", + "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-3", + "https://w3c.github.io/edit-context/#ref-for-dfn-update-the-editcontext-1", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-edit-context-17", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-state-2", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-15", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-formats-1", + "https://w3c.github.io/edit-context/#ref-for-dfn-selection-start-2", + "https://w3c.github.io/edit-context/#ref-for-dfn-selection-end-2", + "https://w3c.github.io/edit-context/#ref-for-dfn-is-composing-1", + "https://w3c.github.io/edit-context/#ref-for-dfn-composition-start-2", + "https://w3c.github.io/edit-context/#ref-for-dfn-composition-end-2", "https://w3c.github.io/edit-context/#differences-for-an-editcontext-editing-host", "https://w3c.github.io/edit-context/#edit-context-differences", "https://w3c.github.io/edit-context/#ref-for-dfn-editcontext-editing-host-3", @@ -184,38 +158,41 @@ "https://w3c.github.io/edit-context/#ref-for-dfn-editcontext-editing-host-5", "https://w3c.github.io/edit-context/#ref-for-dfn-editcontext-editing-host-6", "https://w3c.github.io/edit-context/#ref-for-dfn-editcontext-editing-host-7", - "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-8", + "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-4", "https://w3c.github.io/edit-context/#ref-for-dfn-editcontext-editing-host-8", - "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-9", + "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-5", "https://w3c.github.io/edit-context/#ref-for-dfn-editcontext-editing-host-9", "https://w3c.github.io/edit-context/#editcontext-events", "https://w3c.github.io/edit-context/#x1-2-4-editcontext-events", - "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-18", + "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-14", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-9", "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-10", "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-11", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-12", "https://w3c.github.io/edit-context/#ref-for-dom-textupdateevent-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-13", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-12", "https://w3c.github.io/edit-context/#ref-for-dom-textformatupdateevent-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-14", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-13", "https://w3c.github.io/edit-context/#ref-for-dom-characterboundsupdateevent-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-15", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-14", "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-method-11", "https://w3c.github.io/edit-context/#ref-for-dom-characterboundsupdateevent-2", "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-updatecharacterbounds-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-state-5", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-state-3", "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-updatecharacterbounds-2", "https://w3c.github.io/edit-context/#ref-for-dom-characterboundsupdateevent-3", "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-updatecharacterbounds-3", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-16", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-15", "https://w3c.github.io/edit-context/#issue-container-generatedID-1", "https://w3c.github.io/edit-context/#h-note-1", "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-updatecharacterbounds-4", + "https://w3c.github.io/edit-context/#event-loop-changes", + "https://w3c.github.io/edit-context/#x1-2-5-event-loop-changes", + "https://w3c.github.io/edit-context/#ref-for-dfn-update-the-text-edit-context-1", "https://w3c.github.io/edit-context/#examples", - "https://w3c.github.io/edit-context/#x1-2-5-examples", - "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-19", + "https://w3c.github.io/edit-context/#x1-2-6-examples", + "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-15", "https://w3c.github.io/edit-context/#ref-for-dfn-associated-element-7", - "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-20", + "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-16", "https://w3c.github.io/edit-context/#example-associate-an-editcontext-with-an-element", "https://w3c.github.io/edit-context/#ref-for-dfn-associated-element-8", "https://w3c.github.io/edit-context/#ref-for-dfn-associated-element-9", @@ -238,9 +215,9 @@ "https://w3c.github.io/edit-context/#webidl-1194002304", "https://w3c.github.io/edit-context/#idl-def-htmlelement-partial-1", "https://w3c.github.io/edit-context/#idl-def-htmlelement-editcontext", - "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-21", + "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-17", "https://w3c.github.io/edit-context/#dom-htmlelement-editcontext", - "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-22", + "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-18", "https://w3c.github.io/edit-context/#ref-for-dom-htmlelement-editcontext-2", "https://w3c.github.io/edit-context/#ref-for-dom-htmlelement-editcontext-3", "https://w3c.github.io/edit-context/#ref-for-dfn-associated-element-10", @@ -248,27 +225,26 @@ "https://w3c.github.io/edit-context/#ref-for-dfn-associated-element-12", "https://w3c.github.io/edit-context/#ref-for-dfn-associated-element-13", "https://w3c.github.io/edit-context/#ref-for-dfn-associated-element-14", - "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-10", - "https://w3c.github.io/edit-context/#ref-for-dfn-deactivate-an-editcontext-2", + "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-6", + "https://w3c.github.io/edit-context/#ref-for-dfn-deactivate-an-editcontext-1", "https://w3c.github.io/edit-context/#ref-for-dfn-activate-an-editcontext-1", "https://w3c.github.io/edit-context/#update-the-editcontext", "https://w3c.github.io/edit-context/#x3-1-1-update-the-editcontext", "https://w3c.github.io/edit-context/#dfn-update-the-editcontext", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-17", - "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-11", + "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-19", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-16", "https://w3c.github.io/edit-context/#ref-for-dfn-is-composing-2", - "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-12", "https://w3c.github.io/edit-context/#ref-for-dfn-is-composing-3", "https://w3c.github.io/edit-context/#ref-for-dfn-is-composing-4", "https://w3c.github.io/edit-context/#ref-for-dfn-composition-start-3", "https://w3c.github.io/edit-context/#ref-for-dfn-composition-end-3", "https://w3c.github.io/edit-context/#ref-for-dfn-composition-start-4", "https://w3c.github.io/edit-context/#ref-for-dfn-composition-end-4", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-17", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-16", "https://w3c.github.io/edit-context/#ref-for-dfn-composition-start-5", "https://w3c.github.io/edit-context/#ref-for-dfn-composition-end-5", - "https://w3c.github.io/edit-context/#ref-for-dfn-selection-start-4", - "https://w3c.github.io/edit-context/#ref-for-dfn-selection-end-4", + "https://w3c.github.io/edit-context/#ref-for-dfn-selection-start-3", + "https://w3c.github.io/edit-context/#ref-for-dfn-selection-end-3", "https://w3c.github.io/edit-context/#ref-for-dfn-dispatch-text-update-event-1", "https://w3c.github.io/edit-context/#ref-for-dfn-composition-end-6", "https://w3c.github.io/edit-context/#ref-for-dfn-composition-start-6", @@ -277,24 +253,23 @@ "https://w3c.github.io/edit-context/#update-the-text-edit-context", "https://w3c.github.io/edit-context/#x3-1-2-update-the-text-edit-context", "https://w3c.github.io/edit-context/#dfn-update-the-text-edit-context", - "https://w3c.github.io/edit-context/#ref-for-dfn-update-the-text-edit-context-2", - "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-13", - "https://w3c.github.io/edit-context/#ref-for-dfn-dirty-flag-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-character-bounds-updated-flag-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-dispatch-character-bounds-update-event-2", - "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-14", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-edit-context-19", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-state-6", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-state-7", + "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-7", + "https://w3c.github.io/edit-context/#ref-for-dfn-determine-the-active-editcontext-1", + "https://w3c.github.io/edit-context/#ref-for-dfn-deactivate-an-editcontext-2", + "https://w3c.github.io/edit-context/#ref-for-dfn-activate-an-editcontext-2", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-edit-context-18", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-state-4", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-state-5", + "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-8", "https://w3c.github.io/edit-context/#issue-container-generatedID-2", "https://w3c.github.io/edit-context/#h-note-2", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-edit-context-20", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-state-8", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-18", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-edit-context-19", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-state-6", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-17", "https://w3c.github.io/edit-context/#dispatch-text-update-event", "https://w3c.github.io/edit-context/#x3-1-3-dispatch-text-update-event", "https://w3c.github.io/edit-context/#dfn-dispatch-text-update-event", - "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-15", + "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-20", "https://w3c.github.io/edit-context/#ref-for-dom-textupdateevent-3", "https://w3c.github.io/edit-context/#ref-for-dom-textupdateevent-text-1", "https://w3c.github.io/edit-context/#ref-for-dom-textupdateevent-compositionstart-1", @@ -302,23 +277,23 @@ "https://w3c.github.io/edit-context/#ref-for-dom-textupdateevent-compositionend-1", "https://w3c.github.io/edit-context/#ref-for-dfn-composition-end-7", "https://w3c.github.io/edit-context/#ref-for-dom-textupdateevent-selectionstart-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-selection-start-5", + "https://w3c.github.io/edit-context/#ref-for-dfn-selection-start-4", "https://w3c.github.io/edit-context/#ref-for-dom-textupdateevent-selectionend-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-selection-end-5", + "https://w3c.github.io/edit-context/#ref-for-dfn-selection-end-4", "https://w3c.github.io/edit-context/#dispatch-text-format-update-event", "https://w3c.github.io/edit-context/#x3-1-4-dispatch-text-format-update-event", "https://w3c.github.io/edit-context/#dfn-dispatch-text-format-update-event", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-19", + "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-21", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-18", "https://w3c.github.io/edit-context/#ref-for-dom-textformat-1", "https://w3c.github.io/edit-context/#ref-for-dom-textformat-2", - "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-16", "https://w3c.github.io/edit-context/#ref-for-dom-textformatupdateevent-3", "https://w3c.github.io/edit-context/#ref-for-dom-textformatupdateevent-4", "https://w3c.github.io/edit-context/#ref-for-dfn-text-format-list-1", "https://w3c.github.io/edit-context/#dispatch-character-bounds-update-event", "https://w3c.github.io/edit-context/#x3-1-5-dispatch-character-bounds-update-event", "https://w3c.github.io/edit-context/#dfn-dispatch-character-bounds-update-event", - "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-17", + "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-22", "https://w3c.github.io/edit-context/#ref-for-dom-characterboundsupdateevent-5", "https://w3c.github.io/edit-context/#ref-for-dom-characterboundsupdateevent-rangestart-1", "https://w3c.github.io/edit-context/#ref-for-dfn-composition-start-8", @@ -342,10 +317,14 @@ "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-25", "https://w3c.github.io/edit-context/#issue-container-generatedID-5", "https://w3c.github.io/edit-context/#h-note-5", + "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-9", + "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-10", + "https://w3c.github.io/edit-context/#issue-container-generatedID-6", + "https://w3c.github.io/edit-context/#h-note-6", "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-26", "https://w3c.github.io/edit-context/#ref-for-dfn-associated-element-15", "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-27", - "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-18", + "https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-11", "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-28", "https://w3c.github.io/edit-context/#editcontext-interface-0", "https://w3c.github.io/edit-context/#editcontext-interface", @@ -406,11 +385,11 @@ "https://w3c.github.io/edit-context/#idl-def-editcontext-oncompositionend", "https://w3c.github.io/edit-context/#dom-editcontext-oncompositionend", "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-text-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-18", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-17", "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-selectionstart-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-selection-start-6", + "https://w3c.github.io/edit-context/#ref-for-dfn-selection-start-5", "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-selectionend-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-selection-end-6", + "https://w3c.github.io/edit-context/#ref-for-dfn-selection-end-5", "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-compositionrangestart-1", "https://w3c.github.io/edit-context/#ref-for-dfn-composition-start-9", "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-compositionrangeend-1", @@ -418,36 +397,36 @@ "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-iscomposing-1", "https://w3c.github.io/edit-context/#ref-for-dfn-is-composing-5", "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-controlbounds-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-control-bounds-3", - "https://w3c.github.io/edit-context/#issue-container-generatedID-6", - "https://w3c.github.io/edit-context/#h-note-6", + "https://w3c.github.io/edit-context/#ref-for-dfn-control-bounds-2", + "https://w3c.github.io/edit-context/#issue-container-generatedID-7", + "https://w3c.github.io/edit-context/#h-note-7", "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-selectionbounds-1", - "https://w3c.github.io/edit-context/#ref-for-dfn-selection-bounds-3", + "https://w3c.github.io/edit-context/#ref-for-dfn-selection-bounds-2", "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-characterbounds-1", "https://w3c.github.io/edit-context/#ref-for-dfn-codepoint-rects-2", "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-characterboundsrangestart-1", "https://w3c.github.io/edit-context/#ref-for-dfn-start-index-2", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-19", - "https://w3c.github.io/edit-context/#issue-container-generatedID-7", - "https://w3c.github.io/edit-context/#h-note-7", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-18", + "https://w3c.github.io/edit-context/#issue-container-generatedID-8", + "https://w3c.github.io/edit-context/#h-note-8", + "https://w3c.github.io/edit-context/#ref-for-dfn-selection-start-6", + "https://w3c.github.io/edit-context/#ref-for-dfn-selection-end-6", "https://w3c.github.io/edit-context/#ref-for-dfn-selection-start-7", "https://w3c.github.io/edit-context/#ref-for-dfn-selection-end-7", - "https://w3c.github.io/edit-context/#ref-for-dfn-selection-start-8", - "https://w3c.github.io/edit-context/#ref-for-dfn-selection-end-8", - "https://w3c.github.io/edit-context/#ref-for-dfn-selection-bounds-4", - "https://w3c.github.io/edit-context/#ref-for-dfn-control-bounds-4", + "https://w3c.github.io/edit-context/#ref-for-dfn-selection-bounds-3", + "https://w3c.github.io/edit-context/#ref-for-dfn-control-bounds-3", "https://w3c.github.io/edit-context/#ref-for-dfn-start-index-3", "https://w3c.github.io/edit-context/#ref-for-dfn-codepoint-rects-3", "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-29", "https://w3c.github.io/edit-context/#ref-for-dfn-associated-element-16", "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-30", "https://w3c.github.io/edit-context/#ref-for-dfn-associated-element-17", - "https://w3c.github.io/edit-context/#issue-container-generatedID-8", - "https://w3c.github.io/edit-context/#h-note-8", + "https://w3c.github.io/edit-context/#issue-container-generatedID-9", + "https://w3c.github.io/edit-context/#h-note-9", "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-31", "https://w3c.github.io/edit-context/#ref-for-dfn-associated-element-18", - "https://w3c.github.io/edit-context/#issue-container-number-2", - "https://w3c.github.io/edit-context/#h-issue-0", + "https://w3c.github.io/edit-context/#issue-container-number-1", + "https://w3c.github.io/edit-context/#h-issue", "https://w3c.github.io/edit-context/#ref-for-dfn-associated-element-19", "https://w3c.github.io/edit-context/#ref-for-dom-textupdateevent-4", "https://w3c.github.io/edit-context/#ref-for-dom-characterboundsupdateevent-6", @@ -570,9 +549,9 @@ "https://w3c.github.io/edit-context/#idl-def-characterboundsupdateevent-rangeend", "https://w3c.github.io/edit-context/#dom-characterboundsupdateevent-rangeend", "https://w3c.github.io/edit-context/#ref-for-dom-characterboundsupdateevent-rangestart-2", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-20", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-19", "https://w3c.github.io/edit-context/#ref-for-dom-characterboundsupdateevent-rangeend-2", - "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-21", + "https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-20", "https://w3c.github.io/edit-context/#privacy-and-security-considerations", "https://w3c.github.io/edit-context/#x5-privacy-and-security-considerations", "https://w3c.github.io/edit-context/#ref-for-dom-editcontext-updateselection-1", @@ -593,7 +572,7 @@ "https://w3c.github.io/edit-context/#ref-for-dom-characterboundsupdateeventinit-2", "https://w3c.github.io/edit-context/#contributors", "https://w3c.github.io/edit-context/#b-contributors", - "https://w3c.github.io/edit-context/#issue-container-generatedID-9", + "https://w3c.github.io/edit-context/#issue-container-generatedID-10", "https://w3c.github.io/edit-context/#h-ednote", "https://w3c.github.io/edit-context/#references", "https://w3c.github.io/edit-context/#c-references", diff --git a/ed/ids/element-capture.json b/ed/ids/element-capture.json index 696fd0384d0c..aac7f8529c2f 100644 --- a/ed/ids/element-capture.json +++ b/ed/ids/element-capture.json @@ -26,7 +26,7 @@ "https://screen-share.github.io/element-capture/#x2-3-practical-use-case-2-collaborative-tools-during-video-conferencing", "https://screen-share.github.io/element-capture/#solution-overview", "https://screen-share.github.io/element-capture/#x3-solution-overview", - "https://screen-share.github.io/element-capture/#ref-for-dfn-croptarget-production-1", + "https://screen-share.github.io/element-capture/#ref-for-dfn-restrictiontarget-production-1", "https://screen-share.github.io/element-capture/#dfn-tagging", "https://screen-share.github.io/element-capture/#ref-for-dfn-restriction-mechanism-1", "https://screen-share.github.io/element-capture/#ref-for-dfn-restriction-mechanism-2", @@ -38,9 +38,51 @@ "https://screen-share.github.io/element-capture/#ref-for-dfn-unrestricted-2", "https://screen-share.github.io/element-capture/#ref-for-dfn-restricted-1", "https://screen-share.github.io/element-capture/#ref-for-dom-browsercapturemediastreamtrack-restrictto-1", - "https://screen-share.github.io/element-capture/#produce-crop-target", - "https://screen-share.github.io/element-capture/#x4-croptarget-production", - "https://screen-share.github.io/element-capture/#dfn-croptarget-production", + "https://screen-share.github.io/element-capture/#produce-restriction-target", + "https://screen-share.github.io/element-capture/#x4-restrictiontarget-production", + "https://screen-share.github.io/element-capture/#dfn-restrictiontarget-production", + "https://screen-share.github.io/element-capture/#restriction-target-motivation", + "https://screen-share.github.io/element-capture/#x4-1-motivation-for-defining-restrictiontarget", + "https://screen-share.github.io/element-capture/#ref-for-dfn-restriction-mechanism-3", + "https://screen-share.github.io/element-capture/#ref-for-dom-browsercapturemediastreamtrack-restrictto-2", + "https://screen-share.github.io/element-capture/#ref-for-dom-restrictiontarget-1", + "https://screen-share.github.io/element-capture/#ref-for-dom-browsercapturemediastreamtrack-restrictto-3", + "https://screen-share.github.io/element-capture/#ref-for-dom-restrictiontarget-2", + "https://screen-share.github.io/element-capture/#restriction-target", + "https://screen-share.github.io/element-capture/#x4-2-restrictiontarget-definition", + "https://screen-share.github.io/element-capture/#dom-restrictiontarget", + "https://screen-share.github.io/element-capture/#ref-for-dom-browsercapturemediastreamtrack-restrictto-4", + "https://screen-share.github.io/element-capture/#webidl-128997735", + "https://screen-share.github.io/element-capture/#idl-def-restrictiontarget", + "https://screen-share.github.io/element-capture/#ref-for-dom-restrictiontarget-3", + "https://screen-share.github.io/element-capture/#idl-def-restrictiontarget-fromelement-element", + "https://screen-share.github.io/element-capture/#ref-for-dom-restrictiontarget-4", + "https://screen-share.github.io/element-capture/#ref-for-dom-restrictiontarget-fromelement-1", + "https://screen-share.github.io/element-capture/#dom-restrictiontarget-fromelement", + "https://screen-share.github.io/element-capture/#ref-for-dom-restrictiontarget-fromelement-2", + "https://screen-share.github.io/element-capture/#ref-for-dom-restrictiontarget-5", + "https://screen-share.github.io/element-capture/#ref-for-dom-restrictiontarget-6", + "https://screen-share.github.io/element-capture/#ref-for-dom-browsercapturemediastreamtrack-restrictto-5", + "https://screen-share.github.io/element-capture/#ref-for-dom-restrictiontarget-7", + "https://screen-share.github.io/element-capture/#ref-for-dom-restrictiontarget-fromelement-3", + "https://screen-share.github.io/element-capture/#ref-for-dom-restrictiontarget-fromelement-4", + "https://screen-share.github.io/element-capture/#ref-for-dfn-create-a-restrictiontarget-1", + "https://screen-share.github.io/element-capture/#ref-for-dom-restrictiontarget-8", + "https://screen-share.github.io/element-capture/#ref-for-dom-restrictiontarget-9", + "https://screen-share.github.io/element-capture/#ref-for-dom-browsercapturemediastreamtrack-restrictto-6", + "https://screen-share.github.io/element-capture/#ref-for-dom-restrictiontarget-fromelement-5", + "https://screen-share.github.io/element-capture/#ref-for-dom-restrictiontarget-10", + "https://screen-share.github.io/element-capture/#ref-for-dom-restrictiontarget-fromelement-6", + "https://screen-share.github.io/element-capture/#ref-for-dom-restrictiontarget-11", + "https://screen-share.github.io/element-capture/#dfn-create-a-restrictiontarget", + "https://screen-share.github.io/element-capture/#ref-for-dom-restrictiontarget-12", + "https://screen-share.github.io/element-capture/#ref-for-dfn-create-a-restrictiontarget-2", + "https://screen-share.github.io/element-capture/#dfn-element", + "https://screen-share.github.io/element-capture/#issue-container-generatedID", + "https://screen-share.github.io/element-capture/#h-note", + "https://screen-share.github.io/element-capture/#ref-for-dom-restrictiontarget-13", + "https://screen-share.github.io/element-capture/#ref-for-dfn-element-1", + "https://screen-share.github.io/element-capture/#ref-for-dfn-element-2", "https://screen-share.github.io/element-capture/#restricting-a-track", "https://screen-share.github.io/element-capture/#x5-restriction-mechanism", "https://screen-share.github.io/element-capture/#dfn-restriction-mechanism", @@ -52,25 +94,27 @@ "https://screen-share.github.io/element-capture/#elements-eligible-for-restriction", "https://screen-share.github.io/element-capture/#x5-1-2-elements-eligible-for-restriction", "https://screen-share.github.io/element-capture/#dfn-eligible-for-restriction", - "https://screen-share.github.io/element-capture/#issue-container-generatedID", - "https://screen-share.github.io/element-capture/#h-note", + "https://screen-share.github.io/element-capture/#issue-container-generatedID-0", + "https://screen-share.github.io/element-capture/#h-note-0", "https://screen-share.github.io/element-capture/#valid-restriction-targets", "https://screen-share.github.io/element-capture/#x5-1-3-valid-restriction-targets", "https://screen-share.github.io/element-capture/#dfn-valid-restriction-target", "https://screen-share.github.io/element-capture/#ref-for-dfn-restrictable-mediastreamtrack-1", "https://screen-share.github.io/element-capture/#ref-for-dfn-eligible-for-restriction-1", - "https://screen-share.github.io/element-capture/#issue-container-generatedID-0", - "https://screen-share.github.io/element-capture/#h-note-0", + "https://screen-share.github.io/element-capture/#issue-container-generatedID-1", + "https://screen-share.github.io/element-capture/#h-note-1", "https://screen-share.github.io/element-capture/#ref-for-dfn-valid-restriction-target-1", "https://screen-share.github.io/element-capture/#browser-capture-media-stream-track-extension", "https://screen-share.github.io/element-capture/#x5-2-browsercapturemediastreamtrack-extension", - "https://screen-share.github.io/element-capture/#ref-for-dom-browsercapturemediastreamtrack-restrictto-2", - "https://screen-share.github.io/element-capture/#webidl-1480705536", + "https://screen-share.github.io/element-capture/#ref-for-dom-browsercapturemediastreamtrack-restrictto-7", + "https://screen-share.github.io/element-capture/#webidl-1106292316", "https://screen-share.github.io/element-capture/#idl-def-browsercapturemediastreamtrack-partial-1", - "https://screen-share.github.io/element-capture/#idl-def-browsercapturemediastreamtrack-restrictto-croptarget", - "https://screen-share.github.io/element-capture/#ref-for-dom-browsercapturemediastreamtrack-restrictto-3", + "https://screen-share.github.io/element-capture/#idl-def-browsercapturemediastreamtrack-restrictto-restrictiontarget", + "https://screen-share.github.io/element-capture/#ref-for-dom-browsercapturemediastreamtrack-restrictto-8", + "https://screen-share.github.io/element-capture/#ref-for-dom-restrictiontarget-14", "https://screen-share.github.io/element-capture/#dom-browsercapturemediastreamtrack-restrictto", "https://screen-share.github.io/element-capture/#ref-for-dfn-restrictable-mediastreamtrack-2", + "https://screen-share.github.io/element-capture/#ref-for-dfn-element-3", "https://screen-share.github.io/element-capture/#ref-for-dfn-valid-restriction-target-2", "https://screen-share.github.io/element-capture/#ref-for-dfn-restriction-states-1", "https://screen-share.github.io/element-capture/#ref-for-dfn-restriction-states-2", @@ -87,6 +131,7 @@ "https://screen-share.github.io/element-capture/#x6-applying-the-restriction-transformation", "https://screen-share.github.io/element-capture/#dfn-applying-the-restriction-transformation", "https://screen-share.github.io/element-capture/#ref-for-dfn-restricted-5", + "https://screen-share.github.io/element-capture/#ref-for-dfn-element-4", "https://screen-share.github.io/element-capture/#ref-for-dfn-valid-restriction-target-3", "https://screen-share.github.io/element-capture/#sample-code", "https://screen-share.github.io/element-capture/#x7-sample-code", diff --git a/ed/ids/html-aam-1.0.json b/ed/ids/html-aam-1.0.json index e86abb4567a3..a7041665665f 100644 --- a/ed/ids/html-aam-1.0.json +++ b/ed/ids/html-aam-1.0.json @@ -37,336 +37,609 @@ "https://w3c.github.io/html-aam/#x3-3-exposing-html-features-that-do-not-directly-map-to-accessibility-apis", "https://w3c.github.io/html-aam/#html-element-role-mappings", "https://w3c.github.io/html-aam/#x3-4-html-element-role-mappings", - "https://w3c.github.io/html-aam/#element-mapping-table", - "https://w3c.github.io/html-aam/#issue-container-generatedID-1", - "https://w3c.github.io/html-aam/#h-note-1", - "https://w3c.github.io/html-aam/#issue-container-generatedID-2", - "https://w3c.github.io/html-aam/#h-note-2", - "https://w3c.github.io/html-aam/#issue-container-generatedID-3", - "https://w3c.github.io/html-aam/#h-note-3", - "https://w3c.github.io/html-aam/#issue-container-generatedID-4", - "https://w3c.github.io/html-aam/#h-note-4", + "https://w3c.github.io/html-aam/#a-represents-a-hyperlink", "https://w3c.github.io/html-aam/#el-a", + "https://w3c.github.io/html-aam/#a-no-href-attribute", "https://w3c.github.io/html-aam/#el-a-no-href", + "https://w3c.github.io/html-aam/#abbr", "https://w3c.github.io/html-aam/#el-abbr", + "https://w3c.github.io/html-aam/#address", "https://w3c.github.io/html-aam/#el-address", + "https://w3c.github.io/html-aam/#area-represents-a-hyperlink", "https://w3c.github.io/html-aam/#el-area", + "https://w3c.github.io/html-aam/#area-no-href-attribute", "https://w3c.github.io/html-aam/#el-area-no-href", + "https://w3c.github.io/html-aam/#article", "https://w3c.github.io/html-aam/#el-article", + "https://w3c.github.io/html-aam/#aside-scoped-to-the-body-or-main-element", "https://w3c.github.io/html-aam/#el-aside-ancestorbodymain", + "https://w3c.github.io/html-aam/#aside-scoped-to-a-sectioning-content-element", "https://w3c.github.io/html-aam/#el-aside", + "https://w3c.github.io/html-aam/#audio", "https://w3c.github.io/html-aam/#el-audio", + "https://w3c.github.io/html-aam/#autonomous-custom-element", "https://w3c.github.io/html-aam/#el-autonomous-custom-element", + "https://w3c.github.io/html-aam/#b", "https://w3c.github.io/html-aam/#el-b", + "https://w3c.github.io/html-aam/#base", "https://w3c.github.io/html-aam/#el-base", + "https://w3c.github.io/html-aam/#bdi", "https://w3c.github.io/html-aam/#el-bdi", + "https://w3c.github.io/html-aam/#bdo", "https://w3c.github.io/html-aam/#el-bdo", + "https://w3c.github.io/html-aam/#blockquote", "https://w3c.github.io/html-aam/#el-blockquote", + "https://w3c.github.io/html-aam/#body", "https://w3c.github.io/html-aam/#el-body", + "https://w3c.github.io/html-aam/#br", "https://w3c.github.io/html-aam/#el-br", + "https://w3c.github.io/html-aam/#button", "https://w3c.github.io/html-aam/#el-button", + "https://w3c.github.io/html-aam/#canvas", "https://w3c.github.io/html-aam/#el-canvas", + "https://w3c.github.io/html-aam/#caption", "https://w3c.github.io/html-aam/#el-caption", + "https://w3c.github.io/html-aam/#cite", "https://w3c.github.io/html-aam/#el-cite", + "https://w3c.github.io/html-aam/#code", "https://w3c.github.io/html-aam/#el-code", + "https://w3c.github.io/html-aam/#col", "https://w3c.github.io/html-aam/#el-col", + "https://w3c.github.io/html-aam/#colgroup", "https://w3c.github.io/html-aam/#el-colgroup", + "https://w3c.github.io/html-aam/#data", "https://w3c.github.io/html-aam/#el-data", + "https://w3c.github.io/html-aam/#datalist-represents-pre-defined-options-for-input-element", "https://w3c.github.io/html-aam/#el-datalist", + "https://w3c.github.io/html-aam/#dd", "https://w3c.github.io/html-aam/#el-dd", - "https://w3c.github.io/html-aam/#issue-container-generatedID-5", - "https://w3c.github.io/html-aam/#h-note-5", + "https://w3c.github.io/html-aam/#del", "https://w3c.github.io/html-aam/#el-del", + "https://w3c.github.io/html-aam/#details", "https://w3c.github.io/html-aam/#el-details", + "https://w3c.github.io/html-aam/#dfn", "https://w3c.github.io/html-aam/#el-dfn", + "https://w3c.github.io/html-aam/#dialog", "https://w3c.github.io/html-aam/#el-dialog", + "https://w3c.github.io/html-aam/#div", "https://w3c.github.io/html-aam/#el-div", + "https://w3c.github.io/html-aam/#dl", "https://w3c.github.io/html-aam/#el-dl", - "https://w3c.github.io/html-aam/#issue-container-generatedID-6", - "https://w3c.github.io/html-aam/#h-note-6", + "https://w3c.github.io/html-aam/#dt", "https://w3c.github.io/html-aam/#el-dt", + "https://w3c.github.io/html-aam/#em", "https://w3c.github.io/html-aam/#el-em", + "https://w3c.github.io/html-aam/#embed", "https://w3c.github.io/html-aam/#el-embed", + "https://w3c.github.io/html-aam/#fieldset", "https://w3c.github.io/html-aam/#el-fieldset", + "https://w3c.github.io/html-aam/#figcaption", "https://w3c.github.io/html-aam/#el-figcaption", + "https://w3c.github.io/html-aam/#figure", "https://w3c.github.io/html-aam/#el-figure", + "https://w3c.github.io/html-aam/#footer-scoped-to-the-body-element", "https://w3c.github.io/html-aam/#el-footer-ancestorbody", + "https://w3c.github.io/html-aam/#footer-scoped-to-the-main-element-a-sectioning-content-element", "https://w3c.github.io/html-aam/#el-footer", - "https://w3c.github.io/html-aam/#issue-container-generatedID-7", - "https://w3c.github.io/html-aam/#h-note-7", + "https://w3c.github.io/html-aam/#form", "https://w3c.github.io/html-aam/#el-form", + "https://w3c.github.io/html-aam/#form-associated-custom-element", "https://w3c.github.io/html-aam/#el-form-associated-custom-element", + "https://w3c.github.io/html-aam/#h1-h2-h3-h4-h5-and-h6", "https://w3c.github.io/html-aam/#el-h1-h6", + "https://w3c.github.io/html-aam/#head", "https://w3c.github.io/html-aam/#el-head", + "https://w3c.github.io/html-aam/#header-scoped-to-the-body-element", "https://w3c.github.io/html-aam/#el-header-ancestorbody", + "https://w3c.github.io/html-aam/#header-scoped-to-the-main-element-or-a-sectioning-content-element", "https://w3c.github.io/html-aam/#el-header", - "https://w3c.github.io/html-aam/#issue-container-generatedID-8", - "https://w3c.github.io/html-aam/#h-note-8", + "https://w3c.github.io/html-aam/#hgroup", "https://w3c.github.io/html-aam/#el-hgroup", + "https://w3c.github.io/html-aam/#hr", "https://w3c.github.io/html-aam/#el-hr", + "https://w3c.github.io/html-aam/#html", "https://w3c.github.io/html-aam/#el-html", + "https://w3c.github.io/html-aam/#i", "https://w3c.github.io/html-aam/#el-i", + "https://w3c.github.io/html-aam/#iframe", "https://w3c.github.io/html-aam/#el-iframe", + "https://w3c.github.io/html-aam/#img", "https://w3c.github.io/html-aam/#el-img", + "https://w3c.github.io/html-aam/#img-altattribute-value-is-an-empty-string-i-e-alt-or-alt-with-no-value-in-the-markup", "https://w3c.github.io/html-aam/#el-img-empty-alt", + "https://w3c.github.io/html-aam/#input-type-attribute-in-the-button-state", "https://w3c.github.io/html-aam/#el-input-button", + "https://w3c.github.io/html-aam/#input-type-attribute-in-the-checkbox-state", "https://w3c.github.io/html-aam/#el-input-checkbox", + "https://w3c.github.io/html-aam/#input-type-attribute-in-thecolor-state", "https://w3c.github.io/html-aam/#el-input-color", + "https://w3c.github.io/html-aam/#input-type-attribute-in-thedate-state", "https://w3c.github.io/html-aam/#el-input-date", + "https://w3c.github.io/html-aam/#input-type-attribute-in-thelocal-date-and-time-state", "https://w3c.github.io/html-aam/#el-input-datetime-local", + "https://w3c.github.io/html-aam/#input-type-attribute-in-the-e-mail-state-with-no-suggestions-source-element", "https://w3c.github.io/html-aam/#el-input-email", + "https://w3c.github.io/html-aam/#input-type-attribute-in-the-file-upload-state", "https://w3c.github.io/html-aam/#el-input-file", + "https://w3c.github.io/html-aam/#input-type-attribute-in-the-hidden-state", "https://w3c.github.io/html-aam/#el-input-hidden", + "https://w3c.github.io/html-aam/#input-type-attribute-in-the-image-button-state", "https://w3c.github.io/html-aam/#el-input-image", + "https://w3c.github.io/html-aam/#input-type-attribute-in-the-month-state", "https://w3c.github.io/html-aam/#el-input-month", + "https://w3c.github.io/html-aam/#input-type-attribute-in-the-number-state", "https://w3c.github.io/html-aam/#el-input-number", + "https://w3c.github.io/html-aam/#input-type-attribute-in-the-password-state", "https://w3c.github.io/html-aam/#el-input-password", + "https://w3c.github.io/html-aam/#input-type-attribute-in-the-radio-button-state", "https://w3c.github.io/html-aam/#el-input-radio", + "https://w3c.github.io/html-aam/#input-type-attribute-in-the-range-state", "https://w3c.github.io/html-aam/#el-input-range", + "https://w3c.github.io/html-aam/#input-type-attribute-in-the-reset-button-state", "https://w3c.github.io/html-aam/#el-input-reset", + "https://w3c.github.io/html-aam/#input-type-attribute-in-the-search-state-with-no-suggestions-source-element", "https://w3c.github.io/html-aam/#el-input-search", + "https://w3c.github.io/html-aam/#input-type-attribute-in-the-submit-button-state", "https://w3c.github.io/html-aam/#el-input-submit", + "https://w3c.github.io/html-aam/#input-type-attribute-in-the-telephone-state-with-no-suggestions-source-element", "https://w3c.github.io/html-aam/#el-input-tel", + "https://w3c.github.io/html-aam/#input-type-attribute-in-the-text-state-with-no-suggestions-source-element", "https://w3c.github.io/html-aam/#el-input-text", + "https://w3c.github.io/html-aam/#input-type-attribute-in-the-text-search-telephone-url-or-e-mail-states-with-a-suggestions-source-element", "https://w3c.github.io/html-aam/#el-input-textetc-autocomplete", + "https://w3c.github.io/html-aam/#input-type-attribute-in-the-time-state", "https://w3c.github.io/html-aam/#el-input-time", + "https://w3c.github.io/html-aam/#input-type-attribute-in-the-url-state-with-no-suggestions-source-element", "https://w3c.github.io/html-aam/#el-input-url", + "https://w3c.github.io/html-aam/#input-type-attribute-in-the-week-state", "https://w3c.github.io/html-aam/#el-input-week", + "https://w3c.github.io/html-aam/#ins", "https://w3c.github.io/html-aam/#el-ins", + "https://w3c.github.io/html-aam/#kbd", "https://w3c.github.io/html-aam/#el-kbd", + "https://w3c.github.io/html-aam/#label", "https://w3c.github.io/html-aam/#el-label", + "https://w3c.github.io/html-aam/#legend", "https://w3c.github.io/html-aam/#el-legend", + "https://w3c.github.io/html-aam/#li", "https://w3c.github.io/html-aam/#el-li", + "https://w3c.github.io/html-aam/#link", "https://w3c.github.io/html-aam/#el-link", + "https://w3c.github.io/html-aam/#main", "https://w3c.github.io/html-aam/#el-main", + "https://w3c.github.io/html-aam/#map", "https://w3c.github.io/html-aam/#el-map", + "https://w3c.github.io/html-aam/#mark", "https://w3c.github.io/html-aam/#el-mark", + "https://w3c.github.io/html-aam/#math", "https://w3c.github.io/html-aam/#el-math", + "https://w3c.github.io/html-aam/#menu", "https://w3c.github.io/html-aam/#el-menu", + "https://w3c.github.io/html-aam/#meta", "https://w3c.github.io/html-aam/#el-meta", + "https://w3c.github.io/html-aam/#meter", "https://w3c.github.io/html-aam/#el-meter", + "https://w3c.github.io/html-aam/#nav", "https://w3c.github.io/html-aam/#el-nav", + "https://w3c.github.io/html-aam/#noscript", "https://w3c.github.io/html-aam/#el-noscript", + "https://w3c.github.io/html-aam/#object", "https://w3c.github.io/html-aam/#el-object", + "https://w3c.github.io/html-aam/#ol", "https://w3c.github.io/html-aam/#el-ol", + "https://w3c.github.io/html-aam/#optgroup", "https://w3c.github.io/html-aam/#el-optgroup", + "https://w3c.github.io/html-aam/#option-in-a-list-of-options-or-represents-a-suggestion-in-a-datalist", "https://w3c.github.io/html-aam/#el-option", + "https://w3c.github.io/html-aam/#output", "https://w3c.github.io/html-aam/#el-output", + "https://w3c.github.io/html-aam/#p", "https://w3c.github.io/html-aam/#el-p", + "https://w3c.github.io/html-aam/#param", "https://w3c.github.io/html-aam/#el-param", + "https://w3c.github.io/html-aam/#picture", "https://w3c.github.io/html-aam/#el-picture", + "https://w3c.github.io/html-aam/#pre", "https://w3c.github.io/html-aam/#el-pre", + "https://w3c.github.io/html-aam/#progress", "https://w3c.github.io/html-aam/#el-progress", + "https://w3c.github.io/html-aam/#q", "https://w3c.github.io/html-aam/#el-q", + "https://w3c.github.io/html-aam/#rp", "https://w3c.github.io/html-aam/#el-rp", + "https://w3c.github.io/html-aam/#rt", "https://w3c.github.io/html-aam/#el-rt", + "https://w3c.github.io/html-aam/#ruby", "https://w3c.github.io/html-aam/#el-ruby", + "https://w3c.github.io/html-aam/#s", "https://w3c.github.io/html-aam/#el-s", + "https://w3c.github.io/html-aam/#samp", "https://w3c.github.io/html-aam/#el-samp", + "https://w3c.github.io/html-aam/#script", "https://w3c.github.io/html-aam/#el-script", + "https://w3c.github.io/html-aam/#search", "https://w3c.github.io/html-aam/#el-search", + "https://w3c.github.io/html-aam/#section", "https://w3c.github.io/html-aam/#el-section", + "https://w3c.github.io/html-aam/#select-with-a-multiple-attribute-or-size-attribute-having-value-greater-than-1", "https://w3c.github.io/html-aam/#el-select-listbox", + "https://w3c.github.io/html-aam/#select-with-no-multiple-attribute-and-no-size-attribute-having-value-greater-than-1", "https://w3c.github.io/html-aam/#el-select-combobox", + "https://w3c.github.io/html-aam/#slot", "https://w3c.github.io/html-aam/#el-slot", + "https://w3c.github.io/html-aam/#small", "https://w3c.github.io/html-aam/#el-small", + "https://w3c.github.io/html-aam/#source", "https://w3c.github.io/html-aam/#el-source", + "https://w3c.github.io/html-aam/#span", "https://w3c.github.io/html-aam/#el-span", + "https://w3c.github.io/html-aam/#strong", "https://w3c.github.io/html-aam/#el-strong", + "https://w3c.github.io/html-aam/#style", "https://w3c.github.io/html-aam/#el-style", + "https://w3c.github.io/html-aam/#sub", "https://w3c.github.io/html-aam/#el-sub", + "https://w3c.github.io/html-aam/#summary", "https://w3c.github.io/html-aam/#el-summary", + "https://w3c.github.io/html-aam/#sup", "https://w3c.github.io/html-aam/#el-sup", + "https://w3c.github.io/html-aam/#svg", "https://w3c.github.io/html-aam/#el-svg", + "https://w3c.github.io/html-aam/#table", "https://w3c.github.io/html-aam/#el-table", + "https://w3c.github.io/html-aam/#tbody", "https://w3c.github.io/html-aam/#el-tbody", + "https://w3c.github.io/html-aam/#td-ancestor-table-element-hastable-role", "https://w3c.github.io/html-aam/#el-td", + "https://w3c.github.io/html-aam/#td-ancestor-table-element-hasgrid-ortreegrid-role", "https://w3c.github.io/html-aam/#el-td-gridcell", + "https://w3c.github.io/html-aam/#template", "https://w3c.github.io/html-aam/#el-template", + "https://w3c.github.io/html-aam/#textarea", "https://w3c.github.io/html-aam/#el-textarea", + "https://w3c.github.io/html-aam/#tfoot", "https://w3c.github.io/html-aam/#el-tfoot", + "https://w3c.github.io/html-aam/#th-is-not-a-column-header-row-header-column-group-header-or-row-group-header-and-ancestor-table-element-has-table-role", "https://w3c.github.io/html-aam/#el-th", + "https://w3c.github.io/html-aam/#th-is-not-a-column-header-row-header-column-group-header-or-row-group-header-and-ancestor-table-element-has-grid-or-treegrid-role", "https://w3c.github.io/html-aam/#el-th-gridcell", + "https://w3c.github.io/html-aam/#th-is-a-column-header-or-column-group-header", "https://w3c.github.io/html-aam/#el-th-columnheader", + "https://w3c.github.io/html-aam/#th-is-a-row-header-or-row-group-header", "https://w3c.github.io/html-aam/#el-th-rowheader", + "https://w3c.github.io/html-aam/#thead", "https://w3c.github.io/html-aam/#el-thead", + "https://w3c.github.io/html-aam/#time", "https://w3c.github.io/html-aam/#el-time", + "https://w3c.github.io/html-aam/#title-0", "https://w3c.github.io/html-aam/#el-title", + "https://w3c.github.io/html-aam/#tr", "https://w3c.github.io/html-aam/#el-tr", + "https://w3c.github.io/html-aam/#track", "https://w3c.github.io/html-aam/#el-track", + "https://w3c.github.io/html-aam/#u", "https://w3c.github.io/html-aam/#el-u", + "https://w3c.github.io/html-aam/#ul", "https://w3c.github.io/html-aam/#el-ul", + "https://w3c.github.io/html-aam/#var", "https://w3c.github.io/html-aam/#el-var", + "https://w3c.github.io/html-aam/#video", "https://w3c.github.io/html-aam/#el-video", + "https://w3c.github.io/html-aam/#wbr", "https://w3c.github.io/html-aam/#el-wbr", "https://w3c.github.io/html-aam/#html-attribute-state-and-property-mappings", "https://w3c.github.io/html-aam/#x3-5-html-attribute-state-and-property-mappings", - "https://w3c.github.io/html-aam/#issue-container-generatedID-9", - "https://w3c.github.io/html-aam/#h-note-9", - "https://w3c.github.io/html-aam/#attribute-mapping-table", - "https://w3c.github.io/html-aam/#issue-container-generatedID-10", - "https://w3c.github.io/html-aam/#h-note-10", - "https://w3c.github.io/html-aam/#issue-container-generatedID-11", - "https://w3c.github.io/html-aam/#h-note-11", - "https://w3c.github.io/html-aam/#issue-container-generatedID-12", - "https://w3c.github.io/html-aam/#h-note-12", + "https://w3c.github.io/html-aam/#issue-container-generatedID-1", + "https://w3c.github.io/html-aam/#h-note-1", + "https://w3c.github.io/html-aam/#abbr-0", "https://w3c.github.io/html-aam/#att-abbr", + "https://w3c.github.io/html-aam/#accept", "https://w3c.github.io/html-aam/#att-accept", + "https://w3c.github.io/html-aam/#accept-charset", "https://w3c.github.io/html-aam/#att-accept-charset", + "https://w3c.github.io/html-aam/#accesskey", "https://w3c.github.io/html-aam/#att-accesskey", + "https://w3c.github.io/html-aam/#action", "https://w3c.github.io/html-aam/#att-action", + "https://w3c.github.io/html-aam/#allow", "https://w3c.github.io/html-aam/#att-allow", + "https://w3c.github.io/html-aam/#allowfullscreen", "https://w3c.github.io/html-aam/#att-allowfullscreen", + "https://w3c.github.io/html-aam/#alt", "https://w3c.github.io/html-aam/#att-alt", + "https://w3c.github.io/html-aam/#as", "https://w3c.github.io/html-aam/#att-as", + "https://w3c.github.io/html-aam/#async", "https://w3c.github.io/html-aam/#att-async", + "https://w3c.github.io/html-aam/#autocapitalize", "https://w3c.github.io/html-aam/#att-autocapitalize", + "https://w3c.github.io/html-aam/#autocomplete", "https://w3c.github.io/html-aam/#att-autocomplete-form", - "https://w3c.github.io/html-aam/#issue-container-generatedID-13", - "https://w3c.github.io/html-aam/#h-note-13", + "https://w3c.github.io/html-aam/#issue-container-generatedID-2", + "https://w3c.github.io/html-aam/#h-note-2", + "https://w3c.github.io/html-aam/#autocomplete-0", "https://w3c.github.io/html-aam/#att-autocomplete", - "https://w3c.github.io/html-aam/#issue-container-generatedID-14", - "https://w3c.github.io/html-aam/#h-note-14", + "https://w3c.github.io/html-aam/#issue-container-generatedID-3", + "https://w3c.github.io/html-aam/#h-note-3", + "https://w3c.github.io/html-aam/#autofocus", "https://w3c.github.io/html-aam/#att-autofocus", + "https://w3c.github.io/html-aam/#autoplay", "https://w3c.github.io/html-aam/#att-autoplay", + "https://w3c.github.io/html-aam/#blocking", "https://w3c.github.io/html-aam/#att-blocking", + "https://w3c.github.io/html-aam/#charset", "https://w3c.github.io/html-aam/#att-charset-meta", + "https://w3c.github.io/html-aam/#checked-if-present", "https://w3c.github.io/html-aam/#att-checked", + "https://w3c.github.io/html-aam/#checked-if-absent", "https://w3c.github.io/html-aam/#att-checked-absent", + "https://w3c.github.io/html-aam/#cite-0", "https://w3c.github.io/html-aam/#att-cite", + "https://w3c.github.io/html-aam/#class", "https://w3c.github.io/html-aam/#att-class", + "https://w3c.github.io/html-aam/#color", "https://w3c.github.io/html-aam/#att-color", + "https://w3c.github.io/html-aam/#cols", "https://w3c.github.io/html-aam/#att-cols", + "https://w3c.github.io/html-aam/#colspan", "https://w3c.github.io/html-aam/#att-colspan", + "https://w3c.github.io/html-aam/#content", "https://w3c.github.io/html-aam/#att-content", + "https://w3c.github.io/html-aam/#contenteditable", "https://w3c.github.io/html-aam/#att-contenteditable", + "https://w3c.github.io/html-aam/#controls", "https://w3c.github.io/html-aam/#att-controls", + "https://w3c.github.io/html-aam/#coords", "https://w3c.github.io/html-aam/#att-coords", + "https://w3c.github.io/html-aam/#crossorigin", "https://w3c.github.io/html-aam/#att-crossorigin", + "https://w3c.github.io/html-aam/#data-0", "https://w3c.github.io/html-aam/#att-data", + "https://w3c.github.io/html-aam/#datetime", "https://w3c.github.io/html-aam/#att-datetime-delins", + "https://w3c.github.io/html-aam/#datetime-0", "https://w3c.github.io/html-aam/#att-datetime-time", + "https://w3c.github.io/html-aam/#decoding", "https://w3c.github.io/html-aam/#att-decoding", + "https://w3c.github.io/html-aam/#default", "https://w3c.github.io/html-aam/#att-default", + "https://w3c.github.io/html-aam/#defer", "https://w3c.github.io/html-aam/#att-defer", + "https://w3c.github.io/html-aam/#dir", "https://w3c.github.io/html-aam/#att-dir", + "https://w3c.github.io/html-aam/#dir-0", "https://w3c.github.io/html-aam/#att-dir-bdo", + "https://w3c.github.io/html-aam/#dirname", "https://w3c.github.io/html-aam/#att-dirname", + "https://w3c.github.io/html-aam/#disabled", "https://w3c.github.io/html-aam/#att-disabled", + "https://w3c.github.io/html-aam/#disabled-0", "https://w3c.github.io/html-aam/#att-disabled-fieldset", + "https://w3c.github.io/html-aam/#disabled-1", "https://w3c.github.io/html-aam/#att-disabled-link", + "https://w3c.github.io/html-aam/#download", "https://w3c.github.io/html-aam/#att-download", + "https://w3c.github.io/html-aam/#draggable", "https://w3c.github.io/html-aam/#att-draggable", + "https://w3c.github.io/html-aam/#enctype", "https://w3c.github.io/html-aam/#att-enctype", + "https://w3c.github.io/html-aam/#enterkeyhint", "https://w3c.github.io/html-aam/#att-enterkeyhint", + "https://w3c.github.io/html-aam/#fetchpriority", "https://w3c.github.io/html-aam/#att-fetchpriority", + "https://w3c.github.io/html-aam/#for", "https://w3c.github.io/html-aam/#att-for-label", + "https://w3c.github.io/html-aam/#for-0", "https://w3c.github.io/html-aam/#att-for-output", + "https://w3c.github.io/html-aam/#form-0", "https://w3c.github.io/html-aam/#att-form", + "https://w3c.github.io/html-aam/#formaction", "https://w3c.github.io/html-aam/#att-formaction", + "https://w3c.github.io/html-aam/#formenctype", "https://w3c.github.io/html-aam/#att-formenctype", + "https://w3c.github.io/html-aam/#formmethod", "https://w3c.github.io/html-aam/#att-formmethod", + "https://w3c.github.io/html-aam/#formnovalidate", "https://w3c.github.io/html-aam/#att-formnovalidate", + "https://w3c.github.io/html-aam/#formtarget", "https://w3c.github.io/html-aam/#att-formtarget", + "https://w3c.github.io/html-aam/#headers", "https://w3c.github.io/html-aam/#att-headers", + "https://w3c.github.io/html-aam/#height", "https://w3c.github.io/html-aam/#att-height", + "https://w3c.github.io/html-aam/#hidden", "https://w3c.github.io/html-aam/#att-hidden", + "https://w3c.github.io/html-aam/#high", "https://w3c.github.io/html-aam/#att-high", + "https://w3c.github.io/html-aam/#href", "https://w3c.github.io/html-aam/#att-href", + "https://w3c.github.io/html-aam/#href-0", "https://w3c.github.io/html-aam/#att-href-link", + "https://w3c.github.io/html-aam/#hreflang", "https://w3c.github.io/html-aam/#att-hreflang", + "https://w3c.github.io/html-aam/#http-equiv", "https://w3c.github.io/html-aam/#att-http-equiv", + "https://w3c.github.io/html-aam/#id", "https://w3c.github.io/html-aam/#att-id", + "https://w3c.github.io/html-aam/#inert", "https://w3c.github.io/html-aam/#att-inert", - "https://w3c.github.io/html-aam/#issue-container-generatedID-15", - "https://w3c.github.io/html-aam/#h-note-15", + "https://w3c.github.io/html-aam/#issue-container-generatedID-4", + "https://w3c.github.io/html-aam/#h-note-4", + "https://w3c.github.io/html-aam/#indeterminate-idl", "https://w3c.github.io/html-aam/#att-indeterminate", + "https://w3c.github.io/html-aam/#ismap", "https://w3c.github.io/html-aam/#att-ismap", + "https://w3c.github.io/html-aam/#itemid", "https://w3c.github.io/html-aam/#att-itemid", + "https://w3c.github.io/html-aam/#itemprop", "https://w3c.github.io/html-aam/#att-itemprop", + "https://w3c.github.io/html-aam/#itemref", "https://w3c.github.io/html-aam/#att-itemref", + "https://w3c.github.io/html-aam/#itemscope", "https://w3c.github.io/html-aam/#att-itemscope", + "https://w3c.github.io/html-aam/#itemtype", "https://w3c.github.io/html-aam/#att-itemtype", + "https://w3c.github.io/html-aam/#kind", "https://w3c.github.io/html-aam/#att-kind", + "https://w3c.github.io/html-aam/#label-0", "https://w3c.github.io/html-aam/#att-label", + "https://w3c.github.io/html-aam/#lang", "https://w3c.github.io/html-aam/#att-lang", + "https://w3c.github.io/html-aam/#list", "https://w3c.github.io/html-aam/#att-list", + "https://w3c.github.io/html-aam/#loop", "https://w3c.github.io/html-aam/#att-loop", + "https://w3c.github.io/html-aam/#low", "https://w3c.github.io/html-aam/#att-low", + "https://w3c.github.io/html-aam/#max", "https://w3c.github.io/html-aam/#att-max-input", + "https://w3c.github.io/html-aam/#max-0", "https://w3c.github.io/html-aam/#att-max", + "https://w3c.github.io/html-aam/#maxlength", "https://w3c.github.io/html-aam/#att-maxlength", + "https://w3c.github.io/html-aam/#media", "https://w3c.github.io/html-aam/#att-media", + "https://w3c.github.io/html-aam/#method", "https://w3c.github.io/html-aam/#att-method", + "https://w3c.github.io/html-aam/#min", "https://w3c.github.io/html-aam/#att-min-input", + "https://w3c.github.io/html-aam/#min-0", "https://w3c.github.io/html-aam/#att-min", + "https://w3c.github.io/html-aam/#minlength", "https://w3c.github.io/html-aam/#att-minlength", + "https://w3c.github.io/html-aam/#multiple", "https://w3c.github.io/html-aam/#att-multiple-input", + "https://w3c.github.io/html-aam/#multiple-0", "https://w3c.github.io/html-aam/#att-multiple-select", + "https://w3c.github.io/html-aam/#muted", "https://w3c.github.io/html-aam/#att-muted", + "https://w3c.github.io/html-aam/#name", "https://w3c.github.io/html-aam/#att-name", + "https://w3c.github.io/html-aam/#name-0", "https://w3c.github.io/html-aam/#att-name-form", + "https://w3c.github.io/html-aam/#name-1", "https://w3c.github.io/html-aam/#att-name-iframe", + "https://w3c.github.io/html-aam/#name-2", "https://w3c.github.io/html-aam/#att-name-map", + "https://w3c.github.io/html-aam/#name-3", "https://w3c.github.io/html-aam/#att-name-meta", + "https://w3c.github.io/html-aam/#name-4", "https://w3c.github.io/html-aam/#att-name-slot", + "https://w3c.github.io/html-aam/#nomodule", "https://w3c.github.io/html-aam/#att-nomodule", + "https://w3c.github.io/html-aam/#nonce", "https://w3c.github.io/html-aam/#att-nonce", + "https://w3c.github.io/html-aam/#novalidate", "https://w3c.github.io/html-aam/#att-novalidate", + "https://w3c.github.io/html-aam/#open", "https://w3c.github.io/html-aam/#att-open-details", + "https://w3c.github.io/html-aam/#open-0", "https://w3c.github.io/html-aam/#att-open-dialog", + "https://w3c.github.io/html-aam/#optimum", "https://w3c.github.io/html-aam/#att-optimum", + "https://w3c.github.io/html-aam/#pattern", "https://w3c.github.io/html-aam/#att-pattern", + "https://w3c.github.io/html-aam/#ping", "https://w3c.github.io/html-aam/#att-ping", + "https://w3c.github.io/html-aam/#placeholder", "https://w3c.github.io/html-aam/#att-placeholder", + "https://w3c.github.io/html-aam/#playsinline", "https://w3c.github.io/html-aam/#att-playsinline", + "https://w3c.github.io/html-aam/#poster", "https://w3c.github.io/html-aam/#att-poster", + "https://w3c.github.io/html-aam/#preload", "https://w3c.github.io/html-aam/#att-preload", + "https://w3c.github.io/html-aam/#readonly", "https://w3c.github.io/html-aam/#att-readonly", + "https://w3c.github.io/html-aam/#referrerpolicy", "https://w3c.github.io/html-aam/#att-referrerpolicy", + "https://w3c.github.io/html-aam/#rel", "https://w3c.github.io/html-aam/#att-rel", + "https://w3c.github.io/html-aam/#required", "https://w3c.github.io/html-aam/#att-required", + "https://w3c.github.io/html-aam/#reversed", "https://w3c.github.io/html-aam/#att-reversed", + "https://w3c.github.io/html-aam/#rows", "https://w3c.github.io/html-aam/#att-rows", + "https://w3c.github.io/html-aam/#rowspan", "https://w3c.github.io/html-aam/#att-rowspan", + "https://w3c.github.io/html-aam/#sandbox", "https://w3c.github.io/html-aam/#att-sandbox", + "https://w3c.github.io/html-aam/#scope", "https://w3c.github.io/html-aam/#att-scope", + "https://w3c.github.io/html-aam/#selected", "https://w3c.github.io/html-aam/#att-selected", + "https://w3c.github.io/html-aam/#shape", "https://w3c.github.io/html-aam/#att-shape", + "https://w3c.github.io/html-aam/#size", "https://w3c.github.io/html-aam/#att-size", + "https://w3c.github.io/html-aam/#sizes", "https://w3c.github.io/html-aam/#att-sizes", + "https://w3c.github.io/html-aam/#sizes-0", "https://w3c.github.io/html-aam/#att-sizes-img-source", + "https://w3c.github.io/html-aam/#slot-0", "https://w3c.github.io/html-aam/#att-slot", + "https://w3c.github.io/html-aam/#span-0", "https://w3c.github.io/html-aam/#att-span", + "https://w3c.github.io/html-aam/#spellcheck", "https://w3c.github.io/html-aam/#att-spellcheck", + "https://w3c.github.io/html-aam/#src", "https://w3c.github.io/html-aam/#att-src-media", + "https://w3c.github.io/html-aam/#srcdoc", "https://w3c.github.io/html-aam/#att-srcdoc", + "https://w3c.github.io/html-aam/#srclang", "https://w3c.github.io/html-aam/#att-srclang", + "https://w3c.github.io/html-aam/#srcset", "https://w3c.github.io/html-aam/#att-srcset", + "https://w3c.github.io/html-aam/#start", "https://w3c.github.io/html-aam/#att-start", + "https://w3c.github.io/html-aam/#step", "https://w3c.github.io/html-aam/#att-step", + "https://w3c.github.io/html-aam/#style-0", "https://w3c.github.io/html-aam/#att-style", + "https://w3c.github.io/html-aam/#tabindex", "https://w3c.github.io/html-aam/#att-tabindex", + "https://w3c.github.io/html-aam/#target", "https://w3c.github.io/html-aam/#att-target", + "https://w3c.github.io/html-aam/#target-0", "https://w3c.github.io/html-aam/#att-target-base", + "https://w3c.github.io/html-aam/#target-1", "https://w3c.github.io/html-aam/#att-target-form", + "https://w3c.github.io/html-aam/#title-1", "https://w3c.github.io/html-aam/#att-title", + "https://w3c.github.io/html-aam/#title-2", "https://w3c.github.io/html-aam/#att-title-abbr", + "https://w3c.github.io/html-aam/#title-3", "https://w3c.github.io/html-aam/#att-title-link", + "https://w3c.github.io/html-aam/#title-4", "https://w3c.github.io/html-aam/#att-title-style", + "https://w3c.github.io/html-aam/#translate", "https://w3c.github.io/html-aam/#att-translate", + "https://w3c.github.io/html-aam/#type", "https://w3c.github.io/html-aam/#att-type-hyperlink", + "https://w3c.github.io/html-aam/#type-0", "https://w3c.github.io/html-aam/#att-type-button", + "https://w3c.github.io/html-aam/#type-1", "https://w3c.github.io/html-aam/#att-type-embed", + "https://w3c.github.io/html-aam/#type-2", "https://w3c.github.io/html-aam/#att-type-input", + "https://w3c.github.io/html-aam/#type-3", "https://w3c.github.io/html-aam/#att-type-ol", + "https://w3c.github.io/html-aam/#usemap", "https://w3c.github.io/html-aam/#att-usemap", + "https://w3c.github.io/html-aam/#value", "https://w3c.github.io/html-aam/#att-value-button", + "https://w3c.github.io/html-aam/#value-0", "https://w3c.github.io/html-aam/#att-value-data", + "https://w3c.github.io/html-aam/#value-1", "https://w3c.github.io/html-aam/#att-value-input", + "https://w3c.github.io/html-aam/#value-2", "https://w3c.github.io/html-aam/#att-value-li", + "https://w3c.github.io/html-aam/#value-3", "https://w3c.github.io/html-aam/#att-value-meter", + "https://w3c.github.io/html-aam/#width", "https://w3c.github.io/html-aam/#att-width", + "https://w3c.github.io/html-aam/#wrap", "https://w3c.github.io/html-aam/#att-wrap", "https://w3c.github.io/html-aam/#accessible-name-and-description-computation", "https://w3c.github.io/html-aam/#x4-accessible-name-and-description-computation", @@ -392,8 +665,8 @@ "https://w3c.github.io/html-aam/#x4-1-9-figure-element-accessible-name-computation", "https://w3c.github.io/html-aam/#img-element-accessible-name-computation", "https://w3c.github.io/html-aam/#x4-1-10-img-element-accessible-name-computation", - "https://w3c.github.io/html-aam/#issue-container-generatedID-16", - "https://w3c.github.io/html-aam/#h-note-16", + "https://w3c.github.io/html-aam/#issue-container-generatedID-5", + "https://w3c.github.io/html-aam/#h-note-5", "https://w3c.github.io/html-aam/#table-element-accessible-name-computation", "https://w3c.github.io/html-aam/#x4-1-11-table-element-accessible-name-computation", "https://w3c.github.io/html-aam/#tr-td-th-elements-accessible-name-computation", @@ -404,8 +677,8 @@ "https://w3c.github.io/html-aam/#x4-1-14-area-element-accessible-name-computation", "https://w3c.github.io/html-aam/#iframe-element-accessible-name-computation", "https://w3c.github.io/html-aam/#x4-1-15-iframe-element-accessible-name-computation", - "https://w3c.github.io/html-aam/#issue-container-generatedID-17", - "https://w3c.github.io/html-aam/#h-note-17", + "https://w3c.github.io/html-aam/#issue-container-generatedID-6", + "https://w3c.github.io/html-aam/#h-note-6", "https://w3c.github.io/html-aam/#section-and-grouping-element-accessible-name-computation", "https://w3c.github.io/html-aam/#x4-1-16-section-and-grouping-element-accessible-name-computation", "https://w3c.github.io/html-aam/#text-level-element-accessible-name-computation", diff --git a/ed/ids/html.json b/ed/ids/html.json index 365f46e8ec5c..9b641303902d 100644 --- a/ed/ids/html.json +++ b/ed/ids/html.json @@ -25527,36 +25527,55 @@ "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aattr-details-open-3", "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aactivation-behaviour", "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Athe-summary-element-4", - "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aattr-details-open-4", "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Athe-details-element-3", - "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aqueue-an-element-task", - "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Adom-manipulation-task-source", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#details-toggle-task-tracker", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Atoggle-task-tracker", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aattr-details-open-4", "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Athe-details-element-4", "https://html.spec.whatwg.org/multipage/interactive-elements.html#details-notification-task-steps", "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Athe-details-element-5", - "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aconcept-task", - "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aqueue-an-element-task-2", - "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Adetails-notification-task-steps", - "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Athe-details-element-6", "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aattr-details-open-5", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aattr-details-open-6", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aqueue-a-details-toggle-event-task", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Athe-details-element-6", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aqueue-a-details-toggle-event-task-2", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Athe-details-element-7", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#queue-a-details-toggle-event-task", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Athe-details-element-8", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Adetails-toggle-task-tracker", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Adetails-toggle-task-tracker-2", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Atoggle-task-old-state", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Adetails-toggle-task-tracker-3", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Atoggle-task-task", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Atask-queue", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Adetails-toggle-task-tracker-4", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aqueue-an-element-task", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Adom-manipulation-task-source", "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aconcept-event-fire", "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aevent-toggle", - "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Athe-details-element-7", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Atoggleevent", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Adom-toggleevent-oldstate", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Adom-toggleevent-newstate", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Adetails-toggle-task-tracker-5", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Adetails-toggle-task-tracker-6", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Atoggle-task-task-2", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aconcept-task", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Atoggle-task-old-state-2", "https://html.spec.whatwg.org/multipage/interactive-elements.html#dom-details-open", "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Areflect", - "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aattr-details-open-6", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aattr-details-open-7", "https://html.spec.whatwg.org/multipage/interactive-elements.html#ancestor-details-revealing-algorithm", "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aflat-tree", - "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Athe-details-element-8", "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Athe-details-element-9", - "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aattr-details-open-7", - "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aconcept-element-attributes-set-value-2", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Athe-details-element-10", "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aattr-details-open-8", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aconcept-element-attributes-set-value-2", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aattr-details-open-9", "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aflat-tree-2", - "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Athe-details-element-10", "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Athe-details-element-11", "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Athe-details-element-12", - "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aattr-details-open-9", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Athe-details-element-13", + "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element%3Aattr-details-open-10", "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-summary-element", "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-summary-element", "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-summary-element%3Aconcept-element-categories", @@ -32441,6 +32460,25 @@ "https://html.spec.whatwg.org/multipage/interaction.html#activation%3Afire-a-synthetic-pointer-event", "https://html.spec.whatwg.org/multipage/interaction.html#activation%3Aevent-click-2", "https://html.spec.whatwg.org/multipage/interaction.html#activation%3Aclick-in-progress-flag-3", + "https://html.spec.whatwg.org/multipage/interaction.html#the-toggleevent-interface", + "https://html.spec.whatwg.org/multipage/interaction.html#the-toggleevent-interface%3Atoggleevent", + "https://html.spec.whatwg.org/multipage/interaction.html#toggleevent", + "https://html.spec.whatwg.org/multipage/interaction.html#the-toggleevent-interface%3Aevent", + "https://html.spec.whatwg.org/multipage/interaction.html#the-toggleevent-interface%3Atoggleeventinit", + "https://html.spec.whatwg.org/multipage/interaction.html#toggleeventinit", + "https://html.spec.whatwg.org/multipage/interaction.html#the-toggleevent-interface%3Aeventinit", + "https://html.spec.whatwg.org/multipage/interaction.html#dom-toggleevent-oldstate-dev", + "https://html.spec.whatwg.org/multipage/interaction.html#dom-toggleevent-newstate-dev", + "https://html.spec.whatwg.org/multipage/interaction.html#dom-toggleevent-oldstate", + "https://html.spec.whatwg.org/multipage/interaction.html#dom-toggleevent-newstate", + "https://html.spec.whatwg.org/multipage/interaction.html#toggle-task-tracker", + "https://html.spec.whatwg.org/multipage/interaction.html#the-toggleevent-interface%3Astruct", + "https://html.spec.whatwg.org/multipage/interaction.html#toggle-task-task", + "https://html.spec.whatwg.org/multipage/interaction.html#the-toggleevent-interface%3Aconcept-task", + "https://html.spec.whatwg.org/multipage/interaction.html#the-toggleevent-interface%3Atoggleevent-2", + "https://html.spec.whatwg.org/multipage/interaction.html#toggle-task-old-state", + "https://html.spec.whatwg.org/multipage/interaction.html#the-toggleevent-interface%3Atoggle-task-task", + "https://html.spec.whatwg.org/multipage/interaction.html#the-toggleevent-interface%3Adom-toggleevent-oldstate", "https://html.spec.whatwg.org/multipage/interaction.html#focus", "https://html.spec.whatwg.org/multipage/interaction.html#introduction-8", "https://html.spec.whatwg.org/multipage/interaction.html#introduction-8%3Afocused", @@ -34501,13 +34539,8 @@ "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Ahtml-elements-6", "https://html.spec.whatwg.org/multipage/popover.html#popover-showing-or-hiding", "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Ahtml-elements-7", - "https://html.spec.whatwg.org/multipage/popover.html#popover-toggle-task", - "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Astruct", - "https://html.spec.whatwg.org/multipage/popover.html#popover-toggle-task-task", - "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Atoggleevent", - "https://html.spec.whatwg.org/multipage/popover.html#popover-toggle-task-old-state", - "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Apopover-toggle-task-task", - "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Adom-toggleevent-oldstate", + "https://html.spec.whatwg.org/multipage/popover.html#popover-toggle-task-tracker", + "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Atoggle-task-tracker", "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Aconcept-element-attributes-change-ext", "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Ahtml-elements-8", "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Aattr-popover-7", @@ -34537,9 +34570,9 @@ "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Apopover-showing-or-hiding-3", "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Aconcept-event-fire", "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Aevent-beforetoggle", - "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Atoggleevent-2", + "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Atoggleevent", "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Adom-event-cancelable", - "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Adom-toggleevent-oldstate-2", + "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Adom-toggleevent-oldstate", "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Adom-toggleevent-newstate", "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Acheck-popover-validity-2", "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Acheck-popover-validity-3", @@ -34572,25 +34605,25 @@ "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Apreviously-focused-element-2", "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Aqueue-a-popover-toggle-event-task", "https://html.spec.whatwg.org/multipage/popover.html#queue-a-popover-toggle-event-task", - "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Apopover-toggle-task", - "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Apopover-toggle-task-2", - "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Apopover-toggle-task-old-state", - "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Apopover-toggle-task-3", - "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Apopover-toggle-task-task-2", + "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Apopover-toggle-task-tracker", + "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Apopover-toggle-task-tracker-2", + "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Atoggle-task-old-state", + "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Apopover-toggle-task-tracker-3", + "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Atoggle-task-task", "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Atask-queue", - "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Apopover-toggle-task-4", + "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Apopover-toggle-task-tracker-4", "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Aqueue-an-element-task", - "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Auser-interaction-task-source", + "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Adom-manipulation-task-source", "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Aconcept-event-fire-2", "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Aevent-toggle", - "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Atoggleevent-3", - "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Adom-toggleevent-oldstate-3", + "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Atoggleevent-2", + "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Adom-toggleevent-oldstate-2", "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Adom-toggleevent-newstate-2", - "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Apopover-toggle-task-5", - "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Apopover-toggle-task-6", - "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Apopover-toggle-task-task-3", + "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Apopover-toggle-task-tracker-5", + "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Apopover-toggle-task-tracker-6", + "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Atoggle-task-task-2", "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Aconcept-task", - "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Apopover-toggle-task-old-state-2", + "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Atoggle-task-old-state-2", "https://html.spec.whatwg.org/multipage/popover.html#dom-hidepopover", "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Ahide-popover-algorithm-2", "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Athis-2", @@ -34611,8 +34644,8 @@ "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Apopover-invoker-3", "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Aconcept-event-fire-3", "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Aevent-beforetoggle-4", - "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Atoggleevent-4", - "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Adom-toggleevent-oldstate-4", + "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Atoggleevent-3", + "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Adom-toggleevent-oldstate-3", "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Adom-toggleevent-newstate-3", "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Acheck-popover-validity-9", "https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute%3Acheck-popover-validity-10", @@ -34859,23 +34892,6 @@ "https://html.spec.whatwg.org/multipage/popover.html#popover-light-dismiss%3Apopover-visibility-state", "https://html.spec.whatwg.org/multipage/popover.html#popover-light-dismiss%3Apopover-showing-state", "https://html.spec.whatwg.org/multipage/popover.html#popover-light-dismiss%3Aflat-tree", - "https://html.spec.whatwg.org/multipage/popover.html#the-toggleevent-interface", - "https://html.spec.whatwg.org/multipage/popover.html#the-toggleevent-interface%3Atoggleevent", - "https://html.spec.whatwg.org/multipage/popover.html#toggleevent", - "https://html.spec.whatwg.org/multipage/popover.html#the-toggleevent-interface%3Aevent", - "https://html.spec.whatwg.org/multipage/popover.html#the-toggleevent-interface%3Atoggleeventinit", - "https://html.spec.whatwg.org/multipage/popover.html#toggleeventinit", - "https://html.spec.whatwg.org/multipage/popover.html#the-toggleevent-interface%3Aeventinit", - "https://html.spec.whatwg.org/multipage/popover.html#dom-toggleevent-oldstate-dev", - "https://html.spec.whatwg.org/multipage/popover.html#dom-toggleevent-newstate-dev", - "https://html.spec.whatwg.org/multipage/popover.html#dom-toggleevent-oldstate", - "https://html.spec.whatwg.org/multipage/popover.html#the-toggleevent-interface%3Aattr-popover", - "https://html.spec.whatwg.org/multipage/popover.html#the-toggleevent-interface%3Apopover-visibility-state", - "https://html.spec.whatwg.org/multipage/popover.html#the-toggleevent-interface%3Apopover-showing-state", - "https://html.spec.whatwg.org/multipage/popover.html#dom-toggleevent-newstate", - "https://html.spec.whatwg.org/multipage/popover.html#the-toggleevent-interface%3Aattr-popover-2", - "https://html.spec.whatwg.org/multipage/popover.html#the-toggleevent-interface%3Apopover-visibility-state-2", - "https://html.spec.whatwg.org/multipage/popover.html#the-toggleevent-interface%3Apopover-showing-state-2", "https://html.spec.whatwg.org/multipage/browsers.html#head", "https://html.spec.whatwg.org/multipage/browsers.html#living-standard", "https://html.spec.whatwg.org/multipage/browsers.html#toc-browsers", @@ -62668,7 +62684,6 @@ "https://html.spec.whatwg.org/multipage/indices.html#events-2%3Athe-form-element-6", "https://html.spec.whatwg.org/multipage/indices.html#events-2%3Aconcept-form-submit", "https://html.spec.whatwg.org/multipage/indices.html#event-toggle", - "https://html.spec.whatwg.org/multipage/indices.html#events-2%3Aevent-25", "https://html.spec.whatwg.org/multipage/indices.html#events-2%3Atoggleevent-2", "https://html.spec.whatwg.org/multipage/indices.html#events-2%3Athe-details-element", "https://html.spec.whatwg.org/multipage/indices.html#events-2%3Aattr-popover-2", @@ -62677,11 +62692,11 @@ "https://html.spec.whatwg.org/multipage/indices.html#event-unhandledrejection", "https://html.spec.whatwg.org/multipage/indices.html#events-2%3Apromiserejectionevent-2", "https://html.spec.whatwg.org/multipage/indices.html#event-unload", - "https://html.spec.whatwg.org/multipage/indices.html#events-2%3Aevent-26", + "https://html.spec.whatwg.org/multipage/indices.html#events-2%3Aevent-25", "https://html.spec.whatwg.org/multipage/indices.html#events-2%3Awindow-23", "https://html.spec.whatwg.org/multipage/indices.html#events-2%3Awindow-24", "https://html.spec.whatwg.org/multipage/indices.html#event-visibilitychange", - "https://html.spec.whatwg.org/multipage/indices.html#events-2%3Aevent-27", + "https://html.spec.whatwg.org/multipage/indices.html#events-2%3Aevent-26", "https://html.spec.whatwg.org/multipage/indices.html#events-2%3Adocument-5", "https://html.spec.whatwg.org/multipage/indices.html#events-2%3Adocument-6", "https://html.spec.whatwg.org/multipage/indices.html#http-headers", diff --git a/ed/index.json b/ed/index.json index f8ee141072f2..239ec87c5f66 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2023-08-25T18:41:11.395Z", + "date": "2023-08-26T00:47:47.881Z", "options": { "fallback": "ed/index.json", "output": "report", @@ -1012,7 +1012,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-typed-om-2/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 17:25:56 GMT" + "lastModified": "Fri, 25 Aug 2023 23:20:23 GMT" }, "generator": "bikeshed", "date": "8 February 2021", @@ -1060,7 +1060,7 @@ ], "crawled": "https://drafts.css-houdini.org/font-metrics-api-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 17:26:18 GMT" + "lastModified": "Fri, 25 Aug 2023 23:20:23 GMT" }, "generator": "bikeshed", "date": "12 May 2021", @@ -1120,7 +1120,7 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-4/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:10 GMT" + "lastModified": "Fri, 25 Aug 2023 23:22:47 GMT" }, "generator": "bikeshed", "date": "30 July 2023", @@ -1173,7 +1173,7 @@ ], "crawled": "https://drafts.csswg.org/css-borders-4/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:12 GMT" + "lastModified": "Fri, 25 Aug 2023 23:22:48 GMT" }, "generator": "bikeshed", "date": "2 August 2023", @@ -1233,7 +1233,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-6/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:36 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:07 GMT" }, "generator": "bikeshed", "date": "16 February 2023", @@ -1284,7 +1284,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-hdr/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:38 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:09 GMT" }, "generator": "bikeshed", "date": "2 July 2023", @@ -1336,7 +1336,7 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-values-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:43 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:13 GMT" }, "generator": "bikeshed", "date": "21 February 2023", @@ -1396,7 +1396,7 @@ ], "crawled": "https://drafts.csswg.org/css-display-4/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:59 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:25 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -1456,7 +1456,7 @@ ], "crawled": "https://drafts.csswg.org/css-easing-2/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:52:01 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:27 GMT" }, "generator": "bikeshed", "date": "21 February 2023", @@ -1515,7 +1515,7 @@ ], "crawled": "https://drafts.csswg.org/css-env-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:52:04 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:30 GMT" }, "generator": "bikeshed", "date": "30 August 2021", @@ -1568,7 +1568,7 @@ ], "crawled": "https://drafts.csswg.org/css-extensions-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:52:07 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:32 GMT" }, "generator": "bikeshed", "date": "26 August 2020", @@ -1621,7 +1621,7 @@ ], "crawled": "https://drafts.csswg.org/css-forms-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:52:25 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:47 GMT" }, "generator": "bikeshed", "date": "11 October 2017", @@ -1679,7 +1679,7 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-4/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:52:28 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:49 GMT" }, "generator": "bikeshed", "date": "17 July 2023", @@ -1739,7 +1739,7 @@ ], "crawled": "https://drafts.csswg.org/css-grid-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:52:38 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:57 GMT" }, "generator": "bikeshed", "date": "22 February 2021", @@ -1799,7 +1799,7 @@ ], "crawled": "https://drafts.csswg.org/css-images-5/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:52:46 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:03 GMT" }, "generator": "bikeshed", "date": "28 November 2022", @@ -1852,7 +1852,7 @@ ], "crawled": "https://drafts.csswg.org/css-link-params-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:52:51 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:07 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -1912,7 +1912,7 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-2/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:01 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:15 GMT" }, "generator": "bikeshed", "date": "5 October 2021", @@ -1972,7 +1972,7 @@ ], "crawled": "https://drafts.csswg.org/css-page-4/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:14 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:25 GMT" }, "generator": "bikeshed", "date": "12 May 2023", @@ -2031,7 +2031,7 @@ ], "crawled": "https://drafts.csswg.org/css-position-4/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:18 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:29 GMT" }, "generator": "bikeshed", "date": "18 May 2023", @@ -2091,7 +2091,7 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-2/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:35 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:42 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -2152,7 +2152,7 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-2/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:41 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:46 GMT" }, "generator": "bikeshed", "date": "7 March 2022", @@ -2211,7 +2211,7 @@ ], "crawled": "https://drafts.csswg.org/css-size-adjust-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:42 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:47 GMT" }, "generator": "bikeshed", "date": "23 June 2022", @@ -2271,7 +2271,7 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-2/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:54:18 GMT" + "lastModified": "Fri, 25 Aug 2023 23:25:16 GMT" }, "generator": "bikeshed", "date": "24 August 2023", @@ -2332,7 +2332,7 @@ ], "crawled": "https://drafts.csswg.org/css-values-5/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:54:32 GMT" + "lastModified": "Fri, 25 Aug 2023 23:25:27 GMT" }, "generator": "bikeshed", "date": "6 April 2023", @@ -2392,7 +2392,7 @@ ], "crawled": "https://drafts.csswg.org/css-variables-2/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:54:36 GMT" + "lastModified": "Fri, 25 Aug 2023 23:25:30 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -2443,7 +2443,7 @@ ], "crawled": "https://drafts.csswg.org/css-viewport/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:54:41 GMT" + "lastModified": "Fri, 25 Aug 2023 23:25:34 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -2558,7 +2558,7 @@ ], "crawled": "https://drafts.fxtf.org/filter-effects-2/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 17:24:09 GMT" + "lastModified": "Fri, 25 Aug 2023 20:13:06 GMT" }, "generator": "bikeshed", "date": "7 March 2023", @@ -3026,7 +3026,7 @@ ], "crawled": "https://html.spec.whatwg.org/multipage/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 10:55:10 GMT" + "lastModified": "Fri, 25 Aug 2023 19:11:38 GMT" }, "date": "25 August 2023", "links": "links/html.json", @@ -6107,10 +6107,10 @@ ], "crawled": "https://screen-share.github.io/element-capture/", "crawlCacheInfo": { - "lastModified": "Mon, 24 Jul 2023 09:05:46 GMT" + "lastModified": "Fri, 25 Aug 2023 18:36:53 GMT" }, "generator": "respec", - "date": "24 July 2023", + "date": "25 August 2023", "links": "links/element-capture.json", "refs": "refs/element-capture.json", "idl": "idl/element-capture.idl", @@ -7680,9 +7680,9 @@ ], "crawled": "https://tc39.es/proposal-temporal/", "crawlCacheInfo": { - "lastModified": "Thu, 24 Aug 2023 20:16:09 GMT" + "lastModified": "Fri, 25 Aug 2023 19:05:39 GMT" }, - "date": "24 August 2023", + "date": "25 August 2023", "links": "links/tc39-temporal.json", "headings": "headings/tc39-temporal.json", "ids": "ids/tc39-temporal.json" @@ -12639,9 +12639,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc4120", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 18:35:16 GMT" + "lastModified": "Sat, 26 Aug 2023 00:45:24 GMT" }, - "date": "25 August 2023", + "date": "26 August 2023", "links": "links/rfc4120.json", "ids": "ids/rfc4120.json" }, @@ -13826,9 +13826,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc9110", "crawlCacheInfo": { - "lastModified": "Mon, 21 Aug 2023 12:08:14 GMT" + "lastModified": "Tue, 22 Aug 2023 14:43:31 GMT" }, - "date": "21 August 2023", + "date": "22 August 2023", "links": "links/rfc9110.json", "refs": "refs/rfc9110.json", "headings": "headings/rfc9110.json", @@ -13918,9 +13918,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc9112", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 18:35:32 GMT" + "lastModified": "Sat, 26 Aug 2023 00:45:26 GMT" }, - "date": "25 August 2023", + "date": "26 August 2023", "links": "links/rfc9112.json", "refs": "refs/rfc9112.json", "headings": "headings/rfc9112.json", @@ -13964,7 +13964,7 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc9113", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 18:35:35 GMT" + "lastModified": "Fri, 25 Aug 2023 19:44:15 GMT" }, "date": "25 August 2023", "links": "links/rfc9113.json", @@ -14010,9 +14010,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc9114", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 18:35:36 GMT" + "lastModified": "Sat, 26 Aug 2023 00:45:29 GMT" }, - "date": "25 August 2023", + "date": "26 August 2023", "links": "links/rfc9114.json", "refs": "refs/rfc9114.json", "headings": "headings/rfc9114.json", @@ -14056,9 +14056,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc9163", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 18:35:36 GMT" + "lastModified": "Sat, 26 Aug 2023 00:45:29 GMT" }, - "date": "25 August 2023", + "date": "26 August 2023", "links": "links/rfc9163.json", "refs": "refs/rfc9163.json", "headings": "headings/rfc9163.json", @@ -15281,10 +15281,10 @@ ], "crawled": "https://w3c.github.io/core-aam/", "crawlCacheInfo": { - "lastModified": "Mon, 21 Aug 2023 18:35:46 GMT" + "lastModified": "Fri, 25 Aug 2023 20:38:26 GMT" }, "generator": "respec", - "date": "21 August 2023", + "date": "25 August 2023", "links": "links/core-aam-1.2.json", "refs": "refs/core-aam-1.2.json", "dfns": "dfns/core-aam-1.2.json", @@ -15532,7 +15532,7 @@ ], "crawled": "https://drafts.csswg.org/css-2022/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:50:55 GMT" + "lastModified": "Fri, 25 Aug 2023 23:22:35 GMT" }, "generator": "bikeshed", "date": "21 November 2022", @@ -15591,7 +15591,7 @@ ], "crawled": "https://drafts.csswg.org/css-2023/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:50:58 GMT" + "lastModified": "Fri, 25 Aug 2023 23:22:37 GMT" }, "generator": "bikeshed", "date": "10 February 2023", @@ -15656,7 +15656,7 @@ ], "crawled": "https://drafts.csswg.org/css-align-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:01 GMT" + "lastModified": "Fri, 25 Aug 2023 23:22:39 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -15716,10 +15716,10 @@ ], "crawled": "https://drafts.csswg.org/css-anchor-position-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:03 GMT" + "lastModified": "Fri, 25 Aug 2023 23:22:41 GMT" }, "generator": "bikeshed", - "date": "24 August 2023", + "date": "25 August 2023", "links": "links/css-anchor-position-1.json", "refs": "refs/css-anchor-position-1.json", "idl": "idl/css-anchor-position.idl", @@ -15780,7 +15780,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-animationworklet-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 17:25:39 GMT" + "lastModified": "Fri, 25 Aug 2023 23:20:23 GMT" }, "generator": "bikeshed", "date": "15 July 2022", @@ -15847,7 +15847,7 @@ ], "crawled": "https://drafts.csswg.org/css-animations-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:05 GMT" + "lastModified": "Fri, 25 Aug 2023 23:22:42 GMT" }, "generator": "bikeshed", "date": "2 June 2023", @@ -15915,7 +15915,7 @@ ], "crawled": "https://drafts.csswg.org/css-animations-2/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:06 GMT" + "lastModified": "Fri, 25 Aug 2023 23:22:44 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -15983,7 +15983,7 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:09 GMT" + "lastModified": "Fri, 25 Aug 2023 23:22:46 GMT" }, "generator": "bikeshed", "date": "17 March 2023", @@ -16050,7 +16050,7 @@ ], "crawled": "https://drafts.csswg.org/css-box-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:13 GMT" + "lastModified": "Fri, 25 Aug 2023 23:22:49 GMT" }, "generator": "bikeshed", "date": "3 March 2023", @@ -16115,7 +16115,7 @@ ], "crawled": "https://drafts.csswg.org/css-box-4/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:14 GMT" + "lastModified": "Fri, 25 Aug 2023 23:22:50 GMT" }, "generator": "bikeshed", "date": "3 March 2023", @@ -16182,7 +16182,7 @@ ], "crawled": "https://drafts.csswg.org/css-break-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:16 GMT" + "lastModified": "Fri, 25 Aug 2023 23:22:51 GMT" }, "generator": "bikeshed", "date": "21 December 2022", @@ -16247,7 +16247,7 @@ ], "crawled": "https://drafts.csswg.org/css-break-4/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:18 GMT" + "lastModified": "Fri, 25 Aug 2023 23:22:53 GMT" }, "generator": "bikeshed", "date": "21 December 2022", @@ -16313,7 +16313,7 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:19 GMT" + "lastModified": "Fri, 25 Aug 2023 23:22:54 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -16380,7 +16380,7 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-4/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:22 GMT" + "lastModified": "Fri, 25 Aug 2023 23:22:56 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -16446,7 +16446,7 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-5/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:24 GMT" + "lastModified": "Fri, 25 Aug 2023 23:22:58 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -16513,7 +16513,7 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-6/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:26 GMT" + "lastModified": "Fri, 25 Aug 2023 23:22:59 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -16580,7 +16580,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:50:37 GMT" + "lastModified": "Fri, 25 Aug 2023 23:22:20 GMT" }, "date": "18 January 2022", "links": "links/css-color-3.json", @@ -16646,7 +16646,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-4/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:31 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:04 GMT" }, "generator": "bikeshed", "date": "23 August 2023", @@ -16713,7 +16713,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-5/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:34 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:06 GMT" }, "generator": "bikeshed", "date": "23 August 2023", @@ -16780,7 +16780,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-adjust-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:37 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:08 GMT" }, "generator": "bikeshed", "date": "14 June 2022", @@ -16847,7 +16847,7 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:40 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:10 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -16915,7 +16915,7 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-4/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:41 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:11 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -16981,7 +16981,7 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-5/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:42 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:12 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -17047,7 +17047,7 @@ ], "crawled": "https://drafts.csswg.org/css-contain-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:45 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:14 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -17114,7 +17114,7 @@ ], "crawled": "https://drafts.csswg.org/css-contain-2/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:48 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:17 GMT" }, "generator": "bikeshed", "date": "23 August 2023", @@ -17182,7 +17182,7 @@ ], "crawled": "https://drafts.csswg.org/css-contain-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:50 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:18 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -17249,7 +17249,7 @@ ], "crawled": "https://drafts.csswg.org/css-content-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:51 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:19 GMT" }, "generator": "bikeshed", "date": "23 June 2022", @@ -17315,7 +17315,7 @@ ], "crawled": "https://drafts.csswg.org/css-counter-styles-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:54 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:21 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -17383,7 +17383,7 @@ ], "crawled": "https://drafts.csswg.org/css-display-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:51:56 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:23 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -17449,7 +17449,7 @@ ], "crawled": "https://drafts.csswg.org/css-easing-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:52:00 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:26 GMT" }, "generator": "bikeshed", "date": "14 April 2023", @@ -17514,7 +17514,7 @@ ], "crawled": "https://drafts.csswg.org/css-flexbox-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:52:12 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:36 GMT" }, "generator": "bikeshed", "date": "17 March 2023", @@ -17580,7 +17580,7 @@ ], "crawled": "https://drafts.csswg.org/css-font-loading-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:52:14 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:38 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -17650,7 +17650,7 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-4/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:52:20 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:42 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -17717,7 +17717,7 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-5/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:52:24 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:46 GMT" }, "generator": "bikeshed", "date": "1 March 2023", @@ -17784,7 +17784,7 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:52:27 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:48 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -17850,7 +17850,7 @@ ], "crawled": "https://drafts.csswg.org/css-grid-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:52:32 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:52 GMT" }, "generator": "bikeshed", "date": "27 July 2023", @@ -17917,7 +17917,7 @@ ], "crawled": "https://drafts.csswg.org/css-grid-2/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:52:37 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:56 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -17977,7 +17977,7 @@ ], "crawled": "https://drafts.csswg.org/css-highlight-api-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:52:40 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:58 GMT" }, "generator": "bikeshed", "date": "5 April 2023", @@ -18045,7 +18045,7 @@ ], "crawled": "https://drafts.csswg.org/css-images-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:52:42 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:00 GMT" }, "generator": "bikeshed", "date": "5 July 2023", @@ -18112,7 +18112,7 @@ ], "crawled": "https://drafts.csswg.org/css-images-4/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:52:45 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:02 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -18179,7 +18179,7 @@ ], "crawled": "https://drafts.csswg.org/css-inline-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:52:49 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:05 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -18242,7 +18242,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-layout-api-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 17:25:45 GMT" + "lastModified": "Fri, 25 Aug 2023 23:20:23 GMT" }, "generator": "bikeshed", "date": "15 July 2022", @@ -18303,7 +18303,7 @@ ], "crawled": "https://drafts.csswg.org/css-line-grid-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:52:50 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:06 GMT" }, "generator": "bikeshed", "date": "15 July 2022", @@ -18369,7 +18369,7 @@ ], "crawled": "https://drafts.csswg.org/css-lists-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:52:53 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:09 GMT" }, "generator": "bikeshed", "date": "14 March 2023", @@ -18435,7 +18435,7 @@ ], "crawled": "https://drafts.csswg.org/css-logical-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:52:55 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:10 GMT" }, "generator": "bikeshed", "date": "3 March 2023", @@ -18498,7 +18498,7 @@ ], "crawled": "https://drafts.fxtf.org/css-masking-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 17:24:00 GMT" + "lastModified": "Fri, 25 Aug 2023 20:12:57 GMT" }, "generator": "bikeshed", "date": "21 July 2023", @@ -18567,7 +18567,7 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:00 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:14 GMT" }, "generator": "bikeshed", "date": "27 February 2023", @@ -18633,7 +18633,7 @@ ], "crawled": "https://drafts.csswg.org/css-namespaces-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:02 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:16 GMT" }, "generator": "bikeshed", "date": "18 August 2020", @@ -18693,7 +18693,7 @@ ], "crawled": "https://drafts.csswg.org/css-nav-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:04 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:17 GMT" }, "generator": "bikeshed", "date": "1 March 2023", @@ -18755,7 +18755,7 @@ ], "crawled": "https://drafts.csswg.org/css-nesting-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:05 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:18 GMT" }, "generator": "bikeshed", "date": "14 July 2023", @@ -18822,7 +18822,7 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:07 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:20 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -18888,7 +18888,7 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-4/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:09 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:22 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -18954,7 +18954,7 @@ ], "crawled": "https://drafts.csswg.org/css-overscroll-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:10 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:23 GMT" }, "generator": "bikeshed", "date": "3 March 2023", @@ -19021,7 +19021,7 @@ ], "crawled": "https://drafts.csswg.org/css-page-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:13 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:24 GMT" }, "generator": "bikeshed", "date": "5 August 2023", @@ -19081,7 +19081,7 @@ ], "crawled": "https://drafts.csswg.org/css-page-floats-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:15 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:26 GMT" }, "generator": "bikeshed", "date": "5 October 2021", @@ -19144,7 +19144,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-paint-api-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 17:25:48 GMT" + "lastModified": "Fri, 25 Aug 2023 23:20:23 GMT" }, "generator": "bikeshed", "date": "15 December 2020", @@ -19212,7 +19212,7 @@ ], "crawled": "https://drafts.csswg.org/css-position-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:17 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:28 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -19279,10 +19279,10 @@ ], "crawled": "https://drafts.css-houdini.org/css-properties-values-api-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 17:25:54 GMT" + "lastModified": "Fri, 25 Aug 2023 23:20:32 GMT" }, "generator": "bikeshed", - "date": "3 February 2023", + "date": "25 August 2023", "links": "links/css-properties-values-api-1.json", "refs": "refs/css-properties-values-api-1.json", "idl": "idl/css-properties-values-api.idl", @@ -19346,7 +19346,7 @@ ], "crawled": "https://drafts.csswg.org/css-pseudo-4/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:22 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:32 GMT" }, "generator": "bikeshed", "date": "4 July 2023", @@ -19407,7 +19407,7 @@ ], "crawled": "https://drafts.csswg.org/css-regions-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:24 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:33 GMT" }, "generator": "bikeshed", "date": "1 August 2023", @@ -19468,7 +19468,7 @@ ], "crawled": "https://drafts.csswg.org/css-rhythm-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:25 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:34 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -19534,7 +19534,7 @@ ], "crawled": "https://drafts.csswg.org/css-round-display-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:27 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:35 GMT" }, "generator": "bikeshed", "date": "27 February 2023", @@ -19600,7 +19600,7 @@ ], "crawled": "https://drafts.csswg.org/css-ruby-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:29 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:37 GMT" }, "generator": "bikeshed", "date": "21 August 2023", @@ -19666,7 +19666,7 @@ ], "crawled": "https://drafts.csswg.org/css-scoping-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:31 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:38 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -19732,7 +19732,7 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-anchoring-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:32 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:39 GMT" }, "generator": "bikeshed", "date": "22 December 2020", @@ -19799,7 +19799,7 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:34 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:41 GMT" }, "generator": "bikeshed", "date": "20 April 2023", @@ -19865,7 +19865,7 @@ ], "crawled": "https://drafts.csswg.org/css-scrollbars-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:36 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:43 GMT" }, "generator": "bikeshed", "date": "6 August 2023", @@ -19931,7 +19931,7 @@ ], "crawled": "https://drafts.csswg.org/css-shadow-parts-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:37 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:44 GMT" }, "generator": "bikeshed", "date": "15 September 2020", @@ -19999,7 +19999,7 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:39 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:45 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -20066,7 +20066,7 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:43 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:48 GMT" }, "generator": "bikeshed", "date": "27 July 2023", @@ -20132,7 +20132,7 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-4/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:45 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:50 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -20198,7 +20198,7 @@ ], "crawled": "https://drafts.csswg.org/css-speech-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:47 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:51 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -20262,7 +20262,7 @@ ], "crawled": "https://drafts.csswg.org/css-style-attr/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:50:37 GMT" + "lastModified": "Fri, 25 Aug 2023 23:22:20 GMT" }, "date": "10 April 2015", "links": "links/css-style-attr.json", @@ -20327,7 +20327,7 @@ ], "crawled": "https://drafts.csswg.org/css-syntax-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:50 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:54 GMT" }, "generator": "bikeshed", "date": "12 July 2023", @@ -20393,7 +20393,7 @@ ], "crawled": "https://drafts.csswg.org/css-tables-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:53 GMT" + "lastModified": "Fri, 25 Aug 2023 23:24:56 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -20460,7 +20460,7 @@ ], "crawled": "https://drafts.csswg.org/css-text-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:53:59 GMT" + "lastModified": "Fri, 25 Aug 2023 23:25:01 GMT" }, "generator": "bikeshed", "date": "25 August 2023", @@ -20526,7 +20526,7 @@ ], "crawled": "https://drafts.csswg.org/css-text-4/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:54:07 GMT" + "lastModified": "Fri, 25 Aug 2023 23:25:07 GMT" }, "generator": "bikeshed", "date": "25 August 2023", @@ -20593,7 +20593,7 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:54:08 GMT" + "lastModified": "Fri, 25 Aug 2023 23:25:08 GMT" }, "generator": "bikeshed", "date": "18 August 2022", @@ -20659,7 +20659,7 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-4/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:54:11 GMT" + "lastModified": "Fri, 25 Aug 2023 23:25:10 GMT" }, "generator": "bikeshed", "date": "15 August 2023", @@ -20726,7 +20726,7 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:54:13 GMT" + "lastModified": "Fri, 25 Aug 2023 23:25:12 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -20792,7 +20792,7 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-2/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:54:15 GMT" + "lastModified": "Fri, 25 Aug 2023 23:25:14 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -20859,7 +20859,7 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:54:17 GMT" + "lastModified": "Fri, 25 Aug 2023 23:25:15 GMT" }, "generator": "bikeshed", "date": "23 August 2023", @@ -20929,10 +20929,10 @@ ], "crawled": "https://drafts.css-houdini.org/css-typed-om-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 17:26:15 GMT" + "lastModified": "Fri, 25 Aug 2023 23:20:50 GMT" }, "generator": "bikeshed", - "date": "3 March 2023", + "date": "6 April 2023", "links": "links/css-typed-om-1.json", "refs": "refs/css-typed-om-1.json", "idl": "idl/css-typed-om.idl", @@ -20995,7 +20995,7 @@ ], "crawled": "https://drafts.csswg.org/css-ui-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:54:20 GMT" + "lastModified": "Fri, 25 Aug 2023 23:25:18 GMT" }, "generator": "bikeshed", "date": "27 February 2023", @@ -21061,7 +21061,7 @@ ], "crawled": "https://drafts.csswg.org/css-ui-4/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:54:23 GMT" + "lastModified": "Fri, 25 Aug 2023 23:25:20 GMT" }, "generator": "bikeshed", "date": "16 August 2023", @@ -21129,7 +21129,7 @@ ], "crawled": "https://drafts.csswg.org/css-values-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:54:26 GMT" + "lastModified": "Fri, 25 Aug 2023 23:25:22 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -21196,7 +21196,7 @@ ], "crawled": "https://drafts.csswg.org/css-values-4/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:54:30 GMT" + "lastModified": "Fri, 25 Aug 2023 23:25:26 GMT" }, "generator": "bikeshed", "date": "10 August 2023", @@ -21263,7 +21263,7 @@ ], "crawled": "https://drafts.csswg.org/css-variables-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:54:34 GMT" + "lastModified": "Fri, 25 Aug 2023 23:25:29 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -21322,7 +21322,7 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:54:39 GMT" + "lastModified": "Fri, 25 Aug 2023 23:25:32 GMT" }, "generator": "bikeshed", "date": "24 August 2023", @@ -21389,7 +21389,7 @@ ], "crawled": "https://drafts.csswg.org/css-will-change-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:54:42 GMT" + "lastModified": "Fri, 25 Aug 2023 23:25:35 GMT" }, "generator": "bikeshed", "date": "29 April 2022", @@ -21456,7 +21456,7 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:54:45 GMT" + "lastModified": "Fri, 25 Aug 2023 23:25:37 GMT" }, "generator": "bikeshed", "date": "2 July 2023", @@ -21522,7 +21522,7 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-4/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:54:47 GMT" + "lastModified": "Fri, 25 Aug 2023 23:25:39 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -21726,7 +21726,7 @@ ], "crawled": "https://drafts.csswg.org/css2/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:54:57 GMT" + "lastModified": "Fri, 25 Aug 2023 23:25:46 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -21792,7 +21792,7 @@ ], "crawled": "https://drafts.csswg.org/css-exclusions-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:52:06 GMT" + "lastModified": "Fri, 25 Aug 2023 23:23:31 GMT" }, "generator": "bikeshed", "date": "28 July 2021", @@ -21858,7 +21858,7 @@ ], "crawled": "https://drafts.csswg.org/cssom-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:55:01 GMT" + "lastModified": "Fri, 25 Aug 2023 23:25:50 GMT" }, "generator": "bikeshed", "date": "14 July 2023", @@ -21925,7 +21925,7 @@ ], "crawled": "https://drafts.csswg.org/cssom-view-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:55:05 GMT" + "lastModified": "Fri, 25 Aug 2023 23:25:54 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -22164,10 +22164,10 @@ ], "crawled": "https://w3c.github.io/edit-context/", "crawlCacheInfo": { - "lastModified": "Wed, 23 Aug 2023 20:47:00 GMT" + "lastModified": "Fri, 25 Aug 2023 22:56:23 GMT" }, "generator": "respec", - "date": "23 August 2023", + "date": "25 August 2023", "links": "links/edit-context.json", "refs": "refs/edit-context.json", "events": "events/edit-context.json", @@ -22585,7 +22585,7 @@ ], "crawled": "https://drafts.fxtf.org/fill-stroke-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 17:24:07 GMT" + "lastModified": "Fri, 25 Aug 2023 20:13:04 GMT" }, "generator": "bikeshed", "date": "4 April 2017", @@ -22649,7 +22649,7 @@ ], "crawled": "https://drafts.fxtf.org/filter-effects-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 17:24:29 GMT" + "lastModified": "Fri, 25 Aug 2023 20:13:27 GMT" }, "generator": "bikeshed", "date": "12 September 2022", @@ -23020,7 +23020,7 @@ ], "crawled": "https://drafts.fxtf.org/geometry-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 17:24:37 GMT" + "lastModified": "Fri, 25 Aug 2023 20:13:35 GMT" }, "generator": "bikeshed", "date": "10 February 2022", @@ -23326,10 +23326,10 @@ ], "crawled": "https://w3c.github.io/html-aam/", "crawlCacheInfo": { - "lastModified": "Fri, 18 Aug 2023 20:29:11 GMT" + "lastModified": "Fri, 25 Aug 2023 21:14:15 GMT" }, "generator": "respec", - "date": "18 August 2023", + "date": "25 August 2023", "links": "links/html-aam-1.0.json", "refs": "refs/html-aam-1.0.json", "headings": "headings/html-aam-1.0.json", @@ -24812,7 +24812,7 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:50:37 GMT" + "lastModified": "Fri, 25 Aug 2023 23:22:20 GMT" }, "date": "05 April 2022", "links": "links/mediaqueries-3.json", @@ -24877,7 +24877,7 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-4/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:55:11 GMT" + "lastModified": "Fri, 25 Aug 2023 23:25:58 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -24943,7 +24943,7 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-5/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:55:14 GMT" + "lastModified": "Fri, 25 Aug 2023 23:26:00 GMT" }, "generator": "bikeshed", "date": "7 August 2023", @@ -25351,7 +25351,7 @@ ], "crawled": "https://drafts.fxtf.org/motion-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 17:24:42 GMT" + "lastModified": "Fri, 25 Aug 2023 20:13:40 GMT" }, "generator": "bikeshed", "date": "1 August 2023", @@ -27494,7 +27494,7 @@ ], "crawled": "https://drafts.csswg.org/resize-observer-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:55:16 GMT" + "lastModified": "Fri, 25 Aug 2023 23:26:02 GMT" }, "generator": "bikeshed", "date": "27 January 2023", @@ -27812,7 +27812,7 @@ ], "crawled": "https://drafts.csswg.org/scroll-animations-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:55:18 GMT" + "lastModified": "Fri, 25 Aug 2023 23:26:03 GMT" }, "generator": "bikeshed", "date": "15 August 2023", @@ -28065,7 +28065,7 @@ ], "crawled": "https://drafts.csswg.org/selectors-3/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:50:37 GMT" + "lastModified": "Fri, 25 Aug 2023 23:22:20 GMT" }, "date": "30 January 2018", "links": "links/selectors-3.json", @@ -28130,7 +28130,7 @@ ], "crawled": "https://drafts.csswg.org/selectors-4/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:55:22 GMT" + "lastModified": "Fri, 25 Aug 2023 23:26:06 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -30253,7 +30253,7 @@ ], "crawled": "https://drafts.csswg.org/web-animations-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:55:29 GMT" + "lastModified": "Fri, 25 Aug 2023 23:26:12 GMT" }, "generator": "bikeshed", "date": "22 August 2023", @@ -30320,7 +30320,7 @@ ], "crawled": "https://drafts.csswg.org/web-animations-2/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:55:32 GMT" + "lastModified": "Fri, 25 Aug 2023 23:26:15 GMT" }, "generator": "bikeshed", "date": "22 August 2023", @@ -30626,10 +30626,10 @@ ], "crawled": "https://w3c.github.io/webcodecs/aac_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Tue, 22 Aug 2023 14:15:29 GMT" + "lastModified": "Fri, 25 Aug 2023 20:59:04 GMT" }, "generator": "bikeshed", - "date": "21 August 2023", + "date": "25 August 2023", "links": "links/webcodecs-aac-codec-registration.json", "refs": "refs/webcodecs-aac-codec-registration.json", "idl": "idl/webcodecs-aac-codec-registration.idl", @@ -30682,10 +30682,10 @@ ], "crawled": "https://w3c.github.io/webcodecs/alaw_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Tue, 22 Aug 2023 14:15:29 GMT" + "lastModified": "Fri, 25 Aug 2023 20:59:04 GMT" }, "generator": "bikeshed", - "date": "21 August 2023", + "date": "25 August 2023", "links": "links/webcodecs-alaw-codec-registration.json", "refs": "refs/webcodecs-alaw-codec-registration.json", "headings": "headings/webcodecs-alaw-codec-registration.json", @@ -30736,10 +30736,10 @@ ], "crawled": "https://w3c.github.io/webcodecs/av1_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Tue, 22 Aug 2023 14:15:29 GMT" + "lastModified": "Fri, 25 Aug 2023 20:59:04 GMT" }, "generator": "bikeshed", - "date": "21 August 2023", + "date": "25 August 2023", "links": "links/webcodecs-av1-codec-registration.json", "refs": "refs/webcodecs-av1-codec-registration.json", "idl": "idl/webcodecs-av1-codec-registration.idl", @@ -30792,10 +30792,10 @@ ], "crawled": "https://w3c.github.io/webcodecs/avc_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Tue, 22 Aug 2023 14:15:29 GMT" + "lastModified": "Fri, 25 Aug 2023 20:59:04 GMT" }, "generator": "bikeshed", - "date": "21 August 2023", + "date": "25 August 2023", "links": "links/webcodecs-avc-codec-registration.json", "refs": "refs/webcodecs-avc-codec-registration.json", "idl": "idl/webcodecs-avc-codec-registration.idl", @@ -30848,10 +30848,10 @@ ], "crawled": "https://w3c.github.io/webcodecs/codec_registry.html", "crawlCacheInfo": { - "lastModified": "Tue, 22 Aug 2023 14:15:29 GMT" + "lastModified": "Fri, 25 Aug 2023 20:59:04 GMT" }, "generator": "bikeshed", - "date": "22 August 2023", + "date": "25 August 2023", "links": "links/webcodecs-codec-registry.json", "refs": "refs/webcodecs-codec-registry.json", "headings": "headings/webcodecs-codec-registry.json", @@ -30902,10 +30902,10 @@ ], "crawled": "https://w3c.github.io/webcodecs/flac_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Tue, 22 Aug 2023 14:15:29 GMT" + "lastModified": "Fri, 25 Aug 2023 20:59:04 GMT" }, "generator": "bikeshed", - "date": "21 August 2023", + "date": "25 August 2023", "links": "links/webcodecs-flac-codec-registration.json", "refs": "refs/webcodecs-flac-codec-registration.json", "idl": "idl/webcodecs-flac-codec-registration.idl", @@ -30958,10 +30958,10 @@ ], "crawled": "https://w3c.github.io/webcodecs/hevc_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Tue, 22 Aug 2023 14:15:29 GMT" + "lastModified": "Fri, 25 Aug 2023 20:59:04 GMT" }, "generator": "bikeshed", - "date": "21 August 2023", + "date": "25 August 2023", "links": "links/webcodecs-hevc-codec-registration.json", "refs": "refs/webcodecs-hevc-codec-registration.json", "idl": "idl/webcodecs-hevc-codec-registration.idl", @@ -31014,10 +31014,10 @@ ], "crawled": "https://w3c.github.io/webcodecs/mp3_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Tue, 22 Aug 2023 14:15:29 GMT" + "lastModified": "Fri, 25 Aug 2023 20:59:04 GMT" }, "generator": "bikeshed", - "date": "21 August 2023", + "date": "25 August 2023", "links": "links/webcodecs-mp3-codec-registration.json", "refs": "refs/webcodecs-mp3-codec-registration.json", "headings": "headings/webcodecs-mp3-codec-registration.json", @@ -31068,10 +31068,10 @@ ], "crawled": "https://w3c.github.io/webcodecs/opus_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Tue, 22 Aug 2023 14:15:29 GMT" + "lastModified": "Fri, 25 Aug 2023 20:59:04 GMT" }, "generator": "bikeshed", - "date": "21 August 2023", + "date": "25 August 2023", "links": "links/webcodecs-opus-codec-registration.json", "refs": "refs/webcodecs-opus-codec-registration.json", "idl": "idl/webcodecs-opus-codec-registration.idl", @@ -31124,10 +31124,10 @@ ], "crawled": "https://w3c.github.io/webcodecs/pcm_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Tue, 22 Aug 2023 14:15:29 GMT" + "lastModified": "Fri, 25 Aug 2023 20:59:04 GMT" }, "generator": "bikeshed", - "date": "21 August 2023", + "date": "25 August 2023", "links": "links/webcodecs-pcm-codec-registration.json", "refs": "refs/webcodecs-pcm-codec-registration.json", "headings": "headings/webcodecs-pcm-codec-registration.json", @@ -31178,10 +31178,10 @@ ], "crawled": "https://w3c.github.io/webcodecs/ulaw_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Tue, 22 Aug 2023 14:15:29 GMT" + "lastModified": "Fri, 25 Aug 2023 20:59:04 GMT" }, "generator": "bikeshed", - "date": "21 August 2023", + "date": "25 August 2023", "links": "links/webcodecs-ulaw-codec-registration.json", "refs": "refs/webcodecs-ulaw-codec-registration.json", "headings": "headings/webcodecs-ulaw-codec-registration.json", @@ -31232,10 +31232,10 @@ ], "crawled": "https://w3c.github.io/webcodecs/vorbis_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Tue, 22 Aug 2023 14:15:29 GMT" + "lastModified": "Fri, 25 Aug 2023 20:59:04 GMT" }, "generator": "bikeshed", - "date": "21 August 2023", + "date": "25 August 2023", "links": "links/webcodecs-vorbis-codec-registration.json", "refs": "refs/webcodecs-vorbis-codec-registration.json", "headings": "headings/webcodecs-vorbis-codec-registration.json", @@ -31286,10 +31286,10 @@ ], "crawled": "https://w3c.github.io/webcodecs/vp8_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Tue, 22 Aug 2023 14:15:29 GMT" + "lastModified": "Fri, 25 Aug 2023 20:59:04 GMT" }, "generator": "bikeshed", - "date": "21 August 2023", + "date": "25 August 2023", "links": "links/webcodecs-vp8-codec-registration.json", "refs": "refs/webcodecs-vp8-codec-registration.json", "headings": "headings/webcodecs-vp8-codec-registration.json", @@ -31340,10 +31340,10 @@ ], "crawled": "https://w3c.github.io/webcodecs/vp9_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Tue, 22 Aug 2023 14:15:29 GMT" + "lastModified": "Fri, 25 Aug 2023 20:59:04 GMT" }, "generator": "bikeshed", - "date": "21 August 2023", + "date": "25 August 2023", "links": "links/webcodecs-vp9-codec-registration.json", "refs": "refs/webcodecs-vp9-codec-registration.json", "idl": "idl/webcodecs-vp9-codec-registration.idl", @@ -31402,10 +31402,10 @@ ], "crawled": "https://w3c.github.io/webcodecs/", "crawlCacheInfo": { - "lastModified": "Tue, 22 Aug 2023 14:15:29 GMT" + "lastModified": "Fri, 25 Aug 2023 20:59:04 GMT" }, "generator": "bikeshed", - "date": "21 August 2023", + "date": "25 August 2023", "links": "links/webcodecs.json", "refs": "refs/webcodecs.json", "events": "events/webcodecs.json", @@ -33191,7 +33191,7 @@ ], "crawled": "https://drafts.csswg.org/selectors-nonelement-1/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Aug 2023 15:55:23 GMT" + "lastModified": "Fri, 25 Aug 2023 23:26:07 GMT" }, "generator": "bikeshed", "date": "7 February 2021", diff --git a/ed/links/core-aam-1.2.json b/ed/links/core-aam-1.2.json index b3139eed708e..0503069dfe10 100644 --- a/ed/links/core-aam-1.2.json +++ b/ed/links/core-aam-1.2.json @@ -87,6 +87,7 @@ "gridcell", "group", "heading", + "image", "img", "insertion", "link", diff --git a/ed/links/css-anchor-position-1.json b/ed/links/css-anchor-position-1.json index 72bf9a1a2b9e..0fafbf6fc4bb 100644 --- a/ed/links/css-anchor-position-1.json +++ b/ed/links/css-anchor-position-1.json @@ -49,6 +49,9 @@ }, "https://drafts.csswg.org/css-box-4/": { "anchors": [ + "margin-properties", + "border-properties", + "padding-properties", "padding-box", "margin-box" ], diff --git a/ed/links/css-properties-values-api-1.json b/ed/links/css-properties-values-api-1.json index 98d5ab00ec92..f1ce4c0fc82e 100644 --- a/ed/links/css-properties-values-api-1.json +++ b/ed/links/css-properties-values-api-1.json @@ -209,6 +209,7 @@ "rlh", "string-value", "comb-one", + "mult-opt", "number-value", "percentage-value", "funcdef-calc", diff --git a/ed/links/css-text-3.json b/ed/links/css-text-3.json index 380c2fe59fb2..caac3907115f 100644 --- a/ed/links/css-text-3.json +++ b/ed/links/css-text-3.json @@ -1314,11 +1314,13 @@ "http://wpt.live/css/css-text/text-indent/text-indent-length-002.html": {}, "http://wpt.live/css/css-text/text-indent/text-indent-long-line-crash.html": {}, "http://wpt.live/css/css-text/text-indent/text-indent-min-max-content-001.html": {}, + "http://wpt.live/css/css-text/text-indent/text-indent-overflow.html": {}, "http://wpt.live/css/css-text/text-indent/text-indent-percentage-001.xht": {}, "http://wpt.live/css/css-text/text-indent/text-indent-percentage-002.html": {}, "http://wpt.live/css/css-text/text-indent/text-indent-percentage-003.html": {}, "http://wpt.live/css/css-text/text-indent/text-indent-percentage-004.html": {}, "http://wpt.live/css/css-text/text-indent/text-indent-tab-positions-001.html": {}, + "http://wpt.live/css/css-text/text-indent/text-indent-text-align-end.html": {}, "http://wpt.live/css/css-text/text-indent/text-indent-with-absolute-pos-child.html": {}, "http://wpt.live/css/css-text/text-justify/text-justify-001.html": {}, "http://wpt.live/css/css-text/text-justify/text-justify-006.html": {}, @@ -1360,6 +1362,7 @@ "http://wpt.live/css/css-text/text-transform/text-transform-full-size-kana-005.html": {}, "http://wpt.live/css/css-text/text-transform/text-transform-full-size-kana-006.html": {}, "http://wpt.live/css/css-text/text-transform/text-transform-full-size-kana-007.html": {}, + "http://wpt.live/css/css-text/text-transform/text-transform-full-size-kana-008.html": {}, "http://wpt.live/css/css-text/text-transform/text-transform-fullwidth-001.xht": {}, "http://wpt.live/css/css-text/text-transform/text-transform-fullwidth-002.xht": {}, "http://wpt.live/css/css-text/text-transform/text-transform-fullwidth-004.xht": {}, @@ -3500,11 +3503,13 @@ "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-indent/text-indent-length-002.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-indent/text-indent-long-line-crash.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-indent/text-indent-min-max-content-001.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-indent/text-indent-overflow.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-indent/text-indent-percentage-001.xht": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-indent/text-indent-percentage-002.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-indent/text-indent-percentage-003.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-indent/text-indent-percentage-004.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-indent/text-indent-tab-positions-001.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-indent/text-indent-text-align-end.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-indent/text-indent-with-absolute-pos-child.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-justify/text-justify-001.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-justify/text-justify-002.html": {}, @@ -3551,6 +3556,7 @@ "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-transform/text-transform-full-size-kana-005.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-transform/text-transform-full-size-kana-006.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-transform/text-transform-full-size-kana-007.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-transform/text-transform-full-size-kana-008.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-transform/text-transform-fullwidth-001.xht": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-transform/text-transform-fullwidth-002.xht": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-transform/text-transform-fullwidth-004.xht": {}, @@ -5428,11 +5434,13 @@ "https://wpt.fyi/results/css/css-text/text-indent/text-indent-length-002.html": {}, "https://wpt.fyi/results/css/css-text/text-indent/text-indent-long-line-crash.html": {}, "https://wpt.fyi/results/css/css-text/text-indent/text-indent-min-max-content-001.html": {}, + "https://wpt.fyi/results/css/css-text/text-indent/text-indent-overflow.html": {}, "https://wpt.fyi/results/css/css-text/text-indent/text-indent-percentage-001.xht": {}, "https://wpt.fyi/results/css/css-text/text-indent/text-indent-percentage-002.html": {}, "https://wpt.fyi/results/css/css-text/text-indent/text-indent-percentage-003.html": {}, "https://wpt.fyi/results/css/css-text/text-indent/text-indent-percentage-004.html": {}, "https://wpt.fyi/results/css/css-text/text-indent/text-indent-tab-positions-001.html": {}, + "https://wpt.fyi/results/css/css-text/text-indent/text-indent-text-align-end.html": {}, "https://wpt.fyi/results/css/css-text/text-indent/text-indent-with-absolute-pos-child.html": {}, "https://wpt.fyi/results/css/css-text/text-justify/text-justify-001.html": {}, "https://wpt.fyi/results/css/css-text/text-justify/text-justify-006.html": {}, @@ -5474,6 +5482,7 @@ "https://wpt.fyi/results/css/css-text/text-transform/text-transform-full-size-kana-005.html": {}, "https://wpt.fyi/results/css/css-text/text-transform/text-transform-full-size-kana-006.html": {}, "https://wpt.fyi/results/css/css-text/text-transform/text-transform-full-size-kana-007.html": {}, + "https://wpt.fyi/results/css/css-text/text-transform/text-transform-full-size-kana-008.html": {}, "https://wpt.fyi/results/css/css-text/text-transform/text-transform-fullwidth-001.xht": {}, "https://wpt.fyi/results/css/css-text/text-transform/text-transform-fullwidth-002.xht": {}, "https://wpt.fyi/results/css/css-text/text-transform/text-transform-fullwidth-004.xht": {}, diff --git a/ed/links/css-text-4.json b/ed/links/css-text-4.json index bf5921c8c9ec..780b43b1410d 100644 --- a/ed/links/css-text-4.json +++ b/ed/links/css-text-4.json @@ -1254,6 +1254,7 @@ "http://wpt.live/css/css-text/text-transform/text-transform-full-size-kana-005.html": {}, "http://wpt.live/css/css-text/text-transform/text-transform-full-size-kana-006.html": {}, "http://wpt.live/css/css-text/text-transform/text-transform-full-size-kana-007.html": {}, + "http://wpt.live/css/css-text/text-transform/text-transform-full-size-kana-008.html": {}, "http://wpt.live/css/css-text/text-transform/text-transform-fullwidth-001.xht": {}, "http://wpt.live/css/css-text/text-transform/text-transform-fullwidth-002.xht": {}, "http://wpt.live/css/css-text/text-transform/text-transform-fullwidth-004.xht": {}, @@ -3418,6 +3419,7 @@ "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-transform/text-transform-full-size-kana-005.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-transform/text-transform-full-size-kana-006.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-transform/text-transform-full-size-kana-007.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-transform/text-transform-full-size-kana-008.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-transform/text-transform-fullwidth-001.xht": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-transform/text-transform-fullwidth-002.xht": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-transform/text-transform-fullwidth-004.xht": {}, @@ -5233,6 +5235,7 @@ "https://wpt.fyi/results/css/css-text/text-transform/text-transform-full-size-kana-005.html": {}, "https://wpt.fyi/results/css/css-text/text-transform/text-transform-full-size-kana-006.html": {}, "https://wpt.fyi/results/css/css-text/text-transform/text-transform-full-size-kana-007.html": {}, + "https://wpt.fyi/results/css/css-text/text-transform/text-transform-full-size-kana-008.html": {}, "https://wpt.fyi/results/css/css-text/text-transform/text-transform-fullwidth-001.xht": {}, "https://wpt.fyi/results/css/css-text/text-transform/text-transform-fullwidth-002.xht": {}, "https://wpt.fyi/results/css/css-text/text-transform/text-transform-fullwidth-004.xht": {}, diff --git a/ed/links/css-ui-3.json b/ed/links/css-ui-3.json index 000c9bd0ad41..ca60819461b7 100644 --- a/ed/links/css-ui-3.json +++ b/ed/links/css-ui-3.json @@ -6,6 +6,12 @@ "links": { "https://datatracker.ietf.org/doc/html/rfc2119": {}, "https://developer.mozilla.org/en-US/docs/Web/CSS/ime-mode": {}, + "https://drafts.csswg.org/css-borders-4/": { + "anchors": [ + "propdef-border-radius" + ], + "specShortname": "css-borders-4" + }, "https://en.wikipedia.org/wiki/ICO_%28file_format%29": {}, "https://github.com/w3c/csswg-drafts/issues": {}, "https://github.com/web-platform-tests/wpt/commit/34c61eff5eab4ebe9ff271e46658f73f18858c4f": {}, @@ -177,7 +183,6 @@ "anchors": [ "typedef-line-width", "valdef-line-style-none", - "propdef-border-radius", "border-width", "border-style", "border-radius" diff --git a/ed/links/edit-context.json b/ed/links/edit-context.json index 785b6b819846..b34046a546f6 100644 --- a/ed/links/edit-context.json +++ b/ed/links/edit-context.json @@ -7,9 +7,12 @@ "https://datatracker.ietf.org/doc/html/bcp14": {}, "https://dom.spec.whatwg.org/": { "anchors": [ + "document", "concept-element-local-name", "valid-shadow-host-name", + "concept-node-document", "concept-event-fire", + "concept-shadow-including-root", "concept-tree-parent", "concept-tree-root", "concept-shadow-root", @@ -21,9 +24,16 @@ ], "specShortname": "dom" }, + "https://html.spec.whatwg.org/": { + "anchors": [ + "focused-area-of-the-document" + ] + }, "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/document-sequences.html": { "anchors": [ + "fully-active", + "node-navigable", "top-level-traversable" ] }, @@ -44,6 +54,9 @@ "https://html.spec.whatwg.org/multipage/webappapis.html": { "anchors": [ "update-the-rendering", + "queue-a-global-task", + "dom-manipulation-task-source", + "concept-relevant-global", "eventhandler" ] }, diff --git a/ed/links/element-capture.json b/ed/links/element-capture.json index 6cc0ae1e976a..c2d705b6ff9a 100644 --- a/ed/links/element-capture.json +++ b/ed/links/element-capture.json @@ -20,16 +20,32 @@ "specShortname": "filter-effects-2" }, "https://github.com/screen-share/element-capture/issues/": {}, - "https://html.spec.whatwg.org/multipage/": {}, + "https://html.spec.whatwg.org/multipage/": { + "anchors": [ + "document", + "active-document" + ] + }, "https://html.spec.whatwg.org/multipage/document-sequences.html": { "anchors": [ "top-level-browsing-context" ] }, + "https://html.spec.whatwg.org/multipage/structured-data.html": { + "anchors": [ + "serializable", + "serialization-steps", + "deserialization-steps" + ] + }, "https://webidl.spec.whatwg.org/": { "anchors": [ "Exposed", + "SecureContext", "idl-promise", + "idl-DOMException", + "dom-domexception-name", + "datacloneerror", "idl-undefined", "this", "reject", @@ -60,12 +76,10 @@ }, "https://www.w3.org/TR/mediacapture-region/": { "anchors": [ - "produce-crop-target", + "dom-browsercapturemediastreamtrack-cropto", "dom-croptarget", - "crop-target-motivation", "dfn-cropped", - "dom-browsercapturemediastreamtrack", - "dfn-element" + "dom-browsercapturemediastreamtrack" ], "specShortname": "mediacapture-region" }, diff --git a/ed/links/html-aam-1.0.json b/ed/links/html-aam-1.0.json index ff3255c516fa..fc44ad65d04b 100644 --- a/ed/links/html-aam-1.0.json +++ b/ed/links/html-aam-1.0.json @@ -43,8 +43,6 @@ "https://github.com/spectranaut": {}, "https://github.com/stevefaulkner": {}, "https://github.com/vikas-parashar": {}, - "https://github.com/w3c/aria/issues/1662": {}, - "https://github.com/w3c/aria/issues/1915": {}, "https://github.com/w3c/html-aam/commits/gh-pages": {}, "https://github.com/w3c/html-aam/issues/106": {}, "https://github.com/w3c/html-aam/issues/115": {}, @@ -324,11 +322,6 @@ "attr-hyperlink-usemap" ] }, - "https://html.spec.whatwg.org/multipage/indices.html": { - "anchors": [ - "attributes-3" - ] - }, "https://html.spec.whatwg.org/multipage/infrastructure.html": { "anchors": [ "html-elements" diff --git a/ed/refs/css-ui-3.json b/ed/refs/css-ui-3.json index 7eeceee5e409..e62ac8583ff3 100644 --- a/ed/refs/css-ui-3.json +++ b/ed/refs/css-ui-3.json @@ -9,6 +9,10 @@ "name": "CSS-BACKGROUNDS-3", "url": "https://www.w3.org/TR/css-backgrounds-3/" }, + { + "name": "CSS-BORDERS-4", + "url": "https://drafts.csswg.org/css-borders-4/" + }, { "name": "CSS-COLOR-4", "url": "https://www.w3.org/TR/css-color-4/" diff --git a/ed/refs/element-capture.json b/ed/refs/element-capture.json index 07fd79dd95c4..37fba2bb614d 100644 --- a/ed/refs/element-capture.json +++ b/ed/refs/element-capture.json @@ -26,7 +26,7 @@ "url": "https://drafts.fxtf.org/filter-effects-2/" }, { - "name": "html", + "name": "HTML", "url": "https://html.spec.whatwg.org/multipage/" }, {