Skip to content

Commit 5d851cb

Browse files
committed
[css-shadow-parts-1] Fix example that was still using * and =>
1 parent 141fedf commit 5d851cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-shadow-parts-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ but never match additional <a>shadow-part pseudo-elements</a>.
293293
than is intended.
294294

295295
If the <code>&lt;x-panel></code>'s internal confirm button had used something like
296-
<code>part="confirm-button, * => confirm-*"</code>
296+
<code>part="label => confirm-label"</code>
297297
to forward the button's internal parts up into the panel's own <a>part element map</a>,
298298
then a selector like
299299
''x-panel::part(confirm-label)''

0 commit comments

Comments
 (0)