[whatwg/dom] Wrong return type of Node::getRootNode() (#739)

The WhatWG page on [Node::getRootNode](https://dom.spec.whatwg.org/#interface-node) states that this function returns an object of type `Node`. Yet, shouldn't it state, instead, that this function returns an object of type `ShadowRoot`?

/see also: /mdn/sprints/issues/1204

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/739

Received on Wednesday, 20 March 2019 00:54:11 UTC