From 9a78515720879f70c21a0a5b6a6aa4d61f1b315d Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Wed, 5 Apr 2023 13:55:26 +0200 Subject: [PATCH 1/4] use 1.0 links when implied --- index.template.html | 2 +- validation/td-validation.ttl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.template.html b/index.template.html index 88869b5d..82f03181 100644 --- a/index.template.html +++ b/index.template.html @@ -415,7 +415,7 @@

- This specification describes a superset of the features defined in Thing Description 1.0 [[WOT-THING-DESCRIPTION]]. + This specification describes a superset of the features defined in Thing Description 1.0 [[WOT-THING-DESCRIPTION10]]. Unless otherwise specified, documents created with version 1.0 of this specification remain compatible with Thing Description 1.1.

diff --git a/validation/td-validation.ttl b/validation/td-validation.ttl index 33c57f7b..54af55ec 100644 --- a/validation/td-validation.ttl +++ b/validation/td-validation.ttl @@ -213,7 +213,7 @@
  • - TD 1.1 consumers MUST accept TDs satisfying the W3C WoT Thing Description 1.0 [[wot-thing-description]] specification. + TD 1.1 consumers MUST accept TDs satisfying the W3C WoT Thing Description 1.0 [[wot-thing-description10]] specification.
  • From 89c369326264d46dfceef92be2ae06916853e964 Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Wed, 5 Apr 2023 14:04:17 +0200 Subject: [PATCH 2/4] use prevRecShortname --- index.template.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.template.html b/index.template.html index 82f03181..e168917a 100644 --- a/index.template.html +++ b/index.template.html @@ -15,6 +15,7 @@ //, processVersion: 2020 //, wgPatentPolicy: "PP2017" // deprecated, "group" option sets this automatically shortName: "wot-thing-description11", + prevRecShortname: "wot-thing-description10", copyrightStart: 2017, noLegacyStyle: true, inlineCSS: true, From 41113e3a5e8f00a0f4bc76766921838641deffbb Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Wed, 5 Apr 2023 14:12:45 +0200 Subject: [PATCH 3/4] add previous rec --- index.template.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/index.template.html b/index.template.html index e168917a..816e8175 100644 --- a/index.template.html +++ b/index.template.html @@ -15,7 +15,6 @@ //, processVersion: 2020 //, wgPatentPolicy: "PP2017" // deprecated, "group" option sets this automatically shortName: "wot-thing-description11", - prevRecShortname: "wot-thing-description10", copyrightStart: 2017, noLegacyStyle: true, inlineCSS: true, @@ -186,6 +185,15 @@ } }, otherLinks: [ + { + key: "Previous Recommendation", + data: [ + { + value: "https://www.w3.org/TR/2020/REC-wot-thing-description-20200409/", + href: "https://www.w3.org/TR/2020/REC-wot-thing-description-20200409/" + } + ] + }, { key: "Contributors", data: [ From 29ede365f4bb5f37a4f72182c90587d8b53ccf6f Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Wed, 5 Apr 2023 14:17:31 +0200 Subject: [PATCH 4/4] render main spec --- index.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 6d07b72a..34f5f263 100644 --- a/index.html +++ b/index.html @@ -185,6 +185,15 @@ } }, otherLinks: [ + { + key: "Previous Recommendation", + data: [ + { + value: "https://www.w3.org/TR/2020/REC-wot-thing-description-20200409/", + href: "https://www.w3.org/TR/2020/REC-wot-thing-description-20200409/" + } + ] + }, { key: "Contributors", data: [ @@ -415,7 +424,7 @@

    - This specification describes a superset of the features defined in Thing Description 1.0 [[WOT-THING-DESCRIPTION]]. + This specification describes a superset of the features defined in Thing Description 1.0 [[WOT-THING-DESCRIPTION10]]. Unless otherwise specified, documents created with version 1.0 of this specification remain compatible with Thing Description 1.1.

    @@ -1328,7 +1337,7 @@

    Core Vocabulary Definitions

  • - TD 1.1 consumers MUST accept TDs satisfying the W3C WoT Thing Description 1.0 [[wot-thing-description]] specification. + TD 1.1 consumers MUST accept TDs satisfying the W3C WoT Thing Description 1.0 [[wot-thing-description10]] specification.