[webvtt] Question about the cue's line when cue has region

alastor0325 has just created a new issue for 
https://github.com/w3c/webvtt:

== Question about the cue's line when cue has region ==
https://w3c.github.io/webvtt/#processing-model

> Apply the terms of the CSS specifications to nodes 

In step 14-3, it describes how to get the CSS attribute for cue when 
it has region. But it only mentions about the "left" property, how 
about "top" property? don't we need to calculate it from **computed 
Line**?

The step 12 only computes for the whole region's "top" property, when 
we have multiple cues in one region, how do we place each cue on the 
right position if we don't compute their "top" property separately?

Thanks!

Please view or discuss this issue at 
https://github.com/w3c/webvtt/issues/296 using your GitHub account

Received on Monday, 30 May 2016 03:03:05 UTC