From 4b87197f356c87bd2a78b453874bfc624c15e9b3 Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Sun, 25 Nov 2018 10:35:41 -0500 Subject: [PATCH 1/3] Clarify the associated CSS style sheet --- cssom-1/Overview.bs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cssom-1/Overview.bs b/cssom-1/Overview.bs index 1acb83af71fb..36af615aafa6 100644 --- a/cssom-1/Overview.bs +++ b/cssom-1/Overview.bs @@ -789,6 +789,9 @@ represents a style sheet as defined by the CSS specification. In the CSSOM a Note: Changing the media's {{MediaList/mediaText}} attribute does not change the corresponding attribute on the owner node. + Note: The owner node of a CSS style sheet, if non-null, is the node whose associated + CSS style sheet is the CSS style sheet in question. +
title
@@ -1200,8 +1203,8 @@ To fetch a CSS style sheet with parsed URL parsed URLassociated 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. +document CSS style sheets of which the owner node is said node. This node +must also implement the {{LinkStyle}} interface.
 interface mixin LinkStyle {

From 8398f998a36e1ee56c7705e8d302b693bacb767a Mon Sep 17 00:00:00 2001
From: Dominic Farolino 
Date: Sun, 25 Nov 2018 10:39:34 -0500
Subject: [PATCH 2/3] Clarify note more

---
 cssom-1/Overview.bs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cssom-1/Overview.bs b/cssom-1/Overview.bs
index 36af615aafa6..e2e25abefce6 100644
--- a/cssom-1/Overview.bs
+++ b/cssom-1/Overview.bs
@@ -790,7 +790,8 @@ represents a style sheet as defined by the CSS specification. In the CSSOM a
   change the corresponding attribute on the owner node.
 
   Note: The owner node of a CSS style sheet, if non-null, is the node whose associated
-  CSS style sheet is the CSS style sheet in question.
+  CSS style sheet is the CSS style sheet in question, when the CSS style sheet is added.
 
 
  
title From dfcdf8ea544cdbfc0c9b509851a94ab12ed16e8d Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Sun, 25 Nov 2018 10:49:24 -0500 Subject: [PATCH 3/3] Fix artifact from rebasing --- cssom-1/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cssom-1/Overview.bs b/cssom-1/Overview.bs index e2e25abefce6..0670fa7dbe41 100644 --- a/cssom-1/Overview.bs +++ b/cssom-1/Overview.bs @@ -1204,8 +1204,8 @@ To fetch a CSS style sheet with parsed URL parsed URLassociated CSS style sheet of a node is the CSS style sheet in the list of -document CSS style sheets of which the owner node is said node. This node -must also implement the {{LinkStyle}} interface. +document or shadow root CSS style sheets of which the owner node is said node. +This node must also implement the {{LinkStyle}} interface.
 interface mixin LinkStyle {