mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Further changes required by Servo
This commit is contained in:
parent
69fc5ca9fd
commit
373d22119f
3 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue