Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<link rel="match" href="auto-direction-ref.html">
<body>
<script>
const dirInput = document.createElement('input')
dirInput.setAttribute('dir', 'auto')
dirInput.setAttribute('value', 'شنينسنمس')
document.body.appendChild(dirInput)
</script>
</body>
</html>