cssom/idl/LinkStyle.idl

Mon, 04 Feb 2013 12:42:58 -0700

author
Glenn Adams <glenn@skynav.com>
date
Mon, 04 Feb 2013 12:42:58 -0700
changeset 7307
e06243ea0881
parent 6942
bd4a4bc0d9f3
permissions
-rwxr-xr-x

[cssom] Make LinkStyle.style nullable; editorial clean up.

     1 [NoInterfaceObject,
     2  Documentation=
     3  "<p>The <dfn id='associated-style-sheet'>associated style sheet</dfn> of a node is the <span>style sheet</span> in the list of\
     4   <span>document style sheets</span> of which the <span>style sheet owner node</span> implements the {@name} {@type}.</p>"
     5 ]
     6 interface LinkStyle {
     8   [Documentation=
     9    "<p>The {@name} {@type} must return the <span>associated style sheet</span> for the node or <code>null</code>\
    10     if there is no <span>associated style sheet</span>.</p>"
    11   ]
    12   readonly attribute StyleSheet? sheet;
    14 };

mercurial