[wp-trac] [WordPress Trac] #26824: Always ltr input elements

WordPress Trac noreply at wordpress.org
Mon Jan 13 17:23:58 UTC 2014


#26824: Always ltr input elements
-------------------------+------------------------------
 Reporter:  dll1024      |       Owner:
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  RTL          |     Version:
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+------------------------------

Comment (by dll1024):

 It can fix by adding a class="ltr" attribute to this elements and add a
 css code for it.

 html:
 {{{
 <input type="email" name="myemail" class="ltr" />
 }}}

 css:
 {{{
 .ltr{direction:ltr;}
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/26824#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list