## What was accomplished - amp-img SSR work is almost done, cleaning up the code now before creating CL - Bento Reviews for Context and Styles - TC39: logical assignment operators will be in ES2021 - Merged protocol-adapters for amp-list, `amp-script[nodom]` (https://github.com/ampproject/amphtml/pull/29329, https://github.com/ampproject/amphtml/pull/29541) - "nodom" binary for worker-dom (https://github.com/ampproject/worker-dom/pull/882) - Investigating 1% ads query regression in `intersect-resources` and created another candidate fix ## Lessons learned - For changes that may affect ads, start minimal and incrementally diverge instead of starting with a big refactor and paring down ## What's next - Auto-envelope pattern for Bento binaries - Fix more TODOs with amp-img SSR - Support `<link rel=preload imagesrcset>` - Support auto srcset generation for SSR'd `<img>` - Cleanup code paths - Research inputmask bug to see if related to the strict experiment - Follow up on removeCalcTask & content prioritization. CSI effects seemed negligible. - Documentation for new amp-list/amps-script features and launch experiment: ampproject/amphtml#29603 - Implement Bento JSS Proposal - Fixit: - Clean up "layoutbox-invalidate-on-scroll" experiment ampproject/amphtml#25203 - amp-bind: remove the need for treewalking ampproject/amphtml#27590 - Fixit: - <amp-script> improve hash error: ampproject/amphtml#29614 - <amp-script> validator extension bug: ampproject/amphtml#29457 - Fixit: AMP.navigateTo - ampproject/amphtml#26248 - ampproject/amphtml#24798
What was accomplished
amp-script[nodom](Implement protocol adapters amphtml#29329, protocol adapters: e2e test, nodom binary, and bump worker-dom. amphtml#29541)intersect-resourcesand created another candidate fixLessons learned
What's next
<link rel=preload imagesrcset><img>