From 879cfbbbda04c2d40550487c79f93b8e518e3b9b Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 17 Dec 2024 00:38:23 +0900 Subject: [PATCH] =?UTF-8?q?2024/07/26=20=E6=99=82=E7=82=B9=E3=81=AE?= =?UTF-8?q?=E8=8B=B1=E8=AA=9E=E7=89=88=E3=81=AB=E5=9F=BA=E3=81=A5=E3=81=8D?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/css/border-left-width/index.md | 8 ++++---- files/ja/web/css/border-right-style/index.md | 8 ++++---- files/ja/web/css/border-right-width/index.md | 8 ++++---- files/ja/web/css/border-top-style/index.md | 8 ++++---- files/ja/web/css/border-width/index.md | 8 ++++---- files/ja/web/css/border/index.md | 14 +++++++------- 6 files changed, 27 insertions(+), 27 deletions(-) diff --git a/files/ja/web/css/border-left-width/index.md b/files/ja/web/css/border-left-width/index.md index 8fe5e96b7ffb70..c09002d4832f3e 100644 --- a/files/ja/web/css/border-left-width/index.md +++ b/files/ja/web/css/border-left-width/index.md @@ -2,7 +2,7 @@ title: border-left-width slug: Web/CSS/border-left-width l10n: - sourceCommit: 42c1bb8c259f3f57de9f38600776cf273e3addda + sourceCommit: 4e508e2f543c0d77c9c04f406ebc8e9db7e965be --- {{CSSRef}} @@ -59,14 +59,14 @@ border-left-width: unset; #### HTML -```html +```html live-sample___comparing_border_widths
Element 1
Element 2
``` #### CSS -```css +```css live-sample___comparing_border_widths div { border: 1px solid red; margin: 1em 0; @@ -82,7 +82,7 @@ div:nth-child(2) { #### 結果 -{{EmbedLiveSample('境界線の太さの比較', '100%')}} +{{EmbedLiveSample('Comparing_border_widths', '100%')}} ## 仕様書 diff --git a/files/ja/web/css/border-right-style/index.md b/files/ja/web/css/border-right-style/index.md index 4ed00ee55c7172..5b9f3a0812ecd2 100644 --- a/files/ja/web/css/border-right-style/index.md +++ b/files/ja/web/css/border-right-style/index.md @@ -2,7 +2,7 @@ title: border-right-style slug: Web/CSS/border-right-style l10n: - sourceCommit: d73dd4355247934e6b3f7081d3c1189089ecdc1e + sourceCommit: 4e508e2f543c0d77c9c04f406ebc8e9db7e965be --- {{CSSRef}} @@ -53,7 +53,7 @@ border-right-style: unset; #### HTML -```html +```html live-sample___border_styles @@ -76,7 +76,7 @@ border-right-style: unset; #### CSS -```css +```css live-sample___border_styles /* 表の外見を定義 */ table { border-width: 2px; @@ -122,7 +122,7 @@ td { #### 結果 -{{ EmbedLiveSample('境界のスタイル') }} +{{ EmbedLiveSample('Border_styles') }} ## 仕様書 diff --git a/files/ja/web/css/border-right-width/index.md b/files/ja/web/css/border-right-width/index.md index f834b250326998..994c422b02e664 100644 --- a/files/ja/web/css/border-right-width/index.md +++ b/files/ja/web/css/border-right-width/index.md @@ -2,7 +2,7 @@ title: border-right-width slug: Web/CSS/border-right-width l10n: - sourceCommit: 42c1bb8c259f3f57de9f38600776cf273e3addda + sourceCommit: 4e508e2f543c0d77c9c04f406ebc8e9db7e965be --- {{CSSRef}} @@ -59,14 +59,14 @@ border-right-width: unset; #### HTML -```html +```html live-sample___comparing_border_widths
Element 1
Element 2
``` #### CSS -```css +```css live-sample___comparing_border_widths div { border: 1px solid red; margin: 1em 0; @@ -82,7 +82,7 @@ div:nth-child(2) { #### 結果 -{{EmbedLiveSample('境界線の太さの比較', '100%')}} +{{EmbedLiveSample('Comparing_border_widths', '100%')}} ## 仕様書 diff --git a/files/ja/web/css/border-top-style/index.md b/files/ja/web/css/border-top-style/index.md index 5c5320a564815c..362b3d7c34af80 100644 --- a/files/ja/web/css/border-top-style/index.md +++ b/files/ja/web/css/border-top-style/index.md @@ -2,7 +2,7 @@ title: border-top-style slug: Web/CSS/border-top-style l10n: - sourceCommit: d73dd4355247934e6b3f7081d3c1189089ecdc1e + sourceCommit: 4e508e2f543c0d77c9c04f406ebc8e9db7e965be --- {{CSSRef}} @@ -53,7 +53,7 @@ border-top-style: unset; #### HTML -```html +```html live-sample___examples
none
@@ -76,7 +76,7 @@ border-top-style: unset; #### CSS -```css +```css live-sample___examples /* 表の外見を定義 */ table { border-width: 2px; @@ -122,7 +122,7 @@ td { #### 結果 -{{EmbedLiveSample('例', 300, 200)}} +{{EmbedLiveSample('Examples', 300, 200)}} ## 仕様書 diff --git a/files/ja/web/css/border-width/index.md b/files/ja/web/css/border-width/index.md index 90664e0e6617cc..b85ba9314473a4 100644 --- a/files/ja/web/css/border-width/index.md +++ b/files/ja/web/css/border-width/index.md @@ -2,7 +2,7 @@ title: border-width slug: Web/CSS/border-width l10n: - sourceCommit: 42c1bb8c259f3f57de9f38600776cf273e3addda + sourceCommit: 4e508e2f543c0d77c9c04f406ebc8e9db7e965be --- {{CSSRef}} @@ -83,7 +83,7 @@ border-width: unset; #### HTML -```html-nolint +```html-nolint live-sample___a_mix_of_values_and_lengths

