-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Add a new <slot> element for shadow trees #1071
Conversation
I'd appreciate review from @zcorpan and @hayatoito and of course everyone else willing to take a look. |
This will impact #1069; whichever lands first needs to be rebased on top of the other. |
I can wait and add |
Right yeah. But this might be ready to land first; I'm OK either way. |
method, when invoked, must run these steps:</p> | ||
|
||
<ol> | ||
<li><p>If <var>options</var>'s <code data-x="">flatten</code> false, return this element's |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing "is" before false.
Previously we've used the phrasing "If the value of options's flatten
member is false". That's kind of long but maybe do that for consistency.
Also, missing "then" ;)
Looks good to me. |
I addressed the feedback and made it blocking on #1069 since I think that's ready to land today. |
LGTM |
No description provided.