<!--
Any copyright is dedicated to the Public Domain .
http : / / creativecommons . org / licenses / publicdomain /
Test : Quirks mode text - decorations
-->
<html ><head >
<title >text-overflow: Quirks mode text-decorations</title >
<style type="text/css" >
@font -face {
font -family: Ahem;
src: url(../fonts/Ahem.ttf);
}
@font -face {
font -family: DejaVuSansMono;
src: url(../fonts/DejaVuSansMono.woff);
}
html ,body {
color:black; background-color:white; font -size:16 px; padding:0 ; margin:0 ; font -family:DejaVuSansMono;
}
.test {
overflow:hidden;
text-overflow:ellipsis;
float:left;
height:2 em ;
white-space:pre ;
margin-left:1 em ;
margin-bottom:1 em ;
font -size:20 px;
color:blue;
}
span {
text-shadow:0 px 1 em 2 px blue;
text-decoration: line-through;
font -size:16 px;
color:black;
}
.rtl span {
text-shadow:0 1 em 0 px blue;
}
.rlo {
unicode-bidi: bidi-override; direction:rtl;
}
.lro {
unicode-bidi: bidi-override;
}
.rtl {
direction:rtl;
}
.ltr {
direction:ltr;
}
.t1 { width:7 .3 em ;}
.t2 { width:20 px;}
.t3 { width:22 px; }
.t4 { width:1 px; font -family:Ahem; }
.t3 span {margin-left:14 px; }
m { font -size:20 px; }
</style >
</head ><body >
<div class="test t1" ><span >0123 567890123456789 </span ><m>x</m></div >
<div class="test rtl t1" ><m>x</m><span >0321 56789012345 </span ></div >
<div class="test t2" ><span >xxxx<m>x</m></span ></div >
<div class="test t3" ><span >x<m>x</m></span ></div >
<div class="test t4" ><span >x<m>x</m></span ></div >
</body >
</html >
Messung V0.5 in Prozent C=98 H=95 G=96
¤ Dauer der Verarbeitung: 0.4 Sekunden
¤
*© Formatika GbR, Deutschland