vote up 5 vote down star
1

Are there any lists of browser CSS defaults? (browser stylsheets in tabular form)

I want to know the default font of textareas across all browsers and also for future reference.

flag

70% accept rate

6 Answers

vote up 11 vote down

There probably is a list, this is why we use CSS Resets however.

link|flag
vote up 4 vote down

You cannot possibly know all defaults for all configurations of all browsers into the future.

The way people get around this is to start their CSS by resetting everything to known values. Here's an example from one of the main CSS experts: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

link|flag
vote up 3 vote down

I suspect this is something of a moving target for all the browsers, but there is a default style sheet for HTML 4 as defined my the W3C.

link|flag
vote up 1 vote down

There was some discussion and testing done on www-style not too long ago:

http://lists.w3.org/Archives/Public/www-style/2008Jul/0124.html

http://lists.w3.org/Archives/Public/www-style/2008Jul/att-0124/defaultstyles.htm

link|flag
vote up 1 vote down

@Annan

OK, I understand that. So far I'm not having much luck researching this so it could be a good data collection/reference project someday!

I know Firefox and IE have differences in how textareas are handled (as with most things IE adds a scrollbar) but I think that the font size is usually the same.

If you don't find anything I'd just add a note advising to set textarea fonts to a font-size for best use of the plugin - I'd find that pefectly acceptable.

link|flag
vote up 0 vote down

@Ross & Will Dean

I use a CSS reset normally however I can't now as it's for a jQuery plugin and I can't really change other peoples fonts.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.