[wp-trac] [WordPress Trac] #24977: Workflow change: automate RTL css generation

WordPress Trac noreply at wordpress.org
Sun Sep 1 03:41:34 UTC 2013


#24977: Workflow change: automate RTL css generation
----------------------------+------------------
 Reporter:  yoavf           |       Owner:
     Type:  task (blessed)  |      Status:  new
 Priority:  normal          |   Milestone:  3.7
Component:  General         |     Version:
 Severity:  normal          |  Resolution:
 Keywords:                  |
----------------------------+------------------

Comment (by mark-k):

 Replying to [comment:31 y0natan]:


 >
 > It turns
 >
 > {{{background: url(image.jpg) 12px top;}}}
 >
 > into
 >
 > {{{background: url(image-rtlx.jpg) 12px top;background-position:right
 12px top 0%;}}}
 >

 There are two problematic things here
 1. If the automated process does the flipping, how does it know which
 images to flip? some things like the wordpress logo should not be flipped
 2. I don't understand how your CSS solves the problem, sure you can
 position the '''left edge of the image''' 12px from the right edge of the
 containing block, but what you need is to position the '''right edge of
 the image''' 12x from the right edge of the containing block. Am I missing
 anything?

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


More information about the wp-trac mailing list