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/navigatorplugins/javaenabled/index.html | 4 ++-- files/ja/web/api/navigatorplugins/mimetypes/index.html | 4 ++-- files/ja/web/api/window/captureevents/index.html | 4 ++-- files/ja/web/api/window/content/index.html | 2 +- files/ja/web/api/window/defaultstatus/index.html | 6 +++--- files/ja/web/api/window/directories/index.html | 4 ++-- files/ja/web/api/window/pkcs11/index.html | 4 ++-- files/ja/web/api/window/releaseevents/index.html | 4 ++-- files/ja/web/api/window/screenx/index.html | 4 ++-- files/ja/web/api/window/screeny/index.html | 4 ++-- files/ja/web/api/window/scrollbylines/index.html | 6 +++--- files/ja/web/api/window/scrollbypages/index.html | 6 +++--- files/ja/web/api/window/scrollmaxx/index.html | 6 +++--- files/ja/web/api/window/scrollmaxy/index.html | 4 ++-- 14 files changed, 31 insertions(+), 31 deletions(-) (limited to 'files/ja/web/api') diff --git a/files/ja/web/api/navigatorplugins/javaenabled/index.html b/files/ja/web/api/navigatorplugins/javaenabled/index.html index a8cd69a8be..873fbf2134 100644 --- a/files/ja/web/api/navigatorplugins/javaenabled/index.html +++ b/files/ja/web/api/navigatorplugins/javaenabled/index.html @@ -14,7 +14,7 @@ translation_of: Web/API/NavigatorPlugins/javaEnabled

概要

このメソッドは、現在のブラウザで Java が有効かどうかを示します。

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

-

構文

+

構文

result = window.navigator.javaEnabled()
 

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

@@ -24,7 +24,7 @@ translation_of: Web/API/NavigatorPlugins/javaEnabled }

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

-

注記

+

このメソッドの戻り値は、一般的に、ブラウザが Java サポートを提供しているかどうかに関わらず、Java をコントロールする設定が有効か無効かを示します。

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

仕様

diff --git a/files/ja/web/api/navigatorplugins/mimetypes/index.html b/files/ja/web/api/navigatorplugins/mimetypes/index.html index 28f623c4bc..80a9bd3d3b 100644 --- a/files/ja/web/api/navigatorplugins/mimetypes/index.html +++ b/files/ja/web/api/navigatorplugins/mimetypes/index.html @@ -13,7 +13,7 @@ translation_of: Web/API/NavigatorPlugins/mimeTypes

概要

MimeTypeArray オブジェクトを返します。このオブジェクトは、ブラウザが認識する MIME タイプを表す MimeType オブジェクトのリストを含んでいます。

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

-

構文

+

構文

mimeTypes = navigator.mimeTypes;
 

mimeTypes は、MimeTypeArray オブジェクトです。このオブジェクトは、length プロパティを持ち、また、item(index) 及び namedItem(name) メソッドを持っています。

@@ -22,7 +22,7 @@ translation_of: Web/API/NavigatorPlugins/mimeTypes
  alert(window.navigator.mimeTypes.item(0).description); // "Mozilla Default Plug-in" などをダイアログで表示します。
 

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

-

注記

+

例における mimeTypes プロパティの 0 番目の要素("Mozilla Default Plug-in" MimeType オブジェクト)の type プロパティの値は、"image/x-macpaint" のような 典型的な MIME 形式ではなく、* という値 です。

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

仕様

diff --git a/files/ja/web/api/window/captureevents/index.html b/files/ja/web/api/window/captureevents/index.html index 6a38e6eb62..ba664b2fbd 100644 --- a/files/ja/web/api/window/captureevents/index.html +++ b/files/ja/web/api/window/captureevents/index.html @@ -14,7 +14,7 @@ translation_of: Web/API/Window/captureEvents

概要

{{ Obsolete_header() }} window に指定したタイプの全てのイベントをキャプチャさせるようにします。

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

-

構文

+

構文

window.captureEvents(eventType)
 

