Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-05-17 01:51:57 +02:00
parent 69fc5ca9fd
commit 373d22119f
3 changed files with 4 additions and 4 deletions

View file

@ -148,7 +148,7 @@ impl HTMLTextAreaElement {
.clone();
HTMLTextAreaElement {
htmlelement: HTMLElement::new_inherited_with_state(
ElementState::IN_ENABLED_STATE | ElementState::IN_READ_WRITE_STATE,
ElementState::IN_ENABLED_STATE | ElementState::IN_READWRITE_STATE,
local_name,
prefix,
document,