File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1313 */
1414class 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 ),
You can’t perform that action at this time.
0 commit comments