use style.cssText rather than style (#44)

pull/28/head
Rich-Harris 8 years ago
parent f95656c561
commit be03b76950

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

Loading…
Cancel
Save