cssom/idl/LinkStyle.idl

changeset 7307
e06243ea0881
parent 6942
bd4a4bc0d9f3
     1.1 --- a/cssom/idl/LinkStyle.idl	Mon Feb 04 11:50:40 2013 -0700
     1.2 +++ b/cssom/idl/LinkStyle.idl	Mon Feb 04 12:42:58 2013 -0700
     1.3 @@ -6,10 +6,10 @@
     1.4  interface LinkStyle {
     1.5  
     1.6    [Documentation=
     1.7 -   "<p>The {@name} {@type} must return the <span>associated style sheet</span> for the node, or <code>null</code>,\
     1.8 +   "<p>The {@name} {@type} must return the <span>associated style sheet</span> for the node or <code>null</code>\
     1.9      if there is no <span>associated style sheet</span>.</p>"
    1.10    ]
    1.11 -  readonly attribute StyleSheet sheet;
    1.12 +  readonly attribute StyleSheet? sheet;
    1.13  
    1.14  };
    1.15  

mercurial