mirror of
https://github.com/bendtherules/UiQuestions.git
synced 2026-08-18 13:52:50 +00:00
element-properties - Add MDN link for firstChild, nextSibling
This commit is contained in:
@@ -193,6 +193,11 @@ traverse(root.firstChild)
|
||||
|
||||
</Accordion>
|
||||
|
||||
<span>
|
||||
<MDN i title="firstChild" url="https://developer.mozilla.org/en-US/docs/Web/API/Node/firstChild" />
|
||||
<MDN i title="nextSibling" url="https://developer.mozilla.org/en-US/docs/Web/API/Node/nextSibling" />
|
||||
</span>
|
||||
|
||||
|
||||
<!-- ## Content - html, text
|
||||
|
||||
|
||||
Reference in New Issue
Block a user