diff --git a/index.bs b/index.bs index e62fbf5..09a5a92 100644 --- a/index.bs +++ b/index.bs @@ -285,8 +285,8 @@ one line except when a line break is definitely necessary.
This section is non-normative.
CSS style sheets that apply to an HTML page that contains a video element can -target WebVTT cues and regions in the video using the ''::cue'', ''::cue()'', ''::cue-region'' and -''::cue-region()'' pseudo-elements.
+target WebVTT cues and regions in the video using the ''::cue'', ''::cue()'', ''::cue-backdrop'', +''::cue-region'' and ''::cue-region()'' pseudo-elements.This element exists only to be the originating element for the - ''::cue'', ''::cue()'', ''::cue-region'' and ''::cue-region()'' pseudo-elements.
+ ''::cue'', ''::cue()'', ''::cue-backdrop'', ''::cue-region'' and ''::cue-region()'' + pseudo-elements.The 'color' property on the (root) list of WebVTT Node Objects must be set to ''rgba(255,255,255,1)''. [[!CSS3-COLOR]]
-The 'background' shorthand property on the WebVTT cue background box and on WebVTT Ruby -Text Objects must be set to ''rgba(0,0,0,0.8)''. [[!CSS3-COLOR]]
+The 'background' shorthand property on the WebVTT cue inline background box and on +WebVTT Ruby Text Objects must be set to ''rgba(0,0,0,0.8)''. [[!CSS3-COLOR]]
The 'white-space' property on the (root) list of WebVTT Node Objects must be set to ''white-space/pre-line''. [[!CSS22]]
@@ -4957,6 +4962,8 @@ apply to WebVTT. This section does not apply to user agents that do not suppoThe ''::cue(|selector|)'' pseudo-element represents a cue or element inside a cue that match the given selector.
+The ''::cue-backdrop'' pseudo-element represents the element inside a cue which holds the cue's contents.
+The ''::cue-region'' pseudo-element represents a region.
The ''::cue-region(|selector|)'' pseudo-element represents a region or element inside a region @@ -5302,10 +5309,10 @@ pseudo-elements defined below won't have any effect according to this specificat
The ::cue pseudo-element (with no argument) matches any list of WebVTT Node -Objects constructed for the matched element, with the exception that the properties -corresponding to the 'background' shorthand must be applied to the WebVTT cue background box -rather than the list of WebVTT Node Objects.
+The ::cue pseudo-element (with no argument) matches any list of WebVTT +Node Objects constructed for the matched element, with the exception that the properties +corresponding to the 'background' shorthand must be applied to the WebVTT cue inline background +box rather than the list of WebVTT Node Objects.
The following properties apply to the ''::cue'' pseudo-element with no argument; other properties set on the pseudo-element must be ignored:
@@ -5472,8 +5479,22 @@ when the selector does not contain the '':past'' and '':future'' pseudo-classes:As a special exception, the properties corresponding to the 'background' shorthand, when they would have been applied to the list of WebVTT Node Objects, must instead be applied to the -WebVTT cue background box.
+WebVTT cue inline background box. + +The ::cue-backdrop pseudo-element matches the WebVTT +cue block background box constructed for the matched element.
+ +The following properties apply to the ''::cue-backdrop'' pseudo-element; other +properties set on the pseudo-element must be ignored:
+