Skip to content
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

I2I: Relax CSS Limit from 75000 bytes to 100000 bytes #40234

Open
georgerdpdmg opened this issue Jan 24, 2025 · 0 comments
Open

I2I: Relax CSS Limit from 75000 bytes to 100000 bytes #40234

georgerdpdmg opened this issue Jan 24, 2025 · 0 comments
Labels
INTENT TO IMPLEMENT Proposes implementation of a significant new feature. https://bit.ly/amp-contribute-code

Comments

@georgerdpdmg
Copy link

georgerdpdmg commented Jan 24, 2025

Summary

Increase the allowed bytes for a valid AMP document with 25%, from 75000 to 100000.
This request is based on a precedent feature request in 2020 #26466
5 years later since the last limit change, the technology has moved forward in terms of hardware, infrastructure and user demand.

Design document
The change itself is quite straightforward, change max_bytes from 75000 to 100000 here.

css_length_spec: {
html_format: AMP
max_bytes: 100000
max_bytes_per_inline_style: 1000
}

Design Document

Same as #26466

Motivation

Motivation
5 years later since the last limit change, the technology has moved forward in terms of hardware, infrastructure and user demand.
AMP should give a bit more room for CSS in order to keep up with the needs.

Same motivation as #26466

Alternative Solutions

N/A

Launch Tracker

No response

Notifications

/cc @ampproject/wg-approvers

@georgerdpdmg georgerdpdmg added the INTENT TO IMPLEMENT Proposes implementation of a significant new feature. https://bit.ly/amp-contribute-code label Jan 24, 2025
@georgerdpdmg georgerdpdmg changed the title Relax CSS Limit from 75000 bytes to 100000 bytes I2I: Relax CSS Limit from 75000 bytes to 100000 bytes Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
INTENT TO IMPLEMENT Proposes implementation of a significant new feature. https://bit.ly/amp-contribute-code
Projects
None yet
Development

No branches or pull requests

1 participant