Skip to content

Commit

Permalink
Publish curated data from 6aceaee
Browse files Browse the repository at this point in the history
Curated data generated from raw data at 6aceaee
  • Loading branch information
curation-bot committed Mar 13, 2024
1 parent 4f0c082 commit 35817a1
Show file tree
Hide file tree
Showing 81 changed files with 372 additions and 124 deletions.
230 changes: 195 additions & 35 deletions ed/dfns/html.json

Large diffs are not rendered by default.

13 changes: 10 additions & 3 deletions ed/headings/html.json
Original file line number Diff line number Diff line change
Expand Up @@ -4286,26 +4286,33 @@
"title": "Spelling and grammar checking",
"number": "6.8.5"
},
{
"id": "writing-suggestions",
"href": "https://html.spec.whatwg.org/multipage/interaction.html#writing-suggestions",
"level": 4,
"title": "Writing suggestions",
"number": "6.8.6"
},
{
"id": "autocapitalization",
"href": "https://html.spec.whatwg.org/multipage/interaction.html#autocapitalization",
"level": 4,
"title": "Autocapitalization",
"number": "6.8.6"
"number": "6.8.7"
},
{
"id": "input-modalities:-the-inputmode-attribute",
"href": "https://html.spec.whatwg.org/multipage/interaction.html#input-modalities%3A-the-inputmode-attribute",
"level": 4,
"title": "Input modalities: the inputmode attribute",
"number": "6.8.7"
"number": "6.8.8"
},
{
"id": "input-modalities:-the-enterkeyhint-attribute",
"href": "https://html.spec.whatwg.org/multipage/interaction.html#input-modalities%3A-the-enterkeyhint-attribute",
"level": 4,
"title": "Input modalities: the enterkeyhint attribute",
"number": "6.8.8"
"number": "6.8.9"
},
{
"id": "find-in-page",
Expand Down
1 change: 1 addition & 0 deletions ed/idl/html.idl
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ interface HTMLElement : Element {
readonly attribute DOMString accessKeyLabel;
[CEReactions] attribute boolean draggable;
[CEReactions] attribute boolean spellcheck;
[CEReactions] attribute DOMString writingSuggestions;
[CEReactions] attribute DOMString autocapitalize;

[CEReactions] attribute [LegacyNullToEmptyString] DOMString innerText;
Expand Down
1 change: 1 addition & 0 deletions ed/idlnames/HTMLElement.idl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ interface HTMLElement : Element {
readonly attribute DOMString accessKeyLabel;
[CEReactions] attribute boolean draggable;
[CEReactions] attribute boolean spellcheck;
[CEReactions] attribute DOMString writingSuggestions;
[CEReactions] attribute DOMString autocapitalize;

[CEReactions] attribute [LegacyNullToEmptyString] DOMString innerText;
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnamesparsed/HTMLAnchorElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"title": "HTML Standard",
"url": "https://html.spec.whatwg.org/multipage/"
},
"fragment": "[Exposed=Window]\ninterface HTMLElement : Element {\n [HTMLConstructor] constructor();\n\n // metadata attributes\n [CEReactions] attribute DOMString title;\n [CEReactions] attribute DOMString lang;\n [CEReactions] attribute boolean translate;\n [CEReactions] attribute DOMString dir;\n\n // user interaction\n [CEReactions] attribute (boolean or unrestricted double or DOMString)? hidden;\n [CEReactions] attribute boolean inert;\n undefined click();\n [CEReactions] attribute DOMString accessKey;\n readonly attribute DOMString accessKeyLabel;\n [CEReactions] attribute boolean draggable;\n [CEReactions] attribute boolean spellcheck;\n [CEReactions] attribute DOMString autocapitalize;\n\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString innerText;\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString outerText;\n\n ElementInternals attachInternals();\n\n // The popover API\n undefined showPopover();\n undefined hidePopover();\n boolean togglePopover(optional boolean force);\n [CEReactions] attribute DOMString? popover;\n};",
"fragment": "[Exposed=Window]\ninterface HTMLElement : Element {\n [HTMLConstructor] constructor();\n\n // metadata attributes\n [CEReactions] attribute DOMString title;\n [CEReactions] attribute DOMString lang;\n [CEReactions] attribute boolean translate;\n [CEReactions] attribute DOMString dir;\n\n // user interaction\n [CEReactions] attribute (boolean or unrestricted double or DOMString)? hidden;\n [CEReactions] attribute boolean inert;\n undefined click();\n [CEReactions] attribute DOMString accessKey;\n readonly attribute DOMString accessKeyLabel;\n [CEReactions] attribute boolean draggable;\n [CEReactions] attribute boolean spellcheck;\n [CEReactions] attribute DOMString writingSuggestions;\n [CEReactions] attribute DOMString autocapitalize;\n\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString innerText;\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString outerText;\n\n ElementInternals attachInternals();\n\n // The popover API\n undefined showPopover();\n undefined hidePopover();\n boolean togglePopover(optional boolean force);\n [CEReactions] attribute DOMString? popover;\n};",
"href": "https://html.spec.whatwg.org/multipage/dom.html#htmlelement"
},
"extended": [
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnamesparsed/HTMLAreaElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"title": "HTML Standard",
"url": "https://html.spec.whatwg.org/multipage/"
},
"fragment": "[Exposed=Window]\ninterface HTMLElement : Element {\n [HTMLConstructor] constructor();\n\n // metadata attributes\n [CEReactions] attribute DOMString title;\n [CEReactions] attribute DOMString lang;\n [CEReactions] attribute boolean translate;\n [CEReactions] attribute DOMString dir;\n\n // user interaction\n [CEReactions] attribute (boolean or unrestricted double or DOMString)? hidden;\n [CEReactions] attribute boolean inert;\n undefined click();\n [CEReactions] attribute DOMString accessKey;\n readonly attribute DOMString accessKeyLabel;\n [CEReactions] attribute boolean draggable;\n [CEReactions] attribute boolean spellcheck;\n [CEReactions] attribute DOMString autocapitalize;\n\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString innerText;\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString outerText;\n\n ElementInternals attachInternals();\n\n // The popover API\n undefined showPopover();\n undefined hidePopover();\n boolean togglePopover(optional boolean force);\n [CEReactions] attribute DOMString? popover;\n};",
"fragment": "[Exposed=Window]\ninterface HTMLElement : Element {\n [HTMLConstructor] constructor();\n\n // metadata attributes\n [CEReactions] attribute DOMString title;\n [CEReactions] attribute DOMString lang;\n [CEReactions] attribute boolean translate;\n [CEReactions] attribute DOMString dir;\n\n // user interaction\n [CEReactions] attribute (boolean or unrestricted double or DOMString)? hidden;\n [CEReactions] attribute boolean inert;\n undefined click();\n [CEReactions] attribute DOMString accessKey;\n readonly attribute DOMString accessKeyLabel;\n [CEReactions] attribute boolean draggable;\n [CEReactions] attribute boolean spellcheck;\n [CEReactions] attribute DOMString writingSuggestions;\n [CEReactions] attribute DOMString autocapitalize;\n\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString innerText;\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString outerText;\n\n ElementInternals attachInternals();\n\n // The popover API\n undefined showPopover();\n undefined hidePopover();\n boolean togglePopover(optional boolean force);\n [CEReactions] attribute DOMString? popover;\n};",
"href": "https://html.spec.whatwg.org/multipage/dom.html#htmlelement"
},
"extended": [
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnamesparsed/HTMLAudioElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"title": "HTML Standard",
"url": "https://html.spec.whatwg.org/multipage/"
},
"fragment": "[Exposed=Window]\ninterface HTMLElement : Element {\n [HTMLConstructor] constructor();\n\n // metadata attributes\n [CEReactions] attribute DOMString title;\n [CEReactions] attribute DOMString lang;\n [CEReactions] attribute boolean translate;\n [CEReactions] attribute DOMString dir;\n\n // user interaction\n [CEReactions] attribute (boolean or unrestricted double or DOMString)? hidden;\n [CEReactions] attribute boolean inert;\n undefined click();\n [CEReactions] attribute DOMString accessKey;\n readonly attribute DOMString accessKeyLabel;\n [CEReactions] attribute boolean draggable;\n [CEReactions] attribute boolean spellcheck;\n [CEReactions] attribute DOMString autocapitalize;\n\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString innerText;\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString outerText;\n\n ElementInternals attachInternals();\n\n // The popover API\n undefined showPopover();\n undefined hidePopover();\n boolean togglePopover(optional boolean force);\n [CEReactions] attribute DOMString? popover;\n};",
"fragment": "[Exposed=Window]\ninterface HTMLElement : Element {\n [HTMLConstructor] constructor();\n\n // metadata attributes\n [CEReactions] attribute DOMString title;\n [CEReactions] attribute DOMString lang;\n [CEReactions] attribute boolean translate;\n [CEReactions] attribute DOMString dir;\n\n // user interaction\n [CEReactions] attribute (boolean or unrestricted double or DOMString)? hidden;\n [CEReactions] attribute boolean inert;\n undefined click();\n [CEReactions] attribute DOMString accessKey;\n readonly attribute DOMString accessKeyLabel;\n [CEReactions] attribute boolean draggable;\n [CEReactions] attribute boolean spellcheck;\n [CEReactions] attribute DOMString writingSuggestions;\n [CEReactions] attribute DOMString autocapitalize;\n\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString innerText;\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString outerText;\n\n ElementInternals attachInternals();\n\n // The popover API\n undefined showPopover();\n undefined hidePopover();\n boolean togglePopover(optional boolean force);\n [CEReactions] attribute DOMString? popover;\n};",
"href": "https://html.spec.whatwg.org/multipage/dom.html#htmlelement"
},
"extended": [
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnamesparsed/HTMLBRElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"title": "HTML Standard",
"url": "https://html.spec.whatwg.org/multipage/"
},
"fragment": "[Exposed=Window]\ninterface HTMLElement : Element {\n [HTMLConstructor] constructor();\n\n // metadata attributes\n [CEReactions] attribute DOMString title;\n [CEReactions] attribute DOMString lang;\n [CEReactions] attribute boolean translate;\n [CEReactions] attribute DOMString dir;\n\n // user interaction\n [CEReactions] attribute (boolean or unrestricted double or DOMString)? hidden;\n [CEReactions] attribute boolean inert;\n undefined click();\n [CEReactions] attribute DOMString accessKey;\n readonly attribute DOMString accessKeyLabel;\n [CEReactions] attribute boolean draggable;\n [CEReactions] attribute boolean spellcheck;\n [CEReactions] attribute DOMString autocapitalize;\n\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString innerText;\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString outerText;\n\n ElementInternals attachInternals();\n\n // The popover API\n undefined showPopover();\n undefined hidePopover();\n boolean togglePopover(optional boolean force);\n [CEReactions] attribute DOMString? popover;\n};",
"fragment": "[Exposed=Window]\ninterface HTMLElement : Element {\n [HTMLConstructor] constructor();\n\n // metadata attributes\n [CEReactions] attribute DOMString title;\n [CEReactions] attribute DOMString lang;\n [CEReactions] attribute boolean translate;\n [CEReactions] attribute DOMString dir;\n\n // user interaction\n [CEReactions] attribute (boolean or unrestricted double or DOMString)? hidden;\n [CEReactions] attribute boolean inert;\n undefined click();\n [CEReactions] attribute DOMString accessKey;\n readonly attribute DOMString accessKeyLabel;\n [CEReactions] attribute boolean draggable;\n [CEReactions] attribute boolean spellcheck;\n [CEReactions] attribute DOMString writingSuggestions;\n [CEReactions] attribute DOMString autocapitalize;\n\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString innerText;\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString outerText;\n\n ElementInternals attachInternals();\n\n // The popover API\n undefined showPopover();\n undefined hidePopover();\n boolean togglePopover(optional boolean force);\n [CEReactions] attribute DOMString? popover;\n};",
"href": "https://html.spec.whatwg.org/multipage/dom.html#htmlelement"
},
"extended": [
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnamesparsed/HTMLBaseElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"title": "HTML Standard",
"url": "https://html.spec.whatwg.org/multipage/"
},
"fragment": "[Exposed=Window]\ninterface HTMLElement : Element {\n [HTMLConstructor] constructor();\n\n // metadata attributes\n [CEReactions] attribute DOMString title;\n [CEReactions] attribute DOMString lang;\n [CEReactions] attribute boolean translate;\n [CEReactions] attribute DOMString dir;\n\n // user interaction\n [CEReactions] attribute (boolean or unrestricted double or DOMString)? hidden;\n [CEReactions] attribute boolean inert;\n undefined click();\n [CEReactions] attribute DOMString accessKey;\n readonly attribute DOMString accessKeyLabel;\n [CEReactions] attribute boolean draggable;\n [CEReactions] attribute boolean spellcheck;\n [CEReactions] attribute DOMString autocapitalize;\n\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString innerText;\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString outerText;\n\n ElementInternals attachInternals();\n\n // The popover API\n undefined showPopover();\n undefined hidePopover();\n boolean togglePopover(optional boolean force);\n [CEReactions] attribute DOMString? popover;\n};",
"fragment": "[Exposed=Window]\ninterface HTMLElement : Element {\n [HTMLConstructor] constructor();\n\n // metadata attributes\n [CEReactions] attribute DOMString title;\n [CEReactions] attribute DOMString lang;\n [CEReactions] attribute boolean translate;\n [CEReactions] attribute DOMString dir;\n\n // user interaction\n [CEReactions] attribute (boolean or unrestricted double or DOMString)? hidden;\n [CEReactions] attribute boolean inert;\n undefined click();\n [CEReactions] attribute DOMString accessKey;\n readonly attribute DOMString accessKeyLabel;\n [CEReactions] attribute boolean draggable;\n [CEReactions] attribute boolean spellcheck;\n [CEReactions] attribute DOMString writingSuggestions;\n [CEReactions] attribute DOMString autocapitalize;\n\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString innerText;\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString outerText;\n\n ElementInternals attachInternals();\n\n // The popover API\n undefined showPopover();\n undefined hidePopover();\n boolean togglePopover(optional boolean force);\n [CEReactions] attribute DOMString? popover;\n};",
"href": "https://html.spec.whatwg.org/multipage/dom.html#htmlelement"
},
"extended": [
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnamesparsed/HTMLBodyElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"title": "HTML Standard",
"url": "https://html.spec.whatwg.org/multipage/"
},
"fragment": "[Exposed=Window]\ninterface HTMLElement : Element {\n [HTMLConstructor] constructor();\n\n // metadata attributes\n [CEReactions] attribute DOMString title;\n [CEReactions] attribute DOMString lang;\n [CEReactions] attribute boolean translate;\n [CEReactions] attribute DOMString dir;\n\n // user interaction\n [CEReactions] attribute (boolean or unrestricted double or DOMString)? hidden;\n [CEReactions] attribute boolean inert;\n undefined click();\n [CEReactions] attribute DOMString accessKey;\n readonly attribute DOMString accessKeyLabel;\n [CEReactions] attribute boolean draggable;\n [CEReactions] attribute boolean spellcheck;\n [CEReactions] attribute DOMString autocapitalize;\n\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString innerText;\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString outerText;\n\n ElementInternals attachInternals();\n\n // The popover API\n undefined showPopover();\n undefined hidePopover();\n boolean togglePopover(optional boolean force);\n [CEReactions] attribute DOMString? popover;\n};",
"fragment": "[Exposed=Window]\ninterface HTMLElement : Element {\n [HTMLConstructor] constructor();\n\n // metadata attributes\n [CEReactions] attribute DOMString title;\n [CEReactions] attribute DOMString lang;\n [CEReactions] attribute boolean translate;\n [CEReactions] attribute DOMString dir;\n\n // user interaction\n [CEReactions] attribute (boolean or unrestricted double or DOMString)? hidden;\n [CEReactions] attribute boolean inert;\n undefined click();\n [CEReactions] attribute DOMString accessKey;\n readonly attribute DOMString accessKeyLabel;\n [CEReactions] attribute boolean draggable;\n [CEReactions] attribute boolean spellcheck;\n [CEReactions] attribute DOMString writingSuggestions;\n [CEReactions] attribute DOMString autocapitalize;\n\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString innerText;\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString outerText;\n\n ElementInternals attachInternals();\n\n // The popover API\n undefined showPopover();\n undefined hidePopover();\n boolean togglePopover(optional boolean force);\n [CEReactions] attribute DOMString? popover;\n};",
"href": "https://html.spec.whatwg.org/multipage/dom.html#htmlelement"
},
"extended": [
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnamesparsed/HTMLButtonElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"title": "HTML Standard",
"url": "https://html.spec.whatwg.org/multipage/"
},
"fragment": "[Exposed=Window]\ninterface HTMLElement : Element {\n [HTMLConstructor] constructor();\n\n // metadata attributes\n [CEReactions] attribute DOMString title;\n [CEReactions] attribute DOMString lang;\n [CEReactions] attribute boolean translate;\n [CEReactions] attribute DOMString dir;\n\n // user interaction\n [CEReactions] attribute (boolean or unrestricted double or DOMString)? hidden;\n [CEReactions] attribute boolean inert;\n undefined click();\n [CEReactions] attribute DOMString accessKey;\n readonly attribute DOMString accessKeyLabel;\n [CEReactions] attribute boolean draggable;\n [CEReactions] attribute boolean spellcheck;\n [CEReactions] attribute DOMString autocapitalize;\n\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString innerText;\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString outerText;\n\n ElementInternals attachInternals();\n\n // The popover API\n undefined showPopover();\n undefined hidePopover();\n boolean togglePopover(optional boolean force);\n [CEReactions] attribute DOMString? popover;\n};",
"fragment": "[Exposed=Window]\ninterface HTMLElement : Element {\n [HTMLConstructor] constructor();\n\n // metadata attributes\n [CEReactions] attribute DOMString title;\n [CEReactions] attribute DOMString lang;\n [CEReactions] attribute boolean translate;\n [CEReactions] attribute DOMString dir;\n\n // user interaction\n [CEReactions] attribute (boolean or unrestricted double or DOMString)? hidden;\n [CEReactions] attribute boolean inert;\n undefined click();\n [CEReactions] attribute DOMString accessKey;\n readonly attribute DOMString accessKeyLabel;\n [CEReactions] attribute boolean draggable;\n [CEReactions] attribute boolean spellcheck;\n [CEReactions] attribute DOMString writingSuggestions;\n [CEReactions] attribute DOMString autocapitalize;\n\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString innerText;\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString outerText;\n\n ElementInternals attachInternals();\n\n // The popover API\n undefined showPopover();\n undefined hidePopover();\n boolean togglePopover(optional boolean force);\n [CEReactions] attribute DOMString? popover;\n};",
"href": "https://html.spec.whatwg.org/multipage/dom.html#htmlelement"
},
"extended": [
Expand Down
Loading

0 comments on commit 35817a1

Please sign in to comment.