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

Quelle  css-simple-styling.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/layout/reftests/css-placeholder/css-simple-styling.html


<!DOCTYPE html>
<html>
  <!--
    This test checks that a few allowed CSS properties have an effect when
    applied to ::placeholder or ::-moz-placeholder.
  -->

  <style>
    /*
     * We need to set some properties on the <input> because its size will
     * depend on its font.
     */
    inputtextarea {
      font: -moz-list;
      font-family: mono;
      font-style: italic;
    }

    [placeholder="foo bar"]::placeholder,
    [placeholder="bar foo"]::-moz-placeholder {
      opacity: 1.0;
      font: -moz-list;
      font-family: mono;
      font-style: italic;
      color: blue;
      word-spacing: 5px;
      text-shadow: 1px 1px 1px red;
    }
  </style>
  <body>
    <input placeholder='foo bar'>
    <textarea placeholder='foo bar'></textarea>
    <input placeholder='bar foo'>
    <textarea placeholder='bar foo'></textarea>
  </body>
</html>

Messung V0.5
C=97 H=88 G=92

¤ 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.