-
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
amp-sidebar - Whitelist checks and Documentation. #2812
Conversation
@@ -16,8 +16,9 @@ | |||
|
|||
import {CSS} from '../../../build/amp-sidebar-0.1.css'; | |||
import {Layout} from '../../../src/layout'; | |||
import {isExperimentOn} from '../../../src/experiments'; | |||
import {assert} from '../../../src/asserts'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please no longer use assers.js
- user user from log.js
instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
a0556fd
to
c1cee55
Compare
PTAL |
a485073
to
0b953ed
Compare
@@ -23,6 +23,72 @@ limitations under the License. | |||
</tr> | |||
<tr> | |||
<td width="40%"><strong>Availability</strong></td> | |||
<td><div>Experimental</div><div>Work in progress.</div></td> | |||
<td><div><a href="https://www.ampproject.org/docs/reference/experimental.html">Experimental</a>; no validations yet.</div><div>Work in progress.</div></td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like at this point we can already file the validator request, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If so, please do file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the changes are already on goldmine :) ill have to file bugs for some minor changes.
One significant change requested to improve scan. Otherwise, LGTM. |
8b4ff2e
to
d4608fe
Compare
No description provided.