Difference between revisions of "Aria-labelledby aria-hidden"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
} | } | ||
</style> | </style> | ||
+ | <body aria-hidden="true"> | ||
<div class="box"> | <div class="box"> | ||
<p>aria-labelledby reference element with aria-hidden true</p> | <p>aria-labelledby reference element with aria-hidden true</p> | ||
Line 29: | Line 30: | ||
<p> This is some text inside</p> | <p> This is some text inside</p> | ||
</div> | </div> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 19:37, 9 March 2019
aria-labelledby reference element with aria-hidden true
GoogleAccessible name for above should be "Adobe".
aria-labelledby reference element with text and span with aria-hidden true
GoogleAdobe
Accessible name for above should be "Adobe".
Link with text and span with aria-hidden true. aria-labelledby not used.
GoogleAccessible name for above should be "Google".