Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions CODE_OF_CONDUCT.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Code of Conduct

All code and communication in this repository are covered by the [W3C
Code of Ethics and Professional
Conduct](https://www.w3.org/Consortium/cepc/).
All code and communication in this repository are covered by the [Positive Work Environment at W3C: Code of Conduct](https://www.w3.org/policies/code-of-conduct/).
10 changes: 6 additions & 4 deletions CONTRIBUTING.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Web Media Text Tracks Community Group
# Timed Text Working Group

This repository is being used for work in the Web Media Text Tracks Community Group, governed by the [W3C Community License
Agreement (CLA)](http://www.w3.org/community/about/agreements/cla/). To contribute, you must join
the CG.
Contributions to this repository are intended to become part of Recommendation-track documents
governed by the [W3C Patent Policy](https://www.w3.org/policies/patent-policy/20200915/) and
[Software and Document license](https://www.w3.org/copyright/software-license). To contribute, you must
either participate in the relevant W3C Working Group or make a non-member patent licensing
commitment.

If you are not the sole contributor to a contribution (pull request), please identify all
contributors in the pull request's body or in subsequent comments.
Expand Down
6 changes: 1 addition & 5 deletions LICENSE.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
All Reports in this Repository are licensed by Contributors under the
[W3C Software and Document
License](http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document). Contributions to
Specifications are made under the [W3C CLA](https://www.w3.org/community/about/agreements/cla/).

All documents in this Repository are licensed by contributors under the W3C [Software and Document license](https://www.w3.org/copyright/software-license).
11 changes: 4 additions & 7 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,20 @@ WebVTT

This is the source of the [WebVTT specification](https://w3c.github.io/webvtt/).

Contributions can be made via the [W3C Text Tracks Community Group](http://www.w3.org/community/texttracks/).
Contributions can be made via the W3C [Timed Text Working Group](https://www.w3.org/groups/wg/timed-text/).

You can file new [issues](https://github.com/w3c/webvtt/issues) from the specification itself. There are also old bugs reported in [W3C BugZilla](https://www.w3.org/Bugs/Public/buglist.cgi?product=TextTracks%20CG&component=WebVTT&resolution=---).
You can file new [issues](https://github.com/w3c/webvtt/issues) from the specification itself.
There are also old bugs reported in [W3C BugZilla](https://www.w3.org/Bugs/Public/buglist.cgi?product=TextTracks%20CG&component=WebVTT&resolution=---) (archived site).

Generating the spec
-------------------

This spec is generated using [bikeshed](https://github.com/tabatkins/bikeshed/).

To generate a CG draft, run:
To generate a Editors' Draft, run:

$ bikeshed spec

To generate a WD snapshot, run e.g.:

$ ./snapshot.sh WD 2016-01-01 2015-12-08

Also see https://github.com/w3c/webvtt/commit/754f13e3cf03d6036c3e4628c6920d17b412f778 for manual fixup of the generated output.

To format the index.bs file, run:
Expand Down
14 changes: 9 additions & 5 deletions index.bs
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
Title: WebVTT: The Web Video Text Tracks Format
H1: WebVTT: The Web Video Text Tracks Format
Shortname: webvtt1
Status: CG-DRAFT
Status: ED
Comment thread
nigelmegitt marked this conversation as resolved.
Default Ref Status: current
Prepare For TR: false
Group: texttracks
Group: ttwg
Repository: w3c/webvtt
ED: https://w3c.github.io/webvtt/
TR: https://www.w3.org/TR/webvtt1/
Level: none
Expand All @@ -17,14 +18,17 @@ Former Editor: Ian Hickson, Google http://www.google.com/, ian@hixie.ch
!Participate: <a href=https://github.com/w3c/webvtt>GitHub w3c/webvtt</a> (<a href=https://github.com/w3c/webvtt/issues/new>new issue</a>, <a href=https://github.com/w3c/webvtt/issues>open issues</a>, <a href=https://www.w3.org/Bugs/Public/buglist.cgi?product=TextTracks%20CG&component=WebVTT&resolution=--->legacy open bugs</a>)
!Commits: <a href=https://github.com/w3c/webvtt/commits>GitHub w3c/webvtt/commits</a>
!Commits: <a href=https://twitter.com/webvtt>@webvtt</a>
Mailing List Archives: https://lists.w3.org/Archives/Public/public-tt/
Test Suite: https://github.com/web-platform-tests/wpt/tree/master/webvtt
Abstract: This specification defines WebVTT, the Web Video Text Tracks format. Its main use is for marking up external text track resources in connection with the HTML &lt;track> element.
Abstract: WebVTT files provide captions or subtitles for video content, and also text video descriptions [[MAUR]], chapters for content navigation, and more generally any form of metadata that is time-aligned with audio or video content.
Boilerplate: omit conformance, omit feedback-header
Boilerplate: omit conformance
Ignored Terms: unicode-bidi, color, text-combine-upright, text-wrap, lang, class, title
Ignored Vars: seconds-frac, selector, fragment, seen cue


Implementation Report: https://www.w3.org/wiki/TimedText/WebVTT_Implementation_Report
WPT Path Prefix: webvtt
Status Text:
<p>A cumulative summary of all changes applied to this version since the <a href="https://www.w3.org/TR/2014/WD-webvtt1-20141113/">WebVTT First Public Working Draft</a> was published is available at <a href="changes.html">Changes from FPWD WebVTT</a>.</p>
</pre>

<pre class=anchors>
Expand Down
4 changes: 2 additions & 2 deletions w3c.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"group": [ 34314, 49808 ]
"group": [ 34314 ]
, "contacts": [ "himorin" ]
, "repo-type": [ "rec-track", "cg-report"]
, "repo-type": [ "rec-track" ]
, "shortname": "webvtt"
}
Loading