Paint glitch with opacity on a block continuation. |
|||
Issue description
Chrome Version:
71.0.3549.0 (Developer Build) (64-bit)
refs/heads/master@{#589915}
OS: Linux
Sample code:
<!DOCTYPE html>
<style>
#goodness {
opacity: 0.5;
}
</style>
<span id="goodness">A<span style="display:block">B</span>C</span>
What steps will reproduce the problem?
(1) View the sample in Chrome and Firefox
What is the expected result?
Opacity applies to "B" in both cases.
What happens instead?
"B" is rendered correctly in Firefox, but opaque in Chrome.
,
Sep 14
Is the style inherited correctly?
,
Sep 17
,
Sep 17
Opacity is a non-inherited property but should affect stacking context. |
|||
►
Sign in to add a comment |
|||
Comment 1 by kevers@chromium.org
, Sep 14