From 9fb44756a5432219d159d6892341e0a9e0582bb2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 27 Jul 2021 11:32:55 -0400 Subject: remove link 'title' attributes that's just the 'href' (de) (#1735) --- files/de/web/api/document/getelementsbyclassname/index.html | 2 +- files/de/web/api/document/index.html | 2 +- files/de/web/api/document/writeln/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'files/de/web/api/document') diff --git a/files/de/web/api/document/getelementsbyclassname/index.html b/files/de/web/api/document/getelementsbyclassname/index.html index 182fef2f42..616f5da748 100644 --- a/files/de/web/api/document/getelementsbyclassname/index.html +++ b/files/de/web/api/document/getelementsbyclassname/index.html @@ -101,5 +101,5 @@ var testDivs = Array.prototype.filter.call(testElements, function(testElement){

Spezifikation

diff --git a/files/de/web/api/document/index.html b/files/de/web/api/document/index.html index a17dd14278..cf0b7ecbe2 100644 --- a/files/de/web/api/document/index.html +++ b/files/de/web/api/document/index.html @@ -395,7 +395,7 @@ translation_of: Web/API/Document
{{domxref("document.fileSize")}}* {{non-standard_inline}} {{obsolete_inline}}
-
Returns size in bytes of the document. Starting with Internet Explorer 11, that property is no longer supported. See MSDN.
+
Returns size in bytes of the document. Starting with Internet Explorer 11, that property is no longer supported. See MSDN.
Internet Explorer does not support all methods from the Node interface in the Document interface:
diff --git a/files/de/web/api/document/writeln/index.html b/files/de/web/api/document/writeln/index.html index 6581924105..96e3dce5c6 100644 --- a/files/de/web/api/document/writeln/index.html +++ b/files/de/web/api/document/writeln/index.html @@ -27,7 +27,7 @@ translation_of: Web/API/Document/writeln

document.writeln ist dasselbe wie {{domxref("document.write")}} aber fügt einen Zeilenumbruch hinzu.

-
Note: document.writeln (like document.write) does not work in XHTML documents (you'll get a "Operation is not supported" (NS_ERROR_DOM_NOT_SUPPORTED_ERR) error on the error console). This is the case if opening a local file with a .xhtml file extension or for any document served with an application/xhtml+xml MIME type. More information is available in the W3C XHTML FAQ.
+
Note: document.writeln (like document.write) does not work in XHTML documents (you'll get a "Operation is not supported" (NS_ERROR_DOM_NOT_SUPPORTED_ERR) error on the error console). This is the case if opening a local file with a .xhtml file extension or for any document served with an application/xhtml+xml MIME type. More information is available in the W3C XHTML FAQ.

Spezifikation

-- cgit v1.2.3-54-g00ecf