tomayac’s avatartomayac’s Twitter Archive—№ 19,297

  1. …in reply to @eisaksen
    @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.