(tagName: string)
| 321 | } |
| 322 | |
| 323 | export function isMediaTag(tagName: string): boolean { |
| 324 | return tagName === "video" || tagName === "audio" || tagName === "img"; |
| 325 | } |
| 326 | |
| 327 | // Whether any <style> block in the composition defines caption group/word |
| 328 | // classes (`.caption-group`, `.caption_word`, etc.) — the signal several |