aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorn.yamazaki <42074458+chuff-chuff@users.noreply.github.com>2022-02-19 14:38:16 +0900
committerGitHub <noreply@github.com>2022-02-19 14:38:16 +0900
commit90230eb2302340610957c6ef48df05ff0133e943 (patch)
treeabce6df0450edb0ec105596fdebaad37a4cc4dde /files
parent3052e75a293cec1486372c3100118ebdd9313a01 (diff)
downloadtranslated-content-90230eb2302340610957c6ef48df05ff0133e943.tar.gz
translated-content-90230eb2302340610957c6ef48df05ff0133e943.tar.bz2
translated-content-90230eb2302340610957c6ef48df05ff0133e943.zip
助詞の修正 (#4203)
https://developer.mozilla.org/ja/docs/Web/CSS/:link などを参考に修正
Diffstat (limited to 'files')
-rw-r--r--files/ja/web/css/_colon_target/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/css/_colon_target/index.md b/files/ja/web/css/_colon_target/index.md
index b506045d7d..9153c4ce9c 100644
--- a/files/ja/web/css/_colon_target/index.md
+++ b/files/ja/web/css/_colon_target/index.md
@@ -13,7 +13,7 @@ translation_of: Web/CSS/:target
---
{{CSSRef}}
-**`:target`** は [CSS](/ja/docs/Web/CSS) の[擬似クラス](/ja/docs/Web/CSS/Pseudo-classes)は、 URL のフラグメントに一致する {{htmlattrxref("id")}} を持つ固有の要素 (*対象要素*) を表します。
+**`:target`** は [CSS](/ja/docs/Web/CSS) の[擬似クラス](/ja/docs/Web/CSS/Pseudo-classes)で、 URL のフラグメントに一致する {{htmlattrxref("id")}} を持つ固有の要素 (*対象要素*) を表します。
```css
/* 現在の URL のフラグメントに一致する ID を持つ要素を選択 */