File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,17 +133,17 @@ Each part mapping is one of:
133133
134134<dl class=switch>
135135 : <code> ident</code>
136- :: Adds «[ ident → el ] » to the <a>shadow root's </a> <a>shadow part map </a> .
136+ :: Adds «[ ident → el ] » to the <a>shadow part map </a> of the <a>shadow root </a> containing el .
137137
138138 : <code> ident1 => ident2</code>
139139 :: If el is a <a>shadow host</a> ,
140140 and it's <a>shadow root's</a> <a>shadow part map</a> |partMap| [=map/contains=] ident1,
141- then this adds «[ ident2 → |partMap|[ident1] ]» to the <a>shadow root's </a> <a>shadow part map </a> .
141+ then this adds «[ ident2 → |partMap|[ident1] ]» to the <a>shadow part map </a> of the <a>shadow root </a> containing el .
142142
143143 : <code> * => prefix*</code>
144144 :: If el is a <a>shadow host</a> ,
145145 then [=map/for each=] |ident| → |subEl| in el's <a>shadow root's</a> <a>shadow part map</a> ,
146- «[ prefix + |ident| → |subEl| ] » is added to the <a>shadow root's </a> <a>shadow part map </a> .
146+ «[ prefix + |ident| → |subEl| ] » is added to the <a>shadow part map </a> of the <a>shadow root </a> containing el .
147147
148148 : anything else
149149 :: Ignored for error-recovery / future compat.
You can’t perform that action at this time.
0 commit comments