Ticket #936 (closed enhancement: wontfix)

Opened 6 years ago

Last modified 6 years ago

Insert table default verticalAlign

Reported by: Tuomas Owned by: gogo
Priority: normal Milestone: Version 1.0
Component: Xinha Core Version: trunk
Severity: normal Keywords: valign td table
Cc:

Description

I think default table td align should be top.

this is done by entering line td.style.verticalAlign="top";

just before tr.appendChild(td); (L:3579, XinhaCore?.js)

This is just a idea, but normally i reckon most users are going to use vertical align top anyway...

Change History

Changed 6 years ago by ray

  • status changed from new to closed
  • resolution set to wontfix

I'm closing this, because I think it's not a good idea to set a style property by default.It would be rendered as inline style and make it impossible to use stylesheets to control the vertical align

Note: See TracTickets for help on using tickets.