-
@eisaksen Both “float” and “for” are reserved words in JavaScript. That’s why when you intuitively want to
.for
, you actually need to.htmlFor
. It was the same for.float
, where you needed to.styleFloat
, but now.float
(the intuitive way) works.