Re: Is there an html or WCAG definition of "modality" as it relates to keyboard behavior in a modeal dialog?

On 15 April 2015 at 20:22, Birkir Gunnarsson <birkir.gunnarsson@deque.com>
wrote:

> It is not clear to me that allowing user to get to the address bar is
> a definitely violation of 2.4.3
>

Why would it be considered a violation?

If the modal dialog does not allow interaction with the HTML document
content it is scoped to, then it is doing its job no? It should not
disallow interaction with UI outside of the document (such as browser UI)

As a reference, Chrome implements the HTML5 dialog element
<http://www.w3.org/TR/html51/semantics.html#the-dialog-element>, when in a
modal state the user can only interact with the modal dialog content of the
document, but is able to interact with the browser UI.

If you open http://s.codepen.io/stevef/debug/dPxgZq? in chrome , you can
check the keyboard interaction of its dialog element implementation.

--

Regards

SteveF
HTML 5.1 <http://www.w3.org/html/wg/drafts/html/master/>

Received on Wednesday, 15 April 2015 21:41:27 UTC