Skip to content

Commit c1ea835

Browse files
committed
add '-webkit-box' and '-webkit-inline-box'
add '-webkit-box' and '-webkit-inline-box' of 'display'
1 parent 46dddd5 commit c1ea835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/Properties.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ var Properties = {
251251

252252
//D
253253
"direction" : "ltr | rtl | inherit",
254-
"display" : "inline | block | list-item | inline-block | table | inline-table | table-row-group | table-header-group | table-footer-group | table-row | table-column-group | table-column | table-cell | table-caption | box | inline-box | grid | inline-grid | none | inherit | -moz-box | -moz-inline-block | -moz-inline-box | -moz-inline-grid | -moz-inline-stack | -moz-inline-table | -moz-grid | -moz-grid-group | -moz-grid-line | -moz-groupbox | -moz-deck | -moz-popup | -moz-stack | -moz-marker",
254+
"display" : "inline | block | list-item | inline-block | table | inline-table | table-row-group | table-header-group | table-footer-group | table-row | table-column-group | table-column | table-cell | table-caption | box | inline-box | grid | inline-grid | none | inherit | -moz-box | -moz-inline-block | -moz-inline-box | -moz-inline-grid | -moz-inline-stack | -moz-inline-table | -moz-grid | -moz-grid-group | -moz-grid-line | -moz-groupbox | -moz-deck | -moz-popup | -moz-stack | -moz-marker | -webkit-box | -webkit-inline-box",
255255
"dominant-baseline" : 1,
256256
"drop-initial-after-adjust" : "central | middle | after-edge | text-after-edge | ideographic | alphabetic | mathematical | <percentage> | <length>",
257257
"drop-initial-after-align" : "baseline | use-script | before-edge | text-before-edge | after-edge | text-after-edge | central | middle | ideographic | alphabetic | hanging | mathematical",
@@ -478,4 +478,4 @@ var Properties = {
478478
//Z
479479
"z-index" : "<integer> | auto | inherit",
480480
"zoom" : "<number> | <percentage> | normal"
481-
};
481+
};

0 commit comments

Comments
 (0)