You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current test suite focuses on properties and attributes. That is only half of the DOM. You need to be able to also provide methods on your custom elements. Not having that ability automatically makes the APIs awkward (instance.isOpen = trueinstead ofinstance.open() rather than in addition to).
The current version of test cases is not representative and is tailored towards frameworks, not developers using them. It's basically a lie what the reports say.
The text was updated successfully, but these errors were encountered:
The current test suite focuses on properties and attributes. That is only half of the DOM. You need to be able to also provide methods on your custom elements. Not having that ability automatically makes the APIs awkward (
instance.isOpen = true
instead ofinstance.open()
rather than in addition to).The current version of test cases is not representative and is tailored towards frameworks, not developers using them. It's basically a lie what the reports say.
The text was updated successfully, but these errors were encountered: