WICG / shared-storage

Explainer for proposed web platform Shared Storage API
Other
85 stars 18 forks source link

Fix cases of ignoreIfPresent/ignore_if_present in response header examples #79

Closed pythagoraskitty closed 1 year ago

pythagoraskitty commented 1 year ago

According to RFC8941, "parameter keys cannot contain uppercase letters". So we fix the parameter key in response headers corresponding to ignoreIfPresent to contain only allowed characters, i.e. ignore_if_present (underscores are allowed).

We also fix a few related typos.