X-Tag - a cross-browser web components library
mozilla.github.com
X-Tag - a cross-browser web components library
1–10 of 54 posts
Re: X-Tag - a cross-browser web components library
#2Re: X-Tag - a cross-browser web components library
#3X-Tag was just added as an official Mozilla repo on Github - it's a small, JS-only polyfill that enables the Custom Element portion of the W3 Web Components spec ( https://dvcs.w3.org/hg/webcomponents/raw-file/tip/explainer/... ) and other convenient mechanisms to generate awesome components. X-Tag has broad support coverage for a huge percentage of browsers in active used today on both mobile and desktop - Firefox 5…
Re: X-Tag - a cross-browser web components library
#4Re: X-Tag - a cross-browser web components library
#5X-Tag was just added as an official Mozilla repo on Github - it's a small, JS-only polyfill that enables the Custom Element portion of the W3 Web Components spec ( https://dvcs.w3.org/hg/webcomponents/raw-file/tip/explainer/... ) and other convenient mechanisms to generate awesome components. X-Tag has broad support coverage for a huge percentage of browsers in active used today on both mobile and desktop - Firefox 5…
Really neat. I must be living under a rock, but I never had heard of this before. It seems to bring a lot of the advantages of component-oriented development with it - just declare and go and the implementers will have taken care of the necessary wiring behind the scenes to make the components work. What I don't have a feel for though is what disadvantages it might bring from component oriented development - how easy…
Re: X-Tag - a cross-browser web components library
#6This is really amazing. After being used to custom XML tags in Android, I so wanted to build custom HTML tags for web apps. This is exactly what I wanted!
Re: X-Tag - a cross-browser web components library
#7Re: X-Tag - a cross-browser web components library
#8Re: X-Tag - a cross-browser web components library
#9This is really amazing. After being used to custom XML tags in Android, I so wanted to build custom HTML tags for web apps. This is exactly what I wanted!
You should be able to use this as a standard soon, X-Tag has helped inform the W3 spec. I've been working with Dimitri Glazkov (the W3 draft author) over the last 2 months. We reached initial agreement as a group that the standard, imperative JS DOM API should be "document.register" in the style of X-Tag's "xtag.register" (specs can change though, of course).
Re: X-Tag - a cross-browser web components library
#10Why won't the poly fill work in IE9
IE10 supports CSS Animations and will also be the first IE version to support HTML5 Windows apps, those are the two most significant reasons it is the current minimum version for IE. If IE9 is the thing people really need, I can try to work it in, we'll see what folks say ;)