<script>
function onLoad() {
const feComponentTransfer = document.querySelector("feComponentTransfer");
// For emulating the traditional behavior, collapse Selection to end of the
// text node in the <feComponentTransfer> which is the deepest last child of
// the <body>.
getSelection().collapse(
feComponentTransfer.firstChild,
feComponentTransfer.firstChild.length
);
getSelection().setPosition(
document.querySelector("pre[contenteditable]"),
1
);
getSelection().setBaseAndExtent(
document.querySelector("fieldset"),
0,
document.querySelector("use"),
0
);
feComponentTransfer.before(
document.querySelector("font-face-uri").previousElementSibling
);
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.