-
Notifications
You must be signed in to change notification settings - Fork 384
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
Update amphtml spec to 2110152252000 #6651
Conversation
This pull request introduces 1 alert when merging f842725 into 65cdda6 - view on LGTM.com new alerts:
|
Plugin builds for 2274744 are ready 🛎️!
|
@@ -1384,6 +1384,7 @@ public function test_amp_register_default_scripts_and_styles() { | |||
'amp-story-360' => 'v0/amp-story-360-0.1.js', | |||
'amp-story-auto-ads' => 'v0/amp-story-auto-ads-0.1.js', | |||
'amp-story-auto-analytics' => 'v0/amp-story-auto-analytics-0.1.js', | |||
'amp-story-captions' => 'v0/amp-story-captions-0.1.js', |
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.
Yay 🎉
'requires_extension' => array( | ||
'amp-story-captions', | ||
), | ||
'spec_url' => 'https://amp.dev/documentation/components/amp-story-captions', |
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.
Just noting there's no documentation page for this extension.
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.
I think it's just because a deploy on amp.dev hasn't been done yet.
Previously #6530.
./bin/amphtml-update.sh
(lando ssh -c 'bash ./bin/amphtml-update.sh vendor/amphtml'
).Modify validating sanitizer based on changes to spec, if needed.Changelog
bento
flag inbundles.config.extensions.json
.amp-story-captions
.amp-story-page-attachment
:amp-selector
,datalist
,fieldset
,form
,input
,label
,legend
,meter
,optgroup
,option
,output
,progress
,select
,textarea
.amp-story-panning-media
and enforceamp-img
child.amp-embedly-card
,amp-iframe
,amp-mathml
,amp-sidebar
,amp-soundcloud
, andamp-wordpress-embed
.noscript[amp-noscript] > style
, although the script sanitizer and style sanitizer aren't currently updated to persist it. See Add support for no-JS styling andnoscript > style[amp-noscript]
#6603.Details
Diff dc6cd22...530a457