I’m using the html-validate (npm) framework to validate the resulting HTML from the quasar framework. By default it contains rules dictated by w3, such as the button element, which says that only phrasing (and no interactive) content may be used.
The quasar framework generates <div> elements inside QBtn, which violates the specification.
What are the thougts about the w3 specification and the components that builds up the quasar framework?
Here’s a link to the online w3c validator.