bdo-override.html (666B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>HTML Test: bdo - override the Unicode bidirectional algorithm</title> 6 <link rel="author" title="Intel" href="http://www.intel.com/"> 7 <link rel="help" href="https://html.spec.whatwg.org/multipage/#the-bdo-element"> 8 <link rel="match" href="bidi-001-ref.html"> 9 <meta name="assert" content="Check if authors could override the Unicode bidirectional algorithm 10 by explicitly specifying a direction override of bdo element"> 11 </head> 12 <body> 13 <p>Test passes if there is text 'WERBEH'.</p> 14 <p> 15 ‮<bdo dir="ltr">WERBEH</bdo>‬ 16 </p> 17 </body> 18 </html>