Skip to content

Milestones

List view

  • 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' ```

    Overdue by 7 year(s)
    Due by March 15, 2018
    2/2 issues closed