Skip to content

Status Update July 2020

Greg Grothaus edited this page Jul 14, 2020 · 4 revisions

Previous Update: February 2020

What was accomplished

Signed Exchanges

  • Amp Packager
  • Web Packager
    • Released HTTP Server implementation
    • ACME module, integration in-progress
  • Non-AMP Search Support Early google search support for non-AMP Signed Exchanges, look for a larger announcement soon.
  • Attendance at IETF 107
  • Breakout talk at OpenJS Conf: "Fixing AMP URLs" breakout on June 25, 2020

AMP Validator

  • Completed C++17 html parser. github repo.
  • Java AMP Validator migrated to new repo.
  • CSS Specs Implemented for AMP Email, supports constraints on a number of document and stylesheet level CSS rules. Added a new CSS strict mode for AMP Email that more closely matches email provider's sanitizer routines.
  • CSS byte limit relaxed to 75KB for AMP

AMP Cache

  • Draft plan for disentangling cache domain from publisher runtime Approved.
  • Implemented I2I for improved AMP Cache URLs.
  • Images where publisher has not specified srcset are now capped to 820px width
  • Hero image prefetch selection algorithm previously implemented for Signed Exchanges added to cache.

What's next

Signed Exchanges

  • AMP Packager Click-to-deploy support in Google Cloud Marketplace
  • Web Packager multiple cert support for ACME.
  • Announcement about non-AMP signed exchange support in web search
  • Attend IETF 108

AMP Validator

  • Open Source the C++17 implementation using released HTML Parser for use by AMP Email providers, AMP Caches, etc.
  • Deprecate validator revision numbers. Likely not used externally, but please let us know if there is usage we're unaware of.

AMP Cache

  • Nothing to announce