Skip to content

Commit efc458d

Browse files
authored
Description style guide: prefer "declaration" over "property value" (#974)
Codifies #969
1 parent 7d5c45b commit efc458d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@ For example:
119119
> The `some-property` CSS property sets the … value. Also known as `<alias>`.
120120
([#628](https://github.com/web-platform-dx/web-features/pull/628/files/a9898862cb631c83ea16f1233b3c5c4353bf7a52#r1516293423))
121121

122+
##### declaration
123+
124+
For CSS, use _declaration_ to refer to property-value pairs.
125+
For example, prefer "The `some-property: none` CSS declaration…" over The `some-property: none` CSS property value…."
126+
([#969](https://github.com/web-platform-dx/web-features/pull/969))
127+
122128
##### defines
123129

124130
Avoid.

0 commit comments

Comments
 (0)