aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/api/xmlhttprequest/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-27 11:32:55 -0400
committerGitHub <noreply@github.com>2021-07-27 11:32:55 -0400
commit9fb44756a5432219d159d6892341e0a9e0582bb2 (patch)
treefa6d49a8623c736a96f644d69c86d958b778664c /files/de/web/api/xmlhttprequest/index.html
parentf223964e7c5c62237914625780565de982015f04 (diff)
downloadtranslated-content-9fb44756a5432219d159d6892341e0a9e0582bb2.tar.gz
translated-content-9fb44756a5432219d159d6892341e0a9e0582bb2.tar.bz2
translated-content-9fb44756a5432219d159d6892341e0a9e0582bb2.zip
remove link 'title' attributes that's just the 'href' (de) (#1735)
Diffstat (limited to 'files/de/web/api/xmlhttprequest/index.html')
-rw-r--r--files/de/web/api/xmlhttprequest/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/de/web/api/xmlhttprequest/index.html b/files/de/web/api/xmlhttprequest/index.html
index 913acfb17a..b969c9a5e2 100644
--- a/files/de/web/api/xmlhttprequest/index.html
+++ b/files/de/web/api/xmlhttprequest/index.html
@@ -5,7 +5,7 @@ translation_of: Web/API/XMLHttpRequest
---
<p>{{APIRef("XMLHttpRequest")}}</p>
-<p><code>XMLHttpRequest</code> ist ein <a href="/JavaScript" title="JavaScript">JavaScript</a> Objekt, das von Microsoft entwickelt und von Mozilla, Apple, und Google übernommen wurde. Es wird derzeit <a href="http://www.w3.org/TR/XMLHttpRequest/" title="http://www.w3.org/TR/XMLHttpRequest/">im W3C standardisiert</a>. Es bietet einen einfachen Weg, Daten von einem URL zu erhalten. Trotz seines Namens kann man mit <code>XMLHttpRequest</code> jede Art von Daten laden, nicht nur XML, und es unterstützt auch andere Protokolle als <a href="/en-US/docs/HTTP" title="HTTP">HTTP</a> (inklusive <code>file</code> und <code>ftp</code>).</p>
+<p><code>XMLHttpRequest</code> ist ein <a href="/JavaScript" title="JavaScript">JavaScript</a> Objekt, das von Microsoft entwickelt und von Mozilla, Apple, und Google übernommen wurde. Es wird derzeit <a href="http://www.w3.org/TR/XMLHttpRequest/">im W3C standardisiert</a>. Es bietet einen einfachen Weg, Daten von einem URL zu erhalten. Trotz seines Namens kann man mit <code>XMLHttpRequest</code> jede Art von Daten laden, nicht nur XML, und es unterstützt auch andere Protokolle als <a href="/en-US/docs/HTTP" title="HTTP">HTTP</a> (inklusive <code>file</code> und <code>ftp</code>).</p>
<p>Eine Instanz von <code>XMLHttpRequest</code> erzeugt man ganz einfach so:</p>
@@ -699,7 +699,7 @@ if (!XMLHttpRequest.prototype.sendAsBinary) {
<li>XMLHttpRequest Referencen von W3C und Browserherstellern:
<ul>
<li><a href="http://www.w3.org/TR/XMLHttpRequest1/">W3C: XMLHttpRequest</a> (base features)</li>
- <li><a href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html" title="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html">W3C: XMLHttpRequest</a> (latest editor's draft with extensions to the base functionality, formerly XMLHttpRequest Level 2)</li>
+ <li><a href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html">W3C: XMLHttpRequest</a> (latest editor's draft with extensions to the base functionality, formerly XMLHttpRequest Level 2)</li>
<li><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/html/xmobjxmlhttprequest.asp">Microsoft documentation</a></li>
<li><a href="http://developer.apple.com/internet/webcontent/xmlhttpreq.html">Apple developers' reference</a></li>
</ul>