]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Proposed support for object tag
authorgiuseppe.bilotta@94e824d38b59eac6c61da2ef23fad955d65eb2a1 <giuseppebilotta@web>
Mon, 21 Oct 2019 17:02:29 +0000 (13:02 -0400)
committeradmin <admin@branchable.com>
Mon, 21 Oct 2019 17:02:29 +0000 (13:02 -0400)
doc/todo/object_support.mdwn [new file with mode: 0644]

diff --git a/doc/todo/object_support.mdwn b/doc/todo/object_support.mdwn
new file mode 100644 (file)
index 0000000..e7a9dd8
--- /dev/null
@@ -0,0 +1,3 @@
+[[!template id=gitbranch branch=GiuseppeBilotta/obj author="[[Giuseppe Bilotta]]"]]
+
+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