Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +0 |
Commit-Queue | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if (!track() || track()->mode() == TextTrackMode::kDisabled)
I dug into this, and this code has been around and largely unchanged since 2012... The spec doesn't specify what should happen when there is no text track.
This change might be ok, but I think we want to preserve the behavior where a disabled TextTrackCue does not fire events.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if (!track() || track()->mode() == TextTrackMode::kDisabled)
I dug into this, and this code has been around and largely unchanged since 2012... The spec doesn't specify what should happen when there is no text track.
This change might be ok, but I think we want to preserve the behavior where a disabled TextTrackCue does not fire events.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
I will wait for the last few trybots before I find an appropriate owner.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |