[Webkit-unassigned] [Bug 253933] New: Correct RenderListMarker::styleDidChange check for list-style-type after 261651 at main

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 14 22:14:41 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=253933

            Bug ID: 253933
           Summary: Correct RenderListMarker::styleDidChange check for
                    list-style-type after 261651 at main
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ntim at apple.com

The new check in 261651 at main is incorrect, we can simply remove the `style().listStyleType().type == ListStyleType::Type::String` part.

The `style().listStyleType() != oldStyle->listStyleType()` now covers the string case too, since ListStyleType's equality operator checks both the identifier and the type.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230315/3bce633c/attachment.htm>


More information about the webkit-unassigned mailing list