@@ -349,7 +349,7 @@ export namespace Shorthands {
349
349
readonly border : Shorthand < " border-bottom-color" | " border-bottom-style" | " border-bottom-width" | " border-left-color" | " border-left-style" | " border-left-width" | " border-right-color" | " border-right-style" | " border-right-width" | " border-top-color" | " border-top-style" | " border-top-width" > ;
350
350
readonly " border-width" : Shorthand < " border-bottom-width" | " border-left-width" | " border-right-width" | " border-top-width" > ;
351
351
readonly " flex-flow" : Shorthand < " flex-direction" | " flex-wrap" > ;
352
- readonly font : Shorthand < " font-family " | " font-size " | " font-stretch" | " font-style" | " font-variant-caps" | " font-variant-east-asian" | " font-variant-ligatures" | " font-variant-numeric" | " font-variant-position" | " font-weight" | " line-height" > ;
352
+ readonly font : Shorthand < " font-size " | " font-family " | " font-stretch" | " font-style" | " font-variant-caps" | " font-variant-east-asian" | " font-variant-ligatures" | " font-variant-numeric" | " font-variant-position" | " font-weight" | " line-height" > ;
353
353
readonly " font-variant" : Shorthand < " font-variant-caps" | " font-variant-east-asian" | " font-variant-ligatures" | " font-variant-numeric" > ;
354
354
readonly " inset-block" : Shorthand < " inset-block-end" | " inset-block-start" > ;
355
355
readonly " inset-inline" : Shorthand < " inset-inline-end" | " inset-inline-start" > ;
@@ -440,12 +440,14 @@ export namespace Style {
440
440
hasBoxShadow : typeof element .hasBoxShadow , // (undocumented)
441
441
hasCascadedStyle : typeof element .hasCascadedStyle , // (undocumented)
442
442
hasComputedStyle : typeof element .hasComputedStyle , // (undocumented)
443
+ hasInitialComputedStyle : typeof element .hasInitialComputedStyle , // (undocumented)
443
444
hasPositioningParent : typeof element .hasPositioningParent , // (undocumented)
444
445
hasOutline : typeof element .hasOutline , // (undocumented)
445
446
hasSpecifiedStyle : typeof element .hasSpecifiedStyle , // (undocumented)
446
447
hasTextDecoration : typeof element .hasTextDecoration , // (undocumented)
447
448
hasTransparentBackground : typeof element .hasTransparentBackground , // (undocumented)
448
449
hasUsedStyle : typeof element .hasUsedStyle , // (undocumented)
450
+ isFlexOrGridChild : typeof element .isFlexOrGridChild , // (undocumented)
449
451
isFocusable : typeof element .isFocusable , // (undocumented)
450
452
isImportant : typeof element .isImportant , // (undocumented)
451
453
isInert : typeof element .isInert , // (undocumented)
0 commit comments