:root
:root is defined as: Pseudo-Class to match root element of DOM Tree. Topics on: identical to html selector to rep <html> element. Read more: CSS, CSS Syntax, Se
:root is defined as: Pseudo-Class to match root element of DOM Tree. Topics on: identical to html selector to rep <html> element. Read more: CSS, CSS Syntax, Se
.appendChild() is defined as: to append childNode arg to current Node. Topics on: if existing node on DOM is passed as arg. Read more: JS, JS Concepts, Java Scr
.cloneNode() is defined as: to return duplicate of calling Node. Topics on: !gotcha cloned node duplicate id attributes which must be unique, .cloneNode(deep?).
.innerHTML is defined as: . Topics on: . Read more: JS, JS Concepts, Java Script Runtime, Platform API, Web API, DOM API, DOM Tree, Node Hierachy, Node, Node In
.innerText. Topics on: . Read more: JS, JS Concepts, Java Script Runtime, Platform API, Web API, DOM API, DOM Tree, Node Hierachy, Node, Node Instance Propertie
.textContent is defined as: to return/set text content of HTMLElement (+ Descendant). Topics on: .textContent differs from .innerText, .textContent differs from
.textContent differs from .innerHTML. Topics on: does not return HTML, performs better since Value is not parsed as HTML, not vulnerable to XSSs. Read more: JS,
Abstract Class. Topics on: Class that cannot be instantiated, Object Reference that cannot be created, containing Abstract Method. Read more: JS, JS Concepts, J
Ascendant is defined as: any Parent Node (or above up to Root). Topics on: . Read more: JS, JS Concepts, Java Script Runtime, Platform API, Web API, DOM API, DO
Child is defined as: Node directly below a given Node. Topics on: unlike Parent, can have multiple Child Nodes. Read more: JS, JS Concepts, Java Script Runtime,
Descendant is defined as: any Child (& sub children) Nodes. Topics on: . Read more: JS, JS Concepts, Java Script Runtime, Platform API, Web API, DOM API, DOM Tr
Document is defined as: DOM Interface to rep Root of document. Topics on: .querySelector(), .createElement(), .getElementbyId(), Viewport. Read more: JS, JS Con
DOM Tree is defined as: Tree-like structure of Node, autogen by HTML document. Topics on: Node Hierachy. Read more: JS, JS Concepts, Java Script Runtime, Platfo
Element is defined as: abstract DOM Interface to Prototypal Inheritance some useful props/methods. Topics on: scrollIntoView(). Read more: JS, JS Concepts, Java
Fiber is defined as: internal React Object to rep each Node of DOM Tree. Topics on: Fiber acts as unit of work in Render Phase & Commit Phase, Fiber replaces Re
Node is defined as: DOM Interface & Abstract Class upon which every member in DOM Tree are based. Topics on: Abstract Class, Node instance properties, Node inst
Node Hierachy is defined as: tree-like relationship between Nodes in DOM Tree. Topics on: Node, Node Inheritance. Read more: JS, JS Concepts, Java Script Runtim
Node Inheritance is defined as: All Child Prototypal Inheritance methods & properties from Parent. Topics on: . Read more: JS, JS Concepts, Java Script Runtime,
Node instance methods. Topics on: .appendChild(), .cloneNode(), .contains(), .hasChildNodes(), .insertBefore(), .isSameNode(). Read more: JS, JS Concepts, Java
Node instance properties. Topics on: .childNodes, .innerHTML, .innerText, .nodeValue, .parentElement, .parentNode, .textContent. Read more: JS, JS Concepts, Jav
Node Nesting is defined as: (process) to organize Node into DOM Tree. Topics on: . Read more: JS, JS Concepts, Java Script Runtime, Platform API, Web API, DOM A
Parent is defined as: Node directly above a given Node. Topics on: Every Node only has ONE Parent (except Root). Read more: JS, JS Concepts, Java Script Runtime
Root is defined as: top-most Node in DOM Tree. Topics on: . Read more: JS, JS Concepts, Java Script Runtime, Platform API, Web API, DOM API, DOM Tree, Node Hier
scrollIntoView() is defined as: to scroll to Node. Topics on: . Read more: JS, JS Concepts, Java Script Runtime, Platform API, Web API, DOM API, DOM Tree, Node
Sibling is defined as: two Nodes sharing same Parent. Topics on: . Read more: JS, JS Concepts, Java Script Runtime, Platform API, Web API, DOM API, DOM Tree, No
Viewport is defined as: visible portion of Document in window. Topics on: Visual Viewport, Layout Viewport, (rectangular) area through which graphics are being
Visual Viewport is defined as: cur visible portion of Viewport. Topics on: Visual Viewport excl onscreen keyboard. Read more: JS, JS Concepts, Java Script Runti