Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/accessible/tests/mochitest/tree/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 2 kB image not shown  

Quelle  test_aria_menu.html   Sprache: HTML

 
 products/sources/formale Sprachen/C/Firefox/accessible/tests/mochitest/tree/test_aria_menu.html


<!DOCTYPE html>
<html>
<head>
  <title>Test accessible tree when ARIA role menuitem is used</title>
  <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="../role.js"></script>

  <script type="application/javascript">
  function doTest() {
    // Menuitem with no popup.
    let tree =
      { SECTION: [ // container
        { MENUPOPUP: [ // menu
          { MENUITEM: [
            { LISTITEM_MARKER: [] }, // bullet
            { TEXT_LEAF: [] },
          ] },
        ] },
      ] };
    testAccessibleTree("menu", tree);

    // Menuitem with explicit no popup.
    tree =
      { SECTION: [ // container
        { MENUPOPUP: [ // menu
          { MENUITEM: [
            { LISTITEM_MARKER: [] }, // bullet
            { TEXT_LEAF: [] },
          ] },
        ] },
      ] };
    testAccessibleTree("menu_nopopup", tree);

    // Menuitem with popup.
    tree =
      { SECTION: [ // container
        { MENUPOPUP: [ // menu
          { PARENT_MENUITEM: [ // menuitem with aria-haspopup="true"
            { LISTITEM_MARKER: [] }, // bullet
            { TEXT_LEAF: [] },
          ] },
        ] },
      ] };
    testAccessibleTree("menu_popup", tree);

    SimpleTest.finish();
  }

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

  <a target="_blank"
     href="https://bugzilla.mozilla.org/show_bug.cgi?id=786566"
     title="ARIA menuitem acting as submenu should have PARENT_MENUITEM role">
    Mozilla Bug 786566
  </a>
  <p id="display"></p>
  <div id="content" style="display: none"></div>
  <pre id="test">
  </pre>

  <div id="menu">
    <ul role="menu">
      <li role="menuitem">Normal Menu</li>
    </ul>
  </div>

  <div id="menu_nopopup">
    <ul role="menu">
      <li role="menuitem" aria-haspopup="false">Menu with explicit no popup</li>
    </ul>
  </div>

  <div id="menu_popup">
    <ul role="menu">
      <li role="menuitem" aria-haspopup="true">Menu with popup</li>
    </ul>
  </div>

</body>
</html>

Messung V0.5
C=97 H=96 G=96

¤ Dauer der Verarbeitung: 0.12 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 und die Messung sind noch experimentell.