flyx / emerald

HTML5 templating engine for Nimrod
Do What The F*ck You Want To Public License
95 stars 9 forks source link

Add aria-* attributes support #19

Open konradmb opened 5 years ago

konradmb commented 5 years ago

The ARIA attributes are meant to increase website accessibility, which are using dash inside attribute name, so we need special treatment (like data-*).

They're often used in Bootstrap templates.