CSS1 Test Suite: 5.5.10 padding


[Previous] [Next] [Section] [Contents] [Specification]

The style declarations which apply to the text below are:

.zero {background-color: silver; padding: 0;}
.one {padding: 0.5in; background-color: aqua;}
.two {padding: 25px; background-color: aqua;}
.three {padding: 5em; background-color: aqua;}
.four {padding: 25%; background-color: aqua;}
.five {padding: -20px; background-color: aqua;}

This element has a class of zero.

This element should have an overall padding of half an inch, which will require extra text in order to test. Both the content background and the padding should be aqua (light blue).

This element should have an overall padding of 25 pixels, which will require extra text in order to test. Both the content background and the padding should be aqua (light blue).

This element should have an overall padding of 5 em, which will require extra text in order to test. Both the content background and the padding should be aqua (light blue).

This element should have an overall padding of 25%, which is calculated with respect to the width of the parent element. Both the content background and the padding should be aqua (light blue).

This element should have no padding, since negative padding values are not allowed. Both the content background and the normal padding should be aqua (light blue).

TABLE Testing Section
 

This element has a class of zero.

This element should have an overall padding of half an inch, which will require extra text in order to test. Both the content background and the padding should be aqua (light blue).

This element should have an overall padding of 25 pixels, which will require extra text in order to test. Both the content background and the padding should be aqua (light blue).

This element should have an overall padding of 5 em, which will require extra text in order to test. Both the content background and the padding should be aqua (light blue).

This element should have an overall padding of 25%, which is calculated with respect to the width of the parent element. Both the content background and the padding should be aqua (light blue).

This element should have no padding, since negative padding values are not allowed. Both the content background and the normal padding should be aqua (light blue).


[Previous] [Next] [Section] [Contents] [Specification]