Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add references to TD 1.0 #1791

Merged
merged 4 commits into from
Apr 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down Expand Up @@ -415,7 +424,7 @@
</p>

<p>
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.
</p>
Expand Down Expand Up @@ -1328,7 +1337,7 @@ <h2>Core Vocabulary Definitions</h2>
<li>
<span class="rfc2119-assertion" id=
"td-context-ns-td10-namespacev10">
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.
</span>
</li>
<li>
Expand Down
11 changes: 10 additions & 1 deletion index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down Expand Up @@ -415,7 +424,7 @@
</p>

<p>
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.
</p>
Expand Down
2 changes: 1 addition & 1 deletion validation/td-validation.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
<li>
<span class="rfc2119-assertion" id=
"td-context-ns-td10-namespacev10">
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.
</span>
</li>
<li>
Expand Down