package virtual_dom
OCaml bindings for the virtual-dom library
Install
Dune Dependency
Authors
Maintainers
Sources
v0.17.0.tar.gz
sha256=812711b4d5ce634a413580cd7096482de8d71abec9ae37bb01f7c0dcec2968ec
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)"
>