CSS3 Border Bottom Width Test
-
For "border-bottom-width", initial is "medium", it applies to all elements,
it is not inherited, percentages refer to width of containing block, media is visual,
and computed value is specified value.
PASS CRITERIA:
If statement above is correct, this paragraph should be UA-default
border bottom width. A CSS rule of "border-bottom-width: solid" is applied. However, the
border bottom width property does apply to the p element.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
This h3 heading has a border bottom width of thin, but this emphasized text
has a border bottom width of thick; the rules applied are:
"h3 {border-bottom-width: thin;}"
"em {border-bottom-width: thick;}"
So the border bottom width property applies to the h3 and em elements.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
This h4 heading has a border bottom width property of medium (because of the
rule "h4 {border-bottom-width: medium;}", but these italicized words
have a border bottom width of UA-default, because the border-bottom-width
property does not inherit.
So the border bottom width property does apply to the h4 and i elements.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
This blockquote element should have a UA-default border bottom width. The
nonsensical rule "blockquote {border-bottom-width: 200%}" should be ignored,
but the border-bottom-width property does apply to the blockquote element.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
All other properties of this page should be UA-default.
This is a paragraph, like the one above. Border bottom style of solid is applied to all
CSS rules, so that bottom border is visible.