Difference between revisions of "Aria-labelledby aria-hidden"

From Level Access Web Labs
Jump to navigation Jump to search
 
Line 7: Line 7:
 
</style>
 
</style>
 
<body>
 
<body>
<div aria-hidden="true">
+
<div aria-hidden="false">
 
   <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>

Latest revision as of 19:38, 9 March 2019

aria-labelledby reference element with aria-hidden true

Google

Accessible name for above should be "Adobe".

aria-labelledby reference element with text and span with aria-hidden true

Google

Adobe

Accessible name for above should be "Adobe".

Link with text and span with aria-hidden true. aria-labelledby not used.

Google

Accessible name for above should be "Google".