focus-within-001-ref.html (504B)
1 <!DOCTYPE html> 2 <html lang=en> 3 <meta charset="utf-8"> 4 <title>Selectors Level 4: focus-within Reference File</title> 5 <link rel="author" title="Keyong Li" href="mailto:kli79@bloomberg.net"> 6 <link rel="author" title="Florian Rivoal" href="mailto:florian@rivoal.net"> 7 <style> 8 div { 9 border: solid 15px green; 10 } 11 </style> 12 <p>Test passes if, when the element below is focused, 13 it is surrounded by a thick green border. 14 There must be no red or blue once it is focused.</p> 15 <div>Focus this element</div> 16 </html>