CSS2 Test Suite: 15.2.4 font-size-adjust

[index page] [section] [Previous] [Next] [Specification]

The style declarations contained within this page:

.cl1 {font: 14px "Greek Isles", serif; font-size-adjust: 1;}
.cl2 {font: 14px "Greek Isles", serif; font-size-adjust: 2;}
.cl3 {font: 14px "Greek Isles", serif; font-size-adjust: 0.75;}
div.parent {font-size-adjust: none; font: 14px "Greek Isles", serif;}
div.inh1 {font-size-adjust: 2;}
div.inh2 {font-size-adjust: 0.75;}


[p.cl1] This paragraph should use a serif font whose font-size is very close to 14px. [/p.cl1]

[p.cl2] This paragraph should use a serif font whose font-size is very close to 28px. [/p.cl2]

[p.cl3] This paragraph should use a serif font whose font-size is very close to 9px. [/p.cl3]


[div.parent] This DIV has been set with parental styles. The inline elements within this DIV are enclosed in square brackets in order to more easily discern their placement.
[div.inh1] This DIV should use a medium-size font for its display, as it has a style attribute set to inherit the font-size-adjust value. [/div.inh1]
[div.inh2] This DIV should use a medium-size font for its display, as it has a style attribute set to inherit the font-size-adjust value. [/div.inh2]
This is the end of the parent DIV. [/div.parent]

[index page] [section] [Previous] [Next] [Specification]