5 font-family:
"times new roman"; /* non AAT font on mac */
9 unicode-bidi: bidi-override;
12 -webkit-font-feature-settings: 'kern';
15 -webkit-font-feature-settings: 'smcp';
21 var start
= document
.getElementById("kerning").firstChild
;
22 var end
= document
.getElementById("smallcaps").lastChild
;
23 window
.getSelection().setBaseAndExtent(start
, 0, end
, 3);
27 <body onload=
"test()">
28 <p>The selection should cover the all of the below text. There should be no blank between either C and F.
30 ABC
<span>DEF
</span>GHI
33 ABC
<span>DEF
</span>GHI