>>>> - A real & well-maintained browser compatibility list, preferably
>>>> based on testing done in the OS & correct browser for each case,

> http://github.com/joshuaclayton/blueprint-css/wikis/browser-compatibility-list

Hi everyone,

I use vmware server to test web pages on multiple browser versions.
Some of these browsers are obsolete. I am afraid i don't have time
right now to test in older browsers versions but I'll get to that
eventually.

Here are results on Windows XP SP3 fully up2date.

Firefox 3.0.4
SeaMonkey 1.1.13
K-Meleon 1.5.1
Netscape 9.0.0.6
Flock 2.0.2

Basically all Gecko based browsers seem to have some small vertical
rhythm discrepancies when it comes to headings. It don't think it's
that big of deal but it looks much better in IE and Opera.
Checkout headings in http://blueprintcss.org/tests/parts/elements.html
Screen shoot available at : http://rdavl.znode.net/ff_304.png
Same behaviour is seen in both Firefox 3.0.4. and SeaMonkey 1.1.13 on
Windows XP SP2 (not on vmware) and Linux (Gentoo 2.6.25) (not on
vmware)


IE 6.0.2900.5512.xpsp_sp3_gdr.080814-1236
IE 6.0.2900.2180.xpsp_sp2_rtm.040803-2158
Avant Browser 11.7 build 8

forms:
- legend not shown (http://rdavl.znode.net/ie_602_xpsp3.png) (bug?)
- no outline on active form element (not supported)

typography:
- anchor - no colour change on hover (not supported)
- abbr - no extended text shown on hover (not supported)

other:
p+p selector not supported


Most of these are due to browsers poor CSS support and do not cause
serious grief.
Legend in IE get applied margin-top:-18px in ie.css. If we remove top
margin legends become visible again (not sure if this change has wider
repercussions but i doubt it).

Also I don't see anything wrong in Opera support as noted in BP
compatibility wiki apart from cursor change on anchor without href
attribute which can be fix by something like:

a {cursor:text;}
a[href] {cursor:pointer;}

As a matter of fact I would dare to say that Opera/9.62 (also Chrome
and Safari for Windows) fully support BP, or am I missing something
here?
Tested on:
Opera/9.62 (Windows NT 5.1; U; en) Presto/2.1.1
Opera/9.62 (X11; Linux x86_64; U; en) Presto/2.1.1
Google Chrome 0.4.154.29
Safari 3.2.1 (525.27.1)

I wanted to hear some other opinions before editing BP wiki on github.
Also I'll try to get some time to test on older browsers.

Davor

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to