Should a support statement with flags get version_removed when unflagged? #14777
Labels
docs ✍️
Issues or pull requests regarding the documentation of this project.
question ❔
Issues where a question or problem is stated and a discussion is held to gather opinions.
Seemingly we don't currently have consensus here. Sometimes they get
version_removed
, sometimes they don't. We should have a policy here, and enforce it with a lint (at least in the case when theversion_removed
would align withversion_added
without a flag).For example,
api.AnimationTimeline
has:Which results in Yari showing:
Whereas
api.CanvasRenderingContext2D.createConicGradient
has:Which results in Yari showing:
The text was updated successfully, but these errors were encountered: