Questo articolo richiede una revisione stilistica. Scopri come puoi essere d’aiuto.`
Questa traduzione è incompleta. Collabora alla traduzione di questo articolo dall’originale in lingua inglese.
Sommario
L'elemento Object inserito nell'HTML (<object>) rappresenta una risorsa esterna, che può essere trattata come un'immagine, un contesto di navigazione nidificato, o una risorsa che può essere gestita du un plugin.
Categorie di contenuti | Contenuti di flusso; contenuti di frasi; contenuti inseriti, contenuti palpabili; se gli elementi hanno come attributo usemap, contenuti interattivi; elencati, elementi di moduli associati a tasti di invio. |
---|---|
contenuti consentitivi | zero o più <deviceid> elementi, trasparenti. |
omissione di tag | Nessuna, sia il tag di apertura che quello di chiusura sono obbligatori. |
Permissioni degli elementi padri | Tutti gli elementi che accettano contenuti inseriti. |
Interfaccia DOM | HTMLObjectElement |
Attributi
Questi elementi includono gli attributi globali.
archive
HTML 4 only; Obsolete since HTML5- Un elenco separato da spazi di URI per l'archivi di risposre per l'oggetto.
border
Deprecato HTML4.01; Obsolete since HTML5- La larghezza del bordo intorno al controllo, in pixels.
classid
HTML 4 only; Obsolete since HTML5- L'URI d'implementazione dell'oggetto. Può essere usato insieme a, o in posti dove, l'attributo del dato.
codebase
HTML 4 only; Obsolete since HTML5- The base path used to resolve relative URIs specified by classid, data, or archive. If not specified, the default is the base URI of the current document.
codetype
HTML 4 only; Obsolete since HTML5- The content type of the data specified by classid.
data
- The address of the resource as a valid URL. At least one of data and type must be defined.
declare
HTML 4 only; Obsolete since HTML5- The presence of this Boolean attribute makes this element a declaration only. The object must be instantiated by a subsequent
<object>
element. In HTML5, repeat the <object> element completely each that that the resource is reused. form
HTML5- The form element, if any, that the object element is associated with (its form owner). The value of the attribute must be an ID of a
<form>
element in the same document. height
- The height of the displayed resource, in CSS pixels.
name
- The name of valid browsing context (HTML5), or the name of the control (HTML 4).
standby
HTML 4 only; Obsolete since HTML5- A message that the browser can show while loading the object's implementation and data.
tabindex
HTML 4 only; Obsolete since HTML5- The position of the element in the tabbing navigation order for the current document.
type
- The content type of the resource specified by data. At least one of data and type must be defined.
typemustmatch
HTML5- This Boolean attribute indicates if the type and the actual content type resource must match in order of this one to be used.
usemap
- A hash-name reference to a
<map>
element; that is a '#' followed by the value of aname
of a map element. width
- The width of the display resource, in CSS pixels.
Examples
Embed a flash movie
<!-- Embed a flash movie --> <object data="move.swf" type="application/x-shockwave-flash"></object> <!-- Embed a flash movie with parameters --> <object data="move.swf" type="application/x-shockwave-flash"> <param name="foo" value="bar"> </object>
Specifications
Specification | Status | Comment |
---|---|---|
WHATWG HTML Living Standard The definition of '<object>' in that specification. |
Living Standard | |
HTML5 The definition of '<object>' in that specification. |
Recommendation | |
HTML 4.01 Specification The definition of '<object>' in that specification. |
Recommendation |
Browser compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | (Yes) | 1.0 (1.7 or earlier) | (Yes) | (Yes) | (Yes) |
typemustmatch |
? | 27 (27) | ? | ? | ? |
Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | (Yes) | 1.0 (1.0) | (Yes) | (Yes) | (Yes) |
typemustmatch |
? | 27.0 (27) | ? | ? | ? |