HighDots Forums  

bug in Opera8 on colgroups

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss bug in Opera8 on colgroups in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Roedy Green
 
Posts: n/a

Default bug in Opera8 on colgroups - 07-13-2005 , 09:13 PM






I discovered that Opera 8 will ignore a colgroup like this:

<colgroup span="2" class="strawberry"></colgroup>

where it will happily render one like this:

<colgroup span="2" align="center"></colgroup>

IE handles both correctly, but then it can't handle transparent
pngs...

--
Bush crime family lost/embezzled $3 trillion from Pentagon.
Complicit Bush-friendly media keeps mum. Rumsfeld confesses on video.
http://www.infowars.com/articles/us/...s_rumsfeld.htm

Canadian Mind Products, Roedy Green.
See http://mindprod.com/iraq.html photos of Bush's war crimes

Reply With Quote
  #2  
Old   
Martin Honnen
 
Posts: n/a

Default Re: bug in Opera8 on colgroups - 07-14-2005 , 08:26 AM








Roedy Green wrote:

Quote:
I discovered that Opera 8 will ignore a colgroup like this:

colgroup span="2" class="strawberry"></colgroup
Do you have CSS defined with a class selector .strawberry? Which CSS
properties are you using?
Are you aware that the CSS 2 specification restricts column/column
groups to the properties
border
background
width
visibility
? See
<http://www.w3.org/TR/CSS21/tables.html#q4>
So perhaps what you regard as a bug is simply the use of a property
which does not apply to column groups.
Hard to tell without seeing your CSS rule(s).

--

Martin Honnen
http://JavaScript.FAQTs.com/


Reply With Quote
  #3  
Old   
Steve Pugh
 
Posts: n/a

Default Re: bug in Opera8 on colgroups - 07-15-2005 , 01:50 PM



Roedy Green <look-on (AT) mindprod (DOT) com.invalid> wrote:

Quote:
I discovered that Opera 8 will ignore a colgroup like this:

colgroup span="2" class="strawberry"></colgroup
In what way does Opera 8 not render it correctly?

Quote:
where it will happily render one like this:

colgroup span="2" align="center"></colgroup
Does your CSS by any chance look something like:
..strawberry {text-align: center;}

Have you read the CSS spec to see whcih properties apply to columns?
http://www.w3.org/TR/CSS21/tables.html
Have you noticed that it's a very short list.

Quote:
IE handles both correctly, but then it can't handle transparent
pngs...
IE incorrectly applies the text-align property to columns.
Mozilla does not support the align attribute.
Opera does not apply text-align but does support align.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <steve (AT) pugh (DOT) net> <http://steve.pugh.net/>


Reply With Quote
  #4  
Old   
Alan J. Flavell
 
Posts: n/a

Default Re: bug in Opera8 on colgroups - 07-15-2005 , 02:06 PM



On Thu, 14 Jul 2005, Roedy Green wrote:

Quote:
IE handles both correctly,
This isn't a write-only newsgroup, you know. I find it hard to
believe that anyone who reads this group for even a little while could
post with a straight face that IE does something "correctly" which a
web-compatible browser does not.

"bug", indeed! Read the goddamned interworking specifications, and
cite them in your grounds for claiming that you've found a bug. If IE
does what you wanted, rather than what you asked for, as it so often
does, then the bug is in IE.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.