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
There was a nice suggestion on HN where a mizu namespace could be used to (similar to how svg has its own namespace).
This would have the advatange:
Being able to write "valid html", and follows the standards
Possible to xpath in the namespace
Maybe also make it more readable or at least more explicit
The downside is that it's probably a bit longer, but it could be worked around by supporting both syntax (similar to vue having both shorthands and v- prefix)
It needs to be investigated though, xml does have namespaces, but it's not common to have same in html so I'm not even sure how the dom would treat them
I have searched for existing issues
Yes
The text was updated successfully, but these errors were encountered:
Scope
internal
What do you want to define?
There was a nice suggestion on HN where a mizu namespace could be used to (similar to how svg has its own namespace).
This would have the advatange:
The downside is that it's probably a bit longer, but it could be worked around by supporting both syntax (similar to vue having both shorthands and
v-
prefix)It needs to be investigated though, xml does have namespaces, but it's not common to have same in html so I'm not even sure how the dom would treat them
I have searched for existing issues
Yes
The text was updated successfully, but these errors were encountered: