Preview
Issue #1
- Dmitry
- Theoretically you are right.
But in current state of Telegram's IV language we have no options for repositioning in DOM elements with attribute that matches another element's attribute.
For example, we have:
<span id="foo"></span>
<span id="foo2"></span>
...
<div refid="bar"></div>
<div refid="bar2"></div>
Try to move every <span> to corresponding <div> based on @id and @refid.
So for now interactive elements can't be supported.
- Declined by admin
- Type of issue
- IV not generated for target page
- Reported
- Jun 17, 2017
P.S. Probably I am wrong and I am not going to make my version of this website.