From e9dfe3a82d796b0b32bdaa5c04cfed7b69956acc Mon Sep 17 00:00:00 2001
From: MDN Web Docs GitHub Bot <108879845+mdn-bot@users.noreply.github.com>
Date: Mon, 1 Jan 2024 12:57:18 +0100
Subject: [PATCH] [zh-cn] sync translated content (#17669)
* zh-cn: sync translated content
* remove `Window.defaultStatus`and `Window.returnValue`
ref: mdn/content#31434, mdn/content#31436
---------
Co-authored-by: Allo
---
files/zh-cn/_wikihistory.json | 4 --
.../web/api/window/defaultstatus/index.md | 37 -------------------
files/zh-cn/web/api/window/index.md | 4 --
3 files changed, 45 deletions(-)
delete mode 100644 files/zh-cn/web/api/window/defaultstatus/index.md
diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json
index 49b44fb95adf36..6247ba1594a5d1 100644
--- a/files/zh-cn/_wikihistory.json
+++ b/files/zh-cn/_wikihistory.json
@@ -15213,10 +15213,6 @@
"modified": "2020-10-15T22:02:36.021Z",
"contributors": ["RainSlide", "shhider", "bluetomlee", "lltemplar", "Mmzer"]
},
- "Web/API/Window/defaultStatus": {
- "modified": "2019-03-23T22:02:52.798Z",
- "contributors": ["zhouinfo", "webber007"]
- },
"Web/API/Window/devicePixelRatio": {
"modified": "2020-10-15T21:44:13.198Z",
"contributors": [
diff --git a/files/zh-cn/web/api/window/defaultstatus/index.md b/files/zh-cn/web/api/window/defaultstatus/index.md
deleted file mode 100644
index 39eb6bdb379499..00000000000000
--- a/files/zh-cn/web/api/window/defaultstatus/index.md
+++ /dev/null
@@ -1,37 +0,0 @@
----
-title: Window.defaultStatus
-slug: Web/API/Window/defaultStatus
----
-
-{{ APIRef() }}{{deprecated_header}}
-
-获取或设置给定窗口的状态栏文本。
-
-## Syntax
-
-```plain
-var sMsg = window.defaultStatus;
-window.defaultStatus = sMsg;
-```
-
-### Parameters
-
-- `sMsg` 是一个保存了状态栏默认显示文本的字符串。
-
-## Example
-
-```plain
-
-
-
-
-
-```
-
-## Notes
-
-页面 HTML 加载完成后要设置状态栏内容可以使用 [window.status](/zh-CN/Gecko_DOM_Reference/window/status).
-
-## Specification
-
-HTML5
diff --git a/files/zh-cn/web/api/window/index.md b/files/zh-cn/web/api/window/index.md
index 9da265ea0de2f0..7c2115d50b4724 100644
--- a/files/zh-cn/web/api/window/index.md
+++ b/files/zh-cn/web/api/window/index.md
@@ -136,16 +136,12 @@ _本接口从 {{domxref("EventTarget")}} 接口继承属性。_
### 已废弃属性
-- {{domxref("Window.defaultStatus")}} {{Deprecated_Inline}}
- - : 获取/设置给定窗口的状态栏文本。
- {{domxref("Window.event")}} {{Deprecated_Inline}} {{ReadOnlyInline}}
- : 返回**当前事件**,即当前由 JavaScript 代码的上下文处理的事件,如果当前没有事件被处理,则返回 `undefined`。应尽可能使用直接传递给事件处理程序的 {{domxref("Event")}} 对象来代替。
- {{domxref("Window.external")}} {{Deprecated_Inline}} {{ReadOnlyInline}}
- : 返回一个带有向浏览器添加外部搜索提供者的功能的对象。
- {{domxref("Window.orientation")}} {{Deprecated_Inline}} {{ReadOnlyInline}}
- : 返回视口相对于设备自然方向的度数(以 90 度为增量)。
-- {{domxref("Window.returnValue")}} {{Deprecated_Inline}}
- - : 返回给调用 {{domxref("window.showModalDialog()")}} 的函数的返回值,以便将该窗口显示为模态对话框。
- {{domxref("Window.sidebar")}} {{Deprecated_Inline}} {{Non-standard_Inline}} {{ReadOnlyInline}}
- : 返回对侧边栏的 window 对象的一个引用。
- {{domxref("Window.status")}} {{Deprecated_Inline}}