colinaut’s avatarcolinaut’s Twitter Archive—№ 32,712

  1. The web dev struggle of "it should work without javascript enabled" and "sites should use proper aria attributes" is completely at odds since a lot of aria spec requires javascript, especially with forms and nav. It would be nice if browsers had some of that stuff baked in.
    1. …in reply to @colinaut
      In the main, I just build sites assuming everyone has javascript. I'm all for progressive enhancement but a lot of the no-javascript solutions, especially for nav, are convoluted css kludges and not flexible. I mean I love me some convoluted css hacks but rarely in production.