Warning:
This wiki has been archived and is now read-only.

SimpleObject

From HTML WG Wiki
Jump to: navigation, search

This page is meant to serve as a test page for simple <object> authoring without <param>. After putting this together, I hope to ask others to test the results on various UAs. It would probably be better to reference some local resources for this example, if there are any available.

The second step (perhaps for another page), would be to test how various UAs handled this approach inside a proposed <picture> element for still images with fallback content.

Anyone with knowledge to solve these issues is welcomed to jump in and edit this page.

<img src="http://images.apple.com/iphone/images/2007/06/iphone_attlogo_20070625.jpg"/ >

<object data="http://movies.apple.com/movies/us/apple/iphone/2007/tips/iphone-tip-compilation_560x316.mov"> fallback </object>

<object data="http://images.apple.com/iphone/images/2007/06/iphone_attlogo_20070625.jpg"> fallback </object>

<picture> <object data="http://images.apple.com/iphone/images/2007/06/iphone_attlogo_20070625.jpg"> fallback </object> </picture>