Re: [tclwebtest] XHTML doesn't allow name attributes for form tag
Status: Abandoned
Brought to you by:
tils
From: Vinod K. <vi...@ku...> - 2006-03-17 21:40:40
|
Hey Til - Thanks for the quick response! On 3/16/06, Tilmann Singer <ti...@ti...> wrote: > Anyway if you want to do that, look into lib/tclwebtest.tcl in the > proc ::tclwebtest::deal_with_field , appx. line 3079 I think deal_with_field is taking care of attributes within elements inside the <form> tag, right? Those are still allowed to use 'name' attributes. I'= m interested in changing the code which deals with the actual form element, which I think I found in the function ::tclwebtest::extract_forms_if_necessary : *set* a_form(name) [get_attribute $form_tag name] *set* a_form(id) [get_attribute $form_tag id] Thanks again for the pointer. I'll start working on the code and submit a patch soon. Vinod -- Vinod Kurup, MD vi...@ku... http://kurup.org |