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

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

Issue 946823002: Sync CharacterData and related interfaces with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: of 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 | « Source/core/dom/Comment.idl ('k') | Source/core/dom/Text.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ProcessingInstruction.idl
diff --git a/Source/core/dom/ProcessingInstruction.idl b/Source/core/dom/ProcessingInstruction.idl
index c082c1035109313123481eca3c09b6b7e0b60e1e..048f210598a45d8f499b1009d4970704e964a178 100644
--- a/Source/core/dom/ProcessingInstruction.idl
+++ b/Source/core/dom/ProcessingInstruction.idl
@@ -18,13 +18,13 @@
* Boston, MA 02110-1301, USA.
*/
-interface ProcessingInstruction : CharacterData {
-
- // DOM Level 1
+// https://dom.spec.whatwg.org/#interface-processinginstruction
+interface ProcessingInstruction : CharacterData {
+ // FIXME: target should not be nullable.
readonly attribute DOMString? target;
- // interface LinkStyle from DOM Level 2 Style Sheets
+ // FIXME: CharacterData.sheet is not part of any modern spec.
+ // https://www.w3.org/Bugs/Public/show_bug.cgi?id=28068
readonly attribute StyleSheet sheet;
};
-
« no previous file with comments | « Source/core/dom/Comment.idl ('k') | Source/core/dom/Text.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698