package tiny_httpd

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tiny_httpd_html.ASource

Attributes.

This module contains combinator for the standard attributes. One can also just use a pair of strings.

Attributes.

This module contains combinator for the standard attributes. One can also just use a pair of strings.

Sourcetype t = string -> string * string

Attribute builder

Sourceval accept : t

Attribute "accept".

Sourceval accept_charset : t

Attribute "accept-charset".

Sourceval accesskey : t

Attribute "accesskey".

Sourceval action : t

Attribute "action".

Sourceval align : t

Attribute "align".

Sourceval allow : t

Attribute "allow".

Sourceval alt : t

Attribute "alt".

Sourceval async : t

Attribute "async".

Sourceval autocapitalize : t

Attribute "autocapitalize".

Sourceval autocomplete : t

Attribute "autocomplete".

Sourceval autofocus : t

Attribute "autofocus".

Sourceval autoplay : t

Attribute "autoplay".

Sourceval buffered : t

Attribute "buffered".

Sourceval capture : t

Attribute "capture".

Sourceval challenge : t

Attribute "challenge".

Sourceval charset : t

Attribute "charset".

Sourceval checked : t

Attribute "checked".

Sourceval cite : t

Attribute "cite".

Sourceval class_ : t

Attribute "class".

Sourceval code : t

Attribute "code".

Sourceval codebase : t

Attribute "codebase".

Sourceval cols : t

Attribute "cols".

Sourceval colspan : t

Attribute "colspan".

Sourceval content : t

Attribute "content".

Sourceval contenteditable : t

Attribute "contenteditable".

Sourceval contextmenu : t

Attribute "contextmenu".

Sourceval controls : t

Attribute "controls".

Sourceval coords : t

Attribute "coords".

Sourceval crossorigin : t

Attribute "crossorigin".

Sourceval csp : t

Attribute "csp".

Sourceval data : t

Attribute "data".

Sourceval data_star : t

Attribute "data-*".

Sourceval datetime : t

Attribute "datetime".

Sourceval decoding : t

Attribute "decoding".

Sourceval default : t

Attribute "default".

Sourceval defer : t

Attribute "defer".

Sourceval dir : t

Attribute "dir".

Sourceval dirname : t

Attribute "dirname".

Sourceval disabled : t

Attribute "disabled".

Sourceval download : t

Attribute "download".

Sourceval draggable : t

Attribute "draggable".

Sourceval enctype : t

Attribute "enctype".

Sourceval enterkeyhint : t

Attribute "enterkeyhint".

Sourceval for_ : t

Attribute "for".

Sourceval form : t

Attribute "form".

Sourceval formaction : t

Attribute "formaction".

Sourceval formenctype : t

Attribute "formenctype".

Sourceval formmethod : t

Attribute "formmethod".

Sourceval formnovalidate : t

Attribute "formnovalidate".

Sourceval formtarget : t

Attribute "formtarget".

Sourceval headers : t

Attribute "headers".

Sourceval hidden : t

Attribute "hidden".

Sourceval high : t

Attribute "high".

Sourceval href : t

Attribute "href".

Sourceval hreflang : t

Attribute "hreflang".

Sourceval http_equiv : t

Attribute "http-equiv".

Sourceval icon : t

Attribute "icon".

Sourceval id : t

Attribute "id".

Sourceval importance : t

Attribute "importance".

Sourceval integrity : t

Attribute "integrity".

Sourceval ismap : t

Attribute "ismap".

Sourceval itemprop : t

Attribute "itemprop".

Sourceval keytype : t

Attribute "keytype".

Sourceval kind : t

Attribute "kind".

Sourceval label : t

Attribute "label".

Sourceval lang : t

Attribute "lang".

Sourceval language : t

Attribute "language".

Sourceval list : t

Attribute "list".

Sourceval loop : t

Attribute "loop".

Sourceval low : t

Attribute "low".

Sourceval manifest : t

Attribute "manifest".

Sourceval max : t

Attribute "max".

Sourceval maxlength : t

Attribute "maxlength".

Sourceval minlength : t

Attribute "minlength".

Sourceval media : t

Attribute "media".

Sourceval method_ : t

Attribute "method".

Sourceval min : t

Attribute "min".

Sourceval multiple : t

Attribute "multiple".

Sourceval muted : t

Attribute "muted".

Sourceval name : t

Attribute "name".

Sourceval novalidate : t

Attribute "novalidate".

Sourceval open_ : t

Attribute "open".

Sourceval optimum : t

Attribute "optimum".

Sourceval pattern : t

Attribute "pattern".

Sourceval ping : t

Attribute "ping".

Sourceval placeholder : t

Attribute "placeholder".

Sourceval poster : t

Attribute "poster".

Sourceval preload : t

Attribute "preload".

Sourceval radiogroup : t

Attribute "radiogroup".

Sourceval readonly : t

Attribute "readonly".

Sourceval referrerpolicy : t

Attribute "referrerpolicy".

Sourceval rel : t

Attribute "rel".

Sourceval required : t

Attribute "required".

Sourceval reversed : t

Attribute "reversed".

Sourceval rows : t

Attribute "rows".

Sourceval rowspan : t

Attribute "rowspan".

Sourceval sandbox : t

Attribute "sandbox".

Sourceval scope : t

Attribute "scope".

Sourceval scoped : t

Attribute "scoped".

Sourceval selected : t

Attribute "selected".

Sourceval shape : t

Attribute "shape".

Sourceval size : t

Attribute "size".

Sourceval sizes : t

Attribute "sizes".

Sourceval slot : t

Attribute "slot".

Sourceval span : t

Attribute "span".

Sourceval spellcheck : t

Attribute "spellcheck".

Sourceval src : t

Attribute "src".

Sourceval srcdoc : t

Attribute "srcdoc".

Sourceval srclang : t

Attribute "srclang".

Sourceval srcset : t

Attribute "srcset".

Sourceval start : t

Attribute "start".

Sourceval step : t

Attribute "step".

Sourceval style : t

Attribute "style".

Sourceval summary : t

Attribute "summary".

Sourceval tabindex : t

Attribute "tabindex".

Sourceval target : t

Attribute "target".

Sourceval title : t

Attribute "title".

Sourceval translate : t

Attribute "translate".

Sourceval text : t

Attribute "Text".

Sourceval type_ : t

Attribute "type".

Sourceval usemap : t

Attribute "usemap".

Sourceval value : t

Attribute "value".

Sourceval width : t

Attribute "width".

Sourceval wrap : t

Attribute "wrap".

OCaml

Innovation. Community. Security.