J
jmp
(I hope this isn't considered too far off-topic.)
I work as a developer on a browser product found on handheld devices,
and I'm trying to specify behavior for the browser to make it "as
compatible as possible" with reference browsers (IE, Firefox, Opera,
NS, etc??) when presented with HTML content containing form controls
(input, textarea, select/option) in the absence of enclosing form
element tags.
Obviously in the absence of scripting, a form control without an
enclosing form has no utility since there is no action associated with
the control. But with ecmascript-mp now supported in the browser of
course everything changes. Since the bulk of my experience up until
very recently has been "script-agnostic" I am scrambling to figure out
what things a content author might want to do with form controls that
could work without the control being in a form block.
Please let's not get into why I am trying to support such a construct,
I'm sure those of you who have worked in a production environment are
familiar with examples of ill-considered and poorly-specified
requirements. Suffice it to say that some customer expects content
with this characteristic to work on the handheld browser.
Does anyone have ideas about what behavior should be supported (for
form controls in the absence of enclosing form tags) for maximum
compatibility with existing browsers and existing content?
Does anyone know of commercial products (web-authoring tools,
server-side HTML generating tools, etc??) that might now or in previous
versions have produced HTML containing form controls without enclosing
form tags?
Again, I hope this isn't considered too far off-topic, if you feel it
is please suggest a better forum - -
Thanks in advance
J
I work as a developer on a browser product found on handheld devices,
and I'm trying to specify behavior for the browser to make it "as
compatible as possible" with reference browsers (IE, Firefox, Opera,
NS, etc??) when presented with HTML content containing form controls
(input, textarea, select/option) in the absence of enclosing form
element tags.
Obviously in the absence of scripting, a form control without an
enclosing form has no utility since there is no action associated with
the control. But with ecmascript-mp now supported in the browser of
course everything changes. Since the bulk of my experience up until
very recently has been "script-agnostic" I am scrambling to figure out
what things a content author might want to do with form controls that
could work without the control being in a form block.
Please let's not get into why I am trying to support such a construct,
I'm sure those of you who have worked in a production environment are
familiar with examples of ill-considered and poorly-specified
requirements. Suffice it to say that some customer expects content
with this characteristic to work on the handheld browser.
Does anyone have ideas about what behavior should be supported (for
form controls in the absence of enclosing form tags) for maximum
compatibility with existing browsers and existing content?
Does anyone know of commercial products (web-authoring tools,
server-side HTML generating tools, etc??) that might now or in previous
versions have produced HTML containing form controls without enclosing
form tags?
Again, I hope this isn't considered too far off-topic, if you feel it
is please suggest a better forum - -
Thanks in advance
J