Re: Right-click to validate?

2002-02-22 Thread Raj Bhaskar
Somehow I doubt this is the reason. In Feb 18 builds I am also seeing a wierd bug whereby I can't press the down arrow key in the autocomplete dropdown box. This was caused by the fix to bug 115686 and was fixed in the next nightly (see that bug for details). Raj.

Re: Right-click to validate?

2002-02-19 Thread Per Ångström
Jorey Bump [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Opera has a great feature that allows you to right-click on any Web page to access an option that sends it to the W3C validator. Is there anything similar for mozilla? I would like to point out that Opera will upload

Right-click to validate?

2002-02-18 Thread Jorey Bump
Opera has a great feature that allows you to right-click on any Web page to access an option that sends it to the W3C validator. Is there anything similar for mozilla?

Re: Right-click to validate?

2002-02-18 Thread Jonas Jørgensen
Jorey Bump wrote: Opera has a great feature that allows you to right-click on any Web page to access an option that sends it to the W3C validator. Is there anything similar for mozilla? Not currently, but if you add a bookmark to

Re: Right-click to validate?

2002-02-18 Thread Pratik
On 02/18/2002 12:01 PM, Jonas Jørgensen wrote: Jorey Bump wrote: Opera has a great feature that allows you to right-click on any Web page to access an option that sends it to the W3C validator. Is there anything similar for mozilla? Not currently, but if you add a bookmark to

Re: Right-click to validate?

2002-02-18 Thread Jonas Jørgensen
Pratik wrote: Not currently, but if you add a bookmark to http://validator.w3.org/check?uri=%scharset=%28detect+automatically%29doctype=Inline and give it the keyword v, you can send any page to the validator by typing v http://example.com/something;. Great idea. But for some reason

Re: Right-click to validate?

2002-02-18 Thread Pratik
On 02/18/2002 12:27 PM, Jonas Jørgensen wrote: Pratik wrote: Not currently, but if you add a bookmark to http://validator.w3.org/check?uri=%scharset=%28detect+automatically%29doctype=Inline and give it the keyword v, you can send any page to the validator by typing v

Re: Right-click to validate?

2002-02-18 Thread Sören Kuklau
Pratik wrote: On 02/18/2002 12:27 PM, Jonas Jørgensen wrote: Pratik wrote: Great idea. But for some reason Mozilla doesn't like v http://www.mozilla.org;. It just doesn't do anything on pressing enter. I have to type v www.mozilla.org. It doesn't like the http://. dunno why. WFM

Re: Right-click to validate?

2002-02-18 Thread Pratik
On 02/18/2002 02:03 PM, Sören Kuklau wrote: Pratik wrote: On 02/18/2002 12:27 PM, Jonas Jørgensen wrote: Pratik wrote: Great idea. But for some reason Mozilla doesn't like v http://www.mozilla.org;. It just doesn't do anything on pressing enter. I have to type v www.mozilla.org. It doesn't

Re: Right-click to validate?

2002-02-18 Thread Jorey Bump
Mike Koenecke wrote: On or about Mon, 18 Feb 2002 16:38:47 GMT, Jorey Bump [EMAIL PROTECTED] allegedly wrote: Opera has a great feature that allows you to right-click on any Web page to access an option that sends it to the W3C validator. Is there anything similar for mozilla? In

Re: Right-click to validate?

2002-02-18 Thread Travis Crump
Bookmark the following link: 9 && loc.substr(0,8)=="file:///") { fileloc = fixFileUrl(loc); if (prompt("Copy filename to clipboard, press enter, paste into validator form", fileloc) != null) { document.location.href =" "http://validator.w3.org/file-upload.html"" } } else document.location.href

Re: Right-click to validate?

2002-02-18 Thread Travis Crump
damnit, it didn't post as html and got mangled anyway: javascript:(function(){ function fixFileUrl(u) { var windows,u; windows = (navigator.platform.indexOf(Win) != -1); /* chop off file:///, unescape each %hh, convert / to \ and | to : */ u = u.substr(windows ? 8 : 7); u = unescape(u);