Bug 1633486 Comment 4 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The test case creates an animation with all properties by implicit keyframes. I tried to make it simpler: only create `opacity: ['initial']`, and I still can reproduce this issue. However, [`opacity` shouldn't be applied to `::marker` pseudo element](https://drafts.csswg.org/css-pseudo-4/#marker-pseudo), so I suspect that's why we can not get an underlying value for opacity on '::marker'.
The test case creates an animation with all properties by implicit keyframes. I tried to make it simpler: only create `opacity: ['initial']`, and I still can reproduce this issue. It seems [`opacity` shouldn't be applied to `::marker` pseudo element](https://drafts.csswg.org/css-pseudo-4/#marker-pseudo), so I suspect that's why we can not get an underlying value for `opacity` on `::marker`.

Back to Bug 1633486 Comment 4