Skip to content

Commit

Permalink
[ja] unify {{CSSRef}} macro usage (remove unused parameter)
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-win authored and mfuji09 committed Jan 26, 2024
1 parent 7622dca commit 4486eef
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion files/ja/web/css/-moz-force-broken-image-icon/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "-moz-force-broken-image-icon"
slug: Web/CSS/-moz-force-broken-image-icon
---

{{Non-standard_header}}{{CSSRef}}
{{CSSRef}}{{Non-standard_header}}

**`-moz-force-broken-image-icon`** は拡張 CSS プロパティで、壊れた画像に `alt` 属性が付いていても、壊れた画像のアイコンを強制的に表示することができます。

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/css/@container/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ l10n:
sourceCommit: 3d4edafe934c84878d2a46d8c22911ba351b7261
---

{{CSSRef}}
{{CSSRef}}{{SeeCompatTable}}

**`@container`**[CSS](/ja/docs/Web/CSS)[アットルール](/ja/docs/Web/CSS/At-rule)で、[格納コンテキスト](/ja/docs/Web/CSS/CSS_container_queries#格納コンテキストの命名) にスタイルを適用する条件付きグループルールです。
スタイル宣言は条件によってフィルタリングされ、条件が真の場合にコンテナーに適用されます。
Expand Down Expand Up @@ -232,8 +232,6 @@ span {

### スタイルのコンテナークエリー

{{CSSRef}}{{SeeCompatTable}}

コンテナクエリーでは、コンテナー要素の計算されたスタイルを評価することもできます。
以下のコンテナークエリーは、コンテナー要素の `--accent-color` の {{cssxref("computed_value", "計算値")}} が `blue` かどうかを調べます。

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/css/_colon_-moz-first-node/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ":-moz-first-node"
slug: Web/CSS/:-moz-first-node
---

{{Non-standard_header}}{{CSSRef}}
{{CSSRef}}{{Non-standard_header}}

**`:-moz-first-node`**[CSS](/ja/docs/Web/CSS)[擬似クラス](/ja/docs/Web/CSS/Pseudo-classes)で、 [Mozilla 拡張](/ja/docs/Web/CSS/Mozilla_Extensions)であり、他の要素の最初の子要素であるあらゆる要素を表します。 {{Cssxref(":first-child")}} とは異なり、最初の子要素の前に(ホワイトスペース以外の)テキストがあると一致しません。

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/css/_colon_-moz-last-node/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ":-moz-last-node"
slug: Web/CSS/:-moz-last-node
---

{{Non-standard_header}}{{CSSRef}}
{{CSSRef}}{{Non-standard_header}}

**`:-moz-last-node`**[CSS](/ja/docs/Web/CSS)[擬似クラス](/ja/docs/Web/CSS/Pseudo-classes)で、 [Mozilla 拡張](/ja/docs/Web/CSS/Mozilla_Extensions)であり、他の要素の最後の子要素であるあらゆる要素を表します。 {{Cssxref(":last-child")}} とは異なり、最後の子要素の後に(ホワイトスペース以外の)テキストがあると一致しません。

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/css/background/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: background
slug: Web/CSS/background
---

{{CSSRef("CSS Background")}}
{{CSSRef}}

**`background`**[CSS](/ja/docs/Web/CSS)[一括指定](/ja/docs/Web/CSS/Shorthand_properties)プロパティで、色、画像、原点と寸法、反復方法など、背景に関するすべてのスタイルプロパティを一括で設定します。

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/css/border/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: border
slug: Web/CSS/border
---

{{CSSRef("CSS Borders")}}
{{CSSRef}}

**`border`**[CSS](/ja/docs/Web/CSS)[一括指定](/ja/docs/Web/CSS/Shorthand_properties)プロパティで、要素の境界を設定します。これは {{cssxref("border-width")}}, {{cssxref("border-style")}}, {{cssxref("border-color")}} の値を設定します。

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/css/child_combinator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 子結合子
slug: Web/CSS/Child_combinator
---

{{CSSRef("Selectors")}}
{{CSSRef}}

**子結合子** (child combinator) (`>`) は 2 つの CSS セレクターの間に配置されます。 2 つ目のセレクターが 1 つ目のセレクターの直接の子要素の場合にのみ一致します。

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/css/column_combinator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 列結合子
slug: Web/CSS/Column_combinator
---

{{CSSRef("Selectors")}}{{SeeCompatTable}}
{{CSSRef}} {{SeeCompatTable}}

**列結合子** (column combinator, `||`) は、2 つの CSS セレクターの間に配置されます。前者のセレクターに一致する列要素に所属する、後者のセレクターに一致する要素に一致します。

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/css/css_multicol_layout/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CSS 段組みレイアウト
slug: Web/CSS/CSS_multicol_layout
---

{{CSSRef("CSS3 Multicol")}}
{{CSSRef}}

**CSS 段組みレイアウト**は CSS のモジュールの一つで、段組みレイアウトの対応を追加するものです。対応内容はレイアウトする段数の指定、段から段へのコンテンツの流れ方、段間の空白、段区切り線 (段間罫) などの対応が含まれています。

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/css/css_selectors/selector_structure/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ l10n:
sourceCommit: b117f457496644b248668463b12d0e0351478093
---

{{CSSRef("Selectors")}}
{{CSSRef}}

CSS セレクターは、ツリー構造内の要素または要素の特定のパターンを表します。「セレクター」という用語は、[単純セレクター](#単純セレクター)[複合セレクター](#複合セレクター)[複雑セレクター](#複雑セレクター)を参照することができます。has()`擬似クラスに引数として記載する場合、これらのセレクターは[相対セレクター](#relative_selector)と呼ばれ、1つ以上のアンカー要素からの相対的な要素を表します。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ l10n:
sourceCommit: bb652aaf3e38f3c7fef970a62f813047dffac879
---

{{CSSRef("Selectors")}}
{{CSSRef}}

CSS セレクターは、選択した要素に一連の CSS ルールを適用するために、選択する要素のパターンを定義するために使用します。結合子は、セレクター間の関係を定義します。様々なセレクターと結合子を使用することで、入力する要素の型、属性、状態、他の要素との関係に基づいて、必要な要素を正確に選択し、スタイル設定することができます。

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/css/descendant_combinator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 子孫結合子
slug: Web/CSS/Descendant_combinator
---

{{CSSRef("Selectors")}}
{{CSSRef}}

**子孫結合子** (descendant combinator) — 通常は単一の空白文字 (" ") で表される — は 2 つの CSS セレクターを結合し、 1 つ目のセレクターに一致する要素が祖先 (親、親の親、親の親の親、など) となっている 2 つ目のセレクターに一致します。子孫結合子を利用したセレクターは _子孫セレクター_ と呼ばれます。

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/css/next-sibling_combinator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ l10n:
sourceCommit: bb652aaf3e38f3c7fef970a62f813047dffac879
---

{{CSSRef("Selectors")}}
{{CSSRef}}

**次兄弟結合子** (next-sibling combinator, `+`) は 2 つのセレクターを接続し、 2 つ目の要素が 1 つ目の要素の _直後_ にあって、両者が同じ親{{DOMxRef("element", "要素")}}の子同士である場合に一致します。

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/css/subsequent-sibling_combinator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ l10n:
sourceCommit: bb652aaf3e38f3c7fef970a62f813047dffac879
---

{{CSSRef("Selectors")}}
{{CSSRef}}

**後続兄弟結合子** (subsequent-sibling combinator, `~`) は 2 個のセレクターを結びつけ、 1 つ目の要素の後に 2 つ目の要素があり(直後である必要はない)、かつ両者が同じ親要素の子であるすべてのパターンに一致します。

Expand Down

0 comments on commit 4486eef

Please sign in to comment.