diff --git a/files/ja/web/css/border-bottom-style/index.md b/files/ja/web/css/border-bottom-style/index.md
index 9b617d75ec0e50..a9420ec2508629 100644
--- a/files/ja/web/css/border-bottom-style/index.md
+++ b/files/ja/web/css/border-bottom-style/index.md
@@ -2,7 +2,7 @@
title: border-bottom-style
slug: Web/CSS/border-bottom-style
l10n:
- sourceCommit: d73dd4355247934e6b3f7081d3c1189089ecdc1e
+ sourceCommit: 4e508e2f543c0d77c9c04f406ebc8e9db7e965be
---
{{CSSRef}}
@@ -53,7 +53,7 @@ border-bottom-style: unset;
#### HTML
-```html
+```html live-sample___demonstrating_all_border_styles
none |
@@ -76,7 +76,7 @@ border-bottom-style: unset;
#### CSS
-```css
+```css live-sample___demonstrating_all_border_styles
/* 表の外見を定義 */
table {
border-width: 3px;
@@ -122,7 +122,7 @@ td {
#### 結果
-{{ EmbedLiveSample('すべての境界線のスタイルのデモ', 300, 200) }}
+{{ EmbedLiveSample('Demonstrating_all_border_styles', 300, 200) }}
## 仕様書
diff --git a/files/ja/web/css/border-bottom-width/index.md b/files/ja/web/css/border-bottom-width/index.md
index 8e9d23ad787a88..742be3d6b80d6c 100644
--- a/files/ja/web/css/border-bottom-width/index.md
+++ b/files/ja/web/css/border-bottom-width/index.md
@@ -59,14 +59,14 @@ border-bottom-width: unset;
#### HTML
-```html
+```html live-sample___comparing_bottom_border_widths
Element 1
Element 2
```
#### CSS
-```css
+```css live-sample___comparing_bottom_border_widths
div {
border: 1px solid red;
margin: 1em 0;
@@ -82,7 +82,7 @@ div:nth-child(2) {
#### 結果
-{{EmbedLiveSample('下境界の太さの比較', '100%')}}
+{{EmbedLiveSample('Comparing_bottom_border_widths', '100%')}}
## 仕様書
diff --git a/files/ja/web/css/border-left-style/index.md b/files/ja/web/css/border-left-style/index.md
index 668f6acf622a80..165f2260f90561 100644
--- a/files/ja/web/css/border-left-style/index.md
+++ b/files/ja/web/css/border-left-style/index.md
@@ -2,7 +2,7 @@
title: border-left-style
slug: Web/CSS/border-left-style
l10n:
- sourceCommit: d73dd4355247934e6b3f7081d3c1189089ecdc1e
+ sourceCommit: 4e508e2f543c0d77c9c04f406ebc8e9db7e965be
---
{{CSSRef}}
@@ -53,7 +53,7 @@ border-left-style: unset;
#### HTML
-```html
+```html live-sample___examples
none |
@@ -76,7 +76,7 @@ border-left-style: unset;
#### CSS
-```css
+```css live-sample___examples
/* 表の外見を定義 */
table {
border-width: 2px;
@@ -122,7 +122,7 @@ td {
#### 結果
-{{ EmbedLiveSample('例', 300, 200) }}
+{{ EmbedLiveSample('Examples', 300, 200) }}
## 仕様書