[Webkit-unassigned] [Bug 63046] New: HTMLLIElement::attach() seems incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 20 23:36:36 PDT 2011


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

           Summary: HTMLLIElement::attach() seems incorrect
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rolandsteiner at chromium.org
                CC: dominicc at chromium.org, hayato at chromium.org,
                    morrita at google.com, shinyak at google.com,
                    haraken at google.com


HTMLLIElement::attach() searches its parents for the containing list. However:

.) It ignores intervening "terrain", so will happily pass through whole tables, etc.
.) It doesn't check the element's display type, so will accept an <ol> or <ul>, even if their display type is not [un]ordered list. And conversely, it will not consider other elements even if their display type is set to list.

This seems incorrect.

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



More information about the webkit-unassigned mailing list