brendanmetzger / diatom

A template framework
1 stars 0 forks source link

Aria roles on parser #44

Closed brendanmetzger closed 3 years ago

brendanmetzger commented 4 years ago

Parser should have __destruct or some other method to rewrite context nodes with appropriate aria attributes

TODOs

<details role="group" id="some_id">
  <summary role="button" aria-expanded="false" aria-controls="some_id">more info</summary>
  <p>lorem...</p>
</details>