What fresh hell is THIS now? - Patrick Lauke
[jpdevries] I just start all my CSS classes with yeezy__
.
Sorry. I’ll see myself out :face_with_rolling_eyes:
[jpdevries] @michiel
If you spend 1000+ hours learning some framework stuff you should spend at least that learning the basics of the web
I agree. This is an uphill battle in the coding bootcamp world. Lots of emphasis on JS frameworks, much less on HTML/CSS/a11y.
[karlgroves] > I haven’t had much success in getting people to agree that it should be a standard part of our curriculum.
http://www.karlgroves.com/2015/10/18/your-computer-school-sucks/
<form>
or <select>
is. No joke. And they are supposed to be job-ready by then.
[jpdevries] > Not including accessibility from the beginning is implicit consent to incurring technical debt.
– @karlgroves
:raised_hands:
I love that. Soooo true. I think part of it comes down to interpretive vs declarative. HTML is interpretive. A JS framework, something like ExtJS, is very declarative. A semantic HTML document improves with time, a non-semantic document decays with time. When ExtJS 3 came out it could do stuff standards couldn’t. Now standards runs circles around it.
I’m shocked that you feel this way, Thierry.
@Heydon, I do not see what is chocking in my statement. There are many ways to write CSS and each way has its pros and cons. I mentioned this to make sure people realize that. That it is more suited for when authors cannot really set classes as they wish…
Why on earth have you never told anyone before?
I did. Check my comments on this A List Apart article or even my tweets to Tim Baxter (the author). But each time I try this, the discussion shifts to “it’s important to know/use good HTML” rather than discussing “what difference it may make in term of maintenance/perf/whatever”. People should not assume that CSS authors who use classes don’t understand HTML. People deal with different problems so it makes sense that they adopt different approaches…