Skip Menu |

This queue is for tickets about the HTML-Table CPAN distribution.

Report information
The Basics
Id: 28831
Status: open
Priority: 0/
Queue: HTML-Table

People
Owner: a.peacock [...] chime.ucl.ac.uk
Requestors: a.peacock [...] chime.ucl.ac.uk
Cc: davidp [...] preshweb.co.uk
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.06
Fixed in: (no value)



Subject: Add new attributes to all tags
Add new attributes and supporting methods to all tags in table. Attributes to add: id valign
On Tue Aug 14 10:42:06 2007, AJPEACOCK wrote: Show quoted text
> Add new attributes and supporting methods to all tags in table. > > Attributes to add: > > id > valign
I agree, setting the 'id' in particular would be very useful to me. I'd be happy to provide a patch to add this facility if it will be accepted?
On Tue Aug 12 11:08:29 2008, BIGPRESH wrote: Show quoted text
> On Tue Aug 14 10:42:06 2007, AJPEACOCK wrote:
> > Add new attributes and supporting methods to all tags in table. > > > > Attributes to add: > > > > id > > valign
> > I agree, setting the 'id' in particular would be very useful to me. > > I'd be happy to provide a patch to add this facility if it will be
accepted? Show quoted text
>
I am currently working on a new beta version which uses a lookup table to identify attributes. This not only adds the attributes listed above, but all HTML 4.01 attributes, and makes it easier to add new attributes to the code in the future. The idea and code was provided by Colin Fine. I had a basic beta ready weeks ago and then the day job took over again. I am planning on releasing a beta version as soon as possible.
On Mon Aug 18 04:21:55 2008, AJPEACOCK wrote: Show quoted text
> I am currently working on a new beta version which uses a lookup table > to identify attributes. This not only adds the attributes listed above, > but all HTML 4.01 attributes, and makes it easier to add new attributes > to the code in the future. The idea and code was provided by Colin > Fine. I had a basic beta ready weeks ago and then the day job took over > again. I am planning on releasing a beta version as soon as possible.
Ah, that's good news :) Let me know if there's anything I can do to help.
On Mon Aug 18 04:21:55 2008, AJPEACOCK wrote: Show quoted text
> I am currently working on a new beta version which uses a lookup table > to identify attributes. This not only adds the attributes listed above, > but all HTML 4.01 attributes, and makes it easier to add new attributes > to the code in the future. The idea and code was provided by Colin > Fine. I had a basic beta ready weeks ago and then the day job took over > again. I am planning on releasing a beta version as soon as possible.
Out of interest, any ideas when this could be expected, or has it been shelved? I'd very much like to see support for at least the ID attribute, and I'm happy to help make it happen. If you don't have time to work on HTML::Table currently, would you consider making me a co-maintainer? I'd be happy to release a new interim version with support for id / valign etc, then see about getting the new lookup table approach in place.
On Thu Jul 23 06:56:57 2009, BIGPRESH wrote: Show quoted text
> On Mon Aug 18 04:21:55 2008, AJPEACOCK wrote:
> > I am currently working on a new beta version which uses a lookup table > > to identify attributes. This not only adds the attributes listed above, > > but all HTML 4.01 attributes, and makes it easier to add new attributes > > to the code in the future. The idea and code was provided by Colin > > Fine. I had a basic beta ready weeks ago and then the day job took over > > again. I am planning on releasing a beta version as soon as possible.
> > Out of interest, any ideas when this could be expected, or has it been > shelved? > > I'd very much like to see support for at least the ID attribute, and I'm > happy to help make it happen. > > If you don't have time to work on HTML::Table currently, would you > consider making me a co-maintainer? I'd be happy to release a new > interim version with support for id / valign etc, then see about getting > the new lookup table approach in place. >
Hi, Sorry that I haven't replied sooner, work has been crazy recently. I haven't had a lot of time to work on this, when I left off work, the modifications to the structure were virtually finished. I would prefer to get that finished and then review the mainenance of the project at that stage. If I am unable to get this work done in the next month, then I will need to reconsider how to take this forward.