From b3400a41e5ff084784e4557bb07c0a351a34d477 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 2 Aug 2021 22:42:50 -0400 Subject: remove link 'title' attributes that's just the 'href' (ja, part 4) (#1851) --- files/ja/web/api/cssmediarule/index.html | 2 +- files/ja/web/api/devicemotionevent/index.html | 4 ++-- files/ja/web/api/document/clear/index.html | 2 +- files/ja/web/api/document/createnodeiterator/index.html | 2 +- files/ja/web/api/document/onbeforescriptexecute/index.html | 2 +- .../locating_dom_elements_using_selectors/index.html | 2 +- files/ja/web/api/element/index.html | 2 +- files/ja/web/api/element/setattribute/index.html | 2 +- files/ja/web/api/encoding_api/index.html | 2 +- .../file_and_directory_entries_api/introduction/index.html | 6 +++--- files/ja/web/api/file_handle_api/index.html | 4 ++-- files/ja/web/api/html_drag_and_drop_api/index.html | 4 ++-- files/ja/web/api/htmlembedelement/index.html | 2 +- files/ja/web/api/htmlformcontrolscollection/index.html | 2 +- files/ja/web/api/htmlformelement/acceptcharset/index.html | 2 +- files/ja/web/api/htmlformelement/action/index.html | 2 +- files/ja/web/api/htmlformelement/elements/index.html | 2 +- files/ja/web/api/htmlformelement/enctype/index.html | 2 +- files/ja/web/api/htmlformelement/name/index.html | 2 +- files/ja/web/api/htmlformelement/submit/index.html | 2 +- files/ja/web/api/htmlformelement/target/index.html | 2 +- files/ja/web/api/htmlheadelement/index.html | 2 +- files/ja/web/api/htmlhtmlelement/index.html | 2 +- files/ja/web/api/htmlscriptelement/index.html | 8 ++++---- files/ja/web/api/indexeddb_api/index.html | 2 +- files/ja/web/api/indexeddb_api/using_indexeddb/index.html | 6 +++--- files/ja/web/api/keyboardevent/keycode/index.html | 2 +- files/ja/web/api/navigation_timing_api/index.html | 2 +- files/ja/web/api/navigator/battery/index.html | 2 +- .../notifications_api/using_the_notifications_api/index.html | 2 +- files/ja/web/api/svgtextelement/index.html | 2 +- files/ja/web/api/textdecoder/index.html | 2 +- files/ja/web/api/textencoder/index.html | 2 +- .../functions_and_classes_available_to_workers/index.html | 2 +- .../web_workers_api/structured_clone_algorithm/index.html | 2 +- files/ja/web/api/webgl_api/index.html | 12 ++++++------ .../webgl_api/tutorial/getting_started_with_webgl/index.html | 2 +- files/ja/web/api/webgl_api/tutorial/index.html | 2 +- .../web/api/webgl_api/tutorial/lighting_in_webgl/index.html | 2 +- .../webgl_api/tutorial/using_textures_in_webgl/index.html | 2 +- files/ja/web/api/webgl_api/using_extensions/index.html | 6 +++--- .../api/websockets_api/writing_websocket_server/index.html | 4 ++-- files/ja/web/api/window/index.html | 2 +- files/ja/web/api/window/navigator/index.html | 2 +- files/ja/web/api/window/requestanimationframe/index.html | 2 +- files/ja/web/css/background-size/index.html | 2 +- .../list_of_default_accept_values/index.html | 8 ++++---- files/ja/web/mathml/authoring/index.html | 8 ++++---- files/ja/web/mathml/element/index.html | 2 +- files/ja/web/mathml/element/mo/index.html | 2 +- 50 files changed, 74 insertions(+), 74 deletions(-) (limited to 'files/ja/web') diff --git a/files/ja/web/api/cssmediarule/index.html b/files/ja/web/api/cssmediarule/index.html index f3f6e7b05d..843d377d75 100644 --- a/files/ja/web/api/cssmediarule/index.html +++ b/files/ja/web/api/cssmediarule/index.html @@ -14,7 +14,7 @@ translation_of: Web/API/CSSMediaRule

構文

-

構文は、WebIDL 形式で記述されます。

+

構文は、WebIDL 形式で記述されます。

