You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the simplest proof of concept that we can build? Whatever it is, let's build that.
The input will probably look like HTML: `<button>`, `<a href>`, etc.
The output will probably look a lot like the Chrome accessibility tree:
```
AXWebArea AXRoleDescription='HTML content' AXTitle='Ethan Cohen 🐼 🦅 on Twitter: "react-aom: a react component renderer that statically outputs its accessibility tree for snapshot testing. who's in?"'
+AXGroup AXRoleDescription='group' AXInvalid='false' AXEnabled='1'
++AXHeading AXRoleDescription='heading' AXTitle='Keyboard Shortcuts' AXInvalid='false' AXEnabled='1'
+++AXStaticText AXRoleDescription='text' AXValue='Keyboard Shortcuts' AXInvalid='false' AXEnabled='1'
```