mozilla / vtt.js

A JavaScript implementation of the WebVTT specification

Home Page:http://dev.w3.org/html5/webvtt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS Extensions

gkatsev opened this issue · comments

How come CSS Extensions are claimed as "Won't Implement"?

We originally intended this to be a polyfill just for the parsing + rendering portions of the WebVTT specification. A CSS polyfill would be a bit more complicated in that we'd need to manually parse the CSS, etc, interpret the values we need and apply the styles through JavaScript.

However, we could do it. I don't have the time right now though to work on it. I'd be happy to accept a PR or discuss how we could fit it into the library. A simple implementation wouldn't be too hard.

Cool, makes sense. There's no immediate hurry for this.

Closing as question was answered. I'll re-open if there are more questions related to css extensions.
Thanks!