2.3.2.32 viewLink

Quirks Mode, IE7 Mode, IE8 Mode, and IE9 Mode (All Versions)

viewLink of type document

Sets or retrieves the document object that supplies content to the master element.

A viewlink displays its document fragment in the primary document at the location of the master HTML Components (HTC) element. Components declared as a viewlink are encapsulated from the primary document and do not participate in the CSS style cascade or tab order unless allowed to do so by the component author.

This DOM attribute is read-only.

The viewLink attribute is defined by the HTCElementBehaviorDefaults interface.

See also viewLinkContent.