[Webkit-unassigned] [Bug 36724] Add support for <ol reversed>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 30 13:38:25 PDT 2010


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


Jakub Wieczorek <jwieczorek at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #51970|review?                     |
               Flag|                            |




--- Comment #10 from Jakub Wieczorek <jwieczorek at webkit.org>  2010-03-30 13:38:25 PST ---
(From update of attachment 51970)
> You could take a look at the mechanisms that NodeList uses to keep its lists up
> to date. The requirements of a TagNodeList are quite similar to what a list
> would need to do to keep track of its list items. The functions
> notifyNodeListsAttributeChanged and notifyNodeListsChildrenChanged are part of
> what makes node lists work.
>
> We may need to do more of this on the render tree side instead of the DOM tree.
> An element with "display: list-item" contributes to list numbering too. In
> fact, I think that may be something wrong with the current code and patch. We
> need some test cases that use CSS to create list items or to turn list items
> into non-list-item content.

Great, thanks for the hints!

Clearing the review flag for now.

-- 
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