2 <html style=
"font-size: 16px">
5 <meta name=
"viewport" content=
"width=800">
20 <div style=
"font-size: 2.5rem">
21 This paragraph should be autosized to
40px computed font-size (
16 *
800/
320),
22 whereas the input text fields should be rendered at their default font size and
23 the accompanying text below should remain
16px.
28 <legend>Not autosized title
</legend>
29 <input type=
"email" name=
"email" id=
"email" value=
"noautosize@aol.com"> <label for=
"email">Not autosized email
</label>
31 <input type=
"radio" name=
"radio" id=
"radio"> <label for=
"radio">Not autosized radio
</label>
36 <input type=
"text" name=
"text" id=
"text" value=
"not autosized text">
41 <legend>Not autosized title
</legend>
42 This text should not be autosized.
47 <textarea>This text should not be autosized.
</textarea>
50 <div style=
"font-size: 2.5rem">
51 This text should be autosized.