From 6e9fe98036090a37cc6247b873845505e5b512fb Mon Sep 17 00:00:00 2001 From: Tanner Dolby Date: Tue, 22 Feb 2022 01:49:36 -0800 Subject: Removes empty
or

elements from pages (#3093) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Removes all empty paragraph elements * Removes all empty div elements * Preserve empty div in code snippet * Preserve empty elements inside code snippets * Remove fr files which were converted into markdown * Web/CSS/transform-function/scaleX()/index.html The file is already renamed to index.md。 * remove not needed file * Resolve remaining conflict Co-authored-by: julieng Co-authored-by: Masahiro FUJIMOTO --- files/zh-cn/web/api/xmlhttprequest/abort_event/index.html | 4 ++-- files/zh-cn/web/api/xmlhttprequest/statustext/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'files/zh-cn/web/api/xmlhttprequest') diff --git a/files/zh-cn/web/api/xmlhttprequest/abort_event/index.html b/files/zh-cn/web/api/xmlhttprequest/abort_event/index.html index 9bdad07e9d..d1a9868628 100644 --- a/files/zh-cn/web/api/xmlhttprequest/abort_event/index.html +++ b/files/zh-cn/web/api/xmlhttprequest/abort_event/index.html @@ -8,11 +8,11 @@ translation_of: Web/API/XMLHttpRequest/abort_event ---

{{APIRef}}
-
+
当一个请求终止时 abort 事件被触发,比如程序执行 {{domxref("XMLHttpRequest.abort()")}}。
-
+ diff --git a/files/zh-cn/web/api/xmlhttprequest/statustext/index.html b/files/zh-cn/web/api/xmlhttprequest/statustext/index.html index cd9bd26b5f..b2e722a4b9 100644 --- a/files/zh-cn/web/api/xmlhttprequest/statustext/index.html +++ b/files/zh-cn/web/api/xmlhttprequest/statustext/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/XMLHttpRequest/statusText
只读属性 XMLHttpRequest.statusText 返回了XMLHttpRequest 请求中由服务器返回的一个DOMString 类型的文本信息,这则信息中也包含了响应的数字状态码。不同于使用一个数字来指示的状态码XMLHTTPRequest.status,这个属性包含了返回状态对应的文本信息,例如"OK"或是"Not Found"。如果请求的状态readyState的值为"UNSENT"或者"OPENED",则这个属性的值将会是一个空字符串。
-
+
如果服务器未明确指定一个状态文本信息,则statusText的值将会被自动赋值为"OK"。
-- cgit v1.2.3-54-g00ecf