[OT] HTML: div/iframe hybrid?
via Digitalmars-d
digitalmars-d at puremagic.com
Sun Mar 8 00:31:17 PST 2015
On Saturday, 7 March 2015 at 17:01:14 UTC, Nick Sabalausky wrote:
> I haven't looked at the details, but "HTML Imports" sounds like
> something that might have been able to fit that, but according
> to that page, not only do Safari and IE not support them, but
> apparently Firefox is INTENTIONALLY not doing them because (if
> I understand this "polyfill" thing right) it seems Mozilla
> deliberately wants to force basic things like that to always
> rely on JS.
No, I think they just want to make sure it is the right way to do
it before it is implemented.
The polyfill webcomponents-lite.js should give HTML import and
templates for IE11+:
https://github.com/WebComponents/webcomponentsjs#browser-support
More information about the Digitalmars-d
mailing list