Bug 155065

Summary: Add parsing support for object-position
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: CSSAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, sam, simon.fraser, zalan
Priority: P2    
Version: Safari 9   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 122811    
Attachments:
Description Flags
Patch
none
Patch
sam: review+
Patch
none
Patch simon.fraser: review+

Simon Fraser (smfr)
Reported 2016-03-05 12:04:09 PST
First stage of supporting object-position: parsing.
Attachments
Patch (31.27 KB, patch)
2016-03-05 12:13 PST, Simon Fraser (smfr)
no flags
Patch (31.37 KB, patch)
2016-03-05 12:27 PST, Simon Fraser (smfr)
sam: review+
Patch (31.58 KB, patch)
2016-03-05 12:44 PST, Simon Fraser (smfr)
no flags
Patch (31.40 KB, patch)
2016-03-05 13:13 PST, Simon Fraser (smfr)
simon.fraser: review+
Simon Fraser (smfr)
Comment 1 2016-03-05 12:13:40 PST
Simon Fraser (smfr)
Comment 2 2016-03-05 12:27:05 PST
Sam Weinig
Comment 3 2016-03-05 12:33:45 PST
Comment on attachment 273092 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=273092&action=review > Source/WebCore/css/CSSParser.cpp:2891 > + RefPtr<CSSPrimitiveValue> val1; > + RefPtr<CSSPrimitiveValue> val2; Can we use the whole word here? value1 and value2? > Source/WebCore/css/StyleBuilderConverter.h:319 > + Length length; Please move this to below where it is initialize.
Simon Fraser (smfr)
Comment 4 2016-03-05 12:44:03 PST
Simon Fraser (smfr)
Comment 5 2016-03-05 13:13:38 PST
Simon Fraser (smfr)
Comment 6 2016-03-05 15:25:31 PST
Note You need to log in before you can comment on or make changes to this bug.