From 619a20702b8d53eff3a876864237cfc036446d7e Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Sun, 5 Apr 2026 04:27:00 +0100 Subject: [PATCH 01/16] feat: initialise Solid26 implementors guide --- solid26.html | 460 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 460 insertions(+) create mode 100644 solid26.html diff --git a/solid26.html b/solid26.html new file mode 100644 index 00000000..9e992fc1 --- /dev/null +++ b/solid26.html @@ -0,0 +1,460 @@ + + + + + Solid26: Implementation Guide + + + + + + + + +
+
+
+

Solid26: Implementation Guide

+

Draft Community Group Report,

+
+ More details about this document +
+
This version
+
https://solidproject.org/TR/solid26
+
+
+
Latest published version
+
https://solidproject.org/TR/solid26
+
+
+
Editors
+
Jesse Wright (University of Oxford)
+
Christoph Braun (Karlsruhe Institute of Technology)
+
+
+
Published
+
+
+
+
Modified
+
+
+
+
Feedback
+
GitHub solid/specification (pull requests, new issue, open issues)
+
+
+
Language
+
English
+
+
+
Document Type
+
Implementation Guide
+
+
+ +
+
+
+
+

Abstract

+
+

This document is an implementation guide for Solid26 — a curated collection of Solid specification versions intended to give developers, organisations, and communities a stable target to build against. It provides practical guidance for implementing the Solid specifications included in this release.

+
+
+
+

Status of This Document

+
+

This document was published by the W3C Solid Community Group as an implementation guide. It is not a W3C Standard nor is it on the W3C Standards Track.

+

This document is intended to provide implementation guidance for the Solid specifications collected in the Solid26 release. The content of this guide is informative and non-normative. It may be updated, replaced, or obsoleted by other documents at any time.

+

Comments regarding this document are welcome. Please file issues on GitHub.

+
+
+ + +
+

Introduction

+
+

The Solid Specification defines multiple sub-specification documents with differing levels of maturity. This, the Solid26 release, curates those sub-specifications with fixed versions of the most critical and stable documents required to build functional Solid servers and applications.

+

This document serves as an implementation guide — it does not define new normative requirements, but rather collects and explains the specifications needed to build interoperable Solid applications and servers as part of the Solid26 release.

+ +
+

What is Solid26?

+
+

Solid has been evolving since it was developed by Sir Tim Berners-Lee and his team at MIT. Decades of development has produced a rich set of specifications, tools, and community knowledge — but there is not yet a single, clearly defined collection that says: this is ready to build on.

+

Solid26 aims to change that. It brings together core Solid specification versions into one coherent collection. Think of it as a stable snapshot of the Solid platform — a known-good baseline that application developers and server implementers can target with confidence.

+

The name "Solid26" reflects the aspiration for Solid to adopt a rolling release model. Like modern browsers and platforms, the Solid ecosystem would continue to evolve — with annual collections that build on real-world feedback and adoption. Whether this model is adopted is subject to discussion within the W3C Solid Community Group.

+
+

Note

+

Solid26 does not change or remove existing parts of the Solid Specification in any way. It adds to the existing set of resources in the Solid community, and aims to make Solid more accessible.

+
+
+
+ + +
+
+ +
+

Specifications

+
+

The Solid26 specification documents are as follows:

+ +
+

Solid Protocol

+
+

The Solid Protocol (v0.11.0) is included with the following amendments. Servers are not required to implement the following:

+ +

The Solid Protocol document is stable.

+
+
+ +
+

Solid-OIDC

+
+

Solid-OIDC (v0.1.0) is included in the Solid26 release.

+

Solid-OIDC is subject to change as best practices for authentication evolve.

+
+

Editor's Note

+

Solid-OIDC v0.1.0 is not a widely implemented version. A document that accurately reflects current implementations is being drafted by Christoph Braun. This PR is waiting for that document to be available and ready to reference before merging.

+
+
+
+ +
+

Web Access Control

+
+

Web Access Control (Editor's Draft, 2024-06-03) is included in this release.

+

The Web Access Control specification is likely to become one of many access control language profiles which are supported in future releases. Note that most clients should not need to manage access controls — and hence should not be affected by a change in the access control language that a server uses.

+
+
+ +
+

Stability Expectations

+
+

The following table summarises the stability expectations for each specification included in this release:

+ + + + + + + + + + + + + + + + + + + + + + + + + +
SpecificationVersionStability
Solid Protocolv0.11.0Stable
Solid-OIDCv0.1.0Subject to change
Web Access ControlED 2024-06-03May become one of many profiles
+
+
+
+
+ +
+

Implementation Requirements

+
+

This section describes the expected requirements for applications and servers targeting the Solid26 release.

+ +
+

Server Conformance

+
+

Servers conforming to Solid26 are expected to implement all parts of the Solid Protocol (v0.11.0) with the exceptions noted in that section, along with Solid-OIDC and Web Access Control.

+
+
+ + +
+
+ + + +
+

References

+
+
+
[SOLID-PROTOCOL]
+
Solid Protocol. Sarven Capadisli; Tim Berners-Lee; Kjetil Kjernsmo. W3C Solid Community Group. URL: https://solidproject.org/TR/protocol
+ +
[SOLID-OIDC]
+
Solid-OIDC. W3C Solid Community Group. URL: https://solidproject.org/TR/oidc
+ +
[WAC]
+
Web Access Control. W3C Solid Community Group. URL: https://solidproject.org/TR/wac
+ + +
+
+
+ +
+

Acknowledgements

+
+

The content of Solid26 has been proposed by members of the W3C Solid Community Group, including the Open Data Institute, and is subject to the group's processes.

+

The Open Data Institute stewards the Solid Project and is coordinating the development of supporting materials for Solid26 in collaboration with the global Solid community.

+
+
+ +
+
+
+ + From 59eaa64db341c236d678256570744f4ac49932b7 Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Mon, 6 Apr 2026 16:20:46 +0100 Subject: [PATCH 02/16] fix: update Web Access Control links and dates in the specification --- solid26.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/solid26.html b/solid26.html index 9e992fc1..e2aa9729 100644 --- a/solid26.html +++ b/solid26.html @@ -369,7 +369,7 @@

Editor's Note

Web Access Control

-

Web Access Control (Editor's Draft, 2024-06-03) is included in this release.

+

Web Access Control (2024-05-12) is included in this release.

The Web Access Control specification is likely to become one of many access control language profiles which are supported in future releases. Note that most clients should not need to manage access controls — and hence should not be affected by a change in the access control language that a server uses.

@@ -399,7 +399,7 @@

Stability Expectations

Web Access Control - ED 2024-06-03 + 2024-05-12 May become one of many profiles @@ -438,7 +438,7 @@

References

Solid-OIDC. W3C Solid Community Group. URL: https://solidproject.org/TR/oidc
[WAC]
-
Web Access Control. W3C Solid Community Group. URL: https://solidproject.org/TR/wac
+
Web Access Control. W3C Solid Community Group. URL: https://solidproject.org/TR/2024/wac-20240512
From 8fa3c6967eeaba89f259b76a8e3986fad06f3683 Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Mon, 6 Apr 2026 16:26:26 +0100 Subject: [PATCH 03/16] fix: update versioning to include CG-Draft --- solid26.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/solid26.html b/solid26.html index e2aa9729..13b83293 100644 --- a/solid26.html +++ b/solid26.html @@ -339,12 +339,12 @@

Note

Specifications

-

The Solid26 specification documents are as follows:

+

The Solid26 specification documents are as follows. All referenced specifications are W3C Solid Community Group Drafts.

Solid Protocol

-

The Solid Protocol (v0.11.0) is included with the following amendments. Servers are not required to implement the following:

+

The Solid Protocol (CG-Draft, v0.11.0) is included with the following amendments. Servers are not required to implement the following:

  • 5.3.1 Modifying Resources Using N3 Patches
  • 10.2 WebID-TLS
  • @@ -357,7 +357,7 @@

    Solid Protocol

    Solid-OIDC

    -

    Solid-OIDC (v0.1.0) is included in the Solid26 release.

    +

    Solid-OIDC (CG-Draft, v0.1.0) is included in the Solid26 release.

    Solid-OIDC is subject to change as best practices for authentication evolve.

    Editor's Note

    @@ -369,7 +369,7 @@

    Editor's Note

    Web Access Control

    -

    Web Access Control (2024-05-12) is included in this release.

    +

    Web Access Control (CG-Draft, 2024-05-12) is included in this release.

    The Web Access Control specification is likely to become one of many access control language profiles which are supported in future releases. Note that most clients should not need to manage access controls — and hence should not be affected by a change in the access control language that a server uses.

    @@ -389,17 +389,17 @@

    Stability Expectations

    Solid Protocol - v0.11.0 + CG-Draft, v0.11.0 Stable Solid-OIDC - v0.1.0 + CG-Draft, v0.1.0 Subject to change Web Access Control - 2024-05-12 + CG-Draft, 2024-05-12 May become one of many profiles From 4269b76bb67640cd65de9b7bbced8a738db99957 Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Mon, 6 Apr 2026 16:29:18 +0100 Subject: [PATCH 04/16] feat: add editor's note regarding WAC version updates --- solid26.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/solid26.html b/solid26.html index 13b83293..6d8fb149 100644 --- a/solid26.html +++ b/solid26.html @@ -371,6 +371,10 @@

    Web Access Control

    Web Access Control (CG-Draft, 2024-05-12) is included in this release.

    The Web Access Control specification is likely to become one of many access control language profiles which are supported in future releases. Note that most clients should not need to manage access controls — and hence should not be affected by a change in the access control language that a server uses.

    +
    +

    Editor's Note

    +

    We would like to update the referenced WAC version and snapshot link to include the proposed changes in solid/web-access-control-spec#134, if they are merged in time.

    +
    From 1798a18f77dfa834400348f7477eddc1d951d21d Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Mon, 6 Apr 2026 16:35:55 +0100 Subject: [PATCH 05/16] fix: remove discussions of stability --- solid26.html | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/solid26.html b/solid26.html index 6d8fb149..86649fd4 100644 --- a/solid26.html +++ b/solid26.html @@ -298,7 +298,6 @@

    Table of Contents

  • 2.1 Solid Protocol
  • 2.2 Solid-OIDC
  • 2.3 Web Access Control
  • -
  • 2.4 Stability Expectations
  • @@ -350,7 +349,6 @@

    Solid Protocol

  • 10.2 WebID-TLS
  • ACP (Access Control Policy)
-

The Solid Protocol document is stable.

@@ -358,7 +356,6 @@

Solid Protocol

Solid-OIDC

Solid-OIDC (CG-Draft, v0.1.0) is included in the Solid26 release.

-

Solid-OIDC is subject to change as best practices for authentication evolve.

Editor's Note

Solid-OIDC v0.1.0 is not a widely implemented version. A document that accurately reflects current implementations is being drafted by Christoph Braun. This PR is waiting for that document to be available and ready to reference before merging.

@@ -370,46 +367,12 @@

Editor's Note

Web Access Control

Web Access Control (CG-Draft, 2024-05-12) is included in this release.

-

The Web Access Control specification is likely to become one of many access control language profiles which are supported in future releases. Note that most clients should not need to manage access controls — and hence should not be affected by a change in the access control language that a server uses.

Editor's Note

We would like to update the referenced WAC version and snapshot link to include the proposed changes in solid/web-access-control-spec#134, if they are merged in time.

- -
-

Stability Expectations

-
-

The following table summarises the stability expectations for each specification included in this release:

- - - - - - - - - - - - - - - - - - - - - - - - - -
SpecificationVersionStability
Solid ProtocolCG-Draft, v0.11.0Stable
Solid-OIDCCG-Draft, v0.1.0Subject to change
Web Access ControlCG-Draft, 2024-05-12May become one of many profiles
-
-
From d745ce3086b3b4b3f79396f1c410314f1ccf21da Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Mon, 6 Apr 2026 16:38:07 +0100 Subject: [PATCH 06/16] fix: remove reference to WebID-TLS from Solid Protocol amendments --- solid26.html | 1 - 1 file changed, 1 deletion(-) diff --git a/solid26.html b/solid26.html index 86649fd4..66de1552 100644 --- a/solid26.html +++ b/solid26.html @@ -346,7 +346,6 @@

Solid Protocol

The Solid Protocol (CG-Draft, v0.11.0) is included with the following amendments. Servers are not required to implement the following:

From 00b8caac3856846c6880d410acbe16c09b8055d7 Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:28:09 +0100 Subject: [PATCH 07/16] fix: remove Implementation Requirements section from specification --- solid26.html | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/solid26.html b/solid26.html index 66de1552..de17db94 100644 --- a/solid26.html +++ b/solid26.html @@ -300,12 +300,6 @@

Table of Contents

  • 2.3 Web Access Control
  • -
  • -

    3. Implementation Requirements

    -
      -
    1. 3.1 Server Conformance
    2. -
    -
  • References
  • Acknowledgements
  • @@ -375,22 +369,6 @@

    Editor's Note

    -
    -

    Implementation Requirements

    -
    -

    This section describes the expected requirements for applications and servers targeting the Solid26 release.

    - -
    -

    Server Conformance

    -
    -

    Servers conforming to Solid26 are expected to implement all parts of the Solid Protocol (v0.11.0) with the exceptions noted in that section, along with Solid-OIDC and Web Access Control.

    -
    -
    - - -
    -
    -
    From 735cec492e94e78539e33a027cac5381f87f1110 Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Mon, 6 Apr 2026 22:54:02 +0100 Subject: [PATCH 08/16] fix: update implementation guide for Solid26 to clarify purpose and content --- solid26.html | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/solid26.html b/solid26.html index de17db94..cec3887a 100644 --- a/solid26.html +++ b/solid26.html @@ -269,7 +269,7 @@

    Solid26: Implementation Guide

    Abstract

    -

    This document is an implementation guide for Solid26 — a curated collection of Solid specification versions intended to give developers, organisations, and communities a stable target to build against. It provides practical guidance for implementing the Solid specifications included in this release.

    +

    This document is an implementation guide for Solid26 — a snapshot of the most mature and widely implemented Solid specification versions, collected to help developers and organisations identify a common baseline. It provides practical guidance for implementing the Solid specifications included in this collection.

    @@ -288,9 +288,6 @@

    Table of Contents

  • Status of This Document
  • 1. Introduction

    -
      -
    1. 1.1 What is Solid26?
    2. -
  • 2. Specifications

    @@ -309,23 +306,8 @@

    Table of Contents

    Introduction

    -

    The Solid Specification defines multiple sub-specification documents with differing levels of maturity. This, the Solid26 release, curates those sub-specifications with fixed versions of the most critical and stable documents required to build functional Solid servers and applications.

    -

    This document serves as an implementation guide — it does not define new normative requirements, but rather collects and explains the specifications needed to build interoperable Solid applications and servers as part of the Solid26 release.

    - -
    -

    What is Solid26?

    -
    -

    Solid has been evolving since it was developed by Sir Tim Berners-Lee and his team at MIT. Decades of development has produced a rich set of specifications, tools, and community knowledge — but there is not yet a single, clearly defined collection that says: this is ready to build on.

    -

    Solid26 aims to change that. It brings together core Solid specification versions into one coherent collection. Think of it as a stable snapshot of the Solid platform — a known-good baseline that application developers and server implementers can target with confidence.

    -

    The name "Solid26" reflects the aspiration for Solid to adopt a rolling release model. Like modern browsers and platforms, the Solid ecosystem would continue to evolve — with annual collections that build on real-world feedback and adoption. Whether this model is adopted is subject to discussion within the W3C Solid Community Group.

    -
    -

    Note

    -

    Solid26 does not change or remove existing parts of the Solid Specification in any way. It adds to the existing set of resources in the Solid community, and aims to make Solid more accessible.

    -
    -
    -
    - - +

    The Solid Specification defines multiple sub-specification documents with differing levels of maturity. Solid26 collects the most mature and widely implemented specification versions into one coherent reference — a snapshot of the parts of the Solid platform that are most broadly supported by existing implementations.

    +

    This document does not define new normative requirements, but rather identifies and collects the specifications needed to build interoperable Solid applications and servers.

    From f46d28fb4dc9d575f9621939c07dfcfb6ead0972 Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Mon, 6 Apr 2026 22:55:56 +0100 Subject: [PATCH 09/16] fix: remove Acknowledgements section from Solid26 specification --- solid26.html | 9 --------- 1 file changed, 9 deletions(-) diff --git a/solid26.html b/solid26.html index cec3887a..49f0b973 100644 --- a/solid26.html +++ b/solid26.html @@ -298,7 +298,6 @@

    Table of Contents

  • References
  • -
  • Acknowledgements
  • @@ -371,14 +370,6 @@

    References

    -
    -

    Acknowledgements

    -
    -

    The content of Solid26 has been proposed by members of the W3C Solid Community Group, including the Open Data Institute, and is subject to the group's processes.

    -

    The Open Data Institute stewards the Solid Project and is coordinating the development of supporting materials for Solid26 in collaboration with the global Solid community.

    -
    -
    - From ddc0188d25981175c54be31d69c6f7cea1ca20bc Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Wed, 8 Apr 2026 00:43:07 +0100 Subject: [PATCH 10/16] fix: update Solid Protocol and related sections to reflect CG-DRAFT/FINAL versions --- solid26.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/solid26.html b/solid26.html index 49f0b973..3a965890 100644 --- a/solid26.html +++ b/solid26.html @@ -318,7 +318,7 @@

    Specifications

    Solid Protocol

    -

    The Solid Protocol (CG-Draft, v0.11.0) is included with the following amendments. Servers are not required to implement the following:

    +

    The Solid Protocol (CG-DRAFT/FINAL, v0.11.0) is included with the following amendments. Servers are not required to implement the following:

    • 5.3.1 Modifying Resources Using N3 Patches
    • ACP (Access Control Policy)
    • @@ -329,7 +329,7 @@

      Solid Protocol

      Solid-OIDC

      -

      Solid-OIDC (CG-Draft, v0.1.0) is included in the Solid26 release.

      +

      Solid-OIDC (CG-DRAFT/FINAL, v0.1.0) is included in the Solid26 release.

      Editor's Note

      Solid-OIDC v0.1.0 is not a widely implemented version. A document that accurately reflects current implementations is being drafted by Christoph Braun. This PR is waiting for that document to be available and ready to reference before merging.

      @@ -340,7 +340,7 @@

      Editor's Note

      Web Access Control

      -

      Web Access Control (CG-Draft, 2024-05-12) is included in this release.

      +

      Web Access Control (CG-DRAFT/FINAL, 2024-05-12) is included in this release.

      Editor's Note

      We would like to update the referenced WAC version and snapshot link to include the proposed changes in solid/web-access-control-spec#134, if they are merged in time.

      From 2ba9106284e08e2f3259f273aad56d980db1c042 Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Wed, 8 Apr 2026 00:44:41 +0100 Subject: [PATCH 11/16] fix: update notes heading "Editors Note" -> "Note" --- solid26.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solid26.html b/solid26.html index 3a965890..d43abf9c 100644 --- a/solid26.html +++ b/solid26.html @@ -331,7 +331,7 @@

      Solid-OIDC

      Solid-OIDC (CG-DRAFT/FINAL, v0.1.0) is included in the Solid26 release.

      -

      Editor's Note

      +

      Note

      Solid-OIDC v0.1.0 is not a widely implemented version. A document that accurately reflects current implementations is being drafted by Christoph Braun. This PR is waiting for that document to be available and ready to reference before merging.

      @@ -342,7 +342,7 @@

      Web Access Control

      Web Access Control (CG-DRAFT/FINAL, 2024-05-12) is included in this release.

      -

      Editor's Note

      +

      Note

      We would like to update the referenced WAC version and snapshot link to include the proposed changes in solid/web-access-control-spec#134, if they are merged in time.

      From 91216e03eb12cfdd036fdf2b8240729a8ee69f14 Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Wed, 8 Apr 2026 01:03:55 +0100 Subject: [PATCH 12/16] fix: update ACP link to reflect correct section in Solid Protocol --- solid26.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solid26.html b/solid26.html index d43abf9c..f60fc20c 100644 --- a/solid26.html +++ b/solid26.html @@ -321,7 +321,7 @@

      Solid Protocol

      The Solid Protocol (CG-DRAFT/FINAL, v0.11.0) is included with the following amendments. Servers are not required to implement the following:

      From 71823990ff423c921c6159c156e29172832ceb9c Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Wed, 8 Apr 2026 01:21:16 +0100 Subject: [PATCH 13/16] fix: add Solid26 reference and links to specification table --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.html b/index.html index 6c1baf22..6138558d 100644 --- a/index.html +++ b/index.html @@ -118,6 +118,13 @@

      Work Items

      Current Stage + + + Solid26 + https://github.com/solid/specification + CG-DRAFT + + Solid Protocol From 2ce1f0676592b72641bc99863dd24ba568ef6d4b Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Wed, 8 Apr 2026 01:32:06 +0100 Subject: [PATCH 14/16] fix: clarify Solid Protocol and Web Access Control descriptions in Solid26 specification --- solid26.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/solid26.html b/solid26.html index f60fc20c..f5a30afc 100644 --- a/solid26.html +++ b/solid26.html @@ -318,10 +318,10 @@

      Specifications

      Solid Protocol

      -

      The Solid Protocol (CG-DRAFT/FINAL, v0.11.0) is included with the following amendments. Servers are not required to implement the following:

      +

      The Solid Protocol (CG-DRAFT/FINAL, v0.11.0) is included with the following amendments:

      @@ -340,7 +340,7 @@

      Note

      Web Access Control

      -

      Web Access Control (CG-DRAFT/FINAL, 2024-05-12) is included in this release.

      +

      Web Access Control (CG-DRAFT/FINAL, 2024-05-12) is included in this release. Solid26 requires servers to implement WAC as their access control mechanism.

      Note

      We would like to update the referenced WAC version and snapshot link to include the proposed changes in solid/web-access-control-spec#134, if they are merged in time.

      From 286e7c7733ecb811dd1b23b87932e4dde243be4b Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Wed, 8 Apr 2026 01:36:54 +0100 Subject: [PATCH 15/16] fix: add note on server interoperability with Solid26 clients --- solid26.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/solid26.html b/solid26.html index f5a30afc..7c55b927 100644 --- a/solid26.html +++ b/solid26.html @@ -345,6 +345,10 @@

      Web Access Control

      Note

      We would like to update the referenced WAC version and snapshot link to include the proposed changes in solid/web-access-control-spec#134, if they are merged in time.

      +
      +

      Note

      +

      Servers that do not conform with this section can still interoperate with Solid26 clients that do not read or modify access controls.

      +
      From b5625db66d4b85f0a56840e4fef92b2bb370a562 Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:58:58 +0100 Subject: [PATCH 16/16] fix: add Implementation Guidance section with WebID note --- solid26.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/solid26.html b/solid26.html index 7c55b927..c4b731b2 100644 --- a/solid26.html +++ b/solid26.html @@ -297,6 +297,12 @@

      Table of Contents

    • 2.3 Web Access Control
    • +
    • +

      3. Implementation Guidance

      +
        +
      1. 3.1 WebID
      2. +
      +
    • References
    • @@ -354,7 +360,22 @@

      Note

    +
    +

    Implementation Guidance

    +
    + +
    +

    WebID

    +
    +
    +

    Note

    +

    Work in progress: the content from the WebID guidance document is to be integrated into this section.

    +
    +
    +
    +
    +

    References