diff options
Diffstat (limited to 'files/uk/web')
-rw-r--r-- | files/uk/web/api/document/index.html | 2 | ||||
-rw-r--r-- | files/uk/web/api/node/index.html | 4 | ||||
-rw-r--r-- | files/uk/web/api/window/index.html | 10 | ||||
-rw-r--r-- | files/uk/web/css/mozilla_extensions/index.html | 22 |
4 files changed, 19 insertions, 19 deletions
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> |