Changes between Initial Version and Version 1 of Ticket #19100, comment 2
- Timestamp:
- 11/01/2011 12:45:20 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19100, comment 2
initial v1 1 Great question! IMHO it might be a good idea to standardize on hexadecimal notation. Although it is still a rough draft, the WordPress Coding Standards for CSScurrently states:1 Great question! IMHO it might be a good idea to standardize on hexadecimal notation. Although it is still a rough draft, the [WordPress Coding Standards for CSS]http://codex.wordpress.org/CSS_Coding_Standards currently states: 2 2 3 {{{ 4 Use hex code for colors. Avoid RBG and uppercase, and shorten values when possible: #fff instead of #FFFFFF. 5 }}} 3 "Use hex code for colors. Avoid RBG and uppercase, and shorten values when possible: #fff instead of #FFFFFF. " 6 4 7 5 Also, I believe that the color-picker script bundled with core use hex colors.