<script>
function onLoad() {
// For emulating the traditional behavior, collapse Selection to end of the
// text node in the <dialog> which is the deepest last child of the <body>.
const dialog = document.querySelector("dialog");
getSelection().collapse(dialog.lastChild, dialog.lastChild.length);
document.execCommand("insertImage", false, "o")
}
</script>
<body onload="onLoad()">
<meter contenteditable>
<dialog>
</dialog></meter></body>
Messung V0.5
¤ Dauer der Verarbeitung: 0.14 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.