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

Unified Diff: core/html/HTMLElement.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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 | « core/html/HTMLDocument.idl ('k') | core/html/HTMLEmbedElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/HTMLElement.idl
diff --git a/core/html/HTMLElement.idl b/core/html/HTMLElement.idl
index 7a849e9443fef9fa96094778f023998820335f0a..d39a27a05e6a0f0dcf5b4336536e86351c8aa67c 100644
--- a/core/html/HTMLElement.idl
+++ b/core/html/HTMLElement.idl
@@ -30,7 +30,7 @@ interface HTMLElement : Element {
// user interaction
[Reflect] attribute boolean hidden;
- void click();
+ [ImplementedAs=clickForBindings] void click();
[CustomElementCallbacks] attribute long tabIndex;
void focus();
void blur();
@@ -54,8 +54,7 @@ interface HTMLElement : Element {
// CSS Object Model (CSSOM)
// http://dev.w3.org/csswg/cssom/#the-elementcssinlinestyle-interface
- // FIXME: style should have [PutForwards=cssText].
- [SameObject, PerWorldBindings] readonly attribute CSSStyleDeclaration style;
+ [SameObject, PerWorldBindings, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
// Non-standard APIs
[TreatNullAs=NullString, CustomElementCallbacks, RaisesException=Setter, MeasureAs=HTMLElementInnerText] attribute DOMString innerText;
« no previous file with comments | « core/html/HTMLDocument.idl ('k') | core/html/HTMLEmbedElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698