This blockquote element has min-width UA-dep (initial value, no explicit CSS rule defined)

This paragraph has min-width of 20px. This emphasized text has min-width of UA-default, even though em is descendant of p (property not inherited).

This strong text has min width of 200%

This h3 heading has min width of inherit

This h4 text has min width of 20px

This h5 heading is min width 200%
The rules applied are "p {min-width: 20px}", "strong {min-width: 200%}", h3 {min-width: inherit}", h4 {min-width: 20px}", h5 {min-width: 200%}". NOTE: From all elements listed above, min-width property should apply to all elements.