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

Unified Diff: Source/core/dom/DocumentType.idl

Issue 943253002: Sync the DocumentType interface with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DocumentType.idl
diff --git a/Source/core/dom/DocumentType.idl b/Source/core/dom/DocumentType.idl
index 680352bc1b6e4283498cd28361a82679633273c6..1b7f41128f82eafa6ffa9b2a86a14aeadbb08c94 100644
--- a/Source/core/dom/DocumentType.idl
+++ b/Source/core/dom/DocumentType.idl
@@ -17,14 +17,10 @@
* Boston, MA 02110-1301, USA.
*/
-interface DocumentType : Node {
-
- // DOM Level 1
+// https://dom.spec.whatwg.org/#interface-documenttype
+interface DocumentType : Node {
readonly attribute DOMString name;
-
- // DOM Level 2
-
readonly attribute DOMString publicId;
readonly attribute DOMString systemId;
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698