aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/xpath/axes/descendant
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
commitda78a9e329e272dedb2400b79a3bdeebff387d47 (patch)
treee6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/web/xpath/axes/descendant
parent1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff)
downloadtranslated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip
initial commit
Diffstat (limited to 'files/ko/web/xpath/axes/descendant')
-rw-r--r--files/ko/web/xpath/axes/descendant/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/files/ko/web/xpath/axes/descendant/index.html b/files/ko/web/xpath/axes/descendant/index.html
new file mode 100644
index 0000000000..b15d4e7f6d
--- /dev/null
+++ b/files/ko/web/xpath/axes/descendant/index.html
@@ -0,0 +1,6 @@
+---
+title: descendant
+slug: Web/XPath/Axes/descendant
+translation_of: Web/XPath/Axes/descendant
+---
+<p><code>descendant</code> 축은 문맥 노드의 모든 자식과 자식의 자식 따위를 나타냅니다. 속성과 이름공간 노드는 포함하지 않습니다. 속성 노드의 parent 축이 요소 노드이지만 속성 노드는 그 부모의 자식이 아닙니다.</p>