Re: Trying to use <iframe srcdoc= >

Gavin Carothers writes:

> No browser today supports srcdoc, and when it fails no content is
> shown on the page. ... Am I missing something?

That HTML5 is far from implemented in widely deployed browsers.

You're correct that this feature can't be used right now.  There are all
sorts of HTML, CSS, and JavaScript features which couldn't be used at
the time they were specced but which are now an everyday part of
webpages; we just had to wait patiently a few years till they were
usable.

<iframe sandbox srcdoc="..."> is like that, in that it's only intended
to be used by authors once browser support it.

Smylers
-- 
Watch fiendish TV quiz 'Only Connect' (some questions by me)
Mondays at 20:30 on BBC4, or iPlayer: http://www.bbc.co.uk/programmes/b00lskhg

Received on Monday, 25 January 2010 23:25:15 UTC