Skip to content

Remove all obsolete macros and all obs/depr version #4509

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

Merged
merged 4 commits into from
Apr 27, 2021
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
2 changes: 1 addition & 1 deletion files/en-us/glossary/reporting_directive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<li><a href="https://www.w3.org/TR/CSP/#directives-reporting">https://www.w3.org/TR/CSP/#directives-reporting</a></li>
<li>{{HTTPHeader("Content-Security-Policy/upgrade-insecure-requests", "upgrade-insecure-requests")}}</li>
<li>{{HTTPHeader("Content-Security-Policy/block-all-mixed-content", "block-all-mixed-content")}}</li>
<li>{{HTTPHeader("Content-Security-Policy/require-sri-for", "require-sri-for")}} {{obsolete_inline}}</li>
<li>{{HTTPHeader("Content-Security-Policy/require-sri-for", "require-sri-for")}} {{deprecated_inline}}</li>
<li>{{HTTPHeader("Content-Security-Policy")}}</li>
</ol>
</li>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/mdn/kitchensink/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ <h5 id="Rect_code">Rect code</h5>

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

<h3 id="Obsolete_CSSOM_interfaces">Obsolete CSSOM interfaces {{Obsolete_Inline}}</h3>
<h3 id="Obsolete_CSSOM_interfaces">Obsolete CSSOM interfaces {{deprecated_inline}}</h3>

<p>{{InheritanceDiagram}}</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h3 id="Adding_a_feed_reader_from_a_web_application">Adding a feed reader from a

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

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

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

Expand Down
4 changes: 2 additions & 2 deletions files/en-us/tools/web_console/helpers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ <h2 id="The_commands">The commands</h2>
<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>
<dt><code>copy()</code></dt>
<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>
<dt id="help"><code>help()</code>{{Deprecated_Inline(62)}}<br>
<dt id="help"><code>help()</code> {{deprecated_inline}}<br>
<code style="margin-right: 1ch;">:help</code></dt>
<dd>Displays help text. Actually, in a delightful example of recursion, it brings you to this page.</dd>
<dt><code>inspect()</code></dt>
<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>
<dt><code>keys()</code></dt>
<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>
<dt id="pprint"><code>pprint() {{Obsolete_Inline(74)}}</code></dt>
<dt id="pprint"><code>pprint() {{deprecated_inline}}</code></dt>
<dd>Formats the specified value in a readable way; this is useful for dumping the contents of objects and arrays.</dd>
<dt id="screenshot"><code>:screenshot</code></dt>
<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>
Expand Down
16 changes: 8 additions & 8 deletions files/en-us/web/api/attr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ <h2 id="Deprecated_properties_and_methods">Deprecated properties and methods</h2
<dl>
<dt><code>attributes</code></dt>
<dd>This property now always returns <code>NULL</code>.</dd>
<dt><code>childNodes</code> {{obsolete_inline(14)}}</dt>
<dt><code>childNodes</code> {{deprecated_inline}}</dt>
<dd>This property now always returns an empty {{domxref("NodeList")}}.</dd>
<dt><code>firstChild</code> {{obsolete_inline(14)}}</dt>
<dt><code>firstChild</code> {{deprecated_inline}}</dt>
<dd>This property now always returns <code>NULL</code>.</dd>
<dt><code>isId</code> {{readOnlyInline}}</dt>
<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>
<dt><code>lastChild</code> {{obsolete_inline(14)}}</dt>
<dt><code>lastChild</code> {{deprecated_inline}}</dt>
<dd>This property now always returns <code>NULL</code>.</dd>
<dt><code>nextSibling</code></dt>
<dd>This property now always returns <code>NULL</code>.</dd>
Expand All @@ -70,7 +70,7 @@ <h2 id="Deprecated_properties_and_methods">Deprecated properties and methods</h2
<dd>This property now always returns <code>NULL</code>.</dd>
<dt><code>previousSibling</code></dt>
<dd>This property now always returns <code>NULL</code>.</dd>
<dt><code>schemaTypeInfo</code> {{obsolete_inline}} {{readOnlyInline}}</dt>
<dt><code>schemaTypeInfo</code> {{deprecated_inline}} {{readOnlyInline}}</dt>
<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>
<dt><code>specified</code></dt>
<dd>This property now always returns <code>true</code>.</dd>
Expand All @@ -81,7 +81,7 @@ <h2 id="Deprecated_properties_and_methods">Deprecated properties and methods</h2
<p>The following methods have been deprecated:</p>

