[Webkit-unassigned] [Bug 21417] Specifying more than one language in META fails w3 test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 23 20:14:15 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=21417


Matt Falkenhagen <falken at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jshin at chromium.org




--- Comment #1 from Matt Falkenhagen <falken at chromium.org>  2012-01-23 20:14:15 PST ---
According to the HTML5 spec, http-equiv Content-Language containing a comma should be ignored: http://dev.w3.org/html5/spec/Overview.html#pragma-set-default-language

Also, when falling back to the HTTP header Content-Language, if it contains multiple languages, the computed lang should be unknown: "In the absence of any such language information, and in cases where the higher-level protocol reports multiple languages, the language of the node is unknown, and the corresponding language tag is the empty string."

The w3 tests seem updated to reflect this:
http://www.w3.org/International/tests/html-css/language-declarations/results-language-declarations

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list