diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
commit | da78a9e329e272dedb2400b79a3bdeebff387d47 (patch) | |
tree | e6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/web/xpath/axes/preceding-sibling/index.html | |
parent | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff) | |
download | translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2 translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip |
initial commit
Diffstat (limited to 'files/ko/web/xpath/axes/preceding-sibling/index.html')
-rw-r--r-- | files/ko/web/xpath/axes/preceding-sibling/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/files/ko/web/xpath/axes/preceding-sibling/index.html b/files/ko/web/xpath/axes/preceding-sibling/index.html new file mode 100644 index 0000000000..1392c91ad0 --- /dev/null +++ b/files/ko/web/xpath/axes/preceding-sibling/index.html @@ -0,0 +1,6 @@ +--- +title: preceding-sibling +slug: Web/XPath/Axes/preceding-sibling +translation_of: Web/XPath/Axes/preceding-sibling +--- +<p><code>preceding-sibling</code> 축은 문맥 노드와 부모가 같고 소스 문서에서 문맥 노드 앞에 나오는 모든 노드를 나타냅니다.</p> |