[Webkit-unassigned] [Bug 148870] New: form.elements should reflect the element ordering after the HTML tree builder algorithm

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 4 19:17:20 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=148870

            Bug ID: 148870
           Summary: form.elements should reflect the element ordering
                    after the HTML tree builder algorithm
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org
                CC: benjamin at webkit.org, cdumez at apple.com,
                    webkit-bug-importer at group.apple.com

When the HTML tree builder algorithm re-orders elements inside table, etc...
form.elements should be updated to reflect such re-ordering.

e.g. parsing the following HTML
<form id=form>
<table>
<tr>
<td><input type="radio" name="radio1" id="r1" value=1></td>
<td><input type="radio" name="radio2" id="r2" value=2></td>
<input type="radio"  name="radio0" id="r0" value=0>
</tr>
</table>
</form>

should put r0 at form.elements[0].

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150905/e051a37a/attachment.html>


More information about the webkit-unassigned mailing list