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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 8 18:35:42 PDT 2010


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


Ian 'Hixie' Hickson <ian at hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at hixie.ch




--- Comment #16 from Ian 'Hixie' Hickson <ian at hixie.ch>  2010-05-08 18:35:41 PST ---
Not depending on CSS is intentional. Doing so would be a layering violation.
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; that's just a suggestion, basically
(though one we should follow).

It wouldn't make sense to define the ordinal value in terms of the CSS; there
might not be any CSS. CSS is an optional technology not supported by all HTML
user agents.

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