OSDN Git Service

mshtml vbuf backend: Ensure that A nodes with an empty href (as opposed to a non...
authorJames Teh <jamie@jantrid.net>
Wed, 16 Feb 2011 02:48:59 +0000 (12:48 +1000)
committerJames Teh <jamie@jantrid.net>
Wed, 16 Feb 2011 02:48:59 +0000 (12:48 +1000)
commit9d23b465f60af3a4a51f2a36acb6b81ec1301a60
treed62bf44229714a4a0d1052b6aeb3dffd66e7c12e
parentfc6b7e7446f01da673589efaa9ac9719cd16d163
mshtml vbuf backend: Ensure that A nodes with an empty href (as opposed to a non-existent href) are treated as links.
It is possible for an A node to have href=, but this is still a link.
In particular, Windows Live Mail seems to do this for all links.
Fixes the issue where some legitimate links were not being identified as links, such as in Windows Live Mail.
nvdaHelper/vbufBackends/mshtml/mshtml.cpp