Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Imperative Slot API #860

Closed
wants to merge 17 commits into from
4 changes: 0 additions & 4 deletions dom.bs
Expand Up @@ -2284,10 +2284,6 @@ run these steps:

<li><p>Set <var>slot</var>'s <a for=slot>assigned nodes</a> to <var>slottables</var>.

<li><p>If <var>slot</var>'s <a for=tree>root</a> is a <a for=/>shadow root</a> and its
<a for=ShadowRoot>slot assignment</a> is "<code>manual</code>", then set <var>slot</var>'s
<a>manually assigned nodes</a> to <var>slottables</var>.

<li><p>For each <var>slottable</var> in <var>slottables</var>, set <var>slottable</var>'s
<a>assigned slot</a> to <var>slot</var>.
</ol>
Expand Down