What fresh hell is THIS now? - Patrick Lauke
[herin] <!Doctype html>
<html>
<head>
<style>
h1 { font-size: 2em; }
p, label { font-size: 1em; }
input {font-size: 12pt}
</style>
</head>
<body>
<h1>Contact Us</h1>
<p>Please provide us with your details and we will contact you as soon as we can. Note that all of the form fields are required.</p>
<label for="fname">First Name</label><input type="text" name="fname" id="fname" /><br />
<label for="lname">Last Name</label><input type="text" name="lname" id="lname" /><br />
<label for="phone">Telephone</label><input type="text" name="phone" id="phone" /><br />
<label for="email">Email</label><input type="text" name="email" id="email" /><br />
<input type="submit" name="Submit" value="Submit" id="Submit" />
</body>
</html>
input {font-size: 12pt}
instead of using em
(like they do for the h1
and p, label
)
[karlgroves] @melsumner
Re: https://web-a11y.slack.com/archives/general/p1484254553001556
The “Understanding” document for that SC is here:
https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html
The physical size , resolution, and pixel density of the user’s display doesn’t matter/ isn’t discussed in the SC
role="presentation"
maybe?
[karlgroves] > Re: browser vs text zoom: isn't browser zoom the only thing that is easily available across all browsers w/o installing any plugins or extensions?
@melsumner When WCAG 2.0 was released all browsers offered text-based zoom. IIRC that’s all Internet Explorer had while FF and Chrome allowed users to choose between page & text zoom.
I do wonder what the WCAG WG is going to do with “Silver” now that browsers are moving solely to page zoom