Re: [css-d] css validation error

2015-06-30 Thread Philippe Wittenbergh
Le 1 juil. 2015 à 02:59, Mike Manley oldta...@comcast.net a écrit : All css validates except this part. css error = Unknown pseudo-element or pseudo-class :required … In the css I have this input:required, textarea:required{add styles} From all the information I have been able to find

Re: [css-d] css validation error

2015-06-30 Thread Ryan Reese
The validator basically doesn't know that it's valid CSS. It's not updated. Ignore the error :). On Tue, Jun 30, 2015 at 1:59 PM, Mike Manley oldta...@comcast.net wrote: I need a little help understanding this error. All css validates except this part. css error = Unknown pseudo-element or

[css-d] css validation error

2015-06-30 Thread Mike Manley
I need a little help understanding this error. All css validates except this part. css error = Unknown pseudo-element or pseudo-class :required I have this html in a table for a contact form and all html validates. input type=text placeholder=First Name name=first maxlength=40

Re: [css-d] css validation error

2015-06-30 Thread Philip Taylor
Ryan Reese wrote: The validator basically doesn't know that it's valid CSS. It's not updated. Ignore the error :). It might be helpful, Ryan, if you could provide a link to the relevant part of the W3C CSS specification(s); that way, both the original poster and other members of the list

[css-d] CSS Validation Error ?

2014-12-12 Thread Crest Christopher
Hi, I need help with a CSS error Value Error : margin attempt to find a semi-colon before the property name. add it The error is a closed semi-colon for a MQ ? __ css-discuss [css-d@lists.css-discuss.org]

Re: [css-d] CSS Validation Error ?

2014-12-12 Thread Philip Taylor
URL ? Crest Christopher wrote: Hi, I need help with a CSS error __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies --

Re: [css-d] css validation error

2008-03-11 Thread Ingo Chao
The html validator indicates a BOM in addition -- http://www.satzansatz.de/css.html http://www.dolphinsback.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

[css-d] css validation error

2008-03-10 Thread Sr. Flo Fluse
Hello all, I'm at validating the css stylesheet and there are two strange error messages which i can't get rid of. 1)the first one is: /Parse Error - body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0; } /This

Re: [css-d] css validation error

2008-03-10 Thread Rob Emenecker
I'm at validating the css stylesheet and there are two strange error messages which i can't get rid of. What are you using to edit your CSS file? The file appears to have non-printing characters that do not appear to be standard CR, LF, or CR/LF line endings. What if you copy/paste your CSS

Re: [css-d] css validation error

2008-03-10 Thread David Laakso
Sr. Flo Fluse wrote: I'm at validating the css stylesheet and there are two strange error messages which i can't get rid of. flo Wow! Uncompressing the file before posting to the list would be a nice touch on your part... I think if you delete the entire comment preceding the body

[css-d] CSS Validation Error: Content is not allowed in prolog.

2007-02-05 Thread Blake
Hi guys, I just got a very strange CSS error when validating http://www.blakehaswell.com/blog/. The CSS Validator comes up with the following error: Target: http://www.blakehaswell.com/blog/ Please, validate your XML document first! Line 1 Column 1

Re: [css-d] CSS Validation Error: Content is not allowed in prolog.

2007-02-05 Thread Peter Hyde-Smith
- Original Message - From: Blake [EMAIL PROTECTED] Hi guys, I just got a very strange CSS error when validating http://www.blakehaswell.com/blog/. The CSS Validator comes up with the following error: Target: http://www.blakehaswell.com/blog/ Please, validate your

Re: [css-d] CSS Validation Error: Content is not allowed in prolog.

2007-02-05 Thread Blake
On 2/6/07, Peter Hyde-Smith [EMAIL PROTECTED] wrote: Google gives, http://www.ozzu.com/ftopic68872.html It may be you browser or text editor that's causing the problem. Cheers, Peter www.fatpawdesign.com Wonderful. Changed encoding in Notepad++ to UTF-8 without BOM. Everything validates

[css-d] CSS Validation error

2007-01-03 Thread Mike NA
Hello I am getting this error message when I try to vadidate my CSS... Lexical error at line 1, column 3. Encountered: D (68), after : ! The actual code is !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html

Re: [css-d] CSS Validation error

2007-01-03 Thread Sasha Gerrand
On 03/01/07, Mike NA [EMAIL PROTECTED] wrote: Hello I am getting this error message when I try to vadidate my CSS... Lexical error at line 1, column 3. Encountered: D (68), after : ! The actual code is !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN

Re: [css-d] CSS Validation error

2007-01-03 Thread ~davidLaakso
Mike NA wrote: Hello I am getting this error message when I try to vadidate my CSS... Lexical error at line 1, column 3. Encountered: D (68), after : ! The actual code is !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN

Re: [css-d] CSS Validation error

2007-01-03 Thread ~davidLaakso
~davidLaakso wrote: Mike NA wrote: I am getting this error message when I try to vadidate my CSS... Lexical error at line 1, column 3. Encountered: D (68), after : ! Whoops. Or is it, simply: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN

Re: [css-d] CSS Validation error

2007-01-03 Thread Matt Ryan
On 1/2/07, Mike NA [EMAIL PROTECTED] wrote: Lexical error at line 1, column 3. Encountered: D (68), after : ! I get that error when I try to validate a css file that has a doctype declaration at the top of the file. Is it possible that you are trying to validate an html file by upload or direct

Re: [css-d] CSS validation error in Line 1

2005-07-17 Thread Andrew Clover
Karen Dec [EMAIL PROTECTED] wrote: Parse Error - [EMAIL PROTECTED] UTF-8; My CSS starts with: @charset UTF-8; Your text editor is not showing you everything that's actually in the file. There are three high bytes before the @charset, and the validator doesn't like it. Those three

[css-d] CSS validation error in Line 1

2005-07-16 Thread Karen Dec
I ran my CSS through the W3C validation and I was able to fix everything but 1 error that I don't understand. Here is the error message: Line: 1 Context : ??? Parse Error - [EMAIL PROTECTED] UTF-8; My CSS starts with: @charset UTF-8; Is that not correct? Any enlightenment on this would be

Re: [css-d] CSS validation error in Line 1

2005-07-16 Thread Karen Dec
BBEdit which adds in the Doctype automatically, but I believe it should be: meta http-equiv=content-type content=text/html; charset=utf-8 / David From: Karen Dec [EMAIL PROTECTED] Date: Sat, 16 Jul 2005 20:45:48 -0400 To: css-d@lists.css-discuss.org Subject: [css-d] CSS validation error in Line 1