[Webkit-unassigned] [Bug 91440] Implement 'vmin' and 'vmax' from CSS3 values and units

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 27 02:39:56 PST 2013


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


Uday Kiran <udaykiran at motorola.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #184907|                            |review?, commit-queue?
               Flag|                            |




--- Comment #3 from Uday Kiran <udaykiran at motorola.com>  2013-01-27 02:41:52 PST ---
(From update of attachment 184907)
View in context: https://bugs.webkit.org/attachment.cgi?id=184907&action=review

>> Source/WebCore/css/CSSParser.cpp:1642
>> +           || (value->unit >= CSSPrimitiveValue::CSS_VW && value->unit <= CSSPrimitiveValue::CSS_VMAX)
> 
> Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]

Should I fix this?

>> Source/WebCore/css/CSSParser.cpp:1647
>> +           || (value->unit >= CSSPrimitiveValue::CSS_VW && value->unit <= CSSPrimitiveValue::CSS_VMAX));
> 
> Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]

Ditto.

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