The object
tag
- embed content in valid strict XHTML -
Testcases
XHTML suite
XHTML formulation of the object
is practically the same as HTML,
the only differences is that the param
tags are closed.
Nevertheless, here the same tests suite in XHTML 1.0 strict.
Theses pages are send to the browsers as text/html. The
best choice
would be application/xhtml+xml, but IE is unable to understand it, and XHTML
1.0 could be send as html... Of course, these pages are treated as html by
browsers.
- text types
- text/html (html file)
- text/plain (txt file)
- text/css (css file)
- text/javascript (js file)
- text/richtext (rtf file)
- text/rtf (rtf file)
- application/rtf (rtf file)
- application types
- application/pdf (pdf file)
- application/postscript (ps file)
- application/vnd.oasis.opendocument.text (odt file)
- application/vnd.oasis.opendocument.spreadsheet (ods file)
- application/vnd.oasis.opendocument.presentation (odp file)
- application/vnd.sun.xml.writer (sxw file)
- application/vnd.sun.xml.calc (sxc file)
- application/vnd.sun.xml.impress (sxi file)
- application/msword (doc file)
- application/vnd.ms-excel (xls file)
- application/vnd.ms-powerpoint (ppt file)
- video types
- video/mpeg (mpg file)
- video/avi (avi file)
- video/x-ms-wmv (wmv file)
- video/quicktime (mov file)
- audio types
- audio/x-wav (wav file)
- audio/mpeg (mp3 file)
- application/ogg (ogg file)
- audio/x-midi (mid file)
- various others types
- image/svg+xml (svg file)
- application/x-shockwave-flash (swf file)
- audio/x-pn-realaudio-plugin (rm file, with IE comments)
- audio/x-pn-realaudio-plugin (rm file, hidden with CSS)
- application/x-java-applet (java applet)
- unknown/unknown, some tests with a dummy mime type.