[Webkit-unassigned] [Bug 93985] New: -webkit-locale should be inferred from system language
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 14 09:46:30 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=93985
Summary: -webkit-locale should be inferred from system language
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ap at webkit.org
CC: esprehn at chromium.org, jshin at chromium.org
Blocks: 10874
Consider the following HTML document:
<html>
<body>
<p>John said <q>Mary said <q>blah</q> to me.</q></p>
</body>
</html>
All these quotes will be displayed as ASCII ones, which is not right.
I think that we should use system language as the last fallback for document language, as this would be correct more often than not. Of course, lang attribute or HTTP headers would still have precedence.
--
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