File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -210,11 +210,11 @@ The exposedparts attribute is parsed as a comma-separated list of part mappings.
210
210
Each part mapping is one of:
211
211
212
212
<dl class=switch>
213
- : <code> innerIdent outerIdent</code>
213
+ : <code> innerIdent : outerIdent</code>
214
214
:: this adds «[ outerIdent → innerIdent ] » to el's <a>part name map</a> .
215
215
216
216
: <code> ident</code>
217
- :: Is shorthand for <code> ident ident</code> .
217
+ :: Is shorthand for <code> ident : ident</code> .
218
218
219
219
: anything else
220
220
:: Ignored for error-recovery / future compat.
@@ -224,11 +224,8 @@ Note: It's okay to map a sub-part to several names.
224
224
225
225
Issue(w3c/csswg-drafts#2411): Decide whether we use "inner outer" or "outer inner"
226
226
227
- Issue(w3c/csswg-drafts#2411): Decide whether we use a separator between inner and outer idents.
228
- E.g. "inner => outer" or "inner : outer".
229
-
230
- Issue(w3c/csswg-drafts#2411): Decide whether to allow "ident1 => ident2 ident3 ..."
231
- as shorthand for "ident1 ident2, ident1 ident3, ...".
227
+ Issue(w3c/csswg-drafts#2411): Decide whether to allow "ident1 : ident2 ident3 ..."
228
+ as shorthand for "ident1 : ident2, ident1 : ident3, ...".
232
229
233
230
Issue(w3c/csswg-drafts#2411): Decide whether to allow wild-card forwarding,
234
231
e.g exposedparts="button-* buttons".
You can’t perform that action at this time.
0 commit comments