blob: 3f808092f0d7881f8718be76f67212f19913058d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: LinkStyle.xml 225913 2001-06-01 11:15:37Z dims $ -->
<interface id="StyleSheets-LinkStyle" name="LinkStyle" since="DOM Level 2">
<descr>
<p>
The <code>LinkStyle</code> interface provides a mechanism by which a
style sheet can be retrieved from the node responsible for linking it
into a document. An instance of the <code>LinkStyle</code> interface can
be obtained using binding-specific casting methods on an instance of a
linking node (<code>HTMLLinkElement</code>, <code>HTMLStyleElement</code>
or <code>ProcessingInstruction</code> in DOM Level 2).
</p>
</descr>
<attribute id="StyleSheets-LinkStyle-sheet" name="sheet"
type="StyleSheet" readonly="yes">
<descr>
<p>
The style sheet.
</p>
</descr>
</attribute>
</interface>