Re: [WSG] Validation questions

2007-11-27 Thread David Hucklesby
On Tue, 27 Nov 2007 13:34:05 +1000, Taco Fleur wrote: > > I have an error where it says "document type does not allow element "OL" here" > The ol tag is within a I don't understand, is this not > allowed? > Pass. > I have an error where it says "end tag for element "P" which is not open." > The

Re: [WSG] Validation questions

2007-11-27 Thread David Hucklesby
On Tue, 27 Nov 2007 13:34:05 +1000, Taco Fleur wrote: > > I have an error where it says "document type does not allow element "OL" here" > The ol tag is within a I don't understand, is this not > allowed? > Pass. > I have an error where it says "end tag for element "P" which is not open." > The

RE: [WSG] Validation questions

2007-11-26 Thread Taco Fleur
Hi, No actually not using XHTML. It's STRICT 4.01 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Montoya Sent: Tuesday, 27 November 2007 3:11 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Validation questions On Nov 26, 2007 10:

RE: [WSG] Validation questions

2007-11-26 Thread Taco Fleur
Hi, > This sounds like one of those 'its much easier if you show us the code' things :) Yes, its development, don't want Google to pick up on it. > Move the '' into the js too. It needs to be inline due to coding framework used, the following is the code: if ( myArray.length == 0 ) { m

RE: [WSG] Validation questions

2007-11-26 Thread Taco Fleur
@webstandardsgroup.org Subject: RE: [WSG] Validation questions Are you using a STRICT doctype? If so, tags can only contain block level elements. http://24ways.org/2005/transitional-vs-strict-markup This e-mail is confidential. If you are not the intended recipient you must not disclose or use the

Re: [WSG] Validation questions

2007-11-26 Thread Christian Montoya
On Nov 26, 2007 10:34 PM, Taco Fleur <[EMAIL PROTECTED]> wrote: > I have an error where it says "end tag for element "P" which is not open." > The tag is actually within javascript, within the

Re: [WSG] Validation questions

2007-11-26 Thread Lea de Groot
Hey Taco! This sounds like one of those 'its much easier if you show us the code' things :) Write a stripped down version, if its Things You Must Not Show The Public ;) (And often stripping it down will give that marvellous illumination that fixes the problem :)) > I have an error where it say

RE: [WSG] Validation questions

2007-11-26 Thread Bryan GARNETT-LAW
Are you using a STRICT doctype? If so, tags can only contain block level elements. http://24ways.org/2005/transitional-vs-strict-markup This e-mail is confidential. If you are not the intended recipient you must not disclose or use the information contained within. If you have received it in

[WSG] Validation questions

2007-11-26 Thread Taco Fleur
Hello all, I have some validation issues presented to me by http://validator.w3.org and I'm hoping someone can shed a bit more light on them. I have an error where it says "document type does not allow element "OL" here" The ol tag is within a I don't understand, is this not allowed? I have an