Bug 65125 - Add the new CSS3 "positioned" value for floats.
Summary: Add the new CSS3 "positioned" value for floats.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-25 11:47 PDT by Dave Hyatt
Modified: 2011-07-25 13:09 PDT (History)
1 user (show)

See Also:


Attachments
Patch (12.18 KB, patch)
2011-07-25 11:49 PDT, Dave Hyatt
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2011-07-25 11:47:56 PDT
Add the new CSS3 value for floats... "positioned"...
Comment 1 Dave Hyatt 2011-07-25 11:49:47 PDT
Created attachment 101889 [details]
Patch
Comment 2 WebKit Review Bot 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.
Comment 3 Dave Hyatt 2011-07-25 13:09:06 PDT
Landed in r91702.