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

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

Issue 26694003: Add support for [TreatNullAs] extended attribute for reflected attributes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Move code to a subroutine Created 7 years, 2 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 | « Source/core/html/HTMLStyleElement.idl ('k') | Source/core/html/HTMLTableCellElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLTableCaptionElement.idl
diff --git a/Source/core/html/HTMLTableCaptionElement.idl b/Source/core/html/HTMLTableCaptionElement.idl
index e29f097db7eaea4a030bcef26024aa6d3987355b..b7b55d71ac87f1b7a8338ec26f07a460ba499edd 100644
--- a/Source/core/html/HTMLTableCaptionElement.idl
+++ b/Source/core/html/HTMLTableCaptionElement.idl
@@ -19,6 +19,6 @@
*/
interface HTMLTableCaptionElement : HTMLElement {
- [Reflect] attribute DOMString align;
+ [Reflect, TreatNullAs=NullString] attribute DOMString align;
};
« no previous file with comments | « Source/core/html/HTMLStyleElement.idl ('k') | Source/core/html/HTMLTableCellElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698