testcase-843.html (570B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>ARIA 1.0 Test Case 843: slider</title> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 6 </head> 7 <body> 8 <h1>ARIA 1.0 Test Case 843: slider</h1> 9 10 <div role="slider" aria-valuemin="0" aria-valuenow="5" aria-valuemax="10"> 11 <div>Test text content</div> 12 <label>Textbox <input type="text" value="123456789"></label> 13 <p><a href="#link">Test link</a></p> 14 <div role="button" onclick="alert('Button Pressed')">Button</div> 15 </div> 16 17 18 </body> 19 20 </html>