Skip to content

Commit 7d9499a

Browse files
authored
Merge pull request #4817 from ampproject/update/amphtml-2005150002001
Update amphtml validator spec to v2005150002001
2 parents c550b4d + ad1707f commit 7d9499a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

includes/sanitizers/class-amp-allowed-tags-generated.php

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
class AMP_Allowed_Tags_Generated {
1515

16-
private static $spec_file_revision = 1043;
16+
private static $spec_file_revision = 1045;
1717
private static $minimum_validator_revision_required = 455;
1818

1919
private static $descendant_tag_lists = array(
@@ -3884,6 +3884,11 @@ class AMP_Allowed_Tags_Generated {
38843884
'amp-jwplayer' => array(
38853885
array(
38863886
'attr_spec_list' => array(
3887+
'autoplay' => array(
3888+
'value' => array(
3889+
'',
3890+
),
3891+
),
38873892
'data-media-id' => array(
38883893
'value_regex_casei' => '[0-9a-z]{8}',
38893894
),
@@ -3894,6 +3899,11 @@ class AMP_Allowed_Tags_Generated {
38943899
'data-playlist-id' => array(
38953900
'value_regex_casei' => '[0-9a-z]{8}',
38963901
),
3902+
'dock' => array(
3903+
'requires_extension' => array(
3904+
'amp-video-docking',
3905+
),
3906+
),
38973907
),
38983908
'tag_spec' => array(
38993909
'amp_layout' => array(
@@ -3913,6 +3923,7 @@ class AMP_Allowed_Tags_Generated {
39133923
'requires_extension' => array(
39143924
'amp-jwplayer',
39153925
),
3926+
'spec_url' => 'https://amp.dev/documentation/components/amp-jwplayer',
39163927
),
39173928
),
39183929
),

0 commit comments

Comments
 (0)