mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Expose interfaces only where they should be. #12415 - Partial
This commit is contained in:
parent
cd0a6b98f4
commit
d5c6c24d2a
7 changed files with 8 additions and 10 deletions
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#elementcontenteditable
|
||||
[NoInterfaceObject, Exposed=(Window,Worker)]
|
||||
[NoInterfaceObject, Exposed=Window]
|
||||
interface ElementContentEditable {
|
||||
// attribute DOMString contentEditable;
|
||||
// readonly attribute boolean isContentEditable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue