Skip to content

Commit

Permalink
cl/372175665 amp-vimeo: prioritize v0.1 over v1.0 in tagspec ordering (
Browse files Browse the repository at this point in the history
  • Loading branch information
honeybadgerdontcare authored and rochapablo committed Aug 30, 2021
1 parent 15e7575 commit 30f0adc
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions extensions/amp-vimeo/validator-amp-vimeo.protoascii
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,6 @@
# limitations under the license.
#

tags: { # amp-vimeo 1.0
html_format: AMP
tag_name: "SCRIPT"
satisfies: "amp-vimeo 1.0"
excludes: "amp-vimeo 0.1"
extension_spec: {
name: "amp-vimeo"
version_name: "v1.0"
version: "1.0"
}
attr_lists: "common-extension-attrs"
}
tags: { # amp-vimeo
html_format: AMP
tag_name: "SCRIPT"
Expand All @@ -41,6 +29,18 @@ tags: { # amp-vimeo
}
attr_lists: "common-extension-attrs"
}
tags: { # amp-vimeo 1.0
html_format: AMP
tag_name: "SCRIPT"
satisfies: "amp-vimeo 1.0"
excludes: "amp-vimeo 0.1"
extension_spec: {
name: "amp-vimeo"
version_name: "v1.0"
version: "1.0"
}
attr_lists: "common-extension-attrs"
}
tags: { # <amp-vimeo>
html_format: AMP
tag_name: "AMP-VIMEO"
Expand Down

0 comments on commit 30f0adc

Please sign in to comment.