summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2010-11-08 11:05:55 -0500
committerShaun McCance <shaunm@gnome.org>2010-11-08 11:05:55 -0500
commit1ff349b299d0acefd6f006c1835afe9f691d1610 (patch)
tree2229eda1b07e0d7da0d9586625d8c029156b5073
parente780a5098352dfc4864701a3568017432fd3fe3c (diff)
downloaditstool-1ff349b299d0acefd6f006c1835afe9f691d1610.tar.gz
[its/ttml.its] Adding basic TTML ITS, tt:span = withinText
-rw-r--r--its/Makefile.am2
-rw-r--r--its/ttml.its6
2 files changed, 7 insertions, 1 deletions
diff --git a/its/Makefile.am b/its/Makefile.am
index 91d2791..2e92457 100644
--- a/its/Makefile.am
+++ b/its/Makefile.am
@@ -1,5 +1,5 @@
itsdir = $(datadir)/itstool/its
-its_DATA = docbook.its its.its mallard.its
+its_DATA = docbook.its its.its mallard.its ttml.its
EXTRA_DIST = $(its_DATA)
diff --git a/its/ttml.its b/its/ttml.its
new file mode 100644
index 0000000..6530c72
--- /dev/null
+++ b/its/ttml.its
@@ -0,0 +1,6 @@
+<its:rules
+ xmlns:its="http://www.w3.org/2005/11/its"
+ xmlns:tt="http://www.w3.org/ns/ttml"
+ its:version="1.0">
+ <its:withinTextRule withinText="yes" selector="//tt:p//*"/>
+</its:rules>