RE: [WSG] Breaking validation using noscript - Is there a solution?

2011-08-09 Thread Foskett, Mike
Hi group, Thought for completion I thought I'd show the finalised valid code. I didn't like breaking validation by using either: head ... noscript link rel=stylesheet href=noscript.css type=text/css media=all /

Re: [WSG] Breaking validation using noscript - Is there a solution?

2011-08-08 Thread rebecca . dalton
Return Receipt Your Re: [WSG] Breaking validation using noscript - Is there a document: solution

RE: [WSG] Breaking validation using noscript - Is there a solution?

2011-07-15 Thread Foskett, Mike
...@webstandardsgroup.org] On Behalf Of tee Sent: 14 July 2011 22:07 To: wsg@webstandardsgroup.org Subject: Re: [WSG] Breaking validation using noscript - Is there a solution? Mike, Joe praised the site so I took a look from iPad as I was reading email in bed - the tabs on the homepage are not touchscreen

RE: [WSG] Breaking validation using noscript - Is there a solution?

2011-07-15 Thread Foskett, Mike
] On Behalf Of Frank M. Palinkas Sent: 14 July 2011 13:41 To: wsg@webstandardsgroup.org Subject: Re: [WSG] Breaking validation using noscript - Is there a solution? Hi Mike, Don't know if this will help, but I wrote an article last year on replacing the noscript element with Dom/JavaScript. http

Re: [WSG] Breaking validation using noscript - Is there a solution?

2011-07-15 Thread tee
[mailto:li...@webstandardsgroup.org] On Behalf Of tee Sent: 14 July 2011 22:07 To: wsg@webstandardsgroup.org Subject: Re: [WSG] Breaking validation using noscript - Is there a solution? Mike, Joe praised the site so I took a look from iPad as I was reading email in bed - the tabs on the homepage

Re: [WSG] Breaking validation using noscript - Is there a solution?

2011-07-15 Thread Patrick H. Lauke
Regarding the tapping twice bit: Mobile Safari on iOS has special logic built-in to emulate onmouseover / hover events for situations where that action triggers a change in the page (DOM change or something that gets changed in terms of display:none / visibility:hidden etc). See the breakdown

[WSG] Breaking validation using noscript - Is there a solution?

2011-07-14 Thread Foskett, Mike
Hi all, Just finished a major update for Tesco's homepage. http://www.tesco.com/ Tesco's are the UKs largest retailer and this page gets approximately 1 million hits a day. The page has been speed tweaked as much as possible given IT / server restraints. Unfortunately the

Re: [WSG] Breaking validation using noscript - Is there a solution?

2011-07-14 Thread Support
On 14/07/2011 11:36, Foskett, Mike wrote: Hi all, Just finished a major update for Tesco's homepage. http://www.tesco.com/ Tesco's are the UKs largest retailer and this page gets approximately 1 million hits a day. The page has been speed tweaked as much as possible given IT / server

Re: [WSG] Breaking validation using noscript - Is there a solution?

2011-07-14 Thread Support
On 14/07/2011 11:36, Foskett, Mike wrote: Hi all, Just finished a major update for Tesco's homepage. http://www.tesco.com/ Tesco's are the UKs largest retailer and this page gets approximately 1 million hits a day. The page has been speed tweaked as much as possible given IT / server

Re: [WSG] Breaking validation using noscript - Is there a solution?

2011-07-14 Thread Support
On 14/07/2011 11:36, Foskett, Mike wrote: Hi all, Just finished a major update for Tesco's homepage. http://www.tesco.com/ Tesco's are the UKs largest retailer and this page gets approximately 1 million hits a day. The page has been speed tweaked as much as possible given IT / server

RE: [WSG] Breaking validation using noscript - Is there a solution?

2011-07-14 Thread Foskett, Mike
...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Support Sent: 14 July 2011 12:08 To: wsg@webstandardsgroup.org Subject: Re: [WSG] Breaking validation using noscript - Is there a solution? On 14/07/2011 11:36, Foskett, Mike wrote: Hi all, Just finished a major update for Tesco's homepage

Re: [WSG] Breaking validation using noscript - Is there a solution?

2011-07-14 Thread Support
://websemantics.co.uk/ *From:*li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] *On Behalf Of *Support *Sent:* 14 July 2011 12:08 *To:* wsg@webstandardsgroup.org *Subject:* Re: [WSG] Breaking validation using noscript - Is there a solution? On 14/07/2011 11:36, Foskett, Mike wrote

Re: [WSG] Breaking validation using noscript - Is there a solution?

2011-07-14 Thread Frank M. Palinkas
Hi Mike, Don't know if this will help, but I wrote an article last year on replacing the noscript element with Dom/JavaScript. http://dev.opera.com/articles/view/replacing-noscript-with-accessible-un/ Med vennlig hilsen / Kind regards, Frank M. Palinkas Senior Technical Writer, Web Standards

Re: [WSG] Breaking validation using noscript - Is there a solution?

2011-07-14 Thread Joseph Taylor
/ *From:*li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] *On Behalf Of *Support *Sent:* 14 July 2011 12:08 *To:* wsg@webstandardsgroup.org *Subject:* Re: [WSG] Breaking validation using noscript - Is there a solution? On 14/07/2011 11:36, Foskett, Mike wrote: Hi all, Just finished

Re: [WSG] Breaking validation using noscript - Is there a solution?

2011-07-14 Thread Chad Kelly
On 7/14/2011 11:03 PM, Joseph Taylor wrote: Not sure what to recommend for the noscript tag - Frank's idea is pretty good. Just a thought, is the error really critical if it works? Using XHTML Strict, you're gonna have a tough time making the validator happy. Nice job on the Tesco site by

RE: [WSG] Breaking validation using noscript - Is there a solution?

2011-07-14 Thread Foskett, Mike
...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Chad Kelly Sent: 14 July 2011 16:51 To: wsg@webstandardsgroup.org Subject: Re: [WSG] Breaking validation using noscript - Is there a solution? On 7/14/2011 11:03 PM, Joseph Taylor wrote: Not sure what to recommend for the noscript

Re: [WSG] Breaking validation using noscript - Is there a solution?

2011-07-14 Thread David Dorward
On 14 Jul 2011, at 16:50, Chad Kelly wrote: Just on the noscript tag, isn't it meant to be used within the JS itself No. script elements aren't allowed any child elements. and I am quite sure it is deprecated. It isn't. I recommend against it because it is a binary check and progressive