Skip to content

Commit

Permalink
Mention flag support for irrelevant feature removal (#21521)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored Dec 8, 2023
1 parent ee1782f commit 46eb429
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/data-guidelines/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,11 @@ This guideline was proposed in [#6906](https://github.com/mdn/browser-compat-dat
Features can be removed from BCD if it is considered irrelevant. A feature can be considered irrelevant if any of these conditions are met:

- a feature was never implemented in any browser.
- a feature is not available behind a flag in the latest stable browser release.
- a feature was implemented and has since been removed from all browsers dating back two or more years ago.
- a feature is unsupported in all releases in the past five years.

This guideline was proposed in [#6018](https://github.com/mdn/browser-compat-data/pull/6018) and updated in [#10619](https://github.com/mdn/browser-compat-data/pull/10619).
This guideline was proposed in [#6018](https://github.com/mdn/browser-compat-data/pull/6018) and updated in [#10619](https://github.com/mdn/browser-compat-data/pull/10619) and [#21521](https://github.com/mdn/browser-compat-data/pull/21521).

## Removal of irrelevant flag data

Expand Down

0 comments on commit 46eb429

Please sign in to comment.