Skip Menu |

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

Report information
The Basics
Id: 41806
Status: resolved
Priority: 0/
Queue: HTML-Tree

People
Owner: Jeff.Fearn [...] gmail.com
Requestors: rjbs [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: radio buttons may emit invalid xml
If an input element is created of type radio and has content pushed to it, then ->as_XML will produce: <input type='radio' value='a'>content ...instead of having a closing tag somewhere. Radio buttons should not have content, so either there should be a closing tag to make it well-formed XML or there should be an error when content it put in the input to keep it valid XHTML. -- rjbs
This was patched by the patch from 49932.
Subject: 4.0 released
Hi HTML::Tree ve4rsion 4.0 has been released which includes a fix for this issue. Cheers, Jeff.