2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/licenses/publicdomain/
6 <title>text-overflow: Quirks mode text-decorations
</title>
7 <style type=
"text/css">
10 src: url
(../fonts/Ahem.ttf);
13 font-family: DejaVuSansMono
;
14 src: url
(../fonts/DejaVuSansMono.woff);
17 color:black
; background-color:white
; font-size:16px; padding:0; margin:0; font-family:DejaVuSansMono
;
35 text-shadow:0px 1em 2px blue
;
36 text-decoration: line-through
;
39 text-shadow:0 1em 0px blue
;
42 unicode-bidi: bidi-override
; direction:rtl
;
45 unicode-bidi: bidi-override
;
56 .t4 { width:1px; font-family:Ahem
; }
57 .t3 span {margin-left:14px; }
59 m
{ font-size:20px; color:blue
; }
65 <div class=
"test t1"><span><span class=
"xspan">0123 56789012</span><m>…</m></span></div>
66 <div class=
"test rtl t1"><span><span class=
"xspan">1 56789012345</span><m>…</m></span></div>
67 <div class=
"test t2"><span class=
"xspan">xxxx
<m>x
</m></span></div>
68 <div class=
"test t3"><span class=
"xspan">x
<m>x
</m></span></div>
69 <div class=
"test t4"><span class=
"xspan">x
<m>x
</m></span></div>