[wp-trac] [WordPress Trac] #19233: When using CSS Background Gradients in the Admin UI, begin to use IE Filters to mimic in IE (7, 8, 9)

WordPress Trac wp-trac at lists.automattic.com
Sun Aug 12 01:43:33 UTC 2012


#19233: When using CSS Background Gradients in the Admin UI, begin to use IE
Filters to mimic in IE (7, 8, 9)
-----------------------------+------------------------------
 Reporter:  georgestephanis  |       Owner:
     Type:  enhancement      |      Status:  new
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  Graphic Design   |     Version:  3.3
 Severity:  trivial          |  Resolution:
 Keywords:  close            |
-----------------------------+------------------------------
Changes (by emiluzelac):

 * cc: emil@… (added)


Comment:

 I personally don't like or use IE, but it's still on my VirtualBox for
 design/development purposes.

 Anyways, things don't add up here, "we" want to avoid stylesheet bloating
 and "switch" over to new syntax and standard-compliant browsers by
 removing only what's IE related, correct?

 So does this mean that we can safely remove support for older versions of
 Safari, Chrome and Opera as well?

 Example:

 {{{
 background-image: -webkit-gradient(linear, left top, left bottom,
 from(#fff), to(#000));
 }}}

 and/or all other prefixed and deprecated syntax's?

 Let's either support this equally or take down all that's prefixed
 completely.

 Please think about it just for a sec :)

 Thanks,
 Emil

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/19233#comment:7>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list