Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Cannot set property 'text-decoration' of undefined #68

Closed
mdholloway opened this issue Jan 25, 2016 · 1 comment
Closed

TypeError: Cannot set property 'text-decoration' of undefined #68

mdholloway opened this issue Jan 25, 2016 · 1 comment

Comments

@mdholloway
Copy link
Contributor

Hey all, I'm seeing a fair number of these errors generated by requests involving Chinese language scripts:

TypeError: Cannot set property 'text-decoration' of undefined
at Parser.(/Users/mholloway/mobileapps/node_modules/domino/lib/CSSStyleDeclaration.js:20:56)
at Parser.EventTarget.fire (/Users/mholloway/mobileapps/node_modules/domino/lib/cssparser.js:91:30)
at Parser.additions._declaration (/Users/mholloway/mobileapps/node_modules/domino/lib/cssparser.js:2615:26)
at Parser.additions._readDeclarations (/Users/mholloway/mobileapps/node_modules/domino/lib/cssparser.js:3123:41)
at Parser.additions.parseStyleAttribute (/Users/mholloway/mobileapps/node_modules/domino/lib/cssparser.js:3344:22)
at parseStyles (/Users/mholloway/mobileapps/node_modules/domino/lib/CSSStyleDeclaration.js:23:10)
at Object.create._parsed.get (/Users/mholloway/mobileapps/node_modules/domino/lib/CSSStyleDeclaration.js:36:28)
at Object.create.getPropertyValue.value (/Users/mholloway/mobileapps/node_modules/domino/lib/CSSStyleDeclaration.js:87:16)
at Object.defineProperty.get (/Users/mholloway/mobileapps/node_modules/domino/lib/CSSStyleDeclaration.js:258:19)
at Object.hideIPA (/Users/mholloway/mobileapps/lib/transformations/hideIPA.js:25:29)
[...]

@cscott
Copy link
Collaborator

cscott commented Jan 26, 2016

Could you come up with a minimal reproduction or test case?

@cscott cscott closed this as completed in 9bda5af Jan 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants