From 67d3a0077bb4463345007939b97acb88e6315ab5 Mon Sep 17 00:00:00 2001 From: Atsushi Shimono Date: Fri, 24 Apr 2026 16:41:14 +0900 Subject: [PATCH 1/7] updating misc files as TTWG owned --- CODE_OF_CONDUCT.md | 4 +--- CONTRIBUTING.md | 32 +++++++++++++++++--------------- 2 files changed, 18 insertions(+), 18 deletions(-) mode change 100644 => 100755 CODE_OF_CONDUCT.md mode change 100644 => 100755 CONTRIBUTING.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md old mode 100644 new mode 100755 index d324ada9..4b2b0443 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -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/). diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md old mode 100644 new mode 100755 index 930537da..47397471 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,26 +1,28 @@ -# 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 +[Document License](https://www.w3.org/copyright/document-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 +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. -To add a contributor (other than yourself, that's automatic), mark them one per line as follows: + To add a contributor (other than yourself, that's automatic), mark them one per line as follows: -``` -+@github_username -``` + ``` + +@github_username + ``` -If you added a contributor by mistake, you can remove them in a comment with: + If you added a contributor by mistake, you can remove them in a comment with: -``` --@github_username -``` + ``` + -@github_username + ``` -If you are making a pull request on behalf of someone else but you had no part in designing the -feature, you can remove yourself with the above syntax. + If you are making a pull request on behalf of someone else but you had no part in designing the + feature, you can remove yourself with the above syntax. # Tests From a92e81f8f305e5706d55b335710c1724366d0bbd Mon Sep 17 00:00:00 2001 From: Atsushi Shimono Date: Fri, 24 Apr 2026 16:42:36 +0900 Subject: [PATCH 2/7] updating misc files as TTWG owned --- LICENSE.md | 6 +----- w3c.json | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) mode change 100644 => 100755 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md old mode 100644 new mode 100755 index 98fad556..11d3b090 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 Document License](http://www.w3.org/Consortium/Legal/copyright-documents). diff --git a/w3c.json b/w3c.json index 85667ff1..52eddef6 100644 --- a/w3c.json +++ b/w3c.json @@ -1,6 +1,6 @@ { - "group": [ 34314, 49808 ] + "group": [ 34314 ] , "contacts": [ "himorin" ] -, "repo-type": [ "rec-track", "cg-report"] +, "repo-type": [ "rec-track" ] , "shortname": "webvtt" } From c2b47ed715a5eb4ae07b02db8890b1deefb200d3 Mon Sep 17 00:00:00 2001 From: Atsushi Shimono Date: Fri, 24 Apr 2026 16:43:23 +0900 Subject: [PATCH 3/7] updated metadata in index.bs, updated README --- README.md | 11 ++++------- index.bs | 14 +++++++++----- 2 files changed, 13 insertions(+), 12 deletions(-) mode change 100644 => 100755 README.md mode change 100644 => 100755 index.bs diff --git a/README.md b/README.md old mode 100644 new mode 100755 index be93160e..b0d0a736 --- a/README.md +++ b/README.md @@ -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: diff --git a/index.bs b/index.bs old mode 100644 new mode 100755 index a9cf7a9e..faa5c8e8 --- a/index.bs +++ b/index.bs @@ -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 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 @@ -17,14 +18,17 @@ Former Editor: Ian Hickson, Google http://www.google.com/, ian@hixie.ch !Participate: GitHub w3c/webvtt (new issue, open issues, legacy open bugs) !Commits: GitHub w3c/webvtt/commits !Commits: @webvtt +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 <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: +

A cumulative summary of all changes applied to this version since the WebVTT First Public Working Draft was published is available at Changes from FPWD WebVTT.


From 712522c2289187af5cffc85ac97f5b6bbb01ed77 Mon Sep 17 00:00:00 2001
From: himorin / Atsushi Shimono 
Date: Thu, 14 May 2026 18:46:54 +0900
Subject: [PATCH 4/7] fixed spacing

---
 CONTRIBUTING.md | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 47397471..a47efa59 100755
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -6,23 +6,23 @@ governed by the [W3C Patent Policy](https://www.w3.org/policies/patent-policy/20
 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 
+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.
 
- To add a contributor (other than yourself, that's automatic), mark them one per line as follows:
+To add a contributor (other than yourself, that's automatic), mark them one per line as follows:
 
- ```
- +@github_username
- ```
+```
++@github_username
+```
 
- If you added a contributor by mistake, you can remove them in a comment with:
+If you added a contributor by mistake, you can remove them in a comment with:
 
- ```
- -@github_username
- ```
+```
+-@github_username
+```
 
- If you are making a pull request on behalf of someone else but you had no part in designing the 
- feature, you can remove yourself with the above syntax.
+If you are making a pull request on behalf of someone else but you had no part in designing the 
+feature, you can remove yourself with the above syntax.
 
 # Tests
 

From b9d243d297d6205261be713a3cd0e807eaef7f35 Mon Sep 17 00:00:00 2001
From: himorin / Atsushi Shimono 
Date: Thu, 14 May 2026 18:47:39 +0900
Subject: [PATCH 5/7] fixed spacing (II)

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a47efa59..b021216a 100755
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -21,7 +21,7 @@ If you added a contributor by mistake, you can remove them in a comment with:
 -@github_username
 ```
 
-If you are making a pull request on behalf of someone else but you had no part in designing the 
+If you are making a pull request on behalf of someone else but you had no part in designing the
 feature, you can remove yourself with the above syntax.
 
 # Tests

From bd11cf9bb09bc4f52520b0957decc36f780fa7a9 Mon Sep 17 00:00:00 2001
From: himorin / Atsushi Shimono 
Date: Mon, 18 May 2026 18:44:12 +0900
Subject: [PATCH 6/7] fixed license in CONTRIBUTING

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b021216a..37201bd1 100755
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,7 +2,7 @@
 
 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
-[Document License](https://www.w3.org/copyright/document-license/). To contribute, you must 
+[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.
 

From 094c899ac67391f5c66b4627ea60ee0bd7138d6e Mon Sep 17 00:00:00 2001
From: himorin / Atsushi Shimono 
Date: Mon, 18 May 2026 18:44:33 +0900
Subject: [PATCH 7/7] Update license description and link

---
 LICENSE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/LICENSE.md b/LICENSE.md
index 11d3b090..b34c454e 100755
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1 +1 @@
-All documents in this Repository are licensed by contributors under the [W3C Document License](http://www.w3.org/Consortium/Legal/copyright-documents).
+All documents in this Repository are licensed by contributors under the W3C [Software and Document license](https://www.w3.org/copyright/software-license).