COL and COLGROUP get captured by CAPTION in Safari

Atom RSS

This site heavily relies on bug reports created by its readers. Anyone can report a bug and be published.

Main navigation:




Search reports by browser:

The correct use of the CAPTION element –immediately after the TABLE start tag– causes COL and COLGROUP to become unusable as CSS selectors in the current version of Safari (2.0.3/version 417.9.2).

A workaround is to place the CAPTION after the COL/COLGROUP tags, but this makes the code invalid.

Test page Workaround is included
Reported by: Leif Halvard Silli.

Safari | Reported on 28 March 2006.

Comments

(Add your own)

Posted by Philippe on 29 March 2006

1

The same problem can be seen in the latest Konqueror (3.5.1).
But it works correctly in current nightly builds of WebKit (using the 2006-03-28 build).

Post a comment

Commenting guidelines:

  1. When quoting specs, articles or your own research, please include a URL of the document.
  2. Test your stuff. When reporting browser behaviour, make sure that your report is correct.

Yes