NEW 217149
CSSSelector should be able to generate the arguments string for an-plus-b lazily
https://bugs.webkit.org/show_bug.cgi?id=217149
Summary CSSSelector should be able to generate the arguments string for an-plus-b lazily
Keith Miller
Reported 2020-09-30 15:36:19 PDT
Right now we build the serialization of a selector's an-plus-b argument expression eagerly. However, the string can be generated when the serialization is needed just from the values of `a` and `b`.
Attachments
Radar WebKit Bug Importer
Comment 1 2020-10-07 15:37:14 PDT
Note You need to log in before you can comment on or make changes to this bug.