-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Intent to implement: Bind #6199
Labels
INTENT TO IMPLEMENT
Proposes implementation of a significant new feature. https://bit.ly/amp-contribute-code
P1: High Priority
Type: Feature Request
Milestone
Comments
dreamofabear
added
the
INTENT TO IMPLEMENT
Proposes implementation of a significant new feature. https://bit.ly/amp-contribute-code
label
Nov 15, 2016
Merged
This was referenced Dec 2, 2016
Merged
This was referenced Dec 14, 2016
Merged
This was referenced Dec 21, 2016
This was referenced Jan 5, 2017
This was referenced Jan 17, 2017
This was referenced Jan 25, 2017
This was referenced Feb 1, 2017
@choumx — does this make sense to put in the sprint kicking off today, since Bind is in progress? |
@ericlindley-g Moving back to prioritized FRs since this is a top-level tracking issue. |
Makes sense — thanks! |
@choumx any updates here? Thanks. |
Yes! Closing since this is launching in next release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
INTENT TO IMPLEMENT
Proposes implementation of a significant new feature. https://bit.ly/amp-contribute-code
P1: High Priority
Type: Feature Request
Summary
Bind is a new AMP extension that allows elements to mutate in response to user actions or data changes via data binding and simple JS-like expressions.
This will allow publishers to build responsive UIs for use cases not covered by existing AMP extended components. See #5059 for possible use cases.
Usage
In this example, the <p> element will have its
textContent
changed from "" to "Hello World".Syntax is subject to change.
Details
Syntax discussion: #5760
Design doc: Link
The text was updated successfully, but these errors were encountered: