Bug 3375 - CSS3: Seperating pseudo-classes and pseudo-elements
Summary: CSS3: Seperating pseudo-classes and pseudo-elements
Status: CLOSED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 412
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks: 3442
  Show dependency treegraph
 
Reported: 2005-06-09 02:33 PDT by Nicholas Shanks
Modified: 2007-05-09 14:02 PDT (History)
0 users

See Also:


Attachments
diff file (11.42 KB, patch)
2005-06-09 02:34 PDT, Nicholas Shanks
no flags Details | Formatted Diff | Diff
version 2 of the patch (11.71 KB, patch)
2005-06-09 05:41 PDT, Nicholas Shanks
no flags Details | Formatted Diff | Diff
Mac os (11.48 KB, text/html)
2007-05-09 14:02 PDT, Myrtle H. Darnell
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nicholas Shanks 2005-06-09 02:33:30 PDT
2005-06-09  Nicholas Shanks  <contact@nickshanks.com>

        Reviewed by NOBODY (OOPS!).

        - Distinguish between pseudo-elements and pseudo-classes in CSS parsing.

        * khtml/css/css_base.{h,cpp}: split CSSSelector::Pseudo into two
        * khtml/css/cssstyleselector.cpp: ditto
        * khtml/css/parser.y: ditto

        Merge of svn log -v -r 399829 svn://anonsvn.kde.org/home/kde
        Fixes CSS3 selector tests 159, 177a and 177b
Comment 1 Nicholas Shanks 2005-06-09 02:34:34 PDT
Created attachment 2173 [details]
diff file
Comment 2 Nicholas Shanks 2005-06-09 05:41:02 PDT
Created attachment 2178 [details]
version 2 of the patch

correction of typo and made ::selection a PseudoElement (oops)
Comment 3 Chris Petersen 2005-06-18 23:06:50 PDT
Reporter, please mark this bug as Verified if this issue has been fixed in the latest TOT Webkit.
Comment 4 Timothy Hatcher 2005-10-23 08:48:30 PDT
This was fixed.
Comment 5 Myrtle H. Darnell 2007-05-09 14:02:12 PDT
Created attachment 14445 [details]
Mac os