Accessibility/Video Text Format: Difference between revisions

m
Line 124: Line 124:
The [http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#pseudo-classes pseudo-classes as introduced for HTML5] are applicable here, e.g. <a> attribute pseudo-classes.
The [http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#pseudo-classes pseudo-classes as introduced for HTML5] are applicable here, e.g. <a> attribute pseudo-classes.


The [http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#selectors HTML element selectors as introduced for HTML5] and applicable here.
The [http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#selectors HTML element selectors as introduced for HTML5] are also applicable here.


With the use of attributes, CSS selectors can be applied e.g. to all cues that belong to a certain speaker, like this: cue[voice="speaker1"] { ... } .
With the use of attributes, CSS selectors can be applied e.g. to all cues that belong to a certain speaker, like this: cue[voice="speaker1"] { ... } .