Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>It is a strange phenomenon indeed, and it can be classified as a bug, since nothing in CSS specifications suggests such mirroring of images.</p> <p>The phenomenon seems to occur only on IE 9 in “standards mode”, not in “Quirks Mode” or previous IE versions.</p> <p>The CSS 2.1 spec clause on <code>direction</code> says: “This property specifies the base writing direction of blocks and the direction of embeddings and overrides (see 'unicode-bidi') for the Unicode bidirectional algorithm. In addition, it specifies such things as the direction of table column layout, the direction of horizontal overflow, the position of an incomplete last line in a block in case of 'text-align: justify'.”</p> <p>Although the formulation is somewhat loose, I don’t think you can read mirroring into it. The expression “direction of embeddings” relates to bidi embedding (LTR text inside RTL text or vice versa), not embedded content like images.</p> <p><a href="http://msdn.microsoft.com/en-us/library/cc351024%28v=vs.85%29.aspx" rel="nofollow">Microsoft documentation of IE</a> does not seem to contain any references to this feature.</p> <p>The feature is probably someone’s idea of supporting RTL writing much the same way as some <em>characters</em> are mirrored. It’s not a mad idea, but it’s harmful, since it’s not based on a specification and it deviates from browser practice.</p> <p>I’m afraid this is a difficult bug to circumvent. Using browser sniffing and serving a mirrored image to IE 9 (so that when it mirrors it, you get the right image) sounds awful, and you would also need a way to distinguish “standards mode.”</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload