-
Notifications
You must be signed in to change notification settings - Fork 2k
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
api.Element.name entry doesn't make sense as used on MDN #6683
Comments
Yeah, this is super weird. There isn't an And looking at the history of the page, @sideshowbarker's comment on the most recent edit is probably right:
My hunch is that we should make a brief check to make sure there was no historic If it did exist, then we could slap a deprecation notice on the page and refer people to the list of individual If not, then we could archive the page and drop the |
Thanks for checking that, @saschanaz. My earlier suggestion was slightly incomplete. Here are the steps to fix this:
|
Thanks @ddbeck, that sounds great! Will you check back here when the page has been archived? I can try to do points 2 and 3 from your list. |
@foolip Yes, I'll update this issue as soon as I've archived the page. 👍 |
@foolip OK, on the advice of @chrisdavidmills, I redirected the page to https://developer.mozilla.org/en-US/docs/Web/API (instead of archiving or deleting). We're now good to drop |
https://developer.mozilla.org/en-US/docs/Web/API/Element/name has been redirected, so this data isn't used anywhere. It can be removed under the irrelevant features guideline: https://github.com/mdn/browser-compat-data/blob/master/docs/data-guidelines.md#removal-of-irrelevant-features Part of mdn#6683.
I've sent #6751 to remove the Here are the 17 HTML element interfaces that have name attributes in the HTML spec's IDL:
The |
https://developer.mozilla.org/en-US/docs/Web/API/Element/name has been redirected, so this data isn't used anywhere. It can be removed under the irrelevant features guideline: https://github.com/mdn/browser-compat-data/blob/master/docs/data-guidelines.md#removal-of-irrelevant-features Part of #6683.
It looks like we have |
@queengooborg that sounds like a good idea! The entries on |
@queengooborg #14481 only fixed the |
Which ones are still inconsistent? @ddbeck reviewed the PR and mentioned that four of the APIs are deprecated so the subfeature should also be deprecated. |
@queengooborg it's deprecated on |
Daniel had noticed that the |
OK, no mistake then. Sorry :) |
https://developer.mozilla.org/en-US/docs/Web/API/Element/name says:
https://developer.mozilla.org/en-US/docs/Web/API/Element/name#Browser_compatibility however is not a useful table for this page, because BCD correctly reflects that there's no
name
attribute onElement
in any browser.@ddbeck how should one handle a case like this? Should the MDN page instead link to the tables for the elements that do support it?
The text was updated successfully, but these errors were encountered: