Closed
Bug 687318
Opened 14 years ago
Closed 14 years ago
Allow createProcessingInstruction in HTML
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: annevk, Assigned: Ms2ger)
References
()
Details
(Keywords: dev-doc-complete)
Attachments
(1 file, 2 obsolete files)
4.61 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
You can already adopt a processing instruction from one tree to another. You should be able to create them anywhere too for simplicity.
Assignee | ||
Comment 1•14 years ago
|
||
Assignee | ||
Comment 2•14 years ago
|
||
And some test fixes.
Attachment #560767 -
Attachment is obsolete: true
Attachment #560767 -
Flags: review?(jonas)
Attachment #560787 -
Flags: review?(jonas)
Assignee | ||
Comment 3•14 years ago
|
||
And now without unrelated hunks.
Attachment #560787 -
Attachment is obsolete: true
Attachment #560787 -
Flags: review?(jonas)
Attachment #560869 -
Flags: review?(jonas)
Comment on attachment 560869 [details] [diff] [review]
Patch v1.2
Can you get another DOM peer to review this?
Attachment #560869 -
Flags: review?(jonas) → review?
Comment 5•14 years ago
|
||
Comment on attachment 560869 [details] [diff] [review]
Patch v1.2
>+ if (!aShouldSucceed) {
>+ ok(0, "Invalid processing instruction creation", aReason);
ok(false, ....)
Attachment #560869 -
Flags: review? → review+
Assignee | ||
Comment 6•14 years ago
|
||
That's copied from test_bug352728.*x*html, want me to change it there too?
Comment 7•14 years ago
|
||
No need.
Assignee | ||
Comment 8•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
Version: unspecified → Trunk
Comment 9•14 years ago
|
||
Documentation updated:
https://developer.mozilla.org/en/DOM/document.createProcessingInstruction
And mentioned on Firefox 10 for developers.
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•