<dl>
<dt><code>appendChild()</code> {{obsolete_inline(14)}}</dt>
<dt><code>appendChild()</code> {{deprecated_inline}}</dt>
<dd>Modify the value of {{domxref("Attr.value")}} instead.</dd>
<dt><code>cloneNode()</code></dt>
<dd>You shouldn't have been using this in the first place, so you probably don't care that this is going away.</dd>
Expand All @@ -93,7 +93,7 @@ <h2 id="Deprecated_properties_and_methods">Deprecated properties and methods</h2
<dd>Use {{domxref("Element.getAttribute()")}} instead.</dd>
<dt><code>getAttributeNodeNS()</code></dt>
<dd>Use {{domxref("Element.getAttributeNS()")}} instead.</dd>
<dt><code>hasAttributes()</code> {{obsolete_inline("21.0")}}</dt>
<dt><code>hasAttributes()</code> {{deprecated_inline}}</dt>
<dd>This method now always returns false.</dd>
<dt><code>hasChildNodes()</code></dt>
<dd>This method now always returns false.</dd>
Expand All @@ -107,9 +107,9 @@ <h2 id="Deprecated_properties_and_methods">Deprecated properties and methods</h2
<dd>You shouldn't have been using this in the first place, so you probably don't care that this is going away.</dd>
<dt><code>removeAttributeNode()</code></dt>
<dd>Use {{domxref("Element.removeAttribute()")}} instead.</dd>
<dt><code>removeChild()</code> {{obsolete_inline(14)}}</dt>
<dt><code>removeChild()</code> {{deprecated_inline}}</dt>
<dd>Modify the value of {{domxref("Attr.value")}} instead.</dd>
<dt><code>replaceChild()</code> {{obsolete_inline(14)}}</dt>
<dt><code>replaceChild()</code> {{deprecated_inline}}</dt>
<dd>Modify the value of {{domxref("Attr.value")}} instead.</dd>
<dt><code>setAttributeNode()</code></dt>
<dd>Use {{domxref("Element.setAttribute()")}} instead.</dd>
Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/audiolistener/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ <h2 id="Methods">Methods</h2>
<h2 id="Deprecated_features">Deprecated features</h2>

<dl>
<dt>{{domxref("AudioListener.dopplerFactor")}} {{obsolete_inline}}</dt>
<dt>{{domxref("AudioListener.dopplerFactor")}} {{deprecated_inline}}</dt>
<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>
<dt>{{domxref("AudioListener.speedOfSound")}} {{obsolete_inline}}</dt>
<dt>{{domxref("AudioListener.speedOfSound")}} {{deprecated_inline}}</dt>
<dd>Is a double value representing the speed of sound, in <em>meters per second</em>.</dd>
</dl>

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/basiccardrequest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h3 id="Obsolete_properties">Obsolete properties</h3>
<p>These properties have been removed from the Payment Method: Basic Card specification and should no longer be used.</p>

<dl>
<dt>{{domxref('BasicCardRequest.supportedTypes')}} {{obsolete_inline}} {{optional_inline}} {{securecontext_inline}}</dt>
<dt>{{domxref('BasicCardRequest.supportedTypes')}} {{deprecated_inline}} {{optional_inline}} {{securecontext_inline}}</dt>
<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>
</dl>

Expand Down
42 changes: 21 additions & 21 deletions files/en-us/web/api/canvasrenderingcontext2d/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,33 +299,33 @@ <h3 id="Blink_and_WebKit">Blink and WebKit</h3>
<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>

