Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #19100, comment 2


Ignore:
Timestamp:
11/01/2011 12:45:20 PM (13 years ago)
Author:
mfields
Comment:

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 CSS currently states:
     1Great 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:
    22
    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. "
    64
    75Also, I believe that the color-picker script bundled with core use hex colors.