Bug #36
Implement video support in WebODF
| Status: | New | Start date: | 03/26/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
This issue is for tracking the implementation of embedded video support in webodf
History
Updated by Boudewijn Rempt about 1 year ago
- File video_in_webodf.odt added
Note: for now iOS is the focus. Please see attached document with notes.
Updated by Jos van den Oever about 1 year ago
Video in WebODF is different than images. Images are shown using CSS: the image is put as the background image of a normal image. This avoids the need for the HTML tag <IMG/>. For video, we cannot do the same trick since CSS has no background video yet (as far as i know). So a <video/> element has to be insert in to the ODF DOM tree. This is not a serious problem, since it will/can be filtered out when saving.