mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Revert "Correct default Selectionstart and SelectionEnd"
This reverts commit b2c1f89b93
.
This commit is contained in:
parent
267f9db314
commit
b517410a34
8 changed files with 86 additions and 131 deletions
|
@ -651,7 +651,7 @@ impl HTMLFormElement {
|
|||
child.downcast::<HTMLSelectElement>().unwrap().reset();
|
||||
}
|
||||
NodeTypeId::Element(ElementTypeId::HTMLElement(HTMLElementTypeId::HTMLTextAreaElement)) => {
|
||||
child.downcast::<HTMLTextAreaElement>().unwrap().reset(true);
|
||||
child.downcast::<HTMLTextAreaElement>().unwrap().reset();
|
||||
}
|
||||
NodeTypeId::Element(ElementTypeId::HTMLElement(HTMLElementTypeId::HTMLOutputElement)) => {
|
||||
// Unimplemented
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue