HN user

leaverou

50 karma
Posts0
Comments26
View on HN
No posts found.

Note that as is mentioned on the website, this has indeed been tested on users, and the results of the study have gone through rigorous peer review and published at a top tier academic conference on HCI. And yes, the audience is programming novices who do know HTML and CSS. For now. Since Mavo is a language, one can easily imagine an integration with a visual editor, to make it accessible to the average Joe.

Nope. There were many people around, and it was clear that he didn’t know all of them. There were people he didn't know just as close as I was. He apologized only to me, nobody else.

“Just don’t have a bias”. Unfortunately, it doesn’t work like that. The problem is that it’s very hard to know when biases are affecting your decisions. You cannot just decide to not have them. Agreed though that fighting bias with bias is not a solution. What is the solution then? I don’t know. :(

The CSS3 Test 14 years ago

Yes, as long as their unprefixed equivalent is in a W3C specification.

FOUC? It's only some CSS3 that won't display until DOM load, not the whole styling. As for the performance, I'm pretty sure you're just guessing, and haven't done any testing.

The spec-compliant gradient syntax hasn't yet propagated in Safari, even though it's in the nightlies since February.

I just didn't want to clutter it with duplicate things like <dt class="opera">Opera</dt>. I kinda agree with your point though, it was something I also wasn't very sure about.

I also agree that box-sizing is better, I have also used it in a few places. I mentioned it in my talk too, I just didn't put it in the slides. I just wanted to experiment with calc() a bit too :P

By "Full support" I meant that it fully supports the feature (without a prefix or huge deviations from the spec). It doesn't have anything to do with browser versions.