William Lin

Results 26 comments of William Lin

Seems IE 9 ~ 11 don't work as well. ![ie11](https://cloud.githubusercontent.com/assets/4998811/9707790/e7b6848a-54df-11e5-9a1b-755a47553309.png)

I encountered this problem too, but later I figured out that Selectivizr has some issues dealing with @import rule and urls. After I change lines 447-455 ``` javascript return loadStyleSheet(url).replace(RE_COMMENT,...

Sorry, [jesstelford](https://github.com/jesstelford) actually fixed this issue. Check https://github.com/keithclark/selectivizr/pull/69.

Is there a way to set file dependency besides order?

I think the only thing lack here is the instructions for non-sighted users -- to let them know they could control the slider with arrow, enter, blank keys. To remove...

@mollylentz Thanks for your feedbacks. > 1. There's something wonky happening in the aria-live region where it will say "slide 6 of 5" which is confusing. > Could you submit...

I have a question: What would you do if there are a lot of slides (let's say, 40)? Will you still want to display all the dots?

Yes, it's not related to accessibility, but I have to consider this if I'm going to change the behaviors of nav and controls.

For the screenreader users, they need access to every slides, but for non-screenreader users, they just need a few dots, each dot points to a page with several slides. So...

So I want to get more opinions on this. And the `tab-index` issue, probably will be fixed on next big release.