interface CSSMediaRule : CSSConditionRule {
     readonly attribute MediaList media;
diff --git a/files/ja/web/api/devicemotionevent/index.html b/files/ja/web/api/devicemotionevent/index.html
index 100a28a4e9..c165e8e1c2 100644
--- a/files/ja/web/api/devicemotionevent/index.html
+++ b/files/ja/web/api/devicemotionevent/index.html
@@ -31,9 +31,9 @@ translation_of: Web/API/DeviceMotionEvent
 
 
{{domxref("DeviceMotionEvent.acceleration")}} {{readonlyinline}}
-
3 つの軸 X、Y、Z 上のデバイスの加速度を与えるオブジェクトです。加速度は m/s2 で表されます。
+
3 つの軸 X、Y、Z 上のデバイスの加速度を与えるオブジェクトです。加速度は m/s2 で表されます。
{{domxref("DeviceMotionEvent.accelerationIncludingGravity")}} {{readonlyinline}}
-
X、Y、Z 上のデバイスの加速度を重力度込みで与えるオブジェクトです。加速度は m/s2 で表されます。
+
X、Y、Z 上のデバイスの加速度を重力度込みで与えるオブジェクトです。加速度は m/s2 で表されます。
{{domxref("DeviceMotionEvent.rotationRate")}} {{readonlyinline}}
3つの方向軸アルファ、ベータ、ガンマ上のデバイスの向きの変化率を与えるオブジェクトです。回転速度は 1 秒あたりの度数で表されます。
{{domxref("DeviceMotionEvent.interval")}} {{readonlyinline}}
diff --git a/files/ja/web/api/document/clear/index.html b/files/ja/web/api/document/clear/index.html index 761090c2f8..4f64a97a5d 100644 --- a/files/ja/web/api/document/clear/index.html +++ b/files/ja/web/api/document/clear/index.html @@ -23,7 +23,7 @@ translation_of: Web/API/Document/clear

仕様書

ブラウザーの対応

diff --git a/files/ja/web/api/document/createnodeiterator/index.html b/files/ja/web/api/document/createnodeiterator/index.html index 839e0f52af..e69cde02b9 100644 --- a/files/ja/web/api/document/createnodeiterator/index.html +++ b/files/ja/web/api/document/createnodeiterator/index.html @@ -25,7 +25,7 @@ translation_of: Web/API/Document/createNodeIterator
root
{{ domxref("NodeIterator") }} の探索の開始地点になるルートノードです。
whatToShow {{ optional_inline() }}
-
オプションの unsigned long 値で、 NodeFilter の定数プロパティを組み合わせて作られたビットマスクを表します。これは特定の種類のノードを絞り込みするのに便利な方法です。. 既定値は 0xFFFFFFFF で、 SHOW_ALL 定数を表します。 +
オプションの unsigned long 値で、 NodeFilter の定数プロパティを組み合わせて作られたビットマスクを表します。これは特定の種類のノードを絞り込みするのに便利な方法です。. 既定値は 0xFFFFFFFF で、 SHOW_ALL 定数を表します。 diff --git a/files/ja/web/api/document/onbeforescriptexecute/index.html b/files/ja/web/api/document/onbeforescriptexecute/index.html index 13c1b5f606..44d4c5febe 100644 --- a/files/ja/web/api/document/onbeforescriptexecute/index.html +++ b/files/ja/web/api/document/onbeforescriptexecute/index.html @@ -36,7 +36,7 @@ document.addEventListener("beforescriptexecute", starting, true);

仕様書

関連情報

diff --git a/files/ja/web/api/document_object_model/locating_dom_elements_using_selectors/index.html b/files/ja/web/api/document_object_model/locating_dom_elements_using_selectors/index.html index e3f06590b7..65524033fb 100644 --- a/files/ja/web/api/document_object_model/locating_dom_elements_using_selectors/index.html +++ b/files/ja/web/api/document_object_model/locating_dom_elements_using_selectors/index.html @@ -41,7 +41,7 @@ translation_of: Web/API/Document_object_model/Locating_DOM_elements_using_select

関連情報

    -
  • Selectors API
  • +
  • Selectors API
  • {{domxref("Element.querySelector()")}}
  • {{domxref("Element.querySelectorAll()")}}
  • {{domxref("Document.querySelector()")}}
  • diff --git a/files/ja/web/api/element/index.html b/files/ja/web/api/element/index.html index be6e9230ab..6bece2f11f 100644 --- a/files/ja/web/api/element/index.html +++ b/files/ja/web/api/element/index.html @@ -58,7 +58,7 @@ translation_of: Web/API/Element
    {{DOMxRef("Element.namespaceURI")}} {{readonlyInline}}
    要素の名前空間の URI。名前空間がない場合は null になります。
    -

