User "Brion VIBBER" changed the status of MediaWiki.r89419.

Old Status: new
New Status: fixme

User "Brion VIBBER" also posted a comment on MediaWiki.r89419.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89419#c17572
Commit summary:

(bug 29263) Add LTR class to the shared CSS to be used for left-to-right text 
such as SQL queries shown in dberrortext and similiar messages in RTL 
environements

Comment:

This comes immediately after another super-specific rule that it doesn't allow 
replacing:

<pre>
/* Special:Version */
#sv-software td {
        /* version numbers are always ltr (and otherwise an RLE can be 
inserted) */
        /* @noflip */
        direction: ltr;
}
</pre>

If it makes sense to have a generically-named 'ltr' class at all, it should 
probably not be randomly limited to divs and spans.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to