mirror of
https://github.com/servo/servo.git
synced 2025-07-13 18:33:40 +01:00
* `LonghandId` and `ShorthandId` are C-like enums * `Atom` is used for the name of custom properties. * `PropertyDeclarationId` is the identifier for `PropertyDeclaration`, after parsing and shorthand expansion. (Longhand or custom property.) * `PropertyId` represents any CSS property, e.g. in CSSOM. (Longhand, shorthand, or custom.) Using these instead of strings avoids some memory allocations and copies. |
||
---|---|---|
.. | ||
atom_macro.rs | ||
mod.rs | ||
namespace.rs |