Skip to content

Runtime error with version 1.1.0 #164

@bbert

Description

@bbert

Hello,
It seems there is an issue with last version 1.1.0 of the library.
I integrated this version 1.1.0 in dash.js (current dash.js version is still using version 1.0.2) and I face a bug with the following TTML content:

<?xml version="1.0" encoding="utf-8"?>
<tt xmlns="http://www.w3.org/ns/ttml" xmlns:tt="http://www.w3.org/ns/ttml" xmlns:ttm="http://www.w3.org/ns/ttml#metadata" xmlns:ttp="http://www.w3.org/ns/ttml#parameter" xmlns:tts="http://www.w3.org/ns/ttml#styling" xml:lang="en">
<head>
	<metadata>
		<ttm:title/>
		<ttm:desc/>
		<ttm:copyright/>
	</metadata>
	<styling>
		<style xml:id="style0" />
	</styling>
	<layout>
		<region xml:id="region0" tts:extent="75% 15%" tts:origin="25% 85%" />
	</layout>
</head>
<body>
	<div>
		<p begin="435390:00:00.379" end="435390:00:01.338" region="region0" style="style0" xml:id="caption155450">Je sais ce que j&apos;ai à faire.<br/>-Vous devrez</p>
		<p begin="435390:00:01.618" end="435390:00:02.379" region="region0" style="style0" xml:id="caption155451">changer de ville.</p>
	</div>
</body>

At runtime:

image

With 1.0.2, there is no issue.

Can you check if it comes from the library or the content itself, which seems to be conform (I tested here: http://apps.sandflow.com/imscV/)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions