You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: