-
Notifications
You must be signed in to change notification settings - Fork 344
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
Develop example of spinbutton design pattern #125
Comments
@gerardkcohen is working on this issue. |
@mcking65 is this not describing an input[type=number] ? https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number apart from the page up/down large step function? |
@eknowles, yes, HTML input type number is mapped as a spin button. So, if the native html element meets your needs, do not make a custom ARIA spin button. |
Matt, My student and I are working on a spin button example. If that is ok with you. Jon |
@gerardkcohen, do you have time this week to wrap up js and css for this example? I could help out with the documentation. Wondering if we can get it done soon. I would consider delaying release 2 a few days if so. We need time on calendar for working group review. |
When focus is in the spin button, it is capturing all key events. Can not tab out, cannot use modified keys like alt+d to go to addressbar, etc. |
Hi Matt, I am currently on vacation until 7/23. I don’t think I will have
time to get through this, but I’ll give it a try. Sorry about the timing.
Gkc
…On Wed, Jul 11, 2018 at 2:13 AM Matt King ***@***.***> wrote:
@gerardkcohen <https://github.com/gerardkcohen>, do you have time this
week to wrap up js and css for this example? I could help out with the
documentation. Wondering if we can get it done soon. I would consider
delaying release 2 a few days if so. We need time on calendar for working
group review.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#125 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAHces4cWXOlqEBrQgS0QwpfRLDZ3BDzks5uFaWHgaJpZM4KYGkf>
.
|
@gerardkcohen, don't use your vacation time ... let's just plan on doing this for release 3. |
To resolve issue #125, add an example that uses the spin button pattern to create a date picker.
Closed with commit 8a3fea1. The new spin button example is in the editor's draft. |
The spinbutton design pattern is at:
http://w3c.github.io/aria-practices/#spinbutton
Link to Work in Progress
View the example spinbutton in the feature branch
The text was updated successfully, but these errors were encountered: