[Webkit-unassigned] [Bug 11803] New: Incorrect use of alternate content inside the <object> element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 11 08:28:29 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11803

           Summary: Incorrect use of alternate content inside the <object>
                    element
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
               URL: http://misc.xstandard.com/apple/alternate-content1.asp
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vlad.alexander at xstandard.com


Form controls inside the <object> element should not send data to the server if
the object is rendered correctly. Content inside the <object> element is
alternate content not additonal content to the <object> element. In this
example, data from the <textarea> should not be sent to the server if the
<object> element is rendered correctly:

<object data="logo.gif" type="image/gif" width="180" height="60">
<textarea id="abc" name="abc" rows="5" cols="70">Hello World!</textarea>
</object>

Test case at:
http://misc.xstandard.com/apple/alternate-content1.asp

We are a browser plug-in vendor and would very much like to use the above
construct with our plug-in called XStandard. IE and Opera already support
correct use of alternate content in the <object> element.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list