Skip to content

Commit

Permalink
✨ Validator: Enable the i-amphtml-binding attribute for faster amp-bi…
Browse files Browse the repository at this point in the history
…nd (#32901)

* Validator: Enable the i-amphtml-binding attribute for faster amp-bind

* Restrict to no value
  • Loading branch information
jridgewell committed Feb 25, 2021
1 parent 76cb240 commit 7b1ade5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions validator/validator-main.protoascii
Expand Up @@ -5006,6 +5006,11 @@ attr_lists: {
attrs: { name: "[class]" }
attrs: { name: "[hidden]" }
attrs: { name: "[text]" }
attrs: {
enabled_by: "transformed"
name: "i-amphtml-binding"
value: ""
}
# <amp-sidebar>
attrs: {
name: "autoscroll"
Expand Down

0 comments on commit 7b1ade5

Please sign in to comment.