-
Notifications
You must be signed in to change notification settings - Fork 199
Closed
Labels
enhancementNew feature or requestNew feature or requestfeature evolutionIssues/PRs for describing changing feature definitions over time (as opposed to support)Issues/PRs for describing changing feature definitions over time (as opposed to support)
Description
Some features may end up with a discouraging notice for web developers. For example:
- An existing feature can be deprecated by a browser (whether or not they'll soon remove it), by issuing in-browser warnings or authoritative documentation
- An existing feature can be marked as a kind of anti-feature by a specification, through a formal mechanism (e.g., HTML's Obsolete but conforming features) or one-off advisories (e.g., the "Authors should not use
unicode-bidiin HTML documents" note in the CSS Writing Modes Level 3 spec). - Proposed features can be withdrawn (with implementations expected to be withdrawn soon after)
An example of such a case is shown with #310.
We ought to be able to record evidence of such discouraging information. We'll probably need a field (discouraged?) that accepts one or more URLs.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeature evolutionIssues/PRs for describing changing feature definitions over time (as opposed to support)Issues/PRs for describing changing feature definitions over time (as opposed to support)