Difference between revisions of "Aria-describedby aria-hidden"
Jump to navigation
Jump to search
(Created page with "A button with aria-describedby that references the next after the button. <html> <button aria-describedby="text"> test </button> <div id="text">This is a description.</div> <h...") |
|||
Line 3: | Line 3: | ||
<button aria-describedby="text"> test </button> | <button aria-describedby="text"> test </button> | ||
<div id="text">This is a description.</div> | <div id="text">This is a description.</div> | ||
− | <html> | + | </html> |
Revision as of 00:15, 13 January 2022
A button with aria-describedby that references the next after the button.
This is a description.