diff --git a/api/HTMLAllCollection.json b/api/HTMLAllCollection.json
index 6a01fabc626266..fed1cb1f57af48 100644
--- a/api/HTMLAllCollection.json
+++ b/api/HTMLAllCollection.json
@@ -50,6 +50,7 @@
"item": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAllCollection/item",
+ "spec_url": "https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#dom-htmlallcollection-item",
"support": {
"chrome": {
"version_added": "4"
@@ -98,6 +99,7 @@
"length": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAllCollection/length",
+ "spec_url": "https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#dom-htmlallcollection-length",
"support": {
"chrome": {
"version_added": "6"
@@ -146,6 +148,7 @@
"namedItem": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAllCollection/namedItem",
+ "spec_url": "https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#dom-htmlallcollection-nameditem",
"support": {
"chrome": {
"version_added": "4"
diff --git a/api/HTMLAnchorElement.json b/api/HTMLAnchorElement.json
index c3aeea3b79b6ac..f6a8c41d629044 100644
--- a/api/HTMLAnchorElement.json
+++ b/api/HTMLAnchorElement.json
@@ -51,6 +51,7 @@
"charset": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/charset",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-a-charset",
"support": {
"chrome": {
"version_added": "1"
@@ -99,6 +100,7 @@
"coords": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/coords",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-a-coords",
"support": {
"chrome": {
"version_added": "1"
@@ -196,6 +198,7 @@
"hreflang": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/hreflang",
+ "spec_url": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#dom-a-hreflang",
"support": {
"chrome": {
"version_added": "1"
@@ -244,6 +247,7 @@
"name": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/name",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-a-name",
"support": {
"chrome": {
"version_added": "1"
@@ -291,6 +295,7 @@
},
"ping": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#dom-a-ping",
"support": {
"chrome": {
"version_added": "12"
@@ -486,6 +491,7 @@
"rev": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/rev",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-a-rev",
"support": {
"chrome": {
"version_added": "1"
@@ -534,6 +540,7 @@
"shape": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/shape",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-a-shape",
"support": {
"chrome": {
"version_added": "1"
@@ -582,6 +589,7 @@
"target": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/target",
+ "spec_url": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#dom-a-target",
"support": {
"chrome": {
"version_added": "1"
@@ -630,6 +638,7 @@
"text": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/text",
+ "spec_url": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#dom-a-text",
"support": {
"chrome": {
"version_added": "1"
@@ -678,6 +687,7 @@
"type": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/type",
+ "spec_url": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#dom-a-type",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLAreaElement.json b/api/HTMLAreaElement.json
index 6e234b292df183..8062f390bc2880 100644
--- a/api/HTMLAreaElement.json
+++ b/api/HTMLAreaElement.json
@@ -51,6 +51,7 @@
"alt": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/alt",
+ "spec_url": "https://html.spec.whatwg.org/multipage/image-maps.html#dom-area-alt",
"support": {
"chrome": {
"version_added": "1"
@@ -99,6 +100,7 @@
"coords": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/coords",
+ "spec_url": "https://html.spec.whatwg.org/multipage/image-maps.html#dom-area-coords",
"support": {
"chrome": {
"version_added": "1"
@@ -147,6 +149,7 @@
"download": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/download",
+ "spec_url": "https://html.spec.whatwg.org/multipage/image-maps.html#dom-area-download",
"support": {
"chrome": {
"version_added": "54"
@@ -195,6 +198,7 @@
"noHref": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/noHref",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-area-nohref",
"support": {
"chrome": {
"version_added": "1"
@@ -242,6 +246,7 @@
},
"ping": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/image-maps.html#dom-area-ping",
"support": {
"chrome": {
"version_added": "12"
@@ -437,6 +442,7 @@
"shape": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/shape",
+ "spec_url": "https://html.spec.whatwg.org/multipage/image-maps.html#dom-area-shape",
"support": {
"chrome": {
"version_added": "1"
@@ -485,6 +491,7 @@
"target": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/target",
+ "spec_url": "https://html.spec.whatwg.org/multipage/image-maps.html#dom-area-target",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLBRElement.json b/api/HTMLBRElement.json
index ad62a7c23e492a..a02b64c22dbbdd 100644
--- a/api/HTMLBRElement.json
+++ b/api/HTMLBRElement.json
@@ -51,6 +51,7 @@
"clear": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLBRElement/clear",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-br-clear",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLBaseElement.json b/api/HTMLBaseElement.json
index 69f26793dc2fef..389bfc4be79ba2 100644
--- a/api/HTMLBaseElement.json
+++ b/api/HTMLBaseElement.json
@@ -51,6 +51,7 @@
"href": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLBaseElement/href",
+ "spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#dom-base-href",
"support": {
"chrome": {
"version_added": "1"
@@ -99,6 +100,7 @@
"target": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLBaseElement/target",
+ "spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#dom-base-target",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLBodyElement.json b/api/HTMLBodyElement.json
index 9001211c7f8998..262a397d0f1614 100644
--- a/api/HTMLBodyElement.json
+++ b/api/HTMLBodyElement.json
@@ -51,6 +51,7 @@
"aLink": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLBodyElement/aLink",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-body-alink",
"support": {
"chrome": {
"version_added": "1"
@@ -99,6 +100,7 @@
"background": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLBodyElement/background",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-body-background",
"support": {
"chrome": {
"version_added": "1"
@@ -147,6 +149,7 @@
"bgColor": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLBodyElement/bgColor",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-body-bgcolor",
"support": {
"chrome": {
"version_added": "1"
@@ -195,6 +198,7 @@
"link": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLBodyElement/link",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-body-link",
"support": {
"chrome": {
"version_added": "1"
@@ -243,6 +247,7 @@
"text": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLBodyElement/text",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-body-text",
"support": {
"chrome": {
"version_added": "1"
@@ -291,6 +296,7 @@
"vLink": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLBodyElement/vLink",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-body-vlink",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLButtonElement.json b/api/HTMLButtonElement.json
index 09e6439d71ae33..affb5791a1d3af 100644
--- a/api/HTMLButtonElement.json
+++ b/api/HTMLButtonElement.json
@@ -50,6 +50,7 @@
},
"checkValidity": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-checkvalidity-dev",
"support": {
"chrome": {
"version_added": "4"
@@ -147,6 +148,7 @@
"form": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/form",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fae-form-dev",
"support": {
"chrome": {
"version_added": "1"
@@ -195,6 +197,7 @@
"formAction": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/formAction",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fs-formaction",
"support": {
"chrome": {
"version_added": "9"
@@ -245,6 +248,7 @@
"formEnctype": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/formEnctype",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fs-formenctype",
"support": {
"chrome": {
"version_added": "9"
@@ -293,6 +297,7 @@
"formMethod": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/formMethod",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fs-formmethod",
"support": {
"chrome": {
"version_added": "9"
@@ -341,6 +346,7 @@
"formNoValidate": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/formNoValidate",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fs-formnovalidate",
"support": {
"chrome": {
"version_added": "4"
@@ -389,6 +395,7 @@
"formTarget": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/formTarget",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fs-formtarget",
"support": {
"chrome": {
"version_added": "9"
@@ -486,6 +493,7 @@
"name": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/name",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fe-name",
"support": {
"chrome": {
"version_added": "1"
@@ -534,6 +542,7 @@
"reportValidity": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/reportValidity",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-reportvalidity-dev",
"support": {
"chrome": {
"version_added": "40"
@@ -581,6 +590,7 @@
},
"setCustomValidity": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-setcustomvalidity-dev",
"support": {
"chrome": {
"version_added": "4"
@@ -629,6 +639,7 @@
"type": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/type",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-button-type",
"support": {
"chrome": {
"version_added": "1"
@@ -677,6 +688,7 @@
"validationMessage": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/validationMessage",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-validationmessage-dev",
"support": {
"chrome": {
"version_added": "5"
@@ -725,6 +737,7 @@
"validity": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/validity",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#the-constraint-validation-api:dom-cva-validity",
"support": {
"chrome": {
"version_added": "3"
@@ -773,6 +786,7 @@
"value": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/value",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-button-value",
"support": {
"chrome": {
"version_added": "1"
@@ -821,6 +835,7 @@
"willValidate": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/willValidate",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-willvalidate-dev",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLDListElement.json b/api/HTMLDListElement.json
index 29a1e166ea948b..5e1cc33b54e5f6 100644
--- a/api/HTMLDListElement.json
+++ b/api/HTMLDListElement.json
@@ -51,6 +51,7 @@
"compact": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLDListElement/compact",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-dl-compact",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLDataListElement.json b/api/HTMLDataListElement.json
index cc234352f3a2c0..eb55008fc59ff4 100644
--- a/api/HTMLDataListElement.json
+++ b/api/HTMLDataListElement.json
@@ -51,6 +51,7 @@
"options": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLDataListElement/options",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-datalist-options-dev",
"support": {
"chrome": {
"version_added": "20"
diff --git a/api/HTMLDetailsElement.json b/api/HTMLDetailsElement.json
index b86cd9b9ae6f63..801bcd8096d3b2 100644
--- a/api/HTMLDetailsElement.json
+++ b/api/HTMLDetailsElement.json
@@ -51,6 +51,7 @@
"open": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLDetailsElement/open",
+ "spec_url": "https://html.spec.whatwg.org/multipage/interactive-elements.html#dom-details-open",
"support": {
"chrome": {
"version_added": "10"
diff --git a/api/HTMLDirectoryElement.json b/api/HTMLDirectoryElement.json
index 925feba9a3e27b..d82d99b3b18f9b 100644
--- a/api/HTMLDirectoryElement.json
+++ b/api/HTMLDirectoryElement.json
@@ -48,6 +48,7 @@
},
"compact": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-dir-compact",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLDivElement.json b/api/HTMLDivElement.json
index 688c5f55aa0171..dd87d529994154 100644
--- a/api/HTMLDivElement.json
+++ b/api/HTMLDivElement.json
@@ -51,6 +51,7 @@
"align": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLDivElement/align",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-div-align",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLElement.json b/api/HTMLElement.json
index e84bdc4cfdb611..0a8a5dc110eddb 100644
--- a/api/HTMLElement.json
+++ b/api/HTMLElement.json
@@ -420,6 +420,7 @@
},
"autocapitalize": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/interaction.html#dom-autocapitalize-dev",
"support": {
"chrome": {
"version_added": "66"
@@ -1150,6 +1151,7 @@
"draggable": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLElement/draggable",
+ "spec_url": "https://html.spec.whatwg.org/multipage/dnd.html#dom-draggable",
"support": {
"chrome": {
"version_added": "3"
@@ -2836,6 +2838,7 @@
"spellcheck": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLElement/spellcheck",
+ "spec_url": "https://html.spec.whatwg.org/multipage/interaction.html#dom-spellcheck-dev",
"support": {
"chrome": {
"version_added": "9"
@@ -3255,6 +3258,7 @@
"translate": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLElement/translate",
+ "spec_url": "https://html.spec.whatwg.org/multipage/dom.html#dom-translate",
"support": {
"chrome": {
"version_added": "19"
diff --git a/api/HTMLEmbedElement.json b/api/HTMLEmbedElement.json
index 64376e9a786dcd..302a4021349607 100644
--- a/api/HTMLEmbedElement.json
+++ b/api/HTMLEmbedElement.json
@@ -56,6 +56,7 @@
},
"align": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-embed-align",
"support": {
"chrome": {
"version_added": "1"
@@ -103,6 +104,7 @@
},
"getSVGDocument": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/embedded-content-other.html#dom-media-getsvgdocument-dev",
"support": {
"chrome": {
"version_added": "1"
@@ -150,6 +152,7 @@
},
"height": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/embedded-content-other.html#dom-dim-height",
"support": {
"chrome": {
"version_added": "1"
@@ -197,6 +200,7 @@
},
"name": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-embed-name",
"support": {
"chrome": {
"version_added": "1"
@@ -244,6 +248,7 @@
},
"src": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#dom-embed-src",
"support": {
"chrome": {
"version_added": "1"
@@ -291,6 +296,7 @@
},
"type": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#dom-embed-type",
"support": {
"chrome": {
"version_added": "1"
@@ -338,6 +344,7 @@
},
"width": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/embedded-content-other.html#dom-dim-width",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLFieldSetElement.json b/api/HTMLFieldSetElement.json
index 16883903e58b32..3017e90d6250f0 100644
--- a/api/HTMLFieldSetElement.json
+++ b/api/HTMLFieldSetElement.json
@@ -50,6 +50,7 @@
},
"checkValidity": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-checkvalidity-dev",
"support": {
"chrome": {
"version_added": "4"
@@ -98,6 +99,7 @@
"disabled": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFieldSetElement/disabled",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-fieldset-disabled",
"support": {
"chrome": {
"version_added": "20"
@@ -146,6 +148,7 @@
"elements": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFieldSetElement/elements",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-fieldset-elements-dev",
"support": {
"chrome": {
"version_added": "21"
@@ -242,6 +245,7 @@
"form": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFieldSetElement/form",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fae-form-dev",
"support": {
"chrome": {
"version_added": "1"
@@ -290,6 +294,7 @@
"name": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFieldSetElement/name",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fe-name",
"support": {
"chrome": {
"version_added": "19"
@@ -338,6 +343,7 @@
"reportValidity": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFieldSetElement/reportValidity",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-reportvalidity-dev",
"support": {
"chrome": {
"version_added": "40"
@@ -385,6 +391,7 @@
},
"setCustomValidity": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-setcustomvalidity-dev",
"support": {
"chrome": {
"version_added": "4"
@@ -433,6 +440,7 @@
"type": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFieldSetElement/type",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-fieldset-type-dev",
"support": {
"chrome": {
"version_added": "19"
@@ -481,6 +489,7 @@
"validationMessage": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFieldSetElement/validationMessage",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-validationmessage-dev",
"support": {
"chrome": {
"version_added": "5"
@@ -529,6 +538,7 @@
"validity": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFieldSetElement/validity",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#the-constraint-validation-api:dom-cva-validity",
"support": {
"chrome": {
"version_added": "3"
@@ -577,6 +587,7 @@
"willValidate": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFieldSetElement/willValidate",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-willvalidate-dev",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLFontElement.json b/api/HTMLFontElement.json
index 491ac3a58882a3..b07e3c93ea82d2 100644
--- a/api/HTMLFontElement.json
+++ b/api/HTMLFontElement.json
@@ -50,6 +50,7 @@
"color": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFontElement/color",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-font-color",
"support": {
"chrome": {
"version_added": "1"
@@ -98,6 +99,7 @@
"face": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFontElement/face",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-font-face",
"support": {
"chrome": {
"version_added": "1"
@@ -146,6 +148,7 @@
"size": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFontElement/size",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-font-size",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLFormElement.json b/api/HTMLFormElement.json
index 0392ede2bf0771..0487c44abdbe86 100644
--- a/api/HTMLFormElement.json
+++ b/api/HTMLFormElement.json
@@ -149,6 +149,7 @@
"autocomplete": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFormElement/autocomplete",
+ "spec_url": "https://html.spec.whatwg.org/multipage/forms.html#dom-form-autocomplete",
"support": {
"chrome": {
"version_added": "14"
@@ -197,6 +198,7 @@
"checkValidity": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFormElement/checkValidity",
+ "spec_url": "https://html.spec.whatwg.org/multipage/forms.html#dom-form-checkvalidity-dev",
"support": {
"chrome": {
"version_added": "4"
@@ -589,6 +591,7 @@
"noValidate": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFormElement/noValidate",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fs-novalidate",
"support": {
"chrome": {
"version_added": "4"
diff --git a/api/HTMLFrameElement.json b/api/HTMLFrameElement.json
index a456123f04946b..0f13dd204e0c19 100644
--- a/api/HTMLFrameElement.json
+++ b/api/HTMLFrameElement.json
@@ -50,6 +50,7 @@
"contentDocument": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFrameElement/contentDocument",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-contentdocument",
"support": {
"chrome": {
"version_added": "1"
@@ -98,6 +99,7 @@
"contentWindow": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFrameElement/contentWindow",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-contentwindow",
"support": {
"chrome": {
"version_added": "1"
@@ -146,6 +148,7 @@
"frameBorder": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFrameElement/frameBorder",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-frameborder",
"support": {
"chrome": {
"version_added": "1"
@@ -194,6 +197,7 @@
"longDesc": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFrameElement/longDesc",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-longdesc",
"support": {
"chrome": {
"version_added": "1"
@@ -242,6 +246,7 @@
"marginHeight": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFrameElement/marginHeight",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-marginheight",
"support": {
"chrome": {
"version_added": "1"
@@ -290,6 +295,7 @@
"marginWidth": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFrameElement/marginWidth",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-marginwidth",
"support": {
"chrome": {
"version_added": "1"
@@ -338,6 +344,7 @@
"name": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFrameElement/name",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-name",
"support": {
"chrome": {
"version_added": "1"
@@ -386,6 +393,7 @@
"noResize": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFrameElement/noResize",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-noresize",
"support": {
"chrome": {
"version_added": "1"
@@ -434,6 +442,7 @@
"scrolling": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFrameElement/scrolling",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-scrolling",
"support": {
"chrome": {
"version_added": "1"
@@ -482,6 +491,7 @@
"src": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFrameElement/src",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frame-src",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLFrameSetElement.json b/api/HTMLFrameSetElement.json
index baab28d3691c01..aaab23b989e042 100644
--- a/api/HTMLFrameSetElement.json
+++ b/api/HTMLFrameSetElement.json
@@ -50,6 +50,7 @@
},
"cols": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frameset-cols",
"support": {
"chrome": {
"version_added": "1"
@@ -97,6 +98,7 @@
},
"rows": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-frameset-rows",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLHRElement.json b/api/HTMLHRElement.json
index d08f8a1c76e9e0..3539e77ffb93d5 100644
--- a/api/HTMLHRElement.json
+++ b/api/HTMLHRElement.json
@@ -50,6 +50,7 @@
},
"align": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-hr-align",
"support": {
"chrome": {
"version_added": "1"
@@ -97,6 +98,7 @@
},
"color": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-hr-color",
"support": {
"chrome": {
"version_added": "33"
@@ -144,6 +146,7 @@
},
"noShade": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-hr-noshade",
"support": {
"chrome": {
"version_added": "1"
@@ -191,6 +194,7 @@
},
"size": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-hr-size",
"support": {
"chrome": {
"version_added": "1"
@@ -238,6 +242,7 @@
},
"width": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-hr-width",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLHeadElement.json b/api/HTMLHeadElement.json
index c9ef90cd3f9652..bb4ed68a477bc1 100644
--- a/api/HTMLHeadElement.json
+++ b/api/HTMLHeadElement.json
@@ -50,6 +50,7 @@
},
"profile": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-head-profile",
"support": {
"chrome": {
"version_added": false
diff --git a/api/HTMLHeadingElement.json b/api/HTMLHeadingElement.json
index 49917f0572c4cd..0d7b864fa291ae 100644
--- a/api/HTMLHeadingElement.json
+++ b/api/HTMLHeadingElement.json
@@ -51,6 +51,7 @@
"align": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLHeadingElement/align",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-hx-align",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLHtmlElement.json b/api/HTMLHtmlElement.json
index 12a5ac8564d782..daed2ac66da83b 100644
--- a/api/HTMLHtmlElement.json
+++ b/api/HTMLHtmlElement.json
@@ -51,6 +51,7 @@
"version": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLHtmlElement/version",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-html-version",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLIFrameElement.json b/api/HTMLIFrameElement.json
index f1bd708f9724bd..73a3f2b4f4a1ba 100644
--- a/api/HTMLIFrameElement.json
+++ b/api/HTMLIFrameElement.json
@@ -51,6 +51,7 @@
"align": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/align",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-iframe-align",
"support": {
"chrome": {
"version_added": "1"
@@ -98,6 +99,7 @@
},
"allow": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#dom-iframe-allow",
"support": {
"chrome": {
"version_added": "60"
@@ -145,6 +147,7 @@
},
"allowFullscreen": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#dom-iframe-allowfullscreen",
"support": {
"chrome": {
"version_added": "38"
@@ -542,6 +545,7 @@
"frameBorder": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/frameBorder",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-iframe-frameborder",
"support": {
"chrome": {
"version_added": "1"
@@ -589,6 +593,7 @@
},
"getSVGDocument": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/embedded-content-other.html#dom-media-getsvgdocument-dev",
"support": {
"chrome": {
"version_added": "1"
@@ -637,6 +642,7 @@
"height": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/height",
+ "spec_url": "https://html.spec.whatwg.org/multipage/embedded-content-other.html#dom-dim-height",
"support": {
"chrome": {
"version_added": "1"
@@ -684,6 +690,7 @@
},
"loading": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#dom-iframe-loading",
"support": {
"chrome": {
"version_added": "77"
@@ -734,6 +741,7 @@
"longDesc": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/longDesc",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-iframe-longdesc",
"support": {
"chrome": {
"version_added": "1"
@@ -782,6 +790,7 @@
"marginHeight": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/marginHeight",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-iframe-marginheight",
"support": {
"chrome": {
"version_added": "1"
@@ -830,6 +839,7 @@
"marginWidth": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/marginWidth",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-iframe-marginwidth",
"support": {
"chrome": {
"version_added": "1"
@@ -878,6 +888,7 @@
"name": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/name",
+ "spec_url": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#dom-iframe-name",
"support": {
"chrome": {
"version_added": "1"
@@ -974,6 +985,7 @@
},
"sandbox": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#dom-iframe-sandbox",
"support": {
"chrome": {
"version_added": "5",
@@ -1030,6 +1042,7 @@
"scrolling": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/scrolling",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-iframe-scrolling",
"support": {
"chrome": {
"version_added": "1"
@@ -1176,6 +1189,7 @@
"width": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/width",
+ "spec_url": "https://html.spec.whatwg.org/multipage/embedded-content-other.html#dom-dim-width",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLImageElement.json b/api/HTMLImageElement.json
index 79dbbf5e6eb938..402322563f5cf8 100644
--- a/api/HTMLImageElement.json
+++ b/api/HTMLImageElement.json
@@ -744,6 +744,7 @@
"longDesc": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLImageElement/longDesc",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-img-longdesc",
"support": {
"chrome": {
"version_added": "1"
@@ -792,6 +793,7 @@
"lowsrc": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLImageElement/lowsrc",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-img-lowsrc",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLInputElement.json b/api/HTMLInputElement.json
index 48e044828acc16..0d170885b7741c 100644
--- a/api/HTMLInputElement.json
+++ b/api/HTMLInputElement.json
@@ -50,6 +50,7 @@
},
"accept": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-accept",
"support": {
"chrome": {
"version_added": "1"
@@ -97,6 +98,7 @@
},
"align": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-input-align",
"support": {
"chrome": {
"version_added": "1"
@@ -144,6 +146,7 @@
},
"alt": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-alt",
"support": {
"chrome": {
"version_added": "1"
@@ -191,6 +194,8 @@
},
"autocomplete": {
"__compat": {
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/autocomplete",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fe-autocomplete",
"support": {
"chrome": {
"version_added": "14"
@@ -238,6 +243,7 @@
},
"capture": {
"__compat": {
+ "spec_url": "https://w3c.github.io/html-media-capture/#dom-htmlinputelement-capture",
"support": {
"chrome": {
"version_added": false
@@ -285,6 +291,7 @@
},
"checked": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-checked",
"support": {
"chrome": {
"version_added": "1"
@@ -333,6 +340,7 @@
"checkValidity": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/checkValidity",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-checkvalidity-dev",
"support": {
"chrome": {
"version_added": "4"
@@ -380,6 +388,7 @@
},
"defaultChecked": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-defaultchecked",
"support": {
"chrome": {
"version_added": "1"
@@ -427,6 +436,7 @@
},
"defaultValue": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-defaultvalue",
"support": {
"chrome": {
"version_added": "1"
@@ -474,6 +484,7 @@
},
"dirName": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-dirname",
"support": {
"chrome": {
"version_added": "17"
@@ -521,6 +532,7 @@
},
"disabled": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fe-disabled",
"support": {
"chrome": {
"version_added": "1"
@@ -568,6 +580,8 @@
},
"files": {
"__compat": {
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/files",
+ "spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-files-dev",
"support": {
"chrome": {
"version_added": "1"
@@ -617,6 +631,7 @@
},
"form": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fae-form-dev",
"support": {
"chrome": {
"version_added": "1"
@@ -664,6 +679,8 @@
},
"formAction": {
"__compat": {
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/formAction",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fs-formaction",
"support": {
"chrome": {
"version_added": "9"
@@ -711,6 +728,8 @@
},
"formEnctype": {
"__compat": {
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/formEnctype",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fs-formenctype",
"support": {
"chrome": {
"version_added": "9"
@@ -758,6 +777,8 @@
},
"formMethod": {
"__compat": {
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/formMethod",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fs-formmethod",
"support": {
"chrome": {
"version_added": "9"
@@ -805,6 +826,8 @@
},
"formNoValidate": {
"__compat": {
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/formNoValidate",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fs-formnovalidate",
"support": {
"chrome": {
"version_added": "4"
@@ -852,6 +875,8 @@
},
"formTarget": {
"__compat": {
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/formTarget",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fs-formtarget",
"support": {
"chrome": {
"version_added": "9"
@@ -899,6 +924,8 @@
},
"height": {
"__compat": {
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/height",
+ "spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-height",
"support": {
"chrome": {
"version_added": "21"
@@ -993,6 +1020,8 @@
},
"indeterminate": {
"__compat": {
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/indeterminate",
+ "spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-indeterminate",
"support": {
"chrome": {
"version_added": "1"
@@ -1139,6 +1168,8 @@
},
"list": {
"__compat": {
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/list",
+ "spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-list-dev",
"support": {
"chrome": {
"version_added": "20"
@@ -1427,6 +1458,7 @@
},
"name": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fe-name",
"support": {
"chrome": {
"version_added": "1"
@@ -1474,6 +1506,8 @@
},
"pattern": {
"__compat": {
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/pattern",
+ "spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-pattern",
"support": {
"chrome": {
"version_added": "4"
@@ -1521,6 +1555,8 @@
},
"placeholder": {
"__compat": {
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/placeholder",
+ "spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-placeholder",
"support": {
"chrome": {
"version_added": "3"
@@ -1568,6 +1604,7 @@
},
"readOnly": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-readonly",
"support": {
"chrome": {
"version_added": "1"
@@ -1664,6 +1701,8 @@
},
"required": {
"__compat": {
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/required",
+ "spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-required",
"support": {
"chrome": {
"version_added": "4"
@@ -1859,7 +1898,8 @@
},
"selectionDirection": {
"__compat": {
- "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-textarea/input-selectiondirection",
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/selectionDirection",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-textarea/input-selectiondirection-dev",
"support": {
"chrome": {
"version_added": "15"
@@ -2651,6 +2691,7 @@
},
"size": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-size",
"support": {
"chrome": {
"version_added": "1"
@@ -2698,6 +2739,7 @@
},
"src": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-src",
"support": {
"chrome": {
"version_added": "1"
@@ -2745,6 +2787,7 @@
},
"step": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-step",
"support": {
"chrome": {
"version_added": "5"
@@ -2898,6 +2941,7 @@
},
"type": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-type",
"support": {
"chrome": {
"version_added": "1"
@@ -2945,6 +2989,7 @@
},
"useMap": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-input-usemap",
"support": {
"chrome": {
"version_added": "1"
@@ -2992,6 +3037,8 @@
},
"validationMessage": {
"__compat": {
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/validationMessage",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-validationmessage-dev",
"support": {
"chrome": {
"version_added": "5"
@@ -3039,6 +3086,8 @@
},
"validity": {
"__compat": {
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/validity",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#the-constraint-validation-api:dom-cva-validity",
"support": {
"chrome": {
"version_added": "3"
@@ -3086,6 +3135,7 @@
},
"value": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-value",
"support": {
"chrome": {
"version_added": "1"
@@ -3133,6 +3183,7 @@
},
"valueAsDate": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-valueasdate-dev",
"support": {
"chrome": {
"version_added": "5"
@@ -3192,6 +3243,7 @@
},
"valueAsNumber": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-valueasnumber-dev",
"support": {
"chrome": {
"version_added": "5"
@@ -3337,6 +3389,8 @@
},
"width": {
"__compat": {
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/width",
+ "spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-width",
"support": {
"chrome": {
"version_added": "21"
@@ -3384,6 +3438,8 @@
},
"willValidate": {
"__compat": {
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/willValidate",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-willvalidate-dev",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLLIElement.json b/api/HTMLLIElement.json
index 903b122be24bed..b675579579c071 100644
--- a/api/HTMLLIElement.json
+++ b/api/HTMLLIElement.json
@@ -52,6 +52,7 @@
},
"type": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-li-type",
"support": {
"chrome": {
"version_added": "1"
@@ -99,6 +100,7 @@
},
"value": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/grouping-content.html#dom-li-value",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLLegendElement.json b/api/HTMLLegendElement.json
index ddb3402c9ed0ca..a2cb067ab0a632 100644
--- a/api/HTMLLegendElement.json
+++ b/api/HTMLLegendElement.json
@@ -50,6 +50,7 @@
},
"align": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-legend-align",
"support": {
"chrome": {
"version_added": "1"
@@ -97,6 +98,7 @@
},
"form": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-legend-form",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLLinkElement.json b/api/HTMLLinkElement.json
index b7dbbcb1deacef..a8f8f0f4b29ce7 100644
--- a/api/HTMLLinkElement.json
+++ b/api/HTMLLinkElement.json
@@ -99,6 +99,7 @@
},
"charset": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-link-charset",
"support": {
"chrome": {
"version_added": "1"
@@ -147,6 +148,7 @@
"crossOrigin": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/crossOrigin",
+ "spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#dom-link-crossorigin",
"support": {
"chrome": {
"version_added": "34"
@@ -194,6 +196,7 @@
},
"disabled": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#dom-link-disabled",
"support": {
"chrome": {
"version_added": "1",
@@ -301,6 +304,7 @@
},
"href": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#dom-link-href",
"support": {
"chrome": {
"version_added": "1"
@@ -348,6 +352,7 @@
},
"hreflang": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#dom-link-hreflang",
"support": {
"chrome": {
"version_added": "1"
@@ -395,6 +400,7 @@
},
"imageSizes": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#dom-link-imagesizes",
"support": {
"chrome": {
"version_added": "73"
@@ -442,6 +448,7 @@
},
"imageSrcset": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#dom-link-imagesrcset",
"support": {
"chrome": {
"version_added": "73"
@@ -489,6 +496,7 @@
},
"integrity": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#dom-link-integrity",
"support": {
"chrome": {
"version_added": "45"
@@ -536,6 +544,7 @@
},
"media": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#dom-link-media",
"support": {
"chrome": {
"version_added": "1"
@@ -730,6 +739,7 @@
},
"rev": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-link-rev",
"support": {
"chrome": {
"version_added": "1"
@@ -778,6 +788,7 @@
"sizes": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/sizes",
+ "spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#dom-link-sizes",
"support": {
"chrome": {
"version_added": "15",
@@ -831,6 +842,7 @@
},
"target": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-link-target",
"support": {
"chrome": {
"version_added": "1"
@@ -878,6 +890,7 @@
},
"type": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#dom-link-type",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLMapElement.json b/api/HTMLMapElement.json
index e2056b37dfd654..2bb9133fd6fb71 100644
--- a/api/HTMLMapElement.json
+++ b/api/HTMLMapElement.json
@@ -51,6 +51,7 @@
"areas": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLMapElement/areas",
+ "spec_url": "https://html.spec.whatwg.org/multipage/image-maps.html#dom-map-areas-dev",
"support": {
"chrome": {
"version_added": "1"
@@ -99,6 +100,7 @@
"name": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLMapElement/name",
+ "spec_url": "https://html.spec.whatwg.org/multipage/image-maps.html#dom-map-name",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLMarqueeElement.json b/api/HTMLMarqueeElement.json
index 0949f3a8591026..c5350793a84763 100644
--- a/api/HTMLMarqueeElement.json
+++ b/api/HTMLMarqueeElement.json
@@ -52,6 +52,7 @@
},
"behavior": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-marquee-behavior",
"support": {
"chrome": {
"version_added": "1"
@@ -99,6 +100,7 @@
},
"bgColor": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-marquee-bgcolor",
"support": {
"chrome": {
"version_added": "1"
@@ -195,6 +197,7 @@
},
"direction": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-marquee-direction",
"support": {
"chrome": {
"version_added": "1"
@@ -291,6 +294,7 @@
},
"height": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-marquee-height",
"support": {
"chrome": {
"version_added": "1"
@@ -338,6 +342,7 @@
},
"hspace": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-marquee-hspace",
"support": {
"chrome": {
"version_added": "10"
@@ -385,6 +390,7 @@
},
"loop": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-marquee-loop",
"support": {
"chrome": {
"version_added": "10"
@@ -432,6 +438,7 @@
},
"scrollAmount": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-marquee-scrollamount",
"support": {
"chrome": {
"version_added": "1"
@@ -479,6 +486,7 @@
},
"scrollDelay": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-marquee-scrolldelay",
"support": {
"chrome": {
"version_added": "10"
@@ -526,6 +534,7 @@
},
"start": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-marquee-start",
"support": {
"chrome": {
"version_added": "1"
@@ -622,6 +631,7 @@
},
"stop": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-marquee-stop",
"support": {
"chrome": {
"version_added": "1"
@@ -669,6 +679,7 @@
},
"trueSpeed": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-marquee-truespeed",
"support": {
"chrome": {
"version_added": "9"
@@ -716,6 +727,7 @@
},
"vspace": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-marquee-vspace",
"support": {
"chrome": {
"version_added": "10"
@@ -763,6 +775,7 @@
},
"width": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-marquee-width",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLMediaElement.json b/api/HTMLMediaElement.json
index c184304a4c67f5..0dd15e62ce1d90 100644
--- a/api/HTMLMediaElement.json
+++ b/api/HTMLMediaElement.json
@@ -101,6 +101,7 @@
"addTextTrack": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/addTextTrack",
+ "spec_url": "https://html.spec.whatwg.org/multipage/media.html#dom-media-addtexttrack-dev",
"support": {
"chrome": [
{
@@ -1482,6 +1483,7 @@
},
"getStartDate": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/media.html#dom-media-getstartdate",
"support": {
"chrome": {
"version_added": false
@@ -1828,6 +1830,7 @@
"mediaKeys": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/mediaKeys",
+ "spec_url": "https://w3c.github.io/encrypted-media/#dom-htmlmediaelement-mediakeys",
"support": {
"chrome": {
"version_added": "42"
@@ -2511,6 +2514,7 @@
"played": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/played",
+ "spec_url": "https://html.spec.whatwg.org/multipage/media.html#dom-media-played-dev",
"support": {
"chrome": {
"version_added": "1"
@@ -2609,6 +2613,7 @@
"preload": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/preload",
+ "spec_url": "https://html.spec.whatwg.org/multipage/media.html#dom-media-preload",
"support": {
"chrome": {
"version_added": "5"
@@ -2872,6 +2877,7 @@
},
"remote": {
"__compat": {
+ "spec_url": "https://w3c.github.io/remote-playback/#dom-htmlmediaelement-remote",
"support": {
"chrome": {
"version_added": "56"
@@ -3023,6 +3029,7 @@
"seeking": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seeking",
+ "spec_url": "https://html.spec.whatwg.org/multipage/media.html#dom-media-seeking-dev",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLMeterElement.json b/api/HTMLMeterElement.json
index fa3bbf28c5650c..079a55dc2ee434 100644
--- a/api/HTMLMeterElement.json
+++ b/api/HTMLMeterElement.json
@@ -51,6 +51,7 @@
"high": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLMeterElement/high",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-meter-high",
"support": {
"chrome": {
"version_added": "6"
@@ -148,6 +149,7 @@
"low": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLMeterElement/low",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-meter-low",
"support": {
"chrome": {
"version_added": "6"
@@ -196,6 +198,7 @@
"max": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLMeterElement/max",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-meter-max",
"support": {
"chrome": {
"version_added": "6"
@@ -244,6 +247,7 @@
"min": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLMeterElement/min",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-meter-min",
"support": {
"chrome": {
"version_added": "6"
@@ -292,6 +296,7 @@
"optimum": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLMeterElement/optimum",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-meter-optimum",
"support": {
"chrome": {
"version_added": "6"
@@ -340,6 +345,7 @@
"value": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLMeterElement/value",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-meter-value",
"support": {
"chrome": {
"version_added": "6"
diff --git a/api/HTMLModElement.json b/api/HTMLModElement.json
index edc4bad853116e..bf622fd6972de5 100644
--- a/api/HTMLModElement.json
+++ b/api/HTMLModElement.json
@@ -51,6 +51,7 @@
"cite": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLModElement/cite",
+ "spec_url": "https://html.spec.whatwg.org/multipage/edits.html#dom-mod-cite",
"support": {
"chrome": {
"version_added": "1"
@@ -99,6 +100,7 @@
"dateTime": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLModElement/dateTime",
+ "spec_url": "https://html.spec.whatwg.org/multipage/edits.html#dom-mod-datetime",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLOListElement.json b/api/HTMLOListElement.json
index 6db621c1aac565..28ccde3e0e3ed2 100644
--- a/api/HTMLOListElement.json
+++ b/api/HTMLOListElement.json
@@ -51,6 +51,7 @@
"compact": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOListElement/compact",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-ol-compact",
"support": {
"chrome": {
"version_added": "1"
@@ -99,6 +100,7 @@
"reversed": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOListElement/reversed",
+ "spec_url": "https://html.spec.whatwg.org/multipage/grouping-content.html#dom-ol-reversed",
"support": {
"chrome": {
"version_added": "18"
@@ -147,6 +149,7 @@
"start": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOListElement/start",
+ "spec_url": "https://html.spec.whatwg.org/multipage/grouping-content.html#dom-ol-start",
"support": {
"chrome": {
"version_added": "1"
@@ -195,6 +198,7 @@
"type": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOListElement/type",
+ "spec_url": "https://html.spec.whatwg.org/multipage/grouping-content.html#dom-ol-type",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLObjectElement.json b/api/HTMLObjectElement.json
index d61a873a7fb829..1e9e5d8f89623a 100644
--- a/api/HTMLObjectElement.json
+++ b/api/HTMLObjectElement.json
@@ -51,6 +51,7 @@
"align": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLObjectElement/align",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-object-align",
"support": {
"chrome": {
"version_added": "1"
@@ -99,6 +100,7 @@
"archive": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLObjectElement/archive",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-object-archive",
"support": {
"chrome": {
"version_added": "1"
@@ -147,6 +149,7 @@
"border": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLObjectElement/border",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-object-border",
"support": {
"chrome": {
"version_added": "1"
@@ -244,6 +247,7 @@
"code": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLObjectElement/code",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-object-code",
"support": {
"chrome": {
"version_added": "1"
@@ -292,6 +296,7 @@
"codeBase": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLObjectElement/codeBase",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-object-codebase",
"support": {
"chrome": {
"version_added": "1"
@@ -340,6 +345,7 @@
"codeType": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLObjectElement/codeType",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-object-codetype",
"support": {
"chrome": {
"version_added": "1"
@@ -535,6 +541,7 @@
"declare": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLObjectElement/declare",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-object-declare",
"support": {
"chrome": {
"version_added": "1"
@@ -632,6 +639,7 @@
"getSVGDocument": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLObjectElement/getSVGDocument",
+ "spec_url": "https://html.spec.whatwg.org/multipage/embedded-content-other.html#dom-media-getsvgdocument",
"support": {
"chrome": {
"version_added": "1"
@@ -729,6 +737,7 @@
"hspace": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLObjectElement/hspace",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-object-hspace",
"support": {
"chrome": {
"version_added": "1"
@@ -826,6 +835,7 @@
"reportValidity": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLObjectElement/reportValidity",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-reportvalidity",
"support": {
"chrome": {
"version_added": "39"
@@ -923,6 +933,7 @@
"standby": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLObjectElement/standby",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-object-standby",
"support": {
"chrome": {
"version_added": "1"
@@ -1167,6 +1178,7 @@
"vspace": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLObjectElement/vspace",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-object-vspace",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLOptGroupElement.json b/api/HTMLOptGroupElement.json
index 71bc41aca2a9a6..8790c293d0a2e5 100644
--- a/api/HTMLOptGroupElement.json
+++ b/api/HTMLOptGroupElement.json
@@ -51,6 +51,7 @@
"disabled": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOptGroupElement/disabled",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-optgroup-disabled",
"support": {
"chrome": {
"version_added": "1"
@@ -99,6 +100,7 @@
"label": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOptGroupElement/label",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-optgroup-label",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLOptionElement.json b/api/HTMLOptionElement.json
index 878cfc074ffb56..c104c81dcbf5ae 100644
--- a/api/HTMLOptionElement.json
+++ b/api/HTMLOptionElement.json
@@ -102,6 +102,7 @@
"defaultSelected": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOptionElement/defaultSelected",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-option-defaultselected",
"support": {
"chrome": {
"version_added": "1"
@@ -150,6 +151,7 @@
"disabled": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOptionElement/disabled",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-option-disabled",
"support": {
"chrome": {
"version_added": "1"
@@ -198,6 +200,7 @@
"form": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOptionElement/form",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-option-form-dev",
"support": {
"chrome": {
"version_added": "1"
@@ -246,6 +249,7 @@
"index": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOptionElement/index",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-option-index-dev",
"support": {
"chrome": {
"version_added": "1"
@@ -294,6 +298,7 @@
"label": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOptionElement/label",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-option-label",
"support": {
"chrome": {
"version_added": "1"
@@ -358,6 +363,7 @@
"selected": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOptionElement/selected",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-option-selected-dev",
"support": {
"chrome": {
"version_added": "1"
@@ -406,6 +412,7 @@
"text": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOptionElement/text",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-option-text-dev",
"support": {
"chrome": {
"version_added": "1"
@@ -454,6 +461,7 @@
"value": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOptionElement/value",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-option-value",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLOptionsCollection.json b/api/HTMLOptionsCollection.json
index 81f3ecd285414c..c19a65456e0848 100644
--- a/api/HTMLOptionsCollection.json
+++ b/api/HTMLOptionsCollection.json
@@ -51,6 +51,7 @@
"add": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOptionsCollection/add",
+ "spec_url": "https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#dom-htmloptionscollection-add-dev",
"support": {
"chrome": {
"version_added": "1"
@@ -99,6 +100,7 @@
"length": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOptionsCollection/length",
+ "spec_url": "https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#dom-htmloptionscollection-length-dev",
"support": {
"chrome": {
"version_added": "1"
@@ -147,6 +149,7 @@
"remove": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOptionsCollection/remove",
+ "spec_url": "https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#dom-htmloptionscollection-remove-dev",
"support": {
"chrome": {
"version_added": "1"
@@ -195,6 +198,7 @@
"selectedIndex": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOptionsCollection/selectedIndex",
+ "spec_url": "https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#the-htmloptionscollection-interface:dom-htmloptionscollection-selectedindex-2",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLOutputElement.json b/api/HTMLOutputElement.json
index 1c963901b0c2b4..a7b98ba2457ddd 100644
--- a/api/HTMLOutputElement.json
+++ b/api/HTMLOutputElement.json
@@ -100,6 +100,7 @@
"checkValidity": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/checkValidity",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-checkvalidity-dev",
"support": {
"chrome": {
"version_added": "9"
@@ -148,6 +149,7 @@
"defaultValue": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/defaultValue",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-output-defaultvalue-dev",
"support": {
"chrome": {
"version_added": "9"
@@ -196,6 +198,7 @@
"form": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/form",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fae-form-dev",
"support": {
"chrome": {
"version_added": "9"
@@ -244,6 +247,7 @@
"htmlFor": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/htmlFor",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-output-htmlfor",
"support": {
"chrome": {
"version_added": "9",
@@ -347,6 +351,7 @@
"name": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/name",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fe-name",
"support": {
"chrome": {
"version_added": "9"
@@ -395,6 +400,7 @@
"reportValidity": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/reportValidity",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-reportvalidity-dev",
"support": {
"chrome": {
"version_added": "40"
@@ -443,6 +449,7 @@
"setCustomValidity": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/setCustomValidity",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-setcustomvalidity-dev",
"support": {
"chrome": {
"version_added": "9"
@@ -491,6 +498,7 @@
"type": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/type",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-output-type-dev",
"support": {
"chrome": {
"version_added": "9"
@@ -539,6 +547,7 @@
"validationMessage": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/validationMessage",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-validationmessage-dev",
"support": {
"chrome": {
"version_added": "9"
@@ -587,6 +596,7 @@
"validity": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/validity",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#the-constraint-validation-api:dom-cva-validity",
"support": {
"chrome": {
"version_added": "9"
@@ -635,6 +645,7 @@
"value": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/value",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-output-value-dev",
"support": {
"chrome": {
"version_added": "9"
@@ -683,6 +694,7 @@
"willValidate": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/willValidate",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-willvalidate-dev",
"support": {
"chrome": {
"version_added": "9"
diff --git a/api/HTMLParagraphElement.json b/api/HTMLParagraphElement.json
index d33c1f5fffa86c..a0dee5047ce1a2 100644
--- a/api/HTMLParagraphElement.json
+++ b/api/HTMLParagraphElement.json
@@ -51,6 +51,7 @@
"align": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLParagraphElement/align",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-p-align",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLParamElement.json b/api/HTMLParamElement.json
index f74277b2cf2b69..787144bf806759 100644
--- a/api/HTMLParamElement.json
+++ b/api/HTMLParamElement.json
@@ -51,6 +51,7 @@
"name": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLParamElement/name",
+ "spec_url": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#dom-param-name",
"support": {
"chrome": {
"version_added": "1"
@@ -99,6 +100,7 @@
"type": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLParamElement/type",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-param-type",
"support": {
"chrome": {
"version_added": "1"
@@ -147,6 +149,7 @@
"value": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLParamElement/value",
+ "spec_url": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#dom-param-value",
"support": {
"chrome": {
"version_added": "1"
@@ -195,6 +198,7 @@
"valueType": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLParamElement/valueType",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-param-valuetype",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLPreElement.json b/api/HTMLPreElement.json
index 67a198b4692f7a..d41b72b400dfec 100644
--- a/api/HTMLPreElement.json
+++ b/api/HTMLPreElement.json
@@ -51,6 +51,7 @@
"width": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLPreElement/width",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-pre-width",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLProgressElement.json b/api/HTMLProgressElement.json
index 639f14096ee931..dd28125f91b937 100644
--- a/api/HTMLProgressElement.json
+++ b/api/HTMLProgressElement.json
@@ -100,6 +100,7 @@
"max": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLProgressElement/max",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-progress-max",
"support": {
"chrome": {
"version_added": "6"
@@ -148,6 +149,7 @@
"position": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLProgressElement/position",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-progress-position-dev",
"support": {
"chrome": {
"version_added": "6"
@@ -196,6 +198,7 @@
"value": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLProgressElement/value",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-progress-value",
"support": {
"chrome": {
"version_added": "6"
diff --git a/api/HTMLQuoteElement.json b/api/HTMLQuoteElement.json
index 031c50d549bf8d..65e2d059bd0b62 100644
--- a/api/HTMLQuoteElement.json
+++ b/api/HTMLQuoteElement.json
@@ -51,6 +51,7 @@
"cite": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLQuoteElement/cite",
+ "spec_url": "https://html.spec.whatwg.org/multipage/grouping-content.html#dom-quote-cite",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLScriptElement.json b/api/HTMLScriptElement.json
index db7dc93a794ecc..555a3a26a6290b 100644
--- a/api/HTMLScriptElement.json
+++ b/api/HTMLScriptElement.json
@@ -50,6 +50,7 @@
},
"async": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/scripting.html#dom-script-async",
"support": {
"chrome": {
"version_added": "6"
@@ -97,6 +98,7 @@
},
"charset": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-script-charset",
"support": {
"chrome": {
"version_added": "1"
@@ -144,6 +146,7 @@
},
"crossOrigin": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/scripting.html#dom-script-crossorigin",
"support": {
"chrome": {
"version_added": "1"
@@ -191,6 +194,7 @@
},
"defer": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/scripting.html#dom-script-defer",
"support": {
"chrome": {
"version_added": "1"
@@ -239,6 +243,7 @@
},
"event": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-script-event",
"support": {
"chrome": {
"version_added": "1"
@@ -338,6 +343,7 @@
},
"htmlFor": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-script-htmlfor",
"support": {
"chrome": {
"version_added": "1"
@@ -385,6 +391,7 @@
},
"integrity": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/scripting.html#dom-script-integrity",
"support": {
"chrome": {
"version_added": "45"
@@ -432,6 +439,7 @@
},
"noModule": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/scripting.html#dom-script-nomodule",
"support": {
"chrome": {
"version_added": "61"
@@ -528,6 +536,7 @@
},
"src": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/scripting.html#dom-script-src",
"support": {
"chrome": {
"version_added": "1"
@@ -624,6 +633,7 @@
},
"text": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/scripting.html#dom-script-text-dev",
"support": {
"chrome": {
"version_added": "1"
@@ -671,6 +681,7 @@
},
"type": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/scripting.html#dom-script-type",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLSelectElement.json b/api/HTMLSelectElement.json
index 84b4ffa5de77ca..6d8bf1cf63b34e 100644
--- a/api/HTMLSelectElement.json
+++ b/api/HTMLSelectElement.json
@@ -149,6 +149,7 @@
"autocomplete": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/autocomplete",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fe-autocomplete",
"support": {
"chrome": {
"version_added": "66"
@@ -454,6 +455,7 @@
"length": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/length",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-select-length",
"support": {
"chrome": {
"version_added": "1"
@@ -502,6 +504,7 @@
"multiple": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/multiple",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-select-multiple",
"support": {
"chrome": {
"version_added": "1"
@@ -550,6 +553,7 @@
"name": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/name",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fe-name",
"support": {
"chrome": {
"version_added": "1"
@@ -747,6 +751,7 @@
"reportValidity": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/reportValidity",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-reportvalidity",
"support": {
"chrome": {
"version_added": "40"
@@ -795,6 +800,7 @@
"required": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/required",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-select-required",
"support": {
"chrome": {
"version_added": "10"
@@ -990,6 +996,7 @@
"size": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/size",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-select-size",
"support": {
"chrome": {
"version_added": "1"
@@ -1087,6 +1094,7 @@
"validationMessage": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/validationMessage",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-validationmessage",
"support": {
"chrome": {
"version_added": "4"
@@ -1135,6 +1143,7 @@
"validity": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/validity",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-validity",
"support": {
"chrome": {
"version_added": "3"
@@ -1183,6 +1192,7 @@
"value": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/value",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-select-value",
"support": {
"chrome": {
"version_added": "1"
@@ -1231,6 +1241,7 @@
"willValidate": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/willValidate",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-willvalidate",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLSourceElement.json b/api/HTMLSourceElement.json
index cb8c0f02e2d966..e9a32c1b36bf1d 100644
--- a/api/HTMLSourceElement.json
+++ b/api/HTMLSourceElement.json
@@ -99,6 +99,7 @@
"media": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/media",
+ "spec_url": "https://html.spec.whatwg.org/multipage/embedded-content.html#dom-source-media",
"support": {
"chrome": {
"version_added": "1"
@@ -147,6 +148,7 @@
"sizes": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/sizes",
+ "spec_url": "https://html.spec.whatwg.org/multipage/embedded-content.html#dom-source-sizes",
"support": {
"chrome": {
"version_added": "36"
@@ -195,6 +197,7 @@
"src": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/src",
+ "spec_url": "https://html.spec.whatwg.org/multipage/embedded-content.html#dom-source-src",
"support": {
"chrome": {
"version_added": "1"
@@ -243,6 +246,7 @@
"srcset": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/srcset",
+ "spec_url": "https://html.spec.whatwg.org/multipage/embedded-content.html#dom-source-srcset",
"support": {
"chrome": {
"version_added": "38"
@@ -291,6 +295,7 @@
"type": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/type",
+ "spec_url": "https://html.spec.whatwg.org/multipage/embedded-content.html#dom-source-type",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLStyleElement.json b/api/HTMLStyleElement.json
index d87a16f7fc348d..fa0e1eab0fdeb8 100644
--- a/api/HTMLStyleElement.json
+++ b/api/HTMLStyleElement.json
@@ -51,6 +51,7 @@
"disabled": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLStyleElement/disabled",
+ "spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#dom-style-disabled",
"support": {
"chrome": {
"version_added": "1"
@@ -206,6 +207,7 @@
"type": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLStyleElement/type",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-style-type",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLTableCaptionElement.json b/api/HTMLTableCaptionElement.json
index 9e610dfa763b74..a5e17078bc067d 100644
--- a/api/HTMLTableCaptionElement.json
+++ b/api/HTMLTableCaptionElement.json
@@ -51,6 +51,7 @@
"align": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableCaptionElement/align",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-caption-align",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLTableCellElement.json b/api/HTMLTableCellElement.json
index c94bafaf41af93..72111774f3bda4 100644
--- a/api/HTMLTableCellElement.json
+++ b/api/HTMLTableCellElement.json
@@ -51,6 +51,7 @@
"abbr": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/abbr",
+ "spec_url": "https://html.spec.whatwg.org/multipage/tables.html#dom-th-abbr",
"support": {
"chrome": {
"version_added": "1"
@@ -99,6 +100,7 @@
"align": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/align",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-tdth-align",
"support": {
"chrome": {
"version_added": "1"
@@ -147,6 +149,7 @@
"axis": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/axis",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-tdth-axis",
"support": {
"chrome": {
"version_added": "1"
@@ -195,6 +198,7 @@
"bgColor": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/bgColor",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-tdth-bgcolor",
"support": {
"chrome": {
"version_added": "1"
@@ -243,6 +247,7 @@
"cellIndex": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/cellIndex",
+ "spec_url": "https://html.spec.whatwg.org/multipage/tables.html#dom-tdth-cellindex",
"support": {
"chrome": {
"version_added": "1"
@@ -291,6 +296,7 @@
"ch": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/ch",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-tdth-ch",
"support": {
"chrome": {
"version_added": "1"
@@ -339,6 +345,7 @@
"chOff": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/chOff",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-tdth-choff",
"support": {
"chrome": {
"version_added": "1"
@@ -387,6 +394,7 @@
"colSpan": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/colSpan",
+ "spec_url": "https://html.spec.whatwg.org/multipage/tables.html#dom-tdth-colspan",
"support": {
"chrome": {
"version_added": "1"
@@ -435,6 +443,7 @@
"headers": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/headers",
+ "spec_url": "https://html.spec.whatwg.org/multipage/tables.html#dom-tdth-headers",
"support": {
"chrome": {
"version_added": "1"
@@ -483,6 +492,7 @@
"height": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/height",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-tdth-height",
"support": {
"chrome": {
"version_added": "1"
@@ -531,6 +541,7 @@
"noWrap": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/noWrap",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-tdth-nowrap",
"support": {
"chrome": {
"version_added": "1"
@@ -579,6 +590,7 @@
"rowSpan": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/rowSpan",
+ "spec_url": "https://html.spec.whatwg.org/multipage/tables.html#dom-tdth-rowspan",
"support": {
"chrome": {
"version_added": "1"
@@ -627,6 +639,7 @@
"scope": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/scope",
+ "spec_url": "https://html.spec.whatwg.org/multipage/tables.html#dom-th-scope",
"support": {
"chrome": {
"version_added": "1"
@@ -675,6 +688,7 @@
"vAlign": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/vAlign",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-tdth-valign",
"support": {
"chrome": {
"version_added": "1"
@@ -723,6 +737,7 @@
"width": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/width",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-tdth-width",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLTableColElement.json b/api/HTMLTableColElement.json
index 5645baee0f0433..93ea4e028c82f2 100644
--- a/api/HTMLTableColElement.json
+++ b/api/HTMLTableColElement.json
@@ -51,6 +51,7 @@
"align": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableColElement/align",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-col-align",
"support": {
"chrome": {
"version_added": "1"
@@ -99,6 +100,7 @@
"ch": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableColElement/ch",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-col-ch",
"support": {
"chrome": {
"version_added": "1"
@@ -147,6 +149,7 @@
"chOff": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableColElement/chOff",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-col-choff",
"support": {
"chrome": {
"version_added": "1"
@@ -195,6 +198,10 @@
"span": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableColElement/span",
+ "spec_url": [
+ "https://html.spec.whatwg.org/multipage/tables.html#dom-col-span",
+ "https://html.spec.whatwg.org/multipage/tables.html#dom-colgroup-span"
+ ],
"support": {
"chrome": {
"version_added": "1"
@@ -243,6 +250,7 @@
"vAlign": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableColElement/vAlign",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-col-valign",
"support": {
"chrome": {
"version_added": "1"
@@ -291,6 +299,7 @@
"width": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableColElement/width",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-col-width",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLTableElement.json b/api/HTMLTableElement.json
index f980a7e50834cc..a48a841d55370e 100644
--- a/api/HTMLTableElement.json
+++ b/api/HTMLTableElement.json
@@ -51,6 +51,7 @@
"align": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableElement/align",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-table-align",
"support": {
"chrome": {
"version_added": "1"
@@ -99,6 +100,7 @@
"bgColor": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableElement/bgColor",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-table-bgcolor",
"support": {
"chrome": {
"version_added": "1"
@@ -147,6 +149,7 @@
"border": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableElement/border",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-table-border",
"support": {
"chrome": {
"version_added": "1"
@@ -244,6 +247,7 @@
"cellPadding": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableElement/cellPadding",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-table-cellpadding",
"support": {
"chrome": {
"version_added": "1"
@@ -292,6 +296,7 @@
"cellSpacing": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableElement/cellSpacing",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-table-cellspacing",
"support": {
"chrome": {
"version_added": "1"
@@ -732,6 +737,7 @@
"frame": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableElement/frame",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-table-frame",
"support": {
"chrome": {
"version_added": "1"
@@ -880,6 +886,7 @@
"rules": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableElement/rules",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-table-rules",
"support": {
"chrome": {
"version_added": "1"
@@ -928,6 +935,7 @@
"summary": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableElement/summary",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-table-summary",
"support": {
"chrome": {
"version_added": "1"
@@ -1123,6 +1131,7 @@
"width": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableElement/width",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-table-width",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLTableRowElement.json b/api/HTMLTableRowElement.json
index 4565380fa92ec0..88c8c031a8f662 100644
--- a/api/HTMLTableRowElement.json
+++ b/api/HTMLTableRowElement.json
@@ -51,6 +51,7 @@
"align": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableRowElement/align",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-tr-align",
"support": {
"chrome": {
"version_added": "1"
@@ -99,6 +100,7 @@
"bgColor": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableRowElement/bgColor",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-tr-bgcolor",
"support": {
"chrome": {
"version_added": "1"
@@ -147,6 +149,7 @@
"cells": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableRowElement/cells",
+ "spec_url": "https://html.spec.whatwg.org/multipage/tables.html#dom-tr-cells",
"support": {
"chrome": {
"version_added": "1"
@@ -195,6 +198,7 @@
"ch": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableRowElement/ch",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-tr-ch",
"support": {
"chrome": {
"version_added": "1"
@@ -243,6 +247,7 @@
"chOff": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableRowElement/chOff",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-tr-choff",
"support": {
"chrome": {
"version_added": "1"
@@ -291,6 +296,7 @@
"deleteCell": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableRowElement/deleteCell",
+ "spec_url": "https://html.spec.whatwg.org/multipage/tables.html#dom-tr-deletecell",
"support": {
"chrome": {
"version_added": "1"
@@ -533,6 +539,7 @@
"sectionRowIndex": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableRowElement/sectionRowIndex",
+ "spec_url": "https://html.spec.whatwg.org/multipage/tables.html#dom-tr-sectionrowindex",
"support": {
"chrome": {
"version_added": "1"
@@ -581,6 +588,7 @@
"vAlign": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableRowElement/vAlign",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-tr-valign",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLTableSectionElement.json b/api/HTMLTableSectionElement.json
index 182d03fc55e3e5..81424a938a0985 100644
--- a/api/HTMLTableSectionElement.json
+++ b/api/HTMLTableSectionElement.json
@@ -51,6 +51,7 @@
"align": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableSectionElement/align",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-tbody-align",
"support": {
"chrome": {
"version_added": "1"
@@ -99,6 +100,7 @@
"ch": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableSectionElement/ch",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-tbody-ch",
"support": {
"chrome": {
"version_added": "1"
@@ -147,6 +149,7 @@
"chOff": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableSectionElement/chOff",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-tbody-choff",
"support": {
"chrome": {
"version_added": "1"
@@ -195,6 +198,7 @@
"deleteRow": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableSectionElement/deleteRow",
+ "spec_url": "https://html.spec.whatwg.org/multipage/tables.html#dom-tbody-deleterow",
"support": {
"chrome": {
"version_added": "1"
@@ -243,6 +247,7 @@
"insertRow": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableSectionElement/insertRow",
+ "spec_url": "https://html.spec.whatwg.org/multipage/tables.html#dom-tbody-insertrow",
"support": {
"chrome": {
"version_added": "1"
@@ -291,6 +296,7 @@
"rows": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableSectionElement/rows",
+ "spec_url": "https://html.spec.whatwg.org/multipage/tables.html#dom-tbody-rows",
"support": {
"chrome": {
"version_added": "1"
@@ -339,6 +345,7 @@
"vAlign": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTableSectionElement/vAlign",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-tbody-valign",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLTextAreaElement.json b/api/HTMLTextAreaElement.json
index 299c63dcb2ab92..773516a0985fc5 100644
--- a/api/HTMLTextAreaElement.json
+++ b/api/HTMLTextAreaElement.json
@@ -99,6 +99,7 @@
"autocomplete": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/autocomplete",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fe-autocomplete",
"support": {
"chrome": {
"version_added": "66"
@@ -146,6 +147,7 @@
},
"checkValidity": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-checkvalidity",
"support": {
"chrome": {
"version_added": "4"
@@ -193,6 +195,7 @@
},
"cols": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-textarea-cols",
"support": {
"chrome": {
"version_added": "1"
@@ -240,6 +243,7 @@
},
"defaultValue": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-textarea-defaultvalue",
"support": {
"chrome": {
"version_added": "1"
@@ -287,6 +291,7 @@
},
"dirName": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-textarea-dirname",
"support": {
"chrome": {
"version_added": "17"
@@ -334,6 +339,7 @@
},
"disabled": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fe-disabled",
"support": {
"chrome": {
"version_added": "1"
@@ -381,6 +387,7 @@
},
"form": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fae-form",
"support": {
"chrome": {
"version_added": "1"
@@ -477,6 +484,7 @@
},
"maxLength": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-textarea-maxlength",
"support": {
"chrome": {
"version_added": "4"
@@ -524,6 +532,7 @@
},
"minLength": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-textarea-minlength",
"support": {
"chrome": {
"version_added": "40"
@@ -571,6 +580,7 @@
},
"name": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fe-name",
"support": {
"chrome": {
"version_added": "1"
@@ -618,6 +628,7 @@
},
"placeholder": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-textarea-placeholder",
"support": {
"chrome": {
"version_added": "4"
@@ -665,6 +676,7 @@
},
"readOnly": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-textarea-readonly",
"support": {
"chrome": {
"version_added": "1"
@@ -713,6 +725,7 @@
"reportValidity": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/reportValidity",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-reportvalidity",
"support": {
"chrome": {
"version_added": "40"
@@ -760,6 +773,7 @@
},
"required": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-textarea-required",
"support": {
"chrome": {
"version_added": "4"
@@ -807,6 +821,7 @@
},
"rows": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-textarea-rows",
"support": {
"chrome": {
"version_added": "1"
@@ -854,6 +869,7 @@
},
"select": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-textarea/input-select",
"support": {
"chrome": {
"version_added": "1"
@@ -1095,6 +1111,7 @@
},
"setCustomValidity": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-setcustomvalidity",
"support": {
"chrome": {
"version_added": "4"
@@ -1142,6 +1159,7 @@
},
"setRangeText": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-textarea/input-setrangetext",
"support": {
"chrome": {
"version_added": "24"
@@ -1189,6 +1207,7 @@
},
"setSelectionRange": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-textarea/input-setselectionrange",
"support": {
"chrome": {
"version_added": "1"
@@ -1237,6 +1256,7 @@
"textLength": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/textLength",
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-textarea-textlength",
"support": {
"chrome": {
"version_added": "4"
@@ -1284,6 +1304,7 @@
},
"type": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-textarea-type",
"support": {
"chrome": {
"version_added": "1"
@@ -1331,6 +1352,7 @@
},
"validationMessage": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-validationmessage",
"support": {
"chrome": {
"version_added": "5"
@@ -1378,6 +1400,7 @@
},
"validity": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-validity",
"support": {
"chrome": {
"version_added": "3"
@@ -1425,6 +1448,7 @@
},
"value": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-textarea-value",
"support": {
"chrome": {
"version_added": "1"
@@ -1472,6 +1496,7 @@
},
"willValidate": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-cva-willvalidate",
"support": {
"chrome": {
"version_added": "1"
@@ -1519,6 +1544,7 @@
},
"wrap": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-textarea-wrap",
"support": {
"chrome": {
"version_added": "16"
diff --git a/api/HTMLTitleElement.json b/api/HTMLTitleElement.json
index 8aff27f300d8ba..9fdca440fc5863 100644
--- a/api/HTMLTitleElement.json
+++ b/api/HTMLTitleElement.json
@@ -51,6 +51,7 @@
"text": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTitleElement/text",
+ "spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#dom-title-text",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLTrackElement.json b/api/HTMLTrackElement.json
index 14a972e7df2ea8..00504465bb4ca3 100644
--- a/api/HTMLTrackElement.json
+++ b/api/HTMLTrackElement.json
@@ -170,6 +170,7 @@
"default": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/default",
+ "spec_url": "https://html.spec.whatwg.org/multipage/media.html#dom-track-default",
"support": {
"chrome": {
"version_added": "23"
@@ -218,6 +219,7 @@
"kind": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/kind",
+ "spec_url": "https://html.spec.whatwg.org/multipage/media.html#dom-track-kind",
"support": {
"chrome": {
"version_added": "23"
@@ -266,6 +268,7 @@
"label": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/label",
+ "spec_url": "https://html.spec.whatwg.org/multipage/media.html#dom-track-label",
"support": {
"chrome": {
"version_added": "23"
@@ -314,6 +317,7 @@
"readyState": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/readyState",
+ "spec_url": "https://html.spec.whatwg.org/multipage/media.html#dom-track-readystate",
"support": {
"chrome": {
"version_added": "23"
@@ -413,6 +417,7 @@
"srclang": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/srclang",
+ "spec_url": "https://html.spec.whatwg.org/multipage/media.html#dom-track-srclang",
"support": {
"chrome": {
"version_added": "23"
@@ -461,6 +466,7 @@
"track": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/track",
+ "spec_url": "https://html.spec.whatwg.org/multipage/media.html#dom-track-track",
"support": {
"chrome": {
"version_added": "23"
diff --git a/api/HTMLUListElement.json b/api/HTMLUListElement.json
index 8d83ec605ba943..ae49a1a861c43d 100644
--- a/api/HTMLUListElement.json
+++ b/api/HTMLUListElement.json
@@ -51,6 +51,7 @@
"compact": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLUListElement/compact",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-ul-compact",
"support": {
"chrome": {
"version_added": "1"
@@ -99,6 +100,7 @@
"type": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLUListElement/type",
+ "spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-ul-type",
"support": {
"chrome": {
"version_added": "1"
diff --git a/api/HTMLVideoElement.json b/api/HTMLVideoElement.json
index 54856571020790..f718237e8a60f6 100644
--- a/api/HTMLVideoElement.json
+++ b/api/HTMLVideoElement.json
@@ -99,6 +99,7 @@
},
"cancelVideoFrameCallback": {
"__compat": {
+ "spec_url": "https://wicg.github.io/video-rvfc/#dom-htmlvideoelement-cancelvideoframecallback",
"support": {
"chrome": {
"version_added": "83"
@@ -299,6 +300,7 @@
"height": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLVideoElement/height",
+ "spec_url": "https://html.spec.whatwg.org/multipage/embedded-content-other.html#dom-dim-height",
"support": {
"chrome": {
"version_added": "1"
@@ -736,6 +738,7 @@
},
"playsInline": {
"__compat": {
+ "spec_url": "https://html.spec.whatwg.org/multipage/media.html#dom-video-playsinline",
"support": {
"chrome": {
"version_added": "75"
@@ -784,6 +787,7 @@
"poster": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLVideoElement/poster",
+ "spec_url": "https://html.spec.whatwg.org/multipage/media.html#dom-video-poster",
"support": {
"chrome": {
"version_added": "1"
@@ -880,6 +884,7 @@
},
"requestVideoFrameCallback": {
"__compat": {
+ "spec_url": "https://wicg.github.io/video-rvfc/#dom-htmlvideoelement-requestvideoframecallback",
"support": {
"chrome": {
"version_added": "83"
@@ -1026,6 +1031,7 @@
"width": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLVideoElement/width",
+ "spec_url": "https://html.spec.whatwg.org/multipage/embedded-content-other.html#dom-dim-width",
"support": {
"chrome": {
"version_added": "1"