Skip to content

Commit

Permalink
2024/07/26 時点の英語版に基づき更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Dec 20, 2024
1 parent 29cc957 commit 879cfbb
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 27 deletions.
8 changes: 4 additions & 4 deletions files/ja/web/css/border-left-width/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: border-left-width
slug: Web/CSS/border-left-width
l10n:
sourceCommit: 42c1bb8c259f3f57de9f38600776cf273e3addda
sourceCommit: 4e508e2f543c0d77c9c04f406ebc8e9db7e965be
---

{{CSSRef}}
Expand Down Expand Up @@ -59,14 +59,14 @@ border-left-width: unset;

#### HTML

```html
```html live-sample___comparing_border_widths
<div>Element 1</div>
<div>Element 2</div>
```

#### CSS

```css
```css live-sample___comparing_border_widths
div {
border: 1px solid red;
margin: 1em 0;
Expand All @@ -82,7 +82,7 @@ div:nth-child(2) {

#### 結果

{{EmbedLiveSample('境界線の太さの比較', '100%')}}
{{EmbedLiveSample('Comparing_border_widths', '100%')}}

## 仕様書

Expand Down
8 changes: 4 additions & 4 deletions files/ja/web/css/border-right-style/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: border-right-style
slug: Web/CSS/border-right-style
l10n:
sourceCommit: d73dd4355247934e6b3f7081d3c1189089ecdc1e
sourceCommit: 4e508e2f543c0d77c9c04f406ebc8e9db7e965be
---

{{CSSRef}}
Expand Down Expand Up @@ -53,7 +53,7 @@ border-right-style: unset;

#### HTML

```html
```html live-sample___border_styles
<table>
<tr>
<td class="b1">none</td>
Expand All @@ -76,7 +76,7 @@ border-right-style: unset;

#### CSS

```css
```css live-sample___border_styles
/* 表の外見を定義 */
table {
border-width: 2px;
Expand Down Expand Up @@ -122,7 +122,7 @@ td {

#### 結果

{{ EmbedLiveSample('境界のスタイル') }}
{{ EmbedLiveSample('Border_styles') }}

## 仕様書

Expand Down
8 changes: 4 additions & 4 deletions files/ja/web/css/border-right-width/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: border-right-width
slug: Web/CSS/border-right-width
l10n:
sourceCommit: 42c1bb8c259f3f57de9f38600776cf273e3addda
sourceCommit: 4e508e2f543c0d77c9c04f406ebc8e9db7e965be
---

{{CSSRef}}
Expand Down Expand Up @@ -59,14 +59,14 @@ border-right-width: unset;

#### HTML

```html
```html live-sample___comparing_border_widths
<div>Element 1</div>
<div>Element 2</div>
```

#### CSS

```css
```css live-sample___comparing_border_widths
div {
border: 1px solid red;
margin: 1em 0;
Expand All @@ -82,7 +82,7 @@ div:nth-child(2) {

#### 結果

{{EmbedLiveSample('境界線の太さの比較', '100%')}}
{{EmbedLiveSample('Comparing_border_widths', '100%')}}

## 仕様書

Expand Down
8 changes: 4 additions & 4 deletions files/ja/web/css/border-top-style/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: border-top-style
slug: Web/CSS/border-top-style
l10n:
sourceCommit: d73dd4355247934e6b3f7081d3c1189089ecdc1e
sourceCommit: 4e508e2f543c0d77c9c04f406ebc8e9db7e965be
---

{{CSSRef}}
Expand Down Expand Up @@ -53,7 +53,7 @@ border-top-style: unset;

#### HTML

```html
```html live-sample___examples
<table>
<tr>
<td class="b1">none</td>
Expand All @@ -76,7 +76,7 @@ border-top-style: unset;

#### CSS

```css
```css live-sample___examples
/* 表の外見を定義 */
table {
border-width: 2px;
Expand Down Expand Up @@ -122,7 +122,7 @@ td {

#### 結果

{{EmbedLiveSample('', 300, 200)}}
{{EmbedLiveSample('Examples', 300, 200)}}

## 仕様書

Expand Down
8 changes: 4 additions & 4 deletions files/ja/web/css/border-width/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: border-width
slug: Web/CSS/border-width
l10n:
sourceCommit: 42c1bb8c259f3f57de9f38600776cf273e3addda
sourceCommit: 4e508e2f543c0d77c9c04f406ebc8e9db7e965be
---

{{CSSRef}}
Expand Down Expand Up @@ -83,7 +83,7 @@ border-width: unset;

#### HTML

```html-nolint
```html-nolint live-sample___a_mix_of_values_and_lengths
<p id="one-value">1 つの値: 6px 幅が全 4 辺の境界に適用</p>
<p id="two-values">
異なる値 2 つの値: 2px 幅が上下の境界に、 10px 幅が左右の境界に適用
Expand All @@ -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;
Expand All @@ -124,7 +124,7 @@ p {

#### 結果

{{ EmbedLiveSample('値と長さの組み合わせ', 320, 320) }}
{{ EmbedLiveSample('A_mix_of_values_and_lengths', 320, 320) }}

## 仕様書

Expand Down
14 changes: 7 additions & 7 deletions files/ja/web/css/border/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: border
slug: Web/CSS/border
l10n:
sourceCommit: 7fa9b134e7a886b47bd8c6e3135ba329ee0ddf09
sourceCommit: 4e508e2f543c0d77c9c04f406ebc8e9db7e965be
---

{{CSSRef}}
Expand All @@ -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)

## 構文

Expand Down Expand Up @@ -83,13 +83,13 @@ border: unset;

#### HTML

```html
<div>I have a border, an outline, and a box shadow! Amazing, isn't it?</div>
```html-nolint live-sample___setting_a_pink_outset_border
<div>ここには境界線、概要、ボックスシャドウがあります!すごいと思いませんか?</div>
```

#### CSS

```css
```css live-sample___setting_a_pink_outset_border
div {
border: 0.5rem outset pink;
outline: 0.5rem solid khaki;
Expand All @@ -104,7 +104,7 @@ div {

#### 結果

{{EmbedLiveSample('ピンク色の出っ張った境界の設定')}}
{{EmbedLiveSample('Setting_a_pink_outset_border')}}

## 仕様書

Expand Down

0 comments on commit 879cfbb

Please sign in to comment.