Bug 1897194 - Form-associated custom elements shouldn't have special handling for :read-write, r=edgar
Differential Revision: https://phabricator.services.mozilla.com/D210868
This commit is contained in:
@@ -6553,7 +6553,7 @@ HTMLInputElement::ValueModeType HTMLInputElement::GetValueMode() const {
|
||||
|
||||
bool HTMLInputElement::IsMutable() const {
|
||||
return !IsDisabled() &&
|
||||
!(DoesReadOnlyApply() && State().HasState(ElementState::READONLY));
|
||||
!(DoesReadWriteApply() && State().HasState(ElementState::READONLY));
|
||||
}
|
||||
|
||||
bool HTMLInputElement::DoesRequiredApply() const {
|
||||
|
||||
Reference in New Issue
Block a user