Skip to content

Commit

Permalink
Merge pull request #988 from powdercloud/update-2015-11-20-14-25
Browse files Browse the repository at this point in the history
Update to spec_file_revision 89.
  • Loading branch information
dvoytenko committed Nov 23, 2015
2 parents 1a70ac9 + 72115f9 commit 4a23b59
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions validator/validator.protoascii
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ min_validator_revision_required: 63
# newer versions of the spec file. This is currently a Google internal
# mechanism, validator.js does not use this facility. However, any
# change to this file requires updating this revision id.
spec_file_revision: 87
spec_file_revision: 89

# Rules for AMP HTML
# (https://github.com/google/amphtml/blob/master/spec/amp-html-format.md).
Expand Down Expand Up @@ -1483,6 +1483,7 @@ tags: {
}
# 4.11.2 Non-conforming features
tags: { name: "acronym" }
tags: { name: "big" }
tags: { name: "center" }
tags: { name: "dir" }
tags: { name: "hgroup" }
Expand Down Expand Up @@ -2098,7 +2099,11 @@ tags: {
attr_lists: "extended-amp-global"
attrs: { name: "controls" }
}

tags: {
name: "amp-install-serviceworker"
spec_url: "https://github.com/ampproject/amphtml/blob/master/extensions/amp-install-serviceworker/amp-install-serviceworker.md"
attrs: { name: "src" }
}
#
# Global attributes: These can be used in all tags.
#
Expand Down

0 comments on commit 4a23b59

Please sign in to comment.