Re: Noembed markup

On 2010年5月21日 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

AltStyle によって変換されたページ (->オリジナル) /