Skip to content

Commit

Permalink
Configure entities for WD production; update status.
Browse files Browse the repository at this point in the history
  • Loading branch information
skynavga committed Jun 30, 2017
1 parent 4f48a41 commit 0145d34
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
4 changes: 2 additions & 2 deletions spec/entities.dtd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- comment / uncomment the appropriate entity -->
<!ENTITY % sub.entities SYSTEM "entitiesedcopy.dtd" >
<!-- <!ENTITY % sub.entities SYSTEM "entitieswd.dtd" > -->
<!-- <!ENTITY % sub.entities SYSTEM "entitiesedcopy.dtd" > -->
<!ENTITY % sub.entities SYSTEM "entitieswd.dtd" >
<!-- <!ENTITY % sub.entities SYSTEM "entitiesfpwd.dtd" > -->
<!-- <!ENTITY % sub.entities SYSTEM "entitiescr.dtd" > -->
%sub.entities;
Expand Down
8 changes: 4 additions & 4 deletions spec/entitieswd.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
Date parameters
-->
<!ENTITY draft.year "2017">
<!ENTITY draft.month "January">
<!ENTITY draft.mm "01">
<!ENTITY draft.day "6">
<!ENTITY draft.dd "06">
<!ENTITY draft.month "June">
<!ENTITY draft.mm "06">
<!ENTITY draft.day "30">
<!ENTITY draft.dd "30">

<!ENTITY draft.date "&draft.year;&draft.mm;&draft.dd;">

Expand Down
12 changes: 8 additions & 4 deletions spec/status.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@
If you wish to make comments regarding this document, please send them to
<loc href="mailto:[email protected]">[email protected]</loc>
(<loc href="mailto:[email protected]?subject=subscribe">subscribe</loc>, <loc href="http://lists.w3.org/Archives/Public/public-tt/">archives</loc>)
with a subject line starting with <code>[TTML2]</code>.
A cumulative summary of all changes applied
to this version since the current (TTML1, 2nd Edition) Recommendation was published is available at
<loc href="ttml2-changes.html">Changes from TTML1 (2nd Ed.) to TTML2 Working Draft (Latest Revision)</loc>.</p>
with a subject line starting with <code>[TTML2]</code>.</p>
<p>The Timed Text Working Group intends to recommend transition of this
document to Candidate Recommendation and is offering this Working
Draft for a public review period ending on 30 September 2017.
A cumulative summary of all changes applied to this version since the current
(TTML1, 2nd Edition) Recommendation was published is available at
<loc href="ttml2-changes.html">Changes from TTML1 (2nd Ed.) to TTML2 Working Draft (Latest Revision)</loc>.
An abbreviated list of changes affecting language syntax can be found at <specref ref="changes-from-ttml1-vocabulary"/>.</p>
<p>This document has been produced by the <loc
href="https://www.w3.org/AudioVideo/TT/">Timed Text (TT) Working Group</loc> as
part of the W3C <loc href="http://www.w3.org/2008/WebVideo/">Video
Expand Down
2 changes: 1 addition & 1 deletion spec/ttml2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!ENTITY status SYSTEM "status.xml">
<!ENTITY document.status "Editors' copy $Date$">
<!ENTITY title "&title;">
<!ENTITY prevloc "https://www.w3.org/TR/2016/WD-ttml2-20161117/">
<!ENTITY prevloc "https://www.w3.org/TR/2017/WD-ttml2-20170106/">
<!ENTITY latestedloc "https://w3c.github.io/ttml2/spec/ttml2.html">
<!ENTITY versionOfTT "2">
<!ENTITY tbd "<phrase role='tbd'>To Be Defined</phrase>">
Expand Down

0 comments on commit 0145d34

Please sign in to comment.