[Webkit-unassigned] [Bug 23727] Implementaion of WCSS marquee extension relevant to XHML MP

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 20 00:43:13 PDT 2009


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





------- Comment #14 from mrowe at apple.com  2009-05-20 00:43 PDT -------
Even if they had been added conditionally the change still would have been
wrong, but only for builds where the new code was enabled.  The problem is that
a new value keyword was added to CSSValueKeywords.in and the comment at the top
of the file was ignored:

# WARNING:
# --------
#
# The Values are sorted according to the properties they belong to,
# and have to be in the same order as the enums in RenderStyle.h.
#
# If not, the optimizations in the cssparser and style selector will fail,
# and produce incorrect results.


This patch results in the values for the display property being out of sync
with the values of the EDisplay enum in RenderStyleConstants.h, which leads to
the incorrect results that the comment warns of.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list