Opened 12 years ago
Closed 12 years ago
#22333 closed Bug (duplicate)
as_p() produces invalid HTML when form contains RadioSelect widget
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Forms | Version: | 1.5 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
as_p() produces invalid HTML when form contains RadioSelect widget. <UL> can not be placed inside of <P>. This breaks markup. Both Firefox and Chrome close <P> automatically before <UL>. This also causes that closing tag </P> appears without opening one.
Note:
See TracTickets
for help on using tickets.
This is a duplicate of #6388.