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

🐛 propagate title attribute in amp-iframe #27037

Merged
merged 17 commits into from
Mar 6, 2020
Prev Previous commit
Next Next commit
actually alphabetize amp-img attrs..
  • Loading branch information
Max Lever committed Mar 2, 2020
commit 0ee1cfbf7e2139d8a5204dc47b809204f135ac35
6 changes: 3 additions & 3 deletions builtins/amp-img.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ const TAG = 'amp-img';
*/
const ATTRIBUTES_TO_PROPAGATE = [
'alt',
'aria-label',
'aria-describedby',
'aria-label',
'aria-labelledby',
'referrerpolicy',
'srcset',
'src',
'sizes',
'src',
'srcset',
'title',
];

Expand Down