Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Unified Diff: third_party/WebKit/Source/core/html/HTMLElement.idl

Issue 2179273003: Implement spec-compliant HTMLElement.prototype.isContentEditable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move isEditingHost and isEditable to HTMLElement.cpp Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/HTMLElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLElement.idl b/third_party/WebKit/Source/core/html/HTMLElement.idl
index e20faa31ca3f7d3c3482001ddda3b5f3c6dd3165..fb8b036bff3cf38a76a0015bc17defcc85cfc51a 100644
--- a/third_party/WebKit/Source/core/html/HTMLElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLElement.idl
@@ -42,7 +42,7 @@ interface HTMLElement : Element {
// HTMLElement implements ElementContentEditable
// https://html.spec.whatwg.org/#contenteditable
[CEReactions, CustomElementCallbacks, RaisesException=Setter] attribute DOMString contentEditable;
- readonly attribute boolean isContentEditable;
+ [ImplementedAs=isContentEditableForBinding] readonly attribute boolean isContentEditable;
// CSSOM View Module
// http://dev.w3.org/csswg/cssom-view/#extensions-to-the-htmlelement-interface
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698