Re: [WSG] High-Pass Filter and Yahoo's reset stylesheet (question regarding validation)

2008-11-20 Thread Matthew Pennell
On Thu, Nov 20, 2008 at 10:45 AM, James Jeffery 
[EMAIL PROTECTED] wrote:

 Was just wondering. I always use Yahoo's reset.css file to reset elements,
 but I have just noticed there is a CSS parse error in it (purposely put
 there for browser selecting).


I can't see any parse errors in reset.css:

http://developer.yahoo.com/yui/reset/

I use it myself as the basis for all stylesheets, and have never had a
validation problem.

- Matthew


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] High-Pass Filter and Yahoo's reset stylesheet (question regarding validation)

2008-11-20 Thread James Jeffery
20 input, textarea, select  Parse Error {*font-size:100%;   20 input,
textarea, select  Parse error - Unrecognized ;}
Test it: http://mi-linux.wlv.ac.uk/~0802390/reset.css

On Thu, Nov 20, 2008 at 10:57 AM, Matthew Pennell
[EMAIL PROTECTED]wrote:

 On Thu, Nov 20, 2008 at 10:45 AM, James Jeffery 
 [EMAIL PROTECTED] wrote:

 Was just wondering. I always use Yahoo's reset.css file to reset elements,
 but I have just noticed there is a CSS parse error in it (purposely put
 there for browser selecting).


 I can't see any parse errors in reset.css:

 http://developer.yahoo.com/yui/reset/

 I use it myself as the basis for all stylesheets, and have never had a
 validation problem.

 - Matthew


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] High-Pass Filter and Yahoo's reset stylesheet (question regarding validation)

2008-11-20 Thread Matthew Pennell
On Thu, Nov 20, 2008 at 11:06 AM, James Jeffery 
[EMAIL PROTECTED] wrote:

 20 input, textarea, select  Parse Error {*font-size:100%;   20 input,
 textarea, select  Parse error - Unrecognized ;}
 Test it: 
 http://mi-linux.wlv.ac.uk/~0802390/reset.csshttp://mi-linux.wlv.ac.uk/%7E0802390/reset.css


That's not in reset.css, it's from fonts.css. It's also not the High Pass
filter - see here for an explanation:

http://tantek.com/CSS/Examples/highpass.html

If you're worried about it, extract the IE-only code out of the file and
wrap it in conditional comments.

- Matthew


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] High-Pass Filter and Yahoo's reset stylesheet (question regarding validation)

2008-11-20 Thread James Jeffery
Dude, I didn't say that was the high pass filter. I said that was the error
in the reset.css. The high pass filter is a different issue unrelated to the
Yahoo
reset stylesheet.

Also, if you look at the source code for reset-min.css you will see it isn't
nothing to do with the fonts stylesheet and is infact in the reset-min.css
stylesheet.

Check it yourself. You will see I'm correct ;)

On Thu, Nov 20, 2008 at 11:57 AM, Matthew Pennell
[EMAIL PROTECTED]wrote:

 On Thu, Nov 20, 2008 at 11:06 AM, James Jeffery 
 [EMAIL PROTECTED] wrote:

 20 input, textarea, select  Parse Error {*font-size:100%;   20 input,
 textarea, select  Parse error - Unrecognized ;}
 Test it: 
 http://mi-linux.wlv.ac.uk/~0802390/reset.csshttp://mi-linux.wlv.ac.uk/%7E0802390/reset.css


 That's not in reset.css, it's from fonts.css. It's also not the High Pass
 filter - see here for an explanation:

 http://tantek.com/CSS/Examples/highpass.html

 If you're worried about it, extract the IE-only code out of the file and
 wrap it in conditional comments.


 - Matthew

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] High-Pass Filter and Yahoo's reset stylesheet (question regarding validation)

2008-11-20 Thread Matthew Pennell
On Thu, Nov 20, 2008 at 12:42 PM, James Jeffery 
[EMAIL PROTECTED] wrote:

 Dude, I didn't say that was the high pass filter. I said that was the error
 in the reset.css. The high pass filter is a different issue unrelated to the
 Yahoo
 reset stylesheet.


Ah, sorry - I must have read your original email wrong.


 Also, if you look at the source code for reset-min.css you will see it
 isn't nothing to do with the fonts stylesheet and is infact in the
 reset-min.css stylesheet.


That's weird (and a bit crap of Yahoo!) - it's in the reset-min stylesheet,
but not in the plain view version of the stylesheet shown on the main YUI
Reset page. Guess they haven't updated all the different places it appears
as they have added bits.

- Matthew


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***