bidi-generated-content-001.xht (1000B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Test: content: with character forced bidi - rlo</title> 5 <link rel="author" title="Eira Monstad, Opera Software ASA" href="mailto:public-testsuites@opera.com"/> 6 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#content"/> 7 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction"/> 8 <link rel="match" href="bidi-generated-content-001-ref.html" /> 9 <meta name="assert" content="A right-to-left override should be applied when u+202E is inserted through the content property"/> 10 <style type="text/css"><![CDATA[ 11 .force:before { 12 content: "\202E" 13 } 14 ]]></style> 15 </head> 16 17 <body> 18 <p>The two lines below should be identical:</p> 19 <p>This sentence should be readable</p> 20 <p>This sentence should be <span class="force">elbadaer</span></p> 21 </body> 22 </html>