diff --git a/htmlcssguide.html b/htmlcssguide.html index 0264914..96a88c3 100644 --- a/htmlcssguide.html +++ b/htmlcssguide.html @@ -735,10 +735,12 @@ frequently.

Declaration Order

-

Alphabetize declarations.

+

Alphabetize declarations (optional).

-

Put declarations in alphabetical order in order to -achieve consistent code in a way that is easy to remember and maintain.

+

Sort declarations consistently within a project. In the absence of tooling to +automate and enforce a consistent sort order, consider putting declarations in +alphabetical order in order to achieve consistent code in a way that is easy to +learn, remember, and manually maintain.

Ignore vendor-specific prefixes for sorting purposes. However, multiple vendor-specific prefixes for a certain CSS property should be kept sorted (e.g.