Bug 655877 - Part 24: Add UA style sheet rule to inherit unicode-bidi on <text> to its anonymous block child. r=jwatt

This commit is contained in:
Cameron McCormack 2012-08-10 17:09:55 +10:00
parent 8a0f97517b
commit 8410c800c3

View File

@ -45,3 +45,6 @@ foreignObject {
-moz-transform-origin:0 0;
}
*|*::-moz-svg-text {
unicode-bidi: inherit;
}