<dl>
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.clearShadow()</code></dt>
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.clearShadow()</code></dt>
<dd>Removes all shadow settings like {{domxref("CanvasRenderingContext2D.shadowColor")}} and {{domxref("CanvasRenderingContext2D.shadowBlur")}}.</dd>
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.drawImageFromRect()</code></dt>
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.drawImageFromRect()</code></dt>
<dd>This is redundant with an equivalent overload of <code>drawImage</code>.</dd>
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.setAlpha()</code></dt>
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.setAlpha()</code></dt>
<dd>Use {{domxref("CanvasRenderingContext2D.globalAlpha")}} instead.</dd>
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.setCompositeOperation()</code></dt>
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.setCompositeOperation()</code></dt>
<dd>Use {{domxref("CanvasRenderingContext2D.globalCompositeOperation")}} instead.</dd>
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.setLineWidth()</code></dt>
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.setLineWidth()</code></dt>
<dd>Use {{domxref("CanvasRenderingContext2D.lineWidth")}} instead.</dd>
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.setLineJoin()</code></dt>
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.setLineJoin()</code></dt>
<dd>Use {{domxref("CanvasRenderingContext2D.lineJoin")}} instead.</dd>
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.setLineCap()</code></dt>
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.setLineCap()</code></dt>
<dd>Use {{domxref("CanvasRenderingContext2D.lineCap")}} instead.</dd>
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.setMiterLimit()</code></dt>
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.setMiterLimit()</code></dt>
<dd>Use {{domxref("CanvasRenderingContext2D.miterLimit")}} instead.</dd>
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.setStrokeColor()</code></dt>
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.setStrokeColor()</code></dt>
<dd>Use {{domxref("CanvasRenderingContext2D.strokeStyle")}} instead.</dd>
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.setFillColor()</code></dt>
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.setFillColor()</code></dt>
<dd>Use {{domxref("CanvasRenderingContext2D.fillStyle")}} instead.</dd>
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.setShadow()</code></dt>
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.setShadow()</code></dt>
<dd>Use {{domxref("CanvasRenderingContext2D.shadowColor")}} and {{domxref("CanvasRenderingContext2D.shadowBlur")}} instead.</dd>
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.webkitLineDash</code></dt>
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.webkitLineDash</code></dt>
<dd>Use {{domxref("CanvasRenderingContext2D.getLineDash()")}} and {{domxref("CanvasRenderingContext2D.setLineDash()")}} instead.</dd>
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.webkitLineDashOffset</code></dt>
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.webkitLineDashOffset</code></dt>
<dd>Use {{domxref("CanvasRenderingContext2D.lineDashOffset")}} instead.</dd>
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.webkitImageSmoothingEnabled</code></dt>
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.webkitImageSmoothingEnabled</code></dt>
<dd>Use {{domxref("CanvasRenderingContext2D.imageSmoothingEnabled")}} instead.</dd>
</dl>

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

<dl>
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.webkitBackingStorePixelRatio</code></dt>
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.webkitBackingStorePixelRatio</code></dt>
<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>
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.webkitGetImageDataHD</code></dt>
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.webkitGetImageDataHD</code></dt>
<dd>Intended for HD backing stores, but removed from canvas specifications.</dd>
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.webkitPutImageDataHD</code></dt>
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.webkitPutImageDataHD</code></dt>
<dd>Intended for HD backing stores, but removed from canvas specifications.</dd>
</dl>

Expand All @@ -360,13 +360,13 @@ <h4 id="Prefixed_APIs">Prefixed APIs</h4>
<dd>See {{domxref("CanvasRenderingContext2D.imageSmoothingEnabled")}}.</dd>
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.mozTextStyle</code></dt>
<dd>Introduced in Gecko 1.9, deprecated in favor of the {{domxref("CanvasRenderingContext2D.font")}} property.</dd>
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.mozDrawText()</code></dt>
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.mozDrawText()</code></dt>
<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>
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.mozMeasureText()</code></dt>
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.mozMeasureText()</code></dt>
<dd>This method was introduced in Gecko 1.9 and is unimplemented starting with Gecko 7.0. Use {{domxref("CanvasRenderingContext2D.measureText()")}} instead.</dd>
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.mozPathText()</code></dt>
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.mozPathText()</code></dt>
<dd>This method was introduced in Gecko 1.9 and is removed starting with Gecko 7.0.</dd>
<dt>{{non-standard_inline}} {{obsolete_inline}} <code>CanvasRenderingContext2D.mozTextAlongPath()</code></dt>
<dt>{{non-standard_inline}} {{deprecated_inline}} <code>CanvasRenderingContext2D.mozTextAlongPath()</code></dt>
<dd>This method was introduced in Gecko 1.9 and is removed starting with Gecko 7.0.</dd>
</dl>

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/closeevent/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h2 id="Methods">Methods</h2>
<p><em>This interface also inherits methods from its parent, {{domxref("Event")}}.</em></p>

