diff --git a/draft-ietf-httpbis-expect-ct.md b/draft-ietf-httpbis-expect-ct.md index d804f55c3..93297098e 100644 --- a/draft-ietf-httpbis-expect-ct.md +++ b/draft-ietf-httpbis-expect-ct.md @@ -247,12 +247,14 @@ delta-seconds = 1*DIGIT ### Examples -The following examples demonstrate valid Expect-CT response header fields: +The following three examples demonstrate valid Expect-CT response header fields +(where the second splits the directives into two field instances): ~~~ inline Expect-CT: max-age=86400, enforce -Expect-CT: max-age=86400,enforce,report-uri="https://foo.example/report" +Expect-CT: max-age=86400,enforce +Expect-CT: report-uri="https://foo.example/report" Expect-CT: max-age=86400,report-uri="https://foo.example/report" ~~~