Skip to content

Commit be03b76

Browse files
committed
use style.cssText rather than style (#44)
1 parent f95656c commit be03b76

File tree

1 file changed

+1
-1
lines changed
  • compiler/generate/visitors/attributes

1 file changed

+1
-1
lines changed

compiler/generate/visitors/attributes/lookup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const lookup = {
103103
srcset: { appliesTo: [ 'img' ] },
104104
start: { appliesTo: [ 'ol' ] },
105105
step: { appliesTo: [ 'input' ] },
106-
style: {},
106+
style: { propertyName: 'style.cssText' },
107107
summary: { appliesTo: [ 'table' ] },
108108
tabindex: { propertyName: 'tabIndex' },
109109
target: { appliesTo: [ 'a', 'area', 'base', 'form' ] },

0 commit comments

Comments
 (0)