<script>
// When AccessibleCaret is enabled, the above markup is sufficient to trigger
// the assertion on the custom content container. This script forces
// AccessibleCaret to show, and tests that font inflation doesn't trigger
// assertion for elements in the custom content container subtree. var sel = window.getSelection();
sel.selectAllChildren(document.documentElement);
document.documentElement.offsetWidth;
sel.removeAllRanges();
</script>
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.