(function() {
// Make document.body.innerHTML more tidy by removing unnecessary things.
[].forEach.call(document.querySelectorAll("script"), function(node) {
node.parentNode.removeChild(node);
});
if (false) {
// Silly hack: the CSS styling flag should be true, not false, to match
// expected results. This is because every group of tests except the
// last (multitest) sets styleWithCSS automatically, and it sets it
// first to false and then to true. Thus it's left at true at the end
// of each group of tests, so in gentest.html it will be true when
// starting each group of tests other than the first. But browsers are
// supposed to default it to false when the page loads, so flip it.
try { document.execCommand("styleWithCSS", false, "true") } catch(e) {}
}
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.