This repository was archived by the owner on Oct 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
This repository was archived by the owner on Oct 13, 2020. It is now read-only.
wg-runtime Status Update 2020-08-03 #40
Copy link
Copy link
Closed
Labels
Description
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]
(Implement protocol adapters amphtml#29329, protocol adapters: e2e test, nodom binary, and bump worker-dom. amphtml#29541) - "nodom" binary for worker-dom (Introduce "nodom" binary worker-dom#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
- Support
- 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: 📖 protocol adapters: adds documentation amphtml#29603
- Implement Bento JSS Proposal
- Fixit:
- Clean up "layoutbox-invalidate-on-scroll" experiment Clean up "layoutbox-invalidate-on-scroll" experiment amphtml#25203
- amp-bind: remove the need for treewalking amp-bind: remove the need for treewalking amphtml#27590
- Fixit:
- improve hash error: <amp-script>: Fix and improve error messages for script hash amphtml#29614
- validator extension bug: Elaborate error message for amp-script with attribute data-ampdevmode amphtml#29457
- Fixit: AMP.navigateTo