use style.cssText rather than style (#44)

pull/7738/head
Rich-Harris 9 years ago
parent 1d030c6ac5
commit 15c40f1614

@ -103,7 +103,7 @@ const lookup = {
srcset: { appliesTo: [ 'img' ] },
start: { appliesTo: [ 'ol' ] },
step: { appliesTo: [ 'input' ] },
style: {},
style: { propertyName: 'style.cssText' },
summary: { appliesTo: [ 'table' ] },
tabindex: { propertyName: 'tabIndex' },
target: { appliesTo: [ 'a', 'area', 'base', 'form' ] },

Loading…
Cancel
Save