forked from w3c/whatwg-coord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathruby-agreement.html
38 lines (34 loc) · 1.61 KB
/
ruby-agreement.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!doctype html>
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Agreement on HTML Ruby Markup</title>
<style>
body {
max-width: 50em;
margin: auto;
font-family: sans-serif;
}
</style>
<h1>Agreement on HTML Ruby Markup</h1>
<p>
The W3C will specify extended HTML Ruby markup
(based on <a href="https://github.com/whatwg/html/pull/6478">PR#6478</a>)
under the <a href="https://www.w3.org/Consortium/Process/#rec-track">REC track</a>.
This will be a derived document with some textual copying from <a href="https://html.spec.whatwg.org/multipage/">WHATWG HTML</a>
and <a href="https://www.w3.org/TR/2014/NOTE-html-ruby-extensions-20140204/">W3C HTML Ruby Markup Extensions</a>,
but the W3C and WHATWG mutually agree that publishing it is within the bounds of our <a href="https://www.w3.org/2019/04/WHATWG-W3C-MOU">MoU</a>.
<p>
W3C editors may offer pull requests to keep the HTML spec in sync,
both technically and editorially,
for the subset of features defined in both specs,
so that readers of both specs can benefit from any improvements.
Once the <a href="https://whatwg.org/working-mode#additions">criteria for addition</a> to WHATWG Living Standards are met,
W3C editors may also offer pull requests to fully integrate the extended ruby markup definitions
into WHATWG HTML.
WHATWG HTML editors will review these contributions in good faith,
and merge those they deem acceptable
under the WHATWG <a href="https://whatwg.org/working-mode">working mode</a>.
<p>
The <abbr title="Status Of This Document">SOTD</abbr> section of the W3C Ruby Extension spec
will link to this agreement.