diff --git a/files/en-us/web/html/attributes/accept/index.md b/files/en-us/web/html/attributes/accept/index.md index 9eacb525ecaf933..6c7bbb5bfe3c0ed 100644 --- a/files/en-us/web/html/attributes/accept/index.md +++ b/files/en-us/web/html/attributes/accept/index.md @@ -8,6 +8,7 @@ tags: - HTML - Input - Reference +spec-urls: https://html.spec.whatwg.org/multipage/input.html#attr-input-accept --- {{HTMLSidebar}} @@ -144,10 +145,7 @@ div { ## Specifications -| Specification | Status | -| ------------------------------------------------------------------------------- | ------------------------ | -| {{SpecName('HTML WHATWG', 'input.html#attr-input-accept', 'accept attribute')}} | {{Spec2('HTML WHATWG')}} | -| {{SpecName('HTML5.1', 'sec-forms.html#attr-input-accept', 'accept attribute')}} | {{Spec2('HTML5.1')}} | +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/html/attributes/autocomplete/index.md b/files/en-us/web/html/attributes/autocomplete/index.md index aa7c71f5e3cb386..d350dd93030d9db 100644 --- a/files/en-us/web/html/attributes/autocomplete/index.md +++ b/files/en-us/web/html/attributes/autocomplete/index.md @@ -17,6 +17,7 @@ tags: - form - passwords - textarea +browser-compat: html.global_attributes.autocomplete --- {{HTMLSidebar}} @@ -233,13 +234,11 @@ An address in Japan is typically **written in one line**, in an order from the l ## Specifications -| Specification | -| -------------------------------------------------------------------- | -| {{SpecName('HTML WHATWG', "#attr-fe-autocomplete", "autocomplete")}} | +{{Specifications}} ## Browser compatibility -{{Compat("html.global_attributes.autocomplete")}} +{{Compat}} ## See also diff --git a/files/en-us/web/html/attributes/capture/index.md b/files/en-us/web/html/attributes/capture/index.md index 5d3241695502776..4df1569c115ce2d 100644 --- a/files/en-us/web/html/attributes/capture/index.md +++ b/files/en-us/web/html/attributes/capture/index.md @@ -8,6 +8,7 @@ tags: - Capture - Constraint validation - HTML +spec-urls: https://w3c.github.io/html-media-capture/#the-capture-attribute --- {{HTMLSidebar}} @@ -50,22 +51,7 @@ Note these work better on mobile devices; if your device is a desktop computer, ## Specifications - - - - - - - - - - - - - -
SpecificationStatus
- {{SpecName('HTML Media Capture', '#the-capture-attribute','capture attribute')}} - {{Spec2('HTML Media Capture')}}
+{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/html/attributes/crossorigin/index.md b/files/en-us/web/html/attributes/crossorigin/index.md index 031f7f3816e41cb..c2e901979f24499 100644 --- a/files/en-us/web/html/attributes/crossorigin/index.md +++ b/files/en-us/web/html/attributes/crossorigin/index.md @@ -9,6 +9,9 @@ tags: - NeedsContent - Reference - Security +spec-urls: + - https://html.spec.whatwg.org/multipage/infrastructure.html#cors-settings-attributes + - https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-crossorigin --- {{HTMLSidebar}} @@ -74,31 +77,7 @@ The `use-credentials` value must be used when fetching a [manifest](/en-US/docs/ ## Specifications - - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
- {{SpecName('HTML WHATWG', 'infrastructure.html#cors-settings-attributes', 'CORS settings attributes')}} - {{Spec2('HTML WHATWG')}}
- {{SpecName('HTML WHATWG', 'embedded-content.html#attr-img-crossorigin', 'crossorigin')}} - {{Spec2('HTML WHATWG')}}
+{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/html/attributes/disabled/index.md b/files/en-us/web/html/attributes/disabled/index.md index e028815f7301c3b..7dfcacda28527ee 100644 --- a/files/en-us/web/html/attributes/disabled/index.md +++ b/files/en-us/web/html/attributes/disabled/index.md @@ -7,6 +7,7 @@ tags: - Constraint validation - Forms - required +spec-urls: https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-disabled --- {{HTMLSidebar}} @@ -105,38 +106,7 @@ When form controls are disabled, many browsers will display them in a lighter, g ## Specifications - - - - - - - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
- {{SpecName('HTML WHATWG', 'form-control-infrastructure.html#attr-fe-disabled', 'disabled attribute')}} - {{Spec2('HTML WHATWG')}}
- {{SpecName('HTML5 W3C', 'forms.html#attr-input-disabled', 'disabled attribute')}} - {{Spec2('HTML5 W3C')}}
- {{SpecName('HTML5.1', 'sec-forms.html#the-disabled-attribute', 'disabled attribute')}} - {{Spec2('HTML5.1')}}
+{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/html/attributes/elementtiming/index.md b/files/en-us/web/html/attributes/elementtiming/index.md index a9a45f793a38860..c7e6052708bdc3f 100644 --- a/files/en-us/web/html/attributes/elementtiming/index.md +++ b/files/en-us/web/html/attributes/elementtiming/index.md @@ -8,6 +8,7 @@ tags: - elementtiming - Performance - Reference +spec-urls: https://wicg.github.io/element-timing/forms.html#attr-label-for --- {{HTMLSidebar}} @@ -39,24 +40,7 @@ Good contenders for elements you might want to observe are: ## Specifications - - - - - - - - - - - - - - - -
SpecificationStatusComment
- {{SpecName('Element Timing API', 'forms.html#attr-label-for', 'for as used with label')}} - {{Spec2('Element Timing API')}}
+{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/html/attributes/for/index.md b/files/en-us/web/html/attributes/for/index.md index 357c32aaded321f..028140530a85474 100644 --- a/files/en-us/web/html/attributes/for/index.md +++ b/files/en-us/web/html/attributes/for/index.md @@ -7,6 +7,9 @@ tags: - HTML - for - Reference +spec-urls: + - https://html.spec.whatwg.org/multipage/forms.html#attr-label-for + - https://html.spec.whatwg.org/multipage/form-elements.html#attr-output-for --- {{HTMLSidebar}} @@ -36,45 +39,7 @@ See examples of usage on the element pages for {{htmlelement("label")}} and {{ht ## Specifications - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
- {{SpecName('HTML WHATWG', 'forms.html#attr-label-for', 'for as used with label')}} - {{Spec2('HTML WHATWG')}}
- {{SpecName('HTML WHATWG', 'form-elements.html#attr-output-for', 'for as used with output')}} - {{Spec2('HTML WHATWG')}}
- {{SpecName('HTML5 W3C', 'sec-forms.html#element-attrdef-label-for', 'for as used with label')}} - {{Spec2('HTML5 W3C')}}
- {{SpecName('HTML5 W3C', 'sec-forms.html#element-attrdef-output-for', 'for as used with output')}} - {{Spec2('HTML5 W3C')}}
+{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/html/attributes/max/index.md b/files/en-us/web/html/attributes/max/index.md index 94ff38faca6bdf7..97532f4d39d040e 100644 --- a/files/en-us/web/html/attributes/max/index.md +++ b/files/en-us/web/html/attributes/max/index.md @@ -8,6 +8,10 @@ tags: - HTML - max - Reference +spec-urls: + - https://html.spec.whatwg.org/multipage/input.html#the-min-and-max-attributes + - https://html.spec.whatwg.org/multipage/forms.html#the-progress-element + - https://html.spec.whatwg.org/multipage/forms.html#the-meter-element --- {{HTMLSidebar}} @@ -130,59 +134,7 @@ Provide instructions to help users understand how to complete the form and use i ## Specifications - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
- {{SpecName('HTML WHATWG', 'input.html#the-min-and-max-attributes', 'max attribute')}} - {{Spec2('HTML WHATWG')}}
- {{SpecName('HTML5 W3C', 'input.html#the-min-and-max-attributes', 'max attribute')}} - {{Spec2('HTML5 W3C')}}
- {{SpecName('HTML WHATWG', 'forms.html#the-progress-element', 'progress element')}} - {{Spec2('HTML WHATWG')}}
- {{SpecName('HTML5 W3C', 'forms.html#the-progress-element', 'progress element')}} - {{Spec2('HTML5 W3C')}}
- {{SpecName('HTML WHATWG', 'forms.html#the-meter-element', 'meter element')}} - {{Spec2('HTML WHATWG')}}
- {{SpecName('HTML5 W3C', 'forms.html#the-meter-element', 'meter element')}} - {{Spec2('HTML5 W3C')}}
+{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/html/attributes/maxlength/index.md b/files/en-us/web/html/attributes/maxlength/index.md index 24f9778d3b1e007..6f7947e5ed2dbaa 100644 --- a/files/en-us/web/html/attributes/maxlength/index.md +++ b/files/en-us/web/html/attributes/maxlength/index.md @@ -10,6 +10,7 @@ tags: - Reference - maxlength - textarea +spec-urls: https://html.spec.whatwg.org/multipage/input.html#attr-input-maxlength --- {{HTMLSidebar}} @@ -34,28 +35,7 @@ While the browser will generally prevent user from entering more text than the m ## Specifications - - - - - - - - - - - - - - - - - -
SpecificationStatus
- {{SpecName('HTML WHATWG', 'input.html#attr-input-maxlength', 'maxlength attribute')}} - {{Spec2('HTML WHATWG')}}
- {{SpecName('HTML5.1', 'input.html#attr-maxlength-accept', 'maxlength attribute')}} - {{Spec2('HTML5.1')}}
+{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/html/attributes/min/index.md b/files/en-us/web/html/attributes/min/index.md index 8cd465b4d17e906..8a9835e7460ce64 100644 --- a/files/en-us/web/html/attributes/min/index.md +++ b/files/en-us/web/html/attributes/min/index.md @@ -8,6 +8,7 @@ tags: - HTML - min - Reference +spec-urls: https://html.spec.whatwg.org/multipage/input.html#the-min-and-max-attributes --- {{HTMLSidebar}} @@ -142,31 +143,7 @@ Provide instructions to help users understand how to complete the form and use i ## Specifications - - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
- {{SpecName('HTML WHATWG', 'input.html#the-min-and-max-attributes', 'min attribute')}} - {{Spec2('HTML WHATWG')}}
- {{SpecName('HTML5 W3C', 'input.html#the-min-and-max-attributes', 'min attribute')}} - {{Spec2('HTML5 W3C')}}
+{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/html/attributes/minlength/index.md b/files/en-us/web/html/attributes/minlength/index.md index 0b1f13293a98ac0..3473124068b9817 100644 --- a/files/en-us/web/html/attributes/minlength/index.md +++ b/files/en-us/web/html/attributes/minlength/index.md @@ -10,6 +10,7 @@ tags: - Reference - minlength - textarea +spec-urls: https://html.spec.whatwg.org/multipage/input.html#attr-input-minlength --- {{HTMLSidebar}} @@ -44,28 +45,7 @@ input:invalid:focus { ## Specifications - - - - - - - - - - - - - - - - - -
SpecificationStatus
- {{SpecName('HTML WHATWG', 'input.html#attr-input-minlength', 'minlength attribute')}} - {{Spec2('HTML WHATWG')}}
- {{SpecName('HTML5.1', 'input.html#attr-minlength-accept', 'minlength attribute')}} - {{Spec2('HTML5.1')}}
+{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/html/attributes/multiple/index.md b/files/en-us/web/html/attributes/multiple/index.md index 497beba79e64e75..05d9da721006e66 100644 --- a/files/en-us/web/html/attributes/multiple/index.md +++ b/files/en-us/web/html/attributes/multiple/index.md @@ -6,6 +6,7 @@ tags: - Attributes - Constraint validation - HTML +spec-urls: https://html.spec.whatwg.org/multipage/input.html#attr-input-multiple --- {{HTMLSidebar}} @@ -168,31 +169,7 @@ There are a few ways to select multiple options in a `