|
|
Chromium Code Reviews|
Created:
4 years, 2 months ago by Eric Willigers Modified:
4 years, 1 month ago CC:
blink-reviews, blink-reviews-style_chromium.org, chromium-reviews Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionCSS will-change: Mentioning transform properties gives containing block
We already create a containing block if 'perspective' or one of the
indepedent transform properties is not their initial value.
Now we also create a containing block if these properties are mentioned
in 'will-change'.
https://drafts.csswg.org/css-will-change/#will-change
"If any non-initial value of a property would cause the element to
generate a containing block for fixed positioned elements, specifying
that property in will-change must cause the element to generate a
containing block for fixed positioned elements."
BUG=650607
Committed: https://crrev.com/96cb4a9eeec773741f99097ee395f3098ead57a6
Cr-Commit-Position: refs/heads/master@{#429832}
Patch Set 1 #
Messages
Total messages: 25 (11 generated)
Description was changed from ========== CSS will-change: Mentioning transform properties gives containing block We already create a containing block if 'perspective' or one of the indepedent transform properties is not their initial value. Now we also create a containing block if these properties are mentioned in 'will-change'. https://drafts.csswg.org/css-will-change/#will-change "If any non-initial value of a property would cause the element to generate a containing block for fixed positioned elements, specifying that property in will-change must cause the element to generate a containing block for fixed positioned elements." BUG=650607 ========== to ========== CSS will-change: Mentioning transform properties gives containing block We already create a containing block if 'perspective' or one of the indepedent transform properties is not their initial value. Now we also create a containing block if these properties are mentioned in 'will-change'. https://drafts.csswg.org/css-will-change/#will-change "If any non-initial value of a property would cause the element to generate a containing block for fixed positioned elements, specifying that property in will-change must cause the element to generate a containing block for fixed positioned elements." BUG=650607 ==========
ericwilligers@chromium.org changed reviewers: + ajuma@chromium.org
I haven't received any feedback from the CSS Working Group on https://github.com/w3c/csswg-drafts/pull/587
On 2016/10/14 00:31:54, Eric Willigers wrote: > I haven't received any feedback from the CSS Working Group on > https://github.com/w3c/csswg-drafts/pull/587 Non-owner lgtm Given that we already create a containing block for non-initial values of these properties, I don't think we need to wait for the transforms spec to change before landing this.
The CQ bit was checked by ericwilligers@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
ericwilligers@chromium.org changed reviewers: + pdr@chromium.org
Added pdr for OWNER review.
pdr@chromium.org changed reviewers: + trchen@chromium.org
LGTM here too. @Tien-Ren, just added you to the review as a sanity check. I think this is good to go.
lgtm Thanks for the clean up! <3
The CQ bit was checked by ericwilligers@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
The CQ bit was checked by ericwilligers@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== CSS will-change: Mentioning transform properties gives containing block We already create a containing block if 'perspective' or one of the indepedent transform properties is not their initial value. Now we also create a containing block if these properties are mentioned in 'will-change'. https://drafts.csswg.org/css-will-change/#will-change "If any non-initial value of a property would cause the element to generate a containing block for fixed positioned elements, specifying that property in will-change must cause the element to generate a containing block for fixed positioned elements." BUG=650607 ========== to ========== CSS will-change: Mentioning transform properties gives containing block We already create a containing block if 'perspective' or one of the indepedent transform properties is not their initial value. Now we also create a containing block if these properties are mentioned in 'will-change'. https://drafts.csswg.org/css-will-change/#will-change "If any non-initial value of a property would cause the element to generate a containing block for fixed positioned elements, specifying that property in will-change must cause the element to generate a containing block for fixed positioned elements." BUG=650607 ==========
Message was sent while issue was closed.
Committed patchset #1 (id:1)
Message was sent while issue was closed.
Description was changed from ========== CSS will-change: Mentioning transform properties gives containing block We already create a containing block if 'perspective' or one of the indepedent transform properties is not their initial value. Now we also create a containing block if these properties are mentioned in 'will-change'. https://drafts.csswg.org/css-will-change/#will-change "If any non-initial value of a property would cause the element to generate a containing block for fixed positioned elements, specifying that property in will-change must cause the element to generate a containing block for fixed positioned elements." BUG=650607 ========== to ========== CSS will-change: Mentioning transform properties gives containing block We already create a containing block if 'perspective' or one of the indepedent transform properties is not their initial value. Now we also create a containing block if these properties are mentioned in 'will-change'. https://drafts.csswg.org/css-will-change/#will-change "If any non-initial value of a property would cause the element to generate a containing block for fixed positioned elements, specifying that property in will-change must cause the element to generate a containing block for fixed positioned elements." BUG=650607 Committed: https://crrev.com/96cb4a9eeec773741f99097ee395f3098ead57a6 Cr-Commit-Position: refs/heads/master@{#429832} ==========
Message was sent while issue was closed.
Patchset 1 (id:??) landed as https://crrev.com/96cb4a9eeec773741f99097ee395f3098ead57a6 Cr-Commit-Position: refs/heads/master@{#429832} |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
