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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 28 08:58:19 PDT 2010


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

           Summary: Add support for <ol reversed>
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://www.whatwg.org/specs/web-apps/current-work/#att
                    r-ol-reversed
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jwieczorek at webkit.org


The spec says:
"The reversed attribute is a boolean attribute. If present, it indicates that
the list is a descending list (..., 3, 2, 1). If the attribute is omitted, the
list is an ascending list (1, 2, 3, ...)."

Currently WebKit does not support this attribute.

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