Bug 1141455 - Do not treat an element with tabindex as an interactive content in label. r=smaug
This commit is contained in:
@@ -41,7 +41,7 @@ HTMLAudioElement::~HTMLAudioElement()
|
||||
}
|
||||
|
||||
bool
|
||||
HTMLAudioElement::IsInteractiveHTMLContent() const
|
||||
HTMLAudioElement::IsInteractiveHTMLContent(bool aIgnoreTabindex) const
|
||||
{
|
||||
return HasAttr(kNameSpaceID_None, nsGkAtoms::controls);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user