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

Unified Diff: third_party/WebKit/Source/core/dom/CDATASection.idl

Issue 2249083002: Reinstate CDATASection (it's back in the spec) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | third_party/WebKit/Source/core/dom/Document.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/CDATASection.idl
diff --git a/third_party/WebKit/Source/core/dom/CDATASection.idl b/third_party/WebKit/Source/core/dom/CDATASection.idl
index d672cce6b0d2d118a740c029a1c0ae01fc2b8c9c..6cd8f22700d2c73c0d54fad06e9bde640763826e 100644
--- a/third_party/WebKit/Source/core/dom/CDATASection.idl
+++ b/third_party/WebKit/Source/core/dom/CDATASection.idl
@@ -17,9 +17,7 @@
* Boston, MA 02110-1301, USA.
*/
-// https://dom.spec.whatwg.org/#cdatasection
+// https://dom.spec.whatwg.org/#interface-cdatasection
-// FIXME: CDATASection has been removed from the spec. crbug.com/437205
interface CDATASection : Text {
};
-
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698