[Webkit-unassigned] [Bug 83026] New: listStyleType CSS property gets converted into listStyle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 3 06:37:30 PDT 2012


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

           Summary: listStyleType CSS property gets converted into
                    listStyle
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://tinymce.moxiecode.com/webkit/list_style_type.ht
                    ml
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: spocke at moxiecode.com
                CC: alexis.menard at openbossa.org


When you set the listStyleType property on an OL element style it gets converted into a listStyle property when you retrieve it using element.style.cssText. This is a change in behavior from previous versions and it's also not producing the same results as other browsers.

Expected results:
It should return "list-style-type: value".

Actual results:
It now returns "list-style: value" in other words an combined/shorthand style.

Steps to reproduce:
1. Open the attached test URL.
2. Observe that it fails on latest WebKit but not on FF, IE 9, Opera or older WebKit versions.

Seems to be related to this change:
http://trac.webkit.org/changeset/112880

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