<!-- COMMENT -->
abc
<head>
<script>
document.addEventListener('DOMContentLoaded', () => {
// For emulating the traditional behavior, collapse Selection to end of the
// <em> which is the deepest last child of the <body> (at the comment node).
getSelection().collapse(
document.querySelector("em[contenteditable]"),
document.querySelector("em[contenteditable]").childNodes.length
);
document.execCommand("justifyLeft");
document.designMode = 'on';
document.execCommand("insertParagraph");
});
</script>
</head>
<h4>
<em contenteditable>
<big>
<button autofocus formnovalidate formtarget="">
</button> <!-- COMMENT --></big></em></h4></body>
Messung V0.5
¤ Dauer der Verarbeitung: 0.1 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.