Skip to content

Commit

Permalink
Fix data guidelines for flag data (#22956)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored May 31, 2024
1 parent b300724 commit 9e6b587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data-guidelines/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ This guideline was proposed in [#6018](https://github.com/mdn/browser-compat-dat

## Removal of irrelevant flag data

Flag data is helpful for developers who may wish to test features before they are included in a stable release. However, once a feature has landed in a stable browser release, the flag data quickly becomes irrelevant and may be removed from BCD. To be considered irrelevant, the flag support statement must meet these conditions:
Flag data is helpful for developers who may wish to test features before they are included in a stable release. However, once a feature has landed in a stable browser release, the flag data quickly becomes irrelevant and may be removed from BCD. To be considered irrelevant, the flag support statement must meet _any_ of these conditions:

- The browser has supported the feature by default.
- The feature can no longer be enabled by toggling the flag.
Expand All @@ -99,7 +99,7 @@ This guideline was proposed in [#6670](https://github.com/mdn/browser-compat-dat

## Features with no browser support

Browser features that have not been implemented (or planned to be implemented) in any browser, should not be added to BCD. A feature should not be added if all of the following conditions are met:
Browser features that have not been implemented (or planned to be implemented) in any browser, 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).
Expand Down

0 comments on commit 9e6b587

Please sign in to comment.