We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506f322 commit 2fe9297Copy full SHA for 2fe9297
1 file changed
css-shadow-parts-1/Overview.bs
@@ -126,8 +126,10 @@ which is an [=ordered sets=] of tokens.
126
127
Each element has a <dfn export for="element">part name map</dfn>
128
which is an <a>ordered map</a>,
129
-with keys that are tokens
130
-and values that are [=ordered sets=] of tokens.
+with keys that are [=strings=]
+(part names to expose to selectors outside this element)
131
+and values that are [=ordered sets=] of [=strings=]
132
+(part names that are selectable inside this element).
133
134
Each <a>shadow root</a> can be thought of as having a <dfn export for="shadow root">part element map</dfn>
135
with keys that are [=strings=]
0 commit comments