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

Unified Diff: Source/core/html/HTMLImageElement.idl

Issue 1028633005: Sync HTML element interfaces O-Q with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: and P*, Q* Created 5 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 | « no previous file | Source/core/html/HTMLOListElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLImageElement.idl
diff --git a/Source/core/html/HTMLImageElement.idl b/Source/core/html/HTMLImageElement.idl
index 0dc7d73998ef92a51287aa277d20881247a7cb3a..24191619fc3ee0c6b85cb079f7f06877118d2a75 100644
--- a/Source/core/html/HTMLImageElement.idl
+++ b/Source/core/html/HTMLImageElement.idl
@@ -44,6 +44,7 @@
[Reflect] attribute DOMString name;
[Reflect, URL] attribute DOMString lowsrc;
[Reflect] attribute DOMString align;
+ // TODO(philipj): hspace and vspace should be unsigned long.
[Reflect] attribute long hspace;
[Reflect] attribute long vspace;
[Reflect, URL] attribute DOMString longDesc;
« no previous file with comments | « no previous file | Source/core/html/HTMLOListElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698