eventType は、次の値の組み合わせを取ります。: Event.ABORT, Event.BLUR, Event.CLICK, Event.CHANGE, Event.DBLCLICK, Event.DRAGDDROP, Event.ERROR, Event.FOCUS, Event.KEYDOWN, Event.KEYPRESS, Event.KEYUP, Event.LOAD, Event.MOUSEDOWN, Event.MOUSEMOVE, Event.MOUSEOUT, Event.MOUSEOVER, Event.MOUSEUP, Event.MOVE, Event.RESET, Event.RESIZE, Event.SELECT, Event.SUBMIT, Event.UNLOAD.

@@ -38,7 +38,7 @@ translation_of: Web/API/Window/captureEvents </html>

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

-

注記

+

W3C DOM Events メソッドを支持するにあたり、このメソッドは Gecko 1.9 では廃止されました(addEventListener を参照してください)。このメソッドのサポートは Gecko 1.9 で 削除されました

diff --git a/files/ja/web/api/window/content/index.html b/files/ja/web/api/window/content/index.html index ab3098dd36..3cf2e482d5 100644 --- a/files/ja/web/api/window/content/index.html +++ b/files/ja/web/api/window/content/index.html @@ -14,7 +14,7 @@ translation_of: Web/API/Window/content

特権のないコンテンツ (Web ページ) では、content は通常 top と同じです。ただし、Web ページがサイドバーに読み込まれた場合を除きます。このときの content は、現在選択しているタブの Window を参照しています。

いくつかの例では、content の代わりに _content を使用しています。しかし、後者は長い間非推奨とされています。ですから、新しいコードでは content を使うべきです。

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

-

構文

+

構文

var windowObject = window.content;
 

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

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") }}

仕様

diff --git a/files/ja/web/api/window/directories/index.html b/files/ja/web/api/window/directories/index.html index b893d4443c..b4a5e1cc3e 100644 --- a/files/ja/web/api/window/directories/index.html +++ b/files/ja/web/api/window/directories/index.html @@ -12,11 +12,11 @@ translation_of: Web/API/Window/directories

{{ ApiRef() }} {{ 英語版章題("Summary") }}

概要

ウィンドウディレクトリのツールバーオブジェクトを返します。 {{ 英語版章題("Syntax") }}

-

構文

+

構文

dirBar = window.directories
 

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

-

引数

+

引数

dirBar diff --git a/files/ja/web/api/window/pkcs11/index.html b/files/ja/web/api/window/pkcs11/index.html index faa851a9d3..025288c852 100644 --- a/files/ja/web/api/window/pkcs11/index.html +++ b/files/ja/web/api/window/pkcs11/index.html @@ -14,7 +14,7 @@ translation_of: Web/API/Window/pkcs11

概要

pcks11 プロトコル に関連するドライバや他のソフトウェアをインストールするために用いられる pkcs11 オブジェクトを返します。

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

-

構文

+

構文

objRef = window.pkcs11
 

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

@@ -22,7 +22,7 @@ translation_of: Web/API/Window/pkcs11
 window.pkcs11.addModule(sMod, secPath, 0, 0);
 

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

-

注記

+

pcks11 オブジェクトの扱い方についてのさらなる情報は、nsIDOMPkcs11 を参照してください。

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

仕様

diff --git a/files/ja/web/api/window/releaseevents/index.html b/files/ja/web/api/window/releaseevents/index.html index 3aff175902..fbfbe071f7 100644 --- a/files/ja/web/api/window/releaseevents/index.html +++ b/files/ja/web/api/window/releaseevents/index.html @@ -14,7 +14,7 @@ translation_of: Web/API/Window/releaseEvents

概要

{{ Obsolete_header() }} 指定したタイプのイベントを補足することを解除します。

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

-

構文

+

構文

window.releaseEvents(eventType)
 

