aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahiro Fujimoto <mfujimot@gmail.com>2022-02-04 22:12:37 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-02-18 09:23:54 +0900
commitd4f134ab6e01fc198c1fe9adca4826adb9c85068 (patch)
tree90c4b23457d0a9f60a6866a7154e3dd03ddcea54
parent8e72546a0eddf221fda545853dcdf401ebdd56d4 (diff)
downloadtranslated-content-d4f134ab6e01fc198c1fe9adca4826adb9c85068.tar.gz
translated-content-d4f134ab6e01fc198c1fe9adca4826adb9c85068.tar.bz2
translated-content-d4f134ab6e01fc198c1fe9adca4826adb9c85068.zip
2021/11/04 時点の英語版に同期
-rw-r--r--files/ja/web/api/document/queryselectorall/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/api/document/queryselectorall/index.md b/files/ja/web/api/document/queryselectorall/index.md
index 56cab2c7da..5b90723819 100644
--- a/files/ja/web/api/document/queryselectorall/index.md
+++ b/files/ja/web/api/document/queryselectorall/index.md
@@ -141,8 +141,8 @@ inner.length; // 0
## 関連情報
- [セレクターを使用した DOM 要素の指定](/ja/docs/Web/API/Document_object_model/Locating_DOM_elements_using_selectors)
-- CSS ガイドの[[属性セレクター]](/ja/docs/Web/CSS/Attribute_selectors)
-- MDN 学習領域の[[属性セレクター]](/ja/docs/Learn/CSS/Building_blocks/Selectors/Attribute_selectors)
+- CSS ガイドの[属性セレクター](/ja/docs/Web/CSS/Attribute_selectors)
+- MDN 学習領域の[属性セレクター](/ja/docs/Learn/CSS/Building_blocks/Selectors/Attribute_selectors)
- {{domxref("Element.querySelector()")}} および {{domxref("Element.querySelectorAll()")}}
- {{domxref("Document.querySelector()")}}
- {{domxref("DocumentFragment.querySelector()")}} および {{domxref("DocumentFragment.querySelectorAll()")}}