Bug 1841801 - Make dirname apply to hidden, tel, url, email. r=dom-core,edgar
Differential Revision: https://phabricator.services.mozilla.com/D183114
This commit is contained in:
@@ -1584,6 +1584,10 @@ class HTMLInputElement final : public TextControlElement,
|
||||
switch (mType) {
|
||||
case FormControlType::InputText:
|
||||
case FormControlType::InputSearch:
|
||||
case FormControlType::InputEmail:
|
||||
case FormControlType::InputHidden:
|
||||
case FormControlType::InputTel:
|
||||
case FormControlType::InputUrl:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user