You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exportparts attribute is parsed as a comma-separated list of part mappings. Each part mapping is one of:
innerIdent : outerIdent
this adds «[ outerIdent → innerIdent ]» to el’s part name map.
ident
Is shorthand for ident : ident.
anything else
Ignored for error-recovery / future compatibility.
https://www.w3.org/TR/css-shadow-parts-1/#exportparts-attr
"2.2. Forwarding a Shadow Element: the exportparts attribute"
specifies the syntax for exportparts
The example includes a snippet
Note the missing colon (
:
) from theexportparts
attribute value.(based on the comments within the example)
I think this snippet should contain an
exportparts
attribute value"innerspan : text"
like soThe text was updated successfully, but these errors were encountered: