Matt King
Matt King
I have verified that previews of unmerged test plans with 0 priority assertions work correctly. There are no merged test plans with that characteristic, so I don't know how to...
Resolved by w3c/wai-aria-practices#167.
Performance issues have been resolved; loads are subsecond now.
@sideshowbarker Would be very helpful to APG if we could filter specific errors based on path. Any outlook for this?
Agree there are lots of other ways to filter certain files from being checked; that isn't what we need. We want to say "this specific warning or error in this...
@brooksienoodlesoup, thank you for this feedback. We do have a persistent [alert example](http://w3c.github.io/aria-practices/examples/alert/index.html). However, I think your concern with the disappearing alert on the alert dialog example page should be...
Fixed with 0c74238 via PR #2112. Thank you @howard-e and @smhigley for your work on this!!
@accdc commented: > I received a complaint that it is confusing for aria-selected not to match focus, Bryan, wouldn't it be far more confusing if the selected state did follow...
@accdc, In your implementation at: http://whatsock.com/tsg/Coding%20Arena/ARIA%20and%20Non-ARIA%20Tabs/ARIA%20Tabs%20(Internal%20Content)/demo.htm You are using aria-expanded instead of aria-selected to communicate witch tab is active. In that example, why are you using aria-selected? Selection is following...
@accdc, based on our recent discussions, I believe we have consensus that: 1. The current two tabs examples, which are single-select and use aria-selected on the tab to communicate which...