properties-global-norole-aria-atomic.html (393B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <title><div> with no role; global state or property "" value of "true"</title> 6 </head> 7 <body> 8 <div aria-atomic="true"> 9 Placeholder content 10 11 </div> 12 <div id="obj1">obj1</div> 13 <div id="obj2">obj2</div> 14 </body> 15 </html>