Skip to content

✨Support <amp-delight-player dock>#20913

Merged
alanorozco merged 5 commits intoampproject:masterfrom
alanorozco:dock-delight
Feb 20, 2019
Merged

✨Support <amp-delight-player dock>#20913
alanorozco merged 5 commits intoampproject:masterfrom
alanorozco:dock-delight

Conversation

@alanorozco
Copy link
Copy Markdown
Member

No description provided.

const placeholder = this.element.ownerDocument.createElement('div');
const html = htmlFor(this.element);
const placeholder =
html`<div placeholder><amp-img layout=fill></amp-img></div>`;
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@aghassemi Even though this makes it technically get the correct placeholder URL, the src pattern below appears to be broken :(

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@xymw has the Url for poster changed?

this.getControls_().reset();

[
element,
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Caught this while manually testing. Same as #20912.

@alanorozco alanorozco mentioned this pull request Feb 18, 2019
17 tasks
Copy link
Copy Markdown
Contributor

@honeybadgerdontcare honeybadgerdontcare left a comment

Choose a reason for hiding this comment

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

validation looks good

const placeholder = this.element.ownerDocument.createElement('div');
const html = htmlFor(this.element);
const placeholder =
html`<div placeholder><amp-img layout=fill></amp-img></div>`;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@xymw has the Url for poster changed?

@alanorozco alanorozco merged commit eb0585d into ampproject:master Feb 20, 2019
@alanorozco alanorozco deleted the dock-delight branch February 20, 2019 02:12
@amaltas amaltas mentioned this pull request Feb 20, 2019
honeybadgerdontcare pushed a commit that referenced this pull request Feb 20, 2019
 - cl/234811475 Revision bump for #20913
 - cl/234805704 Revision bump for #20911
 - cl/234655757 allow render_only_if_payment_method_present for amp-payment-google-button
 - cl/234162273 Update comment regarding id/name attribute lists
 - cl/234053286 Update tagspecs using attribute `name` to include blacklist
 - cl/234038899 Update tagspecs using attribute `id` to include blacklist
 - cl/234023532 Revision bump for #20772
noranazmy pushed a commit to noranazmy/amphtml that referenced this pull request Mar 22, 2019
noranazmy pushed a commit to noranazmy/amphtml that referenced this pull request Mar 22, 2019
 - cl/234811475 Revision bump for ampproject#20913
 - cl/234805704 Revision bump for ampproject#20911
 - cl/234655757 allow render_only_if_payment_method_present for amp-payment-google-button
 - cl/234162273 Update comment regarding id/name attribute lists
 - cl/234053286 Update tagspecs using attribute `name` to include blacklist
 - cl/234038899 Update tagspecs using attribute `id` to include blacklist
 - cl/234023532 Revision bump for ampproject#20772
bramanudom pushed a commit to bramanudom/amphtml that referenced this pull request Mar 22, 2019
bramanudom pushed a commit to bramanudom/amphtml that referenced this pull request Mar 22, 2019
 - cl/234811475 Revision bump for ampproject#20913
 - cl/234805704 Revision bump for ampproject#20911
 - cl/234655757 allow render_only_if_payment_method_present for amp-payment-google-button
 - cl/234162273 Update comment regarding id/name attribute lists
 - cl/234053286 Update tagspecs using attribute `name` to include blacklist
 - cl/234038899 Update tagspecs using attribute `id` to include blacklist
 - cl/234023532 Revision bump for ampproject#20772
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.

4 participants