This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 14183 - Support createProcessingInstruction in HTML
Summary: Support createProcessingInstruction in HTML
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: DOM (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-16 13:26 UTC by Simon Pieters
Modified: 2011-09-18 08:20 UTC (History)
3 users (show)

See Also:


Attachments

Description Simon Pieters 2011-09-16 13:26:18 UTC
Can we remove "If the context object is an HTML document, throw a NOT_SUPPORTED_ERR exception and terminate these steps." from http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-document-createprocessinginstruction ?
Comment 1 Ms2ger 2011-09-17 13:54:59 UTC
Sounds good to me. Anne?
Comment 2 Anne 2011-09-17 21:21:29 UTC
Yeah. You can already adopt them. Creating them too should be fine and result in less code in sane implementations.
Comment 4 Anne 2011-09-18 08:20:53 UTC
FWIW, Opera already allows this. Filed https://bugzilla.mozilla.org/show_bug.cgi?id=687318 for Gecko.