mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Add collect_values function to SpecifiedValueInfo trait for collecting possible values.
This is the basic structure of the stuff. Following patches will fill the gap between Gecko and Servo on value generating, and finally hook it into InspectorUtils. Bug: 1434130 Reviewed-by: emilio MozReview-Commit-ID: KNLAfFBiY6e
This commit is contained in:
parent
3b9c40dd14
commit
26c3aeda97
5 changed files with 192 additions and 47 deletions
|
@ -79,7 +79,7 @@ pub mod values;
|
|||
#[macro_use]
|
||||
pub mod viewport;
|
||||
|
||||
pub use specified_value_info::{CssType, SpecifiedValueInfo};
|
||||
pub use specified_value_info::{CssType, KeywordsCollectFn, SpecifiedValueInfo};
|
||||
pub use values::{Comma, CommaWithSpace, CssWriter, OneOrMoreSeparated, Separator, Space, ToCss};
|
||||
|
||||
/// The error type for all CSS parsing routines.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue