Fix:Example fixes
• •Below are accessibility and usability fixes for this example page. The page contains deliberate accessibility bugs, and together with the fixes are used in the tutorial.
Config
YAML config
JSON config
Fixes
YAML fixes
JSON fixes
Styles
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Be cautious when using the 'style' attribute! */ body {
background: #fcfcfc;
color: #333;
font: 1em sans-serif;
margin: 1em 3em;
} form#search a {
cursor: help;
} [role = heading][aria-level = '1'], h1 {
font-size: 1.7em;
margin: 1em 0;
}