Open
Description
Seeing autogenerated types in css-type is really nice. When using React or Preact, their type definitions only have names of elements but not any documentation about their usage.
Would be really useful to have list of html/svg tags, their possible attributes, events, props documented in mdn/data/html/*.json files, this would make it very easy to generate auto-generated types for JSX, that are 1:1 with mdn which tries to stay up-to-date with spec.