Ryan Carniato
Ryan Carniato
https://github.com/MananTank/validate-html-nesting
I figure we'd run this at compile time so bundle size won't matter.
This is ok at least from our perspective. The only thing getting force fixed by the browser are the templates I think. Maybe there are exceptions still. But like the...
Yeah it might be interesting adding a first run type mechanism. There is complexity there, but maybe a simple is first sort of check could allow us to run these...
We use innerHTML to generate template elements and sometimes it corrects bad HTML my previous mechanism was to string equal the template vs the result in the innerHTML in dev...
> Hmm, when I set empty string attribute on the element using pure browser API, it does not add ="". Did I miss some something? Yes try setting the boolean...
Yeah for the `=""` as I was saying it was mostly because I needed the string comparison to be equal. Now that I don't that's probably an easy reduction. So...
I've removed the `=""` from 0.29.15.
Yeah, this one has runtime implications so to pursue this I need to create a flag system so that frameworks that did not wish to use this feature could have...
Cool I haven't seen that yet. The plugins look similar but not the same. Different syntax and path following organization. Seems like it could be possible, mind you it would...