diff --git a/dom.bs b/dom.bs index a5f9b88c1..b88118ee7 100644 --- a/dom.bs +++ b/dom.bs @@ -4899,23 +4899,39 @@ the interface node implements:
Return the result of locating a namespace prefix for it using namespace. +
Return the result of locating a namespace prefix for this using + namespace.
Return the result of locating a namespace prefix for its document element, - if its document element is non-null; otherwise null. +
If this's document element is null, then return null. + +
Return the result of locating a namespace prefix for this's + document element using namespace. +
Return null.
Return the result of locating a namespace prefix for its element, - if its element is non-null; otherwise null. +
Return the result of locating a namespace prefix for this's + element using namespace. +
Return the result of locating a namespace prefix for its parent element, if - its parent element is non-null; otherwise null. +
If this's parent element is null, then return null. + +
Return the result of locating a namespace prefix for this's + parent element using namespace. +