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 7501c03 commit 8b1c55a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions files/ja/web/css/border-bottom-style/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: border-bottom-style
slug: Web/CSS/border-bottom-style
l10n:
sourceCommit: d73dd4355247934e6b3f7081d3c1189089ecdc1e
sourceCommit: 4e508e2f543c0d77c9c04f406ebc8e9db7e965be
---

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

#### HTML

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

#### CSS

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

#### 結果

{{ EmbedLiveSample('すべての境界線のスタイルのデモ', 300, 200) }}
{{ EmbedLiveSample('Demonstrating_all_border_styles', 300, 200) }}

## 仕様書

Expand Down
6 changes: 3 additions & 3 deletions files/ja/web/css/border-bottom-width/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ border-bottom-width: unset;

#### HTML

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

#### CSS

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

#### 結果

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

## 仕様書

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

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

#### HTML

```html
```html live-sample___examples
<table>
<tr>
<td class="b1">none</td>
Expand All @@ -76,7 +76,7 @@ border-left-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

0 comments on commit 8b1c55a

Please sign in to comment.