<script>
window.onload = () => {
// For emulating the traditional behavior, collapse Selection to end of the
// <body> (at the text node after the <input>).
getSelection().collapse(document.body, document.body.childNodes.length);
document.execCommand("insertHorizontalRule");
getSelection().collapse(
document.querySelector("b")
);
document.execCommand("forwardDelete");
}
function onFocusChangeOfInput() {
document.getSelection().setPosition(document.querySelector("pre"));
}
</script>
<pre>
<time contenteditable>a|</t>
<input onfocus="onFocusChangeOfInput()" autofocus onblur="onFocusChangeOfInput()">
Messung V0.5
¤ Dauer der Verarbeitung: 0.11 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.