@Andrea

Al MacDonald (http://hyper-metrix.com) and I have discussed theoretical IE9
on several occasions... He's even poked the IE devs at microsoft over IM for
details and what he's come up with isn't much but does lead one to believe
that they might be listening finally.

Rick



On Mon, Sep 14, 2009 at 6:16 PM, Andrea Giammarchi <
andrea.giammar...@gmail.com> wrote:

> P.S. before somebody says that as feature detection it is not future prof
> ... well, IE9 in order to compete needs a totally redesigned JavaScript
> engine so my crystal ball says that most of IE oddity will disappear with
> version 9
>
> Now put in this way, if I am right about this, i'll feel Nostradamus (lol)
> while if I am wrong, it won't be just me in troubles for old IE problems
> into version 9, but the entire Web ... so let's pray with me, or follow
> kangax post :-)
>
>
> On Mon, Sep 14, 2009 at 11:11 PM, Andrea Giammarchi <
> andrea.giammar...@gmail.com> wrote:
>
>> Kean I do not get with who you are talking, is it me? I perfectly know
>> kangx post, I knew before (old codes in devpro) , and I use a strategy not
>> even mentioned in kangax post where the last fallback is always the IE one
>> to avoid redundancy and any kind of problem ... e.g.
>>
>> var slice = (function($slice){
>> try {
>>     $slice.call(document.childNodes);
>>     function slice(list){
>>         return $slice.call(list);
>>     };
>> } catch(e) {
>>     function slice(){
>>         for(var r = [], i = 0, length = list.length; i < length; ++i)
>>             r[i] = list[i]
>>         ;
>>         return r;
>>     };
>> };
>> return slice;
>> })(Array.prototype.slice);
>>
>>
>> I said about functions just because it is not only about var, being this
>> is the oddity post ... got it? :-)
>>
>> Regards
>>
>> On Mon, Sep 14, 2009 at 11:01 PM, Kean <shenan...@gmail.com> wrote:
>>
>>>
>>> Well, if you didn't get it ...
>>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to