We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac80bf commit 3983aceCopy full SHA for 3983ace
javascript/ql/lib/semmle/javascript/DOM.qll
@@ -450,6 +450,8 @@ module DOM {
450
result = domValueRef(DataFlow::TypeTracker::end())
451
or
452
result.hasUnderlyingType("Element")
453
+ or
454
+ result.hasUnderlyingType(any(string s | s.matches("HTML%Element")))
455
}
456
457
module LocationSource {
0 commit comments