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

Added Opera to supported browsers #41

Closed tagawa closed 9 years ago

mathiasbynens commented 9 years ago

:+1:

domenic commented 9 years ago

Definitely not interested in adding links, and not sure this really adds much. The target audience is aware that Chrome and Opera implement the same functionality. Furthermore if we were going for precision we'd need to say "Chrome, Chromium, Opera, but not Chrome for iOS". Which brings up the question of whether Chromium or Opera has larger market share.

Maybe just link to http://caniuse.com/#search=custom%20elements instead. Or better yet, do a feature detection and don't show anything if document.registerElement is present.

mathiasbynens commented 9 years ago

“Chrome, Chromium, Opera, but not Chrome for iOS” can be summarized as “Chromium”. How about:

Please view with a Chromium-based browser, since […]

Feature detection would be nice, but it doesn’t solve the issue of the misleading message.

domenic commented 9 years ago

Thanks, merged as ecd8c8e7bb799af3956c95d531e208e695c6f70e