DescriptionRemove FIXME regarding respecting overflow clip.
Background: https://bugs.webkit.org/show_bug.cgi?id=91117
This is where ShouldRespectOverflowClip was introduced, and, as the name might
suggest, it was only meant to be used for "overflow clip"
(RenderObject::hasOverflowClip()), not "clip" (RenderObject::hasClip()).
The 'clip' property should always be respected, while we have to ignore
overflow clipping sometimes, so that we can composite content not currently
within the viewport established by a scrollable container.
R=chrishtr@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187047
Patch Set 1 #
Messages
Total messages: 5 (1 generated)
|