Bug 217149 - CSSSelector should be able to generate the arguments string for an-plus-b lazily
Summary: CSSSelector should be able to generate the arguments string for an-plus-b lazily
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-09-30 15:36 PDT by Keith Miller
Modified: 2020-10-07 15:37 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Miller 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`.
Comment 1 Radar WebKit Bug Importer 2020-10-07 15:37:14 PDT
<rdar://problem/70068203>