Class type Dom_html.tableCaptionElement

inherit Js_of_ocaml__.Dom.element
inherit nodeSelector
method id : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method title : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method lang : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method dir : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method className : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method classList : tokenList Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_prop
method closest : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t -> element Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt Js_of_ocaml__.Js.meth
method style : cssStyleDeclaration Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method innerHTML : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method outerHTML : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method textContent : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt Js_of_ocaml__.Js.prop
method innerText : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method clientLeft : int Js_of_ocaml__.Js.readonly_prop
method clientTop : int Js_of_ocaml__.Js.readonly_prop
method clientWidth : int Js_of_ocaml__.Js.readonly_prop
method clientHeight : int Js_of_ocaml__.Js.readonly_prop
method offsetLeft : int Js_of_ocaml__.Js.readonly_prop
method offsetTop : int Js_of_ocaml__.Js.readonly_prop
method offsetParent : element Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt Js_of_ocaml__.Js.readonly_prop
method offsetWidth : int Js_of_ocaml__.Js.readonly_prop
method offsetHeight : int Js_of_ocaml__.Js.readonly_prop
method scrollLeft : int Js_of_ocaml__.Js.prop
method scrollTop : int Js_of_ocaml__.Js.prop
method scrollWidth : int Js_of_ocaml__.Js.prop
method scrollHeight : int Js_of_ocaml__.Js.prop
method getClientRects : clientRectList Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method getBoundingClientRect : clientRect Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method scrollIntoView : bool Js_of_ocaml__.Js.t -> unit Js_of_ocaml__.Js.meth
method click : unit Js_of_ocaml__.Js.meth
method focus : unit Js_of_ocaml__.Js.meth
method blur : unit Js_of_ocaml__.Js.meth
inherit eventTarget