Skip to content

Commit a8ae830

Browse files
committed
Deprecate demoted elements and remove deprecated elements
1 parent c98381d commit a8ae830

23 files changed

+20
-20
lines changed
File renamed without changes.
File renamed without changes.

components/gc-dwnld/index.json-ld

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,11 @@
158158
},
159159
{
160160
"@id": "_:iteration_gc_dwnld_1",
161-
"name": "Download link - Iteration 1 (demoted)",
161+
"name": "Download link - Iteration 1 (deprecated)",
162162
"date": "2014-06",
163163
"detectableBy": ".gc-dwnld-link .gc-dwnld",
164164
"successor": "_:iteration_gc_dwnld_2",
165-
"status": "demoted",
165+
"status": "deprecated",
166166
"assets": [
167167
{
168168
"@type": "source-code",
@@ -173,10 +173,10 @@
173173
],
174174
"example": {
175175
"en": [
176-
{ "href": "demoted/gc-dwnld_v1-en.html", "text": "Download link" }
176+
{ "href": "deprecated/gc-dwnld_v1-en.html", "text": "Download link" }
177177
],
178178
"fr": [
179-
{ "href": "demoted/gc-dwnld_v1-fr.html", "text": "Lien de téléchargement" }
179+
{ "href": "deprecated/gc-dwnld_v1-fr.html", "text": "Lien de téléchargement" }
180180
]
181181
}
182182
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

sites/footers/old-footers-en.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
---
1414
<div class="wb-prettify all-pre hide"></div>
1515

16-
<h2>Version 9.0</h2>
16+
<h2>Version 9.0 (deprecated)</h2>
1717
<ul>
1818
<li>Updated "Manage life events" URL</li>
1919
</ul>
20-
<p>Working example: <a href="demoted/footers-v9-en.html">Footer version 9.0</a></p>
20+
<p>Working example: <a href="deprecated/footers-v9-en.html">Footer version 9.0</a></p>
2121
<details>
2222
<summary>Expected output code</summary><pre><code>&lt;footer id="wb-info">
2323
&lt;h2 class="wb-inv">About this site&lt;/h2>
@@ -90,7 +90,7 @@ <h2>Version 8.1 (deprecated)</h2>
9090
<ul>
9191
<li>Added new link "Manage life events".</li>
9292
</ul>
93-
<p>Working example: <a href="demoted/footers-v8.1-en.html">Footer version 8.1</a></p>
93+
<p>Working example: <a href="deprecated/footers-v8.1-en.html">Footer version 8.1</a></p>
9494
<details>
9595
<summary>Expected output code</summary><pre><code>&lt;footer id="wb-info">
9696
&lt;h2 class="wb-inv">About this site&lt;/h2>

0 commit comments

Comments
 (0)