Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/sw/   (LibreOffice Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 665 B image not shown  

Impressum bfc-displace-4.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/layout/reftests/floats/bfc-displace-4.html


<!DOCTYPE HTML>
<title>Test of block formatting context displacement by floats</title>
<link rel="help" href="https://drafts.csswg.org/css2/visuren.html#floats">
<meta name="assert" content="The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap the margin box of any floats in the same block formatting context as the element itself.">
<style>

.contain {
  border: medium solid;
  width: 400px;
  height: 400px;
  background: yellow;
}

.float {
  float: left;
  clear: left;
  height: 20px;
  background: blue;
}

.bfc {
  overflow: hidden;
  width: 200px;
  margin-right: 100px; /* ignored */
  height: 15px;
  background: fuchsia;
}

</style>


<div class="contain">
  <div class="float" style="width: 200px"></div>
  <div class="bfc"></div>
</div>

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

¤ 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.0.12Bemerkung:  (vorverarbeitet am  2026-06-06) ¤

*Bot Zugriff






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.