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

Quelle  exec-command-indent-ws.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/editor/reftests/exec-command-indent-ws.html


<!DOCTYPE HTML>
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->

<html><head>
  <meta charset="utf-8">
  <title>Testcase for bug </title>
<style>
html,body {
  color:black; background-color:white; font:10px/1 monospace; padding:0; margin:0;
}

li::before { content: " list-item counter:" counters(list-item,"."" "; }
ol,ul { border:1px solid; margin: 0; }
div > ul { counter-reset: list-item 7; }
</style>
</head>
<body>

<div contenteditable>
<ol start=8>
  <li>A</li>
  <ol></ol>
  <li class="indent">B</li>
  <li>C</li>
</ol>
</div>

<div contenteditable>
<ol start=8>
  <li>A</li>
  <li class="indent">B</li>
  <ol></ol>
  <li>C</li>
</ol>
</div>

<div contenteditable>
<ul>
  <li>A</li>
  <ul></ul>
  <li class="indent">B</li>
  <li>C</li>
</ul>
</div>

<div contenteditable>
<ul>
  <li>A</li>
  <li class="indent">B</li>
  <ul></ul>
  <li>C</li>
</ul>
</div>

<!-- now the same as above without whitespace: -->

<div contenteditable><ol start=8><li>A</li><ol></ol><li class="indent">B</li><li>C</li></ol></div>
<div contenteditable><ol start=8><li>A</li><li class="indent">B</li><ol></ol><li>C</li></ol></div>
<div contenteditable><ul><li>A</li><ul></ul><li class="indent">B</li><li>C</li></ul></div>
<div contenteditable><ul><li>A</li><li class="indent">B</li><ul></ul><li>C</li></ul></div>

<script>
function test() {
  [...document.querySelectorAll('.indent')].forEach(function(elm) {
    var r = document.createRange();
    r.setStart(elm.firstChild,0)
    r.setEnd(elm.firstChild,0)
    window.getSelection().addRange(r);
    document.execCommand("indent");
    window.getSelection().removeAllRanges();
  });
}

test();
document.activeElement.blur();
</script>

</body>
</html>

100%


¤ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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 ist noch experimentell.