data icon indicating copy to clipboard operation
data copied to clipboard

Full mdn data for browser / javascript apis + html (tags, attributes, events, props)

Open nojvek opened this issue 4 years ago • 0 comments

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.

nojvek avatar Mar 27 '20 20:03 nojvek