Skip to content

Commit

Permalink
Fix: CSS value → CSS property value
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed Apr 19, 2021
1 parent 36dd033 commit 4ab8d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ If a feature has been supported by one and only one engine without major changes
| An API supported in Chrome and Firefox, without flags or prefixes. | No |
| A CSS property supported in Chrome and Firefox, with the `-webkit-` prefix. | No |
| An HTTP header supported in Chrome and Firefox, behind flags. | Yes |
| A CSS value supported in Safari, released last week. | Yes |
| A CSS property value supported in Safari, released last week. | Yes |
| An API supported in Firefox, released three years ago. | No |

This guideline was proposed in [#6905](https://github.com/mdn/browser-compat-data/issues/6905) and adopted in [#9933](https://github.com/mdn/browser-compat-data/pull/9933).

0 comments on commit 4ab8d66

Please sign in to comment.