🖍 Increase CSS byte limit from 50000 bytes to 75000 bytes#26475
🖍 Increase CSS byte limit from 50000 bytes to 75000 bytes#26475kristoferbaxter merged 2 commits intoampproject:masterfrom
Conversation
|
Hey @ampproject/wg-caching, these files were changed:
|
|
cc @ampproject/wg-amp4email since this effects the email spec too. Not sure who to cc on the amp actions side. |
@kristoferbaxter Isn't it actually implementing #26466 |
|
Updated description, thanks @westonruter. |
|
Will raise this as a discussion point at the next @ampproject/wg-amp4email meeting. |
|
@nainar When is the next meeting? Considering splitting the email spec change to a separate PR. |
|
The next meeting is on 13 Feb (PST timezone). We can make the Email change separately if the limits are exposed separately for sure. |
|
@ampproject/wg-approvers for approval. cc @cramforce @dvoytenko @choumx @kristoferbaxter can we pull the Email change out of this PR? |
|
👍 |
rsimha
left a comment
There was a problem hiding this comment.
I found a few more mentions of the 50k limit:
amphtml/spec/email/amp-email-format.md
Line 99 in d6c7bae
amphtml/validator/validator-main.protoascii
Line 1260 in eccff2d
amphtml/validator/validator.pb.go
Line 1889 in eccff2d
amphtml/validator/validator.proto
Line 270 in eccff2d
|
Thanks Raghu. I’ll add the appropriate items into this PR. |
|
Can you approve the markdown change so we can move forward with this commit? |
|
Chatted with @ianba for AMP Actions and they don't have a preference between:
So feel free to do whichever is easier. |
|
Thanks Naina! |
|
Now that this has been merged, is it right that the it would be released as stable with changes deployed to the validator on the Tuesday after next? In other words, would this be live on February 18th? |
|
We'll update the thread when it gets released. |
|
OK, just looking to get an idea for when this will be live so that we can ensure the AMP WordPress plugin is updated as soon as possible to take advantage of the increased limit. |
|
Your timeline is the right order of magnitude, but since this constant has never changed, there may be some internal tooling (updating test goldens and so forth) the AMP Cache needs to do when this gets pulled in which could delay release. Therefore, I don't want to commit to that timeline. |
* cl/294457507 Revision bump for #26475 * cl/294516530 Revision bump for #26708 * cl/294516739 Update node.js version numbers * cl/294681603 Revision bump for #26747 * Update package versions and README for nodejs and gulpjs. (Packages are pushed to npm repository) Co-authored-by: honeybadgerdontcare <honeybadgerdontcare@users.noreply.github.com>
https://amp.dev/documentation/guides-and-tutorials/learn/validation-workflow/validation_errors/ The CSS limit has been upped to 75,000 per ampproject/amphtml#26475
https://amp.dev/documentation/guides-and-tutorials/learn/validation-workflow/validation_errors/ The CSS limit has been upped to 75,000 per ampproject/amphtml#26475
|
This has been rolled out. |
Increase allowed css byte_limit in validation. This PR implements #26466
Please note: Haven't made changes in this section of the codebase before, a more thorough review is appreciated.
Edit: Incorrect # reference for implementation.