diff options
Diffstat (limited to 'files/tr')
-rw-r--r-- | files/tr/web/api/node/index.html | 4 | ||||
-rw-r--r-- | files/tr/web/api/window/index.html | 8 |
2 files changed, 6 insertions, 6 deletions
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> |