Alexander Cerutti
Alexander Cerutti
Hi @avelad, when I opened this task I attempted to look for ways to get more details but I failed and then things lost priority. I'd like to, but I...
This issue has been fixed in the `feature/ttml-adapter` feature. Fixing it, sadly, requires a change of how Entities operate and the re-introduction of Style Entities, that is required to make...
Giving a look on this over a year later, and while working on the TTML Adapter, made me think that adapters could virtually take a lot of time to parse...
Another limitation of the current interface, could be the impossibility to emit document-related details. Each track (in particular TTML's but also WebVTT could have one) has what is called "document",...
Hey @domenic, sorry for tagging you but I don't know who else to tag. Two weeks have passed. Did you perhaps have a chance to check for my work? Thank...
@domenic thank you for your reply. So, perhaps would it be better to move structured cloning functions to a different file and folder, outside of `MessagePort` and also implement the...
Thank you! It is fine to me. I mean, structuredClone is the biggest part now. I don't think it is needed to get back and open another pr for these...
Hey @domenic, I hit a wall that I honestly don't really know how to bypass. Among the tests I found this one: https://github.com/web-platform-tests/wpt/blob/fb1192db4cdcd515e5f8c4e478f3e2f908ce2d8d/html/webappapis/structured-clone/structured-clone-battery-of-tests.js#L77-L98 What follows is given that I had...
Okay, nvm. I found that using `.toLocaleString()`, `-0` gets preserved. So now I can proceed into solving the other issues.
Hey there @domenic, I just hit another wall. This one is thicker this time. These are the tests that are now failing and that I don't know how to solve...