Skip to content

Commit f2a9cd2

Browse files
authored
Remove all obsolete macros and all obs/depr version (#4509)
* Replace obsolete_inline with deprecated inline macro * Remove all obselete online with versions * Fix up deprecation headers to have no version * Clean up duplicate
1 parent 97aa3e9 commit f2a9cd2

File tree

213 files changed

+528
-531
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+528
-531
lines changed

files/en-us/glossary/reporting_directive/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<li><a href="https://www.w3.org/TR/CSP/#directives-reporting">https://www.w3.org/TR/CSP/#directives-reporting</a></li>
3030
<li>{{HTTPHeader("Content-Security-Policy/upgrade-insecure-requests", "upgrade-insecure-requests")}}</li>
3131
<li>{{HTTPHeader("Content-Security-Policy/block-all-mixed-content", "block-all-mixed-content")}}</li>
32-
<li>{{HTTPHeader("Content-Security-Policy/require-sri-for", "require-sri-for")}} {{obsolete_inline}}</li>
32+
<li>{{HTTPHeader("Content-Security-Policy/require-sri-for", "require-sri-for")}} {{deprecated_inline}}</li>
3333
<li>{{HTTPHeader("Content-Security-Policy")}}</li>
3434
</ol>
3535
</li>

files/en-us/mdn/kitchensink/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ <h5 id="Rect_code">Rect code</h5>
295295

296296
<p>{{WebExtAPIRef("tabs.mutedInfo")}}</p>
297297

298-
<h3 id="Obsolete_CSSOM_interfaces">Obsolete CSSOM interfaces {{Obsolete_Inline}}</h3>
298+
<h3 id="Obsolete_CSSOM_interfaces">Obsolete CSSOM interfaces {{deprecated_inline}}</h3>
299299

300300
<p>{{InheritanceDiagram}}</p>
301301

files/en-us/mozilla/firefox/releases/2/adding_feed_readers_to_firefox/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h3 id="Adding_a_feed_reader_from_a_web_application">Adding a feed reader from a
2525

2626
<h3 id="Adding_a_new_feed_reader_manually">Adding a new feed reader manually</h3>
2727

28-
<p>Support for adding new feed readers was removed in Firefox 63. {{obsolete_inline("63.0")}}.</p>
28+
<p>Support for adding new feed readers was removed in Firefox 63. {{deprecated_inline}}.</p>
2929

3030
<p>Prior to Firefox 63, to add support for a new web-based feed reader, you would need to add three new preferences:</p>
3131

files/en-us/tools/web_console/helpers/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ <h2 id="The_commands">The commands</h2>
3636
<dd>Just like a normal command line, the console command line <a href="/en-US/docs/Tools/Web_Console#command_history">remembers the commands you've typed</a>. Use this function to clear the console's command history.</dd>
3737
<dt><code>copy()</code></dt>
3838
<dd>Copies the argument to the clipboard. If the argument is a string, it's copied as-is. If the argument is a DOM node, its <code><a href="/en-US/docs/Web/API/Element/outerHTML">outerHTML</a></code> is copied. Otherwise, <code><a href="/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify">JSON.stringify</a></code> will be called on the argument, and the result will be copied to the clipboard.</dd>
39-
<dt id="help"><code>help()</code>{{Deprecated_Inline(62)}}<br>
39+
<dt id="help"><code>help()</code> {{deprecated_inline}}<br>
4040
<code style="margin-right: 1ch;">:help</code></dt>
4141
<dd>Displays help text. Actually, in a delightful example of recursion, it brings you to this page.</dd>
4242
<dt><code>inspect()</code></dt>
4343
<dd>Given an object, generates <a href="/en-US/docs/Tools/Web_Console/Rich_output">rich output</a> for that object. Once you select the object in the output area, you can use the arrow keys to navigate the object.</dd>
4444
<dt><code>keys()</code></dt>
4545
<dd>Given an object, returns a list of the keys (or property names) on that object. This is a shortcut for <a href="/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/keys"><code>Object.keys</code></a>.</dd>
46-
<dt id="pprint"><code>pprint() {{Obsolete_Inline(74)}}</code></dt>
46+
<dt id="pprint"><code>pprint() {{deprecated_inline}}</code></dt>
4747
<dd>Formats the specified value in a readable way; this is useful for dumping the contents of objects and arrays.</dd>
4848
<dt id="screenshot"><code>:screenshot</code></dt>
4949
<dd>Creates a screenshot of the current page with the supplied filename. If you don't supply a filename, the image file will be named with the following format:<br>

files/en-us/web/api/attr/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ <h2 id="Deprecated_properties_and_methods">Deprecated properties and methods</h2
4848
<dl>
4949
<dt><code>attributes</code></dt>
5050
<dd>This property now always returns <code>NULL</code>.</dd>
51-
<dt><code>childNodes</code> {{obsolete_inline(14)}}</dt>
51+
<dt><code>childNodes</code> {{deprecated_inline}}</dt>
5252
<dd>This property now always returns an empty {{domxref("NodeList")}}.</dd>
53-
<dt><code>firstChild</code> {{obsolete_inline(14)}}</dt>
53+
<dt><code>firstChild</code> {{deprecated_inline}}</dt>
5454
<dd>This property now always returns <code>NULL</code>.</dd>
5555
<dt><code>isId</code> {{readOnlyInline}}</dt>
5656
<dd>Indicates whether the attribute is an "ID attribute". An "ID attribute" being an attribute which value is expected to be unique across a DOM Document. In HTML DOM, "id" is the only ID attribute, but XML documents could define others. Whether or not an attribute is unique is often determined by a {{Glossary("DTD")}} or other schema description.</dd>
57-
<dt><code>lastChild</code> {{obsolete_inline(14)}}</dt>
57+
<dt><code>lastChild</code> {{deprecated_inline}}</dt>
5858
<dd>This property now always returns <code>NULL</code>.</dd>
5959
<dt><code>nextSibling</code></dt>
6060
<dd>This property now always returns <code>NULL</code>.</dd>
@@ -70,7 +70,7 @@ <h2 id="Deprecated_properties_and_methods">Deprecated properties and methods</h2
7070
<dd>This property now always returns <code>NULL</code>.</dd>
7171
<dt><code>previousSibling</code></dt>
7272
<dd>This property now always returns <code>NULL</code>.</dd>
73-
<dt><code>schemaTypeInfo</code> {{obsolete_inline}} {{readOnlyInline}}</dt>
73+
<dt><code>schemaTypeInfo</code> {{deprecated_inline}} {{readOnlyInline}}</dt>
7474
<dd>The type information associated with this attribute. While the type information contained in this attribute is guaranteed to be correct after loading the document or invoking {{domxref("Document.normalizeDocument")}}, this property may not be reliable if the node was moved.</dd>
7575
<dt><code>specified</code></dt>
7676
<dd>This property now always returns <code>true</code>.</dd>
@@ -81,7 +81,7 @@ <h2 id="Deprecated_properties_and_methods">Deprecated properties and methods</h2
8181
<p>The following methods have been deprecated:</p>
8282

8383
<dl>
84-
<dt><code>appendChild()</code> {{obsolete_inline(14)}}</dt>
84+
<dt><code>appendChild()</code> {{deprecated_inline}}</dt>
8585
<dd>Modify the value of {{domxref("Attr.value")}} instead.</dd>
8686
<dt><code>cloneNode()</code></dt>
8787
<dd>You shouldn't have been using this in the first place, so you probably don't care that this is going away.</dd>
@@ -93,7 +93,7 @@ <h2 id="Deprecated_properties_and_methods">Deprecated properties and methods</h2
9393
<dd>Use {{domxref("Element.getAttribute()")}} instead.</dd>
9494
<dt><code>getAttributeNodeNS()</code></dt>
9595
<dd>Use {{domxref("Element.getAttributeNS()")}} instead.</dd>
96-
<dt><code>hasAttributes()</code> {{obsolete_inline("21.0")}}</dt>
96+
<dt><code>hasAttributes()</code> {{deprecated_inline}}</dt>
9797
<dd>This method now always returns false.</dd>
9898
<dt><code>hasChildNodes()</code></dt>
9999
<dd>This method now always returns false.</dd>
@@ -107,9 +107,9 @@ <h2 id="Deprecated_properties_and_methods">Deprecated properties and methods</h2
107107
<dd>You shouldn't have been using this in the first place, so you probably don't care that this is going away.</dd>
108108
<dt><code>removeAttributeNode()</code></dt>
109109
<dd>Use {{domxref("Element.removeAttribute()")}} instead.</dd>
110-
<dt><code>removeChild()</code> {{obsolete_inline(14)}}</dt>
110+
<dt><code>removeChild()</code> {{deprecated_inline}}</dt>
111111
<dd>Modify the value of {{domxref("Attr.value")}} instead.</dd>
112-
<dt><code>replaceChild()</code> {{obsolete_inline(14)}}</dt>
112+
<dt><code>replaceChild()</code> {{deprecated_inline}}</dt>
113113
<dd>Modify the value of {{domxref("Attr.value")}} instead.</dd>
114114
<dt><code>setAttributeNode()</code></dt>
115115
<dd>Use {{domxref("Element.setAttribute()")}} instead.</dd>

files/en-us/web/api/audiolistener/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ <h2 id="Methods">Methods</h2>
5959
<h2 id="Deprecated_features">Deprecated features</h2>
6060

6161
<dl>
62-
<dt>{{domxref("AudioListener.dopplerFactor")}} {{obsolete_inline}}</dt>
62+
<dt>{{domxref("AudioListener.dopplerFactor")}} {{deprecated_inline}}</dt>
6363
<dd>A double value representing the amount of pitch shift to use when rendering a <a href="https://en.wikipedia.org/wiki/Doppler_effect">doppler effect</a>.</dd>
64-
<dt>{{domxref("AudioListener.speedOfSound")}} {{obsolete_inline}}</dt>
64+
<dt>{{domxref("AudioListener.speedOfSound")}} {{deprecated_inline}}</dt>
6565
<dd>Is a double value representing the speed of sound, in <em>meters per second</em>.</dd>
6666
</dl>
6767

files/en-us/web/api/basiccardrequest/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h3 id="Obsolete_properties">Obsolete properties</h3>
3232
<p>These properties have been removed from the Payment Method: Basic Card specification and should no longer be used.</p>
3333

3434
<dl>
35-
<dt>{{domxref('BasicCardRequest.supportedTypes')}} {{obsolete_inline}} {{optional_inline}} {{securecontext_inline}}</dt>
35+
<dt>{{domxref('BasicCardRequest.supportedTypes')}} {{deprecated_inline}} {{optional_inline}} {{securecontext_inline}}</dt>
3636
<dd>This obsolete property was used to provide an optional array of {{domxref("DOMString")}}s representing the card types that the retailer supports (e.g. <code>credit</code>, <code>debit</code>, <code>prepaid</code>). If the property is missing, it implies that all the card types are supported. Instead of using this property, it is up to the server to check support for the card given the information coded into the account number.</dd>
3737
</dl>
3838

files/en-us/web/api/canvasrenderingcontext2d/index.html

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -299,33 +299,33 @@ <h3 id="Blink_and_WebKit">Blink and WebKit</h3>
299299
<p>Most of these APIs are <a href="https://code.google.com/p/chromium/issues/detail?id=363198">deprecated and were removed shortly after Chrome 36</a>.</p>
300300

301301
<dl>
302-
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.clearShadow()</code></dt>
302+
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.clearShadow()</code></dt>
303303
<dd>Removes all shadow settings like {{domxref("CanvasRenderingContext2D.shadowColor")}} and {{domxref("CanvasRenderingContext2D.shadowBlur")}}.</dd>
304-
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.drawImageFromRect()</code></dt>
304+
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.drawImageFromRect()</code></dt>
305305
<dd>This is redundant with an equivalent overload of <code>drawImage</code>.</dd>
306-
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.setAlpha()</code></dt>
306+
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.setAlpha()</code></dt>
307307
<dd>Use {{domxref("CanvasRenderingContext2D.globalAlpha")}} instead.</dd>
308-
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.setCompositeOperation()</code></dt>
308+
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.setCompositeOperation()</code></dt>
309309
<dd>Use {{domxref("CanvasRenderingContext2D.globalCompositeOperation")}} instead.</dd>
310-
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.setLineWidth()</code></dt>
310+
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.setLineWidth()</code></dt>
311311
<dd>Use {{domxref("CanvasRenderingContext2D.lineWidth")}} instead.</dd>
312-
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.setLineJoin()</code></dt>
312+
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.setLineJoin()</code></dt>
313313
<dd>Use {{domxref("CanvasRenderingContext2D.lineJoin")}} instead.</dd>
314-
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.setLineCap()</code></dt>
314+
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.setLineCap()</code></dt>
315315
<dd>Use {{domxref("CanvasRenderingContext2D.lineCap")}} instead.</dd>
316-
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.setMiterLimit()</code></dt>
316+
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.setMiterLimit()</code></dt>
317317
<dd>Use {{domxref("CanvasRenderingContext2D.miterLimit")}} instead.</dd>
318-
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.setStrokeColor()</code></dt>
318+
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.setStrokeColor()</code></dt>
319319
<dd>Use {{domxref("CanvasRenderingContext2D.strokeStyle")}} instead.</dd>
320-
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.setFillColor()</code></dt>
320+
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.setFillColor()</code></dt>
321321
<dd>Use {{domxref("CanvasRenderingContext2D.fillStyle")}} instead.</dd>
322-
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.setShadow()</code></dt>
322+
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.setShadow()</code></dt>
323323
<dd>Use {{domxref("CanvasRenderingContext2D.shadowColor")}} and {{domxref("CanvasRenderingContext2D.shadowBlur")}} instead.</dd>
324-
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.webkitLineDash</code></dt>
324+
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.webkitLineDash</code></dt>
325325
<dd>Use {{domxref("CanvasRenderingContext2D.getLineDash()")}} and {{domxref("CanvasRenderingContext2D.setLineDash()")}} instead.</dd>
326-
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.webkitLineDashOffset</code></dt>
326+
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.webkitLineDashOffset</code></dt>
327327
<dd>Use {{domxref("CanvasRenderingContext2D.lineDashOffset")}} instead.</dd>
328-
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.webkitImageSmoothingEnabled</code></dt>
328+
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.webkitImageSmoothingEnabled</code></dt>
329329
<dd>Use {{domxref("CanvasRenderingContext2D.imageSmoothingEnabled")}} instead.</dd>
330330
</dl>
331331

@@ -339,11 +339,11 @@ <h3 id="Blink_only">Blink only</h3>
339339
<h3 id="WebKit_only">WebKit only</h3>
340340

341341
<dl>
342-
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.webkitBackingStorePixelRatio</code></dt>
342+
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.webkitBackingStorePixelRatio</code></dt>
343343
<dd>The backing store size in relation to the canvas element. See <a href="http://www.html5rocks.com/en/tutorials/canvas/hidpi/">High DPI Canvas</a>.</dd>
344-
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.webkitGetImageDataHD</code></dt>
344+
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.webkitGetImageDataHD</code></dt>
345345
<dd>Intended for HD backing stores, but removed from canvas specifications.</dd>
346-
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.webkitPutImageDataHD</code></dt>
346+
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.webkitPutImageDataHD</code></dt>
347347
<dd>Intended for HD backing stores, but removed from canvas specifications.</dd>
348348
</dl>
349349

@@ -360,13 +360,13 @@ <h4 id="Prefixed_APIs">Prefixed APIs</h4>
360360
<dd>See {{domxref("CanvasRenderingContext2D.imageSmoothingEnabled")}}.</dd>
361361
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.mozTextStyle</code></dt>
362362
<dd>Introduced in Gecko 1.9, deprecated in favor of the {{domxref("CanvasRenderingContext2D.font")}} property.</dd>
363-
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.mozDrawText()</code></dt>
363+
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.mozDrawText()</code></dt>
364364
<dd>This method was introduced in Gecko 1.9 and is removed starting with Gecko 7.0. Use {{domxref("CanvasRenderingContext2D.strokeText()")}} or {{domxref("CanvasRenderingContext2D.fillText()")}} instead.</dd>
365-
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.mozMeasureText()</code></dt>
365+
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.mozMeasureText()</code></dt>
366366
<dd>This method was introduced in Gecko 1.9 and is unimplemented starting with Gecko 7.0. Use {{domxref("CanvasRenderingContext2D.measureText()")}} instead.</dd>
367-
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.mozPathText()</code></dt>
367+
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.mozPathText()</code></dt>
368368
<dd>This method was introduced in Gecko 1.9 and is removed starting with Gecko 7.0.</dd>
369-
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.mozTextAlongPath()</code></dt>
369+
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.mozTextAlongPath()</code></dt>
370370
<dd>This method was introduced in Gecko 1.9 and is removed starting with Gecko 7.0.</dd>
371371
</dl>
372372

files/en-us/web/api/closeevent/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h2 id="Methods">Methods</h2>
153153
<p><em>This interface also inherits methods from its parent, {{domxref("Event")}}.</em></p>
154154

155155
<dl>
156-
<dt>{{domxref("CloseEvent.initCloseEvent()")}} {{Non-standard_inline}} {{Obsolete_inline}}</dt>
156+
<dt>{{domxref("CloseEvent.initCloseEvent()")}} {{Non-standard_inline}} {{deprecated_inline}}</dt>
157157
<dd>Initializes the value of a <code>CloseEvent</code> created. If the event has already being dispatched, this method does nothing. Do not use this method anymore, use the {{domxref("CloseEvent.CloseEvent", "CloseEvent()")}} constructor instead.</dd>
158158
</dl>
159159

files/en-us/web/api/credentialscontainer/get/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h3 id="Parameters">Parameters</h3>
6666
<li><code>mediation</code>: A {{jsxref("String")}} indicating whether the user will
6767
be required to log on for every visit to the website. Valid values are
6868
<code>"silent"</code>, <code>"optional"</code>, or <code>"required"</code>.</li>
69-
<li><code>unmediated</code>: {{deprecated_inline()}} A {{jsxref("Boolean")}}
69+
<li><code>unmediated</code>: {{deprecated_inline}} A {{jsxref("Boolean")}}
7070
indicating the returned {{domxref("Credential")}} instance should not require user
7171
mediation.</li>
7272
<li><code>signal</code>: An instance of {{domxref("AbortSignal")}} that can indicate

files/en-us/web/api/css_object_model/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,15 @@ <h3 id="CSS_Typed_Object_Model">CSS Typed Object Model {{Experimental_Inline}}</
9696
</ul>
9797
</div>
9898

99-
<h3 id="Obsolete_CSSOM_interfaces">Obsolete CSSOM interfaces {{Obsolete_Inline}}</h3>
99+
<h3 id="Obsolete_CSSOM_interfaces">Obsolete CSSOM interfaces {{deprecated_inline}}</h3>
100100

101101
<p>{{deprecated_header}}</p>
102102

103103
<div class="index">
104104
<ul>
105-
<li>{{DOMxRef("CSSPrimitiveValue")}} {{Obsolete_Inline}}</li>
106-
<li>{{DOMxRef("CSSValue")}} {{Obsolete_Inline}}</li>
107-
<li>{{DOMxRef("CSSValueList")}} {{Obsolete_Inline}}</li>
105+
<li>{{DOMxRef("CSSPrimitiveValue")}} {{deprecated_inline}}</li>
106+
<li>{{DOMxRef("CSSValue")}} {{deprecated_inline}}</li>
107+
<li>{{DOMxRef("CSSValueList")}} {{deprecated_inline}}</li>
108108
</ul>
109109
</div>
110110

files/en-us/web/api/cssrule/type/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ <h3>Value</h3>
130130
<tr>
131131
<td><code>CSSRule.UNKNOWN_RULE</code></td>
132132
<td style="text-align: center;"><code>0</code></td>
133-
<td>{{domxref("CSSUnknownRule")}} {{obsolete_inline}}</td>
133+
<td>{{domxref("CSSUnknownRule")}} {{deprecated_inline}}</td>
134134
<td></td>
135135
</tr>
136136
<tr>
137137
<td><code>CSSRule.CHARSET_RULE</code></td>
138138
<td style="text-align: center;"><code>2</code></td>
139-
<td><code>CSSCharsetRule</code> {{obsolete_inline}}</td>
139+
<td><code>CSSCharsetRule</code> {{deprecated_inline}}</td>
140140
<td>(Removed in most browsers.)</td>
141141
</tr>
142142
</tbody>

files/en-us/web/api/cssstyledeclaration/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 id="Methods">Methods</h2>
5454
<dd>Removes a property from the CSS declaration block.</dd>
5555
<dt>{{DOMxRef("CSSStyleDeclaration.setProperty()")}}</dt>
5656
<dd>Modifies an existing CSS property or creates a new CSS property in the declaration block.</dd>
57-
<dt>{{DOMxRef("CSSStyleDeclaration.getPropertyCSSValue()")}} {{Obsolete_Inline}}</dt>
57+
<dt>{{DOMxRef("CSSStyleDeclaration.getPropertyCSSValue()")}} {{deprecated_inline}}</dt>
5858
<dd><strong>Only supported via getComputedStyle in Firefox.</strong> Returns the property value as a {{DOMxRef("CSSPrimitiveValue")}} or <code>null</code> for <a href="/en-US/docs/Web/CSS/Shorthand_properties">shorthand properties</a>.</dd>
5959
</dl>
6060

files/en-us/web/api/document/applets/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- Property
1111
- Reference
1212
---
13-
<div>{{APIRef("DOM")}} {{deprecated_header()}}</div>
13+
<div>{{APIRef("DOM")}} {{Deprecated_Header}}</div>
1414

1515
<p>The <strong><code>applets</code></strong> property of the {{domxref("Document")}}
1616
interface returns a list of the applets within a document.</p>

0 commit comments

Comments
 (0)