Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.

Commit 78dfed0

Browse files
committed
Prepared for the AC review
1 parent 735e2e5 commit 78dfed0

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

index.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
body {
1313
background-image: url('data:image/svg+xml,\
1414
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 100" width="100%" height="50%" opacity=".04">\
15-
<g transform="translate(73,45) rotate(-35)">\
16-
<rect fill="none" stroke="black" stroke-width="2" width="75" x="-40" y="3" height="20" rx="10" ry="10"/>\
17-
<text x="0" y="20" font-family="sans-serif" font-size="18" fill="black" text-anchor="middle">DRAFT</text>\
15+
<g transform="translate(73,45) rotate(-40)">\
16+
<rect fill="none" stroke="black" stroke-width="2" width="120" x="-60" y="3" height="20" rx="10" ry="10"/>\
17+
<text x="0" y="20" font-family="sans-serif" font-size="14" fill="black" text-anchor="middle">Under AC Review</text>\
1818
</g>\
1919
</svg>\
2020
');
@@ -118,11 +118,11 @@
118118
<h1>Draft</h1>
119119

120120
<p>
121-
This is a <em>proposed</em> charter for a JSON-LD Working Group, currently undergoing review by the W3C Management.
121+
This is a <em>proposed</em> charter for a JSON-LD Working Group, currently undergoing formal review by the W3C Advisory Committee (AC).
122122
It is available on <a href="https://github.com/json-ld/charter">GitHub</a>;
123-
feel free to raise <a href="https://github.com/json-ld/charter/issues">issues</a> to help further discussion. The plan is to submit this draft for the formal vote at the AC in March 2018.
123+
feel free to raise <a href="https://github.com/json-ld/charter/issues">issues</a> to help further discussion. However, if you belong to a W3C Member, you may prefer to contact your AC representative to include your comment into the formal AC vote.
124124
</p>
125-
<p>Items (mostly URL-s) that will need update when the charter are accepted are marked <span class="todo">thusly</span>.
125+
<p>Items (mostly URL-s), that will need update if and when the charter are accepted, are marked <span class="todo">thusly</span>.
126126
</div>
127127

128128
<h1 id="title">JSON-LD Working Group Charter</h1>
@@ -203,7 +203,7 @@ <h2>Scope</h2>
203203
and in <a href="https://json-ld.org/presentations/JSON-LD-Update-TPAC-2017/assets/player/KeynoteDHTMLPlayer.html#0">slides used at TPAC 2017</a>.</p>
204204

205205
<p>The work must be consistent with principles expressed in the <a href="https://www.w3.org/TR/dwbp/">Data on the Web Best Practices</a> Recommendation. All changes must preserve backward compatibility for JSON-LD 1.0 documents. This means that, when processing legacy JSON-LD documents, JSON-LD 1.1 processors generate the same expanded output, unless that output is subject to <a href="https://www.w3.org/2001/sw/wiki/JSON_LD_Errata">errata in JSON-LD 1.0</a> or is otherwise an unspecified implementation detail.</p>
206-
206+
207207
<div id="section-out-of-scope">
208208
<h3 id="out-of-scope">Out of Scope</h3>
209209
<p>The following features are out of scope, and will not be addressed by this Working Group.</p>
@@ -531,4 +531,3 @@ <h3>
531531

532532
</body>
533533
</html>
534-

0 commit comments

Comments
 (0)