William Chou
William Chou
That's correct. Also we'd need viewer coordination to update title and hash.
The original API proposal: https://github.com/ampproject/amphtml/issues/9128#issuecomment-320332045
Definitely possible, just hasn't been prioritized yet. > Similarly, all Shopify websites update the URL with ?variant={{variant.id}} I think this can be done today with `amp-list` and a `QUERY_PARAM` variable...
Can you share the amp-script code snippet you're using?
/cc @ampproject/wg-ui-and-a11y
@caroqliu Interested in driving this?
Prototype: #26888
That's right. We fix the height then because that's the only major risk of content jumping. By allowing `layout=container`, we enable the amp-list to be sized to fit its placeholder...
There is no jump between (1) and (2) with layout=container, because `amp-list[height]` is only needed for fixed-size layouts.
I think the edge case you describe was always an issue. E.g. desktop users with a huge viewport height might have the bottom of the amp-list in-viewport. Developers can use...