Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  test_words.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/accessible/tests/mochitest/text/test_words.html


<!DOCTYPE html>
<html>
<head>
  <title>nsIAccessibleText getText related function tests for html:input,html:div and html:textarea</title>
  <meta charset="utf-8" />
  <link rel="stylesheet" type="text/css" href="chrome://mochikit/content/tests/SimpleTest/test.css" />

  <script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
  <script type="application/javascript"
          src="../common.js"></script>
  <script type="application/javascript"
          src="../text.js"></script>
  <script type="application/javascript">
    if (navigator.platform.startsWith("Mac")) {
      SimpleTest.expectAssertions(01);
    } else {
      SimpleTest.expectAssertions(01);
    }

    async function doTest() {
      test_common();
      for (let newSegmenter of [true, false]) {
        for (let stopAtPunctuation of [true, false]) {
          await test_per_segmenter(newSegmenter, stopAtPunctuation);
 }
      }
      SimpleTest.finish();
    }

    function test_common() {
      // "one two"
      testWords("div1", ["one""two"]);

      // "one  two"
      testWords("div2", ["one""two"]);

      // "one,two"
      testWordCount("div3"2, kOk);
      testWordAt("div3"0"one", kTodo);
      testWordAt("div3"1"two", kOk);

      // "one, two"
      testWordCount("div4"2, kOk);
      testWordAt("div4"0"one", kTodo);
      testWordAt("div4"1"two", kOk);

      // "one+two"
      testWordCount("div5"2, kOk);
      testWordAt("div5"0"one", kTodo);
      testWordAt("div5"1"two", kOk);

      // "one+two   "
      testWordCount("div6"2, kOk);
      testWordAt("div6"0"one", kTodo);
      testWordAt("div6"1"two", kOk);

      // "one\ntwo"
      testWordCount("div7"2, kOk);
      testWordAt("div7"0"one", kOk);
      testWordAt("div7"1"two", kTodo);

      // "345"
      testWords("div9", ["345"]);

      // "3a A4"
      testWords("div10", ["3a""A4"]);

      // "カタカナ"
      testWords("div13", ["カタカナ"], kOk);

      // "3+4*5=23"
      testWordCount("div16"4, kOk);
      testWordAt("div16"0"3", kTodo);
      testWordAt("div16"1"4", kTodo);
      testWordAt("div16"2"5", kTodo);
      testWordAt("div16"3"23", kTodo);

      // "Hello. Friend, are you here?!"
      testWordCount("div17"5, kOk);
      testWordAt("div17"0"Hello", kTodo);
      testWordAt("div17"1"Friend", kTodo);
      testWordAt("div17"2"are", kOk);
      testWordAt("div17"3"you", kOk);
      testWordAt("div17"4"here", kTodo);

      testWords("input_1", ["foo""bar"]);
    }

    async function test_per_segmenter(aNewSegmenter, aStopAtPunctuation) {
      // If aNewSegmenter is true, use UAX#14/#29 compatible segmenter.
      await SpecialPowers.pushPrefEnv({"set": [
        ["intl.icu4x.segmenter.enabled", aNewSegmenter],
        ["layout.word_select.stop_at_punctuation", aStopAtPunctuation],
      ]});

      // "one.two"
      if (!aStopAtPunctuation) {
        testWordCount("div8"1, kOk);
        testWordAt("div8"0"one.two", kOk);
      } else {
        testWordCount("div8"2, kOk);
        testWordAt("div8"0"one", kTodo);
        testWordAt("div8"1"two", kOk);
      }

      // "3.1416"
      testWords("div11", ["3.1416"], !aStopAtPunctuation ? kOk : kTodo);

      // "4,261.01"
      testWords("div12", ["4,261.01"], !aStopAtPunctuation ? kOk: kTodo);

      // "Peter's car"
      testWords("div14", ["Peter's""car"], !aStopAtPunctuation ? kOk : kTodo);

      // "N.A.T.O."
      testWords("div15", ["N.A.T.O."], !aStopAtPunctuation ? kOk : kTodo);

      await SpecialPowers.popPrefEnv();
    }

    SimpleTest.waitForExplicitFinish();
    addA11yLoadEvent(doTest);
  </script>
</head>
<body>

  <a target="_blank"
     title="nsIAccessibleText test word boundaries"
     href="https://bugzilla.mozilla.org/show_bug.cgi?id=452769">Mozilla Bug 452769</a>
  <p id="display"></p>
  <div id="content" style="display: none"></div>
  <pre id="test">
  <div id="div1">one two</div>
  <div id="div2">one  two</div>
  <div id="div3">one,two</div>
  <div id="div4">one, two</div>
  <div id="div5">one+two</div>
  <div id="div6">one+two   </div>
  <div id="div7">one<br/>two</div>
  <div id="div8">one.two</div>
  <div id="div9">345</div>
  <div id="div10">3a A4</div>
  <div id="div11">3.1416</div>
  <div id="div12">4,261.01</div>
  <div id="div13">カタカナ</div>
  <div id="div14">Peter's car</div>
  <div id="div15">N.A.T.O.</div>
  <div id="div16">3+4*5=23</div>
  <div id="div17">Hello. Friend, are you here?!</div>
  </pre>
  <input id="input_1" type="text" value="foo bar" placeholder="something or other">

</body>
</html>

Messung V0.5 in Prozent
C=98 H=96 G=96

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-06-07) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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 und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik