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

mshtml vbuf backend: Multiple text decoration values causes broken attribute name #567

Closed
nvaccessAuto opened this issue Feb 19, 2010 · 1 comment
Assignees
Milestone

Comments

@nvaccessAuto
Copy link

Reported by jteh on 2010-02-19 05:31
The style textDecoration property can return multiple values separated by spaces; e.g. "underline line-through". The mshtml vbuf backend assumes there is only one. Thus, if two are encountered, the resultant attribute name contains a space, which breaks the XML and causes an exception in NVDA; e.g. underline line-through="1". The backend should split the string and handle each value separately.

@nvaccessAuto
Copy link
Author

Comment 2 by jteh on 2010-02-19 05:42
Fixed in r3594.
Changes:
State: closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants