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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 9 14:54:40 PDT 2010


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





--- Comment #17 from Jakub Wieczorek <jwieczorek at webkit.org>  2010-05-09 14:54:40 PST ---
(In reply to comment #16)
> Not depending on CSS is intentional. Doing so would be a layering violation. 

Right. Maybe I didn't express my thoughts clearly. I was not trying to say that it should depend on CSS but simply define this matter in a way that would not interfere with CSS. But now I see that's not the point of that definition.

> What the spec is defining is just the ordinal value of the list items; it doesn't require that this has anything to do with the rendering. All the spec says is that by default, user agents are expected to use the ordinal value to render the list item of <li>s in <ol>s;

OK, that makes sense. 

> that's just a suggestion, basically (though one we should follow).

Well, it can't be followed because of CSS.

It appears that the correct solution here would be to keep track of list item count in terms of HTML as well as CSS. The former for the sake of the DOM interface and the latter for rendering.

Thanks for the clarification.

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