Skip to content

Commit

Permalink
[zh-cn] sync translated content (#17669)
Browse files Browse the repository at this point in the history
* zh-cn: sync translated content

* remove `Window.defaultStatus`and `Window.returnValue`

ref: mdn/content#31434, mdn/content#31436

---------

Co-authored-by: Allo <[email protected]>
  • Loading branch information
mdn-bot and yin1999 authored Jan 1, 2024
1 parent 6834043 commit e9dfe3a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 45 deletions.
4 changes: 0 additions & 4 deletions files/zh-cn/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
37 changes: 0 additions & 37 deletions files/zh-cn/web/api/window/defaultstatus/index.md

This file was deleted.

4 changes: 0 additions & 4 deletions files/zh-cn/web/api/window/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit e9dfe3a

Please sign in to comment.