You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the terms "shorthand" and "longhand" to describe the relationship between CSS properties that combine multiple properties into a single declaration and the individual properties.
201
+
202
+
Avoid using "shorthand" and "longhand" without the word "property":
203
+
204
+
* Prefer "The `text-wrap` CSS property is a shorthand" over "The `text-wrap` CSS shorthand".
205
+
* Prefer "It is a longhand property of" over "It is a longhand of".
206
+
207
+
Avoid the phrase "constituent properties" for longhand properties, even though this is common on MDN Web Docs.
0 commit comments