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

Quelle  webkit-box-direction-1.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/layout/reftests/webkit-box/webkit-box-direction-1.html


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

<html>
<head>
  <title>
    CSS Test: "-webkit-box-direction" property
    in a -webkit-box with default writing-mode
  </title>
  <style>
    .box {
      display: -webkit-box;
      border: 1px solid black;
      margin: 5px 20px;
      float: left; /* For testing in "rows" */
      font: 10px serif;
    }
    .box > *:nth-child(1) {
      background: turquoise;
    }
    .box > *:nth-child(2) {
      background: salmon;
    }

    .rtl { direction: rtl; }

    .horizNormal {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
    }
    .horizReverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
    }
    .vertNormal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
    }
    .vertReverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
    }
    br { clear: both; }
  </style>
</head>
<body>
  <!-- FIRST ROW: '-webkit-box-orient: horizontal', default 'direction' -->
  <div class="box horizNormal">
    <div>a</div><div>b</div>
  </div>
  <div class="box horizReverse">
    <div>a</div><div>b</div>
  </div>

  <br>

  <!-- SECOND ROW: '-webkit-box-orient: horizontal', 'direction: rtl' -->
  <div class="box horizNormal rtl">
    <div>a</div><div>b</div>
  </div>
  <div class="box horizReverse rtl">
    <div>a</div><div>b</div>
  </div>

  <br>

  <!-- THIRD ROW: '-webkit-box-orient: vertical', default 'direction' -->
  <div class="box vertNormal">
    <div>a</div><div>b</div>
  </div>
  <div class="box vertReverse">
    <div>a</div><div>b</div>
  </div>

  <br>

  <!-- FOURTH ROW: '-webkit-box-orient: vertical', 'direction: rtl' -->
  <div class="box vertNormal rtl">
    <div>a</div><div>b</div>
  </div>
  <div class="box vertReverse rtl">
    <div>a</div><div>b</div>
  </div>
</body>
</html>

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

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