[wp-trac] [WordPress Trac] #26824: Always ltr input elements
WordPress Trac
noreply at wordpress.org
Fri Jan 24 16:57:27 UTC 2014
#26824: Always ltr input elements
----------------------------+------------------------------
Reporter: dll1024 | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: | Focuses: rtl
----------------------------+------------------------------
Comment (by MikeHansenMe):
It looks like some of the url input already have a class of code on them.
Would it be best to update these from type="text" to type="url" then
adding a rule like the following?
{{{
input[type="email"],input[type="url"]{
direction: ltr;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/26824#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list