Skip to content

Commit cb3730c

Browse files
author
Frank W. Bergmann
committed
added two CSS3.0 properties to prepare.cpp
1 parent 76fe8e5 commit cb3730c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

csstidy/prepare.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ void prepare()
339339
all_properties["float-offset"] = "CSS3.0";
340340
all_properties["font"] = "CSS1.0,CSS2.0,CSS2.1,CSS3.0";
341341
all_properties["font-family"] = "CSS1.0,CSS2.0,CSS2.1,CSS3.0";
342+
all_properties["font-format"] = "CSS3.0";
342343
all_properties["font-size"] = "CSS1.0,CSS2.0,CSS2.1,CSS3.0";
343344
all_properties["font-size-adjust"] = "CSS2.0,CSS3.0";
344345
all_properties["font-stretch"] = "CSS2.0,CSS3.0";
@@ -505,6 +506,7 @@ void prepare()
505506
all_properties["word-spacing"] = "CSS1.0,CSS2.0,CSS2.1,CSS3.0";
506507
all_properties["word-wrap"] = "CSS3.0";
507508
all_properties["z-index"] = "CSS2.0,CSS2.1,CSS3.0";
509+
all_properties["zoom"] = "CSS3.0";
508510

509511

510512
background_prop_default["background-image"] = "none";

0 commit comments

Comments
 (0)