Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename api.HTMLElement.formEncType -> formEnctype #7471

Merged
merged 1 commit into from
Nov 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api/HTMLInputElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,9 @@
}
}
},
"formEncType": {
"formEnctype": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/formEncType",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/formEnctype",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both this and the old URL is 404. @ddbeck should we include the URLs in this case?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dealing with 404s is a whole… thing. #5297 is open to remove them, but there's some process questions around that (how do we pick up those pages once they're created?) that are unanswered. For now, I suggest keeping the 404s.

"support": {
"chrome": {
"version_added": true
Expand Down