mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 14:43:28 +00:00
netsurf: move to public only API
And add some Node APIs: - getters: firstChild, lastChild, nextSibling, previoussibling, parentNode, parentElement, nodeName, nodeType, ownerDocument, isConnected - getters/setters: nodeValue, textContent - methods: appendChild And some test comptime optimizations on Document Signed-off-by: Francis Bouvier <francis.bouvier@gmail.com>
This commit is contained in:
@@ -1,8 +1 @@
|
||||
<div id='content'>
|
||||
<a id='link' href='foo'>OK</a>
|
||||
<p id='para-empty'>
|
||||
<span id='para-empty-child'></span>
|
||||
</p>
|
||||
<p id='para'> And</p>
|
||||
<!--comment-->
|
||||
</div>
|
||||
<div id='content'><a id='link' href='foo'>OK</a><p id='para-empty'><span id='para-empty-child'></span></p><p id='para'> And</p><!--comment--></div>
|
||||
Reference in New Issue
Block a user