Changes between Initial Version and Version 1 of Ticket #16317, comment 9
- Timestamp:
- 01/21/2011 01:47:45 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16317, comment 9
initial v1 2 2 > I'm not really a fan of alpha order and I know JohnONolan isn't either. 3 3 4 The strongest argument for alpha order of properties is for readability and ease of debugging—two factors that are prevalent in WordPress code standards in general. Other CSS property ordering patterns are arbitrary and meaningful to the person who created them; alpha order is meaningful universally.4 The strongest arguments for alpha order of properties is for readability and ease of debugging—two factors that are prevalent in WordPress code standards in general. Other CSS property ordering patterns are arbitrary and meaningful to the person who created them; alpha order is meaningful universally. 5 5 6 6 The drafted CSS coding standards should be discussed more, for sure, they are not perfect. But they are a start, and better than nothing. And we will be using them for the default theme's stylesheets.