-
Notifications
You must be signed in to change notification settings - Fork 17
/
ttml-imsc-versions.html
69 lines (59 loc) · 2.85 KB
/
ttml-imsc-versions.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>TTML Profiles for Internet Media Subtitles and Captions (IMSC) Roadmap</title>
<script src='https://www.w3.org/Tools/respec/respec-w3c-common' async="" class='remove'>
</script>
<script class='remove'>
var respecConfig = {
specStatus: "WG-NOTE"
, useExperimentalStyles: "true"
, processVersion: "2015"
/*, previousMaturity: "CR"*/
/*, publishDate: "2016-03-08"*/
/*, sotdAfterWGinfo: "true"*/
/*, previousPublishDate: "2016-01-28"*/
, shortName: "ttml-imsc-versions"
, editors: [{ name: "Pierre Lemieux", mailto: "[email protected]" }]
, wg: "Timed Text Working Group"
, wgURI: "http://www.w3.org/AudioVideo/TT/"
, wgPublicList: "public-tt"
/*, wgPatentURI: "http://www.w3.org/2004/01/pp-impl/34314/status"*/
, subjectPrefix: "[imsc]"
, edDraftURI: "https://rawgit.com/w3c/imsc1/master/ttml-imsc-versions.html"
};
</script>
<style type="text/css">
table.syntax { border: 0px solid black; width: 85%; border-collapse: collapse }
table.syntax caption { font-weight: bold; text-align: left; padding-bottom: 0.5em }
table.syntax th { border: 0px solid black; text-align: left }
table.syntax td { border: 0px solid black }
table.syntax div { background-color: #ffffc8 }
div.exampleInner { background-color: #d5dee3;
border-top-width: 4px;
border-top-style: double;
border-top-color: #d3d3d3;
border-bottom-width: 4px;
border-bottom-style: double;
border-bottom-color: #d3d3d3;
padding: 4px; margin: 0em }
ul.short-list { margin: 0; padding-left: 0; list-style-position: inside;}
.note {font-size:small}
.equation {text-indent: 10%;}
.example {font-size: small}
.inline-note {font-size: small}
</style>
</head>
<body>
<section id='abstract'>
<p>The <a href="https://www.w3.org/TR/ttml-imsc1/">TTML Profiles for Internet Media Subtitles and Captions 1.0 (IMSC1)</a> specification is intended to be revised over time, forming a family of specifications. Each revision will potentially correct errors, add non-substantive information, introduce minor features or make significant changes. This Note describes each member of this family of specifications, and their relationships.</p>
</section>
<section id='sotd'>
</section>
<section id="imsc1">
<h2>IMSC1</h2>
<p><a href="https://www.w3.org/TR/ttml-imsc1/">TTML Profiles for Internet Media Subtitles and Captions 1.0 (IMSC1)</a> is the initial member of the TTML Profiles for Internet Media Subtitles and Captions (IMSC) family of specifications.</p>
</section>
</body>
</html>