[Webkit-unassigned] [Bug 254524] New: Refactor StyleRuleCounterStyle for eliminating StyleProperties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 27 08:17:59 PDT 2023


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

            Bug ID: 254524
           Summary: Refactor StyleRuleCounterStyle for eliminating
                    StyleProperties
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: vitor.roriz at apple.com
                CC: webkit-bug-importer at group.apple.com

StyleRuleCounterStyle currently stores `StyleProperties` besides `CSSCounterStyleDescriptors`.
This is used for facilitating serialization and read/write for the CSSOM api. We can get rid of the `StyleProperties` member and
use only `CSSCounterStyleDescriptors` after we write a serializer for each descriptor and adapt the setter function for setting only the `CSSCounterStyleDescriptors`

-- 
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/20230327/f9e35b74/attachment-0001.htm>


More information about the webkit-unassigned mailing list