diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-10-20 23:51:49 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-10-29 00:39:22 +0900 |
commit | 42eef04794b90e342481b88ee1862f24c0ac9c0f (patch) | |
tree | 826aefabd029ff79fbe2b2c7899049985a1a99de | |
parent | 9749e50c663f857a7eaf84e9f197b1d8a2ff7e99 (diff) | |
download | translated-content-42eef04794b90e342481b88ee1862f24c0ac9c0f.tar.gz translated-content-42eef04794b90e342481b88ee1862f24c0ac9c0f.tar.bz2 translated-content-42eef04794b90e342481b88ee1862f24c0ac9c0f.zip |
20211020-Glossary-1
-rw-r--r-- | files/ja/glossary/ajax/index.md (renamed from files/ja/glossary/ajax/index.html) | 0 | ||||
-rw-r--r-- | files/ja/glossary/hsts/index.html | 19 | ||||
-rw-r--r-- | files/ja/glossary/quaternion/index.md | 20 | ||||
-rw-r--r-- | files/ja/glossary/routers/index.md (renamed from files/ja/glossary/routers/index.html) | 0 | ||||
-rw-r--r-- | files/ja/glossary/screen_reader/index.md (renamed from files/ja/glossary/screen_reader/index.html) | 0 |
5 files changed, 20 insertions, 19 deletions
diff --git a/files/ja/glossary/ajax/index.html b/files/ja/glossary/ajax/index.md index df4a7a3e76..df4a7a3e76 100644 --- a/files/ja/glossary/ajax/index.html +++ b/files/ja/glossary/ajax/index.md diff --git a/files/ja/glossary/hsts/index.html b/files/ja/glossary/hsts/index.html deleted file mode 100644 index 0c84c04778..0000000000 --- a/files/ja/glossary/hsts/index.html +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: HSTS -slug: Glossary/HSTS -tags: - - HTTP - - Security -translation_of: Glossary/HSTS ---- -<p><strong>HTTP Strict Transport Security</strong> を使用すると、ウェブサイトはブラウザーに、HTTP を使用してサイトを読み込まないことと、HTTP を使用してサイトにアクセスしようとするすべての試みを HTTPS リクエストへ自動的に変換する必要があることを通知できます。 これは、{{HTTPHeader("Strict-Transport-Security")}} という1つの HTTP ヘッダーで構成され、サーバーによってリソースとともに送り返されます。</p> - -<p>言い換えれば、URL でプロトコルを HTTP から HTTPS に変更するだけで、より安全に動作することをブラウザーに伝え、すべてのリクエストに対してそれを行うようにブラウザーに依頼します。</p> - -<h2 id="Learn_more" name="Learn_more">より詳しく知る</h2> - -<ul> - <li>{{HTTPHeader("Strict-Transport-Security")}}</li> - <li>OWASP の記事: <a href="https://www.owasp.org/index.php/HTTP_Strict_Transport_Security">HTTP Strict Transport Security</a></li> - <li>Wikipedia 上の {{Interwiki("wikipedia", "HTTP Strict Transport Security")}}</li> -</ul> diff --git a/files/ja/glossary/quaternion/index.md b/files/ja/glossary/quaternion/index.md new file mode 100644 index 0000000000..41f64414ea --- /dev/null +++ b/files/ja/glossary/quaternion/index.md @@ -0,0 +1,20 @@ +--- +title: Quaternion +slug: Glossary/Quaternion +tags: + - Definition + - Glossary + - Orientation + - Quaternion + - WebXR + - rotation +--- +A **quaternion** is the quotient of two 3D vectors and is used in 3D graphics and in accelerometer-based sensors to represent orientation or rotational data. + +While mathematical quaternions are more involved than this, the **unit quaternions** (or **rotational quaternions**) used to represent rotation while using [WebGL](/en-US/docs/Glossary/WebGL) or [WebXR](/en-US/docs/Web/API/WebXR_Device_API), for example, are represented using the same syntax as a 3D point. As such, the type {{domxref("DOMPoint")}} (or {{domxref("DOMPointReadOnly")}}) is used to store quaternions. + +## See also + +- {{interwiki("wikipedia", "Quaternions and spatial rotation")}} on Wikipedia +- {{interwiki("wikipedia", "Quaternion")}} on Wikipedia +- {{domxref("XRRigidTransform.orientation")}} in the WebXR Device API reference diff --git a/files/ja/glossary/routers/index.html b/files/ja/glossary/routers/index.md index 1c3ae5a11a..1c3ae5a11a 100644 --- a/files/ja/glossary/routers/index.html +++ b/files/ja/glossary/routers/index.md diff --git a/files/ja/glossary/screen_reader/index.html b/files/ja/glossary/screen_reader/index.md index a8f46dd281..a8f46dd281 100644 --- a/files/ja/glossary/screen_reader/index.html +++ b/files/ja/glossary/screen_reader/index.md |