oncode / handorgel

Accessible W3C conform accordion written in ES6.
https://oncode.github.io/handorgel/
MIT License
261 stars 25 forks source link

Auto Generate handorgel__header #5

Closed BebeSparkelSparkel closed 7 years ago

BebeSparkelSparkel commented 7 years ago

It seems like it would make things a lot easier if the handorgelheader element could be auto generated based on the handorgelcontent if it had a data-handorgel__header to specify the header text.

Have you considered this?

oncode commented 7 years ago

Unfortunately this won't be possible because the header markup depends on the site structure. It could be any hX element or an element with aria-level attribute (e.g. <div aria-level="2"> ...</div>)

BebeSparkelSparkel commented 7 years ago

I see. Thanks