Skip to content

Commit a976277

Browse files
committed
Transfer the work to the i18n-WG
1 parent 3dc9603 commit a976277

5 files changed

Lines changed: 42 additions & 12 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Contributing to HTML Ruby Markup Extensions
22

3-
See the [Communication](https://www.w3.org/2022/06/html-wg-charter.html#communication)
4-
and [Decision Policy](https://www.w3.org/2022/06/html-wg-charter.html#decisions) sections
5-
of the [HTML Working Group](https://www.w3.org/groups/wg/htmlwg/)’s charter.
3+
See the [Communication](https://www.w3.org/International/groups/wg/charter#communication)
4+
and [Decision Policy](https://www.w3.org/International/groups/wg/charter#decisions) sections
5+
of the [Internationalization Working Group](https://www.w3.org/groups/wg/i18n-core/)’s charter.

LICENSE.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
All documents in this repository are licensed by contributors under
2-
the [Creative Commons Attribution International 4.0 (CC BY 4.0) copyright license](https://creativecommons.org/licenses/by/4.0/)
3-
as per the [Licensing](https://www.w3.org/2022/06/html-wg-charter.html#licensing) section
4-
of the [HTML Working Group](https://www.w3.org/groups/wg/htmlwg)’s charter.
1+
# License
2+
3+
Unless otherwise noted,
4+
new contributions to this repository are made available by their authors
5+
under the [W3C Software and Document License](https://www.w3.org/copyright/software-license-2023/),
6+
in accordance with the [Licensing section](https://www.w3.org/International/groups/wg/charter#licensing)
7+
of the [W3C Internationalization Working Group](https://www.w3.org/groups/wg/i18n-core/) charter.
8+
9+
This repository also contains material that was previously developed
10+
in the [HTML Working Group](https://www.w3.org/groups/wg/htmlwg/)
11+
and published under the [Creative Commons Attribution 4.0 International License (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/),
12+
as required by that group’s [Licensing section](https://www.w3.org/2022/06/html-wg-charter.html#licensing).
13+
14+
Portions of this work are derived from material originally published by the
15+
WHATWG under the CC BY 4.0 license; those portions remain available under that
16+
license.
17+
18+
Accordingly, this repository contains material available under both licenses.
19+
Source documents indicate the applicable license or licenses
20+
for their specific content.

Overview.bs

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: HTML Ruby Markup Extensions
33
Shortname: html-ruby-extensions
44
Level: None
55
Status: ED
6-
Group: htmlwg
6+
Group: i18n
77
Repository: w3c/html-ruby
88
TR: https://www.w3.org/TR/html-ruby-extensions/
99
ED: https://w3c.github.io/html-ruby/
@@ -23,6 +23,18 @@ Status Text:
2323
between W3C and the WHATWG.
2424
</pre>
2525

26+
<div boilerplate="copyright">
27+
<a href="https://www.w3.org/policies/#copyright">Copyright</a> © [YEAR]
28+
<a href="https://www.w3.org/">World Wide Web Consortium</a> and WHATWG (Apple, Google, Mozilla, Microsoft).
29+
<abbr title="World Wide Web Consortium">W3C</abbr><sup>®</sup> <a href="https://www.w3.org/policies/#Legal_Disclaimer">liability</a>, and <a href="https://www.w3.org/policies/#W3C_Trademarks">trademark</a> rules apply.
30+
This work is made available under a dual license:
31+
the <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a> (CC BY 4.0),
32+
and the <a href="https://www.w3.org/copyright/software-license-2023/">W3C Software and Document license</a>.
33+
Portions of this work are derived from material originally published by the WHATWG
34+
under the CC BY 4.0 license;
35+
those portions remain available under that license.
36+
</div>
37+
2638
<pre class="anchors">
2739
spec: html; urlPrefix: https://html.spec.whatwg.org/multipage/
2840
type:dfn; for:/; text:text; url: dom.html#text-content

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
This repository hosts the [HTML Ruby Markup Extensions specification](https://www.w3.org/TR/html-ruby-extensions/)
44
as per the [Agreement on HTML Ruby Markup](https://www.w3.org/2022/02/ruby-agreement.html)
55
between W3C and the WHATWG,
6-
and as [listed among the chartered deliverables](https://www.w3.org/2022/06/html-wg-charter.html#ruby) of the [HTML Working Group](https://www.w3.org/groups/wg/htmlwg/).
6+
and as previously[listed among the chartered deliverables](https://www.w3.org/2022/06/html-wg-charter.html#ruby) of the now expired[HTML Working Group](https://www.w3.org/groups/wg/htmlwg/),
7+
and as <a href="https://www.w3.org/2025/12/04-i18n-minutes.html#900b">adopted</a> by the [Internationalization Working Group](https://www.w3.org/groups/wg/i18n-core/).
78

89
It may also be used to host some related [documentation](docs/) and [exploratory work](/explainers).

w3c.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"group": "wg/htmlwg",
2+
"group": "wg/i18n-core",
33
"contacts": [
4-
"siusin",
5-
"LJwatson",
4+
"r12a",
5+
"xfq",
6+
"aphillips",
67
"frivoal"
78
],
89
"repo-type": "rec-track"

0 commit comments

Comments
 (0)