Skip to content

Commit bebc6e3

Browse files
authored
move former editors to Acknowledgement section (#160)
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 dd52c75 commit bebc6e3

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

@@ -371,5 +358,12 @@ <h2>Privacy Considerations</h2>
371358
<h2>IANA Considerations</h2>
372359
<div data-include="IANA-Considerations.html" data-include-replace="true"></div>
373360
</section>
361+
362+
<section id="acknowledgements" class="appendix informative">
363+
<h2>Acknowledgements</h2>
364+
<p>This specification draws heavily from the Solid Protocol [[Solid-Protocol]], which was edited, over time, by
365+
Sarven Capadisli, Tim Berners-Lee, Kjetil Kjernsmo, Ruben Verborgh, Justin Bingham, Dmitri Zagidulin.
366+
</p>
367+
</section>
374368
</body>
375369
</html>

0 commit comments

Comments
 (0)