@@ -330,6 +330,8 @@ tags: {
330
330
mandatory: true
331
331
value: "https://cdn.ampproject.org/v0/amp-story-1.0.css"
332
332
value: "https://cdn.ampproject.org/lts/v0/amp-story-1.0.css"
333
+ value: "https://ampjs.org/v0/amp-story-1.0.css"
334
+ value: "https://ampjs.org/lts/v0/amp-story-1.0.css"
333
335
}
334
336
attrs: { name: "integrity" } # SRI attribute (https://www.w3.org/TR/SRI/)
335
337
attrs: { name: "media" }
@@ -3345,7 +3347,7 @@ tags: {
3345
3347
name: "src"
3346
3348
mandatory: true
3347
3349
value: "https://cdn.ampproject.org/v0.js"
3348
- dispatch_key: NAME_VALUE_DISPATCH
3350
+ value: "https://ampjs.org/v0.js"
3349
3351
}
3350
3352
cdata: {
3351
3353
disallowed_cdata_regex: {
@@ -3372,6 +3374,7 @@ tags: {
3372
3374
name: "src"
3373
3375
mandatory: true
3374
3376
value: "https://cdn.ampproject.org/v0.js"
3377
+ value: "https://ampjs.org/v0.js"
3375
3378
dispatch_key: NAME_VALUE_DISPATCH
3376
3379
}
3377
3380
cdata: {
@@ -3399,6 +3402,7 @@ tags: {
3399
3402
name: "src"
3400
3403
mandatory: true
3401
3404
value: "https://cdn.ampproject.org/lts/v0.js"
3405
+ value: "https://ampjs.org/lts/v0.js"
3402
3406
dispatch_key: NAME_VALUE_DISPATCH
3403
3407
}
3404
3408
cdata: {
@@ -3426,6 +3430,7 @@ tags: {
3426
3430
name: "src"
3427
3431
mandatory: true
3428
3432
value: "https://cdn.ampproject.org/lts/v0.js"
3433
+ value: "https://ampjs.org/lts/v0.js"
3429
3434
dispatch_key: NAME_VALUE_DISPATCH
3430
3435
}
3431
3436
cdata: {
@@ -3503,6 +3508,7 @@ tags: {
3503
3508
name: "src"
3504
3509
mandatory: true
3505
3510
value: "https://cdn.ampproject.org/lts/v0.mjs"
3511
+ value: "https://ampjs.org/lts/v0.mjs"
3506
3512
dispatch_key: NAME_VALUE_DISPATCH
3507
3513
}
3508
3514
cdata: {
@@ -3528,6 +3534,7 @@ tags: {
3528
3534
name: "src"
3529
3535
mandatory: true
3530
3536
value: "https://cdn.ampproject.org/lts/v0.js"
3537
+ value: "https://ampjs.org/lts/v0.js"
3531
3538
dispatch_key: NAME_VALUE_DISPATCH
3532
3539
}
3533
3540
cdata: {
@@ -6815,7 +6822,7 @@ css {
6815
6822
css {
6816
6823
html_format: AMP4EMAIL
6817
6824
disabled_by: "data-css-strict"
6818
- spec_url: "https://amp.dev/documentation/guides-and-tutorials/learn/email-spec/amp-email-css"
6825
+ spec_url: "https://amp.dev/documentation/guides-and-tutorials/email/ learn/email-spec/amp-email-css"
6819
6826
6820
6827
# Due to a bug, we allowed unlimited doc-level bytes for CSS in AMP4EMAIL
6821
6828
# formats. To avoid breaking emails, this is temporarily set to a warning but
@@ -6825,7 +6832,7 @@ css {
6825
6832
max_bytes_per_inline_style: 1000
6826
6833
6827
6834
max_bytes_spec_url:
6828
- "https://amp.dev/documentation/guides-and-tutorials/learn/spec/amphtml/ #maximum-size"
6835
+ "https://amp.dev/documentation/guides-and-tutorials/email/ learn/spec/amphtml#maximum-size"
6829
6836
url_bytes_included: true
6830
6837
6831
6838
allow_all_declaration_in_style: true
@@ -6842,15 +6849,14 @@ css {
6842
6849
css {
6843
6850
html_format: AMP4EMAIL
6844
6851
enabled_by: "data-css-strict"
6845
- spec_url: "https://amp.dev/documentation/guides-and-tutorials/learn/email-spec/amp-email-css"
6852
+ spec_url: "https://amp.dev/documentation/guides-and-tutorials/email/ learn/email-spec/amp-email-css"
6846
6853
6847
6854
max_bytes_is_warning: false
6848
6855
max_bytes: 75000
6849
6856
max_bytes_per_inline_style: 1000
6850
6857
6851
- # TODO(b/162314127): add maximum size documentation to the email spec
6852
6858
max_bytes_spec_url:
6853
- "https://amp.dev/documentation/guides-and-tutorials/learn/spec/amphtml/ #maximum-size"
6859
+ "https://amp.dev/documentation/guides-and-tutorials/email/ learn/spec/amphtml#maximum-size"
6854
6860
url_bytes_included: true
6855
6861
6856
6862
allow_all_declaration_in_style: false
@@ -7113,7 +7119,7 @@ tags: { # <style amp-custom>, AMP4EMAIL, not data-css-strict
7113
7119
doc_css_bytes: true
7114
7120
max_bytes: 75000
7115
7121
max_bytes_spec_url:
7116
- "https://amp.dev/documentation/guides-and-tutorials/learn/spec/amphtml/ #maximum-size"
7122
+ "https://amp.dev/documentation/guides-and-tutorials/email/ learn/spec/amphtml#maximum-size"
7117
7123
7118
7124
css_spec: {
7119
7125
at_rule_spec: {
@@ -7149,7 +7155,7 @@ tags: { # <style amp-custom>, AMP4EMAIL, not data-css-strict
7149
7155
error_message: "CSS i-amphtml- name prefix"
7150
7156
}
7151
7157
}
7152
- spec_url: "https://amp.dev/documentation/guides-and-tutorials/learn/email-spec/amp-email-css"
7158
+ spec_url: "https://amp.dev/documentation/guides-and-tutorials/email/ learn/email-spec/amp-email-css"
7153
7159
}
7154
7160
7155
7161
tags: { # <style amp-custom>, AMP4EMAIL, data-css-strict
@@ -7178,7 +7184,7 @@ tags: { # <style amp-custom>, AMP4EMAIL, data-css-strict
7178
7184
doc_css_bytes: true
7179
7185
max_bytes: 75000
7180
7186
max_bytes_spec_url:
7181
- "https://amp.dev/documentation/guides-and-tutorials/learn/spec/amphtml/ #maximum-size"
7187
+ "https://amp.dev/documentation/guides-and-tutorials/email/ learn/spec/amphtml#maximum-size"
7182
7188
7183
7189
css_spec: {
7184
7190
at_rule_spec: {
@@ -7282,7 +7288,7 @@ tags: { # <style amp-custom>, AMP4EMAIL, data-css-strict
7282
7288
error_message: "CSS i-amphtml- name prefix"
7283
7289
}
7284
7290
}
7285
- spec_url: "https://amp.dev/documentation/guides-and-tutorials/learn/email-spec/amp-email-css"
7291
+ spec_url: "https://amp.dev/documentation/guides-and-tutorials/email/ learn/email-spec/amp-email-css"
7286
7292
}
7287
7293
7288
7294
tags: { # `<style amp-boilerplate>`, [AMP]
0 commit comments