- From: Toby Inkster <tai@g5n.co.uk>
- Date: Mon, 24 May 2010 21:37:06 +0100
- To: "Aude Ogier" <a.ogier@solvimo.com>
- Cc: <semantic-web@w3.org>
On Fri, 21 May 2010 11:42:35 +0200 "Aude Ogier" <a.ogier@solvimo.com> wrote: > Can you tell me the valid W3C code that replaces the markup <noembed> > (displayed by browsers wich cannot read the elements of the embed > tag) ? You'd be better off asking this on public-html@w3.org - it's not really got anything to do with the Semantic Web. But, try using <object> instead of <embed>. <object> can contain fallback content for browsers that are unable to render the object. e.g. <object data="myvideo.mpeg" type="video/mpeg" height="240" width="320"> <p>Please download and watch <a href="myvideo.mpeg" >my video of an elephant</a>.</p> </object> Browsers that can't render the object render the paragraph instead. -- Toby A Inkster <mailto:mail@tobyinkster.co.uk> <http://tobyinkster.co.uk>
Received on Monday, 24 May 2010 20:38:43 UTC