Skip to content
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

Add accessibility features #489

Open
llinde opened this issue Mar 10, 2020 · 0 comments
Open

Add accessibility features #489

llinde opened this issue Mar 10, 2020 · 0 comments
Labels
Status: todo Accepted issue that needs someone to fix it. Type: enhancement Feature request or other QoL improvements.

Comments

@llinde
Copy link

llinde commented Mar 10, 2020

Hi

Any chance you could add tabindex="0" and role="button" on the dates?

The calendar is pretty much useless for users who only use the keyboard to navigate webpages.

Note:
I did try using a modified version of this code from your Demonstrations page, but with no luck:

showDateFilter: function(time, date)
{
	return '<div style="padding:0 5px;">\
			<span style="font-weight:bold">'+date+'</span>\
			<div style="opacity:0.3;">$'+Math.round(Math.random()*999)+'</div>\
  		   </div>';
}

Kind regards
Lars Linde

@monovertex monovertex added Status: todo Accepted issue that needs someone to fix it. Type: enhancement Feature request or other QoL improvements. labels Mar 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: todo Accepted issue that needs someone to fix it. Type: enhancement Feature request or other QoL improvements.
Projects
None yet
Development

No branches or pull requests

2 participants