- From: <bugzilla@jessica.w3.org>
- Date: Tue, 07 Mar 2017 10:20:15 +0000
- To: public-texttracks@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28473
Silvia Pfeiffer <silviapfeiffer1@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #4 from Silvia Pfeiffer <silviapfeiffer1@gmail.com> ---
(In reply to David Singer from comment #3)
> Bert replies:
>
> Hmm, it's a long time ago and it wasn't me who wrote the comment. I think
> the suggestions was to add '::cue(region)' and drop '::cue-region'. In
> other words: let '::cue' apply to regions (in addition to the other cues
> it already applies to) and then allow '::cue(region)' analogous to
> '::cue(v)' and '::cue(i)' for more specific selectors.
A region is not a WebVTT Node Object, since it doesn't live inside a cue.
Therefore, ::cue(region) doesn't seem to make sense. The region is a cue-like
object that exists a level above the cue, so needs a separate selector, e.g. to
address all regions with ::cue-region - that would not be possible with a
::cue(region-id).
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 7 March 2017 10:20:22 UTC