jsx / JSX

JSX - a faster, safer, easier JavaScript
http://jsx.github.io/
MIT License
1.46k stars 102 forks source link

Do not require attribute quoting, like html5 2014 #353

Open haraldrudell opened 6 years ago

haraldrudell commented 6 years ago

html5 removed the requirement for quoting attribute values in most cases back in 2014, 3 years ago. JSX should do the same.

   Suggestion: <html lang=en id=facebook class="tinyViewport tinyWidth">    Previously <html lang="en" id="facebook" class="tinyViewport tinyWidth">

alex-kinokon commented 6 years ago

@haraldrudell Wrong repo. You are looking for facebook/jsx.