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.
  • diff --git a/index.template.html b/index.template.html index 88869b5d..816e8175 100644 --- a/index.template.html +++ b/index.template.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.

    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.