Skip to content

Commit a192bdc

Browse files
committed
move former editors to acknowledgement section
per the discussion at https://www.w3.org/2026/03/16-lws-minutes.html#74e1 this PR focuses on the people who appeared as 'former editors', it does not preclude adding more people to the Acknowledgement section. also, this PR fixes an HTML bug line 111
1 parent 19998a4 commit a192bdc

1 file changed

Lines changed: 8 additions & 14 deletions

File tree

lws10-core/index.html

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,6 @@
2222
company: "Stony Brook University",
2323
companyURL: "https://www.stonybrook.edu/",
2424
}],
25-
formerEditors: [{
26-
name: "Sarven Capadisli",
27-
}, {
28-
name: "Justin Bingham",
29-
}, {
30-
name: "Dmitri Zagidulin",
31-
}, {
32-
name: "Ruben Verborgh",
33-
}, {
34-
name: "Tim Berners-Lee",
35-
}, {
36-
name: "Kjetil Kjernsmo",
37-
}],
3825
github: "w3c/lws-protocol",
3926
xref: ["web-platform"],
4027
group: "lws",
@@ -121,7 +108,7 @@ <h3>Tactics</h3>
121108
<section id="conventions" class="informative">
122109
<h2>Document Conventions</h2>
123110
<dl>
124-
<dt></dt><dd><dd/>
111+
<dt></dt><dd></dd>
125112
</dl>
126113
</section>
127114

@@ -361,5 +348,12 @@ <h2>Privacy Considerations</h2>
361348
<h2>IANA Considerations</h2>
362349
<div data-include="IANA-Considerations.html" data-include-replace="true"></div>
363350
</section>
351+
352+
<section id="acknowledgements" class="appendix informative">
353+
<h2>Acknowledgements</h2>
354+
<p>This specification draws heavily from the Solid Protocol [[Solid-Protocol]], which was edited, over time, by
355+
Tim Berners-Lee, Justin Bingham, Sarven Capadisli, Kjetil Kjernsmo, Ruben Verborgh, and Dmitri Zagidulin.
356+
</p>
357+
</section>
364358
</body>
365359
</html>

0 commit comments

Comments
 (0)