1 2 3 4 5 6 7 8 9 10 11 12 13 14
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>Set and unset dir="auto"</title> <script type="text/javascript" src="setDir.js"></script> <style> textarea { resize: none; } </style> </head> <body onload="addLTRAutoElements()"> <div id="container"></div> </body> </html>