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
Copy file name to clipboardExpand all lines: docs/cache_requirements.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,9 @@ These include:
20
20
* Parameter values of type string, binary, or identifier.
21
21
* The payload must be:
22
22
* non-empty.
23
+
* well-formed UTF-8 that doesn't contain:
24
+
* any characters that cause a parse-error during [HTML preprocessing](https://html.spec.whatwg.org/multipage/parsing.html#preprocessing-the-input-stream)
25
+
* U+0000 NULL
23
26
* valid transformed AMP. The canonical definition of transformed AMP is the
24
27
return value of [`transform.Process()`](https://github.com/ampproject/amppackager/blob/e4bf0430ba152cfe82ccf063df92021dfc0f26a5/transformer/transformer.go#L219).
25
28
If given a [valid AMP](https://github.com/ampproject/amphtml/tree/master/validator)
0 commit comments