Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /accessibility/crashtests/aria-owns-presentation.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<div id="parent" aria-owns="owned"></div>
<div id="owned" role="none"></div>