blob: 0b0e188732751cf79141cab3fb95726ae5b91c3a [file] [log] [blame]
<script>
document.addEventListener("DOMContentLoaded", () => {
const fieldset = document.querySelector("fieldset");
document.documentElement.contentEditable = true;
fieldset.contentEditable = false;
document.execCommand("justifyLeft");
document.designMode = "on";
document.execCommand("indent");
document.execCommand("forwardDelete");
document.execCommand("delete");
});
</script>
<acronym readonly autofocus>
<sup>
<fieldset>
here is fieldset
</fieldset>
</acronym>
</html>