wooorm / property-information

Info on the properties and attributes of the web platform
MIT License
38 stars 11 forks source link

Update SVG stroke properties #15

Closed samrobbins85 closed 4 years ago

samrobbins85 commented 4 years ago

There may be more that need changing, but these were the ones that were giving me errors. The capitalisation is incorrect for some of the stroke properties, which is giving me errors with React. I'm working from the React list here https://reactjs.org/docs/dom-elements.html

samrobbins85 commented 4 years ago

Oh actually this looks like it's intentional and HAST and React differ here

wooorm commented 4 years ago

See hast-to-react.json in this repo, that may be useful!