gecko-dev/dom/mathml
Emilio Cobos Álvarez 633cce158c Bug 1868552 - Refactor nsIContent::IsFocusable for clarity. r=masayuki
Make it be output-only, not having that confusing in-out tab-index
parameter that is special for XUL to become focusable with
-moz-user-focus: normal. Instead, do that explicitly in
nsIFrame::IsFocusable().

Also, call it IsFocusableWithoutStyle(), since that's what it is.

Differential Revision: https://phabricator.services.mozilla.com/D195644
2023-12-08 11:34:06 +00:00
..
tests/mochitest
MathMLElement.cpp Bug 1868552 - Refactor nsIContent::IsFocusable for clarity. r=masayuki 2023-12-08 11:34:06 +00:00
MathMLElement.h Bug 1868552 - Refactor nsIContent::IsFocusable for clarity. r=masayuki 2023-12-08 11:34:06 +00:00
MathMLElementFactory.cpp
moz.build