CSS is an important part of todays web, it is helping web developers separate design from content. Nearly all of CSS 2 can be viewed by most modern browsers. CSS 3 is here already! So how are our browsers coping?
The tests that I am running are from: https://www.geocities.com/seanmhall2003/css3/
I am doing some tests for CSS3 in Flock and Safari. Every test has been done on the same machine:
iBook G4 with Mac OS X 10.4.7.
I will also be putting this information on my blog: https://www.vanirsystems.co.uk/danielsblog/
Flock 0.7.4.1:
* https://www.geocities.com/seanmhall2003/css3/attr.html <- All supported
* https://www.geocities.com/seanmhall2003/css3/pseudo.html <- enabled and disabled supported, value not supported. Text selection, nth-child and nth-of-type not supported. Not is supported.
* https://www.geocities.com/seanmhall2003/css3/lists.html <- marker not supported
* https://www.geocities.com/seanmhall2003/css3/opacity.html <- Opacity supported
* https://www.geocities.com/seanmhall2003/css3/borders.html <- Box shadow not supported
* https://www.geocities.com/seanmhall2003/css3/table.html <- caption side supported
* https://www.geocities.com/seanmhall2003/css3/fonts.html <- min/max font size not supported. text line styles not supported. Font appearance not clear. Font effect not supported.
* https://www.quirksmode.org/css/box.html <-
* * No box-sizing defined, box-sizing: content-box, W3C box model width, box-sizing: margin-box are same size.
* * Traditional box model width, box-sizing: border-box are same size.
* * Mozilla’s padding-box, box-sizing: padding-box are same size
* https://www.geocities.com/seanmhall2003/css3/misc.html <- icon not supported. appearance not supported.
* https://www.geocities.com/seanmhall2003/css3/resize.html <- resize not supported.
* https://www.geocities.com/seanmhall2003/css3/content.html <- content not supported on any element.
* https://www.geocities.com/seanmhall2003/css3/bg.html <- Does not look like it is supported.
Safari 2.0.4:
* https://www.geocities.com/seanmhall2003/css3/attr.html <- All supported
* https://www.geocities.com/seanmhall2003/css3/pseudo.html <- Enabled, disabled and value not supported. Text Selection supported. nth-child and nth-of-type not supported. Not is supported.
* https://www.geocities.com/seanmhall2003/css3/lists.html <- marker not supported
* https://www.geocities.com/seanmhall2003/css3/opacity.html <- Opacity supported
* https://www.geocities.com/seanmhall2003/css3/borders.html <- Box shadow not supported
* https://www.geocities.com/seanmhall2003/css3/table.html <- caption side supported
* https://www.geocities.com/seanmhall2003/css3/fonts.html <- min/max font size not supported. text line styles not supported. Font appearance not clear. Font effect not supported. Results (h2) has a red drop shadow, so drop shadows are supp