Skip to content
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

Validator Rollup #9624

Merged
merged 2 commits into from May 31, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 15 additions & 4 deletions validator/validator-main.protoascii
Expand Up @@ -25,7 +25,7 @@ min_validator_revision_required: 232
# 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 (validator-main.js) requires updating this revision id.
spec_file_revision: 422
spec_file_revision: 425

styles_spec_url: "https://www.ampproject.org/docs/guides/author-develop/responsive/style_pages"

Expand Down Expand Up @@ -2224,6 +2224,7 @@ tags: {
attrs: { name: "offset" }
attrs: { name: "stop-color" }
attrs: { name: "stop-opacity" }
attr_lists: "svg-style-attr"
spec_url: "https://www.ampproject.org/docs/reference/spec#svg"
}
tags: {
Expand All @@ -2233,6 +2234,7 @@ tags: {
attrs: { name: "offset" }
attrs: { name: "stop-color" }
attrs: { name: "stop-opacity" }
attr_lists: "svg-style-attr"
spec_url: "https://www.ampproject.org/docs/reference/spec#svg"
}
tags: {
Expand Down Expand Up @@ -2582,8 +2584,11 @@ tags {
tag_name: "DIV"
spec_name: "FORM > DIV [submitting]"
mandatory_parent: "FORM"
attrs: { name: "submitting" mandatory: true }
attrs: { name: "align" }
attrs: {
name: "submitting"
mandatory: true
}
child_tags: {
mandatory_num_child_tags: 1
first_child_tag_name_oneof: "TEMPLATE"
Expand All @@ -2593,8 +2598,11 @@ tags {
tag_name: "DIV"
spec_name: "FORM > DIV [submit-success]"
mandatory_parent: "FORM"
attrs: { name: "submit-success" mandatory: true }
attrs: { name: "align" }
attrs: {
name: "submit-success"
mandatory: true
}
child_tags: {
mandatory_num_child_tags: 1
first_child_tag_name_oneof: "TEMPLATE"
Expand All @@ -2604,8 +2612,11 @@ tags {
tag_name: "DIV"
spec_name: "FORM > DIV [submit-error]"
mandatory_parent: "FORM"
attrs: { name: "submit-error" mandatory: true }
attrs: { name: "align" }
attrs: {
name: "submit-error"
mandatory: true
}
child_tags: {
mandatory_num_child_tags: 1
first_child_tag_name_oneof: "TEMPLATE"
Expand Down