From b75f7489d0714e3df3ba6ed320480140ba6b0069 Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Fri, 8 Jan 2021 17:01:43 +0100 Subject: [PATCH] Update spec tables for HTML global attributes --- .../global_attributes/accesskey/index.html | 24 ------------------- .../html/global_attributes/class/index.html | 19 --------------- .../contenteditable/index.html | 19 --------------- .../web/html/global_attributes/dir/index.html | 19 --------------- .../global_attributes/draggable/index.html | 14 ----------- .../web/html/global_attributes/id/index.html | 19 --------------- .../web/html/global_attributes/is/index.html | 4 ---- .../html/global_attributes/itemid/index.html | 4 ---- .../global_attributes/itemprop/index.html | 9 ------- .../html/global_attributes/itemref/index.html | 9 ------- .../global_attributes/itemscope/index.html | 9 ------- .../global_attributes/itemtype/index.html | 9 ------- .../html/global_attributes/part/index.html | 4 ---- .../html/global_attributes/slot/index.html | 6 ----- .../html/global_attributes/style/index.html | 24 ------------------- .../global_attributes/tabindex/index.html | 19 --------------- .../html/global_attributes/title/index.html | 19 --------------- .../global_attributes/translate/index.html | 9 ------- 18 files changed, 239 deletions(-) diff --git a/files/en-us/web/html/global_attributes/accesskey/index.html b/files/en-us/web/html/global_attributes/accesskey/index.html index 36f0c1c310d11a0..ad1b404f13678bd 100644 --- a/files/en-us/web/html/global_attributes/accesskey/index.html +++ b/files/en-us/web/html/global_attributes/accesskey/index.html @@ -95,35 +95,11 @@

Specifications

Specification - Status - Comment - - {{SpecName('HTML5.2', "editing.html#the-accesskey-attribute", "accesskey")}} - {{Spec2('HTML5.2')}} - More realistic behavior described for what is implemented in reality. - {{SpecName('HTML WHATWG', "interaction.html#the-accesskey-attribute", "accesskey")}} - {{Spec2('HTML WHATWG')}} - No change from latest W3C {{SpecName('HTML5.1')}} spec. - - - {{SpecName('HTML5.1', "editing.html#the-accesskey-attribute", "accesskey")}} - {{Spec2('HTML5.1')}} - No change from {{SpecName('HTML5 W3C')}}. - - - {{SpecName('HTML5 W3C', "editing.html#the-accesskey-attribute", "accesskey")}} - {{Spec2('HTML5 W3C')}} - From {{SpecName('HTML4.01')}}, several characters can now be set as the accesskey. Also, it can be set on any element. - - - {{SpecName('HTML4.01', "interact/forms.html#h-17.11.2", "accesskey")}} - {{Spec2('HTML4.01')}} - Only supported on {{ HTMLElement("a") }}, {{ HTMLElement("area") }}, {{ HTMLElement("button") }}, {{ HTMLElement("input") }}, {{ HTMLElement("label") }}, {{ HTMLElement("legend") }} and {{ HTMLElement("textarea") }} diff --git a/files/en-us/web/html/global_attributes/class/index.html b/files/en-us/web/html/global_attributes/class/index.html index 7cab6a575243226..2b3873289934246 100644 --- a/files/en-us/web/html/global_attributes/class/index.html +++ b/files/en-us/web/html/global_attributes/class/index.html @@ -22,28 +22,9 @@

Specifications

Specification - Status - Comment {{SpecName('HTML WHATWG', "elements.html#classes", "class")}} - {{Spec2('HTML WHATWG')}} - No change from latest snapshot, {{SpecName('HTML5.1')}} - - - {{SpecName('HTML5.1', "elements.html#classes", "class")}} - {{Spec2('HTML5.1')}} - Snapshot of {{SpecName('HTML WHATWG')}}, no change from {{SpecName('HTML5 W3C')}} - - - {{SpecName('HTML5 W3C', "elements.html#classes", "class")}} - {{Spec2('HTML5 W3C')}} - Snapshot of {{SpecName('HTML WHATWG')}}. From {{SpecName('HTML4.01')}}, class is now a true global attribute. - - - {{SpecName('HTML4.01', "struct/global.html#h-7.5.2", "class")}} - {{Spec2('HTML4.01')}} - Supported on all elements but {{HTMLElement("base")}}, {{HTMLElement("basefont")}}, {{HTMLElement("head")}}, {{HTMLElement("html")}}, {{HTMLElement("meta")}}, {{HTMLElement("param")}}, {{HTMLElement("script")}}, {{HTMLElement("style")}}, and {{HTMLElement("title")}}. diff --git a/files/en-us/web/html/global_attributes/contenteditable/index.html b/files/en-us/web/html/global_attributes/contenteditable/index.html index 402fa9281c85370..ed5711ce2f536af 100644 --- a/files/en-us/web/html/global_attributes/contenteditable/index.html +++ b/files/en-us/web/html/global_attributes/contenteditable/index.html @@ -40,30 +40,11 @@

