Skip to content

Commit

Permalink
見出し表記の揺れを一括修正 (#23124)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 authored Aug 21, 2024
1 parent 7a35d36 commit 24e6a21
Show file tree
Hide file tree
Showing 35 changed files with 41 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ slug: Web/Accessibility/ARIA/Roles/application_role

アプリケーション (`application`) ロールを不適切に使用すると、意図せずにウェブページの情報からのアクセスを奪う可能性があるので、使用には十分注意してください。 あなたが実際にそれを必要とし、他の既知のウィジェットのセットを使って同じことができない場合に、真剣に考えます。 使用する場合は、アプリケーション (`application`) ロールは、例えば `<body>` 要素ではなく、可能な最も低い共通コンテナーに追加するべきです。

## 仕様
## 仕様書

{{Specifications}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ slug: Web/Accessibility/ARIA/Roles/article_role

- WAI-ARIA Authoring Practices 1.1 の feed のデザインパターンから、[お薦めのレストランのフィード表示](https://www.w3.org/TR/wai-aria-practices-1.1/examples/feed/feedDisplay.html)とそれと分けられた[文書](https://www.w3.org/TR/wai-aria-practices-1.1/examples/feed/feed.html)

## 仕様
## 仕様書

{{Specifications}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/accessibility/aria/roles/banner_role/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ HTML5 の {{htmlelement("header")}} 要素は、{{htmlelement("aside")}}、{{htm

`<header>` 要素を使用して、ページの任意のサブセクションの子孫でないことを保証するのが最善ですが、場合によっては基になる HTML にアクセスできないことがあります。 この場合、JavaScript を使用してページのメインヘッダーにバナー (`banner`) ロールを追加できます。 この方法でページのバナーを特定すると、サイトのアクセシビリティが向上します。

## 仕様
## 仕様書

{{Specifications}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/accessibility/aria/roles/cell_role/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ ARIA の第一のルールは、要素を転用して、ARIA のロール、ス

{{HTMLElement('td')}} に適用すると、`display: grid;` などで意味づけが削除された場合に、その要素にセルの意味づけを返します。

## 仕様
## 仕様書

{{Specifications}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ slug: Web/Accessibility/ARIA/Roles/complementary_role

- [ランドマークブラウザー拡張](https://matatk.agrip.org.uk/landmarks/) (英語)

## 仕様
## 仕様書

{{Specifications}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ slug: Web/Accessibility/ARIA/Roles/contentinfo_role

- [ランドマークブラウザー拡張](https://matatk.agrip.org.uk/landmarks/) (英語)

## 仕様
## 仕様書

{{Specifications}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/accessibility/aria/roles/dialog_role/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ slug: Web/Accessibility/ARIA/Roles/dialog_role
> [!NOTE]
> キーボードユーザーがダイアログ外の要素にフォーカスを移動するのを防ぐことは可能ですが、スクリーンリーダーのユーザーは、スクリーンリーダーの仮想カーソルを使用してそのコンテンツにナビゲートできるかもしれません。 開発者は、モーダルダイアログがアクティブな間、モーダルダイアログ外のコンテンツに全てのユーザーがアクセスできないようにすることが重要です。
## 仕様
## 仕様書

{{Specifications}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ slug: Web/Accessibility/ARIA/Roles/document_role

文書ロールは、ユーザーがスクリーンリーダーの標準コマンドで読むべき内容であることを明確に示すことによって、支援技術の振る舞いを間接的に制御する簡単な方法です。

## 仕様
## 仕様書

{{Specifications}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/accessibility/aria/roles/feed_role/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ slug: Web/Accessibility/ARIA/Roles/feed_role

[フィードパターンの実装例](https://w3c.github.io/aria-practices/examples/feed/feed.html) (英語)

## 仕様
## 仕様書

{{Specifications}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/accessibility/aria/roles/figure_role/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ ARIA の図表 (`figure`) ロールは、適切な意味論がまだ存在しな
</figure>
```

## 仕様
## 仕様書

{{Specifications}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/accessibility/aria/roles/form_role/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ slug: Web/Accessibility/ARIA/Roles/form_role

- [ランドマークブラウザー拡張](https://matatk.agrip.org.uk/landmarks/)(英語)

## 仕様
## 仕様書

{{Specifications}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/accessibility/aria/roles/grid_role/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ document.querySelector("table").addEventListener("keydown", function (event) {

[キーボードインタラクション](#keyboard_interactions)が適切に実装されていても、矢印キーを使用しなければならないことに気づかないユーザーもいます。 グリッド (`grid`) ロールを使用して、必要な機能性とインタラクションが最もよく達成できることを確認してください。

## 仕様
## 仕様書

{{Specifications}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ slug: Web/Accessibility/ARIA/Roles/heading_role

無し

## 仕様
## 仕様書

{{Specifications}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/accessibility/aria/roles/list_role/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ HTML の {{htmlelement("ol")}} と {{htmlelement("ul")}} とは異なり、ARIA
> [!NOTE]
> タブ付きインターフェイスとして機能する項目のリストをマークアップする場合は、代わりにタブ (`tab`)、タブパネル (`tabpanel`)、タブリスト (`tablist`) のロールを使用するべきです。
## 仕様
## 仕様書

{{Specifications}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ HTML の選択要素や、1 項目しか選択できない場合はラジオボ
- 1 つ以上のエントリーがリストボックスの DOM の子でない場合、追加の `aria-*` プロパティを設定する必要があります ([ARIA のベストプラクティス](https://www.w3.org/TR/wai-aria-practices/#listbox_div) (英語) を参照) 。
- リストボックスを展開 ([expand](https://www.w3.org/TR/wai-aria-1.1/#aria-expanded)) する正当な理由がある場合は、コンボボックス ([`combobox`](/ja/docs/Web/Accessibility/ARIA/Roles/combobox_role)) ロールの方がより適切かもしれません。

## 仕様
## 仕様書

{{Specifications}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ARIA のリスト項目 (`listitem`) ロールは、項目のリスト内の項
> [!NOTE]
> タブ付きインターフェイスとして機能する項目のリストをマークアップする場合は、代わりにタブ (`tab`)、タブパネル (`tabpanel`)、タブリスト (`tablist`) のロールを使用するべきです。
## 仕様
## 仕様書

{{Specifications}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/accessibility/aria/roles/main_role/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ JavaScript によってトリガーされたときにページコンテンツを

- [ランドマークブラウザー拡張](https://matatk.agrip.org.uk/landmarks/) (英語)

## 仕様
## 仕様書

{{Specifications}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ slug: Web/Accessibility/ARIA/Roles/navigation_role

- [ランドマークブラウザー拡張](https://matatk.agrip.org.uk/landmarks/) (英語)

## 仕様
## 仕様書

{{Specifications}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/accessibility/aria/roles/region_role/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ slug: Web/Accessibility/ARIA/Roles/region_role

- [ランドマークブラウザー拡張](https://matatk.agrip.org.uk/landmarks/)(英語)

## 仕様
## 仕様書

{{Specifications}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/accessibility/aria/roles/row_role/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ ARIA の行を作成するには、コンテナー要素に行ロール (`role="

無し

## 仕様
## 仕様書

{{Specifications}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ ARIA の表ヘッダー、表フッター、表本体を作成するには、行

無し

## 仕様
## 仕様書

{{Specifications}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/accessibility/aria/roles/search_role/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ slug: Web/Accessibility/ARIA/Roles/search_role

- [ランドマークブラウザー拡張](https://matatk.agrip.org.uk/landmarks/)(英語)

## 仕様
## 仕様書

{{Specifications}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/accessibility/aria/roles/switch_role/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ label.switch {

{{EmbedLiveSample("Adding_the_switch_role_in_ARIA", 600, 40)}}

## 仕様
## 仕様書

{{Specifications}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/accessibility/aria/roles/tab_role/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ function changeTabs(e) {

自分で追加する必要はなく、代わりに、組み込みの機能的でアクセス可能な機能のために、ボタン (`button`) 要素をタブ (`tab`) ロールと一緒に使用することをお勧めします。 タブ (`tab`) ロールを持つ要素の Tab キー機能を制御するには、すべての非アクティブ要素を `tabindex=-1` に設定し、アクティブ要素を `tabindex=0` に設定することをお勧めします。

## 仕様
## 仕様書

{{Specifications}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/accessibility/aria/roles/table_role/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ ARIA の表を作成するには、`role="table"` をコンテナー要素に追

無し

## 仕様
## 仕様書

{{Specifications}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/mediadeviceinfo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ audioinput: default (Built-in Microphone) id=RKxXByjnabbADGQNNZqLVLdmXlS0YkETYCI
audioinput: Built-in Microphone id=r2/xw1xUPIyZunfV1lGrKOma5wTOvCkWfZ368XCndm0=
```

## 仕様
## 仕様書

{{Specifications}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ new MediaRecorderErrorEvent(type, options)

新しい {{domxref("MediaRecorderErrorEvent")}} オブジェクトです。

## 仕様
## 仕様書

{{Specifications}}

Expand Down
4 changes: 2 additions & 2 deletions files/ja/web/css/at-rule-functions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ l10n:

## @container 関数

{{CSSxRef("@container")}} アットルールは、拘束コンテキストのスタイル設定を指定するために使用します
{{CSSxRef("@container")}} アットルールは、コンテナーコンテキストのスタイル設定を指定するために使用します

- {{CSSxRef("@container", "@container style()")}}
- : 拘束コンテキストのスタイルを定義します
- : コンテナーコンテキストのスタイルを定義します
2 changes: 1 addition & 1 deletion files/ja/web/css/container-type/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ container-type: unset;
</div>
```

コンテナーコンテキストを作成するには、要素に `container-type` プロパティを追加します。以下は、 `inline-size` 値を使用してコンテナーの[インライン軸](/ja/docs/Web/CSS/CSS_logical_properties_and_values/Basic_concepts_of_logical_properties_and_values#ブロック軸とインライン軸)の格納コンテキストを作成しています
コンテナーコンテキストを作成するには、要素に `container-type` プロパティを追加します。以下は、 `inline-size` 値を使用してコンテナーの[インライン軸](/ja/docs/Web/CSS/CSS_logical_properties_and_values/Basic_concepts_of_logical_properties_and_values#ブロック軸とインライン軸)のコンテナーコンテキストを作成しています

```css
.container {
Expand Down
6 changes: 3 additions & 3 deletions files/ja/web/css/container/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ l10n:

{{CSSRef}}

**container**[CSS](/ja/docs/Web/CSS)[一括指定](/ja/docs/Web/CSS/Shorthand_properties)プロパティで、この要素をクエリーコンテナーとして確立し、[コンテナークエリー](/ja/docs/Web/CSS/CSS_container_queries)で使用される[格納コンテキスト](/ja/docs/Web/CSS/CSS_container_queries#naming_containment_contexts)の名前を指定します。
**container**[CSS](/ja/docs/Web/CSS)[一括指定](/ja/docs/Web/CSS/Shorthand_properties)プロパティで、この要素をクエリーコンテナーとして確立し、[コンテナークエリー](/ja/docs/Web/CSS/CSS_container_queries)で使用される[コンテナーコンテキスト](/ja/docs/Web/CSS/CSS_container_queries#naming_containment_contexts)の名前を指定します。

## 構成要素のプロパティ

Expand Down Expand Up @@ -36,10 +36,10 @@ container: unset;
### 値

- `<container-name>`
- : 格納コンテキストの大文字小文字を区別した名前です
- : コンテナーコンテキストの大文字小文字を区別した名前です
構文の詳細は、 {{cssxref("container-name")}} プロパティのページにあります。
- `<container-type>`
- : 格納コンテキストの種類です
- : コンテナーコンテキストの種類です
構文の詳細は、 {{cssxref("container-type")}} プロパティのページにあります。

## 公式定義
Expand Down
8 changes: 4 additions & 4 deletions files/ja/web/css/css_containment/container_queries/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ slug: Web/CSS/CSS_containment/Container_queries
```

次に、 {{cssxref("@container")}} アットルールを使用してコンテナークエリーを定義します。
次の例のクエリーは、格納コンテキストを持つ最も近い祖先のサイズに基づいて要素にスタイルを適用します
次の例のクエリーは、コンテナーコンテキストを持つ最も近い祖先のサイズに基づいて要素にスタイルを適用します
具体的には、このクエリーは、コンテナーの幅が `700px` よりも広い場合、カードのタイトルに大きなフォントサイズを適用します。

```css
Expand All @@ -68,7 +68,7 @@ slug: Web/CSS/CSS_containment/Container_queries

コンテナークエリーの構文の詳細については、 {{cssxref("@container")}} のページを参照してください。

### 格納コンテキストの命名
### コンテナーコンテキストの命名

前の節では、コンテナークエリーは、コンテナーコンテキストを持つ最も近い祖先に基づいてスタイル設定を適用しました。
{{Cssxref("container-name")}} プロパティを使用して、コンテナーコンテキストに名前を付けることが可能です。一度名前をつけると、その名前を `@container` クエリーで使用することができ、特定のコンテナーを対象とすることができます。
Expand All @@ -81,7 +81,7 @@ slug: Web/CSS/CSS_containment/Container_queries
}
```

そして、 `@container` アットルールを用いて、この格納コンテキストを対象とすることができます
そして、 `@container` アットルールを用いて、このコンテナーコンテキストを対象とすることができます

```css
@container sidebar (min-width: 700px) {
Expand All @@ -93,7 +93,7 @@ slug: Web/CSS/CSS_containment/Container_queries

コンテナーコンテキストの命名に関する詳細情報は、 {{cssxref("container-name")}} ページにあります。

### コンテナー一の括指定構文
### コンテナーの一括指定構文

コンテナーを宣言するための一括指定は `container` プロパティを使用します。

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/svg/attribute/cx/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ svg {

{{EmbedLiveSample('radialGradient', 150, '100%')}}

## 仕様
## 仕様書

{{Specifications}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/svg/attribute/cy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ svg {

{{EmbedLiveSample('radialGradient', 150, '100%')}}

## 仕様
## 仕様書

{{Specifications}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/svg/attribute/x1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ svg {

{{EmbedLiveSample('linearGradient', '100%', 200)}}

## 仕様
## 仕様書

{{Specifications}}
2 changes: 1 addition & 1 deletion files/ja/web/svg/element/path/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ svg {

{{svginfo}}

## 仕様
## 仕様書

{{Specifications}}

Expand Down

0 comments on commit 24e6a21

Please sign in to comment.