Skip to content

Idl #3130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 15 commits into from
Closed

Idl #3130

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .pr-preview.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"src_file": "css-shadow-parts-1/Overview.bs",
"type": "bikeshed",
"params": {
}
}
11 changes: 10 additions & 1 deletion css-shadow-parts-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Status: ED
Work Status: exploring
URL: http://drafts.csswg.org/css-shadow-parts/
Editor: Tab Atkins-Bittner, Google, http://xanthir.com/contact/, w3cid 42199
Abstract: This specification defines the ''::part()'' and ''::theme()'' pseudo-elements on <a>shadow hosts</a>, allowing <a>shadow hosts</a> to selectively expose chosen elements from their <a>shadow tree</a> to the outside page for styling purposes.
Abstract: This specification defines the ''::part()'' and ''::theme()'' pseudo-elements on shadow hosts, allowing shadow hosts to selectively expose chosen elements from their shadow tree to the outside page for styling purposes.
</pre>

<pre class=link-defaults>
Expand Down Expand Up @@ -263,3 +263,12 @@ but never match additional <a>shadow-part pseudo-elements</a>.
would select just the one button's label,
ignoring any other labels.
</div>

Extensions to the {{Element}} Interface {#idl}
==============================================
<pre class=idl>
partial interface Element {
attribute DOMString part;
attribute DOMString partMap;
};
</pre>
Loading