[webkit-reviews] review requested: [Bug 12001] marker shorthand property only sets marker-start : [Attachment 12071] Updated patch

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Wed Dec 27 14:57:03 PST 2006


Rémi Zara <remi_zara at mac.com> has asked  for review:
Bug 12001: marker shorthand property only sets marker-start
http://bugs.webkit.org/show_bug.cgi?id=12001

Attachment 12071: Updated patch
http://bugs.webkit.org/attachment.cgi?id=12071&action=edit

------- Additional Comments from Rémi Zara <remi_zara at mac.com>
Fixes a style issue.
Added updated result from tests (imported in bug 12000).

The patch uses the normal processing to compute the CSSValue for marker-start.
This is done in a recursive call to parseValue. The value variable is no more
in the right scope.

The resulting CSSValue is then affected to marker-mid and marker-end.



More information about the webkit-reviews mailing list