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

domfarolino has just created a new issue for https://github.com/w3c/csswg-drafts:

== [cssom-1] Relationship between owner node and associated css style sheet ==
The definition of [associated CSS style sheet](https://drafts.csswg.org/cssom/#associated-css-style-sheet) is a bit fuzzy to me, and I don't think captures the intended definition. Is it trying to say one of the following:

 - Only nodes that implement the LinkStyle interface can have "associated CSS style sheets", or...
 - More specifically, given a node that implements the LinkStyle interface, its associated CSS style sheet is the style sheet (from a larger list of sheets) whose owner node is the given node.

>From this I'm trying to understand the relationship between a CSS style sheet's owner node and a some node's associated style sheet. Given how the spec is written, it seems that CSS style sheets can have owner nodes that either implement the LinkStyle interface or not, but only nodes that implement the LinkStyle interface have "associated CSS style sheets". Does this mean that a CSS style sheet can have an owner node that does not implement LinkStyle, and as such, does not have an associated CSS style sheet?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3341 using your GitHub account

Received on Sunday, 25 November 2018 03:52:09 UTC