Nawaz

Results 5 comments of Nawaz

BS latest have lot of accessibility improvements. I didn't find time to test their latest. I wish users like @jmuheim , test the original BS and file the issues in...

Even if all panels are collapsed, user can still tab to first tab header and navigate with arrow keys. If you wan't a tab navigation along with arrow key navigation,...

If you can upgrade to BS4, then this plugin is not needed. BS4 is accessible. If you don't find something not accessible, please file a issue ticket and there are...

Some problem with axe engine it seems. For now use `htmlcs` instead. ```javascript const { evaluate } = require('aatt'); const fs = require('fs'); evaluate({ source: "FooBar", output: "json", engine: "htmlcs",...

@kadencewp Please also add presentation roles to list item. You can test the generated page with tab component with the axe chrome extension. Right now there are few errors thrown...