1 つの値: 6px 幅が全 4 辺の境界に適用

異なる値 2 つの値: 2px 幅が上下の境界に、 10px 幅が左右の境界に適用 @@ -98,7 +98,7 @@ border-width: unset; #### CSS -```css +```css live-sample___a_mix_of_values_and_lengths #one-value { border: ridge #ccc; border-width: 6px; @@ -124,7 +124,7 @@ p { #### 結果 -{{ EmbedLiveSample('値と長さの組み合わせ', 320, 320) }} +{{ EmbedLiveSample('A_mix_of_values_and_lengths', 320, 320) }} ## 仕様書 diff --git a/files/ja/web/css/border/index.md b/files/ja/web/css/border/index.md index ecfb58eaf20703..4c33d8468c7c12 100644 --- a/files/ja/web/css/border/index.md +++ b/files/ja/web/css/border/index.md @@ -2,7 +2,7 @@ title: border slug: Web/CSS/border l10n: - sourceCommit: 7fa9b134e7a886b47bd8c6e3135ba329ee0ddf09 + sourceCommit: 4e508e2f543c0d77c9c04f406ebc8e9db7e965be --- {{CSSRef}} @@ -15,9 +15,9 @@ l10n: このプロパティは以下の CSS プロパティの一括指定です。 -- [`border-color`](/ja/docs/Web/CSS/border-color) -- [`border-style`](/ja/docs/Web/CSS/border-style) - [`border-width`](/ja/docs/Web/CSS/border-width) +- [`border-style`](/ja/docs/Web/CSS/border-style) +- [`border-color`](/ja/docs/Web/CSS/border-color) ## 構文 @@ -83,13 +83,13 @@ border: unset; #### HTML -```html -

I have a border, an outline, and a box shadow! Amazing, isn't it?
+```html-nolint live-sample___setting_a_pink_outset_border +
ここには境界線、概要、ボックスシャドウがあります!すごいと思いませんか?
``` #### CSS -```css +```css live-sample___setting_a_pink_outset_border div { border: 0.5rem outset pink; outline: 0.5rem solid khaki; @@ -104,7 +104,7 @@ div { #### 結果 -{{EmbedLiveSample('ピンク色の出っ張った境界の設定')}} +{{EmbedLiveSample('Setting_a_pink_outset_border')}} ## 仕様書
none