eventType は、次の値の組み合わせを取ります。: Event.ABORT, Event.BLUR, Event.CLICK, Event.CHANGE, Event.DBLCLICK, Event.DRAGDDROP, Event.ERROR, Event.FOCUS, Event.KEYDOWN, Event.KEYPRESS, Event.KEYUP, Event.LOAD, Event.MOUSEDOWN, Event.MOUSEMOVE, Event.MOUSEOUT, Event.MOUSEOVER, Event.MOUSEUP, Event.MOVE, Event.RESET, Event.RESIZE, Event.SELECT, Event.SUBMIT, Event.UNLOAD.

@@ -23,7 +23,7 @@ translation_of: Web/API/Window/releaseEvents
window.releaseEvents(Event.KEYPRESS)
 

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

-

注記

+

W3C DOM Events メソッドを支持するにあたり、このメソッドは Gecko 1.9 では廃止されました(addEventListener を参照してください)。このメソッドのサポートは Gecko 1.9 で 削除されました

diff --git a/files/ja/web/api/window/screenx/index.html b/files/ja/web/api/window/screenx/index.html index 01ad72c62b..45bfb13f65 100644 --- a/files/ja/web/api/window/screenx/index.html +++ b/files/ja/web/api/window/screenx/index.html @@ -13,7 +13,7 @@ translation_of: Web/API/Window/screenX

概要

画面の左端からユーザのブラウザの左端までの水平距離を返します。

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

-

構文

+

構文

lLoc = window.screenX
 

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

@@ -22,7 +22,7 @@ translation_of: Web/API/Window/screenX
  • lLoc は、画面の左端からのピクセル数です。
  • {{ 英語版章題("Notes") }}

    -

    注記

    +

    window.screenY も参照してください。

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

    仕様

    diff --git a/files/ja/web/api/window/screeny/index.html b/files/ja/web/api/window/screeny/index.html index 727b447443..3b10d2b446 100644 --- a/files/ja/web/api/window/screeny/index.html +++ b/files/ja/web/api/window/screeny/index.html @@ -13,7 +13,7 @@ translation_of: Web/API/Window/screenY

    概要

    画面の上端からユーザのブラウザの上端までの垂直距離を返します。

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

    -

    構文

    +

    構文

    lLoc = window.screenY
     

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

    @@ -22,7 +22,7 @@ translation_of: Web/API/Window/screenY
  • lLoc は、画面の上からのピクセル数です。
  • {{ 英語版章題("Notes") }}

    -

    注記

    +

    window.screenX も参照してください。

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

    仕様

    diff --git a/files/ja/web/api/window/scrollbylines/index.html b/files/ja/web/api/window/scrollbylines/index.html index c510a70844..e27191fa9c 100644 --- a/files/ja/web/api/window/scrollbylines/index.html +++ b/files/ja/web/api/window/scrollbylines/index.html @@ -12,11 +12,11 @@ translation_of: Web/API/Window/scrollByLines

    {{ ApiRef() }} {{ 英語版章題("Summary") }}

    概要

    指定した行分文書をスクロールします。 {{ 英語版章題("Syntax") }}

    -

    構文

    +

    構文

    window.scrollByLines(lines)
     

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

    -

    引数

    +

    引数

    @@ -32,7 +32,7 @@ translation_of: Web/API/Window/scrollByLines <button onclick="scrollByLines(-5);">up 5 lines</button>

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

    -

    注記

    +

    {{domxref("window.scrollBy")}}、{{domxref("window.scrollByPages")}} も参照してください。 {{ 英語版章題("Specification") }}

    仕様

    {{ DOM0() }}

    diff --git a/files/ja/web/api/window/scrollbypages/index.html b/files/ja/web/api/window/scrollbypages/index.html index 3e76e6bed6..38724622b3 100644 --- a/files/ja/web/api/window/scrollbypages/index.html +++ b/files/ja/web/api/window/scrollbypages/index.html @@ -13,11 +13,11 @@ translation_of: Web/API/Window/scrollByPages

    {{ ApiRef() }} {{ 英語版章題("Summary") }}

    概要

    指定したページ分文書をスクロールします。 {{ 英語版章題("Syntax") }}

    -

    構文

    +

    構文

    window.scrollByPages(pages)
     

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

    -

    引数

    +

    引数