diff --git a/files/ja/glossary/falsy/index.md b/files/ja/glossary/falsy/index.md index 0b81001b3990d1..64e0775ede90d3 100644 --- a/files/ja/glossary/falsy/index.md +++ b/files/ja/glossary/falsy/index.md @@ -23,7 +23,7 @@ l10n: | `""` | 文字列型 | 空[文字列](/ja/docs/Web/JavaScript/Data_structures#文字列型)値。`''` や ` `` ` も含みます。 | | {{domxref("document.all")}} | オブジェクト | JavaScript で唯一の偽値のオブジェクトは、組み込みの {{domxref("document.all")}} です。 | -`null` および `undefined` は[ヌル値](/en-US/docs/Glossary/Nullish)でもあります。 +`null` および `undefined` は[ヌル値](/ja/docs/Glossary/Nullish)でもあります。 ## 例 diff --git a/files/ja/glossary/primitive/index.md b/files/ja/glossary/primitive/index.md index 2c7dfc708ede23..6c052d288244f9 100644 --- a/files/ja/glossary/primitive/index.md +++ b/files/ja/glossary/primitive/index.md @@ -34,4 +34,4 @@ l10n: - {{Glossary("boolean")}} - {{Glossary("null")}} - {{Glossary("undefined")}} - - [symbol](/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) + - [symbol](/ja/docs/Web/JavaScript/Reference/Global_Objects/Symbol) diff --git a/files/ja/glossary/site/index.md b/files/ja/glossary/site/index.md index d0cc4c8a6516ec..1f60c0113ea69e 100644 --- a/files/ja/glossary/site/index.md +++ b/files/ja/glossary/site/index.md @@ -19,8 +19,8 @@ l10n: これらは、登録可能なドメインが `mozilla.org` であることから、同じサイトであると考えられます。 -- `https://developer.mozilla.org/en-US/docs/` -- `https://support.mozilla.org/en-US/` +- `https://developer.mozilla.org/ja/docs/` +- `https://support.mozilla.org/ja/` これらは、ポートは関係ないので、同じサイトです。 @@ -29,7 +29,7 @@ l10n: これらは、 2 つの URL の登録可能なドメインが異なるため、同じサイトではありません。 -- `https://developer.mozilla.org/en-US/docs/` +- `https://developer.mozilla.org/ja/docs/` - `https://example.com` これらは、同じサイトであったり、スキームが考慮されれば異なるサイトであったりします。 diff --git a/files/ja/learn/css/building_blocks/values_and_units/index.md b/files/ja/learn/css/building_blocks/values_and_units/index.md index f0108f02942938..a9d68f59983069 100644 --- a/files/ja/learn/css/building_blocks/values_and_units/index.md +++ b/files/ja/learn/css/building_blocks/values_and_units/index.md @@ -131,15 +131,15 @@ Relative length units (相対的な長さの単位) は、何かとの比較に svw, svh - それぞれ、small viewportの幅と高さの 1%。 + それぞれ、small viewportの幅と高さの 1%。 lvw, lvh - それぞれ、large viewportの幅と高さの 1%。 + それぞれ、large viewportの幅と高さの 1%。 dvw, dvh - それぞれ、dynamic viewportの幅と高さの 1%。 + それぞれ、dynamic viewportの幅と高さの 1%。 diff --git a/files/ja/learn/html/introduction_to_html/advanced_text_formatting/index.md b/files/ja/learn/html/introduction_to_html/advanced_text_formatting/index.md index 3e6509ff585ee3..6d435ac9e90444 100644 --- a/files/ja/learn/html/introduction_to_html/advanced_text_formatting/index.md +++ b/files/ja/learn/html/introduction_to_html/advanced_text_formatting/index.md @@ -252,7 +252,7 @@ HTML には引用をマークアップするための機能もあります。ど ```html

こちらが引用です。

+ cite="https://developer.mozilla.org/ja/docs/Web/HTML/Element/blockquote">

The HTML <blockquote> Element (or HTML Block Quotation Element) indicates that the enclosed text is @@ -272,7 +272,7 @@ HTML には引用をマークアップするための機能もあります。ど ```html

The quote element — <q> — is - + intended for short quotations that don't require paragraph breaks.

@@ -291,12 +291,12 @@ HTML には引用をマークアップするための機能もあります。ど ```html-nolint

According to the - + MDN blockquote page:

+ cite="https://developer.mozilla.org/ja/docs/Web/HTML/Element/blockquote">

The HTML <blockquote> Element (or HTML Block Quotation Element) indicates that the enclosed text is @@ -306,10 +306,10 @@ HTML には引用をマークアップするための機能もあります。ど

The quote element — <q> — is - + intended for short quotations that don't require paragraph breaks. - — MDN q page. + — MDN q page.

``` diff --git a/files/ja/learn/html/multimedia_and_embedding/video_and_audio_content/index.md b/files/ja/learn/html/multimedia_and_embedding/video_and_audio_content/index.md index 428f834b1e22f0..fdfa6586b31c8b 100644 --- a/files/ja/learn/html/multimedia_and_embedding/video_and_audio_content/index.md +++ b/files/ja/learn/html/multimedia_and_embedding/video_and_audio_content/index.md @@ -260,7 +260,7 @@ WEBVTT これを HTML メディアの再生と一緒に表示するには、以下を行う必要があります。 1. 適切な場所に `.vtt` ファイルとして保存します。 -2. {{htmlelement("track")}} 要素で `.vtt` ファイルにリンクします。`` は `