<!DOCTYPE html >
<html lang="en-US" >
<head >
<title >test of box-sizing</title >
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
<meta http-equiv="Content-Style-Type" content="text/css" >
<style type="text/css" >
body { font -size: 10 px; line-height: 1 ; }
table { border-spacing: 0 ; margin: 0 ; }
td { border: 1 px solid; padding: 1 px; }
td > div { width: 100 px; }
td #bscontent > div > div { box-sizing: content-box; }
td #bsborder > div > div { box-sizing: border-box; }
td > div > div {
margin-left: 1 px;
border-left: 2 px solid;
padding-left: 4 px;
padding-right: 8 px;
border-right: 16 px solid;
margin-right: 32 px;
background: yellow;
margin-bottom: 1 px;
}
</style >
</head >
<body >
<table ><tr >
<td id="bscontent" ><div >
<!-- box-sizing: content-box -->
<div style ="width: auto" >A B</div >
<div style ="width: max-content" >A B</div >
<div style ="width: min-content" >A B</div >
<div style ="width: -moz-fit-content" >A B</div >
<div style ="width: -moz-available" >A B</div >
<div style ="width: 50px" >A B</div >
<div style ="width: 60%" >A B</div >
</div ></td >
<td id="bsborder" ><div >
<!-- box-sizing: border-box -->
<div style ="width: auto" >A B</div >
<div style ="width: max-content" >A B</div >
<div style ="width: min-content" >A B</div >
<div style ="width: -moz-fit-content" >A B</div >
<div style ="width: -moz-available" >A B</div >
<div style ="width: 50px" >A B</div >
<div style ="width: 60%" >A B</div >
</div ></td >
</tr ></table >
</body >
</html >
Messung V0.5 in Prozent C=100 H=100 G=100
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet am 2026-06-06)
¤
*© Formatika GbR, Deutschland