include Html_sigs.T
with type 'a Xml.W.t = 'a
and type 'a Xml.W.tlist = 'a list
and type Xml.mouse_event_handler =
(Js_of_ocaml.Dom_html.mouseEvent Js_of_ocaml.Js.t ->
unit)
Eliom_client_value.t
type doc = Html_types.html elttype ('a, 'b) nullary = ?a:??? -> unit -> 'b elttype ('a, 'b, 'c) unary = ?a:??? -> 'b elt wrap -> 'c eltmodule Info : Xml_sigs.Infoval a_class : Html_types.nmtokens wrap -> [> `Class ] attribval a_user_data :
Html_types.nmtoken ->
Html_types.text wrap ->
[> `User_data ] attribval a_id : Html_types.text wrap -> [> `Id ] attribval a_title : Html_types.text wrap -> [> `Title ] attribval a_xml_lang : Html_types.languagecode wrap -> [> `XML_lang ] attribval a_lang : Html_types.languagecode wrap -> [> `Lang ] attribval a_allowfullscreen : unit -> [> `Allowfullscreen ] attribval a_allowpaymentrequest : unit -> [> `Allowpaymentrequest ] attribval a_autocomplete :
Html_types.autocomplete_option wrap ->
[> `Autocomplete ] attribval a_async : unit -> [> `Async ] attribval a_autofocus : unit -> [> `Autofocus ] attribval a_autoplay : unit -> [> `Autoplay ] attribval a_muted : unit -> [> `Muted ] attribval a_crossorigin :
[< `Anonymous | `Use_credentials ] wrap ->
[> `Crossorigin ] attribval a_integrity : string wrap -> [> `Integrity ] attribval a_challenge : Html_types.text wrap -> [> `Challenge ] attribval a_contenteditable : bool wrap -> [> `Contenteditable ] attribval a_controls : unit -> [> `Controls ] attribval a_dir : [< `Ltr | `Rtl ] wrap -> [> `Dir ] attribval a_draggable : bool wrap -> [> `Draggable ] attribval a_hidden : unit -> [> `Hidden ] attribval a_high : Html_types.float_number wrap -> [> `High ] attribval a_ismap : unit -> [> `Ismap ] attribval a_keytype : Html_types.text wrap -> [> `Keytype ] attribval a_list : Html_types.idref wrap -> [> `List ] attribval a_loop : unit -> [> `Loop ] attribval a_low : Html_types.float_number wrap -> [> `High ] attribval a_max : Html_types.float_number wrap -> [> `Max ] attribval a_min : Html_types.float_number wrap -> [> `Min ] attribval a_novalidate : unit -> [> `Novalidate ] attribval a_open : unit -> [> `Open ] attribval a_optimum : Html_types.float_number wrap -> [> `Optimum ] attribval a_pattern : Html_types.text wrap -> [> `Pattern ] attribval a_placeholder : Html_types.text wrap -> [> `Placeholder ] attribval a_preload : [< `Audio | `Metadata | `None ] wrap -> [> `Preload ] attribval a_pubdate : unit -> [> `Pubdate ] attribval a_radiogroup : Html_types.text wrap -> [> `Radiogroup ] attribval a_referrerpolicy :
Html_types.referrerpolicy wrap ->
[> `Referrerpolicy ] attribval a_required : unit -> [> `Required ] attribval a_reversed : unit -> [> `Reversed ] attribval a_sandbox : [< Html_types.sandbox_token ] list wrap -> [> `Sandbox ] attribval a_spellcheck : bool wrap -> [> `Spellcheck ] attribval a_scoped : unit -> [> `Scoped ] attribval a_seamless : unit -> [> `Seamless ] attribval a_sizes :
(Html_types.number * Html_types.number) list option wrap ->
[> `Sizes ] attribval a_span : Html_types.number wrap -> [> `Span ] attribval a_srclang : Html_types.nmtoken wrap -> [> `XML_lang ] attribtype image_candidate = [ | `Url of uri| `Url_pixel of uri * Html_types.float_number| `Url_width of uri * Html_types.number
]val a_img_sizes : Html_types.text list wrap -> [> `Img_sizes ] attribval a_start : Html_types.number wrap -> [> `Start ] attribval a_step : Html_types.float_number option wrap -> [> `Step ] attribval a_translate : [< `No | `Yes ] wrap -> [> `Translate ] attribval a_wrap : [< `Hard | `Soft ] wrap -> [> `Wrap ] attribval a_version : Html_types.cdata wrap -> [> `Version ] attribval a_xmlns : [< `W3_org_1999_xhtml ] wrap -> [> `XMLns ] attribval a_xml_space : [< `Default | `Preserve ] wrap -> [> `XML_space ] attribval a_accesskey : Html_types.character wrap -> [> `Accesskey ] attribval a_charset : Html_types.charset wrap -> [> `Charset ] attribval a_accept_charset : Html_types.charsets wrap -> [> `Accept_charset ] attribval a_accept : Html_types.contenttypes wrap -> [> `Accept ] attribval a_hreflang : Html_types.languagecode wrap -> [> `Hreflang ] attribval a_download : string option wrap -> [> `Download ] attribval a_rel : Html_types.linktypes wrap -> [> `Rel ] attribval a_tabindex : Html_types.number wrap -> [> `Tabindex ] attribval a_mime_type : Html_types.contenttype wrap -> [> `Mime_type ] attribval a_datetime : Html_types.cdata wrap -> [> `Datetime ] attribval a_checked : unit -> [> `Checked ] attribval a_cols : Html_types.number wrap -> [> `Cols ] attribval a_enctype : Html_types.contenttype wrap -> [> `Enctype ] attribval a_label_for : Html_types.idref wrap -> [> `Label_for ] attribval a_for : Html_types.idref wrap -> [> `Label_for ] attribval a_output_for : Html_types.idrefs wrap -> [> `Output_for ] attribval a_for_list : Html_types.idrefs wrap -> [> `Output_for ] attribval a_maxlength : Html_types.number wrap -> [> `Maxlength ] attribval a_minlength : Html_types.number wrap -> [> `Minlength ] attribval a_method : [< `Get | `Post ] wrap -> [> `Method ] attribval a_multiple : unit -> [> `Multiple ] attribval a_name : Html_types.text wrap -> [> `Name ] attribval a_rows : Html_types.number wrap -> [> `Rows ] attribval a_selected : unit -> [> `Selected ] attribval a_size : Html_types.number wrap -> [> `Size ] attribval a_text_value : Html_types.text wrap -> [> `Text_Value ] attribval a_int_value : Html_types.number wrap -> [> `Int_Value ] attribval a_value : Html_types.cdata wrap -> [> `Value ] attribval a_float_value : Html_types.float_number wrap -> [> `Float_Value ] attribval a_disabled : unit -> [> `Disabled ] attribval a_readonly : unit -> [> `ReadOnly ] attribval a_script_type : Html_types.script_type wrap -> [> `Script_type ] attribval a_command_type :
[< `Checkbox | `Command | `Radio ] wrap ->
[> `Command_Type ] attribval a_label : Html_types.text wrap -> [> `Label ] attribval a_align : [< `Char | `Justify | `Left | `Right ] wrap -> [> `Align ] attribval a_axis : Html_types.cdata wrap -> [> `Axis ] attribval a_colspan : Html_types.number wrap -> [> `Colspan ] attribval a_rowspan : Html_types.number wrap -> [> `Rowspan ] attribval a_scope :
[< `Col | `Colgroup | `Row | `Rowgroup ] wrap ->
[> `Scope ] attribval a_summary : Html_types.text wrap -> [> `Summary ] attribval a_border : Html_types.pixels wrap -> [> `Border ] attribval a_rules :
[< `All | `Cols | `Groups | `None | `Rows ] wrap ->
[> `Rules ] attribval a_char : Html_types.character wrap -> [> `Char ] attribval a_alt : Html_types.text wrap -> [> `Alt ] attribval a_height : Html_types.number wrap -> [> `Height ] attribval a_width : Html_types.number wrap -> [> `Width ] attribtype shape = [ | `Circle| `Default| `Poly| `Rect
]val a_coords : Html_types.numbers wrap -> [> `Coords ] attribval a_usemap : Html_types.idref wrap -> [> `Usemap ] attribval a_codetype : Html_types.contenttype wrap -> [> `Codetype ] attribval a_frameborder : [< `One | `Zero ] wrap -> [> `Frameborder ] attribval a_marginheight : Html_types.pixels wrap -> [> `Marginheight ] attribval a_marginwidth : Html_types.pixels wrap -> [> `Marginwidth ] attribval a_target : Html_types.frametarget wrap -> [> `Target ] attribval a_content : Html_types.text wrap -> [> `Content ] attribval a_http_equiv : Html_types.text wrap -> [> `Http_equiv ] attribval a_defer : unit -> [> `Defer ] attribval a_style : string wrap -> [> `Style_Attr ] attribval a_property : string wrap -> [> `Property ] attribval a_role : string list wrap -> [> `Role ] attribval a_aria : string -> string list wrap -> [> `Aria ] attribval txt : string wrap -> [> Html_types.txt ] eltval html :
?a:??? ->
[< Html_types.head ] elt wrap ->
[< Html_types.body ] elt wrap ->
[> Html_types.html ] eltval head :
?a:??? ->
[< Html_types.title ] elt wrap ->
Html_types.head_content_fun elt list_wrap ->
[> Html_types.head ] eltval base : ([< Html_types.base_attrib ], [> Html_types.base ]) nullaryval title :
(Html_types.title_attrib,
[< Html_types.title_content_fun ],
[> Html_types.title ])
unaryval body :
([< Html_types.body_attrib ],
[< Html_types.body_content_fun ],
[> Html_types.body ])
starval section :
([< Html_types.section_attrib ],
[< Html_types.section_content_fun ],
[> Html_types.section ])
starval nav :
([< Html_types.nav_attrib ],
[< Html_types.nav_content_fun ],
[> Html_types.nav ])
starval h1 :
([< Html_types.h1_attrib ],
[< Html_types.h1_content_fun ],
[> Html_types.h1 ])
starval h2 :
([< Html_types.h2_attrib ],
[< Html_types.h2_content_fun ],
[> Html_types.h2 ])
starval h3 :
([< Html_types.h3_attrib ],
[< Html_types.h3_content_fun ],
[> Html_types.h3 ])
starval h4 :
([< Html_types.h4_attrib ],
[< Html_types.h4_content_fun ],
[> Html_types.h4 ])
starval h5 :
([< Html_types.h5_attrib ],
[< Html_types.h5_content_fun ],
[> Html_types.h5 ])
starval h6 :
([< Html_types.h6_attrib ],
[< Html_types.h6_content_fun ],
[> Html_types.h6 ])
starval hgroup :
([< Html_types.hgroup_attrib ],
[< Html_types.hgroup_content_fun ],
[> Html_types.hgroup ])
starval address :
([< Html_types.address_attrib ],
[< Html_types.address_content_fun ],
[> Html_types.address ])
starval article :
([< Html_types.article_attrib ],
[< Html_types.article_content_fun ],
[> Html_types.article ])
starval aside :
([< Html_types.aside_attrib ],
[< Html_types.aside_content_fun ],
[> Html_types.aside ])
starval main :
([< Html_types.main_attrib ],
[< Html_types.main_content_fun ],
[> Html_types.main ])
starval p :
([< Html_types.p_attrib ], [< Html_types.p_content_fun ], [> Html_types.p ])
starval pre :
([< Html_types.pre_attrib ],
[< Html_types.pre_content_fun ],
[> Html_types.pre ])
starval blockquote :
([< Html_types.blockquote_attrib ],
[< Html_types.blockquote_content_fun ],
[> Html_types.blockquote ])
starval dialog :
([< Html_types.dialog_attrib ],
[< Html_types.dialog_content_fun ],
[> Html_types.dialog ])
starval div :
([< Html_types.div_attrib ],
[< Html_types.div_content_fun ],
[> Html_types.div ])
starval dl :
([< Html_types.dl_attrib ],
[< Html_types.dl_content_fun ],
[> Html_types.dl ])
starval ol :
([< Html_types.ol_attrib ],
[< Html_types.ol_content_fun ],
[> Html_types.ol ])
starval ul :
([< Html_types.ul_attrib ],
[< Html_types.ul_content_fun ],
[> Html_types.ul ])
starval dd :
([< Html_types.dd_attrib ],
[< Html_types.dd_content_fun ],
[> Html_types.dd ])
starval dt :
([< Html_types.dt_attrib ],
[< Html_types.dt_content_fun ],
[> Html_types.dt ])
starval li :
([< Html_types.li_attrib ],
[< Html_types.li_content_fun ],
[> Html_types.li ])
starval figcaption :
([< Html_types.figcaption_attrib ],
[< Html_types.figcaption_content_fun ],
[> Html_types.figcaption ])
starval hr : ([< Html_types.hr_attrib ], [> Html_types.hr ]) nullaryval b :
([< Html_types.b_attrib ], [< Html_types.b_content_fun ], [> Html_types.b ])
starval i :
([< Html_types.i_attrib ], [< Html_types.i_content_fun ], [> Html_types.i ])
starval u :
([< Html_types.u_attrib ], [< Html_types.u_content_fun ], [> Html_types.u ])
starval small :
([< Html_types.small_attrib ],
[< Html_types.small_content_fun ],
[> Html_types.small ])
starval sub :
([< Html_types.sub_attrib ],
[< Html_types.sub_content_fun ],
[> Html_types.sub ])
starval sup :
([< Html_types.sup_attrib ],
[< Html_types.sup_content_fun ],
[> Html_types.sup ])
starval mark :
([< Html_types.mark_attrib ],
[< Html_types.mark_content_fun ],
[> Html_types.mark ])
starval wbr : ([< Html_types.wbr_attrib ], [> Html_types.wbr ]) nullaryval bdo :
dir:[< `Ltr | `Rtl ] wrap ->
([< Html_types.bdo_attrib ],
[< Html_types.bdo_content_fun ],
[> Html_types.bdo ])
starval abbr :
([< Html_types.abbr_attrib ],
[< Html_types.abbr_content_fun ],
[> Html_types.abbr ])
starval br : ([< Html_types.br_attrib ], [> Html_types.br ]) nullaryval cite :
([< Html_types.cite_attrib ],
[< Html_types.cite_content_fun ],
[> Html_types.cite ])
starval code :
([< Html_types.code_attrib ],
[< Html_types.code_content_fun ],
[> Html_types.code ])
starval dfn :
([< Html_types.dfn_attrib ],
[< Html_types.dfn_content_fun ],
[> Html_types.dfn ])
starval em :
([< Html_types.em_attrib ],
[< Html_types.em_content_fun ],
[> Html_types.em ])
starval kbd :
([< Html_types.kbd_attrib ],
[< Html_types.kbd_content_fun ],
[> Html_types.kbd ])
starval q :
([< Html_types.q_attrib ], [< Html_types.q_content_fun ], [> Html_types.q ])
starval samp :
([< Html_types.samp_attrib ],
[< Html_types.samp_content_fun ],
[> Html_types.samp ])
starval span :
([< Html_types.span_attrib ],
[< Html_types.span_content_fun ],
[> Html_types.span ])
starval strong :
([< Html_types.strong_attrib ],
[< Html_types.strong_content_fun ],
[> Html_types.strong ])
starval time :
([< Html_types.time_attrib ],
[< Html_types.time_content_fun ],
[> Html_types.time ])
starval var :
([< Html_types.var_attrib ],
[< Html_types.var_content_fun ],
[> Html_types.var ])
starval a : ([< Html_types.a_attrib ], 'a, [> 'a Html_types.a ]) starval del : ([< Html_types.del_attrib ], 'a, [> 'a Html_types.del ]) starval ins : ([< Html_types.ins_attrib ], 'a, [> 'a Html_types.ins ]) starval img :
src:Xml.uri wrap ->
alt:Html_types.text wrap ->
([< Html_types.img_attrib ], [> Html_types.img ]) nullaryval picture :
img:[< Html_types.img ] elt wrap ->
([< Html_types.picture_attrib ],
[< Html_types.picture_content_fun ],
[> Html_types.picture ])
starval iframe :
([< Html_types.iframe_attrib ],
[< Html_types.iframe_content_fun ],
[> Html_types.iframe ])
starval object_ :
?params:??? ->
([< Html_types.object__attrib ], 'a, [> `Object of 'a ]) starval param : ([< Html_types.param_attrib ], [> Html_types.param ]) nullaryval embed : ([< Html_types.embed_attrib ], [> Html_types.embed ]) nullaryval audio :
?src:??? ->
?srcs:??? ->
([< Html_types.audio_attrib ], 'a, [> 'a Html_types.audio ]) starval video :
?src:??? ->
?srcs:??? ->
([< Html_types.video_attrib ], 'a, [> 'a Html_types.video ]) starval canvas :
([< Html_types.canvas_attrib ], 'a, [> 'a Html_types.canvas ]) starval source : ([< Html_types.source_attrib ], [> Html_types.source ]) nullaryval area :
alt:Html_types.text wrap ->
([< `Accesskey
| `Alt
| `Aria
| `Class
| `Contenteditable
| `Contextmenu
| `Coords
| `Dir
| `Draggable
| `Hidden
| `Hreflang
| `Id
| `Lang
| `Media
| `Mime_type
| `OnAbort
| `OnBlur
| `OnCanPlay
| `OnCanPlayThrough
| `OnChange
| `OnClick
| `OnClose
| `OnContextMenu
| `OnDblClick
| `OnDrag
| `OnDragEnd
| `OnDragEnter
| `OnDragLeave
| `OnDragOver
| `OnDragStart
| `OnDrop
| `OnDurationChange
| `OnEmptied
| `OnEnded
| `OnError
| `OnFocus
| `OnFormChange
| `OnFormInput
| `OnInput
| `OnInvalid
| `OnKeyDown
| `OnKeyPress
| `OnKeyUp
| `OnLoad
| `OnLoadStart
| `OnLoadedData
| `OnLoadedMetaData
| `OnMouseDown
| `OnMouseMove
| `OnMouseOut
| `OnMouseOver
| `OnMouseUp
| `OnMouseWheel
| `OnPause
| `OnPlay
| `OnPlaying
| `OnProgress
| `OnRateChange
| `OnReadyStateChange
| `OnScroll
| `OnSeeked
| `OnSeeking
| `OnSelect
| `OnShow
| `OnStalled
| `OnSubmit
| `OnSuspend
| `OnTimeUpdate
| `OnTouchCancel
| `OnTouchEnd
| `OnTouchMove
| `OnTouchStart
| `OnVolumeChange
| `OnWaiting
| `Rel
| `Role
| `Shape
| `Spellcheck
| `Style_Attr
| `Tabindex
| `Target
| `Title
| `Translate
| `User_data
| `XML_lang
| `XMLns ],
[> Html_types.area ])
nullaryval map : ([< Html_types.map_attrib ], 'a, [> 'a Html_types.map ]) starval caption :
([< Html_types.caption_attrib ],
[< Html_types.caption_content_fun ],
[> Html_types.caption ])
starval table :
?caption:??? ->
?columns:??? ->
?thead:??? ->
?tfoot:??? ->
([< Html_types.table_attrib ],
[< Html_types.table_content_fun ],
[> Html_types.table ])
starval tablex :
?caption:??? ->
?columns:??? ->
?thead:??? ->
?tfoot:??? ->
([< Html_types.tablex_attrib ],
[< Html_types.tablex_content_fun ],
[> Html_types.tablex ])
starval colgroup :
([< Html_types.colgroup_attrib ],
[< Html_types.colgroup_content_fun ],
[> Html_types.colgroup ])
starval col : ([< Html_types.col_attrib ], [> Html_types.col ]) nullaryval thead :
([< Html_types.thead_attrib ],
[< Html_types.thead_content_fun ],
[> Html_types.thead ])
starval tbody :
([< Html_types.tbody_attrib ],
[< Html_types.tbody_content_fun ],
[> Html_types.tbody ])
starval td :
([< Html_types.td_attrib ],
[< Html_types.td_content_fun ],
[> Html_types.td ])
starval th :
([< Html_types.th_attrib ],
[< Html_types.th_content_fun ],
[> Html_types.th ])
starval tr :
([< Html_types.tr_attrib ],
[< Html_types.tr_content_fun ],
[> Html_types.tr ])
starval fieldset :
?legend:??? ->
([< Html_types.fieldset_attrib ],
[< Html_types.fieldset_content_fun ],
[> Html_types.fieldset ])
starval legend :
([< Html_types.legend_attrib ],
[< Html_types.legend_content_fun ],
[> Html_types.legend ])
starval label :
([< Html_types.label_attrib ],
[< Html_types.label_content_fun ],
[> Html_types.label ])
starval select :
([< Html_types.select_attrib ],
[< Html_types.select_content_fun ],
[> Html_types.select ])
starval datalist :
?children:??? ->
([< Html_types.datalist_attrib ], [> Html_types.datalist ]) nullaryval optgroup :
label:Html_types.text wrap ->
([< Html_types.optgroup_attrib ],
[< Html_types.optgroup_content_fun ],
[> Html_types.optgroup ])
starval option :
([< Html_types.option_attrib ],
[< Html_types.option_content_fun ],
[> Html_types.selectoption ])
unaryval textarea :
([< Html_types.textarea_attrib ],
[< Html_types.textarea_content_fun ],
[> Html_types.textarea ])
unaryval keygen : ([< Html_types.keygen_attrib ], [> Html_types.keygen ]) nullaryval progress :
([< Html_types.progress_attrib ],
[< Html_types.progress_content_fun ],
[> Html_types.progress ])
starval meter :
([< Html_types.meter_attrib ],
[< Html_types.meter_content_fun ],
[> Html_types.meter ])
starval output_elt :
([< Html_types.output_elt_attrib ],
[< Html_types.output_elt_content_fun ],
[> Html_types.output_elt ])
starval entity : string -> [> Html_types.txt ] eltval space : unit -> [> Html_types.txt ] eltval cdata : string -> [> Html_types.txt ] eltval cdata_script : string -> [> Html_types.txt ] eltval cdata_style : string -> [> Html_types.txt ] eltval details :
[< Html_types.summary ] elt wrap ->
([< Html_types.details_attrib ],
[< Html_types.details_content_fun ],
[> Html_types.details ])
starval summary :
([< Html_types.summary_attrib ],
[< Html_types.summary_content_fun ],
[> Html_types.summary ])
starval command :
label:Html_types.text wrap ->
([< Html_types.command_attrib ], [> Html_types.command ]) nullaryval script :
([< Html_types.script_attrib ],
[< Html_types.script_content_fun ],
[> Html_types.script ])
unaryval noscript :
([< Html_types.noscript_attrib ],
[< Html_types.noscript_content_fun ],
[> Html_types.noscript ])
starval template :
([< Html_types.template_attrib ],
[< Html_types.template_content_fun ],
[> Html_types.template ])
starval style :
([< Html_types.style_attrib ],
[< Html_types.style_content_fun ],
[> Html_types.style ])
starval link :
rel:Html_types.linktypes wrap ->
href:Xml.uri wrap ->
([< Html_types.link_attrib ], [> Html_types.link ]) nullaryval rt :
([< Html_types.rt_attrib ],
[< Html_types.rt_content_fun ],
[> Html_types.rt ])
starval rp :
([< Html_types.rp_attrib ],
[< Html_types.rp_content_fun ],
[> Html_types.rp ])
starval ruby :
([< Html_types.ruby_attrib ],
[< Html_types.ruby_content_fun ],
[> Html_types.ruby ])
starval pcdata : string wrap -> [> Html_types.pcdata ] eltval uri_of_fun : (unit -> string) -> Xml.uri