Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CR1 exit criteria #56

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
39 changes: 39 additions & 0 deletions misc/ED1-CR1-exit-criteria/criteria.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# IMSC HRM ED1 CR1 exit criteria

## Scope

This document specifies the exit criteria for the first CR transition (CR1) of the first edition (ED1) of the IMSC HRM
specification.

## Criteria

As required by the [TTWG charter](https://github.com/w3c/charter-timed-text), the following two independent factors are
used to demonstrate implementation experience:

* at least one implementation of the specification
* content consisting of:
* synthetic IMSC documents exercising salient features of the HRM model
* substantial collections of sample IMSC documents from two independent authors

Each IMSC document SHALL be accompanied by an assertion indicating whether the IMSC document is expected to pass or fail
the HRM requirements.

When evaluating an IMSC document, each implementation SHALL confirm the associated assertion, unless the assertion is determined to be in error.

## Features at risk

Unless a substantial and varied corpus of IMSC Image Profile Documents are made available, the portions of the IMSC HRM specification that are specific to IMSC Image Profile Documents will be removed.

## Synthetic tests

The [tests](./tests) directory contains documents designed to exercise salient features of the HRM model.

The table below specifies the assertion for each document.

| Document | Assertion |
| ------------ | --------- |
| fail001.ttml | Fail |

## Content tests

To be determined, following a call for test content issued by the Working Group.
9 changes: 9 additions & 0 deletions misc/ED1-CR1-exit-criteria/tests/fail001.ttml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<tt xml:lang="en" xmlns="http://www.w3.org/ns/ttml">
<body>
<div>
<p begin="0s" end="0.1s">a</p>
<p begin="0.1s" end="1s">bcdefghijklmnopq</p>
</div>
</body>
</tt>