Closed
Bug 1833538
Opened 2 years ago
Closed 2 years ago
[css-properties-values-api] Parsing and serialization for @property syntax descriptor
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
115 Branch
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: zrhoffman, Assigned: zrhoffman)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
In order to implement parsing and serialization for the @property at-rule, we must first implement parsing and serialization for the syntax
descriptor.
Assignee | ||
Comment 1•2 years ago
|
||
Based off of @emilio's syntax parser at
https://github.com/emilio/css-typed-om-syntax.
The CustomIdent trait bound is replaced with a type parameter in order
to use style::values::CustomIdent later but also support a local CustomIdent
implementation for unit tests until they can be converted to WPTs.
Co-authored-by: Emilio Cobos Álvarez <emilio@crisal.io>
Updated•2 years ago
|
Assignee: nobody → zach
Status: NEW → ASSIGNED
Pushed by zach@zrhoffman.net:
https://hg.mozilla.org/integration/autoland/rev/09b71fd57924
[css-properties-values-api] Parsing and serialization for @property syntax descriptor r=emilio
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
Assignee | ||
Updated•1 year ago
|
Blocks: css-properties-values-api
You need to log in
before you can comment on or make changes to this bug.
Description
•