<dl>
<dt>{{domxref("CloseEvent.initCloseEvent()")}} {{Non-standard_inline}} {{Obsolete_inline}}</dt>
<dt>{{domxref("CloseEvent.initCloseEvent()")}} {{Non-standard_inline}} {{deprecated_inline}}</dt>
<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>
</dl>

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/credentialscontainer/get/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h3 id="Parameters">Parameters</h3>
<li><code>mediation</code>: A {{jsxref("String")}} indicating whether the user will
be required to log on for every visit to the website. Valid values are
<code>"silent"</code>, <code>"optional"</code>, or <code>"required"</code>.</li>
<li><code>unmediated</code>: {{deprecated_inline()}} A {{jsxref("Boolean")}}
<li><code>unmediated</code>: {{deprecated_inline}} A {{jsxref("Boolean")}}
indicating the returned {{domxref("Credential")}} instance should not require user
mediation.</li>
<li><code>signal</code>: An instance of {{domxref("AbortSignal")}} that can indicate
Expand Down
8 changes: 4 additions & 4 deletions files/en-us/web/api/css_object_model/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ <h3 id="CSS_Typed_Object_Model">CSS Typed Object Model {{Experimental_Inline}}</
</ul>
</div>

<h3 id="Obsolete_CSSOM_interfaces">Obsolete CSSOM interfaces {{Obsolete_Inline}}</h3>
<h3 id="Obsolete_CSSOM_interfaces">Obsolete CSSOM interfaces {{deprecated_inline}}</h3>

<p>{{deprecated_header}}</p>

<div class="index">
<ul>
<li>{{DOMxRef("CSSPrimitiveValue")}} {{Obsolete_Inline}}</li>
<li>{{DOMxRef("CSSValue")}} {{Obsolete_Inline}}</li>
<li>{{DOMxRef("CSSValueList")}} {{Obsolete_Inline}}</li>
<li>{{DOMxRef("CSSPrimitiveValue")}} {{deprecated_inline}}</li>
<li>{{DOMxRef("CSSValue")}} {{deprecated_inline}}</li>
<li>{{DOMxRef("CSSValueList")}} {{deprecated_inline}}</li>
</ul>
</div>

Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/cssrule/type/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ <h3>Value</h3>
<tr>
<td><code>CSSRule.UNKNOWN_RULE</code></td>
<td style="text-align: center;"><code>0</code></td>
<td>{{domxref("CSSUnknownRule")}} {{obsolete_inline}}</td>
<td>{{domxref("CSSUnknownRule")}} {{deprecated_inline}}</td>
<td></td>
</tr>
<tr>
<td><code>CSSRule.CHARSET_RULE</code></td>
<td style="text-align: center;"><code>2</code></td>
<td><code>CSSCharsetRule</code> {{obsolete_inline}}</td>
<td><code>CSSCharsetRule</code> {{deprecated_inline}}</td>
<td>(Removed in most browsers.)</td>
</tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/cssstyledeclaration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2 id="Methods">Methods</h2>
<dd>Removes a property from the CSS declaration block.</dd>
<dt>{{DOMxRef("CSSStyleDeclaration.setProperty()")}}</dt>
<dd>Modifies an existing CSS property or creates a new CSS property in the declaration block.</dd>
<dt>{{DOMxRef("CSSStyleDeclaration.getPropertyCSSValue()")}} {{Obsolete_Inline}}</dt>
<dt>{{DOMxRef("CSSStyleDeclaration.getPropertyCSSValue()")}} {{deprecated_inline}}</dt>
<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>
</dl>

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/document/applets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Property
- Reference
---
<div>{{APIRef("DOM")}} {{deprecated_header()}}</div>
<div>{{APIRef("DOM")}} {{Deprecated_Header}}</div>

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