adi
adi
Hello! Thanks for the great library. I'd be happy to try and tackle this issue for as many chart types as possible, so feel free to assign it to me....
@petester42 Thanks! I hadn't considered splitting descriptions so that is very helpful. [iOS/tvOS](https://developer.apple.com/documentation/uikit/accessibility/uiaccessibilitycontainer) allows for a little more interactivity and that way, most folks who use this library will get...
Absolutely. iOS/tvOS let you browse by Header using the [VoiceOver rotor](https://support.apple.com/en-us/HT204783). I'm making sure to make the first element of the graphs a Header item (which uses the existing title/legend/description),...
Awesome! Thanks for bringing this up: worth getting these sorts of issues out the way before a PR imo.
@petester42 I've updated NSUIView so that iOS and tvOS now use UIAccessibilityContainer with the first element being a header, whereas macOS uses NSAccessibilityGroup, while still keeping the first cell/row a...
Quick question: I had a couple VO testers use the sample Radar chart I was working on and we ended up with equal preference for two different ways of parsing...
Submitted PR #3520. I've left some verbose comments to explain what's happening and workarounds etc. Let me know what needs to be changed. 😊
I've started working on this in PR #28. As I bring up in the PR, do we think it's worth differentiating between the accessibility of the simple and detail charts...
Awesome thanks for the direction- I'm on it! ~~Just a heads up though - it would seem that labels and values are ignored in the current seed. This captioned video...
Oh I agree - the video is the issue I referred to above and those are the inferred default system labels. If you can reproduce, try restarting the device. However...