aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/object_support.mdwn
blob: 527f45ad1aa85e98b31ee79a82265cdd01a1dbd9 (plain)
1
2
3
[[!template id=gitbranch branch=GiuseppeBilotta/obj author="[[GiuseppeBilotta]]"]]

I have created a rather straightforward adaptation of the `img` directive to implement `object` support. The intended use case is to allow inclusion of SVG images that use interaction and/or load external resources, which are not supported in modern browsers via the `img` tag because security. The new directive is called `obj`, and it's implemented as part of the `img` plugin. The patch implementing it is available in my `obj` branch