Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<html>
<head>
<script>
function start () {
italic.dir = ''
document.documentElement.contentEditable = 'true'
const selection = document.getSelection()
const range = selection.getRangeAt(0)
const attribute = italic.attributes.getNamedItem('dir')
range.setEnd(attribute, (2361162229 % attribute.childNodes))
document.queryCommandState('heading')
}
document.addEventListener('DOMContentLoaded', start)
</script>
</head>
</html>