@@ -160,6 +160,12 @@ attr_lists: {
160
160
attrs: { name: "charset" value_casei: "utf-8" }
161
161
attrs: { name: "color" }
162
162
attrs: { name: "crossorigin" }
163
+ attrs: {
164
+ name: "fetchpriority"
165
+ value_casei: "high"
166
+ value_casei: "low"
167
+ value_casei: "auto"
168
+ }
163
169
attrs: { name: "hreflang" }
164
170
attrs: { name: "media" }
165
171
attrs: { name: "sizes" }
@@ -379,7 +385,10 @@ tags: {
379
385
"https://(use|pro|kit)\\.fontawesome\\.com/releases/v([0-9]+\\.?)+"
380
386
"/css/[0-9a-zA-Z-]+\\.css|"
381
387
"https://(use|pro|kit)\\.fontawesome\\.com/[0-9a-zA-Z-]+\\.css|"
382
- "https://use\\.typekit\\.net/[\\w\\p{L}\\p{N}_]+\\.css"
388
+ "https://use\\.typekit\\.net/[\\w\\p{L}\\p{N}_]+\\.css|"
389
+ "https://cdnjs\\.cloudflare\\.com/ajax/libs/font-awesome/"
390
+ "([0-9]+\\.?)+/css/[0-9a-zA-Z-]+\\.min\\.css"
391
+
383
392
}
384
393
attrs: { name: "integrity" } # SRI attribute (https://www.w3.org/TR/SRI/)
385
394
attrs: { name: "media" }
@@ -1482,14 +1491,14 @@ tags: {
1482
1491
protocol: "tel"
1483
1492
allow_relative: false
1484
1493
}
1485
- # Openning doubly curly brackets {{ (these are mustache delimiters) can only
1486
- # appear at the beginnig of the attribute's value. Likewise closing doubly
1494
+ # Opening doubly curly brackets {{ (these are mustache delimiters) can only
1495
+ # appear at the beginning of the attribute's value. Likewise closing doubly
1487
1496
# curly brackets }} can only appear at the end of the attribute's value.
1488
1497
# Furthermore unbalanced delimiters are not allowed.
1489
1498
# Additionally section mustache delimiters, i.e., {{#, {{^, {{/ are
1490
1499
# disallowed.
1491
1500
disallowed_value_regex: "__amp_source_origin|"
1492
- "(.|\\s){{|" # Openning delimiter can only appear at the beginning.
1501
+ "(.|\\s){{|" # Opening delimiter can only appear at the beginning.
1493
1502
"}}(.|\\s)|" # Closing delimiter can only appear at the end.
1494
1503
"^{{.*[^}][^}]$|" # Delimiters must be balanced.
1495
1504
"^[^{][^{].*}}$|" # Delimiters must be balanced.
@@ -1801,6 +1810,12 @@ attr_lists: {
1801
1810
value_casei: "anonymous"
1802
1811
value_casei: "use-credentials"
1803
1812
}
1813
+ attrs: {
1814
+ name: "fetchpriority"
1815
+ value_casei: "high"
1816
+ value_casei: "low"
1817
+ value_casei: "auto"
1818
+ }
1804
1819
attrs: { name: "height" }
1805
1820
attrs: { name: "hspace" }
1806
1821
# https://developers.google.com/web/updates/2019/02/priority-hints
@@ -3851,14 +3866,14 @@ attr_lists: {
3851
3866
protocol: "https"
3852
3867
allow_relative: false
3853
3868
}
3854
- # Openning doubly curly brackets {{ (these are mustache delimiters) can only
3855
- # appear at the beginnig of the attribute's value. Likewise closing doubly
3869
+ # Opening doubly curly brackets {{ (these are mustache delimiters) can only
3870
+ # appear at the beginning of the attribute's value. Likewise closing doubly
3856
3871
# curly brackets }} can only appear at the end of the attribute's value.
3857
3872
# Furthermore unbalanced delimiters are not allowed.
3858
3873
# Additionally section mustache delimiters, i.e., {{#, {{^, {{/ are
3859
3874
# disallowed.
3860
3875
disallowed_value_regex: "__amp_source_origin|"
3861
- "(.|\\s){{|" # Openning delimiter can only appear at the beginning.
3876
+ "(.|\\s){{|" # Opening delimiter can only appear at the beginning.
3862
3877
"}}(.|\\s)|" # Closing delimiter can only appear at the end.
3863
3878
"^{{.*[^}][^}]$|" # Delimiters must be balanced.
3864
3879
"^[^{][^{].*}}$|" # Delimiters must be balanced.
@@ -3878,14 +3893,14 @@ attr_lists: {
3878
3893
protocol: "https"
3879
3894
allow_relative: false
3880
3895
}
3881
- # Openning doubly curly brackets {{ (these are mustache delimiters) can only
3882
- # appear at the beginnig of the attribute's value. Likewise closing doubly
3896
+ # Opening doubly curly brackets {{ (these are mustache delimiters) can only
3897
+ # appear at the beginning of the attribute's value. Likewise closing doubly
3883
3898
# curly brackets }} can only appear at the end of the attribute's value.
3884
3899
# Furthermore unbalanced delimiters are not allowed.
3885
3900
# Additionally section mustache delimiters, i.e., {{#, {{^, {{/ are
3886
3901
# disallowed.
3887
3902
disallowed_value_regex: "__amp_source_origin|"
3888
- "(.|\\s){{|" # Openning delimiter can only appear at the beginning.
3903
+ "(.|\\s){{|" # Opening delimiter can only appear at the beginning.
3889
3904
"}}(.|\\s)|" # Closing delimiter can only appear at the end.
3890
3905
"^{{.*[^}][^}]$|" # Delimiters must be balanced.
3891
3906
"^[^{][^{].*}}$|" # Delimiters must be balanced.
@@ -3982,6 +3997,12 @@ tags: { # <amp-img i-amphtml-ssr>
3982
3997
value_casei: "low"
3983
3998
value_casei: "auto"
3984
3999
}
4000
+ attrs: {
4001
+ name: "fetchpriority",
4002
+ value_casei: "high"
4003
+ value_casei: "low"
4004
+ value_casei: "auto"
4005
+ }
3985
4006
attrs: { name: "object-fit" }
3986
4007
attrs: { name: "object-position" }
3987
4008
attrs: { name: "placeholder" }
@@ -4190,6 +4211,12 @@ tags: {
4190
4211
attrs: { name: "attribution" }
4191
4212
attrs: { name: "height" }
4192
4213
# https://developers.google.com/web/updates/2019/02/priority-hints
4214
+ attrs: {
4215
+ name: "fetchpriority"
4216
+ value_casei: "high"
4217
+ value_casei: "low"
4218
+ value_casei: "auto"
4219
+ }
4193
4220
attrs: {
4194
4221
name: "importance"
4195
4222
value_casei: "high"
@@ -16038,6 +16065,10 @@ tags: { # <amp-connatix-player>
16038
16065
name: "data-player-id"
16039
16066
mandatory: true
16040
16067
}
16068
+ attrs: {
16069
+ name: "dock"
16070
+ requires_extension: "amp-video-docking"
16071
+ }
16041
16072
spec_url: "https://amp.dev/documentation/components/amp-connatix-player/"
16042
16073
amp_layout: {
16043
16074
supported_layouts: FILL
0 commit comments