WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
61589
Implement webkit margin collapse CSS properties in CSSStyleApplyProperty
https://bugs.webkit.org/show_bug.cgi?id=61589
Summary
Implement webkit margin collapse CSS properties in CSSStyleApplyProperty
Luke Macpherson
Reported
2011-05-26 18:47:59 PDT
Implement webkit margin collapse CSS properties in CSSStyleApplyProperty
Attachments
Patch
(4.99 KB, patch)
2011-05-26 18:51 PDT
,
Luke Macpherson
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Luke Macpherson
Comment 1
2011-05-26 18:51:53 PDT
Created
attachment 95091
[details]
Patch
Eric Seidel (no email)
Comment 2
2011-05-26 19:34:56 PDT
Comment on
attachment 95091
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=95091&action=review
OK.
> Source/WebCore/css/CSSStyleSelector.cpp:-4976 > - m_style->setMarginBeforeCollapse(MCOLLAPSE); > - m_style->setMarginAfterCollapse(MCOLLAPSE);
I assume initial* correctly returns these values?
Luke Macpherson
Comment 3
2011-05-26 20:35:44 PDT
Comment on
attachment 95091
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=95091&action=review
>> Source/WebCore/css/CSSStyleSelector.cpp:-4976 >> - m_style->setMarginAfterCollapse(MCOLLAPSE); > > I assume initial* correctly returns these values?
That is correct. These should have been calling RenderStyle::initialMarginBeforeCollapse/AfterCollapse, which return MCOLLAPSE.
Eric Seidel (no email)
Comment 4
2011-05-26 21:08:08 PDT
Comment on
attachment 95091
[details]
Patch I can't remember if you're a committer yet or not, but I'll set the cq+ just in case. :)
WebKit Commit Bot
Comment 5
2011-05-26 23:27:11 PDT
Comment on
attachment 95091
[details]
Patch Clearing flags on attachment: 95091 Committed
r87474
: <
http://trac.webkit.org/changeset/87474
>
WebKit Commit Bot
Comment 6
2011-05-26 23:27:16 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug