- From: Glenn Adams <glenn@skynav.com>
- Date: Mon, 4 Feb 2013 12:44:25 -0700
- To: Boris Zbarsky <bzbarsky@mit.edu>
- Cc: www-style list <www-style@w3.org>
Received on Monday, 4 February 2013 19:45:12 UTC
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