This blockquote element has position static (initial value, no explicit CSS
rule defined)
This paragraph has position static. This emphasized text has
position of UA-default, even though em is descendant of p (property not
inherited).
This strong text has position relative
This h3 heading has position absolute
This h4 text has position fixed
This h5 heading is UA-default (percentages don't apply)
The rules applied are "p {position: static}",
"strong {position: relative}",
h3 {position: absolute}",
h4 {position: fixed}",
h5 {position: 200%}".
NOTE: From all elements listed above, position property should apply to all
elements.
All other properties of this page should be UA-default.