DOM.DOMComment (dom v0.1.0)

Defines interface Comment https://dom.spec.whatwg.org/#interface-comment

Link to this section Summary

Link to this section Types

@type t() :: %DOM.DOMComment{
  base_uri: term(),
  child_nodes: term(),
  data: term(),
  first_child: term(),
  is_connected: term(),
  last_child: term(),
  length: term(),
  next_sibling: term(),
  node_name: term(),
  node_type: term(),
  node_value: term(),
  owner_document: term(),
  parent_element: term(),
  parent_node: term(),
  previous_sibling: term(),
  text_content: term()
}