diff options
| author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 11:33:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-27 11:33:10 -0400 |
| commit | a0187295debbfe75d4409f360ba7e0ff765ca2f3 (patch) | |
| tree | cef7a50cd705e6751347178ac4ef4ca7bb32dcd2 /files/pl/web/api/window/index.html | |
| parent | 9fb44756a5432219d159d6892341e0a9e0582bb2 (diff) | |
| download | translated-content-a0187295debbfe75d4409f360ba7e0ff765ca2f3.tar.gz translated-content-a0187295debbfe75d4409f360ba7e0ff765ca2f3.tar.bz2 translated-content-a0187295debbfe75d4409f360ba7e0ff765ca2f3.zip | |
remove link 'title' attributes that's just the 'href' (pl) (#1736)
Diffstat (limited to 'files/pl/web/api/window/index.html')
| -rw-r--r-- | files/pl/web/api/window/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pl/web/api/window/index.html b/files/pl/web/api/window/index.html index e4486e3175..df67ed989f 100644 --- a/files/pl/web/api/window/index.html +++ b/files/pl/web/api/window/index.html @@ -464,7 +464,7 @@ translation_of: Web/API/Window <dl> <dt>{{domxref("DOMParser")}}</dt> - <dd><code>DOMParser</code> can parse XML or HTML source stored in a string into a DOM <a href="https://developer.mozilla.org/en-US/docs/DOM/document" title="document">Document</a>. <code>DOMParser</code> is specified in <a href="https://w3c.github.io/DOM-Parsing/" title="http://html5.org/specs/dom-parsing.html">DOM Parsing and Serialization</a>.</dd> + <dd><code>DOMParser</code> can parse XML or HTML source stored in a string into a DOM <a href="https://developer.mozilla.org/en-US/docs/DOM/document" title="document">Document</a>. <code>DOMParser</code> is specified in <a href="https://w3c.github.io/DOM-Parsing/">DOM Parsing and Serialization</a>.</dd> <dt>{{domxref("Window.GeckoActiveXObject")}}</dt> <dd>{{todo("NeedsContents")}}</dd> <dt>{{domxref("Image")}}</dt> |
