Closed
Bug 1388139
Opened 7 years ago
Closed 7 years ago
The methods for the XPathResult are all missing.
Categories
(Developer Documentation Graveyard :: API: Miscellaneous, defect, P5)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1208816
People
(Reporter: tom.mai78101, Unassigned)
Details
:: Developer Documentation Request
Request Type: Correction
Gecko Version: Trunk
Technical Contact:
:: Details
The MDN articles for the XPathResult methods are all missing.
https://developer.mozilla.org/en-US/docs/Web/API/XPathResult/snapshotItem
https://developer.mozilla.org/en-US/docs/Web/API/XPathResult/iterateNext
Of the latter, there were multiple bugs filed 2 years ago (as of writing):
https://bugzilla.mozilla.org/show_bug.cgi?id=1230772
https://bugzilla.mozilla.org/show_bug.cgi?id=1208816
Can they be added in? Thanks in advance.
Reporter | ||
Comment 1•7 years ago
|
||
Technically, we can lazily obtain the information needed from a different source:
XPathResult docs, with full methods explanations -- http://help.dottoro.com/ljruhkuj.php
But I don't know if that's enough as is.
Reporter | ||
Comment 2•7 years ago
|
||
Forget about my posts, I forgot about licensing and such, so I'll just make an external reference link, and call it a day.
Updated•7 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•