On Feb 7, 3:15 am, Diego Perini <[email protected]> wrote:
> On Mon, Feb 7, 2011 at 3:02 AM, Jorge <[email protected]> wrote:
>
> > navigator.userAgent
> > "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-us) AppleWebKit/
> > 534.19+ (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4"
>
> "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; it-it)
> AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3
> Safari/533.19.4"
>
> Why is UA string suddenly needed for a Webkit browser ?

To see if your browser is the same as my browser. And it isn't: yours:
"AppleWebKit/533.19.4", mine: "AppleWebKit/534.19+"

> You don't believe it yet ?

Yes. In your browser it throws an Error: NO_MODIFICATION_ALLOWED_ERR:
DOM Exception 7

> Need more ".innerHTML" bugs ?

Yes, please. That's a corner case of little or no importance at all
given that any sane web developer would use document.title to set the
title. Does document.title work for you ? Why would you want to set it
with document.getElementsByTagName('title')[0].innerHTML= xxx
instead ?

> >> Isn't this one of the reasons you recently ditched as not a valid test ?
>
> > I don't know. Did I?
>
> She meows better and have a longer memory :)

When did I ditch *what* as not a valid test ?
--
Jorge.

-- 
To view archived discussions from the original JSMentors Mailman list: 
http://www.mail-archive.com/[email protected]/

To search via a non-Google archive, visit here: 
http://www.mail-archive.com/[email protected]/

To unsubscribe from this group, send email to
[email protected]

Reply via email to