mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Add a dummy implementation of contentEditable
This commit is contained in:
parent
b60c70bab6
commit
c00eb62090
3 changed files with 24 additions and 15 deletions
|
@ -5,7 +5,7 @@
|
|||
// https://html.spec.whatwg.org/multipage/#elementcontenteditable
|
||||
[Exposed=Window]
|
||||
interface mixin ElementContentEditable {
|
||||
// [CEReactions]
|
||||
// attribute DOMString contentEditable;
|
||||
// readonly attribute boolean isContentEditable;
|
||||
[CEReactions]
|
||||
attribute DOMString contentEditable;
|
||||
readonly attribute boolean isContentEditable;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue