Skip to content

Commit

Permalink
Rename individual input types from input-* to type_* (#16295)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored May 15, 2022
1 parent 97aa5d8 commit a03aefc
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion html/elements/input/button.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"html": {
"elements": {
"input": {
"input-button": {
"type_button": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input/button",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#button-state-(type=button)",
Expand Down
2 changes: 1 addition & 1 deletion html/elements/input/checkbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"html": {
"elements": {
"input": {
"input-checkbox": {
"type_checkbox": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input/checkbox",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#checkbox-state-(type=checkbox)",
Expand Down
2 changes: 1 addition & 1 deletion html/elements/input/color.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"html": {
"elements": {
"input": {
"input-color": {
"type_color": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input/color",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#color-state-(type=color)",
Expand Down
2 changes: 1 addition & 1 deletion html/elements/input/date.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"html": {
"elements": {
"input": {
"input-date": {
"type_date": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input/date",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#date-state-(type=date)",
Expand Down
2 changes: 1 addition & 1 deletion html/elements/input/datetime-local.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"html": {
"elements": {
"input": {
"input-datetime-local": {
"type_datetime-local": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input/datetime-local",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#local-date-and-time-state-(type=datetime-local)",
Expand Down
2 changes: 1 addition & 1 deletion html/elements/input/email.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"html": {
"elements": {
"input": {
"input-email": {
"type_email": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input/email",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#email-state-(type=email)",
Expand Down
2 changes: 1 addition & 1 deletion html/elements/input/file.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"html": {
"elements": {
"input": {
"input-file": {
"type_file": {
"__compat": {
"description": "<code>type=\"file\"</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input/file",
Expand Down
2 changes: 1 addition & 1 deletion html/elements/input/hidden.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"html": {
"elements": {
"input": {
"input-hidden": {
"type_hidden": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input/hidden",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#hidden-state-(type=hidden)",
Expand Down
2 changes: 1 addition & 1 deletion html/elements/input/image.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"html": {
"elements": {
"input": {
"input-image": {
"type_image": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input/image",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image)",
Expand Down
2 changes: 1 addition & 1 deletion html/elements/input/month.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"html": {
"elements": {
"input": {
"input-month": {
"type_month": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input/month",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#month-state-(type=month)",
Expand Down
2 changes: 1 addition & 1 deletion html/elements/input/number.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"html": {
"elements": {
"input": {
"input-number": {
"type_number": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input/number",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#number-state-(type=number)",
Expand Down
2 changes: 1 addition & 1 deletion html/elements/input/password.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"html": {
"elements": {
"input": {
"input-password": {
"type_password": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input/password",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#password-state-(type=password)",
Expand Down
2 changes: 1 addition & 1 deletion html/elements/input/radio.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"html": {
"elements": {
"input": {
"input-radio": {
"type_radio": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input/radio",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#radio-button-state-(type=radio)",
Expand Down
2 changes: 1 addition & 1 deletion html/elements/input/range.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"html": {
"elements": {
"input": {
"input-range": {
"type_range": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input/range",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#range-state-(type=range)",
Expand Down
2 changes: 1 addition & 1 deletion html/elements/input/reset.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"html": {
"elements": {
"input": {
"input-reset": {
"type_reset": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input/reset",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#reset-button-state-(type=reset)",
Expand Down
2 changes: 1 addition & 1 deletion html/elements/input/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"html": {
"elements": {
"input": {
"input-search": {
"type_search": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input/search",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#text-(type=text)-state-and-search-state-(type=search)",
Expand Down
2 changes: 1 addition & 1 deletion html/elements/input/submit.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"html": {
"elements": {
"input": {
"input-submit": {
"type_submit": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input/submit",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#submit-button-state-(type=submit)",
Expand Down
2 changes: 1 addition & 1 deletion html/elements/input/tel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"html": {
"elements": {
"input": {
"input-tel": {
"type_tel": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input/tel",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#telephone-state-(type=tel)",
Expand Down
2 changes: 1 addition & 1 deletion html/elements/input/text.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"html": {
"elements": {
"input": {
"input-text": {
"type_text": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input/text",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#text-(type=text)-state-and-search-state-(type=search)",
Expand Down
2 changes: 1 addition & 1 deletion html/elements/input/time.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"html": {
"elements": {
"input": {
"input-time": {
"type_time": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input/time",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#time-state-(type=time)",
Expand Down
2 changes: 1 addition & 1 deletion html/elements/input/url.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"html": {
"elements": {
"input": {
"input-url": {
"type_url": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input/url",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#url-state-(type=url)",
Expand Down
2 changes: 1 addition & 1 deletion html/elements/input/week.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"html": {
"elements": {
"input": {
"input-week": {
"type_week": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input/week",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#week-state-(type=week)",
Expand Down

0 comments on commit a03aefc

Please sign in to comment.