I already sended few feature requests to issues, all has been marked as dublicate.
I can present some effects. For examples, custom video player, or custom effect on image. And through one element, without too many elements.First problem: for me hard make canvas video player (I mean buttons, volume, etc.), I did long time ago.Second problem: also need more time for create filter for image. Better make WebGL example.Early all this can be implemented by -webkit-canvas(). Also I know feature like custom formats support through JS (animated formats). Here is really need canvas, or API for create Animated WebP (if animation are simple). API of animated WebP can be faked by emscripten and basic JS.
Problem - create plug-in for universal element. I today found way create canvas-img-video tag without even "content", just replace "src" (or use canvas) and use CSS custom properties per-element. Need just setting CSS background (create img-like is possible, even padding and border will works, I know trick). It works for both browsers, but element() only for Firefox. If need, can be used url(), if need - element(), if need - anything <image> typed. All by JS.
Sad that chromium can't use element(). I can't create multi-layer video player with single element. I can't make animated (not just moving) generated content and background. I can't make support of custom image format without replacement image tags.
13 дек. 2015 г. 21:20 пользователь "PhistucK" <phis...@gmail.com> написал: