Bug 17935 - cssRules[i].selectorText is always lowercase
Summary: cssRules[i].selectorText is always lowercase
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-18 22:02 PDT by Stanislas Rolland
Modified: 2010-02-11 20:35 PST (History)
1 user (show)

See Also:


Attachments
Test (583 bytes, text/html)
2010-02-11 20:34 PST, Yuzo Fujishima
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislas Rolland 2008-03-18 22:02:28 PDT
Even if the stylesheet contains class selectors with uppercase letters, cssRules[i].selectorText returns only lowercase text.
Comment 1 Yuzo Fujishima 2010-02-11 20:34:16 PST
Created attachment 48618 [details]
Test

WebKit already passes this test.
Comment 2 Yuzo Fujishima 2010-02-11 20:35:51 PST
It works for me. Please see the test attached.