Skip to content

Commit

Permalink
Add spec links for assorted HTML attributes (#23301)
Browse files Browse the repository at this point in the history
The URLs were found by following the spec link for the element and
clicking on the attribute.
  • Loading branch information
foolip authored Jun 7, 2024
1 parent 4aac76c commit f0e10c9
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 0 deletions.
2 changes: 2 additions & 0 deletions html/elements/fieldset.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
},
"form": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fae-form",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -121,6 +122,7 @@
},
"name": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-name",
"support": {
"chrome": {
"version_added": "19"
Expand Down
9 changes: 9 additions & 0 deletions html/elements/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
},
"accept-charset": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/forms.html#attr-form-accept-charset",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -72,6 +73,7 @@
},
"action": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-action",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -106,6 +108,7 @@
},
"autocomplete": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/forms.html#attr-form-autocomplete",
"support": {
"chrome": {
"version_added": "14",
Expand Down Expand Up @@ -141,6 +144,7 @@
},
"enctype": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-enctype",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -175,6 +179,7 @@
},
"method": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-method",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -209,6 +214,7 @@
},
"name": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/forms.html#attr-form-name",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -243,6 +249,7 @@
},
"novalidate": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-novalidate",
"support": {
"chrome": {
"version_added": "10"
Expand Down Expand Up @@ -279,6 +286,7 @@
},
"rel": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/forms.html#attr-form-rel",
"support": {
"chrome": {
"version_added": "108"
Expand Down Expand Up @@ -311,6 +319,7 @@
},
"target": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-target",
"support": {
"chrome": {
"version_added": "1"
Expand Down
1 change: 1 addition & 0 deletions html/elements/li.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
},
"value": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/grouping-content.html#attr-li-value",
"support": {
"chrome": {
"version_added": "1"
Expand Down
10 changes: 10 additions & 0 deletions html/elements/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
},
"charset": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-charset",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -76,6 +77,7 @@
},
"content": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-content",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -114,6 +116,7 @@
},
"http-equiv": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -151,6 +154,7 @@
},
"content-language": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-keyword-content-language",
"support": {
"chrome": {
"version_added": true
Expand Down Expand Up @@ -185,6 +189,7 @@
},
"content-security-policy": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-keyword-content-security-policy",
"support": {
"chrome": {
"version_added": true
Expand Down Expand Up @@ -219,6 +224,7 @@
},
"content-type": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-keyword-content-type",
"support": {
"chrome": {
"version_added": true
Expand Down Expand Up @@ -253,6 +259,7 @@
},
"refresh": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-keyword-refresh",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -291,6 +298,7 @@
},
"set-cookie": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-keyword-set-cookie",
"support": {
"chrome": {
"version_added": true,
Expand Down Expand Up @@ -375,6 +383,7 @@
},
"color-scheme": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#meta-color-scheme",
"support": {
"chrome": {
"version_added": "81"
Expand Down Expand Up @@ -409,6 +418,7 @@
},
"referrer": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#meta-referrer",
"support": {
"chrome": {
"version_added": "17",
Expand Down
4 changes: 4 additions & 0 deletions html/elements/meter.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
},
"high": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#attr-meter-high",
"support": {
"chrome": {
"version_added": "6"
Expand Down Expand Up @@ -88,6 +89,7 @@
},
"low": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#attr-meter-low",
"support": {
"chrome": {
"version_added": "6"
Expand Down Expand Up @@ -218,6 +220,7 @@
},
"optimum": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#attr-meter-optimum",
"support": {
"chrome": {
"version_added": "6"
Expand Down Expand Up @@ -260,6 +263,7 @@
},
"value": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#attr-meter-value",
"support": {
"chrome": {
"version_added": "6"
Expand Down
3 changes: 3 additions & 0 deletions html/elements/ol.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
},
"reversed": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/grouping-content.html#attr-ol-reversed",
"support": {
"chrome": {
"version_added": "18"
Expand Down Expand Up @@ -106,6 +107,7 @@
},
"start": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/grouping-content.html#attr-ol-start",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -140,6 +142,7 @@
},
"type": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/grouping-content.html#attr-ol-type",
"support": {
"chrome": {
"version_added": "1"
Expand Down
1 change: 1 addition & 0 deletions html/elements/optgroup.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
},
"label": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#attr-optgroup-label",
"support": {
"chrome": {
"version_added": "1"
Expand Down
3 changes: 3 additions & 0 deletions html/elements/option.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
},
"label": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#attr-option-label",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -116,6 +117,7 @@
},
"selected": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#attr-option-selected",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -150,6 +152,7 @@
},
"value": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#attr-option-value",
"support": {
"chrome": {
"version_added": "1"
Expand Down
2 changes: 2 additions & 0 deletions html/elements/output.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
},
"form": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fae-form",
"support": {
"chrome": {
"version_added": "10"
Expand Down Expand Up @@ -120,6 +121,7 @@
},
"name": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-name",
"support": {
"chrome": {
"version_added": "10"
Expand Down
1 change: 1 addition & 0 deletions html/elements/progress.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
},
"value": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#attr-progress-value",
"support": {
"chrome": {
"version_added": "6"
Expand Down
2 changes: 2 additions & 0 deletions html/elements/select.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
},
"form": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fae-form",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -208,6 +209,7 @@
},
"name": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-name",
"support": {
"chrome": {
"version_added": "1"
Expand Down

0 comments on commit f0e10c9

Please sign in to comment.