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

Quelle  1599841-1.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/layout/reftests/bugs/1599841-1.html


<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>Arabic subtending mark, CSS counter, Noto Nastaliq Urdu</title>
    <style>
        @font-face {
            font-family: "NotoNastaliqUrduWeb";
            src: url("../fonts/NotoNastaliqUrdu-Regular.ttf") format("truetype");
        }

        p {
            margin-right: 40px;
            text-align: right;
        }

        ul {
            font-family: "NotoNastaliqUrduWeb", sans-serif;
            counter-reset: c;
            list-style: none;
        }

        ul.test li::before {
            content: "\0602" counter(c, arabic-indic);
            counter-increment: c;
            background: green;
            color: transparent;  /* hide the glyphs to avoid Windows antialiasing
                                    artifacts; we only care about the width */
        }

        ul.ref li::before {
            content: "\0602";
            background: blue;
            color: white;
        }
    </style>
</head>

<body>
    <p>The width of the green bar should match the blue reference block:</p>

    <ul class="ref" lang="ur" dir="rtl">
        <li></li>
    </ul>

    <ul class="test" lang="ur" dir="rtl">
        <!-- list item numbers 1-9 should *not* add any width -->
        <li></li>
        <li></li>
        <li></li>
        <li></li>
        <li></li>
        <li></li>
        <li></li>
        <li></li>
        <li></li>
    </ul>
</body>

</html>

Messung V0.5
C=100 H=100 G=100

¤ Dauer der Verarbeitung: 0.1 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.