-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
Listing enumerated values for deprecated attributes #28684
Comments
In my opinion, if something is deprecated but still widely supported, it should be described as if it weren't deprecated, but if something is deprecated and not widely supported, it should be removed or described very shortly for historic reasons |
This could be converted to a discussion, but adding new content about deprecated features doesn't seem useful beyond historical reasons, so from an editorial perspective I would freeze any additions to these, even for the sake of consistency. I'd lean more towards what we're doing with others ('described very shortly for historic reasons'): - `deprecated_attr` {{Deprecated_inline}}
- : Description of this attr. To achieve a similar effect, use the {non-deprecated alternative}. |
Yes, I would move to a discussion. FWIW I don't think it makes sense to invest in deprecated content. So yes, you might add a short description to the non-deprecated alternative but I wouldn't pad out a full document. Content removal has a policy that derives from BCD. Essentially it happens 2 years after a deprecated feature is removed from all browsers in our supported set. |
@hamishwillee How can I found the discussion of this issue? |
@EzioMercer It hasn't been moved. If it had, it the issue would "become" a discussion. I think it would be up to @estelle to do so if she thinks it worthwhile. I would not feel forced to put much effort into something that was deprecated, for consistency or otherwise.
|
MDN URL
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table
What specific section or headline is this issue about?
Deprecated attributes
What information was incorrect, unhelpful, or incomplete?
In some deprecated attributes we list the enumerated values. In others we don't. @EzioMercer made a very valid point in a PR to add the enumerated values for the deprecated
frame
attribute.See #28399 (comment)
Section: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table#deprecated_attributes
What did you expect to see?
consistency
should we list all the deprecated values? Should we omit them all. If some and not others, do we have a rationale?
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
No response
The text was updated successfully, but these errors were encountered: