CSS3 Border Bottom Style Test
-
For "border-bottom-style", initial is "none", it applies to all elements,
it is not inherited, percentage values are N/A, media is visual, and computed value
is specified value.
PASS CRITERIA:
If statement above is correct, this paragraph should have
border bottom style of none. No specific CSS rules are applied. However, the
border bottom style property does apply to the p element.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
This h3 heading has a border bottom style of dashed, but this emphasized text
has a border bottom style of solid; the rules applied are:
"h3 {border-bottom-style: dashed;}"
"em {border-bottom-style: solid;}"
So the border bottom style property applies to the h3 and em elements.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
This h4 heading has a border bottom style property of dotted (because of the
rule "h4 {border-bottom-style: dotted;}", but these italicized words
have a border bottom style of "none", because the border-bottom-style
property does not inherit.
However, the border bottom style property does apply to the h4 and i elements.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
This blockquote element should have a UA-default border bottom style (no bottom border?). The
nonsensical rule "blockquote {border-bottom-style: 200%}" should be ignored,
but the border-bottom-style property does apply to the blockquote element.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is 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.