roles-properties-global-main-aria-live-assertive.html (398B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <title><div> with role main; global state or property "aria-live" value of "assertive"</title> 6 </head> 7 <body> 8 <div id="test" role="main" aria-live="assertive">Placeholder content</div> 9 <div id="obj1">obj1</div> 10 <div id="obj2">obj2</div> 11 </body> 12 </html>