Ticket #1104 (closed bug: fixed)

Opened 6 years ago

Last modified 4 years ago

Text.XHtml missing "for" attribute

Reported by: glguy Owned by:
Priority: normal Milestone:
Component: libraries (other) Version: 6.6
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Easy (less than 1 hour)
Test Case: Blocked By:
Blocking: Related Tickets:

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

Changed 6 years ago by bjorn@…

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

Fixed by patch from glguy.

Changed 5 years ago by simonmar

  • architecture changed from Multiple to Unknown/Multiple

Changed 5 years ago by simonmar

  • os changed from Multiple to Unknown/Multiple

Changed 4 years ago by simonmar

  • difficulty changed from Easy (1 hr) to Easy (less than 1 hour)
Note: See TracTickets for help on using tickets.