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

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

Issue 1164133003: Document the tracking bugs of some IDL FIXMEs and TODOs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/Element.idl ('k') | Source/core/html/HTMLElement.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 c645fab30207d6eafa9d0773f1d7e9bd1ec2221a..650e74ca893cbb7775d20f875ed634359d1568e5 100644
--- a/Source/core/dom/ProcessingInstruction.idl
+++ b/Source/core/dom/ProcessingInstruction.idl
@@ -23,7 +23,7 @@
interface ProcessingInstruction : CharacterData {
readonly attribute DOMString target;
- // FIXME: CharacterData.sheet is not part of any modern spec.
- // https://www.w3.org/Bugs/Public/show_bug.cgi?id=28068
+ // ProcessingInstruction implements LinkStyle
+ // http://dev.w3.org/csswg/cssom/#requirements-on-user-agents-implementing-the-xml-stylesheet-processing-instruction
readonly attribute StyleSheet sheet;
};
« no previous file with comments | « Source/core/dom/Element.idl ('k') | Source/core/html/HTMLElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698