From 41a17d87011901c7e3a6918f8daba200528c8aab Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Thu, 20 May 2021 23:29:13 +0200 Subject: [PATCH] HTML input elements: use bcd front-matter and spec macro (#5166) --- .../web/html/element/input/button/index.html | 25 ++--------- .../html/element/input/checkbox/index.html | 25 ++--------- .../web/html/element/input/color/index.html | 27 ++---------- .../web/html/element/input/date/index.html | 27 ++---------- .../element/input/datetime-local/index.html | 25 ++--------- .../web/html/element/input/email/index.html | 22 ++-------- .../web/html/element/input/file/index.html | 32 ++------------- .../web/html/element/input/hidden/index.html | 25 ++--------- .../web/html/element/input/image/index.html | 27 ++---------- files/en-us/web/html/element/input/index.html | 41 +++---------------- .../web/html/element/input/month/index.html | 20 ++------- .../web/html/element/input/number/index.html | 25 ++--------- .../html/element/input/password/index.html | 25 ++--------- .../web/html/element/input/radio/index.html | 25 ++--------- .../web/html/element/input/range/index.html | 25 ++--------- .../web/html/element/input/reset/index.html | 22 ++-------- .../web/html/element/input/search/index.html | 25 ++--------- .../web/html/element/input/submit/index.html | 25 ++--------- .../web/html/element/input/tel/index.html | 27 ++---------- .../web/html/element/input/text/index.html | 25 ++--------- .../web/html/element/input/time/index.html | 24 +++-------- .../web/html/element/input/url/index.html | 30 ++------------ .../web/html/element/input/week/index.html | 20 ++------- 23 files changed, 74 insertions(+), 520 deletions(-) diff --git a/files/en-us/web/html/element/input/button/index.html b/files/en-us/web/html/element/input/button/index.html index 1105043ddbbd54f..8392869504f44db 100644 --- a/files/en-us/web/html/element/input/button/index.html +++ b/files/en-us/web/html/element/input/button/index.html @@ -11,6 +11,7 @@ - Input Type - Reference - button +browser-compat: html.elements.input.input-button ---
{{HTMLRef("Input_types")}}
@@ -313,31 +314,11 @@

Examples

Specifications

- - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComments
{{SpecName('HTML WHATWG', 'forms.html#button-state-(type=button)', '<input type="button">')}}{{Spec2('HTML WHATWG')}}
{{SpecName('HTML5 W3C', 'forms.html#button-state-(type=button)', '<input type="button">')}}{{Spec2('HTML5 W3C')}}
+

{{Specifications}}

Browser compatibility

-

{{Compat("html.elements.input.input-button")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/html/element/input/checkbox/index.html b/files/en-us/web/html/element/input/checkbox/index.html index 99caf1765541c3b..e346556639efece 100644 --- a/files/en-us/web/html/element/input/checkbox/index.html +++ b/files/en-us/web/html/element/input/checkbox/index.html @@ -10,6 +10,7 @@ - Reference - checkbox - form +browser-compat: html.elements.input.input-checkbox ---
{{HTMLRef}}
@@ -323,31 +324,11 @@

JavaScript

Specifications

- - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('HTML WHATWG', 'forms.html#checkbox-state-(type=checkbox)', '<input type="checkbox">')}}{{Spec2('HTML WHATWG')}}
{{SpecName('HTML5 W3C', 'sec-forms.html#checkbox-state-(type=checkbox)', '<input type="checkbox">')}}{{Spec2('HTML5 W3C')}}
+

{{Specifications}}

Browser compatibility

-

{{Compat("html.elements.input.input-checkbox")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/html/element/input/color/index.html b/files/en-us/web/html/element/input/color/index.html index e80c5310203a752..dd0197ede7864ba 100644 --- a/files/en-us/web/html/element/input/color/index.html +++ b/files/en-us/web/html/element/input/color/index.html @@ -12,6 +12,7 @@ - Input - Reference - color +browser-compat: html.elements.input.input-color ---
{{HTMLRef}}
@@ -189,33 +190,11 @@

Result

Specifications

- - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('HTML WHATWG', '#color-state-(type=color)')}}{{Spec2('HTML WHATWG')}}Initial definition
{{SpecName('HTML5 W3C', 'forms.html#the-input-element')}}{{Spec2('HTML5 W3C')}}Initial definition
+

{{Specifications}}

Browser compatibility

- - -

{{Compat("html.elements.input.input-color")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/html/element/input/date/index.html b/files/en-us/web/html/element/input/date/index.html index 80a118f85017364..bbf8f6b8714f8bf 100644 --- a/files/en-us/web/html/element/input/date/index.html +++ b/files/en-us/web/html/element/input/date/index.html @@ -12,6 +12,7 @@ - Input Element - Input Type - Reference +browser-compat: html.elements.input.input-date ---
{{HTMLRef}}
@@ -484,33 +485,11 @@

JavaScript

Specifications

- - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComments
{{SpecName('HTML WHATWG', 'forms.html#date-state-(type=date)', '<input type="date">')}}{{Spec2('HTML WHATWG')}}
{{SpecName('HTML5 W3C', 'sec-forms.html#date-state-typedate', '<input type="date">')}}{{Spec2('HTML5 W3C')}}
+

{{Specifications}}

Browser compatibility

- - -

{{Compat("html.elements.input.input-date")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/html/element/input/datetime-local/index.html b/files/en-us/web/html/element/input/datetime-local/index.html index b838225d486c82a..239baeb0718a63c 100644 --- a/files/en-us/web/html/element/input/datetime-local/index.html +++ b/files/en-us/web/html/element/input/datetime-local/index.html @@ -14,6 +14,7 @@ - Reference - Time - datetime-local +browser-compat: html.elements.input.input-datetime-local ---
{{HTMLRef("Input_types")}}
@@ -598,31 +599,11 @@

Examples

Specifications

- - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComments
{{SpecName('HTML WHATWG', 'forms.html#local-date-and-time-state-(type=datetime-local)', '<input type="datetime-local">')}}{{Spec2('HTML WHATWG')}}
{{SpecName('HTML5 W3C', 'forms.html#local-date-and-time-state-(type=datetime-local)', '<input type="datetime-local">')}}{{Spec2('HTML5 W3C')}}
+

{{Specifications}}

Browser compatibility

-

{{Compat("html.elements.input.input-datetime-local")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/html/element/input/email/index.html b/files/en-us/web/html/element/input/email/index.html index d444b0d87e499f5..f1941d9524d97e4 100644 --- a/files/en-us/web/html/element/input/email/index.html +++ b/files/en-us/web/html/element/input/email/index.html @@ -8,6 +8,7 @@ - HTML forms - Input Type - Reference +browser-compat: html.elements.input.input-email ---
{{HTMLRef}}
@@ -369,28 +370,11 @@

Examples

Specifications

- - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('HTML WHATWG', '#email-state-(type=email)', '<input type="email">')}}{{Spec2('HTML WHATWG')}}Initial definition
+

{{Specifications}}

Browser compatibility

- - -

{{Compat("html.elements.input.input-email")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/html/element/input/file/index.html b/files/en-us/web/html/element/input/file/index.html index c7bf59f59fcf82e..d927f5a8d1fec99 100644 --- a/files/en-us/web/html/element/input/file/index.html +++ b/files/en-us/web/html/element/input/file/index.html @@ -12,6 +12,7 @@ - Input Type - Reference - Type +browser-compat: html.elements.input.input-file ---
{{HTMLRef("Input_types")}}
@@ -481,38 +482,11 @@

Examples

Specifications

- - - - - - - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('HTML WHATWG', 'input.html#file-upload-state-(type=file)', '<input type="file">')}}{{Spec2('HTML WHATWG')}}Initial definition
{{SpecName('HTML5.1', 'sec-forms.html#file-upload-state-typefile', '<input type="file">')}}{{Spec2('HTML5.1')}}Initial definition
{{SpecName('HTML Media Capture', '#the-capture-attribute','capture attribute')}}{{Spec2('HTML Media Capture')}}initial capture attribute
+

{{Specifications}}

Browser compatibility

- - -

{{Compat("html.elements.input.input-file")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/html/element/input/hidden/index.html b/files/en-us/web/html/element/input/hidden/index.html index ff4cd91866b2526..e38b3dfc6b85bab 100644 --- a/files/en-us/web/html/element/input/hidden/index.html +++ b/files/en-us/web/html/element/input/hidden/index.html @@ -10,6 +10,7 @@ - Input Types - Reference - hidden +browser-compat: html.elements.input.input-hidden ---
{{HTMLRef}}
@@ -191,31 +192,11 @@

Examples

Specifications

- - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('HTML WHATWG', 'forms.html#hidden-state-(type=hidden)', '<input type="hidden">')}}{{Spec2('HTML WHATWG')}}Initial definition
{{SpecName('HTML5.2', 'sec-forms.html#hidden-state-typehidden', '<input type="hidden">')}}{{Spec2('HTML5.2')}}Initial definition
+

{{Specifications}}

Browser compatibility

-

{{Compat("html.elements.input.input-hidden")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/html/element/input/image/index.html b/files/en-us/web/html/element/input/image/index.html index 4adce8cf1bf82c2..5bff443dd09c72f 100644 --- a/files/en-us/web/html/element/input/image/index.html +++ b/files/en-us/web/html/element/input/image/index.html @@ -14,6 +14,7 @@ - Input Type - Number - Reference +browser-compat: html.elements.input.input-image ---
{{HTMLRef}}
@@ -373,33 +374,11 @@

CSS

Specifications

- - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComments
{{SpecName('HTML WHATWG', 'forms.html#image-button-state-(type=image)', '<input type="image">')}}{{Spec2('HTML WHATWG')}}
{{SpecName('HTML5 W3C', 'forms.html#image-button-state-%28type=image%29', '<input type="image">')}}{{Spec2('HTML5 W3C')}}
+

{{Specifications}}

Browser compatibility

- - -

{{Compat("html.elements.input.input-image")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/html/element/input/index.html b/files/en-us/web/html/element/input/index.html index 5dacac237302ea9..774835ac6ac4bc1 100644 --- a/files/en-us/web/html/element/input/index.html +++ b/files/en-us/web/html/element/input/index.html @@ -12,6 +12,7 @@ - MakeBrowserAgnostic - Reference - Web +browser-compat: html.elements.input ---
{{HTMLRef}}
@@ -1279,40 +1280,6 @@

Technical summary

-

Specifications

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('HTML WHATWG', 'forms.html#the-input-element', '<input>')}}{{Spec2('HTML WHATWG')}}
{{SpecName('HTML Media Capture', '#the-capture-attribute','capture attribute')}}{{Spec2('HTML Media Capture')}}Adds the capture attribute
{{SpecName('HTML5 W3C', 'sec-forms.html#the-input-element', '<input>')}}{{Spec2('HTML5 W3C')}}
{{SpecName('HTML4.01', 'interact/forms.html#h-17.4', '<form>')}}{{Spec2('HTML4.01')}}
-

Accessibility concerns

Labels

@@ -1335,9 +1302,13 @@

Size

  • Quick test: Large touch targets - The A11Y Project
  • +

    Specifications

    + +

    {{Specifications}}

    +

    Browser compatibility

    -
    {{Compat("html.elements.input")}}
    +

    {{Compat}}

    See also

    diff --git a/files/en-us/web/html/element/input/month/index.html b/files/en-us/web/html/element/input/month/index.html index 60445e49c5a69b0..5fce1209a5a4f37 100644 --- a/files/en-us/web/html/element/input/month/index.html +++ b/files/en-us/web/html/element/input/month/index.html @@ -15,6 +15,7 @@ - Number - Reference - month +browser-compat: html.elements.input.input-month ---
    {{HTMLRef("Input_types")}}
    @@ -455,26 +456,11 @@

    JavaScript

    Specifications

    - - - - - - - - - - - - - - - -
    SpecificationStatusComments
    {{SpecName('HTML WHATWG', 'forms.html#month-state-(type=month)', '<input type="month">')}}{{Spec2('HTML WHATWG')}}
    +

    {{Specifications}}

    Browser compatibility

    -

    {{Compat("html.elements.input.input-month")}}

    +

    {{Compat}}

    See also

    diff --git a/files/en-us/web/html/element/input/number/index.html b/files/en-us/web/html/element/input/number/index.html index 6fc018aa8b2a90d..ae9ecbab6f5be7e 100644 --- a/files/en-us/web/html/element/input/number/index.html +++ b/files/en-us/web/html/element/input/number/index.html @@ -11,6 +11,7 @@ - Input Type - Number - Reference +browser-compat: html.elements.input.input-number ---
    {{HTMLRef("Input_types")}}
    @@ -408,31 +409,11 @@

    Examples

    Specifications

    - - - - - - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{SpecName('HTML WHATWG', 'forms.html#number-state-(type=number)', '<input type="number">')}}{{Spec2('HTML WHATWG')}}Initial definition
    {{SpecName('HTML5.1', 'sec-forms.html#number-state-typenumber', '<input type="number">')}}{{Spec2('HTML5.1')}}Initial definition
    +

    {{Specifications}}

    Browser compatibility

    -

    {{Compat("html.elements.input.input-number")}}

    +

    {{Compat}}

    See also

    diff --git a/files/en-us/web/html/element/input/password/index.html b/files/en-us/web/html/element/input/password/index.html index 3ac0e0b5f74d4e3..f4e4933e7cf0052 100644 --- a/files/en-us/web/html/element/input/password/index.html +++ b/files/en-us/web/html/element/input/password/index.html @@ -14,6 +14,7 @@ - Reference - Web - password +browser-compat: html.elements.input.input-password ---
    {{HTMLRef("Input_types")}}
    @@ -279,31 +280,11 @@

    Result

    Specifications

    - - - - - - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{SpecName('HTML WHATWG', 'forms.html#password-state-(type=password)', '<input type="password">')}}{{Spec2('HTML WHATWG')}}Initial definition
    {{SpecName('HTML5.1', 'sec-forms.html#password-state-typepassword', '<input type="password">')}}{{Spec2('HTML5.1')}}Initial definition
    +

    {{Specifications}}

    Browser compatibility

    -

    {{Compat("html.elements.input.input-password")}}

    +

    {{Compat}}

    See also

    diff --git a/files/en-us/web/html/element/input/radio/index.html b/files/en-us/web/html/element/input/radio/index.html index 9a53636205ad814..0af4ed2ce26e8f3 100644 --- a/files/en-us/web/html/element/input/radio/index.html +++ b/files/en-us/web/html/element/input/radio/index.html @@ -18,6 +18,7 @@ - form - radio - radio button +browser-compat: html.elements.input.input-radio ---
    {{HTMLRef("Input_types")}}
    @@ -334,31 +335,11 @@

    Styling radio inputs

    Specifications

    - - - - - - - - - - - - - - - - - - - - -
    SpecificationStatus
    {{SpecName('HTML WHATWG', 'forms.html#radio-button-state-(type=radio)', '<input type="radio">')}}{{Spec2('HTML WHATWG')}}
    {{SpecName('HTML5 W3C', 'forms.html#radio-button-state-(type=radio)', '<input type="radio">')}}{{Spec2('HTML5 W3C')}}
    +

    {{Specifications}}

    Browser compatibility

    -

    {{Compat("html.elements.input.input-radio")}}

    +

    {{Compat}}

    See also

    diff --git a/files/en-us/web/html/element/input/range/index.html b/files/en-us/web/html/element/input/range/index.html index adf8f8198899261..2b5a3af655145a6 100644 --- a/files/en-us/web/html/element/input/range/index.html +++ b/files/en-us/web/html/element/input/range/index.html @@ -12,6 +12,7 @@ - Reference - Web - slider +browser-compat: html.elements.input.input-range ---
    {{HTMLRef("Input_types")}}
    @@ -479,31 +480,11 @@

    CSS

    Specifications

    - - - - - - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{SpecName('HTML WHATWG', 'forms.html#range-state-(type=range)', '<input type="range">')}}{{Spec2('HTML WHATWG')}}Initial definition
    {{SpecName('HTML5.1', 'sec-forms.html#range-state-typerange', '<input type="range">')}}{{Spec2('HTML5.1')}}Initial definition
    +

    {{Specifications}}

    Browser compatibility

    -

    {{Compat("html.elements.input.input-range")}}

    +

    {{Compat}}

    See also

    diff --git a/files/en-us/web/html/element/input/reset/index.html b/files/en-us/web/html/element/input/reset/index.html index 37313789af0c6b9..af957a2f0be631b 100644 --- a/files/en-us/web/html/element/input/reset/index.html +++ b/files/en-us/web/html/element/input/reset/index.html @@ -13,6 +13,7 @@ - Reference - Reset Button - reset +browser-compat: html.elements.input.input-reset ---
    {{HTMLRef("Input_types")}}
    @@ -139,28 +140,11 @@

    Examples

    Specifications

    - - - - - - - - - - - - - - - - - -
    SpecificationStatus
    {{SpecName('HTML WHATWG', 'forms.html#reset-button-state-(type=reset)', '<input type="reset">')}}{{Spec2('HTML WHATWG')}}
    {{SpecName('HTML5 W3C', 'forms.html#reset-button-state-(type=reset)', '<input type="reset">')}}{{Spec2('HTML5 W3C')}}
    +

    {{Specifications}}

    Browser compatibility

    -

    {{Compat("html.elements.input.input-reset")}}

    +

    {{Compat}}

    See also

    diff --git a/files/en-us/web/html/element/input/search/index.html b/files/en-us/web/html/element/input/search/index.html index 952bfae8c073097..0e748c6e4eff977 100644 --- a/files/en-us/web/html/element/input/search/index.html +++ b/files/en-us/web/html/element/input/search/index.html @@ -9,6 +9,7 @@ - Input Type - Reference - Search +browser-compat: html.elements.input.input-search ---
    {{HTMLRef("Input_types")}}
    @@ -434,31 +435,11 @@

    Examples

    Specifications

    - - - - - - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{SpecName('HTML WHATWG', 'input.html#text-(type=text)-state-and-search-state-(type=search)', '<input type="search">')}}{{Spec2('HTML WHATWG')}}Initial definition
    {{SpecName('HTML5.1', 'sec-forms.html#text-typetext-state-and-search-state-typesearch', '<input type="search">')}}{{Spec2('HTML5.1')}}Initial definition
    +

    {{Specifications}}

    Browser compatibility

    -

    {{Compat("html.elements.input.input-search")}}

    +

    {{Compat}}

    See also

    diff --git a/files/en-us/web/html/element/input/submit/index.html b/files/en-us/web/html/element/input/submit/index.html index bf6b3b05fa4397b..6a93ea1bf8e0fff 100644 --- a/files/en-us/web/html/element/input/submit/index.html +++ b/files/en-us/web/html/element/input/submit/index.html @@ -15,6 +15,7 @@ - form - submit - submit button +browser-compat: html.elements.input.input-submit ---
    {{HTMLRef("Input_types")}}
    @@ -245,31 +246,11 @@

    Examples

    Specifications

    - - - - - - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{SpecName('HTML WHATWG', 'forms.html#submit-button-state-(type=submit)', '<input type="submit">')}}{{Spec2('HTML WHATWG')}}
    {{SpecName('HTML5 W3C', 'forms.html#submit-button-state-(type=submit)', '<input type="submit">')}}{{Spec2('HTML5 W3C')}}
    +

    {{Specifications}}

    Browser compatibility

    -

    {{Compat("html.elements.input.input-submit")}}

    +

    {{Compat}}

    See also

    diff --git a/files/en-us/web/html/element/input/tel/index.html b/files/en-us/web/html/element/input/tel/index.html index a7b92a2346165bd..b9da4d8a68eb51b 100644 --- a/files/en-us/web/html/element/input/tel/index.html +++ b/files/en-us/web/html/element/input/tel/index.html @@ -13,6 +13,7 @@ - Input Type - Phone Numbers - Reference +browser-compat: html.elements.input.input-tel ---
    {{HTMLRef("Input_types")}}
    @@ -498,33 +499,11 @@

    Examples

    Specifications

    - - - - - - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{SpecName('HTML WHATWG', '#telephone-state-(type=tel)', '<input type="tel">')}}{{Spec2('HTML WHATWG')}}Initial definition
    {{SpecName('HTML5.1', 'sec-forms.html#tel-state-typetel', '<input type="tel">')}}{{Spec2('HTML5.1')}}Initial definition
    +

    {{Specifications}}

    Browser compatibility

    - - -

    {{Compat("html.elements.input.input-tel")}}

    +

    {{Compat}}

    See also

    diff --git a/files/en-us/web/html/element/input/text/index.html b/files/en-us/web/html/element/input/text/index.html index 1270850bed080c5..bad853ffd409f70 100644 --- a/files/en-us/web/html/element/input/text/index.html +++ b/files/en-us/web/html/element/input/text/index.html @@ -12,6 +12,7 @@ - Text - text entry - text input +browser-compat: html.elements.input.input-text ---
    {{HTMLRef("Input_types")}}
    @@ -429,31 +430,11 @@

    Examples

    Specifications

    - - - - - - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{SpecName('HTML WHATWG', 'input.html#text-(type=text)-state-and-search-state-(type=search)', '<input type="text">')}}{{Spec2('HTML WHATWG')}}Initial definition
    {{SpecName('HTML5.1', 'sec-forms.html#text-typetext-state-and-search-state-typesearch', '<input type="text">')}}{{Spec2('HTML5.1')}}Initial definition
    +

    {{Specifications}}

    Browser compatibility

    -

    {{Compat("html.elements.input.input-text")}}

    +

    {{Compat}}

    See also

    diff --git a/files/en-us/web/html/element/input/time/index.html b/files/en-us/web/html/element/input/time/index.html index eb2d23650bf54ef..df7f4510d4f0a49 100644 --- a/files/en-us/web/html/element/input/time/index.html +++ b/files/en-us/web/html/element/input/time/index.html @@ -13,6 +13,7 @@ - Input Type - Reference - Time +browser-compat: html.elements.input.input-time ---
    {{HTMLRef("Input_types")}}
    @@ -517,28 +518,13 @@

    Examples

    hourSelect.onchange = setMinutesToZero; minuteSelect.onchange = setMinutesToZero; -

    Specifications

    +

    Specifications

    - - - - - - - - - - - - - - - -
    SpecificationStatusComments
    {{SpecName('HTML WHATWG', 'forms.html#time-state-(type=time)', '<input type="time">')}}{{Spec2('HTML WHATWG')}}
    +

    {{Specifications}}

    -

    Browser compatibility

    +

    Browser compatibility

    -

    {{Compat("html.elements.input.input-time")}}

    +

    {{Compat}}

    See also

    diff --git a/files/en-us/web/html/element/input/url/index.html b/files/en-us/web/html/element/input/url/index.html index a912a9bd90e7a85..56c95dbd5567c00 100644 --- a/files/en-us/web/html/element/input/url/index.html +++ b/files/en-us/web/html/element/input/url/index.html @@ -15,6 +15,7 @@ - Text - URL - control +browser-compat: html.elements.input.input-url ---
    {{HTMLRef("Input_types")}}
    @@ -382,36 +383,11 @@

    Examples

    Specifications

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{SpecName('HTML WHATWG', 'forms.html#url-state-(type=url)', '<input type="url">')}}{{Spec2('HTML WHATWG')}}Initial definition
    {{SpecName('HTML5.1', 'sec-forms.html#url-state-typeurl', '<input type="url">')}}{{Spec2('HTML5.1')}}Initial definition
    {{SpecName("URL", "#urls", "URL syntax")}}{{Spec2("URL")}}Living Standard
    +

    {{Specifications}}

    Browser compatibility

    -

    {{Compat("html.elements.input.input-url")}}

    +

    {{Compat}}

    See also

    diff --git a/files/en-us/web/html/element/input/week/index.html b/files/en-us/web/html/element/input/week/index.html index 4c97f053c8f55e7..25490f64e4b2649 100644 --- a/files/en-us/web/html/element/input/week/index.html +++ b/files/en-us/web/html/element/input/week/index.html @@ -15,6 +15,7 @@ - Reference - Week - Weeks +browser-compat: html.elements.input.input-week ---
    {{HTMLRef("Input_types")}}
    @@ -364,26 +365,11 @@

    Examples

    Specifications

    - - - - - - - - - - - - - - - -
    SpecificationStatusComments
    {{SpecName('HTML WHATWG', 'forms.html#week-state-(type=week)', '<input type="week">')}}{{Spec2('HTML WHATWG')}}
    +

    {{Specifications}}

    Browser compatibility

    -

    {{Compat("html.elements.input.input-week")}}

    +

    {{Compat}}

    See also