eliom
eliom copied to clipboard
Multi-tier framework for programming web and mobile applications in OCaml.
Hello, This PR initially added support for `toggle` event handlers in `details` elements and was extended to support both `toggle` and `beforetoggle` events for the `popover` API. See: - https://html.spec.whatwg.org/multipage/popover.html...
This is not a bug report, but a pointer to some terms which could confuse beginners (IMHO). On the manual page [Ocsigen Server: A full featured extensible Web server in...
https://ocsigen.org/tuto/latest/manual/basics-server#h5o-5 The example Eliom: typing page parameters gets some error when implementing as in the page. ``` File "bin/main.ml", line 16, characters 59-60: 16 | (body [h1 [txt (s^string_of_int i)]]))...