-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft Dialog (non-Modal) design pattern #59
Comments
When drafting this design pattern, take into consideration the following comments copied here from issue #23. From @jnurthen on February 2, 2016 21:34 The non-modal dialog http://w3c.github.io/aria/practices/aria-practices.html#dialog_nonmodal defers to the drag and drop section for how to move the dialog. I'm not sure moving a window is the same as drag and drop so we should really specify something different here. Copied from original issue: w3c/aria#241 |
3.10 Disclosure (Show/Hide) typo This may have been picked-up previously, but, I could not find it. A disclosure is a button that controls visibility of a section of content. When the controlled conted is hidden, ... ...controlled content is... |
3.10 Disclosure (Show/Hide). I’m wondering whether to include referring to native button element as well as role button. Not sure if I am correct in this, but, flagging it anyway 😁. WAI-ARIA Roles, States, and Properties Applies to al instances of ‘role button ‘. The element that shows and hides the content has role button. The element that shows and hides the content is a |
@Decrepidos, thank you for the feedback. I am correcting the spelling error. Note that a native button has role button; it is implicit. |
Thanks for clarifying. Role button being implicit makes sense. |
Note https://www.w3.org/Bugs/Public/show_bug.cgi?id=29325 when drafting this |
@mcking65 if there's anything I can do to help with the non-modal dialog pattern, please let me know, happy to contribute |
any movement on providing an example/pattern for non-modal dialogs any time? |
Is this duplicated by #102 ? |
When adding this section, use id="dialog_nonmodal" on the section element; this is the ID of the stub that was in early working drafts.
When working on this issue, there is some old content that may be useful in the file aria-practices-DeletedSectionsArchive.html.
The relevant section can be seen here:
https://rawgit.com/w3c/aria-practices/master/aria-practices-DeletedSectionsArchive.html#dialog_nonmodal
The text was updated successfully, but these errors were encountered: