- From: Michael A. Puls II <shadow2531@gmail.com>
- Date: Wed, 15 Aug 2007 08:54:18 -0400
- To: public-html@w3.org
Maybe the name attribute should be allowed on OBJECT if it's inside a form.
Use-case:
<form>
<object type="application/x-xstandard" name="markup" width="400"
height="400"></object>
<input type="submit">
</form>
< http://xstandard.com/en/downloads/?product=lite >
Note that this doesn't work with everything. If you have
type="image/gif" data="logo.gif" for example, the object wouldn't be
used unless the implementation of the image/gif handler made it work
(somehow).
--
Michael
Received on Wednesday, 15 August 2007 12:54:21 UTC