Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Browsers' default CSS stylesheets

Are there any lists of default CSS stylesheets for different browsers? (browser stylesheets in tabular form)

I want to know the default font of text areas across all browsers for future reference.

like image 904
AnnanFay Avatar asked Aug 28 '08 17:08

AnnanFay


People also ask

What is the default CSS?

The :default CSS pseudo-class selects form elements that are the default in a group of related elements.

Is CSS fully supported by all browsers?

CSS3 Features Supported by All Modern Browsers There might be some disagreement over what qualifies as a “modern browser”, but I'm assuming IE9, Opera 10+, Firefox 3.5+, pretty much any reasonably recent version of Chrome, and Safari 3+ fall under this category.


2 Answers

Not tabular, but the source CSS may be helpful if you're looking for something specific:

  • Firefox default HTML stylesheet
  • WebKit default HTML stylesheet

You're on your own with IE and Opera though.

like image 92
robertc Avatar answered Oct 08 '22 02:10

robertc


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 by the W3C.

like image 23
Greg Hurlman Avatar answered Oct 08 '22 03:10

Greg Hurlman