On Sat, Aug 22, 2009 at 10:32 PM, Brion Vibberbrion@wikimedia.org wrote:
My inclination is that most UI code should be using HtmlForm or something like it to define its form structure, and not be building forms from scratch (whether out of raw HTML strings or building them element-by-element with helper functions).
That's my thought too, on reflection. Most of the helper functions in Xml:: end up being form-related. Let me try to port some stuff over; there's still time to remove Html::input() and Html::hidden() entirely.