[Webkit-unassigned] [Bug 83026] [Regression] listStyleType CSS property gets converted into listStyle
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 3 06:47:33 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=83026
Alexis Menard (darktears) <alexis.menard at openbossa.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|listStyleType CSS property |[Regression] listStyleType
|gets converted into |CSS property gets converted
|listStyle |into listStyle
CC| |rniwa at webkit.org
--- Comment #1 from Alexis Menard (darktears) <alexis.menard at openbossa.org> 2012-04-03 06:47:33 PST ---
(In reply to comment #0)
> 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
I don't think it is related to this change. The bug seems to be in StylePropertySet::asText() because of http://trac.webkit.org/changeset/112177
I'm adding Ryosuke as CC.
--
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