Re: [w3c/webcomponents] CSS Modules (#759)

@matthewp I think I finally put my finger on the conceptual issue with that (very reasonable!) desire.  For JS modules, it doesn't matter "where" in the module graph they are in terms of the multiple graph edges pointing to them.  In fact, the very concept doesn't make sense.  But per the above description of the desired CSS behavior, we have a graph that has two incoming edges to the same node, and we want to base the application of that node based on one, but only one, of those edges.  Again, unless I am missing something...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/759#issuecomment-490924133

Received on Thursday, 9 May 2019 14:18:59 UTC