Implement only a few selectors for IE6 to reduce parse time?
17 views
Skip to first unread message
Ian
unread,
Nov 5, 2011, 2:45:42 AM11/5/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ie7-js
Because the parse time can be long if stylesheets are long, is it
possible to make this script implements only a few selectors for IE6
in order to reduce parse time?
Say, if I only need the following six selectors, how do I disable the
implementation of other selectors so the parse time can be greatly
reduced?
>
+
[attr=]
:first-child
:last-child
:nth-child
Ian
unread,
Nov 5, 2011, 2:48:02 AM11/5/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ie7-js
The first selector ">" is missing due to Google groups' message
formatter.