Bug 50179
Summary: | HTMLFormElement.elements doesn't include object element | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yael <yael> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bashi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
URL: | http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#category-listed |
Yael
Per http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#category-listed object elements should be listed in HTMLFormElement.elements.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kenichi Ishibashi
Hi,
On https://bugs.webkit.org/show_bug.cgi?id=48821, I'm also working on making object elements to be a form associated element and it's almost ready to review. I'll post a trial patch soon. Have you started working on this?
(In reply to comment #0)
> Per http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#category-listed object elements should be listed in HTMLFormElement.elements.
Yael
(In reply to comment #1)
> Hi,
>
> On https://bugs.webkit.org/show_bug.cgi?id=48821, I'm also working on making object elements to be a form associated element and it's almost ready to review. I'll post a trial patch soon. Have you started working on this?
This was on my todo list, but I did not start working on it yet.
*** This bug has been marked as a duplicate of bug 48821 ***
Kenichi Ishibashi
(In reply to comment #2)
> This was on my todo list, but I did not start working on it yet.
Thanks your prompt response. I'm going to continue working on it, then:-)