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 -
Specification | -Status | -
---|---|
- {{SpecName('HTML Media Capture', '#the-capture-attribute','capture attribute')}} - | -{{Spec2('HTML Media Capture')}} | -
Specification | -Status | -Comment | -
---|---|---|
- {{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')}} | -- |
Specification | -Status | -Comment | -
---|---|---|
- {{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')}} | -- |
Specification | -Status | -Comment | -
---|---|---|
- {{SpecName('Element Timing API', 'forms.html#attr-label-for', 'for as used with label')}} - | -{{Spec2('Element Timing API')}} | -- |
Specification | -Status | -Comment | -
---|---|---|
- {{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')}} | -- |
Specification | -Status | -Comment | -
---|---|---|
- {{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')}} | -- |
Specification | -Status | -
---|---|
- {{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')}} | -
Specification | -Status | -Comment | -
---|---|---|
- {{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')}} | -- |
Specification | -Status | -
---|---|
- {{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')}} | -