[Webkit-unassigned] [Bug 21464] New: Language attribute case sensitive
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 8 02:18:34 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21464
Summary: Language attribute case sensitive
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
URL: http://www.w3.org/International/tests/test-css-lang-
6.html
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: xlyuan at chromium.org
Other Browsers:
Firefox3: Fail
IE7: Fail
Steps:
1. Launch Chrome or Safari
2. Go to http://www.w3.org/International/tests/test-css-lang-6.html
3. Scroll the page down to test case 12
4. Observe
Result:
Back ground color is white, see "Notes" section
Expected:
Should be green or blue
Notes:
The style element says: div[xml|lang="az-Arab-IR"] {
background-color:green; color:white; } div[xml\:lang="az-Arab-IR"] {
background-color:blue; color:white; } Markup is <div
xml:lang="az-arab-IR">Green or blue</div>.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list