[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] OT: table row tags
- Subject: RE: [cobalt-users] OT: table row tags
- From: "Dan Kriwitsky" <list1@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu May 9 20:02:01 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>
> Anyone ever seen a table row tag that contains an element as follows:
>
> <tr name="cart_row"........
I don't think it's valid HTML which is why NN has problems with it. It's
more strict.
IE and others are more forgiving of bad HTML.
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml
/reference/objects/tr.asp
>
> I'd point to a URL but this is from a live shopping cart.
> Seems that only NN
> (from v3.04 to v6.2.2) has a problem with this - including
> windoze NN,
> Mozilla and NN for linux. However, IE6, Star Office's browser
> and Opera all
> seem to work perfectly - but NN truncates all data above this
> particular
> tag.
>
My guess would be the script is messed up and perhaps it should say
class="cart_row" or it's a bad attempt at XML, or it belongs in the
<form> tag, or a million other guesses.
I'd suggest news:comp.infosystems.www.authoring.html
--
Dan Kriwitsky