4 text-decoration: underline;
11 text-decoration: none;
20 This text should not inherit text-decoration from its parent, and should therefore not be underlined.
22 <a href=
"www.example.com" class=
"inner">As the child of an absolutely positioned block, this link should not be underlined
</a>
26 <div class=
"middle override">
27 <a href=
"www.example.com" class=
"inner">As the child of a statically positioned block, this link should be underlined
</a>