Skip to content

Commit

Permalink
Add a guideline for no all-false features (#16648)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored Jun 19, 2022
1 parent 92692ac commit 66d74a8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/data-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,18 @@ These conditions represent minimum requirements for the removal of valid flag da

This guideline was proposed in [#6670](https://github.com/mdn/browser-compat-data/pull/6670) and revised in [#16637](https://github.com/mdn/browser-compat-data/pull/16637).

## Features with no browser support

Browser features that have not been implemented in any browser, or are planned to be implemented, should not be added to BCD. A feature should not be added if all of the following conditions are met:

- The feature has not been included in a stable browser release.
- The feature is not implemented behind a current flag (or Chrome origin trial).
- There is no tracking bug for the browser to indicate intent to implement.

Some features may already be added to BCD that do not have any browser support. These features will be removed over time.

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

## When to add `version_removed` to flagged support

A `version_removed` should be added to support statements containing flags under one of the following conditions:
Expand Down

0 comments on commit 66d74a8

Please sign in to comment.