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
treat Last-Event-ID and Client-Hints headers as simple headers
- Last-Event-ID is defined in the HTML spec as a utf-8 string, hence we
don't place any restrictions on its value
- Each Client Hints header has a BNF grammar that should be validated by
the user agent; the header is defined as simple if the name of the
header matches one of CH header names, and its value conforms to the
defined grammar
Closes:
- whatwg#52
- httpwg/http-extensions#141
`<codetitle><ahref=http://httpwg.org/http-extensions/client-hints.html#the-viewport-width-client-hint>Viewport-Width</a></code>`, or
354
+
`<codetitle><ahref=http://httpwg.org/http-extensions/client-hints.html#the-width-client-hint>Width</a></code>`, and whose value, once parsed, is not a failure.
355
+
</ul>
346
356
<!-- XXX * needs better xref
347
357
* ignoring parameters has been the standard for a long time now
0 commit comments