diff options
author | Ryan Johnson <rjohnson@mozilla.com> | 2021-03-20 18:32:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-20 18:32:06 -0700 |
commit | dd970ebde4659015cacb03f3cec08ba3662f76b7 (patch) | |
tree | 22fce3103c66822def150bdcd5934b143ce775cd | |
parent | 42fa0779cb86e303db29e3603901b000523173cf (diff) | |
download | translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.gz translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.bz2 translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.zip |
remove fx_minversion_inline macro calls (#258)
107 files changed, 297 insertions, 347 deletions
diff --git a/files/ar/web/api/document/index.html b/files/ar/web/api/document/index.html index 38f38282d9..0813f488e0 100644 --- a/files/ar/web/api/document/index.html +++ b/files/ar/web/api/document/index.html @@ -437,7 +437,7 @@ translation_of: Web/API/Document <dd>This method never did anything and always threw an exception, so it was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd> <dt>{{domxref("document.getBoxObjectFor")}} {{obsolete_inline}}</dt> <dd>Use the {{domxref("Element.getBoundingClientRect()")}} method instead.</dd> - <dt>{{domxref("document.loadOverlay")}} {{Fx_minversion_inline("1.5")}}</dt> + <dt>{{domxref("document.loadOverlay")}}</dt> <dd>Loads a <a href="/en-US/docs/XUL_Overlays" title="XUL_Overlays">XUL overlay</a> dynamically. This only works in XUL documents.</dd> <dt>{{domxref("document.queryCommandText")}} {{obsolete_inline("14.0")}}</dt> <dd>This method never did anything but throw an exception, and was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd> diff --git a/files/ar/web/api/node/index.html b/files/ar/web/api/node/index.html index 25375da985..ddebb32cb9 100644 --- a/files/ar/web/api/node/index.html +++ b/files/ar/web/api/node/index.html @@ -26,7 +26,7 @@ translation_of: Web/API/Node <dl> <dt>{{DOMxRef("Node.baseURI")}}{{ReadOnlyInline}}</dt> <dd>Returns a {{DOMxRef("DOMString")}} representing the base URL of the document containing the <code>Node</code>.</dd> - <dt>{{DOMxRef("Node.baseURIObject")}} {{Non-standard_inline}} {{ReadOnlyInline}}{{Fx_MinVersion_Inline("3")}}</dt> + <dt>{{DOMxRef("Node.baseURIObject")}} {{Non-standard_inline}} {{ReadOnlyInline}}</dt> <dd>(Not available to web content.) The {{ Interface("nsIURI") }} object representing the base URI for the element.</dd> <dt>{{DOMxRef("Node.childNodes")}}{{ReadOnlyInline}}</dt> <dd>Returns a live {{DOMxRef("NodeList")}} containing all the children of this node. {{DOMxRef("NodeList")}} being live means that if the children of the <code>Node</code> change, the {{DOMxRef("NodeList")}} object is automatically updated.</dd> @@ -130,7 +130,7 @@ translation_of: Web/API/Node <p><strong>Note:</strong> In Firefox 3.5 and earlier, HTML elements are in no namespace. In later versions, HTML elements are in the <code><a class="linkification-ext external" href="https://www.w3.org/1999/xhtml/">http://www.w3.org/1999/xhtml/</a></code> namespace in both HTML and XML trees.</p> </div> </dd> - <dt>{{DOMxRef("Node.nodePrincipal")}} {{Non-standard_inline}}{{Obsolete_Inline("gecko46")}}{{Fx_MinVersion_Inline("3")}}</dt> + <dt>{{DOMxRef("Node.nodePrincipal")}} {{Non-standard_inline}}{{Obsolete_Inline("gecko46")}}</dt> <dd>A {{Interface("nsIPrincipal")}} representing the node principal.</dd> <dt>{{DOMxRef("Node.prefix")}} {{Obsolete_Inline}}{{ReadOnlyInline}}</dt> <dd>Is a {{DOMxRef("DOMString")}} representing the namespace prefix of the node, or <code>null</code> if no prefix is specified.</dd> diff --git a/files/bn/tools/3d_view/index.html b/files/bn/tools/3d_view/index.html index 4c598d5a1f..caab492814 100644 --- a/files/bn/tools/3d_view/index.html +++ b/files/bn/tools/3d_view/index.html @@ -58,17 +58,17 @@ original_slug: Tools/ত্রিমাত্রিক_দর্শন <tr> <td>Focus on selected node</td> <td>f</td> - <td>Makes sure the currently selected node is visible {{ fx_minversion_inline("13.0") }}</td> + <td>Makes sure the currently selected node is visible</td> </tr> <tr> <td>Reset view</td> <td>r</td> - <td>Resets zoom, rotation, and panning to the default {{ fx_minversion_inline("12.0") }}</td> + <td>Resets zoom, rotation, and panning to the default</td> </tr> <tr> <td>Hide current node</td> <td>x</td> - <td>Makes the currently selected node invisible; this can be helpful if you need to get at a node that's obscured {{ fx_minversion_inline("12.0") }}</td> + <td>Makes the currently selected node invisible; this can be helpful if you need to get at a node that's obscured</td> </tr> </tbody> </table> diff --git a/files/ca/web/api/window/index.html b/files/ca/web/api/window/index.html index 5731c6fb02..188067ecf0 100644 --- a/files/ca/web/api/window/index.html +++ b/files/ca/web/api/window/index.html @@ -43,7 +43,7 @@ translation_of: Web/API/Window <dd>Gets/sets the status bar text for the given window.</dd> <dt>{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Returns the ratio between physical pixels and device independent pixels in the current display.</dd> - <dt>{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}</dt> + <dt>{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}</dt> <dd>Gets the arguments passed to the window (if it's a dialog box) at the time {{domxref("window.showModalDialog()")}} was called. This is an {{Interface("nsIArray")}}.</dd> <dt>{{domxref("Window.directories")}} {{obsolete_inline}}</dt> <dd>Synonym of {{domxref("window.personalbar")}}</dd> @@ -112,7 +112,7 @@ translation_of: Web/API/Window <dd>Returns the personalbar object, whose visibility can be toggled in the window.</dd> <dt>{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}</dt> <dd>Formerly provided access to install and remove PKCS11 modules.</dd> - <dt>{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.returnValue")}}</dt> <dd>The return value to be returned to the function that called {{domxref("window.showModalDialog()")}} to display the window as a modal dialog.</dd> <dt>{{domxref("Window.screen")}} {{readOnlyInline}}</dt> <dd>Returns a reference to the screen object associated with the window.</dd> @@ -133,7 +133,7 @@ translation_of: Web/API/Window <dd>Returns the number of pixels that the document has already been scrolled vertically.</dd> <dt>{{domxref("Window.self")}} {{ReadOnlyInline}}</dt> <dd>Returns an object reference to the window object itself.</dd> - <dt>{{domxref("Window.sessionStorage")}} {{Fx_minversion_inline("2.0")}}</dt> + <dt>{{domxref("Window.sessionStorage")}}</dt> <dd>Returns a storage object for storing data within a single page session.</dd> <dt>{{domxref("Window.sidebar")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Returns a reference to the window object of the sidebar.</dd> @@ -232,7 +232,7 @@ translation_of: Web/API/Window <dd>Opens a new window.</dd> <dt>{{domxref("Window.openDialog()")}} {{Non-standard_inline}} {{obsolete_inline}}</dt> <dd>Opens a new dialog window.</dd> - <dt>{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.postMessage()")}}</dt> <dd>Provides a secure means for one window to send a string of data to another window, which need not be within the same domain as the first.</dd> <dt>{{domxref("Window.print()")}}</dt> <dd>Opens the Print Dialog to print the current document.</dd> diff --git a/files/de/tools/3d_view/index.html b/files/de/tools/3d_view/index.html index bd0569db73..620e77acd8 100644 --- a/files/de/tools/3d_view/index.html +++ b/files/de/tools/3d_view/index.html @@ -61,17 +61,17 @@ original_slug: Tools/3D_untersuchung <td>-</td> </tr> <tr> - <td>Ausgewähles Element fokusieren {{ fx_minversion_inline("13.0") }}</td> + <td>Ausgewähles Element fokusieren</td> <td>f</td> <td>-</td> </tr> <tr> - <td>Ansicht (Grösse und Sichtswinkel) zurücksetzten {{ fx_minversion_inline("12.0") }}</td> + <td>Ansicht (Grösse und Sichtswinkel) zurücksetzten</td> <td>r</td> <td>-</td> </tr> <tr> - <td>Ausgewähltes Element ausblenden {{ fx_minversion_inline("12.0") }}</td> + <td>Ausgewähltes Element ausblenden</td> <td>x</td> <td>-</td> </tr> diff --git a/files/de/web/api/document/index.html b/files/de/web/api/document/index.html index f9b00cacfc..a17dd14278 100644 --- a/files/de/web/api/document/index.html +++ b/files/de/web/api/document/index.html @@ -383,7 +383,7 @@ translation_of: Web/API/Document <dd>This method never did anything and always threw an exception, so it was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd> <dt>{{domxref("Document.getBoxObjectFor")}} {{obsolete_inline}}</dt> <dd>Use the {{domxref("Element.getBoundingClientRect()")}} method instead.</dd> - <dt>{{domxref("Document.loadOverlay")}} {{Fx_minversion_inline("1.5")}}</dt> + <dt>{{domxref("Document.loadOverlay")}}</dt> <dd>Loads a <a href="/en-US/docs/XUL_Overlays" title="XUL_Overlays">XUL overlay</a> dynamically. This only works in XUL documents.</dd> <dt>{{domxref("document.queryCommandText")}} {{obsolete_inline("14.0")}}</dt> <dd>This method never did anything but throw an exception, and was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd> diff --git a/files/de/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html b/files/de/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html index 1e4ce579e2..7eac56fb64 100644 --- a/files/de/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html +++ b/files/de/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html @@ -108,7 +108,7 @@ original_slug: Web/API/IndexedDB_API/Grundkonzepte_hinter_IndexedDB <dd> <p>Ein Datenwert über welchen abgelegte Werte aus dem Objektspeicher sortiert und ausgelesen werden können. Der Objektspeicher kann den Schlüssel aus einer dieser drei Quellen erlangen: Einem <em><a href="#gloss_keygenerator">Schlüsselgenerator</a></em>, einem <em><a href="#gloss_keypath">Schlüsselpfad</a></em> und einem explizit angegebem Wert. Der Schlüssel muss aus einem Datentyp bestehen, der eine Nummer hat, die größer ist als die des Schlüssel vor ihm. Jeder Eintrag in einem Objektspeicher muss einen innerhalb des gleichen Objektspeichers einzigartigen Schlüssel haben, deshalb können nicht mehrere Einträge mit demselben Schlüssel in einem vorgegebenem Objektspeicher vorliegen.<br> <br> - Ein Schlüssel kann einen der folgenden Typen haben: <a href="/de/docs/Web/JavaScript/Reference/Global_Objects/String" title="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String">string</a>, <a href="/de/docs/Web/JavaScript/Reference/Global_Objects/Date" title="en/JavaScript/Reference/Global Objects/Date">date</a>, float und <a href="/de/docs/Web/JavaScript/Reference/Global_Objects/Array" title="en/JavaScript/Reference/Global Objects/Array">array</a>. Bei Arrays kann der Schlüssel zwischen einem leeren Wert und unendlich liegen. Arrays können wiederum Arrays beinhalten. Es gibt keine Vorschrift nur Schlüssel der Typen string oder integer zu verwenden {{ fx_minversion_inline("11") }}.</p> + Ein Schlüssel kann einen der folgenden Typen haben: <a href="/de/docs/Web/JavaScript/Reference/Global_Objects/String" title="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String">string</a>, <a href="/de/docs/Web/JavaScript/Reference/Global_Objects/Date" title="en/JavaScript/Reference/Global Objects/Date">date</a>, float und <a href="/de/docs/Web/JavaScript/Reference/Global_Objects/Array" title="en/JavaScript/Reference/Global Objects/Array">array</a>. Bei Arrays kann der Schlüssel zwischen einem leeren Wert und unendlich liegen. Arrays können wiederum Arrays beinhalten. Es gibt keine Vorschrift nur Schlüssel der Typen string oder integer zu verwenden.</p> <p>Alternativ können Sie Einträge eines Objektspeichers auch mithilfe eines <em><a href="#gloss_index">Index</a></em> nachschlagen.</p> </dd> <dt> @@ -132,7 +132,7 @@ original_slug: Web/API/IndexedDB_API/Grundkonzepte_hinter_IndexedDB <dd> <p>Each record has a value, which could include anything that can be expressed in JavaScript, including: <a href="/de/docs/Web/JavaScript/Reference/Global_Objects/Boolean" rel="internal" title="en/JavaScript/Reference/Global_Objects/Boolean">boolean</a>, <a href="/de/docs/Web/JavaScript/Reference/Global_Objects/Number" rel="internal" title="en/JavaScript/Reference/Global_Objects/Number">number</a>, <a href="/de/docs/Web/JavaScript/Reference/Global_Objects/String" title="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String">string</a>, <a href="/de/docs/Web/JavaScript/Reference/Global_Objects/Date" title="en/JavaScript/Reference/Global Objects/Date">date</a>, <a href="/de/docs/Web/JavaScript/Reference/Global_Objects/Object" title="en/JavaScript/Reference/Global Objects/Object">object</a>, <a href="/de/docs/Web/JavaScript/Reference/Global_Objects/Array" rel="internal" title="en/JavaScript/Reference/Global_Objects/Array">array</a>, <a href="/de/docs/Web/JavaScript/Reference/Global_Objects/RegExp" rel="internal" title="en/JavaScript/Reference/Global_Objects/RegExp">regexp</a>, <a href="/de/docs/Web/JavaScript/Reference/Global_Objects/undefined" title="en/JavaScript/Reference/Global_Objects/undefined">undefined</a>, and null.</p> <p>When an object or array is stored, the properties and values in that object or array can also be anything that is a valid value.</p> - <p><a href="/de/docs/Web/API/Blob" title="en/DOM/Blob">Blobs</a> and files can be stored, cf. <a class="external" href="http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html">specification</a> {{ fx_minversion_inline("11") }}.</p> + <p><a href="/de/docs/Web/API/Blob" title="en/DOM/Blob">Blobs</a> and files can be stored, cf. <a class="external" href="http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html">specification</a>.</p> </dd> </dl> <h3 id="range" name="range">Range and scope</h3> diff --git a/files/de/web/api/node/index.html b/files/de/web/api/node/index.html index 9f725381a2..cae595bf66 100644 --- a/files/de/web/api/node/index.html +++ b/files/de/web/api/node/index.html @@ -18,7 +18,7 @@ translation_of: Web/API/Node <dl> <dt>{{domxref("Node.baseURI")}} {{readonlyInline}}</dt> <dd>Returns a {{domxref("DOMString")}} representing the base URL. The concept of base URL changes from one language to another; in HTML, it corresponds to the protocol, the domain name and the directory structure, that is all until the last <code>'/'</code>.</dd> - <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}} {{ Fx_minversion_inline("3") }}</dt> + <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}}</dt> <dd>(Not available to web content.) The read-only {{ Interface("nsIURI") }} object representing the base URI for the element.</dd> <dt>{{domxref("Node.childNodes")}} {{readonlyInline}}</dt> <dd>Returns a live {{domxref("NodeList")}} containing all the children of this node. {{domxref("NodeList")}} being live means that if the children of the <code>Node</code> change, the {{domxref("NodeList")}} object is automatically updated.</dd> @@ -36,7 +36,7 @@ translation_of: Web/API/Node <dd>Returns a {{domxref("Node")}} representing the next node in the tree, or <code>null</code> if there isn't such node.</dd> <dt>{{domxref("Node.nodeName")}} {{readonlyInline}}</dt> <dd>Returns a {{domxref("DOMString")}} containing the name of the <code>Node</code>. The structure of the name will differ with the name type. E.g. An {{domxref("HTMLElement")}} will contain the name of the corresponding tag, like <code>'audio'</code> for an {{domxref("HTMLAudioElement")}}, a {{domxref("Text")}} node will have the <code>'#text'</code> string, or a {{domxref("Document")}} node will have the <code>'#document'</code> string.</dd> - <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}{{ Fx_minversion_inline("3") }}</dt> + <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}</dt> <dd>A {{ Interface("nsIPrincipal") }} representing the node principal.</dd> <dt>{{domxref("Node.nodeType")}}{{readonlyInline}}</dt> <dd>Returns an <code>unsigned short</code> representing the type of the node. Possible values are: diff --git a/files/de/web/api/window/index.html b/files/de/web/api/window/index.html index 26f27d9af0..81fa8597a7 100644 --- a/files/de/web/api/window/index.html +++ b/files/de/web/api/window/index.html @@ -39,7 +39,7 @@ translation_of: Web/API/Window <dd>Gets/sets the status bar text for the given window.</dd> <dt>{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Returns the ratio between physical pixels and device independent pixels in the current display.</dd> - <dt>{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}</dt> + <dt>{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}</dt> <dd>Gets the arguments passed to the window (if it's a dialog box) at the time {{domxref("window.showModalDialog()")}} was called. This is an {{Interface("nsIArray")}}.</dd> <dt>{{domxref("Window.directories")}} {{obsolete_inline}}</dt> <dd>Synonym of {{domxref("window.personalbar")}}</dd> @@ -106,7 +106,7 @@ translation_of: Web/API/Window <dd>Returns the personalbar object, whose visibility can be toggled in the window.</dd> <dt>{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}</dt> <dd>Formerly provided access to install and remove PKCS11 modules.</dd> - <dt>{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.returnValue")}}</dt> <dd>The return value to be returned to the function that called {{domxref("window.showModalDialog()")}} to display the window as a modal dialog.</dd> <dt>{{domxref("Window.screen")}} {{readOnlyInline}}</dt> <dd>Returns a reference to the screen object associated with the window.</dd> @@ -126,7 +126,7 @@ translation_of: Web/API/Window <dd>Returns the number of pixels that the document has already been scrolled vertically.</dd> <dt>{{domxref("Window.self")}} {{ReadOnlyInline}}</dt> <dd>Returns an object reference to the window object itself.</dd> - <dt>{{domxref("Window.sessionStorage")}} {{Fx_minversion_inline("2.0")}}</dt> + <dt>{{domxref("Window.sessionStorage")}}</dt> <dd>Returns a storage object for storing data within a single page session.</dd> <dt>{{domxref("Window.sidebar")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Returns a reference to the window object of the sidebar.</dd> @@ -215,7 +215,7 @@ translation_of: Web/API/Window <dd>Opens a new window.</dd> <dt>{{domxref("Window.openDialog()")}}</dt> <dd>Opens a new dialog window.</dd> - <dt>{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.postMessage()")}}</dt> <dd>Provides a secure means for one window to send a string of data to another window, which need not be within the same domain as the first.</dd> <dt>{{domxref("Window.print()")}}</dt> <dd>Opens the Print Dialog to print the current document.</dd> @@ -253,7 +253,7 @@ translation_of: Web/API/Window <dd>{{todo("NeedsContents")}}</dd> <dt>{{domxref("WindowTimers.setTimeout()")}}</dt> <dd>Sets a delay for executing a function.</dd> - <dt>{{domxref("Window.showModalDialog()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.showModalDialog()")}}</dt> <dd>Displays a modal dialog.</dd> <dt>{{domxref("Window.sizeToContent()")}}</dt> <dd>Sizes the window according to its content.</dd> diff --git a/files/de/web/css/@keyframes/index.html b/files/de/web/css/@keyframes/index.html index 31acaf56b5..4f7ae0bdc2 100644 --- a/files/de/web/css/@keyframes/index.html +++ b/files/de/web/css/@keyframes/index.html @@ -57,7 +57,7 @@ translation_of: Web/CSS/@keyframes <p>In diesem Beispiel ist der genutzte Wert des <code>50%</code>-Keyframe <code>top: 10px</code> und alle anderen Werte des ersten Keyframes werden ignoriert.</p> -<p>{{ non-standard_inline }} {{ fx_minversion_inline("14") }} Kaskadierende Keyframes werden in Firefox ab Version 14 unterstützt. Im oberen Beispiel wird beim <code>50%</code>-Keyframe der Wert <code>left: 20px</code> beachtet. Dies ist noch nicht in der Spezifikation definiert, wird allerdings gerade diskutiert.</p> +<p>{{ non-standard_inline }} Kaskadierende Keyframes werden in Firefox ab Version 14 unterstützt. Im oberen Beispiel wird beim <code>50%</code>-Keyframe der Wert <code>left: 20px</code> beachtet. Dies ist noch nicht in der Spezifikation definiert, wird allerdings gerade diskutiert.</p> <h2 id="Syntax">Syntax</h2> diff --git a/files/de/web/css/border-radius/index.html b/files/de/web/css/border-radius/index.html index a4674ee265..396909e49a 100644 --- a/files/de/web/css/border-radius/index.html +++ b/files/de/web/css/border-radius/index.html @@ -100,7 +100,7 @@ border-radius: [ <Länge> | <Prozentzahl> ]{1,4} border-radius: 2em; </pre> -<pre class="eval" style="float: left; margin: 10px; background: gold; border: ridge gold; -webkit-border-radius: 13em 3em; border-radius: 13em/3em;"> <span style="font-family: arial,helvetica,sans-serif;">{{ fx_minversion_inline(3.5) }}</span> +<pre class="eval" style="float: left; margin: 10px; background: gold; border: ridge gold; -webkit-border-radius: 13em 3em; border-radius: 13em/3em;"> background: gold; border: ridge gold; diff --git a/files/de/web/css/mozilla_extensions/index.html b/files/de/web/css/mozilla_extensions/index.html index d91ad7bb00..3bbe6a817d 100644 --- a/files/de/web/css/mozilla_extensions/index.html +++ b/files/de/web/css/mozilla_extensions/index.html @@ -233,12 +233,12 @@ translation_of: Web/CSS/Mozilla_Extensions <li><code>menupopup</code></li> <li><code>menuradio</code></li> <li><code>menuseparator</code></li> - <li><code>-moz-mac-unified-toolbar</code> {{Fx_minversion_inline(3.5)}}</li> + <li><code>-moz-mac-unified-toolbar</code></li> <li><code>-moz-win-borderless-glass</code></li> - <li><code>-moz-win-browsertabbar-toolbox</code> {{Fx_minversion_inline(3)}}</li> - <li><code>-moz-win-communications-toolbox</code> {{Fx_minversion_inline(3)}}</li> + <li><code>-moz-win-browsertabbar-toolbox</code></li> + <li><code>-moz-win-communications-toolbox</code></li> <li><code>-moz-win-glass</code></li> - <li><code>-moz-win-media-toolbox</code> {{Fx_minversion_inline(3)}}</li> + <li><code>-moz-win-media-toolbox</code></li> <li><code>-moz-window-button-box</code></li> <li><code>-moz-window-button-box-maximized</code></li> <li><code>-moz-window-button-close</code></li> @@ -368,7 +368,7 @@ translation_of: Web/CSS/Mozilla_Extensions <li><code>-moz-mac-menutextselect</code></li> <li><code>-moz-menuhover</code></li> <li><code>-moz-menuhovertext</code></li> - <li><code>-moz-win-communicationstext</code> {{Fx_minversion_inline(3)}}</li> + <li><code>-moz-win-communicationstext</code></li> <li><code>-moz-win-mediatext</code> {{gecko_minversion_inline(1.9)}}</li> <li><code>-moz-nativehyperlinktext</code> {{Gecko_minversion_inline("1.9.1")}}</li> </ul> @@ -524,10 +524,10 @@ translation_of: Web/CSS/Mozilla_Extensions <div class="index"> <ul> - <li><code>-moz-min-content</code> {{Fx_minversion_inline(3)}}</li> - <li><code>-moz-fit-content</code> {{Fx_minversion_inline(3)}}</li> - <li><code>-moz-max-content</code> {{Fx_minversion_inline(3)}}</li> - <li><code>-moz-available</code> {{Fx_minversion_inline(3)}}</li> + <li><code>-moz-min-content</code></li> + <li><code>-moz-fit-content</code></li> + <li><code>-moz-max-content</code></li> + <li><code>-moz-available</code></li> </ul> </div> @@ -588,10 +588,10 @@ translation_of: Web/CSS/Mozilla_Extensions <li>{{Cssxref(":-moz-system-metric(scrollbar-end-backward)")}} {{gecko_minversion_inline("1.9")}}</li> <li>{{Cssxref(":-moz-system-metric(scrollbar-end-forward)")}} {{gecko_minversion_inline("1.9")}}</li> <li>{{Cssxref(":-moz-system-metric(scrollbar-start-backward)")}} {{gecko_minversion_inline("1.9")}}</li> - <li>{{Cssxref(":-moz-system-metric(scrollbar-start-forward)")}} {{Fx_minversion_inline(3)}}</li> + <li>{{Cssxref(":-moz-system-metric(scrollbar-start-forward)")}}</li> <li>{{Cssxref(":-moz-system-metric(scrollbar-thumb-proportional)")}} {{gecko_minversion_inline("1.9")}}</li> <li>{{Cssxref(":-moz-system-metric(touch-enabled)")}} {{gecko_minversion_inline("1.9.2")}}</li> - <li>{{Cssxref(":-moz-system-metric(windows-default-theme)")}} {{Fx_minversion_inline(3)}}</li> + <li>{{Cssxref(":-moz-system-metric(windows-default-theme)")}}</li> <li>{{Cssxref("::-moz-table")}} <span class="comment">eg@:- <a rel="freelink">resource://gre/res/ua.css</a></span></li> <li>{{Cssxref("::-moz-table-cell")}} <span class="comment">eg@:- <a rel="freelink">resource://gre/res/ua.css</a></span></li> <li>{{Cssxref("::-moz-table-column")}} <span class="comment">eg@:- <a rel="freelink">resource://gre/res/ua.css</a></span></li> diff --git a/files/de/web/javascript/reference/global_objects/regexp/index.html b/files/de/web/javascript/reference/global_objects/regexp/index.html index 9639ba265f..dfa382bec4 100644 --- a/files/de/web/javascript/reference/global_objects/regexp/index.html +++ b/files/de/web/javascript/reference/global_objects/regexp/index.html @@ -38,7 +38,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/RegExp <dd>Groß-/Kleinschreibung ignorieren</dd> <dt><code>m</code></dt> <dd>multiline; behandelt den Suchkontext als Mehrfachzeilen, d.h. Anfang- und Endeanker (^ und $) entsprechen dem Anfang bzw. Ende <em>jeder einzelnen</em> Zeile (begrenzt durch \n oder \r), nicht nur dem Anfang und Ende der gesamten zu durchsuchenden Zeichenkette.</dd> - <dt><code>y</code> {{Fx_minversion_inline(3)}} {{non-standard_inline}}</dt> + <dt><code>y</code> {{non-standard_inline}}</dt> <dd>sticky; matches only from the index indicated by the <code>lastIndex</code> property of this regular expression in the target string (and does not attempt to match from any later indexes). This allows the match-only-at-start capabilities of the character "^" to effectively be used at any location in a string by changing the value of the <code>lastIndex</code> property.</dd> </dl> </dd> diff --git a/files/es/tools/3d_view/index.html b/files/es/tools/3d_view/index.html index fcf40a8b58..d394e5de81 100644 --- a/files/es/tools/3d_view/index.html +++ b/files/es/tools/3d_view/index.html @@ -49,17 +49,17 @@ translation_of: Tools/3D_View <tr> <td>Focus on selected node</td> <td>f</td> - <td>Makes sure the currently selected node is visible {{ fx_minversion_inline("13.0") }}</td> + <td>Makes sure the currently selected node is visible</td> </tr> <tr> <td>Reset view</td> <td>r</td> - <td>Resets zoom, rotation, and panning to the default {{ fx_minversion_inline("12.0") }}</td> + <td>Resets zoom, rotation, and panning to the default</td> </tr> <tr> <td>Hide current node</td> <td>x</td> - <td>Makes the currently selected node invisible; this can be helpful if you need to get at a node that's obscured {{ fx_minversion_inline("12.0") }}</td> + <td>Makes the currently selected node invisible; this can be helpful if you need to get at a node that's obscured</td> </tr> </tbody> </table> diff --git a/files/es/web/api/document/index.html b/files/es/web/api/document/index.html index 5b72f5850e..dc4e69cabe 100644 --- a/files/es/web/api/document/index.html +++ b/files/es/web/api/document/index.html @@ -366,7 +366,7 @@ translation_of: Web/API/Document <dd>This method never did anything and always threw an exception, so it was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd> <dt>{{domxref("Document.getBoxObjectFor")}} {{obsolete_inline}}</dt> <dd>Use the {{domxref("Element.getBoundingClientRect()")}} method instead.</dd> - <dt>{{domxref("Document.loadOverlay")}} {{Fx_minversion_inline("1.5")}}</dt> + <dt>{{domxref("Document.loadOverlay")}}</dt> <dd>Loads a <a href="/en-US/docs/XUL_Overlays" title="XUL_Overlays">XUL overlay</a> dynamically. This only works in XUL documents.</dd> <dt>{{domxref("document.queryCommandText")}} {{obsolete_inline("14.0")}}</dt> <dd>This method never did anything but throw an exception, and was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd> diff --git a/files/es/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html b/files/es/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html index f905407f9e..5fb145939d 100644 --- a/files/es/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html +++ b/files/es/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html @@ -120,7 +120,7 @@ original_slug: Web/API/IndexedDB_API/Conceptos_Basicos_Detras_De_IndexedDB <p>Es uno de los atributos del objeto a partir del cual los demás objetos son organizados y obtenidos desde el almacén de objetos. El almacén puede derivar una llave desde uno de tres orígenes: un <em><a href="#gloss_keygenerator">generador de llaves</a></em>, una <em><a href="#gloss_keypath">ruta de llave</a></em><a>, y un valor indicado de forma explícita. La llave debe ser de un tipo de datos que tenga un número creciente en relación con los objetos almacenados previamente. Cada registro en un almacén de datos debe tener una llave única en el almacén, de manera que no se pueden tener varios objetos con la misma llave en un almacén de objetos dado.</a></p> <a> </a> - <p><a>Una llave puede ser de uno de los siguientes tipos: </a><a href="/es/docs/Referencia_de_JavaScript_1.5/Objetos_globales/String" title="String">String</a>, <a href="/es/docs/Referencia_de_JavaScript_1.5/Objetos_globales/Date" title="Date">Date</a>, float, y <a href="/es/docs/Referencia_de_JavaScript_1.5/Objetos_globales/Array" title="Array">Array</a>. Para los arreglos, la llave puede tener un rango desde un valor vacío hasta infinito, y puede incluirse un arreglo dentro de otro. No se requiere usar solo cadenas o enteros para las llaves {{ fx_minversion_inline("11") }}.</p> + <p><a>Una llave puede ser de uno de los siguientes tipos: </a><a href="/es/docs/Referencia_de_JavaScript_1.5/Objetos_globales/String" title="String">String</a>, <a href="/es/docs/Referencia_de_JavaScript_1.5/Objetos_globales/Date" title="Date">Date</a>, float, y <a href="/es/docs/Referencia_de_JavaScript_1.5/Objetos_globales/Array" title="Array">Array</a>. Para los arreglos, la llave puede tener un rango desde un valor vacío hasta infinito, y puede incluirse un arreglo dentro de otro. No se requiere usar solo cadenas o enteros para las llaves.</p> <p>Como alternativa, se pueden realizar búsquedas de objetos usando un <em><a href="#gloss_index">índice</a>.</em></p> </dd> @@ -138,7 +138,7 @@ original_slug: Web/API/IndexedDB_API/Conceptos_Basicos_Detras_De_IndexedDB <p>Cuando un objeto o un arreglo es almacenado, las propiedades y valores en ese objeto o arreglo pueden ser cualquier cosa que sea un valor válido.</p> - <p>Se pueden almacenar <a href="/en/DOM/Blob" title="en/DOM/Blob">Blobs</a> y archivos. cf. <a class="external" href="http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html">especificación</a> {{ fx_minversion_inline("11") }}.</p> + <p>Se pueden almacenar <a href="/en/DOM/Blob" title="en/DOM/Blob">Blobs</a> y archivos. cf. <a class="external" href="http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html">especificación</a>.</p> </dd> </dl> diff --git a/files/es/web/api/node/index.html b/files/es/web/api/node/index.html index 6511274333..68dd030864 100644 --- a/files/es/web/api/node/index.html +++ b/files/es/web/api/node/index.html @@ -24,7 +24,7 @@ translation_of: Web/API/Node <dl> <dt>{{domxref("Node.baseURI")}} {{readonlyInline}}</dt> <dd>Retorna un {{domxref("DOMString")}} representando la base de la URL. El concepto de la base de la URL cambia de un lenguaje a otro; en HTML, le corresponde al protocolo, el nombre del dominio y la estructura del directorio, eso es todo hasta el último <code>'/'</code>.</dd> - <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}} {{ Fx_minversion_inline("3") }}</dt> + <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}}</dt> <dd>(Not available to web content.) The read-only {{ Interface("nsIURI") }} object representing the base URI for the element.</dd> <dt>{{domxref("Node.childNodes")}} {{readonlyInline}}</dt> <dd>Returns a live {{domxref("NodeList")}} containing all the children of this node. {{domxref("NodeList")}} being live means that if the children of the <code>Node</code> change, the {{domxref("NodeList")}} object is automatically updated.</dd> @@ -42,7 +42,7 @@ translation_of: Web/API/Node <dd>Returns a {{domxref("Node")}} representing the next node in the tree, or <code>null</code> if there isn't such node.</dd> <dt>{{domxref("Node.nodeName")}} {{readonlyInline}}</dt> <dd>Returns a {{domxref("DOMString")}} containing the name of the <code>Node</code>. The structure of the name will differ with the name type. E.g. An {{domxref("HTMLElement")}} will contain the name of the corresponding tag, like <code>'audio'</code> for an {{domxref("HTMLAudioElement")}}, a {{domxref("Text")}} node will have the <code>'#text'</code> string, or a {{domxref("Document")}} node will have the <code>'#document'</code> string.</dd> - <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}{{ Fx_minversion_inline("3") }}</dt> + <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}</dt> <dd>A {{ Interface("nsIPrincipal") }} representing the node principal.</dd> <dt>{{domxref("Node.nodeType")}}{{readonlyInline}}</dt> <dd>Returns an <code>unsigned short</code> representing the type of the node. Possible values are: diff --git a/files/es/web/api/window/document/index.html b/files/es/web/api/window/document/index.html index d5acd251de..83ae34e747 100644 --- a/files/es/web/api/window/document/index.html +++ b/files/es/web/api/window/document/index.html @@ -9,7 +9,7 @@ translation_of: Web/API/Window/document <p>Retorna una referencia al documento contenido en la ventana.</p> -<div class="note"><strong>Nota:</strong> {{Fx_minversion_inline(3)}} Firefox 3 altera la seguridad para los documentos entre ventanas, de modo que sólo el dominio desde el cual ha sido cargada una ventana puede acceder al documento. A pesar de que esto rompe el funcionamiento de algunos sitios existentes, es una modificación adoptada por Firefox 3 e Internet Explorer 7, que resulta en una mejora de seguridad.</div> +<div class="note"><strong>Nota:</strong> Firefox 3 altera la seguridad para los documentos entre ventanas, de modo que sólo el dominio desde el cual ha sido cargada una ventana puede acceder al documento. A pesar de que esto rompe el funcionamiento de algunos sitios existentes, es una modificación adoptada por Firefox 3 e Internet Explorer 7, que resulta en una mejora de seguridad.</div> <h2 id="Syntax" name="Syntax">Sintaxis</h2> diff --git a/files/es/web/api/window/index.html b/files/es/web/api/window/index.html index c0f8e9aa38..4727b9a5d5 100644 --- a/files/es/web/api/window/index.html +++ b/files/es/web/api/window/index.html @@ -66,7 +66,7 @@ translation_of: Web/API/Window <dd>Gets/sets the status bar text for the given window.</dd> <dt>{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Returns the ratio between physical pixels and device independent pixels in the current display.</dd> - <dt>{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}</dt> + <dt>{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}</dt> <dd>Gets the arguments passed to the window (if it's a dialog box) at the time {{domxref("window.showModalDialog()")}} was called. This is an {{Interface("nsIArray")}}.</dd> <dt>{{domxref("Window.directories")}} {{obsolete_inline}}</dt> <dd>Sinonimo de {{domxref("window.personalbar")}}</dd> @@ -133,7 +133,7 @@ translation_of: Web/API/Window <dd>Returns the personalbar object, whose visibility can be toggled in the window.</dd> <dt>{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}</dt> <dd>Formerly provided access to install and remove PKCS11 modules.</dd> - <dt>{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.returnValue")}}</dt> <dd>The return value to be returned to the function that called {{domxref("window.showModalDialog()")}} to display the window as a modal dialog.</dd> <dt>{{domxref("Window.screen")}} {{readOnlyInline}}</dt> <dd>Returns a reference to the screen object associated with the window.</dd> @@ -153,7 +153,7 @@ translation_of: Web/API/Window <dd>Returns the number of pixels that the document has already been scrolled vertically.</dd> <dt>{{domxref("Window.self")}} {{ReadOnlyInline}}</dt> <dd>Returns an object reference to the window object itself.</dd> - <dt>{{domxref("Window.sessionStorage")}} {{Fx_minversion_inline("2.0")}}</dt> + <dt>{{domxref("Window.sessionStorage")}}</dt> <dd>Returns a storage object for storing data within a single page session.</dd> <dt>{{domxref("Window.sidebar")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Returns a reference to the window object of the sidebar.</dd> @@ -243,7 +243,7 @@ translation_of: Web/API/Window <dd>Abre una nueva ventana.</dd> <dt>{{domxref("Window.openDialog()")}}</dt> <dd>Abre una nueva ventana de dialogo.</dd> - <dt>{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.postMessage()")}}</dt> <dd>Provides a secure means for one window to send a string of data to another window, which need not be within the same domain as the first.</dd> <dt>{{domxref("Window.print()")}}</dt> <dd>Opens the Print Dialog to print the current document.</dd> @@ -281,7 +281,7 @@ translation_of: Web/API/Window <dd>{{todo("NeedsContents")}}</dd> <dt>{{domxref("WindowTimers.setTimeout()")}}</dt> <dd>Sets a delay for executing a function.</dd> - <dt>{{domxref("Window.showModalDialog()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.showModalDialog()")}}</dt> <dd>Displays a modal dialog.</dd> <dt>{{domxref("Window.sizeToContent()")}}</dt> <dd>Sizes the window according to its content.</dd> diff --git a/files/es/web/api/xmlhttprequest/index.html b/files/es/web/api/xmlhttprequest/index.html index 243b3220e6..13c696cd80 100644 --- a/files/es/web/api/xmlhttprequest/index.html +++ b/files/es/web/api/xmlhttprequest/index.html @@ -50,7 +50,7 @@ translation_of: Web/API/XMLHttpRequest <td><code>void <a class="internal" href="/en/XMLHttpRequest#send()" title="/en/XMLHttpRequest#send()">send</a>([optional] in nsIVariant body);</code></td> </tr> <tr> - <td><code>void <a class="internal" href="/en/XMLHttpRequest#sendAsBinary()" title="/en/XMLHttpRequest#sendAsBinary()">sendAsBinary</a>(in DOMString body); {{ fx_minversion_inline(3) }}</code></td> + <td><code>void <a class="internal" href="/en/XMLHttpRequest#sendAsBinary()" title="/en/XMLHttpRequest#sendAsBinary()">sendAsBinary</a>(in DOMString body);</code></td> </tr> <tr> <td><code>void <a class="internal" href="/en/XMLHttpRequest#setRequestHeader()" title="/en/XMLHttpRequest#setRequestHeader()">setRequestHeader</a>(in AUTF8String header, in AUTF8String value);</code></td> @@ -177,13 +177,13 @@ translation_of: Web/API/XMLHttpRequest <tr> <td><code>upload</code></td> <td>{{ Interface("nsIXMLHttpRequestUpload") }}</td> - <td>El proceso de subida puede ser rastreado al agregar un registro de evento a <code>upload</code>. {{ fx_minversion_inline(3.5) }}</td> + <td>El proceso de subida puede ser rastreado al agregar un registro de evento a <code>upload</code>.</td> </tr> <tr> <td><code>withCredentials</code></td> <td><code>booleano</code></td> <td> - <p>Indica cuando el pedido de Access-Control entre sitios debe o no ser realizado usando credenciales como cookies o encabezados de autorización. {{ fx_minversion_inline(3.5) }}</p> + <p>Indica cuando el pedido de Access-Control entre sitios debe o no ser realizado usando credenciales como cookies o encabezados de autorización.</p> <div class="note"><strong>Nota:</strong> Esto nunca afecta los pedidos en para el propio sitio.</div> diff --git a/files/es/web/css/@keyframes/index.html b/files/es/web/css/@keyframes/index.html index 55944c37db..6e308b9955 100644 --- a/files/es/web/css/@keyframes/index.html +++ b/files/es/web/css/@keyframes/index.html @@ -69,7 +69,7 @@ si varios kayframes especifican los valores de los mismos porcentajes.</div> <div> </div> -<div>{{non-standard_inline}} {{fx_minversion_inline ("14")}} los keyframes (fotogramas clave) en cascada son compatibles a partir de Firefox 14. Para el ejemplo anterior, esto significa que en el fotograma clave 50%, el valor left: 20px será considerado. Esto no está definido en la especificación todavía, pero se está discutiendo.</div> +<div>{{non-standard_inline}} los keyframes (fotogramas clave) en cascada son compatibles a partir de Firefox 14. Para el ejemplo anterior, esto significa que en el fotograma clave 50%, el valor left: 20px será considerado. Esto no está definido en la especificación todavía, pero se está discutiendo.</div> </div> <h2 id="Sintaxis">Sintaxis</h2> diff --git a/files/es/web/css/cursor/index.html b/files/es/web/css/cursor/index.html index d8a0080831..2b254d73bf 100644 --- a/files/es/web/css/cursor/index.html +++ b/files/es/web/css/cursor/index.html @@ -58,7 +58,7 @@ translation_of: Web/CSS/cursor </tr> <tr> <td style="cursor: none;"><code>none</code></td> - <td>no cursor is rendered {{ Fx_minversion_inline(3) }}</td> + <td>no cursor is rendered</td> </tr> <tr> <td rowspan="5">Links & status</td> diff --git a/files/es/web/css/min-width/index.html b/files/es/web/css/min-width/index.html index efe24d19b1..0bdfc137ef 100644 --- a/files/es/web/css/min-width/index.html +++ b/files/es/web/css/min-width/index.html @@ -29,10 +29,10 @@ translation_of: Web/CSS/min-width <ul> <li><strong>length</strong> : puede ser expresado en px, cm, in</li> <li><strong>percentage</strong> : expresado con "%" es un porcentaje del ancho del elemento contenedor.</li> - <li><strong>-moz-max-content</strong> : el ancho intrínseco preferido {{ Fx_minversion_inline(3) }}</li> - <li><strong>-moz-min-content</strong> : el ancho intrínseco mínimo {{ Fx_minversion_inline(3) }}</li> - <li><strong>-moz-available</strong> : el ancho del contenedor menos el margen horizontal, borde y padding {{ Fx_minversion_inline(3) }}</li> - <li><strong>-moz-fit-content</strong> : igual que <code>-moz-min-content</code> {{ Fx_minversion_inline(3) }}</li> + <li><strong>-moz-max-content</strong> : el ancho intrínseco preferido</li> + <li><strong>-moz-min-content</strong> : el ancho intrínseco mínimo</li> + <li><strong>-moz-available</strong> : el ancho del contenedor menos el margen horizontal, borde y padding</li> + <li><strong>-moz-fit-content</strong> : igual que <code>-moz-min-content</code></li> </ul> <h3 id="Ejemplos" name="Ejemplos">Ejemplos</h3> diff --git a/files/es/web/css/mozilla_extensions/index.html b/files/es/web/css/mozilla_extensions/index.html index 8a6f0cb5bc..618092894e 100644 --- a/files/es/web/css/mozilla_extensions/index.html +++ b/files/es/web/css/mozilla_extensions/index.html @@ -229,12 +229,12 @@ translation_of: Web/CSS/Mozilla_Extensions <li><code>menupopup</code></li> <li><code>menuradio</code></li> <li><code>menuseparator</code></li> - <li><code>-moz-mac-unified-toolbar</code> {{Fx_minversion_inline(3.5)}}</li> + <li><code>-moz-mac-unified-toolbar</code></li> <li><code>-moz-win-borderless-glass</code></li> - <li><code>-moz-win-browsertabbar-toolbox</code> {{Fx_minversion_inline(3)}}</li> - <li><code>-moz-win-communications-toolbox</code> {{Fx_minversion_inline(3)}}</li> + <li><code>-moz-win-browsertabbar-toolbox</code></li> + <li><code>-moz-win-communications-toolbox</code></li> <li><code>-moz-win-glass</code></li> - <li><code>-moz-win-media-toolbox</code> {{Fx_minversion_inline(3)}}</li> + <li><code>-moz-win-media-toolbox</code></li> <li><code>-moz-window-button-box</code></li> <li><code>-moz-window-button-box-maximized</code></li> <li><code>-moz-window-button-close</code></li> @@ -356,7 +356,7 @@ translation_of: Web/CSS/Mozilla_Extensions <li><code>-moz-mac-menutextselect</code></li> <li><code>-moz-menuhover</code></li> <li><code>-moz-menuhovertext</code></li> - <li><code>-moz-win-communicationstext</code> {{Fx_minversion_inline(3)}}</li> + <li><code>-moz-win-communicationstext</code></li> <li><code>-moz-win-mediatext</code> {{gecko_minversion_inline(1.9)}}</li> <li><code>-moz-nativehyperlinktext</code> {{Gecko_minversion_inline("1.9.1")}}</li> </ul> @@ -488,10 +488,10 @@ translation_of: Web/CSS/Mozilla_Extensions <h3 id="width, min-width, and max-width" name="width, min-width, and max-width">{{Cssxref("width")}}, {{Cssxref("min-width")}} y {{Cssxref("max-width")}}</h3> <ul> - <li><code>-moz-min-content</code> {{Fx_minversion_inline(3)}}</li> - <li><code>-moz-fit-content</code> {{Fx_minversion_inline(3)}}</li> - <li><code>-moz-max-content</code> {{Fx_minversion_inline(3)}}</li> - <li><code>-moz-available</code> {{Fx_minversion_inline(3)}}</li> + <li><code>-moz-min-content</code></li> + <li><code>-moz-fit-content</code></li> + <li><code>-moz-max-content</code></li> + <li><code>-moz-available</code></li> </ul> <h2 id="Pseudoelementos_y_pseudoclases">Pseudoelementos y pseudoclases</h2> @@ -550,10 +550,10 @@ translation_of: Web/CSS/Mozilla_Extensions <li>{{Cssxref(":-moz-system-metric(scrollbar-end-backward)")}} {{gecko_minversion_inline("1.9")}}</li> <li>{{Cssxref(":-moz-system-metric(scrollbar-end-forward)")}} {{gecko_minversion_inline("1.9")}}</li> <li>{{Cssxref(":-moz-system-metric(scrollbar-start-backward)")}} {{gecko_minversion_inline("1.9")}}</li> - <li>{{Cssxref(":-moz-system-metric(scrollbar-start-forward)")}} {{Fx_minversion_inline(3)}}</li> + <li>{{Cssxref(":-moz-system-metric(scrollbar-start-forward)")}}</li> <li>{{Cssxref(":-moz-system-metric(scrollbar-thumb-proportional)")}} {{gecko_minversion_inline("1.9")}}</li> <li>{{Cssxref(":-moz-system-metric(touch-enabled)")}} {{gecko_minversion_inline("1.9.2")}}</li> - <li>{{Cssxref(":-moz-system-metric(windows-default-theme)")}} {{Fx_minversion_inline(3)}}</li> + <li>{{Cssxref(":-moz-system-metric(windows-default-theme)")}}</li> <li>{{Cssxref("::-moz-table")}} <span class="comment">eg@:- <a rel="freelink">resource://gre/res/ua.css</a></span></li> <li>{{Cssxref("::-moz-table-cell")}} <span class="comment">eg@:- <a rel="freelink">resource://gre/res/ua.css</a></span></li> <li>{{Cssxref("::-moz-table-column")}} <span class="comment">eg@:- <a rel="freelink">resource://gre/res/ua.css</a></span></li> diff --git a/files/fa/web/api/node/index.html b/files/fa/web/api/node/index.html index 0d23b9445d..cf1f7cbe1f 100644 --- a/files/fa/web/api/node/index.html +++ b/files/fa/web/api/node/index.html @@ -26,7 +26,7 @@ translation_of: Web/API/Node <dl> <dt>{{domxref("Node.baseURI")}} {{readonlyInline}}</dt> <dd>Returns a {{domxref("DOMString")}} representing the base URL. The concept of base URL changes from one language to another; in HTML, it corresponds to the protocol, the domain name and the directory structure, that is all until the last <code>'/'</code>.</dd> - <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}} {{ Fx_minversion_inline("3") }}</dt> + <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}}</dt> <dd>(Not available to web content.) The read-only {{ Interface("nsIURI") }} object representing the base URI for the element.</dd> <dt>{{domxref("Node.childNodes")}} {{readonlyInline}}</dt> <dd>Returns a live {{domxref("NodeList")}} containing all the children of this node. {{domxref("NodeList")}} being live means that if the children of the <code>Node</code> change, the {{domxref("NodeList")}} object is automatically updated.</dd> @@ -44,7 +44,7 @@ translation_of: Web/API/Node <dd>Returns a {{domxref("Node")}} representing the next node in the tree, or <code>null</code> if there isn't such node.</dd> <dt>{{domxref("Node.nodeName")}} {{readonlyInline}}</dt> <dd>Returns a {{domxref("DOMString")}} containing the name of the <code>Node</code>. The structure of the name will differ with the name type. E.g. An {{domxref("HTMLElement")}} will contain the name of the corresponding tag, like <code>'audio'</code> for an {{domxref("HTMLAudioElement")}}, a {{domxref("Text")}} node will have the <code>'#text'</code> string, or a {{domxref("Document")}} node will have the <code>'#document'</code> string.</dd> - <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}{{ Fx_minversion_inline("3") }}</dt> + <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}</dt> <dd>A {{ Interface("nsIPrincipal") }} representing the node principal.</dd> <dt>{{domxref("Node.nodeType")}}{{readonlyInline}}</dt> <dd>Returns an <code>unsigned short</code> representing the type of the node. Possible values are: diff --git a/files/fi/web/api/window/index.html b/files/fi/web/api/window/index.html index 70b807464b..c9c96d5672 100644 --- a/files/fi/web/api/window/index.html +++ b/files/fi/web/api/window/index.html @@ -48,7 +48,7 @@ translation_of: Web/API/Window <dd>Gets/sets the status bar text for the given window.</dd> <dt>{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}} {{ReadOnlyInline}}</dt> <dd>Returns the ratio between physical pixels and device independent pixels in the current display.</dd> - <dt>{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}</dt> + <dt>{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}</dt> <dd>Gets the arguments passed to the window (if it's a dialog box) at the time {{domxref("window.showModalDialog()")}} was called. This is an {{Interface("nsIArray")}}.</dd> <dt>{{domxref("Window.directories")}} {{obsolete_inline}}</dt> <dd>Synonym of {{domxref("window.personalbar")}}</dd> @@ -131,7 +131,7 @@ translation_of: Web/API/Window <dd>Returns the personalbar object, whose visibility can be toggled in the window.</dd> <dt>{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}</dt> <dd>Formerly provided access to install and remove PKCS11 modules.</dd> - <dt>{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.returnValue")}}</dt> <dd>The return value to be returned to the function that called {{domxref("window.showModalDialog()")}} to display the window as a modal dialog.</dd> <dt>{{domxref("Window.screen")}} {{readOnlyInline}}</dt> <dd>Returns a reference to the screen object associated with the window.</dd> @@ -251,7 +251,7 @@ translation_of: Web/API/Window <dd>Opens a new window.</dd> <dt>{{domxref("Window.openDialog()")}} {{Non-standard_inline}} {{obsolete_inline}}</dt> <dd>Opens a new dialog window.</dd> - <dt>{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.postMessage()")}}</dt> <dd>Provides a secure means for one window to send a string of data to another window, which need not be within the same domain as the first.</dd> <dt>{{domxref("Window.print()")}}</dt> <dd>Opens the Print Dialog to print the current document.</dd> diff --git a/files/fr/mdn/structures/macros/commonly-used_macros/index.html b/files/fr/mdn/structures/macros/commonly-used_macros/index.html index 39f5a08225..71fcc8672d 100644 --- a/files/fr/mdn/structures/macros/commonly-used_macros/index.html +++ b/files/fr/mdn/structures/macros/commonly-used_macros/index.html @@ -197,22 +197,6 @@ translation_of: MDN/Structures/Macros/Commonly-used_macros <p>The {{TemplateLink("AvailableInWorkers")}} macro inserts a localised note box indicating that a feature is available in a <a href="/en-US/docs/Web/API/Web_Workers_API">Web worker</a> context.</p> -<h2 id="Version_information_macros">Version information macros</h2> - -<p>These macros are used to indicate that content is relevant only to specific versions of a product.</p> - -<ul> - <li>{{TemplateLink("gecko_minversion_inline")}}: For example: {{ gecko_minversion_inline("100.9") }}</li> - <li>{{TemplateLink("fx_minversion_inline")}}: For example: {{ fx_minversion_inline("100.9") }}</li> -</ul> - -<p>These macros are not shown when the specified version is lower than current gecko release.</p> - -<ul> - <li>{{TemplateLink("gecko_minversion_inline")}}(9.9): {{ gecko_minversion_inline("9.9") }}</li> - <li>{{TemplateLink("fx_minversion_inline")}}(9.9): {{ fx_minversion_inline("9.9") }}</li> -</ul> - <ol> </ol> diff --git a/files/fr/tools/3d_view/index.html b/files/fr/tools/3d_view/index.html index 3c2b328cd3..8e0bf71ced 100644 --- a/files/fr/tools/3d_view/index.html +++ b/files/fr/tools/3d_view/index.html @@ -65,17 +65,17 @@ original_slug: Outils/Vue_3D <tr> <td>Mettre le bloc sélectionné visible</td> <td><kbd>f</kbd></td> - <td>Rend le bloc sélectionné visible {{ fx_minversion_inline("13.0") }}</td> + <td>Rend le bloc sélectionné visible</td> </tr> <tr> <td>Remettre la vue par défaut</td> <td><kbd>r</kbd></td> - <td>Remet le zoom, la rotation et le déplacement par défaut{{ fx_minversion_inline("12.0") }}</td> + <td>Remet le zoom, la rotation et le déplacement par défaut</td> </tr> <tr> <td>Masquer le bloc</td> <td><kbd>x</kbd></td> - <td>Rend le bloc invisible, ce qui est pratique lorsqu'un bloc en dessous est caché. {{ fx_minversion_inline("12.0") }}</td> + <td>Rend le bloc invisible, ce qui est pratique lorsqu'un bloc en dessous est caché.</td> </tr> </tbody> </table> diff --git a/files/fr/web/api/document/index.html b/files/fr/web/api/document/index.html index fa8a1dd365..9254486cbe 100644 --- a/files/fr/web/api/document/index.html +++ b/files/fr/web/api/document/index.html @@ -467,7 +467,7 @@ translation_of: Web/API/Document <dd><span id="result_box" lang="fr"><span>Cette méthode n'a jamais rien fait et a toujours lancé une exception, elle a donc été supprimée dans Gecko 14.0 {{geckoRelease ("14.0")}}.</span></span></dd> <dt>{{domxref("document.getBoxObjectFor")}} {{obsolete_inline}}</dt> <dd>Utiliser la méthode {{domxref("Element.getBoundingClientRect()")}} à la place.</dd> - <dt>{{domxref("document.loadOverlay")}} {{Fx_minversion_inline("1.5")}}</dt> + <dt>{{domxref("document.loadOverlay")}}</dt> <dd>charge dynamiquement un <a href="https://developer.mozilla.org/fr/docs/Overlays_XUL" title="XUL_Overlays">XUL overlay</a> . Celui-ci fonctionne seulement dans les documents XUL.</dd> <dt>{{domxref("document.queryCommandText")}} {{obsolete_inline("14.0")}}</dt> <dd><span id="result_box" lang="fr"><span>Cette méthode n'a jamais rien fait d'autre que de lancer une exception, elle a donc été supprimée dans Gecko 14.0 {{geckoRelease ("14.0")}}.</span></span></dd> diff --git a/files/fr/web/api/element/removeattributens/index.html b/files/fr/web/api/element/removeattributens/index.html index d7ef80e848..301d873233 100644 --- a/files/fr/web/api/element/removeattributens/index.html +++ b/files/fr/web/api/element/removeattributens/index.html @@ -12,7 +12,7 @@ translation_of: Web/API/Element/removeAttributeNS <p><code>removeAttributeNS</code> supprime l'attribut spécifié d'un élément.</p> -<p>{{ Fx_minversion_inline(3) }} Dans Firefox 3 et postérieurs, cette méthode réinitialise les valeurs DOM à leur valeur par défaut.</p> +<p>Dans Firefox 3 et postérieurs, cette méthode réinitialise les valeurs DOM à leur valeur par défaut.</p> <h2 id="Syntaxe" name="Syntaxe">Syntaxe</h2> diff --git a/files/fr/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html b/files/fr/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html index 570ecffb43..b8cb7d6cd8 100644 --- a/files/fr/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html +++ b/files/fr/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html @@ -138,7 +138,7 @@ original_slug: Web/API/API_IndexedDB/Basic_Concepts_Behind_IndexedDB <p>Quand un objet ou un tableau est stocké, les propriétés et valeurs dans cet objet ou ce tableau peuvent aussi être toute valeur valide.</p> - <p><a href="https://developer.mozilla.org/fr/docs/Web/API/Blob" title="en/DOM/Blob">Blobs</a> et fichiers peuvent être stockés, voir <a class="external external-icon" href="http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html">specification</a> {{ fx_minversion_inline("11") }}.</p> + <p><a href="https://developer.mozilla.org/fr/docs/Web/API/Blob" title="en/DOM/Blob">Blobs</a> et fichiers peuvent être stockés, voir <a class="external external-icon" href="http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html">specification</a>.</p> </dd> </dl> diff --git a/files/fr/web/api/node/index.html b/files/fr/web/api/node/index.html index 2d46618b6b..cdd9ff13a3 100644 --- a/files/fr/web/api/node/index.html +++ b/files/fr/web/api/node/index.html @@ -30,7 +30,7 @@ translation_of: Web/API/Node <dl> <dt>{{DOMxRef("Node.baseURI")}} {{readonlyInline}}</dt> <dd>Retourne une {{domxref("DOMString")}} (<em>chaine de caractères</em>) <span id="result_box" lang="fr"><span>représentant l'URL de base du document contenant le <code>Node</code>.</span><span> En HTML, il correspond au protocole, au nom de domaine et à la structure du répertoire, jusqu'au dernier</span></span> <code>/</code>.</dd> - <dt>{{DOMxRef("Node.baseURIObject")}} {{Non-standard_inline()}} {{Fx_minversion_inline("3")}}</dt> + <dt>{{DOMxRef("Node.baseURIObject")}} {{Non-standard_inline()}}</dt> <dd><span id="result_box" lang="fr"><span>(Non disponible pour le contenu Web). L'objet </span></span><span id="result_box" lang="fr"><span>en lecture seule</span></span> <span lang="fr"><span> {{Interface ("nsIURI")}} représentant l'URI de base pour l'élément.</span></span></dd> <dt>{{DOMxRef("Node.childNodes")}} {{readonlyInline}}</dt> <dd>Renvoie un {{domxref ("NodeList")}} contenant tous les enfants de ce nœud. {{domxref ("NodeList")}} signifie que si les enfants du <code>Node</code> changent, l'objet {{domxref ("NodeList")}} est automatiquement mis à jour.</dd> @@ -144,7 +144,7 @@ translation_of: Web/API/Node <dl> <dt>{{DOMxRef("Node.prefix")}} {{obsolete_inline}}{{readonlyInline}}</dt> <dd>Est une {{domxref("DOMString")}} représentant le préfixe de l'espace de nom du nœud ou <code>null</code> si aucun préfixe n'est spécifié.</dd> - <dt>{{DOMxRef("Node.nodePrincipal")}} {{Non-standard_inline}}{{Obsolete_Inline("gecko46")}}{{Fx_MinVersion_Inline("3")}}</dt> + <dt>{{DOMxRef("Node.nodePrincipal")}} {{Non-standard_inline}}{{Obsolete_Inline("gecko46")}}</dt> <dd>Un {{Interface("nsIPrincipal")}} représentant le nœud principal.</dd> <dt>{{DOMxRef("Node.rootNode")}} {{Obsolete_Inline}}{{ReadOnlyInline}}</dt> <dd>Retourne un objet {{DOMxRef("Node")}} représentant le noeud le plus haut dans l'arbre ou le noeud en cours s'il est le noeud le plus haut de l'arbre. Cette propriété a été remplacée par {{DOMxRef("Node.getRootNode()")}}.</dd> diff --git a/files/fr/web/api/window/index.html b/files/fr/web/api/window/index.html index 17a9f19ab8..f8c01edb5c 100644 --- a/files/fr/web/api/window/index.html +++ b/files/fr/web/api/window/index.html @@ -43,7 +43,7 @@ translation_of: Web/API/Window <dd>Récupère / définit le texte de la barre d'état pour la fenêtre donnée.</dd> <dt>{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Renvoie le rapport entre les pixels physiques et les pixels indépendants du périphérique dans l'affichage en cours.</dd> - <dt>{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}</dt> + <dt>{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}</dt> <dd>Récupère les arguments passés à la fenêtre (si c'est une boîte de dialogue) au moment où {{domxref ("window.showModalDialog()")}} a été appelé. C'est un {{Interface("nsIArray")}}.</dd> <dt>{{domxref("Window.directories")}} {{obsolete_inline}}</dt> <dd>Synonyme de {{domxref("window.personalbar")}}</dd> @@ -128,7 +128,7 @@ translation_of: Web/API/Window <dd>Renvoie l'objet barre personnelle, dont la visibilité peut être inversée dans la fenêtre.</dd> <dt>{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}</dt> <dd>Fournissait précédemment un accès pour installer et supprimer des modules PKCS11.</dd> - <dt>{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.returnValue")}}</dt> <dd>La valeur de retour à renvoyer à la fonction qui a appelé {{domxref("window.showModalDialog()")}} pour afficher la fenêtre comme boîte de dialogue modale.</dd> <dt>{{domxref("Window.screen")}} {{readOnlyInline}}</dt> <dd>Renvoie une référence à l'objet écran associé à la fenêtre.</dd> @@ -148,7 +148,7 @@ translation_of: Web/API/Window <dd>Renvoie le nombre de pixels dont le document a déjà été décalé verticalement.</dd> <dt>{{domxref("Window.self")}} {{ReadOnlyInline}}</dt> <dd>Renvoie une référence d'objet à l'objet fenêtre lui-même.</dd> - <dt>{{domxref("Window.sessionStorage")}} {{Fx_minversion_inline("2.0")}}</dt> + <dt>{{domxref("Window.sessionStorage")}}</dt> <dd>Renvoie un objet de stockage pour stocker des données dans une session de page unique.</dd> <dt>{{domxref("Window.sidebar")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Renvoie une référence à l'objet fenêtre de la barre latérale.</dd> @@ -305,7 +305,7 @@ translation_of: Web/API/Window </dl> <dl> - <dt>{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.postMessage()")}}</dt> <dd>Fournit un moyen sécurisé pour une fenêtre d'envoyer une chaîne de données à une autre fenêtre, qui n'a pas besoin d'être dans le même domaine que la première.</dd> </dl> diff --git a/files/fr/web/api/window/navigator/index.html b/files/fr/web/api/window/navigator/index.html index 52d536f092..585b643de5 100644 --- a/files/fr/web/api/window/navigator/index.html +++ b/files/fr/web/api/window/navigator/index.html @@ -108,7 +108,7 @@ translation_of: Web/API/Window/navigator <dd> Permet aux sites Web de s'enregistrer comme gestionnaires possibles pour un type MIME donné.</dd> <dt> - <a href="fr/DOM/window.navigator.registerProtocolHandler">navigator.registerProtocolHandler</a> {{ Fx_minversion_inline(3) }} </dt> + <a href="fr/DOM/window.navigator.registerProtocolHandler">navigator.registerProtocolHandler</a></dt> <dd> Permet aux sites Web de s'enregistrer comme gestionnaires possibles pour un protocole donné.</dd> <dt> diff --git a/files/fr/web/css/mozilla_extensions/index.html b/files/fr/web/css/mozilla_extensions/index.html index ee837f565c..355b715a7d 100644 --- a/files/fr/web/css/mozilla_extensions/index.html +++ b/files/fr/web/css/mozilla_extensions/index.html @@ -69,10 +69,10 @@ original_slug: Web/CSS/Extensions_Mozilla <li>{{CSSxRef(":-moz-system-metric(scrollbar-end-backward)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9")}}</li> <li>{{CSSxRef(":-moz-system-metric(scrollbar-end-forward)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9")}}</li> <li>{{CSSxRef(":-moz-system-metric(scrollbar-start-backward)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9")}}</li> - <li>{{CSSxRef(":-moz-system-metric(scrollbar-start-forward)")}} {{Obsolete_Inline}}{{Fx_minversion_inline(3)}}</li> + <li>{{CSSxRef(":-moz-system-metric(scrollbar-start-forward)")}} {{Obsolete_Inline}}</li> <li>{{CSSxRef(":-moz-system-metric(scrollbar-thumb-proportional)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9")}}</li> <li>{{CSSxRef(":-moz-system-metric(touch-enabled)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9.2")}}</li> - <li>{{CSSxRef(":-moz-system-metric(windows-default-theme)")}} {{Obsolete_Inline}}{{Fx_minversion_inline(3)}}</li> + <li>{{CSSxRef(":-moz-system-metric(windows-default-theme)")}} {{Obsolete_Inline}}</li> <li>{{CSSxRef("-moz-user-focus")}}</li> <li>{{CSSxRef("-moz-user-input")}}</li> <li>{{CSSxRef("-moz-user-modify")}}</li> @@ -220,12 +220,12 @@ original_slug: Web/CSS/Extensions_Mozilla <li><code>menupopup</code></li> <li><code>menuradio</code></li> <li><code>menuseparator</code></li> - <li><code>-moz-mac-unified-toolbar</code>{{Fx_minversion_inline(3.5)}}</li> + <li><code>-moz-mac-unified-toolbar</code></li> <li><code>-moz-win-borderless-glass</code></li> - <li><code>-moz-win-browsertabbar-toolbox</code>{{Fx_minversion_inline(3)}}</li> - <li><code>-moz-win-communications-toolbox</code>{{Fx_minversion_inline(3)}}</li> + <li><code>-moz-win-browsertabbar-toolbox</code></li> + <li><code>-moz-win-communications-toolbox</code></li> <li><code>-moz-win-glass</code></li> - <li><code>-moz-win-media-toolbox</code>{{Fx_minversion_inline(3)}}</li> + <li><code>-moz-win-media-toolbox</code></li> <li><code>-moz-window-button-box</code></li> <li><code>-moz-window-button-box-maximized</code></li> <li><code>-moz-window-button-close</code></li> @@ -363,7 +363,7 @@ original_slug: Web/CSS/Extensions_Mozilla <li><code>-moz-mac-menutextselect</code></li> <li><code>-moz-menuhover</code></li> <li><code>-moz-menuhovertext</code></li> - <li><code>-moz-win-communicationstext</code>{{Fx_minversion_inline(3)}}</li> + <li><code>-moz-win-communicationstext</code></li> <li><code>-moz-win-mediatext</code>{{gecko_minversion_inline(1.9)}}</li> <li><code>-moz-nativehyperlinktext</code>{{Gecko_minversion_inline("1.9.1")}}</li> </ul> @@ -519,10 +519,10 @@ original_slug: Web/CSS/Extensions_Mozilla <div class="index"> <ul> - <li><code>-moz-min-content</code> {{Fx_minversion_inline(3)}}</li> - <li><code>-moz-fit-content</code> {{Fx_minversion_inline(3)}}</li> - <li><code>-moz-max-content</code> {{Fx_minversion_inline(3)}}</li> - <li><code>-moz-available</code> {{Fx_minversion_inline(3)}}</li> + <li><code>-moz-min-content</code></li> + <li><code>-moz-fit-content</code></li> + <li><code>-moz-max-content</code></li> + <li><code>-moz-available</code></li> </ul> </div> diff --git a/files/fr/web/html/using_the_application_cache/index.html b/files/fr/web/html/using_the_application_cache/index.html index 704ad96d0c..bf10c6b6bd 100644 --- a/files/fr/web/html/using_the_application_cache/index.html +++ b/files/fr/web/html/using_the_application_cache/index.html @@ -220,7 +220,7 @@ network.html</pre> <dt>Entrées Network</dt> <dd>Il s'agit de ressources listées dans le manifeste du cache comme entrées de network.</dd> <dt>Entrées Fallback</dt> - <dd>Il s'agit de ressources listées dans le manifeste du cache comme entrées de fallback. {{fx_minversion_inline("3")}}</dd> + <dd>Il s'agit de ressources listées dans le manifeste du cache comme entrées de fallback.</dd> </dl> <div class="note"><strong>Note : </strong>Les ressources peuvent être marquées dans plusieurs catégories, et peuvent donc être catégorisées comme des entrées multiples. Par exemple, une entrée peut être à la fois une entrée explicite et une entrée de fallback.</div> diff --git a/files/he/web/api/document/index.html b/files/he/web/api/document/index.html index d380692a64..6862ada7f2 100644 --- a/files/he/web/api/document/index.html +++ b/files/he/web/api/document/index.html @@ -378,7 +378,7 @@ translation_of: Web/API/Document <dd>This method never did anything and always threw an exception, so it was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd> <dt>{{domxref("document.getBoxObjectFor")}} {{obsolete_inline}}</dt> <dd>Use the {{domxref("Element.getBoundingClientRect()")}} method instead.</dd> - <dt>{{domxref("document.loadOverlay")}} {{Fx_minversion_inline("1.5")}}</dt> + <dt>{{domxref("document.loadOverlay")}}</dt> <dd>Loads a <a href="/en-US/docs/XUL_Overlays" title="XUL_Overlays">XUL overlay</a> dynamically. This only works in XUL documents.</dd> <dt>{{domxref("document.queryCommandText")}} {{obsolete_inline("14.0")}}</dt> <dd>This method never did anything but throw an exception, and was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd> diff --git a/files/he/web/api/window/index.html b/files/he/web/api/window/index.html index 70b807464b..c9c96d5672 100644 --- a/files/he/web/api/window/index.html +++ b/files/he/web/api/window/index.html @@ -48,7 +48,7 @@ translation_of: Web/API/Window <dd>Gets/sets the status bar text for the given window.</dd> <dt>{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}} {{ReadOnlyInline}}</dt> <dd>Returns the ratio between physical pixels and device independent pixels in the current display.</dd> - <dt>{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}</dt> + <dt>{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}</dt> <dd>Gets the arguments passed to the window (if it's a dialog box) at the time {{domxref("window.showModalDialog()")}} was called. This is an {{Interface("nsIArray")}}.</dd> <dt>{{domxref("Window.directories")}} {{obsolete_inline}}</dt> <dd>Synonym of {{domxref("window.personalbar")}}</dd> @@ -131,7 +131,7 @@ translation_of: Web/API/Window <dd>Returns the personalbar object, whose visibility can be toggled in the window.</dd> <dt>{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}</dt> <dd>Formerly provided access to install and remove PKCS11 modules.</dd> - <dt>{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.returnValue")}}</dt> <dd>The return value to be returned to the function that called {{domxref("window.showModalDialog()")}} to display the window as a modal dialog.</dd> <dt>{{domxref("Window.screen")}} {{readOnlyInline}}</dt> <dd>Returns a reference to the screen object associated with the window.</dd> @@ -251,7 +251,7 @@ translation_of: Web/API/Window <dd>Opens a new window.</dd> <dt>{{domxref("Window.openDialog()")}} {{Non-standard_inline}} {{obsolete_inline}}</dt> <dd>Opens a new dialog window.</dd> - <dt>{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.postMessage()")}}</dt> <dd>Provides a secure means for one window to send a string of data to another window, which need not be within the same domain as the first.</dd> <dt>{{domxref("Window.print()")}}</dt> <dd>Opens the Print Dialog to print the current document.</dd> diff --git a/files/hu/web/api/window/index.html b/files/hu/web/api/window/index.html index 9fc6f57e24..e61d646020 100644 --- a/files/hu/web/api/window/index.html +++ b/files/hu/web/api/window/index.html @@ -79,7 +79,7 @@ translation_of: Web/API/Window <dd>Gets/sets the status bar text for the given window.</dd> <dt>{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}} {{ReadOnlyInline}}</dt> <dd>Returns the ratio between physical pixels and device independent pixels in the current display.</dd> - <dt>{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}</dt> + <dt>{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}</dt> <dd>Gets the arguments passed to the window (if it's a dialog box) at the time {{domxref("window.showModalDialog()")}} was called. This is an {{Interface("nsIArray")}}.</dd> <dt>{{domxref("Window.directories")}} {{obsolete_inline}}</dt> <dd>Synonym of {{domxref("window.personalbar")}}</dd> @@ -162,7 +162,7 @@ translation_of: Web/API/Window <dd>Returns the personalbar object, whose visibility can be toggled in the window.</dd> <dt>{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}</dt> <dd>Formerly provided access to install and remove PKCS11 modules.</dd> - <dt>{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.returnValue")}}</dt> <dd>The return value to be returned to the function that called {{domxref("window.showModalDialog()")}} to display the window as a modal dialog.</dd> <dt>{{domxref("Window.screen")}} {{readOnlyInline}}</dt> <dd>Returns a reference to the screen object associated with the window.</dd> @@ -280,7 +280,7 @@ translation_of: Web/API/Window <dd>Opens a new window.</dd> <dt>{{domxref("Window.openDialog()")}} {{Non-standard_inline}} {{obsolete_inline}}</dt> <dd>Opens a new dialog window.</dd> - <dt>{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.postMessage()")}}</dt> <dd>Provides a secure means for one window to send a string of data to another window, which need not be within the same domain as the first.</dd> <dt>{{domxref("Window.print()")}}</dt> <dd>Opens the Print Dialog to print the current document.</dd> diff --git a/files/id/web/api/document/index.html b/files/id/web/api/document/index.html index 08e82db4cc..a058175001 100644 --- a/files/id/web/api/document/index.html +++ b/files/id/web/api/document/index.html @@ -552,7 +552,7 @@ translation_of: Web/API/Document <dd>This method never did anything and always threw an exception, so it was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd> <dt>{{domxref("document.getBoxObjectFor")}} {{obsolete_inline}}</dt> <dd>Use the {{domxref("Element.getBoundingClientRect()")}} method instead.</dd> - <dt>{{domxref("document.loadOverlay")}} {{Fx_minversion_inline("1.5")}}</dt> + <dt>{{domxref("document.loadOverlay")}}</dt> <dd>Loads a <a href="/en-US/docs/XUL_Overlays" title="XUL_Overlays">XUL overlay</a> dynamically. This only works in XUL documents.</dd> <dt>{{domxref("document.queryCommandText")}} {{obsolete_inline("14.0")}}</dt> <dd>This method never did anything but throw an exception, and was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd> diff --git a/files/id/web/api/window/index.html b/files/id/web/api/window/index.html index 79736ccf64..9dc063344a 100644 --- a/files/id/web/api/window/index.html +++ b/files/id/web/api/window/index.html @@ -45,7 +45,7 @@ translation_of: Web/API/Window <dd>Gets/sets the status bar text for the given window.</dd> <dt>{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Returns the ratio between physical pixels and device independent pixels in the current display.</dd> - <dt>{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}</dt> + <dt>{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}</dt> <dd>Gets the arguments passed to the window (if it's a dialog box) at the time {{domxref("window.showModalDialog()")}} was called. This is an {{Interface("nsIArray")}}.</dd> <dt>{{domxref("Window.directories")}} {{obsolete_inline}}</dt> <dd>Synonym of {{domxref("window.personalbar")}}</dd> @@ -114,7 +114,7 @@ translation_of: Web/API/Window <dd>Returns the personalbar object, whose visibility can be toggled in the window.</dd> <dt>{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}</dt> <dd>Formerly provided access to install and remove PKCS11 modules.</dd> - <dt>{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.returnValue")}}</dt> <dd>The return value to be returned to the function that called {{domxref("window.showModalDialog()")}} to display the window as a modal dialog.</dd> <dt>{{domxref("Window.screen")}} {{readOnlyInline}}</dt> <dd>Returns a reference to the screen object associated with the window.</dd> @@ -135,7 +135,7 @@ translation_of: Web/API/Window <dd>Returns the number of pixels that the document has already been scrolled vertically.</dd> <dt>{{domxref("Window.self")}} {{ReadOnlyInline}}</dt> <dd>Returns an object reference to the window object itself.</dd> - <dt>{{domxref("Window.sessionStorage")}} {{Fx_minversion_inline("2.0")}}</dt> + <dt>{{domxref("Window.sessionStorage")}}</dt> <dd>Returns a storage object for storing data within a single page session.</dd> <dt>{{domxref("Window.sidebar")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Returns a reference to the window object of the sidebar.</dd> @@ -234,7 +234,7 @@ translation_of: Web/API/Window <dd>Opens a new window.</dd> <dt>{{domxref("Window.openDialog()")}} {{Non-standard_inline}} {{obsolete_inline}}</dt> <dd>Opens a new dialog window.</dd> - <dt>{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.postMessage()")}}</dt> <dd>Provides a secure means for one window to send a string of data to another window, which need not be within the same domain as the first.</dd> <dt>{{domxref("Window.print()")}}</dt> <dd>Opens the Print Dialog to print the current document.</dd> diff --git a/files/it/web/api/node/index.html b/files/it/web/api/node/index.html index 97fdc9ed89..7e0112e21c 100644 --- a/files/it/web/api/node/index.html +++ b/files/it/web/api/node/index.html @@ -29,7 +29,7 @@ translation_of: Web/API/Node <dl> <dt>{{domxref("Node.baseURI")}} {{readonlyInline}}</dt> <dd>Returns a {{domxref("DOMString")}} representing the base URL. The concept of base URL changes from one language to another; in HTML, it corresponds to the protocol, the domain name and the directory structure, that is all until the last <code>'/'</code>.</dd> - <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}} {{ Fx_minversion_inline("3") }}</dt> + <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}}</dt> <dd>(Not available to web content.) The read-only {{ Interface("nsIURI") }} object representing the base URI for the element.</dd> <dt>{{domxref("Node.childNodes")}} {{readonlyInline}}</dt> <dd>Returns a live {{domxref("NodeList")}} containing all the children of this node. {{domxref("NodeList")}} being live means that if the children of the <code>Node</code> change, the {{domxref("NodeList")}} object is automatically updated.</dd> @@ -43,7 +43,7 @@ translation_of: Web/API/Node <dd>Returns a {{domxref("Node")}} representing the next node in the tree, or <code>null</code> if there isn't such node.</dd> <dt>{{domxref("Node.nodeName")}} {{readonlyInline}}</dt> <dd>Returns a {{domxref("DOMString")}} containing the name of the <code>Node</code>. The structure of the name will differ with the node type. E.g. An {{domxref("HTMLElement")}} will contain the name of the corresponding tag, like <code>'audio'</code> for an {{domxref("HTMLAudioElement")}}, a {{domxref("Text")}} node will have the <code>'#text'</code> string, or a {{domxref("Document")}} node will have the <code>'#document'</code> string.</dd> - <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}{{ Fx_minversion_inline("3") }}</dt> + <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}</dt> <dd>A {{ Interface("nsIPrincipal") }} representing the node principal.</dd> <dt>{{domxref("Node.nodeType")}}{{readonlyInline}}</dt> <dd>Returns an <code>unsigned short</code> representing the type of the node. Possible values are: diff --git a/files/ja/conflicting/tools/keyboard_shortcuts/index.html b/files/ja/conflicting/tools/keyboard_shortcuts/index.html index 5450912878..1a6d7d0ea0 100644 --- a/files/ja/conflicting/tools/keyboard_shortcuts/index.html +++ b/files/ja/conflicting/tools/keyboard_shortcuts/index.html @@ -77,15 +77,15 @@ original_slug: Tools/Using_the_Source_Editor </tr> <tr> <td>選択範囲のコメント化とコメント解除</td> - <td>Ctrl-/ {{ fx_minversion_inline("14.0") }}</td> + <td>Ctrl-/</td> </tr> <tr> <td>開き括弧へ移動</td> - <td>Ctrl-[ {{ fx_minversion_inline("14.0") }}</td> + <td>Ctrl-[</td> </tr> <tr> <td>閉じ括弧へ移動</td> - <td>Ctlr-] {{ fx_minversion_inline("14.0") }}</td> + <td>Ctlr-]</td> </tr> </tbody> </table> diff --git a/files/ja/orphaned/map/index.html b/files/ja/orphaned/map/index.html index add15f8441..970083dc95 100644 --- a/files/ja/orphaned/map/index.html +++ b/files/ja/orphaned/map/index.html @@ -47,7 +47,7 @@ original_slug: Map </tr> <tr> <td><code>myMap.clear()</code></td> - <td>{{ fx_minversion_inline("19") }} Removes all key/value pairs from <code>myMap</code>.</td> + <td>Removes all key/value pairs from <code>myMap</code>.</td> </tr> <tr> <th>Property</th> @@ -57,7 +57,7 @@ original_slug: Map <td><code>myMap.size</code></td> <td> <p>Returns the number of key/value pairs in <code>myMap</code>.</p> - {{ fx_minversion_inline("19") }}In Firefox 18 and earlier, <code>size</code> was a method. In Firefox 19 and later it is a property.</td> + In Firefox 18 and earlier, <code>size</code> was a method. In Firefox 19 and later it is a property.</td> </tr> </tbody> </table> diff --git a/files/ja/tools/3d_view/index.html b/files/ja/tools/3d_view/index.html index 2c9ccda1ec..bf47242426 100644 --- a/files/ja/tools/3d_view/index.html +++ b/files/ja/tools/3d_view/index.html @@ -67,17 +67,17 @@ original_slug: Tools/Page_Inspector/3D_view <tr> <td>選択したノードへフォーカス</td> <td><kbd>f</kbd></td> - <td>選択したノードが見えるようにビューを移動します。 {{fx_minversion_inline("13.0")}}</td> + <td>選択したノードが見えるようにビューを移動します。</td> </tr> <tr> <td>ビューの初期化</td> <td><kbd>r</kbd></td> - <td>ズーム、回転、移動を既定の状態に初期化します。{{fx_minversion_inline("12.0")}}</td> + <td>ズーム、回転、移動を既定の状態に初期化します。</td> </tr> <tr> <td>選択中のノードを隠す</td> <td><kbd>x</kbd></td> - <td>現在選択しているノードを非表示にします。これは覆い隠されているノードを明らかにする必要がある場合に役立ちます。{{fx_minversion_inline("12.0")}}</td> + <td>現在選択しているノードを非表示にします。これは覆い隠されているノードを明らかにする必要がある場合に役立ちます。</td> </tr> </tbody> </table> diff --git a/files/ja/web/api/element/removeattributens/index.html b/files/ja/web/api/element/removeattributens/index.html index 57d7763880..4e2dade0a4 100644 --- a/files/ja/web/api/element/removeattributens/index.html +++ b/files/ja/web/api/element/removeattributens/index.html @@ -9,7 +9,7 @@ translation_of: Web/API/Element/removeAttributeNS <p><span class="comment"><code>removeAttributeNS</code> removes the specified attribute from an element.</span> <code>removeAttributeNS</code> 要素から指定の属性を取り除きます。</p> -<p><span class="comment">{{ fx_minversion_inline("3") }} In Firefox 3 and later, this method resets DOM values to their defaults.</span> {{ Fx_minversion_inline("3") }} Firefox 3以降ではこのメソッドはDOMの値をデフォルト値にリセットします。<span class="comment">== Syntax ==</span></p> +<p><span class="comment">In Firefox 3 and later, this method resets DOM values to their defaults.</span> Firefox 3以降ではこのメソッドはDOMの値をデフォルト値にリセットします。<span class="comment">== Syntax ==</span></p> <h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3> diff --git a/files/ja/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html b/files/ja/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html index d0b39af1e0..d155ad6fef 100644 --- a/files/ja/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html +++ b/files/ja/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html @@ -144,7 +144,7 @@ translation_of: Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB <dd> <p>オブジェクトストアに保存された値は、このデータ値によって編成および取り出しされます。オブジェクトストアは<em><a href="#gloss_keygenerator">キージェネレーター</a></em>、<em><a href="#gloss_keypath">キーパス</a></em>、明示的に指定した値の、3 種類の生成源のいずれかからキーを得られます。キーは、自身の前にあるものより大きな数値を持つデータ型であることが必要です。オブジェクトストア内の各レコードはオブジェクトストア内で一意のキーを持たなければならず、オブジェクトストア内で複数のレコードが同じキーを持つことはできません。</p> - <p>キーは <a href="/ja/docs/JavaScript/Reference/Global_Objects/String" title="JavaScript/Reference/Global_Objects/String">文字列</a>、<a href="/ja/docs/JavaScript/Reference/Global_Objects/Date" title="JavaScript/Reference/Global Objects/Date">date</a>、浮動小数点数値、<a href="/ja/docs/JavaScript/Reference/Global_Objects/Array" title="JavaScript/Reference/Global Objects/Array">配列</a>のいずれかの型を使用できます。配列では、キーは空の値から無限大までの範囲を使用できます。また、配列の中に配列を含めることができます。文字列または整数値のキーしか使用できないという条件はありません{{fx_minversion_inline("11")}}。</p> + <p>キーは <a href="/ja/docs/JavaScript/Reference/Global_Objects/String" title="JavaScript/Reference/Global_Objects/String">文字列</a>、<a href="/ja/docs/JavaScript/Reference/Global_Objects/Date" title="JavaScript/Reference/Global Objects/Date">date</a>、浮動小数点数値、<a href="/ja/docs/JavaScript/Reference/Global_Objects/Array" title="JavaScript/Reference/Global Objects/Array">配列</a>のいずれかの型を使用できます。配列では、キーは空の値から無限大までの範囲を使用できます。また、配列の中に配列を含めることができます。文字列または整数値のキーしか使用できないという条件はありません。</p> <p>代わりに、<em><a href="#gloss_index">インデックス</a>を使用してオブジェクトストア内のレコードを検索することもできます。</em></p> </dd> @@ -162,7 +162,7 @@ translation_of: Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB <p>オブジェクトまたは配列を保存する場合は、それらのプロパティや値もまた、有効な値をどれでも持つことができます。</p> - <p>また、<a href="/ja/docs/DOM/Blob" title="DOM/Blob">Blob</a> やファイルも保存可能です。<a href="http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html">仕様書</a> {{fx_minversion_inline("11")}}をご覧ください。</p> + <p>また、<a href="/ja/docs/DOM/Blob" title="DOM/Blob">Blob</a> やファイルも保存可能です。<a href="http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html">仕様書</a> をご覧ください。</p> </dd> </dl> diff --git a/files/ja/web/api/node/index.html b/files/ja/web/api/node/index.html index db5a645811..63b1b11790 100644 --- a/files/ja/web/api/node/index.html +++ b/files/ja/web/api/node/index.html @@ -27,7 +27,7 @@ translation_of: Web/API/Node <dl> <dt>{{domxref("Node.baseURI")}} {{readonlyInline}}</dt> <dd>ベース URL を表す {{domxref("DOMString")}} を返します。ベース URL の概念は、言語によって変わります。HTML ではプロトコル、ドメイン名、ディレクトリー構造に対応しており、最後の <code>'/'</code> までのすべてになります。</dd> - <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline}} {{Fx_minversion_inline("3")}}</dt> + <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline}}</dt> <dd>(ウェブコンテンツでは使用できません) 要素のベース URI を表す、読み取り専用の {{Interface("nsIURI")}} オブジェクトを返します。</dd> <dt>{{domxref("Node.childNodes")}} {{readonlyInline}}</dt> <dd>このノードのすべての子孫を含む、生きている {{domxref("NodeList")}} を返します。{{domxref("NodeList")}} が生きているとは、<code>Node</code> の子が変化すれば自動的に {{domxref("NodeList")}} オブジェクトが更新されることを意味します。</dd> @@ -41,7 +41,7 @@ translation_of: Web/API/Node <dd>ツリー構造で次のノードを表す {{domxref("Node")}} を返します。該当するノードがない場合は <code>null</code> を返します。</dd> <dt>{{domxref("Node.nodeName")}} {{readonlyInline}}</dt> <dd><code>Node</code> の名前を持つ {{domxref("DOMString")}} を返します。名前の構造は、ノードの型によって異なります。例えば、{{domxref("HTMLElement")}} は {{domxref("HTMLAudioElement")}} に対して <code>'audio'</code> というように対応するタグの名前、{{domxref("Text")}} ノードは <code>'#text'</code> という文字列、{{domxref("Document")}} ノードは <code>'#document'</code> という文字列になります。</dd> - <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline}}{{Fx_minversion_inline("3")}}</dt> + <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline}}</dt> <dd>ノードのプリンシパルを表す {{Interface("nsIPrincipal")}} を返します。</dd> <dt>{{domxref("Node.nodeType")}}{{readonlyInline}}</dt> <dd>ノードの型を表す <code>unsigned short</code> を返します。使用できる値: diff --git a/files/ja/web/css/@keyframes/index.html b/files/ja/web/css/@keyframes/index.html index 0e1f1f7e53..5d625ffa75 100644 --- a/files/ja/web/css/@keyframes/index.html +++ b/files/ja/web/css/@keyframes/index.html @@ -69,7 +69,7 @@ translation_of: Web/CSS/@keyframes <p>この例では、 <code>50%</code> のキーフレームで、使用される値は <code>top: 10px</code> と <code>left: 20px</code> です。</p> -<p>{{ fx_minversion_inline("14") }} カスケード的なキーフレームは Firefox 14 から対応しています。</p> +<p>カスケード的なキーフレームは Firefox 14 から対応しています。</p> <h3 id="!important_in_a_keyframe" name="!important_in_a_keyframe">キーフレーム内の <code>!important</code></h3> diff --git a/files/ja/web/css/mozilla_extensions/index.html b/files/ja/web/css/mozilla_extensions/index.html index a489ce0a0f..80979c27d0 100644 --- a/files/ja/web/css/mozilla_extensions/index.html +++ b/files/ja/web/css/mozilla_extensions/index.html @@ -68,10 +68,10 @@ translation_of: Web/CSS/Mozilla_Extensions <li>{{CSSxRef(":-moz-system-metric(scrollbar-end-backward)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9")}}</li> <li>{{CSSxRef(":-moz-system-metric(scrollbar-end-forward)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9")}}</li> <li>{{CSSxRef(":-moz-system-metric(scrollbar-start-backward)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9")}}</li> - <li>{{CSSxRef(":-moz-system-metric(scrollbar-start-forward)")}} {{Obsolete_Inline}}{{Fx_minversion_inline(3)}}</li> + <li>{{CSSxRef(":-moz-system-metric(scrollbar-start-forward)")}} {{Obsolete_Inline}}</li> <li>{{CSSxRef(":-moz-system-metric(scrollbar-thumb-proportional)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9")}}</li> <li>{{CSSxRef(":-moz-system-metric(touch-enabled)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9.2")}}</li> - <li>{{CSSxRef(":-moz-system-metric(windows-default-theme)")}} {{Obsolete_Inline}}{{Fx_minversion_inline(3)}}</li> + <li>{{CSSxRef(":-moz-system-metric(windows-default-theme)")}} {{Obsolete_Inline}}</li> <li>{{CSSxRef("-moz-user-focus")}}</li> <li>{{CSSxRef("-moz-user-input")}}</li> <li>{{CSSxRef("-moz-user-modify")}}</li> @@ -219,12 +219,12 @@ translation_of: Web/CSS/Mozilla_Extensions <li><code>menupopup</code></li> <li><code>menuradio</code></li> <li><code>menuseparator</code></li> - <li><code>-moz-mac-unified-toolbar</code>{{Fx_MinVersion_Inline(3.5)}}</li> + <li><code>-moz-mac-unified-toolbar</code></li> <li><code>-moz-win-borderless-glass</code></li> - <li><code>-moz-win-browsertabbar-toolbox</code>{{Fx_minversion_inline(3)}}</li> - <li><code>-moz-win-communications-toolbox</code>{{Fx_minversion_inline(3)}}</li> + <li><code>-moz-win-browsertabbar-toolbox</code></li> + <li><code>-moz-win-communications-toolbox</code></li> <li><code>-moz-win-glass</code></li> - <li><code>-moz-win-media-toolbox</code>{{Fx_minversion_inline(3)}}</li> + <li><code>-moz-win-media-toolbox</code></li> <li><code>-moz-window-button-box</code></li> <li><code>-moz-window-button-box-maximized</code></li> <li><code>-moz-window-button-close</code></li> @@ -362,7 +362,7 @@ translation_of: Web/CSS/Mozilla_Extensions <li><code>-moz-mac-menutextselect</code></li> <li><code>-moz-menuhover</code></li> <li><code>-moz-menuhovertext</code></li> - <li><code>-moz-win-communicationstext</code>{{Fx_minversion_inline(3)}}</li> + <li><code>-moz-win-communicationstext</code></li> <li><code>-moz-win-mediatext</code>{{gecko_minversion_inline(1.9)}}</li> <li><code>-moz-nativehyperlinktext</code>{{Gecko_minversion_inline("1.9.1")}}</li> </ul> @@ -518,10 +518,10 @@ translation_of: Web/CSS/Mozilla_Extensions <div class="index"> <ul> - <li><code>-moz-min-content</code> {{Fx_minversion_inline(3)}}</li> - <li><code>-moz-fit-content</code> {{Fx_minversion_inline(3)}}</li> - <li><code>-moz-max-content</code> {{Fx_minversion_inline(3)}}</li> - <li><code>-moz-available</code> {{Fx_minversion_inline(3)}}</li> + <li><code>-moz-min-content</code></li> + <li><code>-moz-fit-content</code></li> + <li><code>-moz-max-content</code></li> + <li><code>-moz-available</code></li> </ul> </div> diff --git a/files/ko/mdn/structures/macros/commonly-used_macros/index.html b/files/ko/mdn/structures/macros/commonly-used_macros/index.html index 8038d19eba..e6ef563fab 100644 --- a/files/ko/mdn/structures/macros/commonly-used_macros/index.html +++ b/files/ko/mdn/structures/macros/commonly-used_macros/index.html @@ -200,15 +200,6 @@ translation_of: MDN/Structures/Macros/Commonly-used_macros <p>{{TemplateLink("AvailableInWorkers")}} 매크로 기능이 <a href="/ko/docs/Web/API/Web_Workers_API">웹 워커</a> 컨텍스트에서 이용 가능한지를 나타내는 지역화된 메모 상자를 삽입합니다.</p> -<h2 id="버전_정보_매크로">버전 정보 매크로</h2> - -<p>이 매크로는 콘텐츠가 특정 버전의 제품에만 해당됨을 나타내기 위해 사용됩니다.</p> - -<ul> - <li>{{TemplateLink("gecko_minversion_inline")}}: 가령: {{ gecko_minversion_inline("9.9") }}</li> - <li>{{TemplateLink("fx_minversion_inline")}}: 가령: {{ fx_minversion_inline("9.9") }}</li> -</ul> - <ol> </ol> diff --git a/files/ko/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html b/files/ko/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html index 06baaa4e2a..c3d95b2eac 100644 --- a/files/ko/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html +++ b/files/ko/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html @@ -142,7 +142,7 @@ translation_of: Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB <dd> <p>object store에서 이에 의해 저장된 values가 조직되고 조회되는 하나의 data value. object store는 세 sources 중 하나로부터 key를 이끌어낼 수 있다: <em><a href="#gloss_keygenerator">key generator</a></em>, <em><a href="#gloss_keypath">key path</a></em>, 또는 명시적으로 지정된 value. key는 그 앞에 있는 것보다 큰 값을 지닌 한 data type의 것이어야 한다. object store의 각 record는 같은 store 내에서 유일한 key를 가져야 한다, 따라서 당신은 주어진 object store에서 같은 key의 여러 records를 가질 수 없다.</p> - <p>하나의 key는 다음의 types 중 하나가 될 수 있다: <a href="/en/JavaScript/Reference/Global_Objects/String" title="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String">string</a>, <a href="/en/JavaScript/Reference/Global_Objects/Date" title="en/JavaScript/Reference/Global Objects/Date">date</a>, float, 그리고 <a href="/en/JavaScript/Reference/Global_Objects/Array" title="en/JavaScript/Reference/Global Objects/Array">array</a>. arrays에 대해, key는 empty value로부터 infinity의 범위가 될 수 있다. 그리고 당신은 array 내에 array를 포함할 수 있다. string 또는 integer의 key만 사용해야 한다는 요구사항은 없다{{ fx_minversion_inline("11") }}.</p> + <p>하나의 key는 다음의 types 중 하나가 될 수 있다: <a href="/en/JavaScript/Reference/Global_Objects/String" title="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String">string</a>, <a href="/en/JavaScript/Reference/Global_Objects/Date" title="en/JavaScript/Reference/Global Objects/Date">date</a>, float, 그리고 <a href="/en/JavaScript/Reference/Global_Objects/Array" title="en/JavaScript/Reference/Global Objects/Array">array</a>. arrays에 대해, key는 empty value로부터 infinity의 범위가 될 수 있다. 그리고 당신은 array 내에 array를 포함할 수 있다. string 또는 integer의 key만 사용해야 한다는 요구사항은 없다.</p> <p>다른 방법으로, 당신은 <em><a href="#gloss_index">index</a>를 사용해서 object store에서 records를 찾을 수 있다.</em></p> </dd> @@ -160,7 +160,7 @@ translation_of: Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB <p>object 또는 array가 저장될 때, 그 object 또는 array의 properties 와 values는 적합한 어떤 값이라도 될 수 있다.</p> - <p><a href="/en/DOM/Blob" title="en/DOM/Blob">Blobs</a>와 files가 저장될 수 있다, cf. <a class="external" href="http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html">specification</a> {{ fx_minversion_inline("11") }}.</p> + <p><a href="/en/DOM/Blob" title="en/DOM/Blob">Blobs</a>와 files가 저장될 수 있다, cf. <a class="external" href="http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html">specification</a>.</p> </dd> </dl> diff --git a/files/ko/web/api/node/index.html b/files/ko/web/api/node/index.html index ed301eff02..6ad34b9459 100644 --- a/files/ko/web/api/node/index.html +++ b/files/ko/web/api/node/index.html @@ -21,7 +21,7 @@ translation_of: Web/API/Node <dl> <dt>{{domxref("Node.baseURI")}} {{readonlyInline}}</dt> <dd>Returns a {{domxref("DOMString")}} representing the base URL. The concept of base URL changes from one language to another; in HTML, it corresponds to the protocol, the domain name and the directory structure, that is all until the last <code>'/'</code>.</dd> - <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}} {{ Fx_minversion_inline("3") }}</dt> + <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}}</dt> <dd>(Not available to web content.) The read-only {{ Interface("nsIURI") }} object representing the base URI for the element.</dd> <dt>{{domxref("Node.childNodes")}} {{readonlyInline}}</dt> <dd>Returns a live {{domxref("NodeList")}} containing all the children of this node. {{domxref("NodeList")}} being live means that if the children of the <code>Node</code> change, the {{domxref("NodeList")}} object is automatically updated.</dd> @@ -39,7 +39,7 @@ translation_of: Web/API/Node <dd>Returns a {{domxref("Node")}} representing the next node in the tree, or <code>null</code> if there isn't such node.</dd> <dt>{{domxref("Node.nodeName")}} {{readonlyInline}}</dt> <dd>Returns a {{domxref("DOMString")}} containing the name of the <code>Node</code>. The structure of the name will differ with the name type. E.g. An {{domxref("HTMLElement")}} will contain the name of the corresponding tag, like <code>'audio'</code> for an {{domxref("HTMLAudioElement")}}, a {{domxref("Text")}} node will have the <code>'#text'</code> string, or a {{domxref("Document")}} node will have the <code>'#document'</code> string.</dd> - <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}{{ Fx_minversion_inline("3") }}</dt> + <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}</dt> <dd>A {{ Interface("nsIPrincipal") }} representing the node principal.</dd> <dt>{{domxref("Node.nodeType")}}{{readonlyInline}}</dt> <dd>Returns an <code>unsigned short</code> representing the type of the node. Possible values are: diff --git a/files/ko/web/css/@keyframes/index.html b/files/ko/web/css/@keyframes/index.html index af45fe8acc..a629e73a47 100644 --- a/files/ko/web/css/@keyframes/index.html +++ b/files/ko/web/css/@keyframes/index.html @@ -72,7 +72,7 @@ translation_of: Web/CSS/@keyframes <p>이 예제를 보면 <code>50%</code> 키프레임에서 <code>top: 10px 이고 다른 값들은 모두 무시됩니다.</code></p> -<p>{{ non-standard_inline }} {{ fx_minversion_inline("14") }} 키 프레임 효과 연속은 파이어폭스 14부터 지원됩니다. 이 의미는 위 예제의 경우 50% 키 프레임에서 왼쪽 : 20px 값이 고려된다는 의미입니다. 이러한 기능이 스펙에는 아직 정의가 되어있진 않지만, 현재 도입에 대한 토론이 진행 중입니다.</p> +<p>{{ non-standard_inline }} 키 프레임 효과 연속은 파이어폭스 14부터 지원됩니다. 이 의미는 위 예제의 경우 50% 키 프레임에서 왼쪽 : 20px 값이 고려된다는 의미입니다. 이러한 기능이 스펙에는 아직 정의가 되어있진 않지만, 현재 도입에 대한 토론이 진행 중입니다.</p> <h3 id="키프레임에서_!important">키프레임에서 !important</h3> diff --git a/files/ko/web/guide/html/html5/index.html b/files/ko/web/guide/html/html5/index.html index ff48740224..d001c97302 100644 --- a/files/ko/web/guide/html/html5/index.html +++ b/files/ko/web/guide/html/html5/index.html @@ -71,7 +71,7 @@ original_slug: Web/HTML/HTML5 <h2 id="HTML_파서">HTML 파서</h2> -<p>Gecko의 <a href="/ko/HTML/HTML5/HTML5_Parser" title="ko/HTML/HTML5/HTML5 parser">HTML5 표준 파서</a>(HTML 문서를 DOM으로 변환하는 엔진)는 2010 년 3 월에 기본적으로 사용됩니다(Gecko 1.9.2 / Firefox 3.6에 탑재되어 있는 시점의 HTML5 파서는 매우 불안정한 버전이며 실제 이용하는 것을 추천 하지 않습니다).{{ fx_minversion_inline(4.0) }}</p> +<p>Gecko의 <a href="/ko/HTML/HTML5/HTML5_Parser" title="ko/HTML/HTML5/HTML5 parser">HTML5 표준 파서</a>(HTML 문서를 DOM으로 변환하는 엔진)는 2010 년 3 월에 기본적으로 사용됩니다(Gecko 1.9.2 / Firefox 3.6에 탑재되어 있는 시점의 HTML5 파서는 매우 불안정한 버전이며 실제 이용하는 것을 추천 하지 않습니다).</p> <h2 id="추가_변경사항">추가 변경사항</h2> diff --git a/files/nl/web/api/document/index.html b/files/nl/web/api/document/index.html index a64e97a986..e1fa6bbd2f 100644 --- a/files/nl/web/api/document/index.html +++ b/files/nl/web/api/document/index.html @@ -423,7 +423,7 @@ translation_of: Web/API/Document <dd>This method never did anything and always threw an exception, so it was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd> <dt>{{domxref("document.getBoxObjectFor")}} {{obsolete_inline}}</dt> <dd>Use the {{domxref("Element.getBoundingClientRect()")}} method instead.</dd> - <dt>{{domxref("document.loadOverlay")}} {{Fx_minversion_inline("1.5")}}</dt> + <dt>{{domxref("document.loadOverlay")}}</dt> <dd>Loads a <a href="/en-US/docs/XUL_Overlays" title="XUL_Overlays">XUL overlay</a> dynamically. This only works in XUL documents.</dd> <dt>{{domxref("document.queryCommandText")}} {{obsolete_inline("14.0")}}</dt> <dd>This method never did anything but throw an exception, and was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd> diff --git a/files/nl/web/api/window/index.html b/files/nl/web/api/window/index.html index 985921b10f..848fb90ad5 100644 --- a/files/nl/web/api/window/index.html +++ b/files/nl/web/api/window/index.html @@ -47,7 +47,7 @@ translation_of: Web/API/Window <dd>Gets/sets the status bar text for the given window.</dd> <dt>{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Returns the ratio between physical pixels and device independent pixels in the current display.</dd> - <dt>{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}</dt> + <dt>{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}</dt> <dd>Gets the arguments passed to the window (if it's a dialog box) at the time {{domxref("window.showModalDialog()")}} was called. This is an {{Interface("nsIArray")}}.</dd> <dt>{{domxref("Window.directories")}} {{obsolete_inline}}</dt> <dd>Synonym of {{domxref("window.personalbar")}}</dd> @@ -116,7 +116,7 @@ translation_of: Web/API/Window <dd>Returns the personalbar object, whose visibility can be toggled in the window.</dd> <dt>{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}</dt> <dd>Formerly provided access to install and remove PKCS11 modules.</dd> - <dt>{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.returnValue")}}</dt> <dd>The return value to be returned to the function that called {{domxref("window.showModalDialog()")}} to display the window as a modal dialog.</dd> <dt>{{domxref("Window.screen")}} {{readOnlyInline}}</dt> <dd>Returns a reference to the screen object associated with the window.</dd> @@ -137,7 +137,7 @@ translation_of: Web/API/Window <dd>Returns the number of pixels that the document has already been scrolled vertically.</dd> <dt>{{domxref("Window.self")}} {{ReadOnlyInline}}</dt> <dd>Returns an object reference to the window object itself.</dd> - <dt>{{domxref("Window.sessionStorage")}} {{Fx_minversion_inline("2.0")}}</dt> + <dt>{{domxref("Window.sessionStorage")}}</dt> <dd>Returns a storage object for storing data within a single page session.</dd> <dt>{{domxref("Window.sidebar")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Returns a reference to the window object of the sidebar.</dd> @@ -233,7 +233,7 @@ translation_of: Web/API/Window <dd>Opens a new window.</dd> <dt>{{domxref("Window.openDialog()")}}</dt> <dd>Opens a new dialog window.</dd> - <dt>{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.postMessage()")}}</dt> <dd>Provides a secure means for one window to send a string of data to another window, which need not be within the same domain as the first.</dd> <dt>{{domxref("Window.print()")}}</dt> <dd>Opens the Print Dialog to print the current document.</dd> @@ -273,7 +273,7 @@ translation_of: Web/API/Window <dd>Toggles a user's ability to resize a window.</dd> <dt>{{domxref("WindowTimers.setTimeout()")}}</dt> <dd>Sets a delay for executing a function.</dd> - <dt>{{domxref("Window.showModalDialog()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.showModalDialog()")}}</dt> <dd>Displays a modal dialog.</dd> <dt>{{domxref("Window.sizeToContent()")}}</dt> <dd>Sizes the window according to its content.</dd> diff --git a/files/pl/web/api/document/index.html b/files/pl/web/api/document/index.html index a5aa06d6dd..6ebf189595 100644 --- a/files/pl/web/api/document/index.html +++ b/files/pl/web/api/document/index.html @@ -86,7 +86,7 @@ translation_of: Web/API/Document </dl> <dl> - <dt><a href="pl/DOM/document.documentURIObject">document.documentURIObject</a> {{ Fx_minversion_inline(3) }}</dt> + <dt><a href="pl/DOM/document.documentURIObject">document.documentURIObject</a></dt> <dd>Zwraca obiekt nsIURI reprezentujący URI dokumentu. Własność ta jest wspomagana wyłącznie z kodu JavaScriptu.</dd> </dl> @@ -289,7 +289,7 @@ translation_of: Web/API/Document <dl> <dt><a href="/pl/DOM/document.loadOverlay" title="pl/DOM/document.loadOverlay">document.loadOverlay</a></dt> - <dd>{{ Fx_minversion_inline(1.5) }} Laduje <a href="/pl/Nakladki_XUL" title="pl/Nakladki_XUL">nakladke XUL</a>. Dziala to tylko w dokumentach XUL.</dd> + <dd>Laduje <a href="/pl/Nakladki_XUL" title="pl/Nakladki_XUL">nakladke XUL</a>. Dziala to tylko w dokumentach XUL.</dd> </dl> <dl> diff --git a/files/pl/web/api/window/index.html b/files/pl/web/api/window/index.html index 0c833217a3..ecc5ed7d6b 100644 --- a/files/pl/web/api/window/index.html +++ b/files/pl/web/api/window/index.html @@ -42,7 +42,7 @@ translation_of: Web/API/Window <dd>Gets/sets the status bar text for the given window.</dd> <dt>{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Returns the ratio between physical pixels and device independent pixels in the current display.</dd> - <dt>{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}</dt> + <dt>{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}</dt> <dd>Gets the arguments passed to the window (if it's a dialog box) at the time {{domxref("window.showModalDialog()")}} was called. This is an {{Interface("nsIArray")}}.</dd> <dt>{{domxref("Window.directories")}} {{obsolete_inline}}</dt> <dd>Synonym of {{domxref("window.personalbar")}}</dd> @@ -129,7 +129,7 @@ translation_of: Web/API/Window <dd>Returns the personalbar object, whose visibility can be toggled in the window.</dd> <dt>{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}</dt> <dd>Formerly provided access to install and remove PKCS11 modules.</dd> - <dt>{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.returnValue")}}</dt> <dd>The return value to be returned to the function that called {{domxref("window.showModalDialog()")}} to display the window as a modal dialog.</dd> <dt>{{domxref("Window.screen")}} {{readOnlyInline}}</dt> <dd>Returns a reference to the screen object associated with the window.</dd> @@ -150,7 +150,7 @@ translation_of: Web/API/Window <dd>Returns the number of pixels that the document has already been scrolled vertically.</dd> <dt>{{domxref("Window.self")}} {{ReadOnlyInline}}</dt> <dd>Returns an object reference to the window object itself.</dd> - <dt>{{domxref("Window.sessionStorage")}} {{Fx_minversion_inline("2.0")}}</dt> + <dt>{{domxref("Window.sessionStorage")}}</dt> <dd>Returns a storage object for storing data within a single page session.</dd> <dt>{{domxref("Window.sidebar")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Returns a reference to the window object of the sidebar.</dd> @@ -249,7 +249,7 @@ translation_of: Web/API/Window <dd>Opens a new window.</dd> <dt>{{domxref("Window.openDialog()")}} {{Non-standard_inline}} {{obsolete_inline}}</dt> <dd>Opens a new dialog window.</dd> - <dt>{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.postMessage()")}}</dt> <dd>Provides a secure means for one window to send a string of data to another window, which need not be within the same domain as the first.</dd> <dt>{{domxref("Window.print()")}}</dt> <dd>Opens the Print Dialog to print the current document.</dd> diff --git a/files/pl/web/api/xmlhttprequest/index.html b/files/pl/web/api/xmlhttprequest/index.html index 646ce1d952..34712f1cfe 100644 --- a/files/pl/web/api/xmlhttprequest/index.html +++ b/files/pl/web/api/xmlhttprequest/index.html @@ -117,7 +117,7 @@ req.send(null); req.abort(); </pre> <h4 id="mozBackgroundRequest" name="mozBackgroundRequest">mozBackgroundRequest</h4> -<p>{{ Fx_minversion_inline(3) }} Za pomocą tej własności można wyłączyć okna dialogowe uwierzytelniania i niewłaściwego certyfikatu, które mogą pojawiać się przy wysyłaniu żądania. Żądanie, dla którego ustawiono tę własność, nie będzie ponadto anulowane nawet w przypadku zamknięcia okna, z którego zostało wysłane. Własność ta działa wyłącznie w kodzie chrome. +<p>Za pomocą tej własności można wyłączyć okna dialogowe uwierzytelniania i niewłaściwego certyfikatu, które mogą pojawiać się przy wysyłaniu żądania. Żądanie, dla którego ustawiono tę własność, nie będzie ponadto anulowane nawet w przypadku zamknięcia okna, z którego zostało wysłane. Własność ta działa wyłącznie w kodzie chrome. </p> <pre>var req = new XMLHttpRequest(); req.mozBackgroundRequest = true; diff --git a/files/pl/web/css/color/index.html b/files/pl/web/css/color/index.html index 20f670855e..4e458e82a2 100644 --- a/files/pl/web/css/color/index.html +++ b/files/pl/web/css/color/index.html @@ -27,8 +27,8 @@ translation_of: Web/CSS/color <dl><dt> color </dt><dd> Kolor może być określony zgodnie z poniższymi zasadami: </dd></dl> <ul><li> jako heksadecymalna (szesnastkowa) wartość RGB -</li><li> jako regularna wartość RGB lub RGBA {{ Fx_minversion_inline(3) }} -</li><li> jako regularna wartość HSL lub HSLA {{ Fx_minversion_inline(3) }} +</li><li> jako regularna wartość RGB lub RGBA +</li><li> jako regularna wartość HSL lub HSLA </li><li> jako jedna z predefiniowanych nazw kolorów </li></ul> <h3 id="Przyk.C5.82ady" name="Przyk.C5.82ady"> Przykłady </h3> @@ -39,12 +39,12 @@ element { color: #f00 } element { color: #ff0000 } element { color: rgb(255,0,0) } element { color: rgb(100%, 0%, 0%) } -element { color: hsl(0, 100%, 50%) } {{ Fx_minversion_inline(3) }} +element { color: hsl(0, 100%, 50%) } </pre> <p>Jeśli chcesz uwzględnić wartość kanału alfa by uwzględnić przezroczystość, możesz użyć kolorów w formacie RGBA lub HSLA: </p> -<pre class="eval">element { color: rgba(255, 0, 0, 0.5) } {{ Fx_minversion_inline(3) }} -element { color: hsla(0, 100%, 50%, 0.5) } {{ Fx_minversion_inline(3) }} +<pre class="eval">element { color: rgba(255, 0, 0, 0.5) } +element { color: hsla(0, 100%, 50%, 0.5) } </pre> <p>Oba powyższe przykłady definiują kolor z przezroczystością ustawioną na 0.5 lub 50%. </p> diff --git a/files/pl/web/css/display/index.html b/files/pl/web/css/display/index.html index 1c85584a65..1acbec282c 100644 --- a/files/pl/web/css/display/index.html +++ b/files/pl/web/css/display/index.html @@ -53,7 +53,7 @@ translation_of: Web/CSS/display </ul> <ul> - <li><strong>inline-block</strong> : Wprowadzone w CSS2.1. Sprawia, że element generuje pudełko elementu blokowego, które będzie opływane otaczającą treścią, jakby było pojedynczym pudełkiem liniowym (zachowując się tak, jakby zachowywał się zamieniany element). {{ Fx_minversion_inline(3) }}</li> + <li><strong>inline-block</strong> : Wprowadzone w CSS2.1. Sprawia, że element generuje pudełko elementu blokowego, które będzie opływane otaczającą treścią, jakby było pojedynczym pudełkiem liniowym (zachowując się tak, jakby zachowywał się zamieniany element).</li> </ul> <ul> @@ -77,7 +77,7 @@ translation_of: Web/CSS/display </ul> <ul> - <li><strong>inline-table</strong> : Te wartości sprawiają, że element zachowuje się jak odpowiadający element tabeli HTML, od którego te wartości wzięły nazwę. Wartość 'inline-table' nie ma dokładnego odwzorowania w HTML. {{ Fx_minversion_inline(3) }}</li> + <li><strong>inline-table</strong> : Te wartości sprawiają, że element zachowuje się jak odpowiadający element tabeli HTML, od którego te wartości wzięły nazwę. Wartość 'inline-table' nie ma dokładnego odwzorowania w HTML.</li> </ul> <ul> diff --git a/files/pl/web/css/mozilla_extensions/index.html b/files/pl/web/css/mozilla_extensions/index.html index 7bdbe05032..f701c7be92 100644 --- a/files/pl/web/css/mozilla_extensions/index.html +++ b/files/pl/web/css/mozilla_extensions/index.html @@ -72,10 +72,10 @@ translation_of: Web/CSS/Mozilla_Extensions <li>{{Cssxref(":-moz-system-metric(scrollbar-end-backward)")}} {{gecko_minversion_inline("1.9")}}</li> <li>{{Cssxref(":-moz-system-metric(scrollbar-end-forward)")}} {{gecko_minversion_inline("1.9")}}</li> <li>{{Cssxref(":-moz-system-metric(scrollbar-start-backward)")}} {{gecko_minversion_inline("1.9")}}</li> - <li>{{Cssxref(":-moz-system-metric(scrollbar-start-forward)")}} {{Fx_minversion_inline(3)}}</li> + <li>{{Cssxref(":-moz-system-metric(scrollbar-start-forward)")}}</li> <li>{{Cssxref(":-moz-system-metric(scrollbar-thumb-proportional)")}} {{gecko_minversion_inline("1.9")}}</li> <li>{{Cssxref(":-moz-system-metric(touch-enabled)")}} {{gecko_minversion_inline("1.9.2")}}</li> - <li>{{Cssxref(":-moz-system-metric(windows-default-theme)")}} {{Fx_minversion_inline(3)}}</li> + <li>{{Cssxref(":-moz-system-metric(windows-default-theme)")}}</li> <li>{{Cssxref("-moz-user-focus")}}</li> <li>{{Cssxref("-moz-user-input")}}</li> <li>{{Cssxref("-moz-user-modify")}}</li> @@ -223,12 +223,12 @@ translation_of: Web/CSS/Mozilla_Extensions <li><code>menupopup</code></li> <li><code>menuradio</code></li> <li><code>menuseparator</code></li> - <li><code>-moz-mac-unified-toolbar</code> {{Fx_minversion_inline(3.5)}}</li> + <li><code>-moz-mac-unified-toolbar</code></li> <li><code>-moz-win-borderless-glass</code></li> - <li><code>-moz-win-browsertabbar-toolbox</code> {{Fx_minversion_inline(3)}}</li> - <li><code>-moz-win-communications-toolbox</code> {{Fx_minversion_inline(3)}}</li> + <li><code>-moz-win-browsertabbar-toolbox</code></li> + <li><code>-moz-win-communications-toolbox</code></li> <li><code>-moz-win-glass</code></li> - <li><code>-moz-win-media-toolbox</code> {{Fx_minversion_inline(3)}}</li> + <li><code>-moz-win-media-toolbox</code></li> <li><code>-moz-window-button-box</code></li> <li><code>-moz-window-button-box-maximized</code></li> <li><code>-moz-window-button-close</code></li> @@ -364,7 +364,7 @@ translation_of: Web/CSS/Mozilla_Extensions <li><code>-moz-mac-menutextselect</code></li> <li><code>-moz-menuhover</code></li> <li><code>-moz-menuhovertext</code></li> - <li><code>-moz-win-communicationstext</code> {{Fx_minversion_inline(3)}}</li> + <li><code>-moz-win-communicationstext</code></li> <li><code>-moz-win-mediatext</code> {{gecko_minversion_inline(1.9)}}</li> <li><code>-moz-nativehyperlinktext</code> {{Gecko_minversion_inline("1.9.1")}}</li> </ul> @@ -520,10 +520,10 @@ translation_of: Web/CSS/Mozilla_Extensions <div class="index"> <ul> - <li><code>-moz-min-content</code> {{Fx_minversion_inline(3)}}</li> - <li><code>-moz-fit-content</code> {{Fx_minversion_inline(3)}}</li> - <li><code>-moz-max-content</code> {{Fx_minversion_inline(3)}}</li> - <li><code>-moz-available</code> {{Fx_minversion_inline(3)}}</li> + <li><code>-moz-min-content</code></li> + <li><code>-moz-fit-content</code></li> + <li><code>-moz-max-content</code></li> + <li><code>-moz-available</code></li> </ul> </div> diff --git a/files/pl/web/css/white-space/index.html b/files/pl/web/css/white-space/index.html index fc891b4ce1..dda019fc6f 100644 --- a/files/pl/web/css/white-space/index.html +++ b/files/pl/web/css/white-space/index.html @@ -30,7 +30,7 @@ translation_of: Web/CSS/white-space <dd>wszystkie białe znaki w źródle będą zachowane, linie są przełamane tylko na znakach nowej linii w źródle.</dd> <dt>{{ Cssxref("nowrap") }}</dt> <dd>wszystkie sekwencje białych znaków i zakończenia linii będą skracane, również przełamania linii (zawijanie tekstu) są zlikwidowane wewnątrz zawartości.</dd> - <dt>{{ Cssxref("pre-wrap") }} {{ Fx_minversion_inline(3) }}</dt> + <dt>{{ Cssxref("pre-wrap") }}</dt> <dd>wszystkie białe znaki w źródle będą zachowane, linie są przełamane na znakach nowej linii i w razie konieczności zawijają zawartość.</dd> <dt>{{ Cssxref("-moz-pre-wrap") }} {{ Deprecated_inline() }}</dt> <dd>identyczne jak <code>pre-wrap</code>, jest to rozszerzenie Mozilli, które stało się własnością CSS 2.1 <code>pre-wrap</code>, która powinna być używana zamiast niego.</dd> diff --git a/files/pt-br/tools/3d_view/index.html b/files/pt-br/tools/3d_view/index.html index 8114d26c7a..82040654a6 100644 --- a/files/pt-br/tools/3d_view/index.html +++ b/files/pt-br/tools/3d_view/index.html @@ -68,17 +68,17 @@ translation_of: Tools/3D_View <tr> <td>Foco no nó selecionado</td> <td>f</td> - <td>Garante que o nó selecionado atualmente está visível {{ fx_minversion_inline("13.0") }}</td> + <td>Garante que o nó selecionado atualmente está visível</td> </tr> <tr> <td>Resetar visualização</td> <td>r</td> - <td>Redefine zoom, rotação e panorâmica para o padrão {{ fx_minversion_inline("12.0") }}</td> + <td>Redefine zoom, rotação e panorâmica para o padrão</td> </tr> <tr> <td>Esconde o nó atual</td> <td>x</td> - <td>Faz com que o nó selecionado atualmente fique invisível; Isso pode ser útil se você precisa chegar a um nó que está obscuro {{ fx_minversion_inline("12.0") }}</td> + <td>Faz com que o nó selecionado atualmente fique invisível; Isso pode ser útil se você precisa chegar a um nó que está obscuro</td> </tr> </tbody> </table> diff --git a/files/pt-br/web/api/document/index.html b/files/pt-br/web/api/document/index.html index 1fc11a79ba..b1248d2078 100644 --- a/files/pt-br/web/api/document/index.html +++ b/files/pt-br/web/api/document/index.html @@ -380,7 +380,7 @@ translation_of: Web/API/Document <dd>This method never did anything and always threw an exception, so it was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd> <dt>{{domxref("Document.getBoxObjectFor")}} {{obsolete_inline}}</dt> <dd>Use the {{domxref("Element.getBoundingClientRect()")}} method instead.</dd> - <dt>{{domxref("Document.loadOverlay")}} {{Fx_minversion_inline("1.5")}}</dt> + <dt>{{domxref("Document.loadOverlay")}}</dt> <dd>Loads a <a href="/en-US/docs/XUL_Overlays" title="XUL_Overlays">XUL overlay</a> dynamically. This only works in XUL documents.</dd> <dt>{{domxref("document.queryCommandText")}} {{obsolete_inline("14.0")}}</dt> <dd>This method never did anything but throw an exception, and was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd> diff --git a/files/pt-br/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html b/files/pt-br/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html index c83b48750e..1ec04d3838 100644 --- a/files/pt-br/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html +++ b/files/pt-br/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html @@ -176,7 +176,7 @@ translation_of: Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB <p>When an object or array is stored, the properties and values in that object or array can also be anything that is a valid value.</p> - <p><a href="/en/DOM/Blob" title="en/DOM/Blob">Blobs</a> and files can be stored, cf. <a class="external" href="http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html">specification</a> {{ fx_minversion_inline("11") }}.</p> + <p><a href="/en/DOM/Blob" title="en/DOM/Blob">Blobs</a> and files can be stored, cf. <a class="external" href="http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html">specification</a>.</p> </dd> </dl> diff --git a/files/pt-br/web/api/node/index.html b/files/pt-br/web/api/node/index.html index 8b265cdbd5..0434bb9f34 100644 --- a/files/pt-br/web/api/node/index.html +++ b/files/pt-br/web/api/node/index.html @@ -20,7 +20,7 @@ translation_of: Web/API/Node <dl> <dt>{{domxref("Node.baseURI")}} {{readonlyInline}}</dt> <dd>Retorna uma {{domxref("DOMString")}} representando o URL base do nó. O conceito de URL base muda de uma linguagem para outra; no HTML, ela corresponde ao protocolo, ao nome de domínio e a estrutura de diretório; tudo isso até a última <code>'/'</code>.</dd> - <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}} {{ Fx_minversion_inline("3") }}</dt> + <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}}</dt> <dd>Retorna um objeto {{ Interface("nsIURI") }}, representando o URL base do nó. <em>(Indisponível para conteúdo Web)</em></dd> <dt>{{domxref("Node.childNodes")}} {{readonlyInline}}</dt> <dd>Retorna um objeto {{domxref("NodeList")}} "vivo" contendo todos os filhos deste nó. Dizer que um objeto {{domxref("NodeList")}} é vivo significa que se houver alguma mudança em um dos filhos deste nó, o objeto {{domxref("NodeList")}} é automaticamente atualizado com tais mudanças.</dd> @@ -32,7 +32,7 @@ translation_of: Web/API/Node <dd>Retorna um {{domxref("Node")}} representando o próximo elemento na árvore ou <code>null</code>, caso tal nó não exista.</dd> <dt>{{domxref("Node.nodeName")}} {{readonlyInline}}</dt> <dd>Retorna uma {{domxref("DOMString")}} contendo o nome do elemento, do <code>Node</code>. A estrutura do nome irá mudar conforme o tipo do elemento. Veja as diferenças na documentação do método {{domxref("Node.nodeName")}}. </dd> - <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}{{ Fx_minversion_inline("3") }}</dt> + <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}</dt> <dd>Uma interface {{ Interface("nsIPrincipal") }} representando o nó principal.</dd> <dt>{{domxref("Node.nodeType")}}{{readonlyInline}}</dt> <dd>Retorna um <code>unsigned short</code> representando o tipo do nodo. Valores possíveis são:</dd> diff --git a/files/pt-br/web/api/window/document/index.html b/files/pt-br/web/api/window/document/index.html index f7cfc4d860..e5e169968f 100644 --- a/files/pt-br/web/api/window/document/index.html +++ b/files/pt-br/web/api/window/document/index.html @@ -19,7 +19,7 @@ translation_of: Web/API/Window/document <p>Retorna a referência para o documento contido na janela.</p> -<div class="note"><strong>Nota:</strong> {{Fx_minversion_inline(3)}} Firefox 3 altera a segurança para documentos de uma janela de modo que apenas o domínio a partir do qual foi localizado possa acessar o documento. Enquanto isso pode quebrar alguns sites existentes, é um movimento feito por ambos Firefox 3 e Internet Explorer 7, e resulta na melhoria de segurança.</div> +<div class="note"><strong>Nota:</strong>Firefox 3 altera a segurança para documentos de uma janela de modo que apenas o domínio a partir do qual foi localizado possa acessar o documento. Enquanto isso pode quebrar alguns sites existentes, é um movimento feito por ambos Firefox 3 e Internet Explorer 7, e resulta na melhoria de segurança.</div> <h2 id="Syntax" name="Syntax">Sintaxe</h2> diff --git a/files/pt-br/web/api/window/index.html b/files/pt-br/web/api/window/index.html index 45b7ce7759..228e5dd64b 100644 --- a/files/pt-br/web/api/window/index.html +++ b/files/pt-br/web/api/window/index.html @@ -36,7 +36,7 @@ translation_of: Web/API/Window <dd>Obtém/define o texto da barra de status para determinada janela.</dd> <dt>{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Returns the ratio between physical pixels and device independent pixels in the current display.</dd> - <dt>{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}</dt> + <dt>{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}</dt> <dd>Gets the arguments passed to the window (if it's a dialog box) at the time {{domxref("window.showModalDialog()")}} was called. This is an {{Interface("nsIArray")}}.</dd> <dt>{{domxref("Window.directories")}} {{obsolete_inline}}</dt> <dd>Synonym of {{domxref("window.personalbar")}}</dd> @@ -103,7 +103,7 @@ translation_of: Web/API/Window <dd>Returns the personalbar object, whose visibility can be toggled in the window.</dd> <dt>{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}</dt> <dd>Formerly provided access to install and remove PKCS11 modules.</dd> - <dt>{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.returnValue")}}</dt> <dd>The return value to be returned to the function that called {{domxref("window.showModalDialog()")}} to display the window as a modal dialog.</dd> <dt>{{domxref("Window.screen")}} {{readOnlyInline}}</dt> <dd>Returns a reference to the screen object associated with the window.</dd> @@ -123,7 +123,7 @@ translation_of: Web/API/Window <dd>Returns the number of pixels that the document has already been scrolled vertically.</dd> <dt>{{domxref("Window.self")}} {{ReadOnlyInline}}</dt> <dd>Returns an object reference to the window object itself.</dd> - <dt>{{domxref("Window.sessionStorage")}} {{Fx_minversion_inline("2.0")}}</dt> + <dt>{{domxref("Window.sessionStorage")}}</dt> <dd>A storage object for storing data within a single page session.</dd> <dt>{{domxref("Window.sidebar")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Returns a reference to the window object of the sidebar.</dd> @@ -212,7 +212,7 @@ translation_of: Web/API/Window <dd>Opens a new window.</dd> <dt>{{domxref("Window.openDialog()")}}</dt> <dd>Opens a new dialog window.</dd> - <dt>{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.postMessage()")}}</dt> <dd>Provides a secure means for one window to send a string of data to another window, which need not be within the same domain as the first, in a secure manner.</dd> <dt>{{domxref("Window.print()")}}</dt> <dd>Opens the Print Dialog to print the current document.</dd> @@ -250,7 +250,7 @@ translation_of: Web/API/Window <dd>{{todo("NeedsContents")}}</dd> <dt>{{domxref("WindowTimers.setTimeout()")}}</dt> <dd>Sets a delay for executing a function.</dd> - <dt>{{domxref("Window.showModalDialog()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.showModalDialog()")}}</dt> <dd>Displays a modal dialog.</dd> <dt>{{domxref("Window.sizeToContent()")}}</dt> <dd>Sizes the window according to its content.</dd> diff --git a/files/pt-br/web/css/@keyframes/index.html b/files/pt-br/web/css/@keyframes/index.html index eba938bac2..a1db61ea1b 100644 --- a/files/pt-br/web/css/@keyframes/index.html +++ b/files/pt-br/web/css/@keyframes/index.html @@ -65,7 +65,7 @@ translation_of: Web/CSS/@keyframes <p>In this example, at the <code>50%</code> keyframe, the value used is <code>top: 10px</code> and all other values at this keyframe are ignored.</p> -<p>{{ non-standard_inline }} {{ fx_minversion_inline("14") }} Cascading keyframes are supported starting in Firefox 14. For the example above, it means that at the <code>50%</code> keyframe, the value <code>left: 20px</code> will be considered. This is not defined in the specification yet, but it is being discussed.</p> +<p>{{ non-standard_inline }} Cascading keyframes are supported starting in Firefox 14. For the example above, it means that at the <code>50%</code> keyframe, the value <code>left: 20px</code> will be considered. This is not defined in the specification yet, but it is being discussed.</p> <h3 id="!important_in_a_keyframe"><code>!important</code> in a keyframe</h3> diff --git a/files/pt-br/web/guide/html/html5/index.html b/files/pt-br/web/guide/html/html5/index.html index 203e4363b9..6369bb37e5 100644 --- a/files/pt-br/web/guide/html/html5/index.html +++ b/files/pt-br/web/guide/html/html5/index.html @@ -244,7 +244,7 @@ original_slug: Web/HTML/HTML5 <h2 id="HTML_parser">HTML parser</h2> -<p>O Gecko é <a href="/en/HTML/HTML5/HTML5_Parser" title="en/HTML/HTML5/HTML5 parser">compatível com HTML5 parser</a>—que transforma os bytes de documento HTML em um DOM—foi ativado por padrão a partir de maio de 2010. (Note que a versão do HTML5 parser que foi incluída no Gecko 1.9.2 / Firefox 3.6 tem bastante erros e não é recomendado para uso real.) {{ fx_minversion_inline(4.0) }}</p> +<p>O Gecko é <a href="/en/HTML/HTML5/HTML5_Parser" title="en/HTML/HTML5/HTML5 parser">compatível com HTML5 parser</a>—que transforma os bytes de documento HTML em um DOM—foi ativado por padrão a partir de maio de 2010. (Note que a versão do HTML5 parser que foi incluída no Gecko 1.9.2 / Firefox 3.6 tem bastante erros e não é recomendado para uso real.)</p> <h2 id="Alterações_adicionais">Alterações adicionais</h2> diff --git a/files/pt-pt/web/api/document/index.html b/files/pt-pt/web/api/document/index.html index 6710b92f64..c6c9e72b47 100644 --- a/files/pt-pt/web/api/document/index.html +++ b/files/pt-pt/web/api/document/index.html @@ -434,7 +434,7 @@ translation_of: Web/API/Document <dd>This method never did anything and always threw an exception, so it was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd> <dt>{{domxref("document.getBoxObjectFor")}} {{obsolete_inline}}</dt> <dd>Use the {{domxref("Element.getBoundingClientRect()")}} method instead.</dd> - <dt>{{domxref("document.loadOverlay")}} {{Fx_minversion_inline("1.5")}}</dt> + <dt>{{domxref("document.loadOverlay")}}</dt> <dd>Loads a <a href="/en-US/docs/XUL_Overlays" title="XUL_Overlays">XUL overlay</a> dynamically. This only works in XUL documents.</dd> <dt>{{domxref("document.queryCommandText")}} {{obsolete_inline("14.0")}}</dt> <dd>This method never did anything but throw an exception, and was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd> diff --git a/files/pt-pt/web/api/node/index.html b/files/pt-pt/web/api/node/index.html index d1ea8d3557..8c59f718ff 100644 --- a/files/pt-pt/web/api/node/index.html +++ b/files/pt-pt/web/api/node/index.html @@ -28,7 +28,7 @@ translation_of: Web/API/Node <dd> Retorna uma {{domxref("DOMString")}} que represente o URL base. O conceito de URL base varia de língua para língua; em HTML corresponde: ao protocolo, nome do domínio e estrutura de directórios, ou seja, tudo até à última '<code>/</code>'.</dd> <dt> - {{domxref("Node.baseURIObject")}} {{Non-standard_inline()}} {{ Fx_minversion_inline("3") }}</dt> + {{domxref("Node.baseURIObject")}} {{Non-standard_inline()}}</dt> <dd> (Não disponível para conteúdo Web). O objecto {{ Interface("nsIURI") }} apenas de leitura representa o URI base para o elemento.</dd> <dt> @@ -62,7 +62,7 @@ translation_of: Web/API/Node <dd> Retorna uma {{domxref("DOMString")}} que contém o nome do <code>Node</code>. A estrutura do nome difere do tipo do nome. Exemplo: um {{domxref("HTMLElement")}} irá conter o nome da tag correspondente, como <code>'audio'</code> para um {{domxref("HTMLAudioElement")}}, um {{domxref("Text")}} node irá ter a string <code>'#text'</code>, ou então um {{domxref("Document")}} node irá ter uma string <code>'#document'</code>.</dd> <dt> - {{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}{{ Fx_minversion_inline("3") }}</dt> + {{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}</dt> <dd> Um {{ Interface("nsIPrincipal") }} representa um node principal.</dd> <dt> diff --git a/files/pt-pt/web/api/window/index.html b/files/pt-pt/web/api/window/index.html index 338f4980f1..29deceb028 100644 --- a/files/pt-pt/web/api/window/index.html +++ b/files/pt-pt/web/api/window/index.html @@ -43,7 +43,7 @@ translation_of: Web/API/Window <dd>Gets/sets the status bar text for the given window.</dd> <dt>{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Returns the ratio between physical pixels and device independent pixels in the current display.</dd> - <dt>{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}</dt> + <dt>{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}</dt> <dd>Gets the arguments passed to the window (if it's a dialog box) at the time {{domxref("window.showModalDialog()")}} was called. This is an {{Interface("nsIArray")}}.</dd> <dt>{{domxref("Window.directories")}} {{obsolete_inline}}</dt> <dd>Synonym of {{domxref("window.personalbar")}}</dd> @@ -114,7 +114,7 @@ translation_of: Web/API/Window <dd>Returns the personalbar object, whose visibility can be toggled in the window.</dd> <dt>{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}</dt> <dd>Formerly provided access to install and remove PKCS11 modules.</dd> - <dt>{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.returnValue")}}</dt> <dd>The return value to be returned to the function that called {{domxref("window.showModalDialog()")}} to display the window as a modal dialog.</dd> <dt>{{domxref("Window.screen")}} {{readOnlyInline}}</dt> <dd>Returns a reference to the screen object associated with the window.</dd> @@ -135,7 +135,7 @@ translation_of: Web/API/Window <dd>Returns the number of pixels that the document has already been scrolled vertically.</dd> <dt>{{domxref("Window.self")}} {{ReadOnlyInline}}</dt> <dd>Returns an object reference to the window object itself.</dd> - <dt>{{domxref("Window.sessionStorage")}} {{Fx_minversion_inline("2.0")}}</dt> + <dt>{{domxref("Window.sessionStorage")}}</dt> <dd>Returns a storage object for storing data within a single page session.</dd> <dt>{{domxref("Window.sidebar")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Returns a reference to the window object of the sidebar.</dd> @@ -234,7 +234,7 @@ translation_of: Web/API/Window <dd>Opens a new window.</dd> <dt>{{domxref("Window.openDialog()")}} {{Non-standard_inline}} {{obsolete_inline}}</dt> <dd>Opens a new dialog window.</dd> - <dt>{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.postMessage()")}}</dt> <dd>Provides a secure means for one window to send a string of data to another window, which need not be within the same domain as the first.</dd> <dt>{{domxref("Window.print()")}}</dt> <dd>Opens the Print Dialog to print the current document.</dd> diff --git a/files/ru/conflicting/web/api/xmlhttprequest/index.html b/files/ru/conflicting/web/api/xmlhttprequest/index.html index 58c663042d..d8515b4665 100644 --- a/files/ru/conflicting/web/api/xmlhttprequest/index.html +++ b/files/ru/conflicting/web/api/xmlhttprequest/index.html @@ -146,7 +146,7 @@ req.abort(); <h4 id="mozBackgroundRequest" name="mozBackgroundRequest">mozBackgroundRequest</h4> -<p>Это свойство может быть использовано чтобы уберечь от всплытия аутентификации и неправильных диалогов сертификации в ответ на запрос. Также запрос не будет отменён при закрытии его окна, которому он принадлежит. Это свойство работает только для кода chrome. {{ Fx_minversion_inline(3) }}</p> +<p>Это свойство может быть использовано чтобы уберечь от всплытия аутентификации и неправильных диалогов сертификации в ответ на запрос. Также запрос не будет отменён при закрытии его окна, которому он принадлежит. Это свойство работает только для кода chrome.</p> <pre>var req = new XMLHttpRequest(); req.mozBackgroundRequest = true; diff --git a/files/ru/tools/3d_view/index.html b/files/ru/tools/3d_view/index.html index 28f6dd0124..c90f696d11 100644 --- a/files/ru/tools/3d_view/index.html +++ b/files/ru/tools/3d_view/index.html @@ -66,17 +66,17 @@ translation_of: Tools/3D_View <tr> <td>Focus on selected node</td> <td><kbd>f</kbd></td> - <td>Makes sure the currently selected node is visible {{ fx_minversion_inline("13.0") }}</td> + <td>Makes sure the currently selected node is visible</td> </tr> <tr> <td>Reset view</td> <td><kbd>r</kbd></td> - <td>Resets zoom, rotation, and panning to the default {{ fx_minversion_inline("12.0") }}</td> + <td>Resets zoom, rotation, and panning to the default</td> </tr> <tr> <td>Hide current node</td> <td><kbd>x</kbd></td> - <td>Makes the currently selected node invisible; this can be helpful if you need to get at a node that's obscured {{ fx_minversion_inline("12.0") }}</td> + <td>Makes the currently selected node invisible; this can be helpful if you need to get at a node that's obscured</td> </tr> </tbody> </table> diff --git a/files/ru/web/api/document/index.html b/files/ru/web/api/document/index.html index 77f9977abf..73ec10c7b4 100644 --- a/files/ru/web/api/document/index.html +++ b/files/ru/web/api/document/index.html @@ -379,7 +379,7 @@ translation_of: Web/API/Document <dd>This method never did anything and always threw an exception, so it was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd> <dt>{{domxref("Document.getBoxObjectFor")}} {{obsolete_inline}}</dt> <dd>Use the {{domxref("Element.getBoundingClientRect()")}} method instead.</dd> - <dt>{{domxref("Document.loadOverlay")}} {{Fx_minversion_inline("1.5")}}</dt> + <dt>{{domxref("Document.loadOverlay")}}</dt> <dd>Loads a <a href="/en-US/docs/XUL_Overlays" title="XUL_Overlays">XUL overlay</a> dynamically. This only works in XUL documents.</dd> <dt>{{domxref("document.queryCommandText")}} {{obsolete_inline("14.0")}}</dt> <dd>This method never did anything but throw an exception, and was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd> diff --git a/files/ru/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html b/files/ru/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html index 20cfec2417..567f0a3d79 100644 --- a/files/ru/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html +++ b/files/ru/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html @@ -158,7 +158,7 @@ translation_of: Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB <p>When an object or array is stored, the properties and values in that object or array can also be anything that is a valid value.</p> - <p><a href="/en/DOM/Blob" title="en/DOM/Blob">Blobs</a> and files can be stored, cf. <a class="external" href="http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html">specification</a> {{ fx_minversion_inline("11") }}.</p> + <p><a href="/en/DOM/Blob" title="en/DOM/Blob">Blobs</a> and files can be stored, cf. <a class="external" href="http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html">specification</a>.</p> </dd> </dl> diff --git a/files/ru/web/api/node/index.html b/files/ru/web/api/node/index.html index ebbbfbc41e..712c65e0b6 100644 --- a/files/ru/web/api/node/index.html +++ b/files/ru/web/api/node/index.html @@ -21,7 +21,7 @@ translation_of: Web/API/Node <dl> <dt>{{domxref("Node.baseURI")}} {{readonlyInline}}</dt> <dd>Возвращает {{domxref("DOMString")}} показывающие основной URL. Понятие основного URL изменяется из одного языка в другой; В HTML, это соответствует протоколу , доменному имени и структуре каталогов, все до последнего<code> '/'</code>.</dd> - <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}} {{ Fx_minversion_inline("3") }}</dt> + <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}}</dt> <dd>(Не доступно для веб-контента.) Только для чтения. Объект {{ Interface("nsIURI") }}, представляющий базовый URI элемента.</dd> <dt>{{domxref("Node.childNodes")}} {{readonlyInline}}</dt> <dd>Возвращает живой {{domxref("NodeList")}}, содержащий всех потомков данного узла. Живой {{domxref("NodeList")}} означает то, что если потомки <code>узла</code> изменяются, объект {{domxref("NodeList")}} автоматически обновляется.</dd> @@ -38,7 +38,7 @@ translation_of: Web/API/Node <dd>Возвращает {{domxref("Node")}} представляющий следующий узел в древе или <code>null,</code> если не такого узла.</dd> <dt>{{domxref("Node.nodeName")}} {{readonlyInline}}</dt> <dd>Возвращает {{domxref("DOMString")}} содержащий имя <code>узла</code>. Структура имени будет отличаться от типа имени. Например, {{domxref("HTMLElement")}} будет содержать имя соответствующего тега:<code> 'audio'</code> для {{domxref("HTMLAudioElement")}}, узел {{domxref("Text")}} будет строкой <code>'#text'</code> или узел {{domxref("Document")}} будет строкой<code> '#document'</code>.</dd> - <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}{{ Fx_minversion_inline("3") }}</dt> + <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}</dt> <dd>{{ Interface("nsIPrincipal") }} представляет основной узел.</dd> <dt>{{domxref("Node.nodeType")}}{{readonlyInline}}</dt> <dd>Возвращает беззнаковое короткое число <code>(unsigned short</code>) представляющее тип узла. Возможные значения: diff --git a/files/ru/web/api/window/document/index.html b/files/ru/web/api/window/document/index.html index de38ec400f..6e5d067fc8 100644 --- a/files/ru/web/api/window/document/index.html +++ b/files/ru/web/api/window/document/index.html @@ -9,7 +9,7 @@ translation_of: Web/API/Window/document <p><span class="seoSummary"><code>window.document</code> возвращает ссылку на документ, содержащийся в окне.</span></p> -<div class="note"><strong>Note:</strong> {{Fx_minversion_inline(3)}} Firefox 3 вносит изменения в правила безопасности для windows' документов, чтобы только домен, на котором они расположены, имел доступ к документам. И хотя это может сломать некоторые существующие сайты, Firefox 3 и Internet Explorer 7 сделали этот шаг, что приводит к улучшению безопасности.</div> +<div class="note"><strong>Note:</strong> Firefox 3 вносит изменения в правила безопасности для windows' документов, чтобы только домен, на котором они расположены, имел доступ к документам. И хотя это может сломать некоторые существующие сайты, Firefox 3 и Internet Explorer 7 сделали этот шаг, что приводит к улучшению безопасности.</div> <h2 id="Синтаксис">Синтаксис</h2> diff --git a/files/ru/web/api/window/index.html b/files/ru/web/api/window/index.html index ad213b866e..78f79c3fd1 100644 --- a/files/ru/web/api/window/index.html +++ b/files/ru/web/api/window/index.html @@ -36,7 +36,7 @@ translation_of: Web/API/Window <dd>Получает/устанавливает текст статус-бара для данного окна.</dd> <dt>{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Возвращает соотношение между физическими пикселями и пикселями на дисплее текущего устройства.</dd> - <dt>{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}</dt> + <dt>{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}</dt> <dd>Получает аргументы, переданные в окно (если это диалоговое окно) в момент вызова {{domxref("window.showModalDialog()")}}. Это {{Interface("nsIArray")}}.</dd> <dt>{{domxref("Window.directories")}} {{obsolete_inline}}</dt> <dd>Синоним {{domxref("window.personalbar")}}</dd> @@ -104,7 +104,7 @@ translation_of: Web/API/Window <dd>Возвращает объект personalbar, который может быть добавлен и убран из окна.</dd> <dt>{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}</dt> <dd>Раньше предоставлял доступ к установке и удалению PKCS11 модуля.</dd> - <dt>{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.returnValue")}}</dt> <dd>Возвращаемое значение, которое будет передано в функцию, которая вызвала {{domxref("window.showModalDialog()")}} для отображения окна как модального диалога.</dd> <dt>{{domxref("Window.screen")}} {{readOnlyInline}}</dt> <dd>Возвращает ссылку на объект экрана, ассоциируемый с окном.</dd> @@ -124,7 +124,7 @@ translation_of: Web/API/Window <dd>Возвращает число пикселей, на которое документ уже был проскроллен по вертикали.</dd> <dt>{{domxref("Window.self")}} {{ReadOnlyInline}}</dt> <dd>Возвращает ссылку на самого себя.</dd> - <dt>{{domxref("Window.sessionStorage")}} {{Fx_minversion_inline("2.0")}}</dt> + <dt>{{domxref("Window.sessionStorage")}}</dt> <dd>Возвращает объект хранилища для данных в пределах сессии одной страницы.</dd> <dt>{{domxref("Window.sidebar")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Возвращает ссылку на объект окна sidebar.</dd> @@ -224,7 +224,7 @@ translation_of: Web/API/Window <dd>Открывает новое окно.</dd> <dt>{{domxref("Window.openDialog()")}}</dt> <dd>Opens a new dialog window.</dd> - <dt>{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.postMessage()")}}</dt> <dd>Предоставляет безопасный способ для одного окна передать строку с данными в другое окно, которое должно находиться в пределах того же домена, что и первое.</dd> <dt>{{domxref("Window.print()")}}</dt> <dd>Открывает Print Dialog для распечатки текущего документа.</dd> @@ -264,7 +264,7 @@ translation_of: Web/API/Window <dd>{{todo("NeedsContents")}}</dd> <dt>{{domxref("WindowTimers.setTimeout()")}}</dt> <dd>Устанавливает отложенное выполнение функции.</dd> - <dt>{{domxref("Window.showModalDialog()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.showModalDialog()")}}</dt> <dd>Отображает модальный диалог.</dd> <dt>{{domxref("Window.sizeToContent()")}}</dt> <dd>Подгоняет размер окна под его содержимое.</dd> diff --git a/files/sv-se/web/api/window/index.html b/files/sv-se/web/api/window/index.html index 70b807464b..c9c96d5672 100644 --- a/files/sv-se/web/api/window/index.html +++ b/files/sv-se/web/api/window/index.html @@ -48,7 +48,7 @@ translation_of: Web/API/Window <dd>Gets/sets the status bar text for the given window.</dd> <dt>{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}} {{ReadOnlyInline}}</dt> <dd>Returns the ratio between physical pixels and device independent pixels in the current display.</dd> - <dt>{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}</dt> + <dt>{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}</dt> <dd>Gets the arguments passed to the window (if it's a dialog box) at the time {{domxref("window.showModalDialog()")}} was called. This is an {{Interface("nsIArray")}}.</dd> <dt>{{domxref("Window.directories")}} {{obsolete_inline}}</dt> <dd>Synonym of {{domxref("window.personalbar")}}</dd> @@ -131,7 +131,7 @@ translation_of: Web/API/Window <dd>Returns the personalbar object, whose visibility can be toggled in the window.</dd> <dt>{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}</dt> <dd>Formerly provided access to install and remove PKCS11 modules.</dd> - <dt>{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.returnValue")}}</dt> <dd>The return value to be returned to the function that called {{domxref("window.showModalDialog()")}} to display the window as a modal dialog.</dd> <dt>{{domxref("Window.screen")}} {{readOnlyInline}}</dt> <dd>Returns a reference to the screen object associated with the window.</dd> @@ -251,7 +251,7 @@ translation_of: Web/API/Window <dd>Opens a new window.</dd> <dt>{{domxref("Window.openDialog()")}} {{Non-standard_inline}} {{obsolete_inline}}</dt> <dd>Opens a new dialog window.</dd> - <dt>{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.postMessage()")}}</dt> <dd>Provides a secure means for one window to send a string of data to another window, which need not be within the same domain as the first.</dd> <dt>{{domxref("Window.print()")}}</dt> <dd>Opens the Print Dialog to print the current document.</dd> diff --git a/files/tr/web/api/node/index.html b/files/tr/web/api/node/index.html index 043ea4eeb1..481eb416b0 100644 --- a/files/tr/web/api/node/index.html +++ b/files/tr/web/api/node/index.html @@ -28,7 +28,7 @@ translation_of: Web/API/Node <dl> <dt>{{DOMxRef("Node.baseURI")}}{{ReadOnlyInline}}</dt> <dd>Returns a {{DOMxRef("DOMString")}} representing the base URL of the document containing the <code>Node</code>.</dd> - <dt>{{DOMxRef("Node.baseURIObject")}} {{Non-standard_inline}} {{ReadOnlyInline}}{{Fx_MinVersion_Inline("3")}}</dt> + <dt>{{DOMxRef("Node.baseURIObject")}} {{Non-standard_inline}} {{ReadOnlyInline}}</dt> <dd>(Not available to web content.) The {{ Interface("nsIURI") }} object representing the base URI for the element.</dd> <dt>{{DOMxRef("Node.childNodes")}}{{ReadOnlyInline}}</dt> <dd>Returns a live {{DOMxRef("NodeList")}} containing all the children of this node. {{DOMxRef("NodeList")}} being live means that if the children of the <code>Node</code> change, the {{DOMxRef("NodeList")}} object is automatically updated.</dd> @@ -132,7 +132,7 @@ translation_of: Web/API/Node <p><strong>Note:</strong> In Firefox 3.5 and earlier, HTML elements are in no namespace. In later versions, HTML elements are in the <code><a class="linkification-ext external" href="https://www.w3.org/1999/xhtml/">http://www.w3.org/1999/xhtml/</a></code> namespace in both HTML and XML trees.</p> </div> </dd> - <dt>{{DOMxRef("Node.nodePrincipal")}} {{Non-standard_inline}}{{Obsolete_Inline("gecko46")}}{{Fx_MinVersion_Inline("3")}}</dt> + <dt>{{DOMxRef("Node.nodePrincipal")}} {{Non-standard_inline}}{{Obsolete_Inline("gecko46")}}</dt> <dd>A {{Interface("nsIPrincipal")}} representing the node principal.</dd> <dt>{{DOMxRef("Node.prefix")}} {{Obsolete_Inline}}{{ReadOnlyInline}}</dt> <dd>Is a {{DOMxRef("DOMString")}} representing the namespace prefix of the node, or <code>null</code> if no prefix is specified.</dd> diff --git a/files/tr/web/api/window/index.html b/files/tr/web/api/window/index.html index 31b59eb0ce..078b27a9ad 100644 --- a/files/tr/web/api/window/index.html +++ b/files/tr/web/api/window/index.html @@ -47,7 +47,7 @@ translation_of: Web/API/Window <dd>Gets/sets the status bar text for the given window.</dd> <dt>{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Returns the ratio between physical pixels and device independent pixels in the current display.</dd> - <dt>{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}</dt> + <dt>{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}</dt> <dd>Gets the arguments passed to the window (if it's a dialog box) at the time {{domxref("window.showModalDialog()")}} was called. This is an {{Interface("nsIArray")}}.</dd> <dt>{{domxref("Window.directories")}} {{obsolete_inline}}</dt> <dd>Synonym of {{domxref("window.personalbar")}}</dd> @@ -116,7 +116,7 @@ translation_of: Web/API/Window <dd>Returns the personalbar object, whose visibility can be toggled in the window.</dd> <dt>{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}</dt> <dd>Formerly provided access to install and remove PKCS11 modules.</dd> - <dt>{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.returnValue")}}</dt> <dd>The return value to be returned to the function that called {{domxref("window.showModalDialog()")}} to display the window as a modal dialog.</dd> <dt>{{domxref("Window.screen")}} {{readOnlyInline}}</dt> <dd>Returns a reference to the screen object associated with the window.</dd> @@ -137,7 +137,7 @@ translation_of: Web/API/Window <dd>Returns the number of pixels that the document has already been scrolled vertically.</dd> <dt>{{domxref("Window.self")}} {{ReadOnlyInline}}</dt> <dd>Returns an object reference to the window object itself.</dd> - <dt>{{domxref("Window.sessionStorage")}} {{Fx_minversion_inline("2.0")}}</dt> + <dt>{{domxref("Window.sessionStorage")}}</dt> <dd>Returns a storage object for storing data within a single page session.</dd> <dt>{{domxref("Window.sidebar")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Returns a reference to the window object of the sidebar.</dd> @@ -234,7 +234,7 @@ translation_of: Web/API/Window <dd>Opens a new window.</dd> <dt>{{domxref("Window.openDialog()")}}</dt> <dd>Opens a new dialog window.</dd> - <dt>{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.postMessage()")}}</dt> <dd>Provides a secure means for one window to send a string of data to another window, which need not be within the same domain as the first.</dd> <dt>{{domxref("Window.print()")}}</dt> <dd>Opens the Print Dialog to print the current document.</dd> diff --git a/files/uk/mdn/structures/macros/commonly-used_macros/index.html b/files/uk/mdn/structures/macros/commonly-used_macros/index.html index 0e37855670..1a9ebb10c0 100644 --- a/files/uk/mdn/structures/macros/commonly-used_macros/index.html +++ b/files/uk/mdn/structures/macros/commonly-used_macros/index.html @@ -211,22 +211,6 @@ original_slug: MDN/Structures/Шаблони/Загальновживані_ша <p>The {{TemplateLink("AvailableInWorkers")}} макрос вставляє відповідне поле для приміток, що вказує на те, що функція є доступною у <a href="/en-US/docs/Web/API/Web_Workers_API">Web worker</a> контекст.</p> -<h2 id="Інформація_про_версії_макросів">Інформація про версії макросів</h2> - -<p>Ці макроси використовуються для зазначення того, що вміст стосується тільки певних версій продукту.</p> - -<ul> - <li>{{TemplateLink("gecko_minversion_inline")}}: Наприклад: {{ gecko_minversion_inline("100.9") }}</li> - <li>{{TemplateLink("fx_minversion_inline")}}: Наприклад: {{ fx_minversion_inline("100.9") }}</li> -</ul> - -<p>Ці макроси не відображаються, якщо зазначена версія нижче поточної gecko версії.</p> - -<ul> - <li>{{TemplateLink("gecko_minversion_inline")}}(9.9): {{ gecko_minversion_inline("9.9") }}</li> - <li>{{TemplateLink("fx_minversion_inline")}}(9.9): {{ fx_minversion_inline("9.9") }}</li> -</ul> - <ol> </ol> diff --git a/files/uk/web/api/document/index.html b/files/uk/web/api/document/index.html index 44b1bddc0e..491eaa618e 100644 --- a/files/uk/web/api/document/index.html +++ b/files/uk/web/api/document/index.html @@ -448,7 +448,7 @@ translation_of: Web/API/Document <dd>This method never did anything and always threw an exception, so it was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd> <dt>{{domxref("document.getBoxObjectFor")}} {{obsolete_inline}}</dt> <dd>Use the {{domxref("Element.getBoundingClientRect()")}} method instead.</dd> - <dt>{{domxref("document.loadOverlay")}} {{Fx_minversion_inline("1.5")}}</dt> + <dt>{{domxref("document.loadOverlay")}}</dt> <dd>Loads a <a href="/en-US/docs/XUL_Overlays" title="XUL_Overlays">XUL overlay</a> dynamically. This only works in XUL documents.</dd> <dt>{{domxref("document.queryCommandText")}} {{obsolete_inline("14.0")}}</dt> <dd>This method never did anything but throw an exception, and was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd> diff --git a/files/uk/web/api/node/index.html b/files/uk/web/api/node/index.html index 9fc5be13f4..961f62fd56 100644 --- a/files/uk/web/api/node/index.html +++ b/files/uk/web/api/node/index.html @@ -27,7 +27,7 @@ translation_of: Web/API/Node <dl> <dt>{{domxref("Node.baseURI")}} {{readonlyInline}}</dt> <dd>Returns a {{domxref("DOMString")}} representing the base URL. The concept of base URL changes from one language to another; in HTML, it corresponds to the protocol, the domain name and the directory structure, that is all until the last <code>'/'</code>.</dd> - <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}} {{ Fx_minversion_inline("3") }}</dt> + <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}}</dt> <dd>(Not available to web content.) The read-only {{ Interface("nsIURI") }} object representing the base URI for the element.</dd> <dt>{{domxref("Node.childNodes")}} {{readonlyInline}}</dt> <dd>Returns a live {{domxref("NodeList")}} containing all the children of this node. {{domxref("NodeList")}} being live means that if the children of the <code>Node</code> change, the {{domxref("NodeList")}} object is automatically updated.</dd> @@ -51,7 +51,7 @@ translation_of: Web/API/Node <dd>Returns a {{domxref("Node")}} representing the next node in the tree, or <code>null</code> if there isn't such node.</dd> <dt>{{domxref("Node.nodeName")}} {{readonlyInline}}</dt> <dd>Returns a {{domxref("DOMString")}} containing the name of the <code>Node</code>. The structure of the name will differ with the name type. E.g. An {{domxref("HTMLElement")}} will contain the name of the corresponding tag, like <code>'audio'</code> for an {{domxref("HTMLAudioElement")}}, a {{domxref("Text")}} node will have the <code>'#text'</code> string, or a {{domxref("Document")}} node will have the <code>'#document'</code> string.</dd> - <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}{{ Fx_minversion_inline("3") }}</dt> + <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}</dt> <dd>A {{ Interface("nsIPrincipal") }} representing the node principal.</dd> <dt>{{domxref("Node.nodeType")}}{{readonlyInline}}</dt> <dd>Returns an <code>unsigned short</code> representing the type of the node. Possible values are: diff --git a/files/uk/web/api/window/index.html b/files/uk/web/api/window/index.html index a27230e343..1c07ee4aa4 100644 --- a/files/uk/web/api/window/index.html +++ b/files/uk/web/api/window/index.html @@ -45,7 +45,7 @@ translation_of: Web/API/Window <dd>Gets/sets the status bar text for the given window.</dd> <dt>{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Returns the ratio between physical pixels and device independent pixels in the current display.</dd> - <dt>{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}</dt> + <dt>{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}</dt> <dd>Gets the arguments passed to the window (if it's a dialog box) at the time {{domxref("window.showModalDialog()")}} was called. This is an {{Interface("nsIArray")}}.</dd> <dt>{{domxref("Window.directories")}} {{obsolete_inline}}</dt> <dd>Synonym of {{domxref("window.personalbar")}}</dd> @@ -114,7 +114,7 @@ translation_of: Web/API/Window <dd>Returns the personalbar object, whose visibility can be toggled in the window.</dd> <dt>{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}</dt> <dd>Formerly provided access to install and remove PKCS11 modules.</dd> - <dt>{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.returnValue")}}</dt> <dd>The return value to be returned to the function that called {{domxref("window.showModalDialog()")}} to display the window as a modal dialog.</dd> <dt>{{domxref("Window.screen")}} {{readOnlyInline}}</dt> <dd>Returns a reference to the screen object associated with the window.</dd> @@ -135,7 +135,7 @@ translation_of: Web/API/Window <dd>Returns the number of pixels that the document has already been scrolled vertically.</dd> <dt>{{domxref("Window.self")}} {{ReadOnlyInline}}</dt> <dd>Returns an object reference to the window object itself.</dd> - <dt>{{domxref("Window.sessionStorage")}} {{Fx_minversion_inline("2.0")}}</dt> + <dt>{{domxref("Window.sessionStorage")}}</dt> <dd>Returns a storage object for storing data within a single page session.</dd> <dt>{{domxref("Window.sidebar")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Returns a reference to the window object of the sidebar.</dd> @@ -232,7 +232,7 @@ translation_of: Web/API/Window <dd>Opens a new window.</dd> <dt>{{domxref("Window.openDialog()")}}</dt> <dd>Opens a new dialog window.</dd> - <dt>{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.postMessage()")}}</dt> <dd>Provides a secure means for one window to send a string of data to another window, which need not be within the same domain as the first.</dd> <dt>{{domxref("Window.print()")}}</dt> <dd>Opens the Print Dialog to print the current document.</dd> @@ -266,7 +266,7 @@ translation_of: Web/API/Window <dd>Executes a function after the browser has finished other heavy tasks</dd> <dt>{{domxref("Window.setResizable()")}}</dt> <dd>Toggles a user's ability to resize a window.</dd> - <dt>{{domxref("Window.showModalDialog()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.showModalDialog()")}}</dt> <dd>Displays a modal dialog.</dd> <dt>{{domxref("Window.sizeToContent()")}}</dt> <dd>Sizes the window according to its content.</dd> diff --git a/files/uk/web/css/mozilla_extensions/index.html b/files/uk/web/css/mozilla_extensions/index.html index c41a46f2d7..649ee1de1a 100644 --- a/files/uk/web/css/mozilla_extensions/index.html +++ b/files/uk/web/css/mozilla_extensions/index.html @@ -70,10 +70,10 @@ translation_of: Web/CSS/Mozilla_Extensions <li>{{CSSxRef(":-moz-system-metric(scrollbar-end-backward)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9")}}</li> <li>{{CSSxRef(":-moz-system-metric(scrollbar-end-forward)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9")}}</li> <li>{{CSSxRef(":-moz-system-metric(scrollbar-start-backward)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9")}}</li> - <li>{{CSSxRef(":-moz-system-metric(scrollbar-start-forward)")}} {{Obsolete_Inline}}{{Fx_minversion_inline(3)}}</li> + <li>{{CSSxRef(":-moz-system-metric(scrollbar-start-forward)")}} {{Obsolete_Inline}}</li> <li>{{CSSxRef(":-moz-system-metric(scrollbar-thumb-proportional)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9")}}</li> <li>{{CSSxRef(":-moz-system-metric(touch-enabled)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9.2")}}</li> - <li>{{CSSxRef(":-moz-system-metric(windows-default-theme)")}} {{Obsolete_Inline}}{{Fx_minversion_inline(3)}}</li> + <li>{{CSSxRef(":-moz-system-metric(windows-default-theme)")}} {{Obsolete_Inline}}</li> <li>{{CSSxRef("-moz-user-focus")}}</li> <li>{{CSSxRef("-moz-user-input")}}</li> <li>{{CSSxRef("-moz-user-modify")}}</li> @@ -221,12 +221,12 @@ translation_of: Web/CSS/Mozilla_Extensions <li><code>menupopup</code></li> <li><code>menuradio</code></li> <li><code>menuseparator</code></li> - <li><code>-moz-mac-unified-toolbar</code>{{Fx_MinVersion_Inline(3.5)}}</li> + <li><code>-moz-mac-unified-toolbar</code></li> <li><code>-moz-win-borderless-glass</code></li> - <li><code>-moz-win-browsertabbar-toolbox</code>{{Fx_minversion_inline(3)}}</li> - <li><code>-moz-win-communications-toolbox</code>{{Fx_minversion_inline(3)}}</li> + <li><code>-moz-win-browsertabbar-toolbox</code></li> + <li><code>-moz-win-communications-toolbox</code></li> <li><code>-moz-win-glass</code></li> - <li><code>-moz-win-media-toolbox</code>{{Fx_minversion_inline(3)}}</li> + <li><code>-moz-win-media-toolbox</code></li> <li><code>-moz-window-button-box</code></li> <li><code>-moz-window-button-box-maximized</code></li> <li><code>-moz-window-button-close</code></li> @@ -364,7 +364,7 @@ translation_of: Web/CSS/Mozilla_Extensions <li><code>-moz-mac-menutextselect</code></li> <li><code>-moz-menuhover</code></li> <li><code>-moz-menuhovertext</code></li> - <li><code>-moz-win-communicationstext</code>{{Fx_minversion_inline(3)}}</li> + <li><code>-moz-win-communicationstext</code></li> <li><code>-moz-win-mediatext</code>{{gecko_minversion_inline(1.9)}}</li> <li><code>-moz-nativehyperlinktext</code>{{Gecko_minversion_inline("1.9.1")}}</li> </ul> @@ -520,10 +520,10 @@ translation_of: Web/CSS/Mozilla_Extensions <div class="index"> <ul> - <li><code>-moz-min-content</code> {{Fx_minversion_inline(3)}}</li> - <li><code>-moz-fit-content</code> {{Fx_minversion_inline(3)}}</li> - <li><code>-moz-max-content</code> {{Fx_minversion_inline(3)}}</li> - <li><code>-moz-available</code> {{Fx_minversion_inline(3)}}</li> + <li><code>-moz-min-content</code></li> + <li><code>-moz-fit-content</code></li> + <li><code>-moz-max-content</code></li> + <li><code>-moz-available</code></li> </ul> </div> diff --git a/files/vi/orphaned/bản_kê_khai_cài_đặt/index.html b/files/vi/orphaned/bản_kê_khai_cài_đặt/index.html index 0986204103..b62d784e9b 100644 --- a/files/vi/orphaned/bản_kê_khai_cài_đặt/index.html +++ b/files/vi/orphaned/bản_kê_khai_cài_đặt/index.html @@ -25,7 +25,7 @@ original_slug: Bản_Kê_Khai_Cài_Đặt <p>Định danh (id) của phần mở rộng, nó là một:</p> <ul> <li><a href="/en-US/docs/Generating_GUIDs" title="Generating_GUIDs">GUID</a> (Firefox 1.0)</li> - <li>{{ Fx_minversion_inline(1.5) }} Một chuỗi định dạng giống như: <code class="plain">extensionname@organization.tld</code></li> + <li>Một chuỗi định dạng giống như: <code class="plain">extensionname@organization.tld</code></li> </ul> <p>The latter format is significantly easier to generate and manipulate. Firefox 1.5 has checking to ensure that your id falls into one format or the other and will refuse to install addons that have malformed ids.</p> <p><strong>Examples</strong></p> @@ -67,8 +67,8 @@ original_slug: Bản_Kê_Khai_Cài_Đặt </table> <p><strong>Examples</strong></p> <pre class="eval"><em:type>2</em:type></pre> -<p>{{ Fx_minversion_inline(1.5) }} This property was added for Firefox 1.5, and is only required for addon types other than Extensions and Themes.</p> -<p>{{ Fx_minversion_inline(3) }} Firefox 2 and previous supported a value of 16 to represent plug-ins. In Firefox 3 this has been removed.</p> +<p>This property was added for Firefox 1.5, and is only required for addon types other than Extensions and Themes.</p> +<p>Firefox 2 and previous supported a value of 16 to represent plug-ins. In Firefox 3 this has been removed.</p> <h3 id="targetApplication" name="targetApplication">targetApplication</h3> <p>An object specifying an application targeted by this addon. This means that the addon will work with the application identified by the id property (<code><em:id></code>) specified (for a comprehensive list of application IDs and valid min/maxVersions for them see <a class="link-https" href="https://addons.mozilla.org/en-US/firefox/pages/appversions">Valid application versions for add-on developers</a>), from the minimum version (<code><em:minVersion></code>) up to and including the maximum version (<code><em:maxVersion></code>). These version strings are formatted in the same fashion as the <a href="#version"><code>version</code> property</a> and will be compared to the application version; this allows the extension author to specify which versions of Firefox an extension has been tested with.</p> <div class="note"> @@ -83,7 +83,7 @@ original_slug: Bản_Kê_Khai_Cài_Đặt </Description> </em:targetApplication> </pre> -<p>{{ Fx_minversion_inline(3) }} Gecko 1.9 based applications allow you to use the special <code>targetApplication </code>id <code class="plain">toolkit@mozilla.org</code> to say that the add-on is compatible with any toolkit app with a toolkit version matching the <code>minVersion</code> and <code>maxVersion</code>.</p> +<p>Gecko 1.9 based applications allow you to use the special <code>targetApplication </code>id <code class="plain">toolkit@mozilla.org</code> to say that the add-on is compatible with any toolkit app with a toolkit version matching the <code>minVersion</code> and <code>maxVersion</code>.</p> <h3 id="name" name="name">name</h3> <p>The name of the add-on; intended for display in the UI.</p> <p><strong>Examples </strong></p> @@ -91,7 +91,7 @@ original_slug: Bản_Kê_Khai_Cài_Đặt <h2 id="Optional_Property_Reference" name="Optional_Property_Reference">Optional Property Reference</h2> <p>You may need to supply these properties, depending on the capabilities of your add-on.</p> <h3 id="localized" name="localized">localized</h3> -<p>{{ Fx_minversion_inline(3) }} Allows you to localize the add-on's name, description, contributors and other metadata. The localized description must specify at least one <code>em:locale</code> which indicates which locales to use this information for.</p> +<p>Allows you to localize the add-on's name, description, contributors and other metadata. The localized description must specify at least one <code>em:locale</code> which indicates which locales to use this information for.</p> <p><strong>Examples</strong></p> <p>This declares a set of add-on metadata to be displayed when the application is running in the de-DE locale.</p> <pre><em:localized> @@ -127,13 +127,13 @@ original_slug: Bản_Kê_Khai_Cài_Đặt <pre class="eval"><em:creator>CoolExtension Team</em:creator> </pre> <h3 id="developer" name="developer">developer</h3> -<p>{{ Fx_minversion_inline(2) }} The name(s) of co-developers. You may specify more than one of this value to specify multiple developers.</p> +<p>The name(s) of co-developers. You may specify more than one of this value to specify multiple developers.</p> <p><strong>Examples</strong></p> <pre class="eval"><em:developer>Jane Doe</em:developer> <em:developer>Koos van der Merwe</em:developer> </pre> <h3 id="translator" name="translator">translator</h3> -<p>{{ Fx_minversion_inline(2) }} The name(s) of translators. You may specify more than one of this value to specify multiple translators.</p> +<p>The name(s) of translators. You may specify more than one of this value to specify multiple translators.</p> <p><strong>Examples</strong></p> <pre class="eval"><em:translator>Janez Novak</em:translator> <em:translator>Kari Nordmann</em:translator> @@ -156,7 +156,7 @@ original_slug: Bản_Kê_Khai_Cài_Đặt <p>A link to a custom Update Manifest file that specifies available updates to the addon. The format is described below. If enabled, the addon manager periodically checks with this Manifest file to determine if newer versions are available.</p> <div class="note"> <strong>Note:</strong> It is strongly recommended that the <code>updateURL</code> be an HTTPS (secure) link. Non-secure update URLs can be hijacked by a malicious <code>update.rdf</code> file, enabling malware to infiltrate the user's computer. <strong>Alternatively, you could host your extension on </strong><a class="external" href="http://addons.mozilla.org"><strong>AMO</strong></a><strong> and leave out the <code>updateURL</code> completely.</strong> This provides secure updates automatically.</div> -<p>{{ Fx_minversion_inline(3) }} For security reasons, Gecko 1.9 applications <strong>require</strong> that if you specify an <code>updateURL</code>, it must be an https URL, or you must include an <code><a href="#updateKey">updateKey</a></code>.</p> +<p>For security reasons, Gecko 1.9 applications <strong>require</strong> that if you specify an <code>updateURL</code>, it must be an https URL, or you must include an <code><a href="#updateKey">updateKey</a></code>.</p> <p>Your server must send this file as <code>text/rdf</code>, <code>text/xml</code> or <code>application/xml+rdf</code> or the update checker may not work.</p> <p>The addon manager will substitute the following values into this URL in case you wish to generate the response RDF dynamically, such as using PHP or CGI:</p> <table> @@ -179,7 +179,7 @@ original_slug: Bản_Kê_Khai_Cài_Đặt </tr> <tr> <td><code>%ITEM_STATUS%</code></td> - <td>{{ Fx_minversion_inline(2) }} Comma separated list of the add-ons operating status in the application. Contains at the least either <code>userEnabled</code> or <code>userDisabled</code> plus any number of <code>incompatible</code>, <code>blockslisted</code> or <code>needsDependencies</code>.</td> + <td>Comma separated list of the add-ons operating status in the application. Contains at the least either <code>userEnabled</code> or <code>userDisabled</code> plus any number of <code>incompatible</code>, <code>blockslisted</code> or <code>needsDependencies</code>.</td> </tr> <tr> <td><code>%APP_ID%</code></td> @@ -191,19 +191,19 @@ original_slug: Bản_Kê_Khai_Cài_Đặt </tr> <tr> <td><code>%CURRENT_APP_VERSION%</code></td> - <td>{{ Fx_minversion_inline(3.5) }} The <code>version</code> of the current application</td> + <td>The <code>version</code> of the current application</td> </tr> <tr> <td><code>%APP_OS%</code></td> - <td>{{ Fx_minversion_inline(1.5) }} The value of <code><a href="/en-US/docs/OS_TARGET" title="OS_TARGET">OS_TARGET</a></code> from the Firefox build system, identifying the operating system being used.</td> + <td>The value of <code><a href="/en-US/docs/OS_TARGET" title="OS_TARGET">OS_TARGET</a></code> from the Firefox build system, identifying the operating system being used.</td> </tr> <tr> <td><code>%APP_ABI%</code></td> - <td>{{ Fx_minversion_inline(1.5) }} The value of the <code><a href="/en-US/docs/XPCOM_ABI" title="XPCOM_ABI">TARGET_XPCOM_ABI</a></code> value from the Firefox build system, identifying the compiler/architecture combination used to compile the current application.</td> + <td>The value of the <code><a href="/en-US/docs/XPCOM_ABI" title="XPCOM_ABI">TARGET_XPCOM_ABI</a></code> value from the Firefox build system, identifying the compiler/architecture combination used to compile the current application.</td> </tr> <tr> <td><code>%APP_LOCALE%</code></td> - <td>{{ Fx_minversion_inline(3) }} The current application's locale.</td> + <td>The current application's locale.</td> </tr> </tbody> </table> @@ -238,7 +238,7 @@ original_slug: Bản_Kê_Khai_Cài_Đặt <strong>Note:</strong> For the above example to work you will also have to add a <code>skin package</code> line to your <code>chrome.manifest</code> file. See <a href="/en-US/docs/Chrome_Registration#skin" title="Chrome_Registration#skin">Chrome Registration#skin</a>. Alternatively you can place your icon in the directory specified in your <code>content package</code> line.</div> <p>{{ gecko_minversion_note("1.9.2", "Starting in Gecko 1.9.2 (Firefox 3.6), you can also simply include your icon, named <code>icon.png</code>, in the base directory of the add-on. This allows your add-on's icon to be displayed even when the add-on is disabled, or if the manifest is missing an <code>iconURL</code> entry.") }}</p> <h3 id="targetPlatform" name="targetPlatform">targetPlatform</h3> -<p>{{ Fx_minversion_inline(1.5) }} A string specifying a platform that the addon supports. It contains either the value of <a href="/en-US/docs/OS_TARGET" title="OS_TARGET">OS_TARGET</a> alone or combined with <a href="/en-US/docs/XPCOM_ABI" title="XPCOM_ABI">TARGET_XPCOM_ABI</a>, separated by an underscore (_).</p> +<p>A string specifying a platform that the addon supports. It contains either the value of <a href="/en-US/docs/OS_TARGET" title="OS_TARGET">OS_TARGET</a> alone or combined with <a href="/en-US/docs/XPCOM_ABI" title="XPCOM_ABI">TARGET_XPCOM_ABI</a>, separated by an underscore (_).</p> <p>You can specify multiple targetPlatform properties per manifest. If any value matches the application's build parameters, it will be installed; if not, the user will get an appropriate error message.</p> <p><strong>Examples</strong></p> <pre><em:targetPlatform>WINNT_x86-msvc</em:targetPlatform> @@ -257,7 +257,7 @@ original_slug: Bản_Kê_Khai_Cài_Đặt </ul> <p>This property was added for Firefox/Thunderbird 1.5. Previous versions of these applications will ignore the restrictions and install the addon regardless of the platform.</p> <h3 id="requires" name="requires">requires</h3> -<p>{{ Fx_minversion_inline(2) }} This tag has a similar syntax to the <code><em:targetApplication></code> tag. If the add-on specified by the <code><em:id></code> tag is not installed or has an incompatible version, the extension manager will disable your extension and show the message "Requires additional items". You can add as many <code><em:requires></code> tags as you like. Your extension will be disabled if any of the specified requirements fail.</p> +<p>This tag has a similar syntax to the <code><em:targetApplication></code> tag. If the add-on specified by the <code><em:id></code> tag is not installed or has an incompatible version, the extension manager will disable your extension and show the message "Requires additional items". You can add as many <code><em:requires></code> tags as you like. Your extension will be disabled if any of the specified requirements fail.</p> <p><strong>Example</strong></p> <pre><em:requires> <Description> diff --git a/files/vi/web/api/node/index.html b/files/vi/web/api/node/index.html index 0d23b9445d..cf1f7cbe1f 100644 --- a/files/vi/web/api/node/index.html +++ b/files/vi/web/api/node/index.html @@ -26,7 +26,7 @@ translation_of: Web/API/Node <dl> <dt>{{domxref("Node.baseURI")}} {{readonlyInline}}</dt> <dd>Returns a {{domxref("DOMString")}} representing the base URL. The concept of base URL changes from one language to another; in HTML, it corresponds to the protocol, the domain name and the directory structure, that is all until the last <code>'/'</code>.</dd> - <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}} {{ Fx_minversion_inline("3") }}</dt> + <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}}</dt> <dd>(Not available to web content.) The read-only {{ Interface("nsIURI") }} object representing the base URI for the element.</dd> <dt>{{domxref("Node.childNodes")}} {{readonlyInline}}</dt> <dd>Returns a live {{domxref("NodeList")}} containing all the children of this node. {{domxref("NodeList")}} being live means that if the children of the <code>Node</code> change, the {{domxref("NodeList")}} object is automatically updated.</dd> @@ -44,7 +44,7 @@ translation_of: Web/API/Node <dd>Returns a {{domxref("Node")}} representing the next node in the tree, or <code>null</code> if there isn't such node.</dd> <dt>{{domxref("Node.nodeName")}} {{readonlyInline}}</dt> <dd>Returns a {{domxref("DOMString")}} containing the name of the <code>Node</code>. The structure of the name will differ with the name type. E.g. An {{domxref("HTMLElement")}} will contain the name of the corresponding tag, like <code>'audio'</code> for an {{domxref("HTMLAudioElement")}}, a {{domxref("Text")}} node will have the <code>'#text'</code> string, or a {{domxref("Document")}} node will have the <code>'#document'</code> string.</dd> - <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}{{ Fx_minversion_inline("3") }}</dt> + <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}</dt> <dd>A {{ Interface("nsIPrincipal") }} representing the node principal.</dd> <dt>{{domxref("Node.nodeType")}}{{readonlyInline}}</dt> <dd>Returns an <code>unsigned short</code> representing the type of the node. Possible values are: diff --git a/files/vi/web/api/window/index.html b/files/vi/web/api/window/index.html index 1419252c54..cc02cd80a2 100644 --- a/files/vi/web/api/window/index.html +++ b/files/vi/web/api/window/index.html @@ -79,7 +79,7 @@ translation_of: Web/API/Window <dd>Gets/sets the status bar text for the given window.</dd> <dt>{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}} {{ReadOnlyInline}}</dt> <dd>Returns the ratio between physical pixels and device independent pixels in the current display.</dd> - <dt>{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}</dt> + <dt>{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}</dt> <dd>Gets the arguments passed to the window (if it's a dialog box) at the time {{domxref("window.showModalDialog()")}} was called. This is an {{Interface("nsIArray")}}.</dd> <dt>{{domxref("Window.directories")}} {{obsolete_inline}}</dt> <dd>Synonym of {{domxref("window.personalbar")}}</dd> @@ -162,7 +162,7 @@ translation_of: Web/API/Window <dd>Returns the personalbar object, whose visibility can be toggled in the window.</dd> <dt>{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}</dt> <dd>Formerly provided access to install and remove PKCS11 modules.</dd> - <dt>{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.returnValue")}}</dt> <dd>The return value to be returned to the function that called {{domxref("window.showModalDialog()")}} to display the window as a modal dialog.</dd> <dt>{{domxref("Window.screen")}} {{readOnlyInline}}</dt> <dd>Returns a reference to the screen object associated with the window.</dd> @@ -280,7 +280,7 @@ translation_of: Web/API/Window <dd>Opens a new window.</dd> <dt>{{domxref("Window.openDialog()")}} {{Non-standard_inline}} {{obsolete_inline}}</dt> <dd>Opens a new dialog window.</dd> - <dt>{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.postMessage()")}}</dt> <dd>Provides a secure means for one window to send a string of data to another window, which need not be within the same domain as the first.</dd> <dt>{{domxref("Window.print()")}}</dt> <dd>Opens the Print Dialog to print the current document.</dd> diff --git a/files/zh-cn/conflicting/tools/keyboard_shortcuts/index.html b/files/zh-cn/conflicting/tools/keyboard_shortcuts/index.html index c7a388f299..35b8010d0e 100644 --- a/files/zh-cn/conflicting/tools/keyboard_shortcuts/index.html +++ b/files/zh-cn/conflicting/tools/keyboard_shortcuts/index.html @@ -74,15 +74,15 @@ original_slug: Tools/Using_the_Source_Editor </tr> <tr> <td>切换注释选择</td> - <td><kbd><kbd>Ctrl</kbd>-<kbd>/</kbd></kbd> {{fx_minversion_inline("14.0")}}</td> + <td><kbd><kbd>Ctrl</kbd>-<kbd>/</kbd></kbd></td> </tr> <tr> <td>Move to bracket opening</td> - <td><kbd><kbd>Ctrl</kbd>-<kbd>[</kbd></kbd> {{fx_minversion_inline("14.0")}}</td> + <td><kbd><kbd>Ctrl</kbd>-<kbd>[</kbd></kbd></td> </tr> <tr> <td>Move to bracket closing</td> - <td><kbd><kbd>Ctlr</kbd>-<kbd>]</kbd></kbd> {{fx_minversion_inline("14.0")}}</td> + <td><kbd><kbd>Ctlr</kbd>-<kbd>]</kbd></kbd></td> </tr> </tbody> </table> diff --git a/files/zh-cn/mdn/structures/macros/commonly-used_macros/index.html b/files/zh-cn/mdn/structures/macros/commonly-used_macros/index.html index 7b0e7d637e..15252fc83a 100644 --- a/files/zh-cn/mdn/structures/macros/commonly-used_macros/index.html +++ b/files/zh-cn/mdn/structures/macros/commonly-used_macros/index.html @@ -207,15 +207,6 @@ original_slug: MDN/Structures/Macros/Custom_macros <p> {{TemplateLink("AvailableInWorkers")}} 宏插入一个本地化的指示框,指示一个功能在<a href="/en-US/docs/Web/API/Web_Workers_API">Web worker</a> 上下文中可用。</p> -<h2 id="版本信息宏">版本信息宏</h2> - -<p>这些宏被用来指示这个语段只与一个产品的特定版本有关。</p> - -<ul> - <li>{{TemplateLink("gecko_minversion_inline")}}: 示例: {{ gecko_minversion_inline("9.9") }}</li> - <li>{{TemplateLink("fx_minversion_inline")}}:示例: {{ fx_minversion_inline("9.9") }}</li> -</ul> - <ol> </ol> diff --git a/files/zh-cn/tools/3d_view/index.html b/files/zh-cn/tools/3d_view/index.html index 0ed32a145c..554ef6dc86 100644 --- a/files/zh-cn/tools/3d_view/index.html +++ b/files/zh-cn/tools/3d_view/index.html @@ -60,17 +60,17 @@ original_slug: Tools/Page_Inspector/3D_view <td>无</td> </tr> <tr> - <td>将焦点转移到当前选择的节点,确保当前选择的节点是可见的{{ fx_minversion_inline("13.0") }}</td> + <td>将焦点转移到当前选择的节点,确保当前选择的节点是可见的</td> <td>f</td> <td>无</td> </tr> <tr> - <td>重置整个视图到默认状态(放大级别,旋转角度,移动位置等){{ fx_minversion_inline("12.0") }}</td> + <td>重置整个视图到默认状态(放大级别,旋转角度,移动位置等)</td> <td>r</td> <td>无</td> </tr> <tr> - <td>隐藏当前选择的节点,确保当前选择的节点是不可见的, 这样可以看到下层被遮挡的节点{{ fx_minversion_inline("12.0") }}</td> + <td>隐藏当前选择的节点,确保当前选择的节点是不可见的, 这样可以看到下层被遮挡的节点</td> <td>x</td> <td>无</td> </tr> diff --git a/files/zh-cn/web/api/document/createevent/index.html b/files/zh-cn/web/api/document/createevent/index.html index 4148af1f48..d371052ddc 100644 --- a/files/zh-cn/web/api/document/createevent/index.html +++ b/files/zh-cn/web/api/document/createevent/index.html @@ -142,7 +142,7 @@ elem.dispatchEvent(event); </tr> <tr> <td rowspan="4">-</td> - <td><code>"MessageEvent" {{Fx_minversion_inline(3)}} {{Gecko_minversion_inline(1.9)}}</code></td> + <td><code>"MessageEvent"{{Gecko_minversion_inline(1.9)}}</code></td> <td><a href="/en-US/docs/DOM/event.initMessageEvent" title="DOM/event.initMessageEvent">event.initMessageEvent</a></td> </tr> <tr> diff --git a/files/zh-cn/web/api/element/removeattributens/index.html b/files/zh-cn/web/api/element/removeattributens/index.html index f1c35b27fd..90be83248d 100644 --- a/files/zh-cn/web/api/element/removeattributens/index.html +++ b/files/zh-cn/web/api/element/removeattributens/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/Element/removeAttributeNS <p><code>removeAttributeNS</code> 移除元素的指定属性</p> -<p>{{ Fx_minversion_inline(3) }} 在Firefox 3及更高版本中,此方法会将DOM值重置为其默认值。</p> +<p>在Firefox 3及更高版本中,此方法会将DOM值重置为其默认值。</p> <h2 id="Syntax" name="Syntax">用法</h2> diff --git a/files/zh-cn/web/api/node/index.html b/files/zh-cn/web/api/node/index.html index d03310cb93..e5f3ab951f 100644 --- a/files/zh-cn/web/api/node/index.html +++ b/files/zh-cn/web/api/node/index.html @@ -32,7 +32,7 @@ translation_of: Web/API/Node </dl> <dl> - <dt>{{DOMxRef("Node.baseURIObject")}} {{Non-standard_inline}}{{Fx_MinVersion_Inline("3")}}</dt> + <dt>{{DOMxRef("Node.baseURIObject")}} {{Non-standard_inline}}</dt> <dd>(不适用于网页内容) 只读的 {{ Interface("nsIURI") }} 对象表示元素的base URI.</dd> <dt>{{DOMxRef("Node.childNodes")}}{{ReadOnlyInline}}</dt> <dd>返回一个包含了该节点所有子节点的实时的{{DOMxRef("NodeList")}}。{{DOMxRef("NodeList")}} 是动态变化的。如果该节点的子节点发生了变化,{{DOMxRef("NodeList")}}对象就会自动更新。 </dd> @@ -134,7 +134,7 @@ translation_of: Web/API/Node <p><strong>Note:</strong> 在Firefox 3.5以及更早的版本中, HTML 的元素都没有命名空间. 而在最新的版本中, 无论是 HTML 还是 XML 文档树 ,所有元素的命名空间统一为 <code><a class="linkification-ext external" href="https://www.w3.org/1999/xhtml/">http://www.w3.org/1999/xhtml/</a></code>。</p> </div> </dd> - <dt>{{DOMxRef("Node.nodePrincipal")}} {{Non-standard_inline}}{{Obsolete_Inline("gecko46")}}{{Fx_MinVersion_Inline("3")}}</dt> + <dt>{{DOMxRef("Node.nodePrincipal")}} {{Non-standard_inline}}{{Obsolete_Inline("gecko46")}}</dt> <dd>返回节点优先级 {{Interface("nsIPrincipal")}} 。</dd> <dt>{{DOMxRef("Node.prefix")}} {{Obsolete_Inline}}{{ReadOnlyInline}}</dt> <dd>返回一个节点命名空间的前缀 {{DOMxRef("DOMString")}} , 当前缀不存在时返回 <code>null</code> 。</dd> diff --git a/files/zh-cn/web/api/window/document/index.html b/files/zh-cn/web/api/window/document/index.html index 04258782b7..152381ffe6 100644 --- a/files/zh-cn/web/api/window/document/index.html +++ b/files/zh-cn/web/api/window/document/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/Window/document <p><span class="seoSummary"><strong><code>window.document</code></strong>返回当前窗口内的文档节点({{domxref("document")}})</span></p> -<div class="note"><strong>注:</strong> {{ Fx_minversion_inline(3) }}从Firefox 3和IE7开始,访问其他页面内的文档节点会受到同源策略的影响.</div> +<div class="note"><strong>注:</strong> 从Firefox 3和IE7开始,访问其他页面内的文档节点会受到同源策略的影响.</div> <h2 id="Syntax" name="Syntax">语法</h2> diff --git a/files/zh-cn/web/api/window/index.html b/files/zh-cn/web/api/window/index.html index 8024186e44..d1e449cdc8 100644 --- a/files/zh-cn/web/api/window/index.html +++ b/files/zh-cn/web/api/window/index.html @@ -77,7 +77,7 @@ translation_of: Web/API/Window <dd>获取或设置指定窗口的状态栏文本。</dd> <dt>{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}} {{ReadOnlyInline}}</dt> <dd>返回当前显示器的物理像素和设备独立像素的比例。</dd> - <dt>{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}</dt> + <dt>{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}</dt> <dd>获取在调用 {{domxref("window.showModalDialog()")}} 时传递给窗口的参数(如果它是一个对话框)。这是一个 {{Interface("nsIArray")}}。</dd> <dt>{{domxref("Window.directories")}} {{obsolete_inline}}</dt> <dd>{{domxref("window.personalbar")}} 的另一种形式。</dd> @@ -160,7 +160,7 @@ translation_of: Web/API/Window <dd>返回 personalbar 对象,它的可视性可以在窗口中切换。</dd> <dt>{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}</dt> <dd>Formerly provided access to install and remove PKCS11 modules.</dd> - <dt>{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.returnValue")}}</dt> <dd>The return value to be returned to the function that called {{domxref("window.showModalDialog()")}} to display the window as a modal dialog.</dd> <dt>{{domxref("Window.screen")}} {{readOnlyInline}}</dt> <dd>Returns a reference to the screen object associated with the window.</dd> @@ -278,7 +278,7 @@ translation_of: Web/API/Window <dd>打开一个新窗口。</dd> <dt>{{domxref("Window.openDialog()")}} {{Non-standard_inline}} {{obsolete_inline}}</dt> <dd>打开一个新的对话框窗口。</dd> - <dt>{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.postMessage()")}}</dt> <dd>为一个窗口向另一个窗口发送数据字符串提供了一种安全方法,该窗口不必与第一个窗口处于相同的域中。</dd> <dt>{{domxref("Window.print()")}}</dt> <dd>打开打印对话框以打印当前文档。</dd> diff --git a/files/zh-cn/web/css/@keyframes/index.html b/files/zh-cn/web/css/@keyframes/index.html index 22e983100c..f6e415d3ef 100644 --- a/files/zh-cn/web/css/@keyframes/index.html +++ b/files/zh-cn/web/css/@keyframes/index.html @@ -67,7 +67,7 @@ translation_of: Web/CSS/@keyframes <p>上面这个例子中,<code>50%</code> 关键帧中分别最后设置的属性 <code>top: 10px</code> 和 <code>left: 20px</code> 是有效的,但是其他的属性会被忽略。</p> -<p>{{ fx_minversion_inline("14") }} Firefox 14 开始支持层叠 keyframes。</p> +<p>Firefox 14 开始支持层叠 keyframes。</p> <h3 id="关键帧中的_!important">关键帧中的 <code>!important</code></h3> diff --git a/files/zh-tw/tools/3d_view/index.html b/files/zh-tw/tools/3d_view/index.html index 463946c4c7..2126bf4448 100644 --- a/files/zh-tw/tools/3d_view/index.html +++ b/files/zh-tw/tools/3d_view/index.html @@ -61,18 +61,18 @@ translation_of: Tools/3D_View <tr> <td>聚焦於選擇的節點</td> <td>f</td> - <td>請確定該節點可見 {{ fx_minversion_inline("13.0") }}</td> + <td>請確定該節點可見</td> </tr> <tr> <td>重設 3D View</td> <td>r</td> - <td>將縮放、旋轉、位置重設為預設值 {{ fx_minversion_inline("12.0") }}</td> + <td>將縮放、旋轉、位置重設為預設值</td> </tr> <tr> <td>隱藏節點</td> <td>x</td> <td> - <p>隱藏選擇的節點,這在您需要找到被遮蓋的節點時很實用 {{ fx_minversion_inline("12.0") }}</p> + <p>隱藏選擇的節點,這在您需要找到被遮蓋的節點時很實用</p> </td> </tr> </tbody> diff --git a/files/zh-tw/web/api/document/index.html b/files/zh-tw/web/api/document/index.html index ca1c9830b7..35285c2178 100644 --- a/files/zh-tw/web/api/document/index.html +++ b/files/zh-tw/web/api/document/index.html @@ -424,7 +424,7 @@ translation_of: Web/API/Document <dd>This method never did anything and always threw an exception, so it was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd> <dt>{{domxref("document.getBoxObjectFor")}} {{obsolete_inline}}</dt> <dd>Use the {{domxref("Element.getBoundingClientRect()")}} method instead.</dd> - <dt>{{domxref("document.loadOverlay")}} {{Fx_minversion_inline("1.5")}}</dt> + <dt>{{domxref("document.loadOverlay")}}</dt> <dd>Loads a <a href="/en-US/docs/XUL_Overlays" title="XUL_Overlays">XUL overlay</a> dynamically. This only works in XUL documents.</dd> <dt>{{domxref("document.queryCommandText")}} {{obsolete_inline("14.0")}}</dt> <dd>This method never did anything but throw an exception, and was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd> diff --git a/files/zh-tw/web/api/node/index.html b/files/zh-tw/web/api/node/index.html index fc04145fce..074f903e0a 100644 --- a/files/zh-tw/web/api/node/index.html +++ b/files/zh-tw/web/api/node/index.html @@ -29,7 +29,7 @@ translation_of: Web/API/Node <dl> <dt>{{domxref("Node.baseURI")}} {{readonlyInline}}</dt> <dd>Returns a {{domxref("DOMString")}} representing the base URL. The concept of base URL changes from one language to another; in HTML, it corresponds to the protocol, the domain name and the directory structure, that is all until the last <code>'/'</code>.</dd> - <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}} {{ Fx_minversion_inline("3") }}</dt> + <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}}</dt> <dd>(Not available to web content.) The read-only {{ Interface("nsIURI") }} object representing the base URI for the element.</dd> <dt>{{domxref("Node.childNodes")}} {{readonlyInline}}</dt> <dd>Returns a live {{domxref("NodeList")}} containing all the children of this node. {{domxref("NodeList")}} being live means that if the children of the <code>Node</code> change, the {{domxref("NodeList")}} object is automatically updated.</dd> @@ -41,7 +41,7 @@ translation_of: Web/API/Node <dd>Returns a {{domxref("Node")}} representing the next node in the tree, or <code>null</code> if there isn't such node.</dd> <dt>{{domxref("Node.nodeName")}} {{readonlyInline}}</dt> <dd>Returns a {{domxref("DOMString")}} containing the name of the <code>Node</code>. The structure of the name will differ with the node type. E.g. An {{domxref("HTMLElement")}} will contain the name of the corresponding tag, like <code>'audio'</code> for an {{domxref("HTMLAudioElement")}}, a {{domxref("Text")}} node will have the <code>'#text'</code> string, or a {{domxref("Document")}} node will have the <code>'#document'</code> string.</dd> - <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}{{ Fx_minversion_inline("3") }}</dt> + <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}</dt> <dd>A {{ Interface("nsIPrincipal") }} representing the node principal.</dd> <dt>{{domxref("Node.nodeType")}}{{readonlyInline}}</dt> <dd>Returns an <code>unsigned short</code> representing the type of the node. Possible values are: diff --git a/files/zh-tw/web/api/window/index.html b/files/zh-tw/web/api/window/index.html index 276dcc96e2..82dcff08e4 100644 --- a/files/zh-tw/web/api/window/index.html +++ b/files/zh-tw/web/api/window/index.html @@ -38,7 +38,7 @@ translation_of: Web/API/Window <dd>Gets/sets the status bar text for the given window.</dd> <dt>{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Returns the ratio between physical pixels and device independent pixels in the current display.</dd> - <dt>{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}</dt> + <dt>{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}</dt> <dd>Gets the arguments passed to the window (if it's a dialog box) at the time {{domxref("window.showModalDialog()")}} was called. This is an {{Interface("nsIArray")}}.</dd> <dt>{{domxref("Window.directories")}} {{obsolete_inline}}</dt> <dd>Synonym of {{domxref("window.personalbar")}}</dd> @@ -107,7 +107,7 @@ translation_of: Web/API/Window <dd>Returns the personalbar object, whose visibility can be toggled in the window.</dd> <dt>{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}</dt> <dd>Formerly provided access to install and remove PKCS11 modules.</dd> - <dt>{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.returnValue")}}</dt> <dd>The return value to be returned to the function that called {{domxref("window.showModalDialog()")}} to display the window as a modal dialog.</dd> <dt>{{domxref("Window.screen")}} {{readOnlyInline}}</dt> <dd>回傳一個與 window 關聯的 screen 物件。</dd> @@ -127,7 +127,7 @@ translation_of: Web/API/Window <dd>Returns the number of pixels that the document has already been scrolled vertically.</dd> <dt>{{domxref("Window.self")}} {{ReadOnlyInline}}</dt> <dd>Returns an object reference to the window object itself.</dd> - <dt>{{domxref("Window.sessionStorage")}} {{Fx_minversion_inline("2.0")}}</dt> + <dt>{{domxref("Window.sessionStorage")}}</dt> <dd>Returns a storage object for storing data within a single page session.</dd> <dt>{{domxref("Window.sidebar")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Returns a reference to the window object of the sidebar.</dd> @@ -223,7 +223,7 @@ translation_of: Web/API/Window <dd>Opens a new window.</dd> <dt>{{domxref("Window.openDialog()")}} {{Non-standard_inline}} {{obsolete_inline}}</dt> <dd>Opens a new dialog window.</dd> - <dt>{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.postMessage()")}}</dt> <dd>Provides a secure means for one window to send a string of data to another window, which need not be within the same domain as the first.</dd> <dt>{{domxref("Window.print()")}}</dt> <dd>Opens the Print Dialog to print the current document.</dd> diff --git a/files/zh-tw/web/guide/html/html5/index.html b/files/zh-tw/web/guide/html/html5/index.html index c1ea8252ef..7e6bef7442 100644 --- a/files/zh-tw/web/guide/html/html5/index.html +++ b/files/zh-tw/web/guide/html/html5/index.html @@ -56,28 +56,28 @@ translation_of: Web/Guide/HTML/HTML5 <h2 id="DOM_新功能">DOM 新功能</h2> <dl> - <dt><a href="/en/DOM/document.getElementsByClassName" title="en/DOM/document.getElementsByClassName">getElementsByClassName</a> {{ fx_minversion_inline(3.0) }}</dt> + <dt><a href="/en/DOM/document.getElementsByClassName" title="en/DOM/document.getElementsByClassName">getElementsByClassName</a></dt> <dd>支援 Document 與 Element 節點的 getElementsByClassName 方法。這個方法允許藉由指定的一個或多個 class 尋找頁面中的元素。</dd> - <dt><a href="/zh_tw/DragDrop/Drag_and_Drop" title="zh_tw/DragDrop/Drag_and_Drop">拖曳功能 (Drag and drop)</a> {{ fx_minversion_inline(3.5) }}</dt> + <dt><a href="/zh_tw/DragDrop/Drag_and_Drop" title="zh_tw/DragDrop/Drag_and_Drop">拖曳功能 (Drag and drop)</a></dt> <dd>HTML5 拖曳 API 支援在一個或多個網站之間拖曳物件。也提供了一個更簡化的 API 供擴充套件與 Mozilla-based 應用程式使用。</dd> - <dt><a href="/en/Focus_management_in_HTML" title="en/Focus_management_in_HTML">HTML Focus 管理</a> {{ fx_minversion_inline(3.0) }}</dt> + <dt><a href="/en/Focus_management_in_HTML" title="en/Focus_management_in_HTML">HTML Focus 管理</a></dt> <dd>支援新的 HTML5 屬性:<code>activeElement</code> 與 <code>hasFocus</code> 。</dd> - <dt><a href="/en/Web-based_protocol_handlers" title="en/Web-based_protocol_handlers">Web-based 協定處理器</a> {{ fx_minversion_inline(3.0) }}</dt> + <dt><a href="/en/Web-based_protocol_handlers" title="en/Web-based_protocol_handlers">Web-based 協定處理器</a></dt> <dd>你現在可以使用 <code>navigator.registerProtocolHandler() 方法</code>將 web 應用程式註冊成協定處理器 (protocol handlers)。</dd> </dl> <h2 id="HTML_解析器">HTML 解析器</h2> -<p>Gecko 的 <a href="/en/HTML/HTML5/HTML5_Parser" title="en/HTML/HTML5/HTML5 parser">HTML5相容解析器 </a>— 負責將一份 HTML 文件字元們轉化為 DOM — 已經於 2010 年五月預設為啟用。(備忘:該 HTML5 解析器版本搭載於 Gecko 1.9.2 / Firefox 3.6 當中,是個不穩定的版本,並且不建議用於正式使用環境。) {{ fx_minversion_inline(4.0) }}</p> +<p>Gecko 的 <a href="/en/HTML/HTML5/HTML5_Parser" title="en/HTML/HTML5/HTML5 parser">HTML5相容解析器 </a>— 負責將一份 HTML 文件字元們轉化為 DOM — 已經於 2010 年五月預設為啟用。(備忘:該 HTML5 解析器版本搭載於 Gecko 1.9.2 / Firefox 3.6 當中,是個不穩定的版本,並且不建議用於正式使用環境。)</p> <h2 id="其他">其他</h2> <ul> - <li>HTML 文件中的 <code>localName</code> 與 <code>namespaceURI</code> ,現在可以實作類似在 XML 文件中的行為:<code>localName</code> 傳回小寫字元,而 <code>namespaceURI</code> 對於 HTML 元素是 <code>"<a class="external" href="http://www.w3.org/1999/xhtml" rel="external nofollow" title="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>" </code>{{ fx_minversion_inline(3.6) }}</li> - <li>當頁面 URI 的片段標示 (在 "#" (hash) 字元之後的部份)有變更時,新的 <code>hashchange</code> 事件會被送至該頁面。 請參考 <a href="/en/DOM/window.onhashchange" title="en/DOM/window.onhashchange">window.onhashchange</a>。{{ fx_minversion_inline(3.6) }}</li> - <li>支援 <code><a href="/en/DOM/element.classList" title="en/DOM/element.classList">element.classList</a></code> ,可以更方便處理 class 屬性。 {{ fx_minversion_inline(3.6) }}</li> - <li>文件就緒事件 <a href="/en/DOM/document.onreadystatechange" title="en/DOM/document.onreadystatechange">document.onreadystatechange</a> {{ fx_minversion_inline(4) }} 以及 <a href="/en/DOM/document.readyState" title="en/DOM/document.readyState">document.readyState</a> {{ fx_minversion_inline(3.6) }} 也被支援了。</li> - <li>Colors in presentation attributes are interpreted according to HTML5. {{ fx_minversion_inline(4.0) }}</li> + <li>HTML 文件中的 <code>localName</code> 與 <code>namespaceURI</code> ,現在可以實作類似在 XML 文件中的行為:<code>localName</code> 傳回小寫字元,而 <code>namespaceURI</code> 對於 HTML 元素是 <code>"<a class="external" href="http://www.w3.org/1999/xhtml" rel="external nofollow" title="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>" </code></li> + <li>當頁面 URI 的片段標示 (在 "#" (hash) 字元之後的部份)有變更時,新的 <code>hashchange</code> 事件會被送至該頁面。 請參考 <a href="/en/DOM/window.onhashchange" title="en/DOM/window.onhashchange">window.onhashchange</a>。</li> + <li>支援 <code><a href="/en/DOM/element.classList" title="en/DOM/element.classList">element.classList</a></code> ,可以更方便處理 class 屬性。</li> + <li>文件就緒事件 <a href="/en/DOM/document.onreadystatechange" title="en/DOM/document.onreadystatechange">document.onreadystatechange</a> 以及 <a href="/en/DOM/document.readyState" title="en/DOM/document.readyState">document.readyState</a> 也被支援了。</li> + <li>Colors in presentation attributes are interpreted according to HTML5.</li> </ul> <h2 id="有些人自以為它是_HTML5_的一部分……XD">有些人自以為它是 HTML5 的一部分……XD</h2> |