Skip to content

Commit bd3bb72

Browse files
committed
[css-shadow-parts-1] add missing )s
1 parent 6b36d41 commit bd3bb72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-shadow-parts-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ They are not a rehash of the ''>>>'' combinator,
111111
they're simply a more convenient and consistent syntax
112112
for something authors can already do with <a>custom properties</a>.
113113
By separating out the explicitly "published" parts of an element
114-
(the <a>shadow part map</a>
114+
(the <a>shadow part map</a>)
115115
from the sub-parts that it merely happens to contain
116-
(the <a>computed shadow theme map</a>,
116+
(the <a>computed shadow theme map</a>),
117117
it also helps with encapsulation,
118118
as authors can use ''::part()'' without fear of accidental over-styling.
119119

0 commit comments

Comments
 (0)