    注: Firefox 3.5 および以前のバージョンでは、HTML 要素の名前空間はありません。以降のバージョンでは、HTML 要素は HTML ツリーおよび XML ツリーで http://www.w3.org/1999/xhtml 名前空間内に存在します。

    +

    注: Firefox 3.5 および以前のバージョンでは、HTML 要素の名前空間はありません。以降のバージョンでは、HTML 要素は HTML ツリーおよび XML ツリーで http://www.w3.org/1999/xhtml 名前空間内に存在します。

    {{DOMxRef("Element.nextElementSibling")}} {{readOnlyInline}}
    diff --git a/files/ja/web/api/element/setattribute/index.html b/files/ja/web/api/element/setattribute/index.html index ff91ef1024..d7c8a973cc 100644 --- a/files/ja/web/api/element/setattribute/index.html +++ b/files/ja/web/api/element/setattribute/index.html @@ -47,5 +47,5 @@ d.setAttribute("align", "center");

    仕様

    diff --git a/files/ja/web/api/encoding_api/index.html b/files/ja/web/api/encoding_api/index.html index f8f05ed0ef..67de0216dc 100644 --- a/files/ja/web/api/encoding_api/index.html +++ b/files/ja/web/api/encoding_api/index.html @@ -23,7 +23,7 @@ translation_of: Web/API/Encoding_API

    チュートリアルとツール

      -
    • shimはこのインターフェースをサポートしていないブラウザでもこのインターフェスを使えるようにします。
    • +
    • shimはこのインターフェースをサポートしていないブラウザでもこのインターフェスを使えるようにします。
    • StringView はC言語の文字列配列型のような表現を提供します。
    diff --git a/files/ja/web/api/file_and_directory_entries_api/introduction/index.html b/files/ja/web/api/file_and_directory_entries_api/introduction/index.html index f99c71bbd0..134ac21270 100644 --- a/files/ja/web/api/file_and_directory_entries_api/introduction/index.html +++ b/files/ja/web/api/file_and_directory_entries_api/introduction/index.html @@ -52,7 +52,7 @@ translation_of: Web/API/File_and_Directory_Entries_API/Introduction
    • The File and Directory Entries API offers client-side storage for use cases that are not addressed by databases. If you want to have large mutable chunks of data, the File and Directory Entries API is a much more efficient storage solution than a database.
    • While Firefox supports blob storage for IndexedDB, Chrome currently does not (Chrome is still implementing support for blob storage in IndexedDB). If you are targeting Chrome for your app and you want to store blobs, the File and Directory Entries API and App Cache are your only choices. However, AppCache storage isn't locally mutable, and doesn't allow for fine-grained client-side management.
    • -
    • In Chrome, you can use the File and Directory Entries API with the Quota Management API, which lets you ask for more storage and manage your storage quota.
    • +
    • In Chrome, you can use the File and Directory Entries API with the Quota Management API, which lets you ask for more storage and manage your storage quota.

    Sample use cases

    @@ -169,7 +169,7 @@ translation_of: Web/API/File_and_Directory_Entries_API/Introduction

    An origin is the domain, application layer protocol, and port of a URL of the document where the script is being executed. Each origin has its own associated set of file systems.

    -

    The security boundary imposed on file system prevents applications from accessing data with a different origin. This protects private data by preventing access and deletion. For example, while an app or a page in http://www.example.com/app/ can access files from http://www.example.com/dir/, because they have the same origin, it cannot retrieve files from http://www.example.com:8080/dir/ (different port) or https://www.example.com/dir/ (different protocol).

    +

    The security boundary imposed on file system prevents applications from accessing data with a different origin. This protects private data by preventing access and deletion. For example, while an app or a page in http://www.example.com/app/ can access files from http://www.example.com/dir/, because they have the same origin, it cannot retrieve files from http://www.example.com:8080/dir/ (different port) or https://www.example.com/dir/ (different protocol).

    The File and Directory Entries API does not let you create and rename executable files

