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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new <slot> element for shadow trees #1071

Merged
merged 3 commits into from
Apr 20, 2016
Merged

Add a new <slot> element for shadow trees #1071

merged 3 commits into from
Apr 20, 2016

Conversation

annevk
Copy link
Member

@annevk annevk commented Apr 19, 2016

No description provided.

@annevk
Copy link
Member Author

annevk commented Apr 19, 2016

I'd appreciate review from @zcorpan and @hayatoito and of course everyone else willing to take a look.

@annevk annevk added normative change addition/proposal New features or enhancements topic: shadow Relates to shadow trees (as defined in DOM) labels Apr 19, 2016
@domenic
Copy link
Member

domenic commented Apr 19, 2016

This will impact #1069; whichever lands first needs to be rebased on top of the other.

@annevk
Copy link
Member Author

annevk commented Apr 19, 2016

I can wait and add [<span>CEReactions</span>] to the name attribute. I assume that's what you mean.

@domenic
Copy link
Member

domenic commented Apr 19, 2016

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
Copy link
Member

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" ;)

@hayatoito
Copy link
Member

Looks good to me.

@annevk
Copy link
Member Author

annevk commented Apr 20, 2016

I addressed the feedback and made it blocking on #1069 since I think that's ready to land today.

@zcorpan
Copy link
Member

zcorpan commented Apr 20, 2016

LGTM

@annevk annevk merged commit 3c15737 into master Apr 20, 2016
@annevk annevk deleted the slot branch April 20, 2016 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addition/proposal New features or enhancements normative change topic: shadow Relates to shadow trees (as defined in DOM)
Development

Successfully merging this pull request may close these issues.

4 participants