package virtual_dom
OCaml bindings for the virtual-dom library
Install
Dune Dependency
Authors
Maintainers
Sources
virtual_dom-v0.16.0.tar.gz
sha256=0c6f07894dce56db88d46b3aa4f2cad1a84aeaf0009560a285492f9f2959d565
doc/virtual_dom.tyxml/Virtual_dom_tyxml/Svg/Unsafe/index.html
Module Svg.Unsafe
Source
Unsafe features.
Using this module can break SVG validity and may introduce security problems like code injection. Use it with care.
Insert an XML node that is not implemented in this module. If it is a standard SVG node which is missing, please report to the Ocsigen team.
Insert an XML node without children that is not implemented in this module. If it is a standard SVG node which is missing, please report to the Ocsigen team.
Remove phantom type annotation on an element, to make it usable everywhere.
Insert an attribute that is not implemented in this module. If it is a standard SVG attribute which is missing, please report to the Ocsigen team.
Same, for a space separated list of values
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>