Re: [csswg-drafts] [cssom-1] Relationship between owner node and associated css style sheet (#3341)

Given
> The associated CSS style sheet of a node is the CSS style sheet in the list of document or shadow root CSS style sheets of which the owner node implements the LinkStyle interface.

and
> **owner node**: Specified when created. The DOM node associated with the CSS style sheet or null if there is no associated DOM node. 

I don't think it is possible that a style sheet can have an owner node which doesn't implement `LinkStyle` as far as the two "associated"s refer to the same thing.

-- 
GitHub Notification of comment by upsuper
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3341#issuecomment-441427838 using your GitHub account

Received on Sunday, 25 November 2018 09:45:00 UTC