codigo0/node_modules/happy-dom/lib/css/declaration/computed-style/config/CSSStyleDeclarationElementInheritedProperties.js

40 lines
1,009 B
JavaScript
Raw Normal View History

export default {
'border-collapse': true,
'border-spacing': true,
'caption-side': true,
color: true,
cursor: true,
direction: true,
'empty-cells': true,
'font-family': true,
'font-size': true,
'font-style': true,
'font-variant': true,
'font-weight': true,
'font-size-adjust': true,
'font-stretch': true,
font: true,
'letter-spacing': true,
'line-height': true,
'list-style-image': true,
'list-style-position': true,
'list-style-type': true,
'list-style': true,
orphans: true,
quotes: true,
'tab-size': true,
'text-align': true,
'text-align-last': true,
'text-decoration-color': true,
'text-indent': true,
'text-justify': true,
'text-shadow': true,
'text-transform': true,
visibility: true,
'white-space': true,
widows: true,
'word-break': true,
'word-spacing': true,
'word-wrap': true
};
//# sourceMappingURL=CSSStyleDeclarationElementInheritedProperties.js.map