Re: [CSSOM] LinkStyle.sheet should be nullable

On Sat, Feb 2, 2013 at 6:06 PM, Boris Zbarsky <bzbarsky@mit.edu> wrote:

> IDL says:
>
>   interface LinkStyle {
>     readonly attribute StyleSheet sheet;
>   };
>
> Prose says:
>
>    The sheet attribute must return the associated style sheet for the
>    node, or null, if there is no associated style sheet.
>
> which is impossible given the IDL.  I believe the prose is correct as far
> as it goes and the IDL is wrong.


Thanks for reporting. Fixed at https://dvcs.w3.org/hg/csswg/rev/e06243ea0881.

Received on Monday, 4 February 2013 19:45:12 UTC