-
@dam @getify @paul_irish @tkadlec Generally I agree, but I also abhor the “hacky” stuff like checkboxes for CSS-only accordions.
-
@dam @getify @paul_irish @tkadlec It’s about knowing your tools and not just *how*, but *when* to use them. Sometimes JS is the right choice
-
@dam @getify @paul_irish @tkadlec Other times it’s HTML. Sometimes it’s HTML+CSS. Others it’s all three.
-
@dam @getify @paul_irish @tkadlec Same goes with ARIA. Some ARIA role (landmarks, for instance) make sense in your HTML.
-
@dam @getify @paul_irish @tkadlec Widget-related roles & states should be managed in JS as they are JS-dependent.