Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/accessible/tests/browser/mac/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  browser_aria_setsize.js

  Sprache: JAVA
 

/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */


"use strict";

/**
 * Test aria-setsize and aria-posinset
 */

addAccessibleTask(
  `<div role="listbox" id="select" aria-label="Choose a number">
     <div role="option" id="two" aria-setsize="5" aria-posinset="2">Two</div>
     <div role="option" id="three" aria-setsize="5" aria-posinset="3">Three</div>
     <div role="option" id="four" aria-setsize="5" aria-posinset="4">Four</div>
   </div>
   <p id="p">Hello</p>`,
  async (browser, accDoc) => {
    function testPosInSet(id, setsize, posinset) {
      let elem = getNativeInterface(accDoc, id);
      is(
        elem.getAttributeValue("AXARIASetSize"),
        setsize,
        `${id}: Correct set size`
      );

      is(
        elem.getAttributeValue("AXARIAPosInSet"),
        posinset,
        `${id}: Correct position in set`
      );
    }

    testPosInSet("two"52);
    testPosInSet("three"53);
    testPosInSet("four"54);

    let p = getNativeInterface(accDoc, "p");
    ok(
      !p.attributeNames.includes("AXARIASetSize"),
      "Paragraph should not have AXARIASetSize"
    );
    ok(
      !p.attributeNames.includes("AXARIAPosInSet"),
      "Paragraph should not have AXARIAPosInSet"
    );
  }
);

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

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

*© 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.