E-mail List Archives
Re: what roles will make a pop up dialog work
From: Jonathan Avila
Date: Oct 9, 2014 12:10PM
- Next message: Schafer, Carmen: "VO and Firefox"
- Previous message: Bryan Garaventa: "Re: what roles will make a pop up dialog work"
- Next message in Thread: Bryan Garaventa: "Re: what roles will make a pop up dialog work"
- Previous message in Thread: Bryan Garaventa: "Re: what roles will make a pop up dialog work"
- View all messages in this Thread
[Jesse wrote]
> Plus isn't aria-hidden implied to be false by default?
This is one of the differences between ARIA properties and HTML properties such as hidden, required, disabled etc. You cannot explicitly set these HTML properties to false -- by simply including the attribute they equate to true. ARIA Boolean properties can expressly be set to true or false. I imagine this was done in ARIA to indicate instances where something clearly needed to be indicated but it might not be clear through native semantics without ARIA.
Jonathan
- Next message: Schafer, Carmen: "VO and Firefox"
- Previous message: Bryan Garaventa: "Re: what roles will make a pop up dialog work"
- Next message in Thread: Bryan Garaventa: "Re: what roles will make a pop up dialog work"
- Previous message in Thread: Bryan Garaventa: "Re: what roles will make a pop up dialog work"
- View all messages in this Thread