CSS2 Test Suite: 18.4 outline
[index page] [section] [Previous] [Next] [Specification]
The style declarations contained within this page:
INPUT {border: 3px solid gray;}
.cl1 {outline: 2px dotted green;}
.cl2 {outline: 1em double green;}
.cl3 {outline: thick solid invert;}
div.parent {outline: none;}
div.inh1 {outline: 10px solid red;}
div.inh2 {outline: 1em inset red;}
[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 have no outline under any circumstances, as it has a style attribute set to inherit the outline
value. [/div.inh1]
[div.inh2] This DIV should have no outline under any circumstances, as it has a style attribute set to inherit the outline
value. [/div.inh2]
This is the end of the parent DIV. [/div.parent]
[index page] [section] [Previous] [Next] [Specification]