mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Report counted unknown properties as well.
Differential Revision: https://phabricator.services.mozilla.com/D44717
This commit is contained in:
parent
5e77ba9bf4
commit
c92d1f6b9c
1 changed files with 1 additions and 1 deletions
|
@ -1793,7 +1793,7 @@ impl ToCss for PropertyId {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// The counted unknown property list which is used for css use counters.
|
/// The counted unknown property list which is used for css use counters.
|
||||||
#[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)]
|
#[derive(Clone, Copy, Debug, Eq, FromPrimitive, Hash, PartialEq)]
|
||||||
#[repr(u8)]
|
#[repr(u8)]
|
||||||
pub enum CountedUnknownProperty {
|
pub enum CountedUnknownProperty {
|
||||||
% for prop in data.counted_unknown_properties:
|
% for prop in data.counted_unknown_properties:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue