dominikh / go-js-dom

MIT License
252 stars 42 forks source link

Rearrange top level definitions. #53

Closed dmitshur closed 6 years ago

dmitshur commented 6 years ago

Improve consistency. The HTMLBaseElement methods should follow the HTMLBaseElement type definition, rather than be elsewhere.

Move ValidityState down, after all HTML elements. Its previous location in the middle was too arbitrary. Many HTML elements use ValidityState.