Bug 65125

Summary: Add the new CSS3 "positioned" value for floats.
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: CSSAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Dave Hyatt
Reported 2011-07-25 11:47:56 PDT
Add the new CSS3 value for floats... "positioned"...
Attachments
Patch (12.18 KB, patch)
2011-07-25 11:49 PDT, Dave Hyatt
mitz: review+
Dave Hyatt
Comment 1 2011-07-25 11:49:47 PDT
WebKit Review Bot
Comment 2 2011-07-25 11:52:17 PDT
Attachment 101889 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebCore/css/CSSPrimitiveValueMappings.h:937: A case label should not be indented, but line up with its switch statement. [whitespace/indent] [4] Source/WebCore/css/CSSParser.cpp:997: One space before end of line comments [whitespace/comments] [5] Source/WebCore/rendering/RenderObjectChildList.cpp:372: Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side. [whitespace/operators] [4] Source/WebCore/css/CSSStyleSelector.cpp:1862: Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side. [whitespace/operators] [4] Total errors found: 4 in 10 files If any of these errors are false positives, please file a bug against check-webkit-style.
Dave Hyatt
Comment 3 2011-07-25 13:09:06 PDT
Landed in r91702.
Note You need to log in before you can comment on or make changes to this bug.