What I am missing so far from the proposal is how whitespace in-between tags, or in-between tags and control statements is handled.
I actually like the way that jsx forces you to be explicit with whitespace, often forcing you to do things like <div>{" "}</div> or the like.