summaryrefslogtreecommitdiffstats
path: root/contrib/dom/idl/ProcessingInstruction.idl
blob: 3e90159a77aa9d659e83f6167ffb645a78243920 (plain)
1
2
3
4
5
6
interface ProcessingInstruction : Node {
  readonly attribute DOMString        target;
           attribute DOMString        data;
                                      // raises(DOMException) on setting

};