Brandon
Brandon
[Here is a blog post with both passing and non-passing alternate text descriptions.](https://xrnavigation.io/how-to-systematically-evaluate-the-text-accessibility-of-a-map-with-examples/) Some of the passing options are below: #### Detailed Text Description Although this level of text description...
Hello, The above response seems to reiterate the current best practice presented by places like [the state of Minnesota](https://mn.gov/mnit/about-mnit/accessibility/maps/). Current best practice is not systematic, quantitative, rigorous, reproducible, or evidence...
@goodwitch thank you for your suggestion. I updated the test to use either an Oreo border and or patterns if a solid color border is not enough. I also added...
Is there a way to split the open.js file into modules so one can take advantage of tree-shaking?
This is really awesome, do you think you could do an example with [SolvePnP](https://docs.opencv.org/2.4/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#bool%20solvePnP(InputArray%20objectPoints,%20InputArray%20imagePoints,%20InputArray%20cameraMatrix,%20InputArray%20distCoeffs,%20OutputArray%20rvec,%20OutputArray%20tvec,%20bool%20useExtrinsicGuess,%20int%20flags)) and maybe [Aruco markers?](https://docs.opencv.org/3.4.0/d5/dae/tutorial_aruco_detection.html) It would also be really nice if we could use this in...
> I wonder if you know about any documentation about this topic since I'm kind lost here and would be awesome to try ml and other more training-oriented modules in...
I think you're right @peteruhnak if we could get something, that's better than nothing. What you have sounds good. I would say let's just put the JS files in a...
I agree that Aria should be used. How does one make a screen reader read A-1 notation while using a grid?
This would work great! The only problem is that you would still hear the column and row number announced, so the message, using aria, would be something like: "cell content...
Frankly, it is significantly easier to build your own implementation of a spreadsheet than to use the proper Aria roles. I think there needs to be a spreadsheet element in...