auto-direction-dynamic.html (288B)
1 <!DOCTYPE html> 2 <html> 3 <link rel="match" href="auto-direction-ref.html"> 4 <body> 5 <script> 6 const dirInput = document.createElement('input') 7 dirInput.setAttribute('dir', 'auto') 8 dirInput.setAttribute('value', 'شنينسنمس') 9 document.body.appendChild(dirInput) 10 </script> 11 </body> 12 </html>