    @@ -243,5 +243,5 @@ translation_of: Web/API/File_and_Directory_Entries_API/Introduction diff --git a/files/ja/web/api/file_handle_api/index.html b/files/ja/web/api/file_handle_api/index.html index 2fa72f854f..68a8318739 100644 --- a/files/ja/web/api/file_handle_api/index.html +++ b/files/ja/web/api/file_handle_api/index.html @@ -188,7 +188,7 @@ IDBReq.onsuccess = function () { } -

    A file stored that way is physically put on the device. The database itself only stores a pointer to that file. It means that if the {{domxref("FileHandle")}} object is stored several times in several DBs or several data stores, all those objects will reference the same unique file. This is not a problem because to access the file, a {{domxref("LockedFile")}} object is required and operations on such object are performed in isolation, meaning that once a {{domxref("LockedFile")}} is active, all operations of this {{domxref("LockedFile")}} are guaranteed to happen sequentially on the underlying file without being interleaved with operations from other {{domxref("LockedFile")}}.

    +

    A file stored that way is physically put on the device. The database itself only stores a pointer to that file. It means that if the {{domxref("FileHandle")}} object is stored several times in several DBs or several data stores, all those objects will reference the same unique file. This is not a problem because to access the file, a {{domxref("LockedFile")}} object is required and operations on such object are performed in isolation, meaning that once a {{domxref("LockedFile")}} is active, all operations of this {{domxref("LockedFile")}} are guaranteed to happen sequentially on the underlying file without being interleaved with operations from other {{domxref("LockedFile")}}.

    安全な書込み操作

