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; |
}; |