picocss / pico

Minimal CSS Framework for semantic HTML
https://picocss.com
MIT License
13.82k stars 406 forks source link

Allow use of card component with `role="article"` #548

Open lukas-kasticky opened 5 months ago

lukas-kasticky commented 5 months ago

Would be a welcome improvement. It's a valid ARIA role and makes things like <fieldset role="article"><!-- ... --></fieldset> possible. Any reasons not to do this?