From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/window/outerwidth/index.html | 53 +++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 files/ja/web/api/window/outerwidth/index.html (limited to 'files/ja/web/api/window/outerwidth') diff --git a/files/ja/web/api/window/outerwidth/index.html b/files/ja/web/api/window/outerwidth/index.html new file mode 100644 index 0000000000..553f717689 --- /dev/null +++ b/files/ja/web/api/window/outerwidth/index.html @@ -0,0 +1,53 @@ +--- +title: Window.outerWidth +slug: Web/API/Window/outerWidth +tags: + - API + - CSSOM View + - NeedsContent + - Property + - Reference + - outerWidth +translation_of: Web/API/Window/outerWidth +--- +
{{APIRef}}
+ +

Window.outerWidth は読み取り専用のプロパティで、ブラウザーウィンドウの外側の幅を返します。これはサイドバー (展開されている場合)、ウィンドウの操作部分、ウィンドウをリサイズする境界やハンドルを含む、ブラウザーウィンドウ全体の幅を表します。

+ +

メモ

+ +

ウィンドウの大きさを変更するには、 {{domxref("window.resizeBy()")}} および {{domxref("window.resizeTo()")}} を参照してください。

+ +

ウィンドウの内側の幅、つまりページが表示される幅を取得するには、 {{domxref("window.innerWidth")}} を参照してください。

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{ SpecName('CSSOM View', '#dom-window-outerwidth', 'Window.outerWidth') }}{{ Spec2('CSSOM View') }}初回定義
+ +

ブラウザーの対応

+ + + +

{{Compat("api.Window.outerWidth")}}

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf