domenic / html-as-custom-elements

HTML as Custom Elements
https://domenic.github.io/html-as-custom-elements/
Apache License 2.0
260 stars 20 forks source link

navigator.magic object? #10

Open dglazkov opened 10 years ago

dglazkov commented 10 years ago

Just an idea: mock up all unexplained features as members of navigator.magic object.

domenic commented 10 years ago

I like this a lot. Presumably many of the methods on navigator.magic would be implemented using non-custom HTML elements, e.g. hidden inputs for form submission or style tags for stylesheet creation.