Specifications

Specification - Status - Comment {{SpecName("HTML WHATWG", "editing.html#attr-contenteditable", "contenteditable")}} - {{Spec2("HTML WHATWG")}} - No change from latest snapshot, {{SpecName("HTML5.2")}} - - - {{SpecName("HTML5.2", "editing.html#making-document-regions-editable-the-contenteditable-content-attribute", "contenteditable")}} - {{Spec2("HTML5.2")}} - Snapshot of {{SpecName("HTML WHATWG")}}, no change from {{SpecName("HTML5.1")}} - - - {{SpecName("HTML5.1", "editing.html#making-document-regions-editable-the-contenteditable-content-attribute", "contenteditable")}} - {{Spec2("HTML5.1")}} - Snapshot of {{SpecName("HTML WHATWG")}}, no change from {{SpecName("HTML5 W3C")}} - - - {{SpecName("HTML5 W3C", "editing.html#attr-contenteditable", "contenteditable")}} - {{Spec2("HTML5 W3C")}} - Snapshot of {{SpecName("HTML WHATWG")}}, initial definition. diff --git a/files/en-us/web/html/global_attributes/dir/index.html b/files/en-us/web/html/global_attributes/dir/index.html index 93ae7dec44c6bd5..7a529bd1883c8f4 100644 --- a/files/en-us/web/html/global_attributes/dir/index.html +++ b/files/en-us/web/html/global_attributes/dir/index.html @@ -52,28 +52,9 @@

Specifications

Specification - Status - Comment {{SpecName('HTML WHATWG', "dom.html#the-dir-attribute", "dir")}} - {{Spec2('HTML WHATWG')}} - No change from latest snapshot, {{SpecName('HTML5.1')}} - - - {{SpecName('HTML5.1', "dom.html#the-dir-attribute", "dir")}} - {{Spec2('HTML5.1')}} - Snapshot of {{SpecName('HTML WHATWG')}}, no change from {{SpecName('HTML5 W3C')}} - - - {{SpecName('HTML5 W3C', "dom.html#the-dir-attribute", "dir")}} - {{Spec2('HTML5 W3C')}} - Snapshot of {{SpecName('HTML WHATWG')}}, from {{SpecName('HTML4.01')}} it added the auto value, and is now a true global attribute. - - - {{SpecName('HTML4.01', "dirlang.html#h-8.2", "dir")}} - {{Spec2('HTML4.01')}} - Supported on all elements but {{HTMLElement("applet")}}, {{HTMLElement("base")}}, {{HTMLElement("basefont")}}, {{HTMLElement("bdo")}}, {{HTMLElement("br")}}, {{HTMLElement("frame")}}, {{HTMLElement("frameset")}}, {{HTMLElement("iframe")}}, {{HTMLElement("param")}}, and {{HTMLElement("script")}}. diff --git a/files/en-us/web/html/global_attributes/draggable/index.html b/files/en-us/web/html/global_attributes/draggable/index.html index 14657f7ac42d7e4..7238e3308af9e2c 100644 --- a/files/en-us/web/html/global_attributes/draggable/index.html +++ b/files/en-us/web/html/global_attributes/draggable/index.html @@ -29,25 +29,11 @@

Specifications

Specification - Status - Comment {{SpecName("HTML WHATWG", "interaction.html#the-draggable-attribute", "draggable")}} - {{Spec2("HTML WHATWG")}} - No change from latest snapshot, {{SpecName('HTML5.1')}} - - - {{SpecName("HTML5.2", "interaction.html#the-draggable-attribute", "draggable")}} - {{Spec2("HTML5.2")}} - No change - - - {{SpecName("HTML5.1", "editing.html#the-draggable-attribute", "draggable")}} - {{Spec2("HTML5.1")}} - Snapshot of {{SpecName('HTML WHATWG')}}, initial definition diff --git a/files/en-us/web/html/global_attributes/id/index.html b/files/en-us/web/html/global_attributes/id/index.html index d578586d76eb180..3bc7de93be89514 100644 --- a/files/en-us/web/html/global_attributes/id/index.html +++ b/files/en-us/web/html/global_attributes/id/index.html @@ -32,28 +32,9 @@

Specifications

Specification - Status - Comment {{SpecName('HTML WHATWG', "dom.html#the-id-attribute", "id")}} - {{Spec2('HTML WHATWG')}} - No change from latest snapshot, {{SpecName('HTML5.1')}} - - - {{SpecName('HTML5.1', "dom.html#the-id-attribute", "id")}} - {{Spec2('HTML5.1')}} - Snapshot of {{SpecName('HTML WHATWG')}}, no change from {{SpecName('HTML5 W3C')}} - - - {{SpecName('HTML5 W3C', "dom.html#the-id-attribute", "id")}} - {{Spec2('HTML5 W3C')}} - Snapshot of {{SpecName('HTML WHATWG')}}, now accept '_', '-' and '.' if not at the beginning of the id. It is also a true global attribute. - - - {{SpecName('HTML4.01', 'struct/global.html#adef-id', 'id')}} - {{Spec2('HTML4.01')}} - Supported on all elements but {{HTMLElement("base")}}, {{HTMLElement("head")}}, {{HTMLElement("html")}}, {{HTMLElement("meta")}}, {{HTMLElement("script")}}, {{HTMLElement("style")}}, and {{HTMLElement("title")}}. diff --git a/files/en-us/web/html/global_attributes/is/index.html b/files/en-us/web/html/global_attributes/is/index.html index cc23ddb45806b01..40c07e3218e0937 100644 --- a/files/en-us/web/html/global_attributes/is/index.html +++ b/files/en-us/web/html/global_attributes/is/index.html @@ -40,15 +40,11 @@

Specifications

Specification - Status - Comment {{SpecName('HTML WHATWG', "custom-elements.html#attr-is", "is")}} - {{Spec2('HTML WHATWG')}} -   diff --git a/files/en-us/web/html/global_attributes/itemid/index.html b/files/en-us/web/html/global_attributes/itemid/index.html index 23a16ac34ca9124..568ff193ba7971b 100644 --- a/files/en-us/web/html/global_attributes/itemid/index.html +++ b/files/en-us/web/html/global_attributes/itemid/index.html @@ -71,15 +71,11 @@

Specifications

Specification - Status - Comment {{SpecName('HTML WHATWG', "microdata.html#attr-itemid", "itemid")}} - {{Spec2('HTML WHATWG')}} - diff --git a/files/en-us/web/html/global_attributes/itemprop/index.html b/files/en-us/web/html/global_attributes/itemprop/index.html index 0fad93ed62d7e46..b56972d4e945db2 100644 --- a/files/en-us/web/html/global_attributes/itemprop/index.html +++ b/files/en-us/web/html/global_attributes/itemprop/index.html @@ -434,20 +434,11 @@

Specifications

Specification - Status - Comment - - {{SpecName('HTML Microdata', "#dfn-attr-itemprop", "itemprop")}} - {{Spec2('HTML Microdata')}} -   - {{SpecName('HTML WHATWG', "microdata.html#names:-the-itemprop-attribute", "itemprop")}} - {{Spec2('HTML WHATWG')}} -   diff --git a/files/en-us/web/html/global_attributes/itemref/index.html b/files/en-us/web/html/global_attributes/itemref/index.html index 859fc1bb3329f05..f3cc0162e4573a3 100644 --- a/files/en-us/web/html/global_attributes/itemref/index.html +++ b/files/en-us/web/html/global_attributes/itemref/index.html @@ -57,20 +57,11 @@

Specifications

Specification - Status - Comment - - {{SpecName('HTML Microdata', "#dfn-itemref", "itemref")}} - {{Spec2('HTML Microdata')}} -   - {{SpecName('HTML WHATWG', "microdata.html#attr-itemref", "itemref")}} - {{Spec2('HTML WHATWG')}} -   diff --git a/files/en-us/web/html/global_attributes/itemscope/index.html b/files/en-us/web/html/global_attributes/itemscope/index.html index 90bee414cccc69d..fd78548107883e2 100644 --- a/files/en-us/web/html/global_attributes/itemscope/index.html +++ b/files/en-us/web/html/global_attributes/itemscope/index.html @@ -249,20 +249,11 @@

Specifications

Specification - Status - Comment - - {{SpecName('HTML Microdata', "#dfn-itemscope", "itemscope")}} - {{Spec2('HTML Microdata')}} - - {{SpecName('HTML WHATWG', "microdata.html#attr-itemscope", "itemscope")}} - {{Spec2('HTML WHATWG')}} - diff --git a/files/en-us/web/html/global_attributes/itemtype/index.html b/files/en-us/web/html/global_attributes/itemtype/index.html index 6f927be1c2c3241..5996c56c41f5dad 100644 --- a/files/en-us/web/html/global_attributes/itemtype/index.html +++ b/files/en-us/web/html/global_attributes/itemtype/index.html @@ -214,20 +214,11 @@

Specifications

Specification - Status - Comment - - {{SpecName('HTML Microdata', "#dfn-itemtype", "itemtype")}} - {{Spec2('HTML Microdata')}} -   - {{SpecName('HTML WHATWG', "microdata.html#attr-itemtype", "itemprop")}} - {{Spec2('HTML WHATWG')}} -   diff --git a/files/en-us/web/html/global_attributes/part/index.html b/files/en-us/web/html/global_attributes/part/index.html index 6d6a63c290c4c91..348bc75d54ba2b2 100644 --- a/files/en-us/web/html/global_attributes/part/index.html +++ b/files/en-us/web/html/global_attributes/part/index.html @@ -19,15 +19,11 @@

Specifications

Specification - Status - Comment {{SpecName("CSS Shadow Parts", "#part-attr", "part")}} - {{Spec2('CSS Shadow Parts')}} - diff --git a/files/en-us/web/html/global_attributes/slot/index.html b/files/en-us/web/html/global_attributes/slot/index.html index 2581d800e50c398..ee78cd3e335d962 100644 --- a/files/en-us/web/html/global_attributes/slot/index.html +++ b/files/en-us/web/html/global_attributes/slot/index.html @@ -18,20 +18,14 @@

Specifications

Specification - Status - Comment {{SpecName('HTML WHATWG', "dom.html#attr-slot", "slot attribute")}} - {{Spec2('HTML WHATWG')}} - {{SpecName('DOM WHATWG', "#dom-element-slot", "slot attribute")}} - {{Spec2('DOM WHATWG')}} - diff --git a/files/en-us/web/html/global_attributes/style/index.html b/files/en-us/web/html/global_attributes/style/index.html index 775dc966f28eb50..092411dcaf9485d 100644 --- a/files/en-us/web/html/global_attributes/style/index.html +++ b/files/en-us/web/html/global_attributes/style/index.html @@ -24,33 +24,9 @@

Specifications

Specification - Status - Comment {{SpecName('HTML WHATWG', "dom.html#the-style-attribute", "style")}} - {{Spec2('HTML WHATWG')}} - No change from latest snapshot, {{SpecName('HTML5.1')}} - - - {{SpecName('HTML5.1', "dom.html#the-style-attribute", "style")}} - {{Spec2('HTML5.1')}} - Snapshot of {{SpecName('HTML WHATWG')}}, no change from {{SpecName('HTML5 W3C')}} - - - {{SpecName('HTML5 W3C', "dom.html#the-style-attribute", "style")}} - {{Spec2('HTML5 W3C')}} - Snapshot of {{SpecName('HTML WHATWG')}}. From {{SpecName("HTML4.01")}}, it is now a true global attribute. - - - {{SpecName('HTML4.01', 'present/styles.html#h-14.2.2', 'style')}} - {{Spec2('HTML4.01')}} - Supported on all elements but {{HTMLElement("base")}}, {{HTMLElement("basefont")}}, {{HTMLElement("head")}}, {{HTMLElement("html")}}, {{HTMLElement("meta")}}, {{HTMLElement("param")}}, {{HTMLElement("script")}}, {{HTMLElement("style")}}, and {{HTMLElement("title")}}. - - - {{SpecName("CSS3 Style", "", "")}} - {{Spec2("CSS3 Style")}} - Defines the content of the style attribute. diff --git a/files/en-us/web/html/global_attributes/tabindex/index.html b/files/en-us/web/html/global_attributes/tabindex/index.html index 398a13f7d73cf7f..a844f69307d6d94 100644 --- a/files/en-us/web/html/global_attributes/tabindex/index.html +++ b/files/en-us/web/html/global_attributes/tabindex/index.html @@ -49,30 +49,11 @@

