Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/editor/libeditor/crashtests/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 535 B image not shown  

Quelle  639736-1.xhtml   Sprache: unbekannt

 
Spracherkennung für: .xhtml vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
function onLoad() {
  // For emulating the traditional behavior, collapse Selection to end of the
  // <td> which is the deepest last child of the <body>.
  getSelection().collapse(
    document.querySelector("td"),
    document.querySelector("td").childNodes.length
  );
  try {
    document.execCommand("removeformat");
  } catch(e) {}
  document.adoptNode(document.documentElement);
}
</script>
</head>
<body onload="onLoad();"><td contenteditable="true"/></body>
</html>

[ Dauer der Verarbeitung: 0.29 Sekunden  ]