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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 21 03:22:53 PDT 2011


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





--- Comment #3 from Dominic Cooney <dominicc at chromium.org>  2011-06-21 03:22:53 PST ---
(In reply to comment #0)
> HTMLLIElement::attach() searches its parents for the containing list. However:
> 
> .) It ignores intervening "terrain", so will happily pass through whole tables, etc.

That seems busted.

> .) 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 OK. What is the problem with this behavior?

> 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