Bug 1141455 - Do not treat an element with tabindex as an interactive content in label. r=smaug

This commit is contained in:
Tooru Fujisawa
2015-03-18 05:42:14 +09:00
parent db16eca632
commit 1df47134f9
22 changed files with 24 additions and 24 deletions

View File

@@ -127,7 +127,7 @@ nsresult HTMLVideoElement::SetAcceptHeader(nsIHttpChannel* aChannel)
}
bool
HTMLVideoElement::IsInteractiveHTMLContent() const
HTMLVideoElement::IsInteractiveHTMLContent(bool aIgnoreTabindex) const
{
return HasAttr(kNameSpaceID_None, nsGkAtoms::controls);
}