[WSG] why doesn't this validate with w3c.org and what to do about it

2005-05-26 Thread Bruce Gilbert
I have some comments within my CSS to let me or anyone else know what is controlling what eg: /*aligns list in middle of page*/ p.middle{test-align:center} validation doesn't like this.is there a fix? or should I just ignore??? TIA -- ::Bruce::

Re: [WSG] why doesn't this validate with w3c.org and what to do about it

2005-05-26 Thread Steven . Faulkner
checked it and w3c css validator didn't complain? once i changed test-align to text-align with regards Steven Faulkner Web Accessibility Consultant National Information Library Service (NILS) 454 Glenferrie Road Kooyong Victoria 3144 Phone: (613) 9864 9281 Fax: (613) 9864 9210 Email: [EMAIL

Re: [WSG] why doesn't this validate with w3c.org and what to do about it

2005-05-26 Thread Dmitry Baranovskiy
Bruce Gilbert wrote: I have some comments within my CSS to let me or anyone else know what is controlling what eg: /*aligns list in middle of page*/ p.middle{test-align:center} validation doesn't like this.is there a fix? or should I just ignore??? TIA May be it should be

Re: [WSG] why doesn't this validate with w3c.org and what to do about it

2005-05-26 Thread Damian Sweeney
I have some comments within my CSS to let me or anyone else know what is controlling what eg: /*aligns list in middle of page*/ p.middle{test-align:center} 'test' this: p.middle{text-align:center} validation doesn't like this.is there a fix? or should I just ignore??? TIA -- ::Bruce::

RE: [WSG] why doesn't this validate with w3c.org and what to do about it

2005-05-26 Thread Paul Bennett
is this CSS inline or included in a file? If it's included in a file, the w3c validator won't mind at all. If its inline then the validator might not like it. No personal experience - just a hunch... Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: [WSG] why doesn't this validate with w3c.org and what to do about it

2005-05-26 Thread Mary Ann
If you will insert a space between each * and your text, the validator will like it. Mary Ann -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paul Bennett Sent: Thursday, May 26, 2005 9:54 PM To: wsg@webstandardsgroup.org Subject: RE: [WSG] why doesn't this

Re: [WSG] why doesn't this validate with w3c.org and what to do about it

2005-05-26 Thread Thierry Koblentz
[EMAIL PROTECTED] wrote: checked it and w3c css validator didn't complain? once i changed test-align to text-align If the Validator returned this error, but that you didn't notice anything abnormal in the rendering of the page it is possible that you can safely remove the whole declaration