https://bugzilla.wikimedia.org/show_bug.cgi?id=28693

--- Comment #3 from Krinkle <krinklem...@gmail.com> 2011-06-18 00:46:07 UTC ---
Note that this will most likely mess with the cascading part of "CSS" as those
rules will override things since they are more specific and thus are given more
points by the style parser of the browser.

ie. 


.foo { float: none; margin: 0 auto; width: 500px;  }

/* @doubleflip */
div { float: left; margin: 0; }

normally <div class="foo"> will be centered because .foo is more specific (more
points). but with @doubleflip adding some kind of directionality (ie. [dir=rtl]
and [dir=ltr]) it could end up more specific.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to