    @@ -218,7 +218,7 @@ writing.onerror = function () {

    FileWriter と API が異なるのはなぜですか?

    -

    The FileWriter specification defines FileWriters, objects aiming at representing editable files. Discussions on public-webapps led to the conclusion that the API would behave poorly in the case of different entities writing concurrently to the same file. The outcome of this discussion is the FileHandle API with its LockedFile and transaction mechanism.

    +

    The FileWriter specification defines FileWriters, objects aiming at representing editable files. Discussions on public-webapps led to the conclusion that the API would behave poorly in the case of different entities writing concurrently to the same file. The outcome of this discussion is the FileHandle API with its LockedFile and transaction mechanism.

    仕様書

    diff --git a/files/ja/web/api/html_drag_and_drop_api/index.html b/files/ja/web/api/html_drag_and_drop_api/index.html index 0b68b354b6..6f38581411 100644 --- a/files/ja/web/api/html_drag_and_drop_api/index.html +++ b/files/ja/web/api/html_drag_and_drop_api/index.html @@ -294,8 +294,8 @@ function drop_handler(ev) {
    • Copying and moving elements with the DataTransfer interface
    • Copying and moving elements with the DataTransferListItem interface
    • -
    • ファイルのドラッグ&ドロップ (Firefox のみ): http://jsfiddle.net/9C2EF/
    • -
    • ファイルのドラッグ&ドロップ (全ブラウザー): https://jsbin.com/hiqasek/
    • +
    • ファイルのドラッグ&ドロップ (Firefox のみ): http://jsfiddle.net/9C2EF/
    • +
    • ファイルのドラッグ&ドロップ (全ブラウザー): https://jsbin.com/hiqasek/
    • Drag and Drop API を使った駐車場プロジェクト: https://park.glitch.me/ (ここで編集できます)

    • diff --git a/files/ja/web/api/htmlembedelement/index.html b/files/ja/web/api/htmlembedelement/index.html index 0d5b792be7..b96f3bae3e 100644 --- a/files/ja/web/api/htmlembedelement/index.html +++ b/files/ja/web/api/htmlembedelement/index.html @@ -13,7 +13,7 @@ translation_of: Web/API/HTMLEmbedElement

      この頁では HTML5 標準仕様で定義されている HTMLEmbedElement インタフェースについて説明しています。HTML5 以前の仕様はこのインタフェースに対応していません。

      -

      DOM の embed 要素は、その特別なプロパティを操作する為の HTMLEmbedElement インタフェースを公開します。 embed 要素は通常の {{domxref("HTMLElement")}} オブジェクトインタフェースからも継承により操作可能となっています。

      +

      DOM の embed 要素は、その特別なプロパティを操作する為の HTMLEmbedElement インタフェースを公開します。 embed 要素は通常の {{domxref("HTMLElement")}} オブジェクトインタフェースからも継承により操作可能となっています。

      HTMLElement インタフェースから継承するものの他にいくつかの固有プロパティを持ちます。

      diff --git a/files/ja/web/api/htmlformcontrolscollection/index.html b/files/ja/web/api/htmlformcontrolscollection/index.html index 94d71140aa..dd931879be 100644 --- a/files/ja/web/api/htmlformcontrolscollection/index.html +++ b/files/ja/web/api/htmlformcontrolscollection/index.html @@ -29,5 +29,5 @@ translation_of: Web/API/HTMLFormControlsCollection

仕様書

diff --git a/files/ja/web/api/htmlformelement/acceptcharset/index.html b/files/ja/web/api/htmlformelement/acceptcharset/index.html index 44197e939c..cb1a7e5e31 100644 --- a/files/ja/web/api/htmlformelement/acceptcharset/index.html +++ b/files/ja/web/api/htmlformelement/acceptcharset/index.html @@ -22,6 +22,6 @@ translation_of: Web/API/HTMLFormElement/acceptCharset

仕様書

diff --git a/files/ja/web/api/htmlformelement/action/index.html b/files/ja/web/api/htmlformelement/action/index.html index 5f9a231b02..b1239ad50c 100644 --- a/files/ja/web/api/htmlformelement/action/index.html +++ b/files/ja/web/api/htmlformelement/action/index.html @@ -25,6 +25,6 @@ form.action = string; //設定

仕様

diff --git a/files/ja/web/api/htmlformelement/elements/index.html b/files/ja/web/api/htmlformelement/elements/index.html index 28511d8407..9ed8ea236d 100644 --- a/files/ja/web/api/htmlformelement/elements/index.html +++ b/files/ja/web/api/htmlformelement/elements/index.html @@ -20,6 +20,6 @@ var inputByIndex = inputs[2]; var inputByName = inputs["login"];

仕様書

diff --git a/files/ja/web/api/htmlformelement/enctype/index.html b/files/ja/web/api/htmlformelement/enctype/index.html index 4836b86aed..b3bf6371fa 100644 --- a/files/ja/web/api/htmlformelement/enctype/index.html +++ b/files/ja/web/api/htmlformelement/enctype/index.html @@ -23,6 +23,6 @@ alert( firstForm.enctype ); // 確認

エンコーディングタイプは一般的に "application/x-www-form-urlencoded" となります。

仕様書

diff --git a/files/ja/web/api/htmlformelement/name/index.html b/files/ja/web/api/htmlformelement/name/index.html index 0ac7b00019..0933aa22b7 100644 --- a/files/ja/web/api/htmlformelement/name/index.html +++ b/files/ja/web/api/htmlformelement/name/index.html @@ -24,6 +24,6 @@ if (form1_Name != document.form.name) {

Internet Explorer (IE) では、createElement() メソッドによって作成された要素に対する name 属性を用いての名前の設定 / 書換は許可されていません。

仕様書

diff --git a/files/ja/web/api/htmlformelement/submit/index.html b/files/ja/web/api/htmlformelement/submit/index.html index 744606cdcd..5fd02f11bb 100644 --- a/files/ja/web/api/htmlformelement/submit/index.html +++ b/files/ja/web/api/htmlformelement/submit/index.html @@ -20,7 +20,7 @@ translation_of: Web/API/HTMLFormElement/submit

注記

このメソッドはフォームの送信ボタンをクリックするのと同じ動作をします。

-

Gecko ベースのアプリケーションからこのメソッドを呼び出すときに、フォームの onsubmit イベントハンドラ (例 : onsubmit="return false;") はトリガされません。一般的に、ユーザエージェントによる呼び出しは保証されていません (※参照 : http://lists.w3.org/Archives/Public/www-dom/2012JanMar/0011.html)

+

Gecko ベースのアプリケーションからこのメソッドを呼び出すときに、フォームの onsubmit イベントハンドラ (例 : onsubmit="return false;") はトリガされません。一般的に、ユーザエージェントによる呼び出しは保証されていません (※参照 : http://lists.w3.org/Archives/Public/www-dom/2012JanMar/0011.html)

もしフォームコントロール (送信ボタン等) の name 属性か id 属性の属性値に "submit" が設定されていた場合、フォームの submit メソッドはマスキングされてしまいます。

仕様書