WEBVTT

STYLE
::cue(#id ){text-decoration:underline;}

STYLE
::cue(#id.class1.class2 ){ color: violet;}

STYLE
::cue(lang){font-family:Courier}

STYLE
::cue(.class.another ){font-weight: bold;}

STYLE
::cue(v.class[voice="Strider Trancos"] ){ font-weight:bold; }

STYLE
::cue(v#anId.class1.class2[voice="Robert"] ){ font-style:italic; }

id
00:00.000 --> 00:01.001
This should be underlined and <lang.class1.class2>courier and violet.

íd
00:02.000 --> 00:02.001
This <lang.class1.class2>should be just courier.

_id
00:02.500 --> 00:02.501
This <lang.class.another>should be courier and bold.

00:04.000 --> 00:04.001
This <v Strider Trancos>shouldn't be bold.</v>
This <v.class.clazz Strider Trancos>should be bold.

anId
00:05.000 --> 00:05.001
This is <v.class1.class3.class2 Pipo>specific</v>
<v.class1.class3.class2 Robert>But this is more italic</v>
