From 773b963e5762c87361e061900a2f5a8d0d1b646d Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Fri, 14 May 2021 00:00:19 +0900 Subject: Learn/Getting_started_with_the_web/CSS_basics を更新 (#674) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 2021/02/20 時点の英語版に同期 - 原語併記マクロを削除 --- files/ja/web/api/window/defaultstatus/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ja/web/api/window/defaultstatus/index.html') diff --git a/files/ja/web/api/window/defaultstatus/index.html b/files/ja/web/api/window/defaultstatus/index.html index b1bf126298..38caa36389 100644 --- a/files/ja/web/api/window/defaultstatus/index.html +++ b/files/ja/web/api/window/defaultstatus/index.html @@ -13,12 +13,12 @@ translation_of: Web/API/Window/defaultStatus

概要

与えられたウィンドウのステータスバーのテキストを取得/設定します。

{{ 英語版章題("Syntax") }}

-

構文

+

構文

sMsg = window.defaultStatus
 window.defaultStatus =sMsg
 

{{ 英語版章題("Parameters") }}

-

引数

+

引数

@@ -31,7 +31,7 @@ window.defaultStatus =sMsg </htm>

{{ 英語版章題("Notes") }}

-

注記

+

一度開いたウィンドウのステータスバーのテキストを設定するには、window.status を使用してください。

{{ 英語版章題("Specification") }}

仕様

-- cgit v1.2.3-54-g00ecf