This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
The use case is to hide future parts of the cue with ::cue(:future) { opacity: 0 }. (It could also be nice to quickly fade cues in and out with CSS transitions using opacity on ::cue itself, but given that the cue doesn't exist in the layout before or after its time, it doesn't seem like that can work, currently.) The visibility property could be allowed for authors who try that before opacity, but doesn't allow anything that opacity does not.
Checked in as WHATWG revision r7452. Check-in comment: Allow 'opacity' and 'visibility' on ::cue http://html5.org/tools/web-apps-tracker?from=7451&to=7452