This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 28388 - Note about Content-Language seems wrong
Summary: Note about Content-Language seems wrong
Status: RESOLVED INVALID
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: https://html.spec.whatwg.org/#table-h...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-01 07:15 UTC by contributor
Modified: 2015-09-01 08:33 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2015-04-01 07:15:58 UTC
Specification: https://html.spec.whatwg.org/
Multipage: https://html.spec.whatwg.org/multipage/#table-http-equiv
Complete: https://html.spec.whatwg.org/#table-http-equiv
Referrer: 

Comment:
Note about Content-Language seems wrong
"If the value consists of multiple space-separated tokens, tokens after the
first are ignored."

step 2 says
"If the element's content attribute contains a U+002C COMMA character (,) then
abort these steps."

Suggested replacement for the note:
"If the value consists of multiple space-separated tokens, the entire value is
ignored."

Posted from: 212.247.211.200
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0
Comment 1 Anne 2015-09-01 08:33:48 UTC
Thank you, but space != comma.