Ticket #1104 (closed bug: fixed)
Text.XHtml missing "for" attribute
Description
http://www.w3.org/TR/xhtml1/dtds.html#dtdentry_xhtml1-strict.dtd_label
The XHtml attribute "for" is missing. This attribute is used by <label> to denote which control the label is representing.
I would recommend that the following line be added to the relevent Transitional and Strict files:
thefor = strAttr "for"
(This attribute was also missing from Text.Html)
Change History
Note: See
TracTickets for help on using
tickets.