Specifications

Specification - Status - Comment {{SpecName('HTML WHATWG', "interaction.html#attr-tabindex", "tabindex")}} - {{Spec2('HTML WHATWG')}} - No change from latest snapshot, {{SpecName('HTML5.1')}}. - - - {{SpecName('HTML5.1', "editing.html#the-tabindex-attribute", "tabindex")}} - {{Spec2('HTML5.1')}} - Snapshot of {{SpecName('HTML WHATWG')}}, no change from {{SpecName('HTML5 W3C')}}. - - - {{SpecName('HTML5 W3C', "editing.html#attr-tabindex", "tabindex")}} - {{Spec2('HTML5 W3C')}} - Snapshot of {{SpecName('HTML WHATWG')}}. From {{SpecName("HTML4.01")}}, the attribute is now supported on all elements (global attributes). - - - {{SpecName('HTML4.01', 'interact/forms.html#adef-tabindex', 'tabindex')}} - {{Spec2('HTML4.01')}} - Only supported on {{HTMLElement("a")}}, {{HTMLElement("area")}}, {{HTMLElement("button")}}, {{HTMLElement("input")}}, {{HTMLElement("object")}}, {{HTMLElement("select")}}, and {{HTMLElement("textarea")}}. diff --git a/files/en-us/web/html/global_attributes/title/index.html b/files/en-us/web/html/global_attributes/title/index.html index a7c4ccbc92abea1..e3b4f599be8c3c0 100644 --- a/files/en-us/web/html/global_attributes/title/index.html +++ b/files/en-us/web/html/global_attributes/title/index.html @@ -83,30 +83,11 @@

Specifications

Specification - Status - Comment {{SpecName('HTML WHATWG', "dom.html#the-title-attribute", "title")}} - {{Spec2('HTML WHATWG')}} - No change from latest snapshot, {{SpecName('HTML5.1')}} - - - {{SpecName('HTML5.1', "dom.html#the-title-attribute", "title")}} - {{Spec2('HTML5.1')}} - Snapshot of {{SpecName('HTML WHATWG')}}, no change from {{SpecName('HTML5 W3C')}} - - - {{SpecName('HTML5 W3C', "dom.html#the-title-attribute", "title")}} - {{Spec2('HTML5 W3C')}} - Snapshot of {{SpecName('HTML WHATWG')}}. From {{SpecName("HTML4.01")}}, it is now a true global attribute. - - - {{SpecName('HTML4.01', 'struct/global.html#adef-title', 'title')}} - {{Spec2('HTML4.01')}} - Supported on all elements but {{HTMLElement("base")}}, {{HTMLElement("basefont")}}, {{HTMLElement("head")}}, {{HTMLElement("html")}}, {{HTMLElement("meta")}}, {{HTMLElement("param")}}, {{HTMLElement("script")}}, and {{HTMLElement("title")}}. diff --git a/files/en-us/web/html/global_attributes/translate/index.html b/files/en-us/web/html/global_attributes/translate/index.html index 7cf238f5a2468f2..bb303152a070b39 100644 --- a/files/en-us/web/html/global_attributes/translate/index.html +++ b/files/en-us/web/html/global_attributes/translate/index.html @@ -32,18 +32,9 @@

Specifications

Specification - Status - Comment {{SpecName('HTML WHATWG', "dom.html#attr-translate", "translate")}} - {{Spec2('HTML WHATWG')}} - No change from latest snapshot, {{SpecName('HTML5.1')}} - - - {{SpecName('HTML5.1', "dom.html#the-translate-attribute", "translate")}} - {{Spec2('HTML5.1')}} - Snapshot of {{SpecName('HTML WHATWG')}}, initial definition