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

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

Issue 1176013002: Move attributes and methods from HTMLDocument to Document (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated to latest master Created 5 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 | « Source/core/html/HTMLDocument.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLDocument.idl
diff --git a/Source/core/html/HTMLDocument.idl b/Source/core/html/HTMLDocument.idl
index f695ad5650bf37afdc6e98814d3194fbfacbc3fc..1b73bc81db7ae852ea5116c288e412b0bab7c450 100644
--- a/Source/core/html/HTMLDocument.idl
+++ b/Source/core/html/HTMLDocument.idl
@@ -24,16 +24,6 @@
// https://html.spec.whatwg.org/#the-window-object
interface HTMLDocument : Document {
- // https://html.spec.whatwg.org/#the-document-object
- // TODO(philipj): The below should be moved to Document. crbug.com/496376
-
- // dynamic markup insertion
- // FIXME: There are two open() methods in the spec.
- [Custom, CustomElementCallbacks] void open();
- [RaisesException] void close();
- [CallWith=ActiveWindow, CustomElementCallbacks, RaisesException] void write(DOMString... text);
- [CallWith=ActiveWindow, CustomElementCallbacks, RaisesException] void writeln(DOMString... text);
-
// https://html.spec.whatwg.org/#Document-partial
// FIXME: *Color should have [TreatNullAs=EmptyString].
« no previous file with comments | « Source/core/html/HTMLDocument.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698