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

Unified Diff: core/html/HTMLDocument.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/HTMLContentElement.idl ('k') | core/html/HTMLElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/HTMLDocument.idl
diff --git a/core/html/HTMLDocument.idl b/core/html/HTMLDocument.idl
index 1b73bc81db7ae852ea5116c288e412b0bab7c450..2b3f5b979fe3e1f288278e2806bd8fd15a4d7dbf 100644
--- a/core/html/HTMLDocument.idl
+++ b/core/html/HTMLDocument.idl
@@ -26,12 +26,11 @@
interface HTMLDocument : Document {
// https://html.spec.whatwg.org/#Document-partial
- // FIXME: *Color should have [TreatNullAs=EmptyString].
- [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString fgColor;
- [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString linkColor;
- [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString vlinkColor;
- [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString alinkColor;
- [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString bgColor;
+ [TreatNullAs=EmptyString, CustomElementCallbacks] attribute DOMString fgColor;
+ [TreatNullAs=EmptyString, CustomElementCallbacks] attribute DOMString linkColor;
+ [TreatNullAs=EmptyString, CustomElementCallbacks] attribute DOMString vlinkColor;
+ [TreatNullAs=EmptyString, CustomElementCallbacks] attribute DOMString alinkColor;
+ [TreatNullAs=EmptyString, CustomElementCallbacks] attribute DOMString bgColor;
[MeasureAs=DocumentClear] void clear();
[MeasureAs=DocumentCaptureEvents] void captureEvents();
« no previous file with comments | « core/html/HTMLContentElement.idl ('k') | core/html/HTMLElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698