[webkit-reviews] review denied: [Bug 12521] CSS3: Support values 'start' and 'end' for text-align property : [Attachment 12860] attempt number 4

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 1 12:48:32 PDT 2007


Dave Hyatt <hyatt at apple.com> has denied Eric Seidel <eric at webkit.org>'s request
for review:
Bug 12521: CSS3: Support values 'start' and 'end' for text-align property
http://bugs.webkit.org/show_bug.cgi?id=12521

Attachment 12860: attempt number 4
http://bugs.webkit.org/attachment.cgi?id=12860&action=edit

------- Additional Comments from Dave Hyatt <hyatt at apple.com>
Change the switch statement to just be an if/else block. if (start) ... else if
(end) ... and then do the assignment of the property.



More information about the webkit-reviews mailing list