tags:

views:

255

answers:

4

css 1, css 2, css 2.1 and css 3 . which css properties and selectors are different in each version. i searched a google lot but haven't found any list?

I need a list of properties of each version with differences.

Edit:

I found css 1 properties here : http://129.69.59.141/css1pqre.htm

+4  A: 

See CSS master table or go straight to the W3C at CSS1, CSS 2.1 and CSS 3.

Basically there are lots of differences, too many to really summarize.

cletus
i know already this link it has only list of selectors
metal-gear-solid
I think cletus is right. There will be too many to have in a list.
Senthil
A: 

If I were you, I would get myself a good book on the subject.

I personally like HTML, XHTML, and CSS, Sixth Edition. I bought it at a local Barnes and Noble and I've found it quite handy for questions like this. Also, look around for some good CSS books (sans HTML).

Eric Meyer would be your best bet in terms of authorship.

PS:

CSS 3 Adds lots of cool features like rounded corners and drop shadows. Many of these new features are not yet supported by IE, FF, Opera, chrome and Safari. (Chrome, Opera and Safari need new abbreviations, really.)

Try looking at the CSS article on Wikipedia.

http://en.wikipedia.org/wiki/Css1#CSS%5F1

Moshe
i have to give a lecture on css history and in that i have to explain css version differences
metal-gear-solid
Then you should be fine with basic info. Try here: http://en.wikipedia.org/wiki/Css1#CSS_1
Moshe
A: 

after more deep search finally i got my list here

http://www.htmlpedia.org/wiki/List%5Fof%5FCSS%5FProperties

the only this is missed in this list is difference of css 2 and 2.1

Edit:

Now i got my final answer here: http://meiert.com/en/indices/css-properties/

get list for html version also: http://meiert.com/en/indices/html-elements/

metal-gear-solid
+2  A: 

If you have to give a lecture you should immediately stop looking for a list, and do some of your own research. Explain things such as box model and how they have evolved over each iteration. That way you'll actually know what you're talking about, instead of being some guy reading a list to a class.

Hint: nobody wants to hear you read a list off, your job is to digest this information and explain why the differences matter, which ones should be worried about, and which ones can be safely ignored

Sneakyness
+1 (damn 15 characters)
Senthil
thanks for comments
metal-gear-solid
but i have to show differences in each version with example and progress in each version. i know css well but from 2.1 only
metal-gear-solid