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

Shadow dom Hint layer. #14314

Merged
merged 7 commits into from Mar 30, 2018
Merged

Shadow dom Hint layer. #14314

merged 7 commits into from Mar 30, 2018

Conversation

gmajoulet
Copy link
Contributor

  • Rendering the hint layer in a shadow DOM
  • Only rendering the hint layer when needed
  • No op if desktop

*/
constructor(win) {
constructor(win, storyElement) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: prefer something like parentElement or containerElement to imply that this implementation does not particularly care that the element passed is a story

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replaced here and in bookend.js

@gmajoulet gmajoulet merged commit 97e40e3 into ampproject:master Mar 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants